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