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