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