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