{
  "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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.0847 3.56367C10.9507 3.53027 10.815 3.61179 10.7816 3.74576L10.3583 5.44378L12.2989 5.92762L12.7222 4.22961C12.7556 4.09564 12.6741 3.95995 12.5401 3.92655L11.0847 3.56367ZM13.7523 6.29846L14.1777 4.59249C14.4115 3.6547 13.8408 2.70492 12.903 2.47111L11.4476 2.10822C10.5098 1.87441 9.56 2.44509 9.32619 3.38288L8.90084 5.08885C6.97327 4.74084 5.0803 5.94474 4.59958 7.87278L2.54325 16.1203C2.04221 18.1298 3.2651 20.1651 5.27465 20.6661L9.64098 21.7548C11.6505 22.2558 13.6858 21.0329 14.1868 19.0234L16.2431 10.7758C16.7238 8.84781 15.6176 6.89613 13.7523 6.29846ZM7.74274 10.6776C8.10121 10.4701 8.56005 10.5924 8.76759 10.9509L9.64007 12.4578L11.1179 11.5369C11.4695 11.3178 11.932 11.4252 12.1511 11.7768C12.3702 12.1283 12.2628 12.5909 11.9112 12.8099L10.4127 13.7437L11.3041 15.1724C11.5234 15.5239 11.4163 15.9865 11.0649 16.2058C10.7134 16.425 10.2508 16.3179 10.0315 15.9665L9.1268 14.5164L7.64726 15.372C7.28868 15.5793 6.8299 15.4567 6.62255 15.0982C6.41519 14.7396 6.53778 14.2808 6.89636 14.0735L8.35414 13.2305L7.46947 11.7025C7.26193 11.344 7.38427 10.8852 7.74274 10.6776Z\" fill=\"currentColor\"/><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\"/></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,gBAA2rE,EAA3rE,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wkCAAwkC,KAAK,eAAc,EAAE,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,CAAI,GAGrrE",
  "debugId": "298F04469E50582E64756E2164756E21",
  "names": []
}