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