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