react-icons-kit
Version:
React Icons Kit using various Svg Icon set
41 lines (40 loc) • 779 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.linkedin = void 0;
var linkedin = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "2",
"y": "9",
"width": "4",
"height": "12"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "4",
"cy": "4",
"r": "2"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.linkedin = linkedin;
;