{
  "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.13644 10.7333C8.06641 10.8723 7.88775 10.9142 7.76321 10.8209L4.52586 8.3939C4.42982 8.32191 4.39818 8.19157 4.45354 8.08508C5.86967 5.36078 8.71767 3.5 12.0003 3.5C12.6246 3.5 13.2331 3.5673 13.8191 3.69504C13.954 3.72445 14.0355 3.86057 14.002 3.99457L13.0384 7.8546C13.0161 7.94408 12.9463 8.014 12.8568 8.0365L9.11796 8.97706C9.04756 8.99477 8.98834 9.04221 8.95568 9.10703L8.13644 10.7333ZM15.9841 16.8314C15.934 16.9347 15.8316 17 15.7197 17H12.5127C12.4138 17 12.3215 16.9491 12.2666 16.8642L10.1238 13.5484C10.0455 13.4273 10.0611 13.2659 10.1611 13.1632L11.2062 12.0889C11.2663 12.0272 11.3491 11.9951 11.4337 12.0006L13.5188 12.1379C13.5711 12.1413 13.6215 12.159 13.6649 12.1891L16.8692 14.4104C16.9926 14.4959 17.0353 14.6627 16.9688 14.7999L15.9841 16.8314Z\" 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,gBAA0/B,EAA1/B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y3BAAy3B,KAAK,eAAc,CAAI,GAGp/B",
  "debugId": "D53CECC73DFFFE7064756E2164756E21",
  "names": []
}