Design icons sourced from the remixicon project.
yarn add @katalonne/vue-remixicon
npm install --save @katalonne/vue-remixiconimport vueRemixicon from '@katalonne/vue-remixicon';
export default {
components: {
vueRemixicon
}
}<vue-remixicon name='bank' size='sm' type='line' color="#fff"/>| Property | Type | Default |
|---|---|---|
| name | String | |
| color | String | #000 |
| type | String ('fill' or 'line') | |
| size | String | fw |
| container | String | div |
| class-name | String | |
| styles | Object | {} |
MIT © katalonne