import * as React from "react"; import { SVGProps } from "react"; const SvgCone = (props: SVGProps) => ( ); export default SvgCone;