react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 457 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_warning = void 0;
var ic_warning = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"
},
"children": []
}]
};
exports.ic_warning = ic_warning;
;