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