import type { SVGProps } from "react"; export interface Send02IconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Send02Icon({ className, size, color, ...props }: Send02IconProps): import("react").JSX.Element; //# sourceMappingURL=send-02-icon.d.ts.map