Design icons sourced from the icono project.
yarn add vue-icono
npm install --save vue-icono
import vueIcono from 'vue-icono';
export default {
components: {
vueIcono
}
}
<vue-icono name='mail' color="#fff"/>
Property | Type | Default |
---|---|---|
name | String | |
color | String | #000 |
container | String | div |
class-name | String | |
styles | Object | {} |
MIT © katalonne