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