@webisopen/icons-vue
v0.0.22
Published
Vue Icons for Open Web
Downloads
7
Readme
Vue
Install
npm install @webisopen/icons-vue
Usage
<template>
<IconBitcoin />
</template>
<script>
import { IconBitcoin } from '@webisopen/icons-vue'
export default {
components: {
IconBitcoin
}
}
</script>