UNPKG

@maherunlocker/custom-react-table

Version:
10 lines 884 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CheckboxIcon = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); // eslint-disable-next-line function CheckboxIcon(props) { return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: 512, height: 512 }, props, { children: (0, jsx_runtime_1.jsxs)("g", Object.assign({ "data-name": "01 align center" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M24 24H0V3a3 3 0 0 1 3-3h18a3 3 0 0 1 3 3ZM2 22h20V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.333 17.919a1.985 1.985 0 0 1-1.414-.586l-4.626-4.626 1.414-1.414 4.626 4.626 9.96-9.959 1.414 1.414-9.959 9.959a1.987 1.987 0 0 1-1.415.586Z" })] })) }))); } exports.CheckboxIcon = CheckboxIcon; //# sourceMappingURL=CheckboxIcon.js.map