Icons
Usage
Stylesheets
@import "myg-icon/icon"
Javascript
ES6
import MygIcon from 'myg-icon';
document.addEventListener( 'ready', () => {
const mygIcons = MygIcon.initAll( document.querySelectorAll('.myg-icon'), {} );
})
or
import * as myg from 'myg/src/myg';
const MygIcon = myg.MygIcon;