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