@react-spectrum/s2
Version:
Spectrum 2 UI components in React
32 lines (25 loc) • 1.77 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $dRaYY$jsxs, jsx as $dRaYY$jsx} from "react/jsx-runtime";
import {forwardRef as $dRaYY$forwardRef} from "react";
const $9a7089d23452d320$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $dRaYY$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $dRaYY$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M13.53 9.427c-.292-.292-.766-.294-1.06 0l-1.717 1.714V2.75c0-.414-.336-.75-.75-.75s-.75.336-.75.75v8.4L7.53 9.426c-.293-.293-.767-.293-1.06 0s-.293.767 0 1.06l2.998 2.998c.146.147.338.22.53.22.191 0 .384-.073.53-.22l3.002-2.998c.293-.292.293-.767 0-1.06"
}),
/*#__PURE__*/ (0, $dRaYY$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M15.75 18H4.25C3.01 18 2 16.99 2 15.75v-2.021c0-.415.336-.75.75-.75s.75.335.75.75v2.021c0 .413.337.75.75.75h11.5c.413 0 .75-.337.75-.75v-2.021c0-.415.336-.75.75-.75s.75.335.75.75v2.021c0 1.24-1.01 2.25-2.25 2.25"
})
]
});
const $9a7089d23452d320$var$ForwardRef = /*#__PURE__*/ (0, $dRaYY$forwardRef)($9a7089d23452d320$var$SvgComponent);
var $9a7089d23452d320$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($9a7089d23452d320$var$ForwardRef);
export {$9a7089d23452d320$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Download.mjs.map