react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 627 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_label_important_outline_twotone = void 0;
var ic_label_important_outline_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M15 19H3l4.5-7L3 5h12c.65 0 1.26.31 1.63.84L21 12l-4.37 6.16c-.37.52-.98.84-1.63.84zm-8.5-2H15l3.5-5L15 7H6.5l3.5 5-3.5 5z"
},
"children": []
}]
};
exports.ic_label_important_outline_twotone = ic_label_important_outline_twotone;
;