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