UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 523 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 AreaChart = createIcon("AreaChart", [ [ "path", { d: "M3 13.5V20.5H21V19L12 12L8 17.5L3 13.5ZM3 7.5L7 10.5L12 3.5L17 7.5H21V16.47L11.6 9.16L7.62 14.64L3 10.94V7.5Z", key: "c1iz0k" } ] ]); export { AreaChart as default }; //# sourceMappingURL=area_chart.js.map