JSPM

mynaui-icons-vue

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q63615F
  • License MIT

MynaUI Icons for Vue.js

Package Exports

  • mynaui-icons-vue

Readme

MynaUI Icons Vue

Beautifully crafted open source icons from Myna UI.

Install

npm i -S mynaui-icons-vue

or

bun i mynaui-icons-vue

or

yarn add mynaui-icons-vue

Usage

<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