{
  "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=\"M13.9697 1.96967C14.2626 1.67678 14.7374 1.67678 15.0303 1.96967L22.0303 8.96967C22.3232 9.26256 22.3232 9.73744 22.0303 10.0303L18.2803 13.7803C17.9874 14.0732 17.5126 14.0732 17.2197 13.7803C16.9268 13.4874 16.9268 13.0126 17.2197 12.7197L20.4393 9.5L14.5 3.56066L11.2803 6.78033C10.9874 7.07322 10.5126 7.07322 10.2197 6.78033C9.92678 6.48744 9.92678 6.01256 10.2197 5.71967L13.9697 1.96967ZM15.5303 8.46967C15.8232 8.76256 15.8232 9.23744 15.5303 9.53033L9.53033 15.5303C9.23744 15.8232 8.76256 15.8232 8.46967 15.5303C8.17678 15.2374 8.17678 14.7626 8.46967 14.4697L14.4697 8.46967C14.7626 8.17678 15.2374 8.17678 15.5303 8.46967ZM6.78033 10.2197C7.07322 10.5126 7.07322 10.9874 6.78033 11.2803L3.56066 14.5L9.5 20.4393L12.7197 17.2197C13.0126 16.9268 13.4874 16.9268 13.7803 17.2197C14.0732 17.5126 14.0732 17.9874 13.7803 18.2803L10.0303 22.0303C9.73744 22.3232 9.26256 22.3232 8.96967 22.0303L1.96967 15.0303C1.67678 14.7374 1.67678 14.2626 1.96967 13.9697L5.71967 10.2197C6.01256 9.92678 6.48744 9.92678 6.78033 10.2197Z\" 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,gBAAsoC,EAAtoC,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wgCAAwgC,KAAK,eAAc,CAAI,GAGhoC",
  "debugId": "4034C3D91496DBE364756E2164756E21",
  "names": []
}