react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 531 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_trending_up_twotone = void 0;
var ic_trending_up_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6h-6z"
},
"children": []
}]
};
exports.ic_trending_up_twotone = ic_trending_up_twotone;
;