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