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