// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const FlagIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M18.7631 4.94769C18.6123 4.84 18.4185 4.84 18.2462 4.92615C18.2246 4.92615 16.5446 5.74462 15.2523 5.74462C14.0246 5.74462 13.1846 5.35692 12.2585 4.92615C11.2677 4.47385 10.2554 4 8.76923 4C7.04615 4 5.34462 4.88308 5.28 4.92615C5.10769 5.03385 5 5.20615 5 5.42154V8.26462V13.1108V21.8123C5 22.1138 5.23692 22.3508 5.53846 22.3508C5.84 22.3508 6.07692 22.1138 6.07692 21.8123V13.4338C6.59385 13.1969 7.69231 12.7662 8.76923 12.7662C10.1262 12.7662 11.0092 13.1754 11.9138 13.6062C12.84 14.0369 13.8092 14.4892 15.2308 14.4892C16.9108 14.4892 18.6338 13.6062 18.72 13.5631C18.8923 13.4769 19 13.2831 19 13.0892V5.42154C19 5.22769 18.9138 5.05538 18.7631 4.94769Z" />
  </svg>
);

const FlagIconWrapper = toIcon(FlagIcon);
export default FlagIconWrapper;
