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