{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAirdrop/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 IconAirdrop: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"airdrop, file-sharing, radar\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 15.1449 5.20759 17.8919 7.74979 19.3629C8.10831 19.5703 8.23079 20.0291 8.02334 20.3876C7.8159 20.7462 7.35709 20.8686 6.99857 20.6612C4.01201 18.9332 2 15.702 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 15.702 19.988 18.9332 17.0014 20.6612C16.6429 20.8687 16.184 20.7462 15.9766 20.3877C15.7692 20.0292 15.8916 19.5703 16.2502 19.3629C18.7924 17.892 20.5 15.145 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 13.619 8.35449 15.0391 9.64066 15.8328C9.99316 16.0503 10.1026 16.5124 9.88504 16.8649C9.66752 17.2174 9.20542 17.3268 8.85292 17.1093C7.14258 16.0538 6 14.1607 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 14.1607 16.8574 16.0538 15.1471 17.1093C14.7946 17.3268 14.3325 17.2174 14.115 16.8649C13.8974 16.5124 14.0068 16.0503 14.3593 15.8328C15.6455 15.0391 16.5 13.619 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAirdrop;\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,gBAAsqC,EAAtqC,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4hCAA4hC,KAAK,eAAc,CAAI,GAGhqC",
  "debugId": "081366035D2B55FF64756E2164756E21",
  "names": []
}