UNPKG

@sumcode/svgify

Version:

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

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