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