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