{
  "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=\"M9.50756 2.40501C9.60777 2.00311 10.0148 1.75853 10.4167 1.85873L13.8128 2.70546C14.2147 2.80567 14.4592 3.21271 14.359 3.61462L13.6938 6.28294L16.3621 6.94822C16.764 7.04843 17.0086 7.45548 16.9083 7.85739L13.5214 21.4415C13.4212 21.8434 13.0142 22.088 12.6123 21.9878L2.42417 19.4476C2.02226 19.3474 1.77769 18.9404 1.87789 18.5385L5.2648 4.95432C5.36501 4.55241 5.77205 4.30784 6.17396 4.40804L8.84228 5.07333L9.50756 2.40501ZM10.2977 5.43621L12.2383 5.92005L12.7222 3.97946L10.7816 3.49562L10.2977 5.43621ZM7.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,gBAA8nE,EAA9nE,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,2gCAA2gC,KAAK,eAAc,CAAI,GAGxnE",
  "debugId": "A134A46B7AE4DDF064756E2164756E21",
  "names": []
}