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