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