{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVibeCoding/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 IconVibeCoding: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"vibe-coding, ai, ide, syntax\"><path d=\"M11.5655 11.8602L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.43455 11.8602C9.33297 12.1243 9.12427 12.333 8.86018 12.4345L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.86018 14.5655C9.12427 14.667 9.33297 14.8757 9.43455 15.1398L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.5655 15.1398C11.667 14.8757 11.8757 14.667 12.1398 14.5655L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.1398 12.4345C11.8757 12.333 11.667 12.1243 11.5655 11.8602Z\" fill=\"currentColor\"/><path d=\"M14.2155 7.21018L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7845 7.21018C12.683 7.47427 12.4743 7.68297 12.2102 7.78455L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.2102 9.21545C12.4743 9.31703 12.683 9.52573 12.7845 9.78982L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2155 9.78982C14.317 9.52573 14.5257 9.31703 14.7898 9.21545L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.7898 7.78455C14.5257 7.68297 14.317 7.47427 14.2155 7.21018Z\" fill=\"currentColor\"/><path d=\"M6 7L2 12L6 17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M18 7L22 12L18 17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconVibeCoding;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAomD,EAApmD,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,moBAAmoB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,moBAAmoB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG9lD",
  "debugId": "7A84445252B0FA6164756E2164756E21",
  "names": []
}