@hyperpackai/hypericons-react
v0.3.0
Published
HyperIcons adapter for React.
Readme
HyperIcons for React
import { SearchIcon } from "@hyperpackai/hypericons-react";
import { WalletIcon } from "@hyperpackai/hypericons-react/categories/commerce-and-finance";
<SearchIcon size={20} title="Search" />
<WalletIcon size={24} color="currentColor" ariaLabel="Wallet" />Icons are generated as individual ESM exports for tree-shaking. They support size, color, strokeWidth, title, ariaLabel, className, style, filled, and focusable.
