UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 903 B
"use strict"; 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 Table = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-table", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M4 11h4a1 1 0 011 1v8a1 1 0 01-1 1H6a3 3 0 01-2.995-2.824L3 18v-6a1 1 0 011-1zM21 12v6a3 3 0 01-2.824 2.995L18 21h-6a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1zM18 3a3 3 0 012.995 2.824L21 6v2a1 1 0 01-1 1h-8a1 1 0 01-1-1V4a1 1 0 011-1h6zM9 4v4a1 1 0 01-1 1H4a1 1 0 01-1-1V6a3 3 0 012.824-2.995L6 3h2a1 1 0 011 1z" })); exports.default = Table;