@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 1.07 kB
JavaScript
import { forwardRef } from "react";
import { jsx as _jsx } from "react/jsx-runtime";
function LocationNavigatorIcon(props, ref) {
return /*#__PURE__*/_jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: /*#__PURE__*/_jsx("path", {
d: "M11 22v-1q-3.124-.35-5.362-2.587T3.05 13.05h-1a.97.97 0 0 1-.712-.288.97.97 0 0 1-.288-.712q0-.424.288-.713a.97.97 0 0 1 .712-.287h1q.35-3.124 2.588-5.363Q7.875 3.45 11 3.1v-1q0-.424.287-.713A.97.97 0 0 1 12 1.1q.424 0 .713.287.287.288.287.713v1q3.124.35 5.363 2.587Q20.6 7.925 20.95 11.05h1q.424 0 .713.287.287.288.287.713 0 .424-.287.712a.97.97 0 0 1-.713.288h-1q-.35 3.124-2.587 5.363Q16.125 20.65 13 21v1q0 .424-.287.712A.97.97 0 0 1 12 23a.97.97 0 0 1-.713-.288A.97.97 0 0 1 11 22m1-2.95q2.9 0 4.95-2.05T19 12.05 16.95 7.1 12 5.05 7.05 7.1 5 12.05 7.05 17 12 19.05"
})
});
}
;
LocationNavigatorIcon.displayName = "LocationNavigatorIcon";
export default forwardRef(LocationNavigatorIcon);