{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDebugger/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 IconDebugger: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"debugger, debug\"><path d=\"M17.5 5C17.5 5.55228 17.0523 6 16.5 6C15.9477 6 15.5 5.55228 15.5 5C15.5 4.44772 15.9477 4 16.5 4C17.0523 4 17.5 4.44772 17.5 5Z\" fill=\"currentColor\"/><path d=\"M22.5 5C22.5 5.55228 22.0523 6 21.5 6C20.9477 6 20.5 5.55228 20.5 5C20.5 4.44772 20.9477 4 21.5 4C22.0523 4 22.5 4.44772 22.5 5Z\" fill=\"currentColor\"/><path d=\"M20 3.75C20 4.30228 19.5523 4.75 19 4.75C18.4477 4.75 18 4.30228 18 3.75C18 3.19772 18.4477 2.75 19 2.75C19.5523 2.75 20 3.19772 20 3.75Z\" fill=\"currentColor\"/><path d=\"M20 6.25C20 6.80228 19.5523 7.25 19 7.25C18.4477 7.25 18 6.80228 18 6.25C18 5.69772 18.4477 5.25 19 5.25C19.5523 5.25 20 5.69772 20 6.25Z\" fill=\"currentColor\"/><path d=\"M22.5 2.5C22.5 3.05228 22.0523 3.5 21.5 3.5C20.9477 3.5 20.5 3.05228 20.5 2.5C20.5 1.94772 20.9477 1.5 21.5 1.5C22.0523 1.5 22.5 1.94772 22.5 2.5Z\" fill=\"currentColor\"/><path d=\"M22.5 7.5C22.5 8.05228 22.0523 8.5 21.5 8.5C20.9477 8.5 20.5 8.05228 20.5 7.5C20.5 6.94772 20.9477 6.5 21.5 6.5C22.0523 6.5 22.5 6.94772 22.5 7.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.0241 3.5561C10.8902 3.5227 10.7545 3.60422 10.7211 3.73819L10.2977 5.43621L12.2383 5.92005L12.6617 4.22204C12.6951 4.08807 12.6136 3.95239 12.4796 3.91898L11.0241 3.5561ZM13.6938 6.28294L14.1171 4.58492C14.3509 3.64713 13.7803 2.69736 12.8425 2.46354L11.387 2.10066C10.4492 1.86684 9.49946 2.43752 9.26564 3.37531L8.84228 5.07333L7.14426 4.64996C6.20647 4.41615 5.2567 4.98683 5.02288 5.92462L2.11982 17.5682C1.886 18.506 2.45668 19.4557 3.39447 19.6895L11.642 21.7459C12.5798 21.9797 13.5295 21.409 13.7634 20.4712L16.6664 8.82768C16.9002 7.88989 16.3296 6.94012 15.3918 6.7063L13.6938 6.28294ZM7.74267 10.4275C8.10114 10.2199 8.55998 10.3423 8.76753 10.7008L9.64 12.2077L11.1179 11.2867C11.4694 11.0677 11.932 11.1751 12.151 11.5266C12.3701 11.8782 12.2627 12.3407 11.9112 12.5598L10.4127 13.4936L11.3041 14.9223C11.5233 15.2737 11.4162 15.7363 11.0648 15.9556C10.7134 16.1749 10.2507 16.0677 10.0315 15.7163L9.12674 14.2663L7.64719 15.1218C7.28862 15.3292 6.82984 15.2066 6.62248 14.848C6.41513 14.4895 6.53771 14.0307 6.89629 13.8233L8.35408 12.9803L7.46941 11.4523C7.26186 11.0939 7.38421 10.635 7.74267 10.4275Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDebugger;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAutE,EAAvtE,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,mIAAmI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mIAAmI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4IAA4I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4IAA4I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,omCAAomC,KAAK,eAAc,CAAI,GAGjtE",
  "debugId": "F514DE9E0E2422D964756E2164756E21",
  "names": []
}