@bubo-squared/icons
v0.1.41
Published
Reusable React icon components used across Bubo Squared frontend projects.
Readme
@bubo-squared/icons
Reusable React icon components used across Bubo Squared frontend projects.
Installation
npm install @bubo-squared/icons
# or
pnpm add @bubo-squared/iconsUsage
import { AlertCircle } from '@bubo-squared/icons'
export function Example() {
return <AlertCircle />
}Each icon is exported as an individual React component. All icons follow the same API, so you can pass standard SVG/React props such as className, width, height, and aria-label.
Requirements
- React 18 or 19
License
This package is intended for use within Bubo Squared projects and related applications.
