import { FC, SVGProps } from 'react';

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

export { CalendarMinus01 };
