react-icons-kit
Version: 
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 590 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.trendingUp = void 0;
var trendingUp = {
  "viewBox": "0 0 24 24",
  "children": [{
    "name": "polyline",
    "attribs": {
      "points": "23 6 13.5 15.5 8.5 10.5 1 18"
    },
    "children": []
  }, {
    "name": "polyline",
    "attribs": {
      "points": "17 6 23 6 23 12"
    },
    "children": []
  }],
  "attribs": {
    "fill": "none",
    "stroke": "currentColor",
    "stroke-width": "2",
    "stroke-linecap": "round",
    "stroke-linejoin": "round"
  }
};
exports.trendingUp = trendingUp;