@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 $32bhm$jsxs, jsx as $32bhm$jsx} from "react/jsx-runtime";
import {forwardRef as $32bhm$forwardRef} from "react";
const $e481e485175547e3$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $32bhm$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $32bhm$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M13.75 2.75c0-.414-.336-.75-.75-.75H4.25C3.01 2 2 3.01 2 4.25V13c0 .414.336.75.75.75s.75-.336.75-.75V4.25c0-.414.336-.75.75-.75H13c.414 0 .75-.336.75-.75M14.75 11.5c0 .414-.336.75-.75.75h-1.75V14c0 .414-.336.75-.75.75s-.75-.336-.75-.75v-1.75H9c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h1.75V9c0-.414.336-.75.75-.75s.75.336.75.75v1.75H14c.414 0 .75.336.75.75"
}),
/*#__PURE__*/ (0, $32bhm$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M15.75 5h-8.5C6.01 5 5 6.01 5 7.25v8.5C5 16.99 6.01 18 7.25 18h8.5c1.24 0 2.25-1.01 2.25-2.25v-8.5C18 6.01 16.99 5 15.75 5m.75 10.75c0 .414-.336.75-.75.75h-8.5c-.414 0-.75-.336-.75-.75v-8.5c0-.414.336-.75.75-.75h8.5c.414 0 .75.336.75.75z"
})
]
});
const $e481e485175547e3$var$ForwardRef = /*#__PURE__*/ (0, $32bhm$forwardRef)($e481e485175547e3$var$SvgComponent);
var $e481e485175547e3$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($e481e485175547e3$var$ForwardRef);
export {$e481e485175547e3$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Duplicate.mjs.map