{
  "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 d=\"M12.7202 17.2202L9.68016 20.2602C9.58016 20.3602 9.42016 20.3602 9.33016 20.2602L3.73016 14.6702C3.63016 14.5702 3.63016 14.4102 3.73016 14.3202L6.77016 11.2802C7.06016 10.9902 7.06016 10.5102 6.77016 10.2202C6.48016 9.93016 6.00016 9.93016 5.71016 10.2202L2.67016 13.2602C1.99016 13.9402 1.99016 15.0502 2.67016 15.7302L8.26016 21.3202C8.94016 22.0002 10.0502 22.0002 10.7302 21.3202L13.7702 18.2802C14.0602 17.9902 14.0602 17.5102 13.7702 17.2202C13.4802 16.9302 13.0002 16.9302 12.7102 17.2202H12.7202Z\" fill=\"currentColor\"/><path d=\"M14.4702 8.47016L8.47016 14.4702C8.18016 14.7602 8.18016 15.2402 8.47016 15.5302C8.76016 15.8202 9.24016 15.8202 9.53016 15.5302L15.5302 9.53016C15.8202 9.24016 15.8202 8.76016 15.5302 8.47016C15.2402 8.18016 14.7602 8.18016 14.4702 8.47016Z\" fill=\"currentColor\"/><path d=\"M21.3202 8.26016L15.7302 2.67016C15.0502 1.99016 13.9402 1.99016 13.2602 2.67016L10.2202 5.71016C9.93016 6.00016 9.93016 6.48016 10.2202 6.77016C10.5102 7.06016 10.9902 7.06016 11.2802 6.77016L14.3202 3.73016C14.4202 3.63016 14.5802 3.63016 14.6702 3.73016L20.2602 9.32016C20.3602 9.42016 20.3602 9.58016 20.2602 9.67016L17.2202 12.7102C16.9302 13.0002 16.9302 13.4802 17.2202 13.7702C17.5102 14.0602 17.9902 14.0602 18.2802 13.7702L21.3202 10.7302C22.0002 10.0502 22.0002 8.94016 21.3202 8.26016Z\" 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,gBAAs3C,EAAt3C,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,4fAA4f,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ofAAof,KAAK,eAAc,CAAI,GAGh3C",
  "debugId": "81DA3002CFC13C9064756E2164756E21",
  "names": []
}