UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 447 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var TrendingUp = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z" })), name: 'TrendingUp' }); export default TrendingUp;