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