react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 734 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_security_twotone = void 0;
var ic_security_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 3.19L5 6.3V12h7v8.93c3.72-1.15 6.47-4.82 7-8.94h-7v-8.8z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 19.93V12H5V6.3l7-3.11v8.8h7c-.53 4.12-3.28 7.79-7 8.94z"
},
"children": []
}]
};
exports.ic_security_twotone = ic_security_twotone;
;