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