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