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