react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 552 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.thumbsUp = void 0;
var thumbsUp = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.thumbsUp = thumbsUp;
;