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