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