UNPKG

goobs-frontend

Version:

A comprehensive React-based libary for building modern web applications

8 lines 309 B
import { default as React } from 'react'; import { IconStyles } from './types'; interface AttachmentIconProps extends React.SVGProps<SVGSVGElement> { styles?: IconStyles; } declare const AttachmentIcon: React.FC<AttachmentIconProps>; export default AttachmentIcon; //# sourceMappingURL=Attachment.d.ts.map