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