@react-spectrum/s2
Version:
Spectrum 2 UI components in React
37 lines (26 loc) • 1.58 kB
JavaScript
var $bde97c91243ed164$exports = require("./Icon.cjs");
var $7bjcv$reactjsxruntime = require("react/jsx-runtime");
var $7bjcv$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", () => $ffe38e3275846b07$export$2e2bcd8739ae039);
const $ffe38e3275846b07$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $7bjcv$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, $7bjcv$reactjsxruntime.jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M15.75 18H4.25C3.01 18 2 16.99 2 15.75V4.25C2 3.01 3.01 2 4.25 2h11.5C16.99 2 18 3.01 18 4.25v11.5c0 1.24-1.01 2.25-2.25 2.25M4.25 3.5c-.414 0-.75.336-.75.75v11.5c0 .414.336.75.75.75h11.5c.414 0 .75-.336.75-.75V4.25c0-.414-.336-.75-.75-.75z"
})
});
const $ffe38e3275846b07$var$ForwardRef = /*#__PURE__*/ (0, $7bjcv$react.forwardRef)($ffe38e3275846b07$var$SvgComponent);
var $ffe38e3275846b07$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $bde97c91243ed164$exports.createIcon)($ffe38e3275846b07$var$ForwardRef);
//# sourceMappingURL=Polygon4.cjs.map