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