react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 554 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_label_important = void 0;
var ic_label_important = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3.5 18.99l11 .01c.67 0 1.27-.33 1.63-.84L20.5 12l-4.37-6.16c-.36-.51-.96-.84-1.63-.84l-11 .01L8.34 12 3.5 18.99z"
},
"children": []
}]
};
exports.ic_label_important = ic_label_important;
;