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