5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import type { SVGProps } from 'react';
|
|
export declare const ClipboardIcon: React.FC<SVGProps<SVGSVGElement> & {
|
|
color?: string;
|
|
}>;
|