UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 826 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 MultilineChart = createIcon("MultilineChart", [ [ "path", { d: "M22 7.17488L20.59 5.76488L17.74 8.97488C15.68 6.65488 12.83 5.25488 9.61 5.25488C6.72 5.25488 4.07 6.41488 2 8.25488L3.42 9.67488C5.12 8.18488 7.27 7.25488 9.61 7.25488C12.35 7.25488 14.7 8.51488 16.38 10.4949L13.5 13.7349L9.5 9.73488L2 17.2449L3.5 18.7449L9.5 12.7349L13.5 16.7349L17.55 12.1849C18.3 13.5349 18.8 15.0849 18.99 16.7349H21C20.78 14.4349 20.05 12.3449 18.96 10.5949L22 7.17488Z", key: "78hnwf" } ] ]); export { MultilineChart as default }; //# sourceMappingURL=multiline_chart.js.map