UNPKG

google-material-icons

Version:

A google material icon library package for React applications

26 lines (22 loc) 740 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 AddChart = createIcon("AddChart", [ [ "path", { d: "M19 19H5V5H14V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V10H19V19Z", key: "130qgu" } ], ["path", { d: "M17 13H15V17H17V13Z", key: "8frpwx" }], ["path", { d: "M9 10H7V17H9V10Z", key: "9ry01u" }], ["path", { d: "M13 7H11V17H13V7Z", key: "bd9dhx" }], ["path", { d: "M19 5V3H17V5H15V7H17V9H19V7H21V5H19Z", key: "1a6qco" }] ]); export { AddChart as default }; //# sourceMappingURL=add_chart.js.map