UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 936 B
"use strict"; 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 ThumbUp = (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-up", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M13 3a3 3 0 012.995 2.824L16 6v4h2a3 3 0 012.98 2.65l.015.174L21 13l-.02.196-1.006 5.032c-.381 1.626-1.502 2.796-2.81 2.78L17 21H9a1 1 0 01-.993-.883L8 20l.001-9.536a1 1 0 01.5-.865 2.998 2.998 0 001.492-2.397L10 7V6a3 3 0 013-3zM5 10a1 1 0 01.993.883L6 11v9a1 1 0 01-.883.993L5 21H4a2 2 0 01-1.995-1.85L2 19v-7a2 2 0 011.85-1.995L4 10h1z" })); exports.default = ThumbUp;