react-icons-kit
Version:
React Icons Kit using various Svg Icon set
32 lines (31 loc) • 602 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_priority_high_twotone = void 0;
var ic_priority_high_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "12",
"cy": "19",
"r": "2"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M10 3h4v12h-4z"
},
"children": []
}]
};
exports.ic_priority_high_twotone = ic_priority_high_twotone;
;