import { FC, SVGProps } from 'react';

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

export { SlashCircle01 };
