UNPKG

@initia/icons-react

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