@react-spectrum/s2
Version:
Spectrum 2 UI components in React
37 lines (26 loc) • 1.76 kB
JavaScript
var $bde97c91243ed164$exports = require("./Icon.cjs");
var $96ymo$reactjsxruntime = require("react/jsx-runtime");
var $96ymo$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", () => $e5d6c060d5a75b10$export$2e2bcd8739ae039);
const $e5d6c060d5a75b10$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $96ymo$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, $96ymo$reactjsxruntime.jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M14.522 2H5.478C4.249 2 3.25 3.01 3.25 4.25v1.11c0 .414.336.75.75.75s.75-.336.75-.75V4.25c0-.413.326-.75.728-.75H9.25v11H7.68c-.414 0-.75.336-.75.75s.336.75.75.75h4.64c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-1.57v-11h3.772c.402 0 .728.337.728.75v1.11c0 .414.336.75.75.75s.75-.336.75-.75V4.25c0-1.24-.999-2.25-2.228-2.25M16.25 19H3.75c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h12.5c.414 0 .75.336.75.75s-.336.75-.75.75"
})
});
const $e5d6c060d5a75b10$var$ForwardRef = /*#__PURE__*/ (0, $96ymo$react.forwardRef)($e5d6c060d5a75b10$var$SvgComponent);
var $e5d6c060d5a75b10$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $bde97c91243ed164$exports.createIcon)($e5d6c060d5a75b10$var$ForwardRef);
//# sourceMappingURL=TextUnderline.cjs.map