@react-spectrum/s2
Version:
Spectrum 2 UI components in React
43 lines (36 loc) • 2.25 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $fo1GU$jsxs, jsx as $fo1GU$jsx} from "react/jsx-runtime";
import {forwardRef as $fo1GU$forwardRef} from "react";
const $03f73e750bbc097c$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $fo1GU$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $fo1GU$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M15.75 2H4.25C3.01 2 2 3.01 2 4.25v11.5C2 16.99 3.01 18 4.25 18h11.5c1.24 0 2.25-1.01 2.25-2.25V4.25C18 3.01 16.99 2 15.75 2m0 1.5c.413 0 .75.336.75.75v5h-5.75V3.5zM3.5 4.25c0-.414.337-.75.75-.75h5v5.75H3.5zm.75 12.25c-.413 0-.75-.336-.75-.75v-5h5.75v5.75zm12.25-.75c0 .414-.337.75-.75.75h-5v-5.75h5.75z"
}),
/*#__PURE__*/ (0, $fo1GU$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10.069 3.114h6.959v6.698h-6.959z",
opacity: 0.5
}),
/*#__PURE__*/ (0, $fo1GU$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10.069 10.114h6.959v6.698h-6.959z",
opacity: 0.12
}),
/*#__PURE__*/ (0, $fo1GU$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M3.069 10.114h6.959v6.698H3.069z",
opacity: 0.3
})
]
});
const $03f73e750bbc097c$var$ForwardRef = /*#__PURE__*/ (0, $fo1GU$forwardRef)($03f73e750bbc097c$var$SvgComponent);
var $03f73e750bbc097c$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($03f73e750bbc097c$var$ForwardRef);
export {$03f73e750bbc097c$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=ColorHarmony.mjs.map