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