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