react-icons-kit
Version:
React Icons Kit using various Svg Icon set
47 lines (46 loc) • 944 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.basic_male = void 0;
var basic_male = {
"viewBox": "0 0 64 64",
"children": [{
"name": "circle",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"cx": "25",
"cy": "39",
"r": "24"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "63",
"y1": "1",
"x2": "42",
"y2": "22"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "45,1 63,1 63,19 \r\n\t"
},
"children": []
}]
};
exports.basic_male = basic_male;