iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.31 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 ThumbsUp3 = (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 6.87l.48-2.124A2.25 2.25 0 0011.925 2h-.256a2.25 2.25 0 00-1.757.845L6.409 7.228H4.25A2.25 2.25 0 002 9.478v6.957a2.25 2.25 0 002.25 2.25h2.43l.006.001.267.062a36.524 36.524 0 004.106.675c1.215.127 2.55.192 3.797.095 1.23-.097 2.457-.358 3.39-.95 1.938-1.23 3.23-3.28 3.626-5.373.396-2.098-.102-4.338-1.894-5.799-.704-.573-1.566-.833-2.403-.928-.84-.095-1.702-.03-2.463.09-.544.085-1.05.2-1.473.313zm-1.97-3.37h.256a.75.75 0 01.731.915l-.768 3.397a.75.75 0 001.004.864l.007-.002.034-.013.138-.05a13.435 13.435 0 012.273-.572c.683-.107 1.402-.155 2.062-.08.662.074 1.216.267 1.624.6 1.263 1.03 1.69 2.656 1.368 4.358-.323 1.707-1.388 3.39-2.956 4.385-.627.398-1.565.631-2.703.72-1.122.088-2.36.03-3.524-.09a35 35 0 01-3.696-.595V8.24l3.564-4.46a.75.75 0 01.586-.281zM6.02 17.185H4.25a.75.75 0 01-.75-.75V9.478a.75.75 0 01.75-.75h1.77v8.457z", fill: "#323544" }));
exports.default = ThumbsUp3;