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