@react-spectrum/s2
Version:
Spectrum 2 UI components in React
22 lines (16 loc) • 833 B
JavaScript
import {jsx as $khmcS$jsx} from "react/jsx-runtime";
import "react";
const $f9b0e4d204f0089d$var$SvgS2CrossSize200 = (props)=>/*#__PURE__*/ (0, $khmcS$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 10,
height: 10,
viewBox: "0 0 10 10",
...props,
children: /*#__PURE__*/ (0, $khmcS$jsx)("path", {
fill: "var(--iconPrimary, #222)",
d: "m6.289 5 2.922-2.923A.912.912 0 0 0 7.922.788L5 3.711 2.078.788a.912.912 0 0 0-1.29 1.29L3.712 5 .789 7.923a.912.912 0 0 0 1.289 1.289L5 6.289l2.922 2.923a.91.91 0 0 0 1.29 0 .91.91 0 0 0 0-1.29z"
})
});
var $f9b0e4d204f0089d$export$2e2bcd8739ae039 = $f9b0e4d204f0089d$var$SvgS2CrossSize200;
export {$f9b0e4d204f0089d$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=S2_CrossSize200.mjs.map