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