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