UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 607 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const TableChart = createIcon("TableChart", [ [ "path", { d: "M9.5 10.02H14.5V21H9.5V10.02ZM16.5 21H19.5C20.6 21 21.5 20.1 21.5 19V10H16.5V21ZM19.5 3H4.5C3.4 3 2.5 3.9 2.5 5V8H21.5V5C21.5 3.9 20.6 3 19.5 3ZM2.5 19C2.5 20.1 3.4 21 4.5 21H7.5V10H2.5V19Z", key: "1fhik1" } ] ]); export { TableChart as default }; //# sourceMappingURL=table_chart.js.map