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.globe = void 0;
var globe = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "12",
"cy": "12",
"r": "10"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "2",
"y1": "12",
"x2": "22",
"y2": "12"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.globe = globe;
;