import { createIcon } from '../lib/create-icon' const SvgFlagIcon = createIcon(props => { return ( ) }) export default SvgFlagIcon