{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWizardHat/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 IconWizardHat: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"wizard-hat, magician, fantasy\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.8406 2.01715C12.078 1.9655 12.3258 2.03209 12.5053 2.19582L18.7196 7.86249C18.9484 8.07113 19.0255 8.39893 18.9136 8.68766C18.8017 8.97638 18.5239 9.16668 18.2143 9.16668H15.4265L19.9593 19.5H21.25C21.6642 19.5 22 19.8358 22 20.25C22 20.6642 21.6642 21 21.25 21H2.75C2.33579 21 2 20.6642 2 20.25C2 19.8358 2.33579 19.5 2.75 19.5H4.04126L7.28323 11.8981L7.34971 11.9292L7.58507 12.039C7.64053 12.0649 7.68511 12.1095 7.71099 12.1649L7.82083 12.4003L7.88129 12.5298L8.1324 13.0679L8.26389 13.3496C8.35746 13.5501 8.64254 13.5501 8.73611 13.3496L8.8676 13.0679L9.11871 12.5298L9.17917 12.4003L9.28901 12.1649C9.31489 12.1095 9.35947 12.0649 9.41493 12.039L9.65029 11.9292L9.77983 11.8687L10.3179 11.6176L10.5996 11.4861C10.8001 11.3925 10.8001 11.1075 10.5996 11.0139L10.3179 10.8824L9.77983 10.6313L9.65029 10.5708L9.41493 10.461C9.35947 10.4351 9.31489 10.3905 9.28901 10.3351L9.17917 10.0997L9.11871 9.97017L8.8676 9.43211L8.73611 9.15036C8.69244 9.05681 8.60707 9.00691 8.51892 9.00067L11.3101 2.4558C11.4054 2.23228 11.6032 2.06879 11.8406 2.01715ZM12.0708 16.9003L12.1313 17.0298L12.3824 17.5679L12.5139 17.8496C12.6075 18.0501 12.8925 18.0501 12.9861 17.8496L13.1176 17.5679L13.3687 17.0298L13.4292 16.9003L13.539 16.6649C13.5649 16.6095 13.6095 16.5649 13.6649 16.539L13.9003 16.4292L14.0298 16.3687L14.5679 16.1176L14.8496 15.9861C15.0501 15.8925 15.0501 15.6075 14.8496 15.5139L14.5679 15.3824L14.0298 15.1313L13.9003 15.0708L13.6649 14.961C13.6095 14.9351 13.5649 14.8905 13.539 14.8351L13.4292 14.5997L13.3687 14.4702L13.1176 13.9321L12.9861 13.6504C12.8925 13.4499 12.6075 13.4499 12.5139 13.6504L12.3824 13.9321L12.1313 14.4702L12.0708 14.5997L11.961 14.8351C11.9351 14.8905 11.8905 14.9351 11.8351 14.961L11.5997 15.0708L11.4702 15.1313L10.9321 15.3824L10.6504 15.5139C10.4499 15.6075 10.4499 15.8925 10.6504 15.9861L10.9321 16.1176L11.4702 16.3687L11.5997 16.4292L11.8351 16.539C11.8905 16.5649 11.9351 16.6095 11.961 16.6649L12.0708 16.9003Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWizardHat;\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,gBAAqjE,EAArjE,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,06DAA06D,KAAK,eAAc,CAAI,GAG/iE",
  "debugId": "87577FE17AF53A3C64756E2164756E21",
  "names": []
}