@cloud-ru/uikit-product-icons
v16.0.0
Published
## Installation
Downloads
2,869
Readme
React Icons
Installation
pnpm add @cloud-ru/uikit-product-icons
Components interface
interface ISvgIconProps extends React.SVGProps<SVGSVGElement> {
className?: string;
wrapperSize?: string | number;
size?: string | number;
wrapperClasses?: string;
style?: React.CSSProperties;
}