UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 512 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 TrendingUp = createIcon("TrendingUp", [ [ "path", { d: "M16 6L18.29 8.29L13.41 13.17L9.41 9.17L2 16.59L3.41 18L9.41 12L13.41 16L19.71 9.71L22 12V6H16Z", key: "b1qlob" } ] ]); export { TrendingUp as default }; //# sourceMappingURL=trending_up.js.map