react-icons-kit
Version:
React Icons Kit using various Svg Icon set
60 lines (59 loc) • 1.13 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.slack = void 0;
var slack = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M22.08 9C19.81 1.41 16.54-.35 9 1.92S-.35 7.46 1.92 15 7.46 24.35 15 22.08 24.35 16.54 22.08 9z"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12.57",
"y1": "5.99",
"x2": "16.15",
"y2": "16.39"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "7.85",
"y1": "7.61",
"x2": "11.43",
"y2": "18.01"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "16.39",
"y1": "7.85",
"x2": "5.99",
"y2": "11.43"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "18.01",
"y1": "12.57",
"x2": "7.61",
"y2": "16.15"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.slack = slack;
;