@react-spectrum/s2
Version:
Spectrum 2 UI components in React
27 lines (19 loc) • 1.51 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $l7YE7$jsx} from "react/jsx-runtime";
import {forwardRef as $l7YE7$forwardRef} from "react";
const $b3e9f60d11647129$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $l7YE7$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $l7YE7$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "m17.13 5.734-5.75-4.472c-.812-.631-1.948-.632-2.76 0L2.87 5.735h-.002C2.324 6.157 2 6.821 2 7.511v8.239C2 16.99 3.01 18 4.25 18h11.5c1.24 0 2.25-1.01 2.25-2.25V7.51c0-.689-.324-1.353-.87-1.776M11.5 16.5h-3v-4.75c0-.413.337-.75.75-.75h1.5c.413 0 .75.337.75.75zm5-.75c0 .413-.337.75-.75.75H13v-4.75c0-1.24-1.01-2.25-2.25-2.25h-1.5C8.01 9.5 7 10.51 7 11.75v4.75H4.25c-.413 0-.75-.337-.75-.75V7.51c0-.229.108-.45.29-.592l5.75-4.47c.272-.213.65-.21.92-.002l5.75 4.472c.182.142.29.363.29.593z"
})
});
const $b3e9f60d11647129$var$ForwardRef = /*#__PURE__*/ (0, $l7YE7$forwardRef)($b3e9f60d11647129$var$SvgComponent);
var $b3e9f60d11647129$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($b3e9f60d11647129$var$ForwardRef);
export {$b3e9f60d11647129$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Home.mjs.map