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