UNPKG

sebikostudio-icons

Version:
34 lines 1.61 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 HandShake2Icon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, ...props }, ref) => /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "hand, grab, hand shake, shake, trust, deal, agreeing , agree, support", style: style, width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M18.5001 4.49996L13.3483 2.78276C12.8085 2.60284 12.2176 2.66135 11.7236 2.94365L6.63974 5.84872C5.98629 6.22212 5.70801 7.02002 5.98752 7.71881V7.71881C6.27764 8.44411 7.07346 8.82796 7.82169 8.60349L11.5 7.5L14.3126 11.7188C15.0544 12.8316 16.3033 13.5 17.6407 13.5L18.5001 13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/React.createElement("path", { d: "M1.5 6.5H6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/React.createElement("path", { d: "M15.5 13L12.0655 16.0052C11.701 16.3242 11.233 16.5 10.7485 16.5H8.686C8.33204 16.5 7.98443 16.4061 7.67865 16.2278L3 13.5H1.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }))); export default HandShake2Icon;