import React from 'react';
import { SvgProps } from '../types';
declare const IF: React.FC<SvgProps>;
export default IF;
