@react-spectrum/s2
Version:
Spectrum 2 UI components in React
33 lines (25 loc) • 1.81 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $9nfPb$jsxs, jsx as $9nfPb$jsx} from "react/jsx-runtime";
import {forwardRef as $9nfPb$forwardRef} from "react";
const $a1b13c41d3b6006c$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $9nfPb$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $9nfPb$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10 9.99c-1.379 0-2.5-1.12-2.5-2.5s1.121-2.5 2.5-2.5 2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5m0-3.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1"
}),
/*#__PURE__*/ (0, $9nfPb$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10.005 18.583H10c-.557-.001-1.071-.248-1.413-.679C6.688 15.514 3.5 10.98 3.5 7.49c0-3.446 2.916-6.25 6.5-6.25s6.5 2.804 6.5 6.25c0 3.55-3.186 8.052-5.084 10.421-.342.427-.856.672-1.411.672M10 2.74c-2.757 0-5 2.131-5 4.75 0 3.148 3.331 7.68 4.763 9.482.08.1.195.111.24.111h.002c.046 0 .161-.01.24-.11C11.675 15.19 15 10.698 15 7.49c0-2.619-2.243-4.75-5-4.75"
})
]
});
const $a1b13c41d3b6006c$var$ForwardRef = /*#__PURE__*/ (0, $9nfPb$forwardRef)($a1b13c41d3b6006c$var$SvgComponent);
var $a1b13c41d3b6006c$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($a1b13c41d3b6006c$var$ForwardRef);
export {$a1b13c41d3b6006c$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Location.mjs.map