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