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