react-icons-kit
Version:
React Icons Kit using various Svg Icon set
50 lines (49 loc) • 882 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.userPlus = void 0;
var userPlus = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "8.5",
"cy": "7",
"r": "4"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "20",
"y1": "8",
"x2": "20",
"y2": "14"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "23",
"y1": "11",
"x2": "17",
"y2": "11"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.userPlus = userPlus;