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