react-icons-kit
Version:
React Icons Kit using various Svg Icon set
39 lines (38 loc) • 768 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.shieldOff = void 0;
var shieldOff = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "1",
"y1": "1",
"x2": "23",
"y2": "23"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.shieldOff = shieldOff;
;