UNPKG

kruti-icon-library

Version:

React icon library with 24px icons and dynamic sizing

9 lines (8 loc) 224 B
import React from 'react'; interface IconProps extends React.SVGProps<SVGSVGElement> { size?: number; color?: string; strokeWidth?: number; } export declare const IconShieldCheck: React.FC<IconProps>; export {};