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