import styled from 'styled-components/macro';

import { CountryIcon } from '../../components/CountryIcon/CountryIcon';

export const TunedOptionFlag = styled(CountryIcon)`
  flex-shrink: 0;
  height: 20px;
  padding-right: 8px;
  width: 20px;
`;
