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