/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyGbpIcon: 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='M11.333 4a8 8 0 1 1 0 16 8 8 0 0 1 0-16m.029 3.934c-2.328 0-3 1.368-3 2.412 0 .72.276 1.152.492 1.62h-.649v1.163h.912c-.024.816-.36 1.5-1.032 1.92l.817 1.284c.588-.36 1.008-.516 1.488-.516.924 0 1.284.697 2.532.697.804 0 1.296-.289 1.836-.733l-.673-1.32c-.336.276-.671.469-1.223.469-.756 0-.996-.433-1.8-.433-.432 0-.732.145-1.008.276l-.013-.024c.468-.444.78-.984.828-1.62h1.537v-1.163H10.63c-.216-.456-.505-.865-.505-1.44 0-.649.385-1.153 1.261-1.153.924 0 1.308.553 1.308 1.525h1.763c0-1.74-.875-2.964-3.095-2.964' />
    </g>
  </svg>
);
export default CurrencyGbpIcon;
