@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 1.21 kB
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function LocationNavigatorCentredIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.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__*/_reactJsxRuntime.jsx("path", {
d: "M11 21.95v-1q-3.124-.35-5.362-2.587T3.05 13h-1a.97.97 0 0 1-.712-.287A.97.97 0 0 1 1.05 12q0-.424.288-.713A.97.97 0 0 1 2.05 11h1q.35-3.124 2.588-5.362T11 3.05v-1q0-.424.287-.712A.97.97 0 0 1 12 1.05q.424 0 .713.288.287.287.287.712v1q3.124.35 5.363 2.588Q20.6 7.875 20.95 11h1q.424 0 .713.287.287.288.287.713 0 .424-.287.713a.97.97 0 0 1-.713.287h-1q-.35 3.124-2.587 5.363Q16.125 20.6 13 20.95v1q0 .424-.287.713a.97.97 0 0 1-.713.287.97.97 0 0 1-.713-.287.97.97 0 0 1-.287-.713M12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5 7.05 7.05 5 12t2.05 4.95T12 19m0-3q-1.65 0-2.825-1.175T8 12t1.175-2.825T12 8t2.825 1.175T16 12t-1.175 2.825T12 16"
})
});
}
;
LocationNavigatorCentredIcon.displayName = "LocationNavigatorCentredIcon";
module.exports = React.forwardRef(LocationNavigatorCentredIcon);