{
  "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.27077 10.4666C8.13071 10.7447 7.77339 10.8285 7.52431 10.6418L4.69136 8.51798C4.4993 8.37399 4.4353 8.11294 4.55118 7.90272C5.9979 5.27808 8.79145 3.5 12.0003 3.5C12.538 3.5 13.064 3.54992 13.574 3.64539C13.8455 3.69622 14.0084 3.96922 13.9415 4.23722L13.0747 7.70926C13.03 7.88822 12.8904 8.02804 12.7115 8.07304L9.22881 8.94918C9.08802 8.9846 8.96957 9.07946 8.90425 9.20912L8.27077 10.4666ZM16.1385 16.6623C16.0369 16.8693 15.8292 17 15.6019 17H12.6943C12.4937 17 12.3064 16.8979 12.1951 16.7279L10.2468 13.7516C10.088 13.5089 10.1197 13.1857 10.3225 12.9798L11.1125 12.1782C11.2343 12.0545 11.4024 11.9901 11.5741 12.0012L13.4736 12.1247C13.5796 12.1316 13.6819 12.167 13.77 12.2273L16.7346 14.2563C16.985 14.4277 17.0715 14.7618 16.9366 15.0367L16.1385 16.6623Z\" 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,gBAAs/B,EAAt/B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,q3BAAq3B,KAAK,eAAc,CAAI,GAGh/B",
  "debugId": "CCF198A39427A1A364756E2164756E21",
  "names": []
}