@react-spectrum/s2
Version:
Spectrum 2 UI components in React
37 lines (26 loc) • 1.66 kB
JavaScript
var $bde97c91243ed164$exports = require("./Icon.cjs");
var $gkAMR$reactjsxruntime = require("react/jsx-runtime");
var $gkAMR$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", () => $4cb1cb10b6303f10$export$2e2bcd8739ae039);
const $4cb1cb10b6303f10$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $gkAMR$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, $gkAMR$reactjsxruntime.jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M18.75 14.75c0-.966-.784-1.75-1.75-1.75H3c-.966 0-1.75.784-1.75 1.75S2.034 16.5 3 16.5h14c.966 0 1.75-.784 1.75-1.75M18 5.5H2c-.414 0-.75-.336-.75-.75S1.586 4 2 4h16c.414 0 .75.336.75.75s-.336.75-.75.75M18.75 9.25c0-.69-.56-1.25-1.25-1.25h-15c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25h15c.69 0 1.25-.56 1.25-1.25"
})
});
const $4cb1cb10b6303f10$var$ForwardRef = /*#__PURE__*/ (0, $gkAMR$react.forwardRef)($4cb1cb10b6303f10$var$SvgComponent);
var $4cb1cb10b6303f10$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $bde97c91243ed164$exports.createIcon)($4cb1cb10b6303f10$var$ForwardRef);
//# sourceMappingURL=StrokeWidth.cjs.map