Skip to content

Instantly share code, notes, and snippets.

@marshall007
Created August 20, 2014 06:12
Show Gist options
  • Save marshall007/e3d16722fd410c004c5a to your computer and use it in GitHub Desktop.
Save marshall007/e3d16722fd410c004c5a to your computer and use it in GitHub Desktop.
ico($c, $aliases...)
&.{join(',&.', $aliases)}
&:before
content $c
i
ico('\E211', 'arrow-left') /* formerly left-arrow */
ico('\E212', 'arrow-right') /* formerly right-arrow */
ico('\E200', 'ban', 'restricted')
ico('\E090', 'building')
ico('\E042', 'charts')
ico('\E224', 'chevron-right')
ico('\E225', 'chevron-left')
ico('\E194', 'circle-ok', 'preferred')
ico('\E195', 'circle-question-mark', 'unknown')
ico('\E055', 'clock')
ico('\E369', 'collapse')
ico('\E201', 'download')
ico('\270F', 'edit') /* formerly pencil */
ico('\E151', 'edit-2') /* formerly edit */
ico('\E422', 'email') /* formerly send */
ico('\E267', 'flag')
ico('\E429', 'git-compare')
ico('\E427', 'git-merge')
ico('\E021', 'home')
ico('\E197', 'invalid') /* formerly circle-exclamation-mark */
ico('\E051', 'link')
ico('\1F512', 'lock')
ico('\E088', 'log-book')
ico('\E152', 'new-window')
ico('\E207', 'ok', 'yes') /* formerly ok-2 */
ico('\E052', 'preview') /* formerly eye-open */
ico('\E208', 'remove', 'no')
ico('\E215', 'resize-small')
ico('\E216', 'resize-full')
ico('\E028', 'search')
ico('\E281', 'settings')
ico('\1F527', 'settings-2') /* formerly wrench */
ico('\E404', 'sorting')
ico('\E205', 'unlock')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment