react-icons-kit
Version:
React Icons Kit using various Svg Icon set
35 lines (34 loc) • 624 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.lock = void 0;
var lock = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"x": "3",
"y": "11",
"width": "18",
"height": "11",
"rx": "2",
"ry": "2"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M7 11V7a5 5 0 0 1 10 0v4"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.lock = lock;
;