/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CrownIcon: 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='M5 20v-2h14v2zm0-3.5L3.725 8.475a.6.6 0 0 0-.113.013.6.6 0 0 1-.112.012q-.625 0-1.062-.437A1.45 1.45 0 0 1 2 7q0-.625.438-1.062A1.45 1.45 0 0 1 3.5 5.5q.624 0 1.063.438Q5 6.374 5 7q0 .175-.037.325-.039.15-.088.275L8 9l3.125-4.275A1.54 1.54 0 0 1 10.5 3.5q0-.625.438-1.062A1.45 1.45 0 0 1 12 2q.624 0 1.063.438.437.436.437 1.062 0 .375-.175.7a1.54 1.54 0 0 1-.45.525L16 9l3.125-1.4a2 2 0 0 1-.087-.275A1.3 1.3 0 0 1 19 7q0-.625.438-1.062A1.45 1.45 0 0 1 20.5 5.5q.625 0 1.063.438Q22 6.374 22 7q0 .624-.437 1.063A1.45 1.45 0 0 1 20.5 8.5a.6.6 0 0 1-.113-.012.6.6 0 0 0-.112-.013L19 16.5z' />
    </g>
  </svg>
);
export default CrownIcon;
