UNPKG

@scaleflex/icons

Version:
12 lines (11 loc) 438 B
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>; };