react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 553 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_pie_chart = void 0;
var ic_pie_chart = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M11 2v20c-5.07-.5-9-4.79-9-10s3.93-9.5 9-10zm2.03 0v8.99H22c-.47-4.74-4.24-8.52-8.97-8.99zm0 11.01V22c4.74-.47 8.5-4.25 8.97-8.99h-8.97z"
},
"children": []
}]
};
exports.ic_pie_chart = ic_pie_chart;
;