@react-spectrum/s2
Version:
Spectrum 2 UI components in React
34 lines (27 loc) • 1.62 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $6sQyZ$jsxs, jsx as $6sQyZ$jsx} from "react/jsx-runtime";
import {forwardRef as $6sQyZ$forwardRef} from "react";
const $8451383ab70f6407$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $6sQyZ$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $6sQyZ$jsx)("circle", {
cx: 4.125,
cy: 6,
r: 0.75,
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))"
}),
/*#__PURE__*/ (0, $6sQyZ$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M16.75 3H3.25C2.01 3 1 4.01 1 5.25v9.5C1 15.99 2.01 17 3.25 17h13.5c1.24 0 2.25-1.01 2.25-2.25v-9.5C19 4.01 17.99 3 16.75 3M2.5 5.25c0-.413.337-.75.75-.75h13.5c.413 0 .75.337.75.75V7.5h-15zM16.75 15.5H3.25c-.413 0-.75-.337-.75-.75V9h15v5.75c0 .413-.337.75-.75.75"
})
]
});
const $8451383ab70f6407$var$ForwardRef = /*#__PURE__*/ (0, $6sQyZ$forwardRef)($8451383ab70f6407$var$SvgComponent);
var $8451383ab70f6407$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($8451383ab70f6407$var$ForwardRef);
export {$8451383ab70f6407$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=WebPage.mjs.map