UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 698 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 EditorTable = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...props }, React.createElement("defs", null, React.createElement("path", { id: "a", d: "M14 3v2H2V3v10h12V3zM2 2h12c.552 0 1 .413 1 .923v10.154c0 .51-.448.923-1 .923H2c-.552 0-1-.413-1-.923V2.923C1 2.413 1.448 2 2 2zm0 5h12v1H2V7zm0 3h12v1H2v-1z" })), React.createElement("use", { href: "#a" })); exports.default = EditorTable;