react-icons-kit
Version:
React Icons Kit using various Svg Icon set
42 lines (41 loc) • 812 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.alertOctagon = void 0;
var alertOctagon = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polygon",
"attribs": {
"points": "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "8",
"x2": "12",
"y2": "12"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "16",
"x2": "12",
"y2": "16"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.alertOctagon = alertOctagon;
;