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