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