@react-spectrum/s2
Version:
Spectrum 2 UI components in React
32 lines (25 loc) • 1.81 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $8aGB7$jsxs, jsx as $8aGB7$jsx} from "react/jsx-runtime";
import {forwardRef as $8aGB7$forwardRef} from "react";
const $8511a724d8230d4c$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $8aGB7$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $8aGB7$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M18 15.75v-3.72c0-.413-.336-.75-.75-.75s-.75.337-.75.75v3.72c0 .414-.336.75-.75.75H4.25c-.414 0-.75-.336-.75-.75V4.25c0-.414.336-.75.75-.75h3.811c.414 0 .75-.336.75-.75S8.475 2 8.061 2H4.25C3.01 2 2 3.01 2 4.25v11.5C2 16.99 3.01 18 4.25 18h11.5c1.24 0 2.25-1.01 2.25-2.25"
}),
/*#__PURE__*/ (0, $8aGB7$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M19 1.75v4.243c0 .414-.336.75-.75.75s-.75-.336-.75-.75V3.56l-6.47 6.47c-.146.146-.338.219-.53.219s-.384-.073-.53-.22c-.293-.293-.293-.767 0-1.06l6.47-6.47h-2.433c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h4.243c.414 0 .75.336.75.75"
})
]
});
const $8511a724d8230d4c$var$ForwardRef = /*#__PURE__*/ (0, $8aGB7$forwardRef)($8511a724d8230d4c$var$SvgComponent);
var $8511a724d8230d4c$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($8511a724d8230d4c$var$ForwardRef);
export {$8511a724d8230d4c$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=ExportTo.mjs.map