/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const PinIcon: 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='M16 5.825v5l1.7 1.7q.15.15.225.337t.075.388v.575q0 .424-.288.712a.97.97 0 0 1-.712.288h-4v4.85q0 .424-.287.712a.97.97 0 0 1-.713.288.97.97 0 0 1-.713-.288.97.97 0 0 1-.287-.712v-4.85H7a.97.97 0 0 1-.713-.288.97.97 0 0 1-.287-.712v-.575q0-.2.075-.388a1 1 0 0 1 .225-.337l1.7-1.7v-5a.97.97 0 0 1-.713-.288A.97.97 0 0 1 7 4.825q0-.425.287-.713A.97.97 0 0 1 8 3.825h8q.424 0 .712.287.288.288.288.713 0 .424-.288.712a.97.97 0 0 1-.712.288' />
    </g>
  </svg>
);
export default PinIcon;
