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