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