{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBrokenChainLink1/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 IconBrokenChainLink1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"broken-chain-link-1,unlink\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9 1C9.41421 1 9.75 1.33579 9.75 1.75V3.25C9.75 3.66421 9.41421 4 9 4C8.58579 4 8.25 3.66421 8.25 3.25V1.75C8.25 1.33579 8.58579 1 9 1ZM2.71967 2.71967C3.01256 2.42678 3.48744 2.42678 3.78033 2.71967L5.28033 4.21967C5.57322 4.51256 5.57322 4.98744 5.28033 5.28033C4.98744 5.57322 4.51256 5.57322 4.21967 5.28033L2.71967 3.78033C2.42678 3.48744 2.42678 3.01256 2.71967 2.71967ZM11.8484 4.09099C13.3128 2.62652 15.6872 2.62652 17.1516 4.09099L19.909 6.84835C21.3735 8.31282 21.3735 10.6872 19.909 12.1517L18.2803 13.7803C17.9874 14.0732 17.5126 14.0732 17.2197 13.7803C16.9268 13.4874 16.9268 13.0126 17.2197 12.7197L18.8483 11.091C19.727 10.2123 19.727 8.78769 18.8483 7.90901L16.091 5.15165C15.2123 4.27297 13.7877 4.27297 12.909 5.15165L11.2803 6.78033C10.9874 7.07322 10.5126 7.07322 10.2197 6.78033C9.92678 6.48744 9.92678 6.01256 10.2197 5.71967L11.8484 4.09099ZM1 9C1 8.58579 1.33579 8.25 1.75 8.25H3.25C3.66421 8.25 4 8.58579 4 9C4 9.41421 3.66421 9.75 3.25 9.75H1.75C1.33579 9.75 1 9.41421 1 9ZM6.78033 10.2197C7.07322 10.5126 7.07322 10.9874 6.78033 11.2803L5.15165 12.909C4.27297 13.7877 4.27297 15.2123 5.15165 16.091L7.90901 18.8484C8.78769 19.727 10.2123 19.727 11.091 18.8483L12.7197 17.2197C13.0126 16.9268 13.4874 16.9268 13.7803 17.2197C14.0732 17.5126 14.0732 17.9874 13.7803 18.2803L12.1516 19.909C10.6872 21.3735 8.31282 21.3735 6.84835 19.909L4.09099 17.1516C2.62652 15.6872 2.62652 13.3128 4.09099 11.8483L5.71967 10.2197C6.01256 9.92678 6.48744 9.92678 6.78033 10.2197ZM20 15C20 14.5858 20.3358 14.25 20.75 14.25H22.25C22.6642 14.25 23 14.5858 23 15C23 15.4142 22.6642 15.75 22.25 15.75H20.75C20.3358 15.75 20 15.4142 20 15ZM18.7197 18.7197C19.0126 18.4268 19.4874 18.4268 19.7803 18.7197L21.2803 20.2197C21.5732 20.5126 21.5732 20.9874 21.2803 21.2803C20.9874 21.5732 20.5126 21.5732 20.2197 21.2803L18.7197 19.7803C18.4268 19.4874 18.4268 19.0126 18.7197 18.7197ZM15 20C15.4142 20 15.75 20.3358 15.75 20.75V22.25C15.75 22.6642 15.4142 23 15 23C14.5858 23 14.25 22.6642 14.25 22.25V20.75C14.25 20.3358 14.5858 20 15 20Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBrokenChainLink1;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAqoE,EAAroE,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6/DAA6/D,KAAK,eAAc,CAAI,GAG/nE",
  "debugId": "5504ADEF8039F81564756E2164756E21",
  "names": []
}