react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 502 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_bar_chart_twotone = void 0;
var ic_bar_chart_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M5 9.2h3V19H5zM16.2 13H19v6h-2.8zm-5.6-8h2.8v14h-2.8z"
},
"children": []
}]
};
exports.ic_bar_chart_twotone = ic_bar_chart_twotone;