{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCelebrate/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 IconCelebrate: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"celebrate, party, confetti\"><path d=\"M13.9141 1.01088C14.3224 0.940972 14.71 1.21527 14.7799 1.62354L14.7801 1.62467L14.7804 1.62619L14.7811 1.6304C14.7924 1.70025 14.8021 1.77039 14.8107 1.84062C14.8267 1.96941 14.8455 2.15026 14.8581 2.36446C14.8828 2.78608 14.885 3.36714 14.7781 3.94375C14.6554 4.60512 14.3452 5.20988 14.0917 5.62506C13.9403 5.87289 13.7752 6.11435 13.5908 6.33899L13.5874 6.34306L13.5854 6.3454C13.3193 6.66282 12.8461 6.70466 12.5286 6.43854C12.2116 6.17272 12.1697 5.70041 12.4349 5.383L12.4356 5.38218C12.5741 5.21267 12.6976 5.02981 12.8116 4.84319C13.0237 4.49578 13.2287 4.07213 13.3032 3.67017C13.3794 3.25951 13.3817 2.81215 13.3606 2.45217C13.3494 2.26122 13.3313 2.07038 13.3022 1.88129L13.3014 1.8767C13.2316 1.46851 13.5059 1.08077 13.9141 1.01088Z\" fill=\"currentColor\"/><path d=\"M19.1884 2.58722C19.5781 2.72774 19.78 3.15752 19.6395 3.54717L19.1759 4.8327C19.0354 5.22235 18.6056 5.42432 18.216 5.2838C17.8263 5.14329 17.6244 4.71351 17.7649 4.32385L18.2285 3.03833C18.369 2.64868 18.7988 2.44671 19.1884 2.58722Z\" fill=\"currentColor\"/><path d=\"M21.9229 7.07148C22.1079 7.44209 21.9575 7.89249 21.5868 8.07748L20.5567 8.59169C20.1861 8.77668 19.7357 8.6262 19.5507 8.25559C19.3657 7.88498 19.5162 7.43458 19.8868 7.24959L20.9169 6.73538C21.2875 6.55039 21.738 6.70087 21.9229 7.07148Z\" fill=\"currentColor\"/><path d=\"M17.1469 6.87655C17.4395 7.1697 17.4391 7.64457 17.146 7.93721L16.1158 8.96563C15.8227 9.25828 15.3478 9.25787 15.0551 8.96473C14.7625 8.67159 14.7629 8.19671 15.056 7.90407L16.0862 6.87565C16.3794 6.58301 16.8542 6.58341 17.1469 6.87655Z\" fill=\"currentColor\"/><path d=\"M6.04308 8.43547C6.76752 6.58923 9.14772 6.09173 10.5512 7.49286L16.5208 13.4522C17.9264 14.8554 17.4286 17.2396 15.5792 17.9635L5.76366 21.8057C3.52721 22.6812 1.31957 20.4734 2.19706 18.2371L6.04308 8.43547Z\" fill=\"currentColor\"/><path d=\"M17.412 10.9743C17.4295 10.5604 17.7791 10.2391 18.193 10.2566L18.1952 10.2567L18.1985 10.2568C18.3816 10.2658 18.5643 10.2853 18.7459 10.3095C19.0623 10.3518 19.4954 10.4288 19.9349 10.5691C20.3458 10.7004 20.7797 10.9137 21.0914 11.08C21.279 11.1801 21.4648 11.2843 21.6457 11.3961L21.6467 11.3966C21.9986 11.615 22.1076 12.0777 21.8892 12.4297C21.6709 12.7816 21.2086 12.89 20.8566 12.6717C20.7026 12.5771 20.5446 12.4885 20.3852 12.4034C20.0969 12.2495 19.7582 12.0874 19.4784 11.998C19.1515 11.8936 18.812 11.8317 18.5473 11.7963C18.4095 11.7779 18.271 11.7632 18.1321 11.7554L18.1296 11.7552C17.7158 11.7377 17.3946 11.3881 17.412 10.9743Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCelebrate;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA6gF,EAA7gF,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,6uBAA6uB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8OAA8O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oNAAoN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,woBAAwoB,KAAK,eAAc,CAAI,GAGvgF",
  "debugId": "774AD0F64A7931DD64756E2164756E21",
  "names": []
}