{
  "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=\"M5.66693 6.27832C5.92751 5.95646 6.39969 5.90653 6.72162 6.16699C7.04346 6.42757 7.09338 6.89975 6.83295 7.22168L2.96478 12L6.83295 16.7783C7.09338 17.1002 7.04346 17.5724 6.72162 17.833C6.39969 18.0935 5.92751 18.0435 5.66693 17.7217L1.41693 12.4717C1.19436 12.1966 1.19436 11.8034 1.41693 11.5283L5.66693 6.27832Z\" fill=\"currentColor\"/><path d=\"M17.2783 6.16699C17.6002 5.90656 18.0724 5.95644 18.3329 6.27832L22.5829 11.5283C22.8055 11.8034 22.8055 12.1966 22.5829 12.4717L18.3329 17.7217C18.0724 18.0436 17.6002 18.0934 17.2783 17.833C16.9564 17.5724 16.9065 17.1003 17.1669 16.7783L21.0351 12L17.1669 7.22168C16.9065 6.89974 16.9564 6.42757 17.2783 6.16699Z\" fill=\"currentColor\"/><path d=\"M10.4999 10C10.7108 10 10.8998 10.1304 10.9755 10.3271L11.6054 11.9639C11.6816 12.1619 11.838 12.3184 12.0361 12.3945L13.6728 13.0244C13.8696 13.1001 13.9999 13.2891 13.9999 13.5C13.9999 13.7109 13.8696 13.8999 13.6728 13.9756L12.0361 14.6055C11.838 14.6816 11.6816 14.8381 11.6054 15.0361L10.9755 16.6729C10.8998 16.8696 10.7108 17 10.4999 17C10.2891 17 10.1 16.8697 10.0244 16.6729L9.39447 15.0361C9.3183 14.8381 9.16183 14.6817 8.9638 14.6055L7.32611 13.9756C7.12953 13.8998 6.99994 13.7107 6.99994 13.5C6.99994 13.2893 7.12953 13.1002 7.32611 13.0244L8.9638 12.3945C9.16183 12.3183 9.3183 12.1619 9.39447 11.9639L10.0244 10.3271C10.1 10.1303 10.2891 10 10.4999 10Z\" fill=\"currentColor\"/><path d=\"M13.4999 6C13.6505 6.00003 13.7857 6.09284 13.8398 6.2334L14.2548 7.31348C14.331 7.51155 14.4884 7.66894 14.6865 7.74512L15.7665 8.16016C15.9071 8.21422 15.9999 8.34938 15.9999 8.5C15.9999 8.65062 15.9071 8.78578 15.7665 8.83984L14.6865 9.25488C14.4884 9.33106 14.331 9.48845 14.2548 9.68652L13.8398 10.7666C13.7857 10.9072 13.6505 11 13.4999 11C13.3493 11 13.2142 10.9072 13.1601 10.7666L12.7441 9.68652C12.6679 9.48845 12.5115 9.33106 12.3134 9.25488L11.2333 8.83984C11.0928 8.78578 10.9999 8.65062 10.9999 8.5C10.9999 8.34938 11.0928 8.21422 11.2333 8.16016L12.3134 7.74512C12.5115 7.66894 12.6679 7.51155 12.7441 7.31348L13.1601 6.2334C13.2142 6.09282 13.3493 6 13.4999 6Z\" fill=\"currentColor\"/></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,gBAA6nE,EAA7nE,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,8TAA8T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8TAA8T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+pBAA+pB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uqBAAuqB,KAAK,eAAc,CAAI,GAGvnE",
  "debugId": "25BCB58D8ED6279D64756E2164756E21",
  "names": []
}