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