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