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