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