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