UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

9 lines 349 B
import React from 'react'; type SwitchIconProps = React.HTMLAttributes<SVGElement> & { width?: number | string; height?: number | string; fill?: string; }; export declare const SwitchIcon: ({ width, height, fill, ...props }: SwitchIconProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SwitchIcon.d.ts.map