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