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