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