finicon-vue
v0.1.1
Published
Finicon icon library for Vue 3
Downloads
120
Readme
finicon-vue
The leading icon library for fintech.
Features
- 🎨 Curated financial icons across stock, ticker, trade, fund, currency, asset, account, basic, community, and region categories.
- 🎯 Customizable size, stroke width, and color
- 📥 Export as SVG, PNG, or copy as SVG/DataURL
Finicon icon library for Vue 3.
Installation
# npm
npm install finicon-vue
# pnpm
pnpm add finicon-vue
# yarn
yarn add finicon-vue
# bun
bun add finicon-vueUsage
Vue 3
<script setup>
import { activity } from "finicon-vue";
</script>
<template>
<Activity :size="24" color="currentcolor" :stroke-width="2" />
</template>Props
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| size | number \| string | 24 | Icon width and height |
| color | string | currentColor | Stroke color |
| strokeWidth | number \| string | 2 | Stroke width |
| absoluteStrokeWidth | boolean | false | Keep stroke width constant regardless of scale |
License
MIT
