iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 946 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 Thumbsup = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.54 2c.29.001.571.088.81.25a1.38 1.38 0 01.45 1.69l-.97 2.17h2.79a1.36 1.36 0 011.16.61 1.35 1.35 0 01.09 1.32c-.67 1.45-1.87 4.07-2.27 5.17a1.38 1.38 0 01-1.29.9H2.38A1.4 1.4 0 011 12.71V9.2a1.38 1.38 0 011.38-1.38h1.38L9.6 2.36a1.41 1.41 0 01.94-.36zm.77 11.11a.39.39 0 00.36-.25c.4-1.09 1.47-3.45 2.33-5.24a.39.39 0 000-.36.37.37 0 00-.38-.15h-3.3l-.52-.68v-.46l1.09-2.44a.37.37 0 00-.13-.46.38.38 0 00-.48 0L4.22 8.66l-.47.13H2.38A.38.38 0 002 9.2v3.51a.4.4 0 00.38.4h8.93z", fill: "#424242" }));
exports.default = Thumbsup;