UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 668 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: "M5.5 9.99H7.5V16.99H5.5V9.99ZM13.5 12.99H15.5V16.99H13.5V12.99ZM9.5 6.99H11.5V16.99H9.5V6.99ZM19.5 7V4H17.5V7H14.5V9H17.5V12H19.5V9H22.5V7H19.5ZM17.5 19H3.5V5H15.5V3H3.5C2.4 3 1.5 3.9 1.5 5V19C1.5 20.1 2.4 21 3.5 21H17.5C18.6 21 19.5 20.1 19.5 19V14H17.5V19Z", key: "nr6qui" } ] ]); export { AddChart as default }; //# sourceMappingURL=add_chart.js.map