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