@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.42 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $ixwIZ$jsx} from "react/jsx-runtime";
import {forwardRef as $ixwIZ$forwardRef} from "react";
const $02f1be1f600028c0$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $ixwIZ$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $ixwIZ$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M17.725 1h-.668c-1.276 0-2.447.817-2.797 2H14c-2.619 0-4.75 2.13-4.75 4.75v4.5c0 1.792-1.458 3.25-3.25 3.25h-.265c-.328-1.152-1.378-2-2.635-2h-.825c-.152 0-.275.123-.275.275v4.95c0 .152.123.275.275.275h.668c1.277 0 2.448-.817 2.797-2H6c2.62 0 4.75-2.13 4.75-4.75v-4.5c0-1.792 1.458-3.25 3.25-3.25h.265c.328 1.152 1.378 2 2.635 2h.825c.152 0 .275-.123.275-.275v-4.95c0-.152-.123-.275-.275-.275"
})
});
const $02f1be1f600028c0$var$ForwardRef = /*#__PURE__*/ (0, $ixwIZ$forwardRef)($02f1be1f600028c0$var$SvgComponent);
var $02f1be1f600028c0$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($02f1be1f600028c0$var$ForwardRef);
export {$02f1be1f600028c0$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Prototyping.mjs.map