@react-spectrum/s2
Version:
Spectrum 2 UI components in React
43 lines (32 loc) • 2.04 kB
JavaScript
var $bde97c91243ed164$exports = require("./Icon.cjs");
var $37p4z$reactjsxruntime = require("react/jsx-runtime");
var $37p4z$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", () => $185fed4f5560047f$export$2e2bcd8739ae039);
const $185fed4f5560047f$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $37p4z$reactjsxruntime.jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $37p4z$reactjsxruntime.jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M15.25 13.191c-.414 0-.75-.336-.75-.75V6.25c0-.413-.337-.75-.75-.75H7.513c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h6.237C14.99 4 16 5.01 16 6.25v6.191c0 .414-.336.75-.75.75"
}),
/*#__PURE__*/ (0, $37p4z$reactjsxruntime.jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M18.602 14.5H6.25c-.413 0-.75-.337-.75-.75V1.398c0-.414-.336-.75-.75-.75S4 .984 4 1.398V4H1.398c-.414 0-.75.336-.75.75s.336.75.75.75H4v8.25C4 14.99 5.01 16 6.25 16h8.25v2.623c0 .414.336.75.75.75s.75-.336.75-.75V16h2.602c.414 0 .75-.336.75-.75s-.336-.75-.75-.75"
})
]
});
const $185fed4f5560047f$var$ForwardRef = /*#__PURE__*/ (0, $37p4z$react.forwardRef)($185fed4f5560047f$var$SvgComponent);
var $185fed4f5560047f$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $bde97c91243ed164$exports.createIcon)($185fed4f5560047f$var$ForwardRef);
//# sourceMappingURL=Crop.cjs.map