react-icons-kit
Version:
React Icons Kit using various Svg Icon set
57 lines (56 loc) • 1.56 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.exclamation = void 0;
var exclamation = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "path",
"attribs": {
"d": "M256,0C114.609,0,0,114.609,0,256s114.609,256,256,256s256-114.609,256-256S397.391,0,256,0z M256,472\r\n\t\tc-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M256,0C114.609,0,0,114.609,0,256s114.609,256,256,256s256-114.609,256-256S397.391,0,256,0z M256,472\r\n\t\tc-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z"
},
"children": []
}]
}, {
"name": "polygon",
"attribs": {
"points": "240,234.656 246.234,320 265.781,320 272,233.875 272,128 240,128 \t"
},
"children": [{
"name": "polygon",
"attribs": {
"points": "240,234.656 246.234,320 265.781,320 272,233.875 272,128 240,128 \t"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "240",
"y": "352",
"width": "32",
"height": "32"
},
"children": [{
"name": "rect",
"attribs": {
"x": "240",
"y": "352",
"width": "32",
"height": "32"
},
"children": []
}]
}]
}]
};
exports.exclamation = exclamation;
;