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