{"version":3,"sources":["../src/IconWreathSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconWreathSimple: React.FC<CentralIconBaseProps> = (props) => {\n  return (\n    <CentralIconBase {...props} ariaLabel=\"wreath-simple, laurel-leafs, winner\">\n      <path\n        d=\"M18.0371 13.5996C19.0377 13.0219 20.2711 13.1129 21.585 13.5938L22.1738 13.8096L22.0664 14.4268C21.8259 15.805 21.2877 16.9194 20.2871 17.4971C19.4052 18.0062 18.3425 17.9951 17.2031 17.6562C16.2566 18.5584 15.1703 19.07 14.1182 19.4531C14.816 19.8303 15.4861 20.3225 16.0703 21.0156L16.5537 21.5898L15.4072 22.5557L14.9238 21.9824C14.1401 21.0524 13.1521 20.579 11.9971 20.1689C10.842 20.579 9.85405 21.0524 9.07031 21.9824L8.58691 22.5557L7.44043 21.5898L7.92383 21.0156C8.50781 20.3228 9.17746 19.8303 9.875 19.4531C8.82328 19.0701 7.73721 18.5589 6.79102 17.6572C5.65167 17.9961 4.58898 18.0072 3.70703 17.498C2.70639 16.9203 2.16821 15.806 1.92773 14.4277L1.82031 13.8105L2.40918 13.5947C3.72302 13.1139 4.95641 13.0229 5.95703 13.6006C6.9009 14.1455 7.4322 15.1675 7.69141 16.4385C8.60119 17.372 9.7085 17.8235 10.9639 18.2441L11.9971 18.582C12.1514 18.5309 12.3043 18.4816 12.4551 18.4326C13.9474 17.9473 15.2547 17.512 16.3008 16.4395C16.5598 15.1675 17.0927 14.1449 18.0371 13.5996Z\"\n        fill=\"currentColor\"\n      />\n      <path\n        d=\"M2.99121 7.43164C4.38452 7.30729 5.60006 7.53863 6.41699 8.35547C7.23359 9.17246 7.46521 10.388 7.34082 11.7812L7.28516 12.4062L6.66016 12.4619C5.26693 12.5863 4.05136 12.3547 3.23438 11.5381C2.41754 10.7212 2.1862 9.50562 2.31055 8.1123L2.36719 7.48828L2.99121 7.43164Z\"\n        fill=\"currentColor\"\n      />\n      <path\n        d=\"M17.5723 8.35547C18.3383 7.58947 19.4544 7.3389 20.7393 7.41309L20.998 7.43164L21.623 7.48828L21.6787 8.1123C21.8031 9.50566 21.5718 10.7212 20.7549 11.5381C19.9379 12.3549 18.7225 12.5863 17.3291 12.4619L16.7051 12.4062L16.6484 11.7812C16.524 10.3879 16.7555 9.17245 17.5723 8.35547Z\"\n        fill=\"currentColor\"\n      />\n      <path\n        d=\"M6.6748 2.51074C8.05309 2.75122 9.1674 3.2894 9.74512 4.29004C10.3227 5.29062 10.2318 6.52413 9.75098 7.83789L9.53516 8.42676L8.91699 8.31934C7.53884 8.07883 6.42534 7.54061 5.84766 6.54004C5.26996 5.53941 5.36093 4.30603 5.8418 2.99219L6.05762 2.40332L6.6748 2.51074Z\"\n        fill=\"currentColor\"\n      />\n      <path\n        d=\"M18.1514 2.99219C18.6321 4.3058 18.723 5.53953 18.1455 6.54004C17.5679 7.54056 16.4533 8.07882 15.0752 8.31934L14.458 8.42676L14.2422 7.83789C13.7613 6.52405 13.6703 5.29066 14.248 4.29004C14.8258 3.2896 15.9393 2.75123 17.3174 2.51074L17.9355 2.40332L18.1514 2.99219Z\"\n        fill=\"currentColor\"\n      />\n    </CentralIconBase>\n  );\n};\n\nexport default IconWreathSimple;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uCACpCC,EAAA,cAAC,QACC,EAAE,k+BACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iRACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,+RACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,+QACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,+QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconWreathSimple","props","React","CentralIconBase","IconWreathSimple_default"]}