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