react-icons-kit
Version:
React Icons Kit using various Svg Icon set
19 lines (18 loc) • 505 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.githubAction = void 0;
var githubAction = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"d": "M9 2h6c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H9a1 1 0 11-2 0H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h6a1 1 0 112 0zm6 1v10H1V3h14zm-2.5 4a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"
},
"children": []
}],
"attribs": {}
};
exports.githubAction = githubAction;
;