import { ReactIconComponentType } from '../types';

declare const PersonOff: ReactIconComponentType;
export default PersonOff;
            