react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 578 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.thumbsDown = void 0;
var thumbsDown = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.thumbsDown = thumbsDown;
;