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