UNPKG

google-material-icons

Version:

A google material icon library package for React applications

18 lines (14 loc) 508 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 BarChart = createIcon("BarChart", [ ["path", { d: "M8 9H4V20H8V9Z", key: "1l3a01" }], ["path", { d: "M20 13H16V20H20V13Z", key: "1g3o4p" }], ["path", { d: "M14 4H10V20H14V4Z", key: "j7vwnk" }] ]); export { BarChart as default }; //# sourceMappingURL=bar_chart.js.map