UNPKG

@sumcode/svgify

Version:

A lightweight React component designed to dynamically render and style SVG icons.

10 lines (9 loc) 276 B
export interface SvgifyProps { IconName: string; Scale?: number; className?: string; style?: React.CSSProperties; FontWeight?: "default" | "fill" | "stroke" | "both"; LoadingElement?: "" | React.ReactNode; NotFoundElement?: "" | React.ReactNode; }