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