Justineo / vue-awesome

Awesome SVG icon component for Vue.js, built-in with Font Awesome icons.

Home Page:https://justineo.github.io/vue-awesome/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to import icons with names that contain hyphens?

themathmagician opened this issue · comments

Hi there
Thanks for an awesome package.
I try only to import the icons we are actually using, but how do you do that if the name contains hyphens?
import { ellipsis-v } from 'vue-awesome/icons'
... the above doesn't work, and I couldnt find an example in the docs / demo / tutorial.
Best
Agata

Currently icon modules are side-effects-only:

import 'vue-awesome/icons/ellipsis-v'