UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 661 B
/** * @license google-material-icons v2.1.4 - 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 StackedLineChart = createIcon("StackedLineChart", [ [ "path", { d: "M2 19.9898L9.5 12.4798L13.5 16.4798L20.59 8.50977L22 9.91977L13.5 19.4798L9.5 15.4798L3.5 21.4898L2 19.9898ZM3.5 15.4898L9.5 9.47976L13.5 13.4798L22 3.91977L20.59 2.50977L13.5 10.4798L9.5 6.47977L2 13.9898L3.5 15.4898Z", key: "jvhnjr" } ] ]); export { StackedLineChart as default }; //# sourceMappingURL=stacked_line_chart.js.map