index.js 118 B

12345
  1. import UIkit from 'uikit';
  2. import Icons from 'uikit/dist/js/uikit-icons';
  3. // loads the Icon plugin
  4. UIkit.use(Icons);