@nex-ui/react
Version:
🎉 A beautiful, modern, and reliable React component library.
23 lines (19 loc) • 551 B
JavaScript
;
var jsxRuntime = require('react/jsx-runtime');
const IndeterminateIcon = ()=>{
return /*#__PURE__*/ jsxRuntime.jsx("svg", {
stroke: "currentColor",
strokeWidth: 2,
viewBox: "0 0 24 24",
"aria-hidden": true,
focusable: false,
children: /*#__PURE__*/ jsxRuntime.jsx("line", {
x1: "18",
x2: "6",
y1: "12",
y2: "12"
})
});
};
IndeterminateIcon.displayName = 'IndeterminateIcon';
exports.IndeterminateIcon = IndeterminateIcon;