UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 524 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 ShowChart = createIcon("ShowChart", [ [ "path", { d: "M3.5 18.4898L9.5 12.4798L13.5 16.4798L22 6.91977L20.59 5.50977L13.5 13.4798L9.5 9.47976L2 16.9898L3.5 18.4898Z", key: "13pqio" } ] ]); export { ShowChart as default }; //# sourceMappingURL=show_chart.js.map