documentation-site/components/thumbs/components/FloatingRouteMarker.jsx (29 lines of code) (raw):
/*
Copyright (c) Uber Technologies, Inc.
This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.
*/
/* THIS FILE IS AUTO-GENERATED. DO NOT MODIFY. */
import React from "react";
export default function SvgFloatingRouteMarker(props) {
return (
<svg width={232} height={145} fill="none" {...props}>
<rect
x={90}
y={62}
width={51.872}
height={22}
rx={4.436}
fill={props.colors[1]}
/>
<path
fill={props.colors[2]}
d="M94.436 66h43v6h-43zM94.436 74h28v6h-28z"
/>
<path
d="M85.564 88.436L98.872 84 90 75.128l-4.436 13.308z"
fill={props.colors[1]}
/>
</svg>
);
}