@react-spectrum/s2
Version:
Spectrum 2 UI components in React
22 lines (16 loc) • 674 B
JavaScript
import {jsx as $gxD4v$jsx} from "react/jsx-runtime";
import "react";
const $d5753fd4179867a9$var$SvgS2DashSize100 = (props)=>/*#__PURE__*/ (0, $gxD4v$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 10,
height: 10,
viewBox: "0 0 10 10",
...props,
children: /*#__PURE__*/ (0, $gxD4v$jsx)("path", {
fill: "var(--iconPrimary, #222)",
d: "M8.5 6h-7a1 1 0 1 1 0-2h7a1 1 0 1 1 0 2"
})
});
var $d5753fd4179867a9$export$2e2bcd8739ae039 = $d5753fd4179867a9$var$SvgS2DashSize100;
export {$d5753fd4179867a9$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=S2_DashSize100.mjs.map