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