Skip to content

Instantly share code, notes, and snippets.

@DominikAngerer
Created May 26, 2016 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DominikAngerer/9c98d95ca3bd575049249078cb76011e to your computer and use it in GitHub Desktop.
Save DominikAngerer/9c98d95ca3bd575049249078cb76011e to your computer and use it in GitHub Desktop.
UIKIT Icon List:
var xx = [];
$('.tm-icons li i').each(function() {
xx.push( { 'value': $(this).attr('class'), 'name': $(this).attr('class').replace('uk-', '').replace('icon-', '') } );
});
JSON.stringify(xx);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment