@gravity-ui/uikit
Version:
Gravity UI base styling and components
9 lines (8 loc) • 486 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.CheckboxDashIcon = CheckboxDashIcon;
const jsx_runtime_1 = require("react/jsx-runtime");
function CheckboxDashIcon(props) {
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 17", width: "16", height: "16", fill: "currentColor", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M4 7h9v3H4z" }) }));
}
//# sourceMappingURL=CheckboxDashIcon.js.map
;