react-icons-kit
Version:
React Icons Kit using various Svg Icon set
49 lines (48 loc) • 866 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.gitPullRequest = void 0;
var gitPullRequest = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "18",
"cy": "18",
"r": "3"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "6",
"cy": "6",
"r": "3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M13 6h3a2 2 0 0 1 2 2v7"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "6",
"y1": "9",
"x2": "6",
"y2": "21"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.gitPullRequest = gitPullRequest;