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