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