@react-spectrum/s2
Version:
Spectrum 2 UI components in React
37 lines (26 loc) • 1.69 kB
JavaScript
var $bde97c91243ed164$exports = require("./Icon.cjs");
var $kPkSv$reactjsxruntime = require("react/jsx-runtime");
var $kPkSv$react = require("react");
function $parcel$defineInteropFlag(a) {
Object.defineProperty(a, '__esModule', {value: true, configurable: true});
}
function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}
$parcel$defineInteropFlag(module.exports);
$parcel$export(module.exports, "default", () => $639856a183b034d5$export$2e2bcd8739ae039);
const $639856a183b034d5$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $kPkSv$reactjsxruntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $kPkSv$reactjsxruntime.jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M16.75 3H3.25C2.01 3 1 4.01 1 5.25v9.5C1 15.99 2.01 17 3.25 17h13.5c1.24 0 2.25-1.01 2.25-2.25v-9.5C19 4.01 17.99 3 16.75 3m.75 2.25v4h-4V4.5h3.25c.413 0 .75.337.75.75m-9.5 4V4.5h4v4.75zm4 1.5v4.75H8v-4.75zM3.25 4.5H6.5v4.75h-4v-4c0-.413.337-.75.75-.75M2.5 14.75v-4h4v4.75H3.25c-.413 0-.75-.337-.75-.75m14.25.75H13.5v-4.75h4v4c0 .413-.337.75-.75.75"
})
});
const $639856a183b034d5$var$ForwardRef = /*#__PURE__*/ (0, $kPkSv$react.forwardRef)($639856a183b034d5$var$SvgComponent);
var $639856a183b034d5$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $bde97c91243ed164$exports.createIcon)($639856a183b034d5$var$ForwardRef);
//# sourceMappingURL=Collection.cjs.map