react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 750 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_label_important_twotone = void 0;
var ic_label_important_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M15 7H7.89l3.57 5-3.57 5H15l3.55-5z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M16.63 5.84C16.27 5.33 15.67 5 15 5H4l5 7-5 6.99h11c.67 0 1.27-.32 1.63-.83L21 12l-4.37-6.16zM15 17H7.89l3.57-5-3.57-5H15l3.55 5L15 17z"
},
"children": []
}]
};
exports.ic_label_important_twotone = ic_label_important_twotone;
;