https://github.com/zurb/foundation-icon-fonts
"require": {
"xj/yii2-foundation-icon-fonts-widget": "dev-master"
},
use xj\foundation\icon\Icon;
use xj\foundation\icon\IconAsset;
IconAsset::register($this);
echo Icon::get('die-six');
echo Icon::get('die-six')->size(Icon::SIZE_SMALL);
echo Icon::get('die-six')->size(Icon::SIZE_SMALL)->tagName('span');
Comments