UNPKG

@spark-ui/icons

Version:
11 lines (8 loc) 177 B
import { Ref } from 'react'; interface IconProps { title?: string; fill?: string; stroke?: string; ref?: Ref<SVGSVGElement>; } export type { IconProps as I };