{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBrokenChainLink2/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 IconBrokenChainLink2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"broken-chain-link-2,unlink\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.97146 1.05384C9.35604 0.900007 9.79252 1.08707 9.94636 1.47166L10.9464 3.97166C11.1002 4.35624 10.9131 4.79272 10.5285 4.94656C10.144 5.10039 9.70748 4.91333 9.55364 4.52874L8.55364 2.02874C8.39981 1.64415 8.58687 1.20768 8.97146 1.05384ZM15.0285 1.05384C15.4131 1.20768 15.6002 1.64415 15.4464 2.02874L14.4464 4.52874C14.2925 4.91333 13.856 5.10039 13.4715 4.94656C13.0869 4.79272 12.8998 4.35624 13.0536 3.97166L14.0536 1.47166C14.2075 1.08707 14.644 0.900007 15.0285 1.05384ZM1 6.7502C1 6.33599 1.33579 6.0002 1.75 6.0002H8.25C8.66421 6.0002 9 6.33599 9 6.7502C9 7.16441 8.66421 7.5002 8.25 7.5002H2.5V16.5002H8.25C8.66421 16.5002 9 16.836 9 17.2502C9 17.6644 8.66421 18.0002 8.25 18.0002H1.75C1.33579 18.0002 1 17.6644 1 17.2502V6.7502ZM15 6.7502C15 6.33599 15.3358 6.0002 15.75 6.0002H22.25C22.6642 6.0002 23 6.33599 23 6.7502V17.2502C23 17.6644 22.6642 18.0002 22.25 18.0002H15.75C15.3358 18.0002 15 17.6644 15 17.2502C15 16.836 15.3358 16.5002 15.75 16.5002H21.5V7.5002H15.75C15.3358 7.5002 15 7.16441 15 6.7502ZM10.5285 19.0538C10.9131 19.2077 11.1002 19.6442 10.9464 20.0287L9.94636 22.5287C9.79252 22.9133 9.35604 23.1004 8.97146 22.9466C8.58687 22.7927 8.39981 22.3562 8.55364 21.9717L9.55364 19.4717C9.70748 19.0871 10.144 18.9 10.5285 19.0538ZM13.4715 19.0538C13.856 18.9 14.2925 19.0871 14.4464 19.4717L15.4464 21.9717C15.6002 22.3562 15.4131 22.7927 15.0285 22.9466C14.644 23.1004 14.2075 22.9133 14.0536 22.5287L13.0536 20.0287C12.8998 19.6442 13.0869 19.2077 13.4715 19.0538Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBrokenChainLink2;\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,gBAAkmD,EAAlmD,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,09CAA09C,KAAK,eAAc,CAAI,GAG5lD",
  "debugId": "E570926E59FEC24664756E2164756E21",
  "names": []
}