UNPKG

@teamsparta/stack-icons

Version:
10 lines (7 loc) 298 B
import * as react from 'react'; import { IconSize } from '../type.js'; declare const ActionUpload: react.ForwardRefExoticComponent<Omit<{ size: IconSize; color?: string | undefined; } & react.SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>; export { ActionUpload };