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