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