import { FC, SVGProps } from 'react';

interface Props extends SVGProps<SVGSVGElement> {
    color?: string;
    size?: number;
}
declare const CalendarMinus02: FC<Props>;

export { CalendarMinus02 };
