UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

29 lines 2.84 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React, { forwardRef } from 'react'; export const ThumbsUpIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, size = 24, width, height, ...props }, ref) => { const iconSize = width || height || size; return /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "thumbs, up", style: style, width: width || iconSize, height: height || iconSize, viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M12.701 3.072a1.934 1.934 0 0 1 2.708.174v.001c.084.097.167.218.236.319l.29.435v.001l.117.203c.52.962.69 2.069.483 3.14l-.05.228c-.035.14-.08.283-.147.499l-.266.861c-.114.369-.18.586-.214.745-.008.04-.011.07-.013.088l.006.006c.019.004.057.013.123.018.171.016.41.017.805.017h.404c1.258 0 2.294-.002 3.086.103.798.105 1.558.343 2.08.997l.143.196c.045.067.087.136.126.207l.07.14c.326.701.232 1.443.013 2.157-.172.563-.458 1.225-.81 1.991l-.37.803c-.48 1.032-.867 1.867-1.252 2.516-.346.584-.718 1.067-1.206 1.452l-.217.16a4.801 4.801 0 0 1-.163.106l-.167.1c-.627.36-1.3.518-2.08.593-.761.073-1.697.073-2.86.073h-.511c-1.405 0-2.547.001-3.444-.116-.863-.112-1.619-.346-2.237-.886l-.122-.113a3.127 3.127 0 0 1-.265-.292A3.892 3.892 0 0 1 4 21.401a2.901 2.901 0 0 1-2.9-2.9v-6A2.9 2.9 0 0 1 4 9.6a3.88 3.88 0 0 1 2.429.85c.335-.845.97-1.528 1.904-2.562l4.09-4.53.135-.146c.046-.05.095-.098.143-.14ZM4 11.4a1.1 1.1 0 0 0-1.1 1.1v6A1.1 1.1 0 0 0 4 19.6a2.1 2.1 0 0 0 2.1-2.1v-4A2.1 2.1 0 0 0 4 11.4Zm9.923-6.993-.041.022c.01-.01.01-.01-.013.015l-.11.119-4.09 4.531c-1.035 1.146-1.387 1.556-1.571 2.031-.184.473-.198 1.002-.198 2.525v.973c0 1.411.003 2.376.103 3.1.096.695.268 1.033.512 1.27l.098.086c.245.195.601.337 1.24.42.755.099 1.758.1 3.212.1h.511c1.197 0 2.032 0 2.688-.064.637-.06 1.032-.177 1.357-.363l.21-.13.112-.084c.26-.204.5-.49.778-.96.328-.553.672-1.292 1.167-2.357l.374-.808c.34-.743.58-1.301.718-1.754.135-.444.134-.67.101-.8l-.04-.102a1.076 1.076 0 0 0-.046-.076l-.054-.073c-.085-.107-.27-.25-.909-.335-.645-.086-1.538-.087-2.85-.087h-.403c-.363 0-.695 0-.966-.024a2.096 2.096 0 0 1-.789-.207l-.114-.065a1.887 1.887 0 0 1-.746-.888l-.057-.16c-.105-.352-.066-.685-.01-.953.055-.262.152-.574.255-.91l.267-.86.118-.397.055-.283a2.918 2.918 0 0 0-.396-1.926l-.234-.348-.092-.133c-.02-.027-.02-.025-.01-.014a.122.122 0 0 0-.084-.038.138.138 0 0 0-.053.007Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default ThumbsUpIcon;