How to use the feather-icons.icons.feather function in feather-icons

To help you get started, we’ve selected a few feather-icons examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github fengyuanchen / vue-feather / test / index.js View on Github external
it('feather', () => {
        const vm = new Vue({
          template: '',
        }).$mount();

        expect(vm.$el.classList.contains('feather--feather')).to.be.true;
        expect(vm.$el.querySelector('svg').innerHTML).to.equal(icons.feather.contents);
      });
    });

feather-icons

Simply beautiful open source icons

MIT
Latest version published 5 days ago

Package Health Score

89 / 100
Full package analysis

Similar packages