import { CSS, Flex, VariantProps } from '@traefiklabs/faency' import { HTMLAttributes } from 'react' export type CustomIconProps = HTMLAttributes & { color?: string fill?: string stroke?: string width?: number | string height?: number | string flexProps?: VariantProps css?: CSS viewBox?: string }