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