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