import { SVGProps } from "react";
declare const SvgIceCream: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgIceCream;
