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