iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 982 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ThumbDown = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-thumb-down", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M13 21.008a3 3 0 002.995-2.823l.005-.177v-4h2a3 3 0 002.98-2.65l.015-.173.005-.177-.02-.196-1.006-5.032c-.381-1.625-1.502-2.796-2.81-2.78L17 3.008H9a1 1 0 00-.993.884L8 4.008l.001 9.536a1 1 0 00.5.866 2.998 2.998 0 011.492 2.396l.007.202v1a3 3 0 003 3zM5 14.008a1 1 0 00.993-.883L6 13.008v-9a1 1 0 00-.883-.993L5 3.008H4A2 2 0 002.005 4.86L2 5.01v7a2 2 0 001.85 1.994l.15.005h1z" }));
exports.default = ThumbDown;