@react-spectrum/s2
Version:
Spectrum 2 UI components in React
39 lines (31 loc) • 1.92 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $4yYP8$jsxs, jsx as $4yYP8$jsx} from "react/jsx-runtime";
import {forwardRef as $4yYP8$forwardRef} from "react";
const $78578b0cb525e7c9$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $4yYP8$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $4yYP8$jsx)("circle", {
cx: 10,
cy: 10,
r: 1.5,
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))"
}),
/*#__PURE__*/ (0, $4yYP8$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10 18.75c-4.825 0-8.75-3.925-8.75-8.75S5.175 1.25 10 1.25s8.75 3.925 8.75 8.75-3.925 8.75-8.75 8.75m0-16c-3.998 0-7.25 3.252-7.25 7.25s3.252 7.25 7.25 7.25 7.25-3.252 7.25-7.25S13.998 2.75 10 2.75"
}),
/*#__PURE__*/ (0, $4yYP8$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10 15c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5m0-8.5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5"
})
]
});
const $78578b0cb525e7c9$var$ForwardRef = /*#__PURE__*/ (0, $4yYP8$forwardRef)($78578b0cb525e7c9$var$SvgComponent);
var $78578b0cb525e7c9$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($78578b0cb525e7c9$var$ForwardRef);
export {$78578b0cb525e7c9$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Target.mjs.map