{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCodeAssistant/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 IconCodeAssistant: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"code-assistant, vibe-coding\"><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\"/><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.81445V19.25C21 20.2165 20.2165 21 19.25 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H15.1865ZM14.2236 8.91797C13.9291 8.67766 13.4943 8.69512 13.2197 8.96973C12.9451 9.24433 12.9277 9.67905 13.168 9.97363L13.2197 10.0303L15.1895 12L13.2197 13.9697C12.9268 14.2626 12.9268 14.7374 13.2197 15.0303C13.5126 15.3232 13.9874 15.3232 14.2803 15.0303L16.7803 12.5303C17.0549 12.2557 17.0723 11.8209 16.832 11.5264L16.7803 11.4697L14.2803 8.96973L14.2236 8.91797ZM10.7803 8.96973C10.5057 8.69512 10.0709 8.67766 9.77637 8.91797L9.71973 8.96973L7.21973 11.4697C6.92683 11.7626 6.92683 12.2374 7.21973 12.5303L9.71973 15.0303L9.77637 15.082C10.0709 15.3223 10.5057 15.3049 10.7803 15.0303C11.0549 14.7557 11.0723 14.3209 10.832 14.0264L10.7803 13.9697L8.81055 12L10.7803 10.0303L10.832 9.97363C11.0723 9.67905 11.0549 9.24433 10.7803 8.96973Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCodeAssistant;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA44D,EAA54D,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,wjBAAwjB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8qCAA8qC,KAAK,eAAc,CAAI,GAGt4D",
  "debugId": "832F62F2F888EB2564756E2164756E21",
  "names": []
}