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