react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 516 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_show_chart_twotone = void 0;
var ic_show_chart_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M13.5 13.48l-4-4L2 16.99l1.5 1.5 6-6.01 4 4L22 6.92l-1.41-1.41z"
},
"children": []
}]
};
exports.ic_show_chart_twotone = ic_show_chart_twotone;
;