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