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