UNPKG

@untitledui/icons

Version:

Official React library for Untitled UI Icons

10 lines (7 loc) 197 B
import { FC, SVGProps } from 'react'; interface Props extends SVGProps<SVGSVGElement> { color?: string; size?: number; } declare const UploadCloud01: FC<Props>; export { UploadCloud01 };