{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWreath/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 IconWreath: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"wreath, crown, laurel-leafs\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.31701 2.29907C7.07991 1.98401 6.63933 1.90635 6.30879 2.12136C5.14787 2.87653 4.34899 3.8028 4.14711 4.94104C4.03254 5.58705 4.12211 6.23445 4.37293 6.87554C3.99413 6.70401 3.57663 6.56812 3.12797 6.46352C2.74323 6.37383 2.35488 6.59796 2.24007 6.97596C1.83844 8.29821 1.82576 9.51944 2.4069 10.5201C2.65101 10.9405 2.98132 11.2899 3.38255 11.577C2.94917 11.6134 2.49816 11.7055 2.03449 11.8447C1.6545 11.9588 1.42909 12.3491 1.52017 12.7352C1.83748 14.0805 2.44053 15.1428 3.44488 15.7193C4.01376 16.0458 4.65371 16.1833 5.34333 16.1685C4.94007 16.3961 4.54412 16.696 4.16397 17.0739C3.87552 17.3606 3.8682 17.825 4.14748 18.1207C5.0035 19.0271 5.94251 19.6192 6.97103 19.7283C7.9391 19.8311 8.85108 19.4925 9.68875 18.8415C9.71224 18.9759 9.71675 19.1082 9.70213 19.2351C9.65393 19.6535 9.37953 20.1652 8.5481 20.5785C8.17718 20.7628 8.02596 21.213 8.21034 21.5839C8.39471 21.9548 8.84487 22.106 9.21578 21.9217C10.4043 21.3308 11.0745 20.4294 11.1923 19.4068C11.4322 17.3241 9.43567 15.6366 7.4737 15.6055C7.44689 15.6051 7.42004 15.605 7.39316 15.6051C7.51629 15.4344 7.56685 15.2134 7.51505 14.9938C7.24602 13.8532 6.77158 12.9161 6.0213 12.3059C6.14712 12.2132 6.24491 12.0806 6.29357 11.9204C6.67683 10.6586 6.70591 9.48884 6.20277 8.5149L6.2174 8.50562C7.37832 7.75045 8.1772 6.82419 8.37908 5.68594C8.58104 4.54724 8.14871 3.40422 7.31701 2.29907Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.6915 2.12136C17.361 1.90635 16.9204 1.98401 16.6833 2.29907C15.8516 3.40422 15.4192 4.54724 15.6212 5.68594C15.8231 6.82419 16.622 7.75045 17.7829 8.50562L17.7975 8.5149C17.2944 9.48884 17.3234 10.6586 17.7067 11.9204C17.7554 12.0806 17.8532 12.2132 17.979 12.3059C17.2287 12.9161 16.7543 13.8532 16.4852 14.9938C16.4334 15.2134 16.484 15.4344 16.6071 15.6051C16.5802 15.605 16.5534 15.6051 16.5266 15.6055C14.5646 15.6366 12.568 17.3241 12.808 19.4068C12.9258 20.4294 13.596 21.3308 14.7845 21.9217C15.1554 22.106 15.6056 21.9548 15.7899 21.5839C15.9743 21.213 15.8231 20.7628 15.4522 20.5785C14.6207 20.1652 14.3463 19.6535 14.2981 19.2351C14.2835 19.1082 14.288 18.9759 14.3115 18.8415C15.1492 19.4925 16.0612 19.8311 17.0292 19.7283C18.0578 19.6192 18.9968 19.0271 19.8528 18.1207C20.1321 17.825 20.1248 17.3606 19.8363 17.0739C19.4562 16.696 19.0602 16.3961 18.6569 16.1685C19.3466 16.1833 19.9865 16.0458 20.5554 15.7193C21.5597 15.1428 22.1628 14.0805 22.4801 12.7352C22.5712 12.3491 22.3458 11.9588 21.9658 11.8447C21.5021 11.7055 21.0511 11.6134 20.6177 11.577C21.019 11.2899 21.3493 10.9405 21.5934 10.5201C22.1745 9.51944 22.1618 8.29821 21.7602 6.97596C21.6454 6.59796 21.257 6.37383 20.8723 6.46352C20.4236 6.56812 20.0062 6.70401 19.6273 6.87554C19.8782 6.23445 19.9677 5.58705 19.8532 4.94104C19.6513 3.8028 18.8524 2.87653 17.6915 2.12136Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWreath;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAg3F,EAAh3F,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,k1CAAk1C,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,k1CAAk1C,KAAK,eAAc,CAAI,GAG12F",
  "debugId": "CB1034ED4C855BAF64756E2164756E21",
  "names": []
}