{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWreathSimple/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 IconWreathSimple: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"wreath-simple, laurel-leafs, winner\"><path d=\"M18.0423 13.599C19.0428 13.0213 20.2765 13.1124 21.5902 13.5931C21.9308 13.7178 22.1336 14.0688 22.0716 14.4261C21.8311 15.8044 21.2929 16.9187 20.2923 17.4964C19.4106 18.0053 18.3483 17.9942 17.2093 17.6556C16.2625 18.5581 15.1758 19.0693 14.1234 19.4525C14.8212 19.8296 15.4913 20.3219 16.0755 21.015C16.3424 21.3316 16.3021 21.8046 15.9857 22.0716C15.6689 22.3385 15.196 22.2984 14.929 21.9818C14.1453 21.052 13.1572 20.5792 12.0023 20.1693C10.8475 20.5792 9.85912 21.052 9.07551 21.9818C8.80858 22.2985 8.33559 22.3385 8.01887 22.0716C7.70279 21.8046 7.6623 21.3315 7.92903 21.015C8.51317 20.3219 9.18343 19.8297 9.88118 19.4525C8.82918 19.0694 7.74262 18.5586 6.79622 17.6566C5.65692 17.9954 4.59413 18.0065 3.71223 17.4974C2.7119 16.9196 2.17337 15.8051 1.93293 14.4271C1.87105 14.0699 2.07395 13.7188 2.41438 13.5941C3.72801 13.1133 4.96169 13.0225 5.96223 13.5999C6.90622 14.1449 7.43743 15.1676 7.69661 16.4388C8.74282 17.5123 10.0515 17.9465 11.5443 18.432C11.695 18.481 11.848 18.5312 12.0023 18.5824C12.1567 18.5312 12.3094 18.481 12.4603 18.432C13.9523 17.9467 15.26 17.512 16.306 16.4398C16.565 15.1675 17.0978 14.1443 18.0423 13.599Z\" fill=\"currentColor\"/><path d=\"M2.99641 7.43099C4.38987 7.30657 5.60519 7.53791 6.42219 8.35482C7.23912 9.17181 7.47043 10.3871 7.34602 11.7806C7.31371 12.1421 7.02681 12.4289 6.66536 12.4613C5.2719 12.5857 4.05656 12.3544 3.23957 11.5374C2.42266 10.7204 2.19132 9.50512 2.31575 8.11165L2.34016 7.97982C2.42166 7.68252 2.68022 7.45925 2.99641 7.43099Z\" fill=\"currentColor\"/><path d=\"M17.5775 8.35482C18.3434 7.58889 19.4598 7.33832 20.7445 7.41244L21.0032 7.43099L21.1351 7.4554C21.4325 7.53684 21.6556 7.7954 21.6839 8.11165C21.8083 9.5052 21.5771 10.7204 20.7601 11.5374C19.9431 12.3543 18.7277 12.5857 17.3343 12.4613C16.973 12.4288 16.6859 12.1419 16.6536 11.7806C16.5292 10.3872 16.7607 9.1718 17.5775 8.35482Z\" fill=\"currentColor\"/><path d=\"M6.68 2.51009C8.05807 2.75053 9.17252 3.28906 9.75032 4.28939C10.3279 5.28991 10.2369 6.52356 9.75618 7.83724C9.63143 8.17808 9.27974 8.38107 8.92219 8.31869C7.54425 8.07814 6.43047 7.53985 5.85286 6.53939C5.27547 5.53885 5.3662 4.30517 5.847 2.99154L5.90364 2.87044C6.05911 2.6044 6.36743 2.45593 6.68 2.51009Z\" fill=\"currentColor\"/><path d=\"M17.4564 2.49935C17.7646 2.50107 18.0473 2.69355 18.1566 2.99154C18.6373 4.30515 18.7281 5.53887 18.1507 6.53939C17.573 7.53999 16.4586 8.07819 15.0804 8.31869C14.723 8.38084 14.3721 8.17795 14.2474 7.83724C13.7666 6.52352 13.6756 5.28993 14.2532 4.28939C14.831 3.28904 15.9446 2.75057 17.3226 2.51009L17.4564 2.49935Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWreathSimple;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA2mF,EAA3mF,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,+nCAA+nC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mUAAmU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+UAA+U,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0TAA0T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iUAAiU,KAAK,eAAc,CAAI,GAGrmF",
  "debugId": "019856E7ADE5B5FF64756E2164756E21",
  "names": []
}