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