Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk/ui
IconProps
type
type IconProps = SVGProps<SVGSVGElement> & { size?: number | string }
Import
import { IconProps } from '@modular/sdk/ui';