finicon
v1.0.8
Published
The leading icon library for fintech.
Readme
Finicon
The leading icon library for fintech.
Features
- 🎨 Curated financial icons across stock, ticker, trade, fund, currency, asset, account, basic, community, and country categories.
- 🎯 Customizable size, stroke width, and color
- 📥 Export as SVG, PNG, or copy as SVG/DataURL
Installation
npm install finiconpnpm add finiconyarn add finiconbun add finiconUsage
Web
import { AccountBell1 } from "finicon";
export default function App() {
return <AccountBell1 color="red" width={48} height={48} strokeWidth={2} />;
}React Native
import { AccountBell1 } from "finicon/native";
export default function App() {
return <AccountBell1 color="red" width={48} height={48} strokeWidth={2} />;
}License
MIT
