UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 531 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: "M17 7.5L12 3.5L7 10.5L3 7.5V20.5H21V7.5H17ZM19 17.45L12 12L8 17.5L5 15.1V11.5L7.44 13.33L12.4 6.38L16.3 9.5H19V17.45Z", key: "3jjxqs" } ] ]); export { AreaChart as default }; //# sourceMappingURL=area_chart.js.map