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