/vue-icono

Design icons sourced from the icono project.

Primary LanguageVueMIT LicenseMIT

Vue Icono

Build Status codebeat badge GitHub open issues npm version MIT License

Design icons sourced from the icono project.

Demo

Vue Icono

Installation

yarn add vue-icono

npm install --save vue-icono

Usage

import vueIcono from 'vue-icono';

export default {
  components: {
    vueIcono
  }
}
<vue-icono name='mail' color="#fff"/>

Props

Property Type Default
name String
color String #000
container String div
class-name String
styles Object {}

License

MIT © katalonne