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