@react-spectrum/s2
Version:
Spectrum 2 UI components in React
32 lines (25 loc) • 1.9 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $1WzgK$jsxs, jsx as $1WzgK$jsx} from "react/jsx-runtime";
import {forwardRef as $1WzgK$forwardRef} from "react";
const $60a751bce893d5d5$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $1WzgK$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $1WzgK$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "m16.34 5.296-3.62-3.622c-.42-.42-1-.66-1.591-.66H5.25C4.01 1.015 3 2.025 3 3.265v12.484c0 1.24 1.01 2.25 2.25 2.25h9.5c1.24 0 2.25-1.01 2.25-2.25V6.887c0-.6-.234-1.166-.66-1.591m-1.06 1.06c.046.047.074.104.106.159H12.25c-.413 0-.75-.337-.75-.75V2.628c.055.033.114.06.16.106zm-.53 10.142h-9.5c-.413 0-.75-.337-.75-.75V3.265c0-.413.337-.75.75-.75H10v3.25c0 1.24 1.01 2.25 2.25 2.25h3.25v7.733c0 .413-.337.75-.75.75"
}),
/*#__PURE__*/ (0, $1WzgK$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M13 11.498H7c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h6c.414 0 .75.336.75.75s-.336.75-.75.75M13 14.498H7c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h6c.414 0 .75.336.75.75s-.336.75-.75.75"
})
]
});
const $60a751bce893d5d5$var$ForwardRef = /*#__PURE__*/ (0, $1WzgK$forwardRef)($60a751bce893d5d5$var$SvgComponent);
var $60a751bce893d5d5$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($60a751bce893d5d5$var$ForwardRef);
export {$60a751bce893d5d5$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=FileText.mjs.map