egoist/vue-feather-icons

Bump to feather-icons 4.8.0

andreasvirkus opened this issue · 3 comments

There's a new version released. Can I just PR a version bump under package.json's devDependencies or is there something else involved in updating the OG version?

A version bump is enough.

btw have you checked out https://github.com/egoist/svg-to-vue-component? you can just import a SVG file as Vue component 🤔

Thanks, but I like the semantics of bulk-importing icons with this package like so:

import {
  BellIcon,
  BellOffIcon,
  ...
} from 'vue-feather-icons'

: )