@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
29 lines (28 loc) • 985 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "CheckboxIcon", {
enumerable: true,
get: function() {
return CheckboxIcon;
}
});
var _object_spread = require("@swc/helpers/_/_object_spread");
var _object_without_properties = require("@swc/helpers/_/_object_without_properties");
var _jsxruntime = require("react/jsx-runtime");
var _plasmareacticons = require("@coveord/plasma-react-icons");
var CheckboxIcon = function CheckboxIcon(_0) {
var indeterminate = _0.indeterminate, others = _object_without_properties._(_0, [
"indeterminate"
]);
if (indeterminate) {
return /*#__PURE__*/ (0, _jsxruntime.jsx)(_plasmareacticons.IconMinus, _object_spread._({
stroke: 3
}, others));
}
return /*#__PURE__*/ (0, _jsxruntime.jsx)(_plasmareacticons.IconCheck, _object_spread._({
stroke: 3
}, others));
};
//# sourceMappingURL=CheckboxIcon.js.map