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