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