import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgUnsubscribe: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgUnsubscribe; //# sourceMappingURL=Unsubscribe.d.ts.map