import * as React from 'react'; export interface Handshake32Props extends React.SVGProps { ariaLabel?: string } export default function Handshake32({ ariaLabel, ...props }: Handshake32Props) { return ( ); }