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