UNPKG

@initia/icons-react

Version:

```js import { IconName } from "@initia/icons-react"

9 lines (8 loc) 264 B
/// <reference types="react" /> export declare function IconCopy({ color, size, ...props }: { color?: string; size?: number; style?: React.CSSProperties; className?: string; indeterminate?: boolean; }): import("react/jsx-runtime").JSX.Element;