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