@ibexui/icons
v1.0.3
Published
Icon library for IbexUI. Provides optimized SVG-based React components for the IbexUI design system.
Readme
@ibexui/icons
Icon library for IbexUI. Provides optimized SVG-based React components for the IbexUI design system.
📦 Installation
pnpm add @ibexui/icons🚀 Usage
import { SearchOutlined, HomeFilled } from "@ibexui/icons";
function MyComponent() {
return (
<div>
<SearchOutlined />
<HomeFilled style={{ color: "red" }} />
</div>
);
}🛠️ Features
- Tree-shakable: Only bundle the icons you use.
- Customizable: Control size and color via props or CSS.
- Optimized: SVGs are processed with SVGO for minimal payload.
- Two Styles: Supports
OutlinedandFilledvariants.
📜 Icon List
Refer to the documentation site for a full list of available icons.
📄 License
MIT
