{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEarth/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 IconEarth: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"earth, globe, world\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM8.53942 9.93334C8.25932 10.4894 7.54467 10.657 7.04651 10.2836L5.02237 8.76613C4.63824 8.47816 4.50767 7.95409 4.75962 7.54543C6.25619 5.11802 8.93928 3.5 12.0003 3.5C12.366 3.5 12.7263 3.5231 13.0799 3.56791C13.6279 3.63738 13.9541 4.18653 13.8203 4.72252L13.1472 7.41857C13.0579 7.77649 12.7787 8.05614 12.421 8.14614L9.45052 8.8934C9.16893 8.96424 8.93203 9.15397 8.8014 9.41329L8.53942 9.93334ZM16.4607 16.3223C16.2512 16.7377 15.8229 17 15.3544 17H13.07C12.6564 17 12.2702 16.7952 12.0408 16.4541L10.4976 14.1598C10.1701 13.6729 10.2355 13.0244 10.6537 12.6113L10.9107 12.3575C11.162 12.1094 11.5086 11.9801 11.8626 12.0025L13.3756 12.0982C13.5941 12.112 13.805 12.1831 13.9868 12.3041L16.4528 13.9466C16.9692 14.2905 17.1475 14.961 16.8693 15.5125L16.4607 16.3223Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEarth;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAw/B,EAAx/B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,u3BAAu3B,KAAK,eAAc,CAAI,GAGl/B",
  "debugId": "0E98B9DDE5D921B464756E2164756E21",
  "names": []
}