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

declare const OutlinedFlag: ReactIconComponentType;
export default OutlinedFlag;
            