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