@react-spectrum/s2
Version:
Spectrum 2 UI components in React
76 lines (65 loc) • 3.69 kB
JavaScript
var $bde97c91243ed164$exports = require("./Icon.cjs");
var $hfPtW$reactjsxruntime = require("react/jsx-runtime");
var $hfPtW$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", () => $8ac928789a7cdcb8$export$2e2bcd8739ae039);
const $8ac928789a7cdcb8$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $hfPtW$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, $hfPtW$reactjsxruntime.jsx)("defs", {
children: /*#__PURE__*/ (0, $hfPtW$reactjsxruntime.jsxs)("linearGradient", {
id: "04e823__a",
x1: -239.333,
x2: -223.067,
y1: 250,
y2: 250,
gradientTransform: "translate(240 -240)",
gradientUnits: "userSpaceOnUse",
children: [
/*#__PURE__*/ (0, $hfPtW$reactjsxruntime.jsx)("stop", {
offset: 0,
stopColor: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))"
}),
/*#__PURE__*/ (0, $hfPtW$reactjsxruntime.jsx)("stop", {
offset: 0.024,
stopColor: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
stopOpacity: 0.968
}),
/*#__PURE__*/ (0, $hfPtW$reactjsxruntime.jsx)("stop", {
offset: 0.627,
stopColor: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
stopOpacity: 0.261
}),
/*#__PURE__*/ (0, $hfPtW$reactjsxruntime.jsx)("stop", {
offset: 1,
stopColor: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
stopOpacity: 0
})
]
})
}),
/*#__PURE__*/ (0, $hfPtW$reactjsxruntime.jsx)("path", {
fill: "url(#04e823__a)",
d: "M3 3h14v14H3z",
transform: "rotate(-90 10 10)"
}),
/*#__PURE__*/ (0, $hfPtW$reactjsxruntime.jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M18 4.25v11.5c0 1.24-1.01 2.25-2.25 2.25H4.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.25M3.5 15.75c0 .413.337.75.75.75h11.5c.413 0 .75-.337.75-.75V4.25c0-.413-.337-.75-.75-.75H4.25c-.413 0-.75.337-.75.75z"
})
]
});
const $8ac928789a7cdcb8$var$ForwardRef = /*#__PURE__*/ (0, $hfPtW$react.forwardRef)($8ac928789a7cdcb8$var$SvgComponent);
var $8ac928789a7cdcb8$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $bde97c91243ed164$exports.createIcon)($8ac928789a7cdcb8$var$ForwardRef);
//# sourceMappingURL=GradientHorizontal.cjs.map