/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FlagIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M6 12v8q0 .424-.287.712A.97.97 0 0 1 5 21a.97.97 0 0 1-.713-.288A.97.97 0 0 1 4 20V3q0-.424.287-.712A.97.97 0 0 1 5 2h13.525a.94.94 0 0 1 .825.45q.124.2.162.438a.9.9 0 0 1-.062.487L18 7l1.45 3.625q.1.25.063.488-.039.237-.163.437a.944.944 0 0 1-.825.45z' />
    </g>
  </svg>
);
export default FlagIcon;
