libs/data-mapper/src/lib/images/IconModel.ts (
7
lines of code) (
raw
):
export interface IconProps extends React.SVGAttributes<SVGElement> { primaryFill?: string; className?: string; filled?: boolean; title?: string; displayName?: string; }