UNPKG

@cimpress/react-components

Version:
8 lines 225 B
import React from 'react'; interface CopySvgProps { color?: string; size?: string; } export declare const CopySvg: ({ color, size }: CopySvgProps) => React.JSX.Element; export {}; //# sourceMappingURL=CopySvg.d.ts.map