senchatouch 2.4 - Where is the list of names of pictos font icons in sencha touch 2.4 -


in sencha touch documentation , forums, not find list of names of 96 pictos font icons should pass in icon() mixin in order import icon. in following example:

@include icon('search');

full list of token can find out, if open touch distribution file touch/resources/themes/stylesheets/sencha-touch/base/mixins/_class.scss, line 393 (last distro), function @function icon-character-for-name($name)

here reference pictos site: http://pictos.cc/classic/font


Comments