{
  "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 1ZM13.2626 2.67678C13.946 1.99336 15.054 1.99336 15.7374 2.67678L21.3232 8.26256C22.0066 8.94598 22.0066 10.054 21.3232 10.7374L18.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.2626 9.67678C20.3602 9.57914 20.3602 9.42085 20.2626 9.32323L20.7929 8.79289L20.2626 9.32322L14.6768 3.73744L15.2071 3.20711L14.6768 3.73744C14.5791 3.63981 14.4209 3.63981 14.3232 3.73744L13.8058 3.22004L14.3232 3.73744L11.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.2626 2.67678ZM2.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.71967ZM1 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.2803L3.73744 14.3232L3.22004 13.8058L3.73744 14.3232C3.63981 14.4209 3.63981 14.5791 3.73744 14.6768L3.22004 15.1942L3.73744 14.6768L9.32322 20.2626C9.42085 20.3602 9.57915 20.3602 9.67677 20.2626L10.1718 20.7575L9.67678 20.2626L12.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.7374 21.3232C10.054 22.0066 8.94598 22.0066 8.26256 21.3232L2.67678 15.7374C1.99336 15.054 1.99336 13.946 2.67678 13.2626L3.20711 13.7929L2.67678 13.2626L5.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,gBAA62E,EAA72E,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,quEAAquE,KAAK,eAAc,CAAI,GAGv2E",
  "debugId": "9CD7834E7744E2C964756E2164756E21",
  "names": []
}