iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 743 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 TableRowsSplit = (props) => React.createElement("svg", { className: "lucide lucide-table-rows-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 10h2M15 22v-8M15 2v4M2 10h2M20 10h2M3 19h18M3 22v-6a2 2 135 012-2h14a2 2 45 012 2v6M3 2v2a2 2 45 002 2h14a2 2 135 002-2V2M8 10h2M9 22v-8M9 2v4" }));
exports.default = TableRowsSplit;