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