Skip to main content

IconProps

type
type IconProps = SVGProps<SVGSVGElement> & { size?: number | string }

Import

import { IconProps } from '@modular/sdk/ui';