@react-spectrum/s2
Version:
Spectrum 2 UI components in React
32 lines (25 loc) • 1.92 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $hHmjP$jsxs, jsx as $hHmjP$jsx} from "react/jsx-runtime";
import {forwardRef as $hHmjP$forwardRef} from "react";
const $2b664e358eb69f6d$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $hHmjP$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $hHmjP$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, $hHmjP$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M6.86 10.405c-.498 0-.938-.165-1.254-.482-.436-.436-.585-1.107-.41-1.842.153-.638.535-1.287 1.077-1.829 1.216-1.215 2.828-1.508 3.67-.667.843.844.55 2.456-.666 3.672-.542.542-1.192.924-1.828 1.076q-.305.073-.588.072m1.833-4.05c-.39 0-.984.229-1.536.782-.376.375-.647.825-.745 1.235-.072.298-.042.547.078.667.12.121.37.152.668.078.41-.097.86-.369 1.235-.745.784-.783.919-1.65.667-1.902-.075-.075-.203-.116-.367-.116"
})
]
});
const $2b664e358eb69f6d$var$ForwardRef = /*#__PURE__*/ (0, $hHmjP$forwardRef)($2b664e358eb69f6d$var$SvgComponent);
var $2b664e358eb69f6d$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($2b664e358eb69f6d$var$ForwardRef);
export {$2b664e358eb69f6d$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=3DMaterial.mjs.map