@maherunlocker/custom-react-table
Version:
dynamic table based on react table v7
10 lines • 790 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DiskIcon = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
// eslint-disable-next-line
function DiskIcon(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: "M19 0H3a3 3 0 0 0-3 3v21h24V5ZM7 2h10v4H7Zm15 20H2V3a1 1 0 0 1 1-1h2v6h14V2.828l3 3Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 10a4 4 0 1 0 4 4 4 4 0 0 0-4-4Zm0 6a2 2 0 1 1 2-2 2 2 0 0 1-2 2Z" })] })) })));
}
exports.DiskIcon = DiskIcon;
//# sourceMappingURL=DiskIcon.js.map