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