Bump to feather-icons 4.8.0
andreasvirkus opened this issue · 3 comments
andreasvirkus commented
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?
egoist commented
A version bump is enough.
egoist commented
btw have you checked out https://github.com/egoist/svg-to-vue-component? you can just import a SVG file as Vue component 🤔
andreasvirkus commented
Thanks, but I like the semantics of bulk-importing icons with this package like so:
import {
BellIcon,
BellOffIcon,
...
} from 'vue-feather-icons'
: )