{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconChainLink1/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 IconChainLink1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"chain-link-1,url\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.8484 4.09054C13.3129 2.62607 15.6872 2.62607 17.1517 4.09054L19.909 6.8479C21.3735 8.31236 21.3735 10.6867 19.909 12.1512L18.2804 13.7799C17.9875 14.0728 17.5126 14.0728 17.2197 13.7799C16.9268 13.487 16.9268 13.0121 17.2197 12.7192L18.8484 11.0905C19.7271 10.2119 19.7271 8.78724 18.8484 7.90856L16.091 5.1512C15.2123 4.27252 13.7877 4.27252 12.909 5.1512L11.2804 6.77988C10.9875 7.07277 10.5126 7.07277 10.2197 6.77988C9.92681 6.48698 9.92681 6.01211 10.2197 5.71922L11.8484 4.09054ZM15.5304 8.46922C15.8233 8.76211 15.8233 9.23698 15.5304 9.52988L9.53036 15.5299C9.23747 15.8228 8.7626 15.8228 8.4697 15.5299C8.17681 15.237 8.17681 14.7621 8.4697 14.4692L14.4697 8.46922C14.7626 8.17632 15.2375 8.17632 15.5304 8.46922ZM6.78036 10.2192C7.07326 10.5121 7.07326 10.987 6.78036 11.2799L5.15169 12.9086C4.27301 13.7872 4.27301 15.2119 5.15169 16.0905L7.90905 18.8479C8.78773 19.7266 10.2123 19.7266 11.091 18.8479L12.7197 17.2192C13.0126 16.9263 13.4875 16.9263 13.7804 17.2192C14.0733 17.5121 14.0733 17.987 13.7804 18.2799L12.1517 19.9086C10.6872 21.373 8.31285 21.373 6.84839 19.9086L4.09102 17.1512C2.62656 15.6867 2.62656 13.3124 4.09103 11.8479L5.7197 10.2192C6.0126 9.92632 6.48747 9.92632 6.78036 10.2192Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconChainLink1;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAi0C,EAAj0C,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,msCAAmsC,KAAK,eAAc,CAAI,GAG3zC",
  "debugId": "A2B052722022019664756E2164756E21",
  "names": []
}