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