UNPKG

@spark-ui/icons

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