UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

27 lines 2.23 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 ShakeHandsIcon = /*#__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 || "shake, hands", 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: "M7.439 17.931c1.84 1.181 2.912 1.869 4.121 1.869v.01h.23a.735.735 0 0 0 .108-.01.652.652 0 0 1 .092-.01c1.32-.16 2.26-1.06 3.95-2.7l1.165-1.128c.19.165.387.302.605.418.79.42 1.58.42 3.03.42h1.16l.01.01c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-1.16c-1.28 0-1.81-.01-2.19-.21-.404-.217-.788-.734-1.546-1.754L16.98 13l-2.32-3.13c-.28-.38-1.03-1.39-2.25-.99-.53.17-.97.54-1.35.87l-.105.09c-.08.068-.158.134-.235.19-.23.17-.5.14-.7-.09-.29-.32-.29-.89 0-1.21l1.47-1.65c.48-.55.9-1.02 1.44-1.17.55-.15 1.28-.11 1.93-.06h.1c.44.03.87.23 1.21.57.83.84 1.8 1.62 3.22 1.62h2.52c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-2.52c-.64 0-1.15-.28-1.94-1.08-.65-.66-1.5-1.05-2.38-1.11h-.1l-.019-.001c-.775-.05-1.668-.107-2.491.121a3.475 3.475 0 0 0-1.237.643L9.85 4.24C8.5 3.68 6.99 4.11 6 5.34c-.35.42-.79.66-1.24.66H1.9c-.5 0-.9.4-.9.9s.4.9.9.9h2.86v.01c1 0 1.96-.49 2.64-1.34.49-.61 1.15-.81 1.76-.56l.7.292L8.68 7.53c-.9 1.01-.9 2.59 0 3.6.83.93 2.14 1.07 3.12.33l.06-.05c.113-.097.233-.198.36-.3l.052-.043c.23-.193.506-.423.618-.497.04.02.13.1.32.36l2.32 3.14c.141.19.272.368.396.533L14.69 15.8c-1.56 1.5-2.21 2.12-2.91 2.21h-.1c-.7.04-1.48-.43-3.32-1.62l-.1-.064c-.938-.6-1.472-.943-2.11-1.136l-.1-.03c-.67-.19-1.33-.19-2.53-.19H1.9c-.5 0-.9.4-.9.9s.4.9.9.9h1.61c1.08 0 1.62 0 2.11.14.413.115.836.388 1.668.924l.102.066.049.031Z" })); }); export default ShakeHandsIcon;