{
  "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=\"M19.9593 19.5001H22V21.0001H2.75C2.33579 21.0001 2 20.6643 2 20.2501C2 19.8359 2.33579 19.5001 2.75 19.5001H4.04265L6.95692 11.8627L7.33507 12.0391C7.39053 12.065 7.43511 12.1096 7.46099 12.1651L8.01389 13.3498C8.10746 13.5502 8.39254 13.5502 8.48611 13.3498L9.03901 12.165C9.06489 12.1096 9.10947 12.065 9.16493 12.0391L10.3496 11.4862C10.5501 11.3927 10.5501 11.1076 10.3496 11.014L9.16493 10.4611C9.10947 10.4352 9.06489 10.3907 9.03901 10.3352L8.48611 9.15049C8.39254 8.95 8.10746 8.95 8.01389 9.15049L7.89293 9.40967L10.0621 3.72488C10.8175 1.74528 13.4336 1.32764 14.7678 2.97364L18.7969 7.94447C18.979 8.16911 19.0157 8.47843 18.8913 8.73946C18.7669 9.00049 18.5035 9.16673 18.2143 9.16673H15.4265L19.9593 19.5001ZM12.5139 17.8498C12.6075 18.0502 12.8925 18.0502 12.9861 17.8498L13.539 16.665C13.5649 16.6096 13.6095 16.565 13.6649 16.5391L14.8496 15.9862C15.0501 15.8927 15.0501 15.6076 14.8496 15.514L13.6649 14.9611C13.6095 14.9352 13.5649 14.8907 13.539 14.8352L12.9861 13.6505C12.8925 13.45 12.6075 13.45 12.5139 13.6505L11.961 14.8352C11.9351 14.8907 11.8905 14.9352 11.8351 14.9611L10.6504 15.514C10.4499 15.6076 10.4499 15.8927 10.6504 15.9862L11.8351 16.5391C11.8905 16.565 11.9351 16.6096 11.961 16.6651L12.5139 17.8498Z\" 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,gBAAm2C,EAAn2C,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wtCAAwtC,KAAK,eAAc,CAAI,GAG71C",
  "debugId": "4369B403FFF85DD864756E2164756E21",
  "names": []
}