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