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