UNPKG

sebikostudio-icons

Version:
14 lines (9 loc) 1.12 kB
import React, { forwardRef } from 'react'; export const HandShake2Icon = forwardRef(({ className, style, ariaLabel, ...props }, ref) => ( <svg 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}> <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"/> <path d="M1.5 6.5H6" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"/> <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"/> </svg> )); export default HandShake2Icon;