Package Exports
- mynaui-icons-vue
Readme
MynaUI Icons Vue
Beautifully crafted open source icons from Myna UI.
Install
npm i -S mynaui-icons-vueor
bun i mynaui-icons-vueor
yarn add mynaui-icons-vueUsage
<template>
<button class="btn btn-primary">
<IconAArrowDown size="25" />
Icon Btn
</button>
</template>
<script setup lang="ts">
import { IconAArrowDown } from 'mynaui-icons-vue';
</script>Props
| name | type | default |
|---|---|---|
size |
Number | String | 24 |
stroke |
Number | String | 1.5 |
color |
String | currentColor |