{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCodeAnalyze/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 IconCodeAnalyze: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"code-analyze, vibe-coding\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.1865 3C14.7642 3.36673 14.4994 3.90569 14.5 4.50195L14.5088 4.68945C14.5967 5.61565 15.3225 6.36881 16.2637 6.47559L16.4463 6.50195C16.8463 6.57317 17.0679 6.70844 17.1924 6.83008C17.3262 6.96094 17.4762 7.20083 17.5195 7.68848L17.5459 7.87793C17.7195 8.8099 18.5361 9.50095 19.502 9.5L19.6934 9.49023C20.212 9.44001 20.6741 9.18919 21 8.81445V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H15.1865ZM7.75 15C7.33579 15 7 15.3358 7 15.75C7 16.1642 7.33579 16.5 7.75 16.5H13.25C13.6642 16.5 14 16.1642 14 15.75C14 15.3358 13.6642 15 13.25 15H7.75ZM7.75 11.25C7.33579 11.25 7 11.5858 7 12C7 12.4142 7.33579 12.75 7.75 12.75H10.25C10.6642 12.75 11 12.4142 11 12C11 11.5858 10.6642 11.25 10.25 11.25H7.75ZM12.75 11.25C12.3358 11.25 12 11.5858 12 12C12 12.4142 12.3358 12.75 12.75 12.75H16.25C16.6642 12.75 17 12.4142 17 12C17 11.5858 16.6642 11.25 16.25 11.25H12.75ZM7.75 7.5C7.33579 7.5 7 7.83579 7 8.25C7 8.66421 7.33579 9 7.75 9H12.25C12.6642 9 13 8.66421 13 8.25C13 7.83579 12.6642 7.5 12.25 7.5H7.75Z\" fill=\"currentColor\"/><path d=\"M19.9847 1.4329C19.9568 1.18651 19.7485 1.00025 19.5005 1C19.2525 0.999747 19.0438 1.18557 19.0154 1.43191C18.838 2.96993 17.9699 3.83801 16.4319 4.01541C16.1856 4.04382 15.9997 4.25253 16 4.5005C16.0003 4.74847 16.1865 4.9568 16.4329 4.9847C17.9491 5.15645 18.8774 6.01617 19.0141 7.55536C19.0365 7.80725 19.2477 8.00028 19.5005 8C19.7534 7.99971 19.9642 7.80621 19.986 7.55426C20.1173 6.03683 21.0368 5.11734 22.5543 4.98599C22.8062 4.96418 22.9997 4.75344 23 4.50055C23.0003 4.24766 22.8073 4.03648 22.5554 4.01411C21.0162 3.87738 20.1564 2.94911 19.9847 1.4329Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCodeAnalyze;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAmwD,EAAnwD,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uiCAAuiC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wjBAAwjB,KAAK,eAAc,CAAI,GAG7vD",
  "debugId": "214CEBBA8DB5AAD064756E2164756E21",
  "names": []
}