react-icons-kit
Version:
React Icons Kit using various Svg Icon set
66 lines (65 loc) • 1.22 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.wifiOff = void 0;
var wifiOff = {
"viewBox": "0 0 24 24",
"children": [{
"name": "line",
"attribs": {
"x1": "1",
"y1": "1",
"x2": "23",
"y2": "23"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M16.72 11.06A10.94 10.94 0 0 1 19 12.55"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M5 12.55a10.94 10.94 0 0 1 5.17-2.39"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M10.71 5.05A16 16 0 0 1 22.58 9"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M1.42 9a15.91 15.91 0 0 1 4.7-2.88"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M8.53 16.11a6 6 0 0 1 6.95 0"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "20",
"x2": "12",
"y2": "20"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.wifiOff = wifiOff;
;