@bangalicon/react
v1.0.9
Published
React icon components generated from Bangalicon uploads.
Readme
@bangalicon/react
React icon components for Bangalicon, generated directly from the latest icon library uploads.
Why use this package
- Built for React projects with ready-to-import icon components.
- Follows the Bangalicon library automatically as new icons are published.
- Supports simple sizing and color control with clean SVG output.
Install
npm install @bangalicon/reactQuick start
import { CartCheck } from "@bangalicon/react";
export default function Example() {
return <CartCheck size={24} color="#111111" />;
}Component props
| Prop | Type | Default | Description |
| --- | --- | --- | --- |
| size | number | string | 24 | Controls the rendered icon size. |
| color | string | currentColor | Uses your chosen icon color. |
| ...props | SVG props | - | Pass any native SVG attributes or accessibility props. |
Notes
- Icons inherit
currentColorby default, so they fit naturally into your UI. - Use your framework's normal class and style patterns to control spacing and layout.
- This package currently includes 520 generated icons.
Package details
- Package:
@bangalicon/react - Framework: React
- Generated icons: 520
