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