iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.32 kB
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 ThumbsDown3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.639 17.13c.424.112.929.228 1.473.313.76.12 1.624.184 2.463.09.837-.096 1.7-.356 2.403-.929 1.792-1.461 2.29-3.7 1.894-5.799-.395-2.092-1.688-4.143-3.626-5.373-.933-.592-2.16-.853-3.39-.95-1.246-.097-2.582-.031-3.797.095a36.503 36.503 0 00-4.373.737l-.006.001H4.25A2.25 2.25 0 002 7.565v6.958a2.25 2.25 0 002.25 2.25h2.159l3.503 4.382a2.25 2.25 0 001.757.845h.256a2.25 2.25 0 002.194-2.746l-.48-2.125zm-1.97 3.37a.75.75 0 01-.586-.281l-3.564-4.46V6.665a35.002 35.002 0 013.695-.595c1.165-.121 2.403-.179 3.525-.091 1.138.09 2.076.323 2.703.72 1.568.996 2.633 2.678 2.956 4.386.321 1.702-.105 3.328-1.368 4.357-.408.333-.962.526-1.624.6-.66.076-1.38.027-2.062-.08a13.435 13.435 0 01-2.412-.622l-.033-.012-.007-.003a.752.752 0 00-1.004.864l.768 3.397a.75.75 0 01-.731.915h-.256zM6.02 6.815v8.458H4.25a.75.75 0 01-.75-.75V7.565a.75.75 0 01.75-.75h1.77z", fill: "#323544" }));
exports.default = ThumbsDown3;