react-icons-kit
Version:
React Icons Kit using various Svg Icon set
25 lines (24 loc) • 647 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.lockClosedOutline = void 0;
var lockClosedOutline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "12",
"cy": "17",
"r": "1.3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M17 10h-1v-2c0-2.206-1.794-4-4-4s-4 1.794-4 4v2h-1c-1.104 0-2 .896-2 2v7c0 1.104.896 2 2 2h10c1.104 0 2-.896 2-2v-7c0-1.104-.896-2-2-2zm-7-2c0-1.104.896-2 2-2s2 .896 2 2v3h-4v-3zm7 11h-10v-7h10.003l-.003 7z"
},
"children": []
}]
};
exports.lockClosedOutline = lockClosedOutline;
;