@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.22 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $1wPxw$jsx} from "react/jsx-runtime";
import {forwardRef as $1wPxw$forwardRef} from "react";
const $065eddfee5f293c7$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $1wPxw$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $1wPxw$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M16.25 9.25h-5.5v-5.5c0-.414-.336-.75-.75-.75s-.75.336-.75.75v5.5h-5.5c-.414 0-.75.336-.75.75s.336.75.75.75h5.5v5.5c0 .414.336.75.75.75s.75-.336.75-.75v-5.5h5.5c.414 0 .75-.336.75-.75s-.336-.75-.75-.75"
})
});
const $065eddfee5f293c7$var$ForwardRef = /*#__PURE__*/ (0, $1wPxw$forwardRef)($065eddfee5f293c7$var$SvgComponent);
var $065eddfee5f293c7$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($065eddfee5f293c7$var$ForwardRef);
export {$065eddfee5f293c7$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Add.mjs.map