{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVibeCoding2/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 IconVibeCoding2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"vibe-coding-2, ai, ide, syntax\"><path d=\"M8.71967 4.21973C9.01257 3.92686 9.48733 3.92684 9.78022 4.21973C10.0731 4.51261 10.0731 4.98739 9.78022 5.28027L3.06049 12L9.78022 18.7197C10.0731 19.0126 10.0731 19.4874 9.78022 19.7803C9.48733 20.0732 9.01257 20.0731 8.71967 19.7803L1.46967 12.5303C1.17678 12.2374 1.17678 11.7626 1.46967 11.4697L8.71967 4.21973Z\" fill=\"currentColor\"/><path d=\"M21.4697 11.4697C21.7626 11.1769 22.2373 11.1768 22.5302 11.4697C22.8231 11.7626 22.8231 12.2374 22.5302 12.5303L15.2802 19.7803C14.9873 20.0732 14.5126 20.0731 14.2197 19.7803C13.9268 19.4874 13.9268 19.0126 14.2197 18.7197L21.4697 11.4697Z\" fill=\"currentColor\"/><path d=\"M16.9999 3C17.2409 3.00002 17.4574 3.14821 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.6582 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 20.9999 6.75908 20.9999 7C20.9999 7.24092 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.3418 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 16.9999 11C16.759 11 16.5425 10.8518 16.456 10.627L15.7597 8.81445C15.6581 8.55057 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 12.9999 7.24095 12.9999 7C12.9999 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6581 5.44943 15.7597 5.18555L16.456 3.37305C16.5425 3.14821 16.759 3 16.9999 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVibeCoding2;\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,gBAAg3C,EAAh3C,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,+TAA+T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6pBAA6pB,KAAK,eAAc,CAAI,GAG12C",
  "debugId": "FB570C29A46DD94164756E2164756E21",
  "names": []
}