{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPinFlag/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPinFlag: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pin-flag, location\"><path d=\"M11.3925 2.31009C11.3398 2.38276 11.2998 2.46527 11.2758 2.55433C11.2572 2.62309 11.2487 2.69327 11.25 2.76282V9.73718C11.2498 9.74619 11.2498 9.7552 11.25 9.76422V17.25C11.25 17.6642 11.5858 18 12 18C12.4142 18 12.75 17.6642 12.75 17.25V10.1808L18.3779 6.89783C18.6083 6.76343 18.75 6.51675 18.75 6.25C18.75 5.98325 18.6083 5.73657 18.3779 5.60217L12.389 2.10863C12.3295 2.07247 12.2646 2.04436 12.1957 2.0258C12.1069 2.00172 12.0156 1.9947 11.9265 2.00356C11.818 2.01411 11.7164 2.04775 11.6264 2.09951C11.5365 2.15105 11.4562 2.22184 11.3925 2.31009Z\" fill=\"currentColor\"/><path d=\"M9.1032 14.694C9.51347 14.637 9.79986 14.2582 9.74287 13.8479C9.68587 13.4377 9.30707 13.1513 8.8968 13.2083C7.02041 13.4689 5.36043 13.9651 4.14598 14.6428C2.97506 15.2962 2 16.2513 2 17.4995C2 18.2862 2.39638 18.9624 2.95794 19.5006C3.51753 20.037 4.28759 20.4855 5.17748 20.8462C6.96115 21.5693 9.37363 21.9995 12 21.9995C14.6264 21.9995 17.0389 21.5693 18.8225 20.8462C19.7124 20.4855 20.4825 20.037 21.0421 19.5006C21.6036 18.9624 22 18.2862 22 17.4995C22 16.2513 21.0249 15.2962 19.854 14.6428C18.6396 13.9651 16.9796 13.4689 15.1032 13.2083C14.6929 13.1513 14.3141 13.4377 14.2571 13.8479C14.2001 14.2582 14.4865 14.637 14.8968 14.694C16.6566 14.9385 18.1216 15.3938 19.1231 15.9527C20.1681 16.5358 20.5 17.1024 20.5 17.4995C20.5 17.7484 20.3787 18.0587 20.0041 18.4177C19.6276 18.7787 19.043 19.1383 18.259 19.4561C16.6948 20.0902 14.4823 20.4995 12 20.4995C9.51773 20.4995 7.30522 20.0902 5.74104 19.4561C4.95702 19.1383 4.37244 18.7787 3.99588 18.4177C3.62129 18.0587 3.5 17.7484 3.5 17.4995C3.5 17.1024 3.83187 16.5358 4.87691 15.9527C5.87843 15.3938 7.34345 14.9385 9.1032 14.694Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPinFlag;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA0uD,EAA1uD,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,4iBAA4iB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ukCAAukC,KAAK,eAAc,CAAI,GAGpuD",
  "debugId": "D27516FE068A53E364756E2164756E21",
  "names": []
}