import React from 'react'; type RelayIconProps = React.SVGProps & { width?: number; height?: number; fill?: string; }; export declare const RelayIcon: ({ width, height, fill, ...props }: RelayIconProps) => import("react/jsx-runtime").JSX.Element; export default RelayIcon; //# sourceMappingURL=RelayIcon.d.ts.map