{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVibeCodingBird/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 IconVibeCodingBird: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"vibe-coding-bird, laptop, work\"><path d=\"M3.45703 14.6475C4.91916 13.4929 6.81221 13.101 8.56152 13.4551C8.96731 13.5374 9.22959 13.933 9.14746 14.3389C9.06509 14.7446 8.66948 15.0069 8.26367 14.9248C6.92131 14.6531 5.48285 14.9588 4.38672 15.8242C3.30608 16.6777 2.5 18.1232 2.5 20.251C2.49952 20.6648 2.16391 21.001 1.75 21.001C1.33609 21.001 1.00048 20.6648 1 20.251C1 17.713 1.97966 15.8142 3.45703 14.6475Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.9258 12.2998C22.0148 12.3 22.8206 13.2767 22.6553 14.3194L22.6084 14.5293L21.1279 19.7295C20.9137 20.4812 20.2269 20.9999 19.4453 21H6.75C6.33585 21 6.00011 20.6642 6 20.25C6.00002 19.8358 6.3358 19.5 6.75 19.5H10.1338L11.7188 13.9336L11.7773 13.7559C12.105 12.886 12.9404 12.2998 13.8828 12.2998H20.9258Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.07812 1.59182C9.38054 1.42674 9.74961 1.49079 9.97949 1.73147L10.0693 1.84573C10.3222 2.24106 10.5837 2.40447 10.7783 2.44827C10.9284 2.48195 11.1353 2.46669 11.3994 2.28128L11.5166 2.19143C11.7776 1.97125 12.1478 1.95815 12.4209 2.14358L12.5312 2.23538C13.2539 2.96068 13.5937 3.75968 13.5391 4.61428C13.4925 5.34002 13.1653 6.00751 12.75 6.60452V6.87893C12.7498 9.56268 10.5812 11.743 7.90039 11.7432C5.30322 11.7432 3.18652 9.69686 3.05664 7.12893L3.0498 6.87893C3.04975 6.04643 3.18465 5.00383 3.65332 4.14163C4.14807 3.23151 5.02153 2.52843 6.3623 2.52835C6.79721 2.52835 7.44544 2.32618 8.05957 2.07132C8.35035 1.95063 8.60762 1.82945 8.79199 1.73831C8.88387 1.69289 8.95752 1.6557 9.00684 1.62991C9.03147 1.61703 9.05045 1.60706 9.0625 1.60061C9.06832 1.5975 9.07258 1.59519 9.0752 1.59378L9.07812 1.59182ZM8 8.00003C8 8.27617 7.77614 8.50003 7.5 8.50003H4.96484C5.53559 9.53957 6.63699 10.2432 7.90039 10.2432C9.16362 10.2431 10.2644 9.53945 10.835 8.50003H9.5C9.22386 8.50003 9 8.27617 9 8.00003V7.50003H8V8.00003ZM9.23047 3.19046C9.05866 3.27161 8.85632 3.36511 8.63477 3.45706C8.0098 3.71643 7.12041 4.02835 6.3623 4.02835C5.65343 4.02842 5.24565 4.35443 4.97168 4.85842C4.79444 5.18451 4.68069 5.58258 4.61621 6.00003H11.3457L11.3994 5.91507C11.8155 5.35833 12.0173 4.90294 12.042 4.51858C12.0566 4.29095 12.0106 4.03891 11.835 3.751C11.3947 3.95291 10.9241 4.01753 10.4502 3.91116C9.97605 3.80471 9.56864 3.54174 9.23047 3.19046Z\" fill=\"currentColor\"/><path d=\"M16.5059 4.43557C16.7981 4.17997 17.2328 4.19197 17.5107 4.4512L17.5645 4.50589L17.7871 4.77249C18.0986 5.1638 18.3541 5.57334 18.5615 6.01174C19.116 5.7498 19.7094 5.52624 20.3516 5.39651C20.7575 5.31452 21.1533 5.57745 21.2354 5.98342C21.3171 6.38926 21.0543 6.78425 20.6484 6.86624C20.1045 6.97613 19.5841 7.17835 19.0576 7.43753L18.5283 7.71389C18.3307 7.82262 18.0939 7.83663 17.8848 7.75198C17.7021 7.67785 17.5573 7.53524 17.4795 7.35647L17.4502 7.27737C17.2727 6.70103 17.0028 6.19528 16.6113 5.70413L16.4355 5.49417L16.3877 5.43362C16.1677 5.12376 16.2138 4.69124 16.5059 4.43557Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVibeCodingBird;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAA86F,EAA96F,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,qXAAqX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wTAAwT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,w6CAAw6C,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,glBAAglB,KAAK,eAAc,CAAI,GAGx6F",
  "debugId": "5A56B661D3140D5F64756E2164756E21",
  "names": []
}