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