@scaleflex/icons
Version:
SVG icons as React components
12 lines (11 loc) • 438 B
TypeScript
import PT from 'prop-types';
export declare const iconPropTypes: {
size: PT.Requireable<number>;
width: PT.Requireable<NonNullable<string | number | null | undefined>>;
height: PT.Requireable<NonNullable<string | number | null | undefined>>;
color: PT.Requireable<string>;
color2: PT.Requireable<string>;
stroke: PT.Requireable<string>;
stroke2: PT.Requireable<string>;
viewBox: PT.Requireable<string>;
};