UNPKG

google-material-icons

Version:

A google material icon library package for React applications

21 lines (17 loc) 702 B
/** * @license google-material-icons v2.1.4 - 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 StackedBarChart = createIcon("StackedBarChart", [ ["path", { d: "M8 9H4V20H8V9Z", key: "1l3a01" }], ["path", { d: "M8 4H4V8H8V4Z", key: "1zbd1b" }], ["path", { d: "M14 7H10V11H14V7Z", key: "9lx2tu" }], ["path", { d: "M20 10H16V14H20V10Z", key: "1gb12k" }], ["path", { d: "M20 15H16V20H20V15Z", key: "6zjl5i" }], ["path", { d: "M14 12H10V20H14V12Z", key: "njaekw" }] ]); export { StackedBarChart as default }; //# sourceMappingURL=stacked_bar_chart.js.map