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