iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 747 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const TableColumnsSplit = (props) => React.createElement("svg", { className: "lucide lucide-table-columns-split", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M14 14v2M14 20v2M14 2v2M14 8v2M2 15h8M2 3h6a2 2 0 012 2v14a2 2 0 01-2 2H2M2 9h8M22 15h-4M22 3h-2a2 2 0 00-2 2v14a2 2 0 002 2h2M22 9h-4M5 3v18" }));
exports.default = TableColumnsSplit;