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