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