react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 698 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_thumb_down_alt = void 0;
var ic_thumb_down_alt = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M24 24H0V0h24v24z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M22 4h-2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h2V4zM2.17 11.12c-.11.25-.17.52-.17.8V13c0 1.1.9 2 2 2h5.5l-.92 4.65c-.05.22-.02.46.08.66.23.45.52.86.88 1.22L10 22l6.41-6.41c.38-.38.59-.89.59-1.42V6.34C17 5.05 15.95 4 14.66 4h-8.1c-.71 0-1.36.37-1.72.97l-2.67 6.15z"
},
"children": []
}]
};
exports.ic_thumb_down_alt = ic_thumb_down_alt;