@react-spectrum/s2
Version:
Spectrum 2 UI components in React
22 lines (16 loc) • 718 B
JavaScript
import {jsx as $82IjT$jsx} from "react/jsx-runtime";
import "react";
const $ae45ad1f32cde709$var$SvgS2AddSize100 = (props)=>/*#__PURE__*/ (0, $82IjT$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 10,
height: 10,
viewBox: "0 0 10 10",
...props,
children: /*#__PURE__*/ (0, $82IjT$jsx)("path", {
fill: "var(--iconPrimary, #222)",
d: "M8.5 4H6V1.5a1 1 0 1 0-2 0V4H1.5a1 1 0 1 0 0 2H4v2.5a1 1 0 1 0 2 0V6h2.5a1 1 0 1 0 0-2"
})
});
var $ae45ad1f32cde709$export$2e2bcd8739ae039 = $ae45ad1f32cde709$var$SvgS2AddSize100;
export {$ae45ad1f32cde709$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=S2_AddSize100.mjs.map