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