react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 828 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_thumb_up_twotone = void 0;
var ic_thumb_up_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0zm0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M21 12v-2h-9l1.34-5.34L9 9v10h9z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M9 21h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.58 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2zM9 9l4.34-4.34L12 10h9v2l-3 7H9V9zM1 9h4v12H1z"
},
"children": []
}]
};
exports.ic_thumb_up_twotone = ic_thumb_up_twotone;
;