{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVibeCodingStar/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 IconVibeCodingStar: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"vibe-coding-star, working, home-office\"><path d=\"M7.99931 13C8.80092 13 9.57112 13.1366 10.2884 13.3848L9.11259 17.5H6.99931C5.61873 17.5002 4.49931 18.6194 4.49931 20C4.49931 20.3558 4.5753 20.6936 4.70927 21H1.99931C1.44715 20.9998 0.994401 20.5506 1.04716 20.001C1.40653 16.2578 3.79537 13.0001 7.99931 13Z\" fill=\"currentColor\"/><path d=\"M21.9993 12C22.313 12 22.6092 12.147 22.7981 12.3975C22.9636 12.6168 23.0303 12.8933 22.9866 13.1611L22.9612 13.2744L20.9612 20.2744C20.8385 20.7037 20.4458 21 19.9993 21H6.99931C6.44715 20.9998 5.99931 20.5522 5.99931 20C5.99931 19.4478 6.44715 19.0002 6.99931 19H10.2444L12.0374 12.7256L12.096 12.5713C12.2593 12.2269 12.6086 12.0001 12.9993 12H21.9993Z\" fill=\"currentColor\"/><path d=\"M8.49931 3.5C10.7084 3.5 12.4993 5.29086 12.4993 7.5C12.4993 9.70914 10.7084 11.5 8.49931 11.5C6.29029 11.4998 4.49931 9.70905 4.49931 7.5C4.49931 5.29095 6.29029 3.50015 8.49931 3.5Z\" fill=\"currentColor\"/><path d=\"M18.5003 2C18.7481 2.00035 18.9566 2.18641 18.9847 2.43262C19.1564 3.94882 20.0158 4.87694 21.555 5.01367C21.8069 5.03605 21.9996 5.24809 21.9993 5.50098C21.9988 5.75364 21.8057 5.96448 21.554 5.98633C20.0366 6.11768 19.117 7.03726 18.9856 8.55469C18.9636 8.80638 18.753 8.99964 18.5003 9C18.2475 9.00028 18.0365 8.8074 18.014 8.55566C17.8772 7.0166 16.9489 6.15621 15.4329 5.98438C15.1867 5.95648 14.9998 5.74874 14.9993 5.50098C14.9991 5.253 15.1856 5.04404 15.4319 5.01563C16.9697 4.83813 17.8376 3.96953 18.0149 2.43164C18.0435 2.18543 18.2524 1.99975 18.5003 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVibeCodingStar;\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,gBAAqiD,EAAriD,IAAqB,EAAO,UAAU,0CAAyC,gBAAC,OAAD,CAAM,EAAE,uQAAuQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sWAAsW,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0LAA0L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yjBAAyjB,KAAK,eAAc,CAAI,GAG/hD",
  "debugId": "93F005A801C62DF064756E2164756E21",
  "names": []
}