react-icons-kit
Version:
React Icons Kit using various Svg Icon set
29 lines (28 loc) • 594 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.twitch = void 0;
var twitch = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M1.5 0l-1.5 2.5v11.5h4v2h2l2-2h2.5l4.5-4.5v-9.5h-13.5zM13 8.5l-2.5 2.5h-2.5l-2 2v-2h-3v-9h10v6.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M9.5 4h1.5v4h-1.5v-4z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M6.5 4h1.5v4h-1.5v-4z"
}
}]
};
exports.twitch = twitch;
;