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