{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHatSparkle/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 IconHatSparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"hat-sparkle, magic hat\"><path d=\"M18 13V17.9994C18 19.2029 17.282 20.3109 16.1078 20.5748C14.9071 20.8448 13.5019 21 12 21C10.4981 21 9.09291 20.8448 7.89219 20.5748C6.718 20.3109 6 19.2029 6 17.9994V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M20 11C20 12.1046 16.4183 13 12 13C7.58172 13 4 12.1046 4 11C4 9.89543 7.58172 9 12 9C16.4183 9 20 9.89543 20 11Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M13.5528 1.89454C13.7371 1.52602 14.2631 1.52605 14.4474 1.89454L14.9259 2.85065C14.9743 2.94741 15.0528 3.02591 15.1496 3.07429L16.1057 3.55283C16.4742 3.7371 16.4742 4.26313 16.1057 4.4474L15.1496 4.92594C15.0528 4.97433 14.9743 5.05282 14.9259 5.14959L14.4474 6.10569C14.2631 6.47423 13.7371 6.47423 13.5528 6.10569L13.0743 5.14959C13.0259 5.05282 12.9474 4.97433 12.8506 4.92594L11.8945 4.4474C11.5261 4.26311 11.526 3.73709 11.8945 3.55283L12.8506 3.07429C12.9474 3.02591 13.0259 2.94741 13.0743 2.85065L13.5528 1.89454Z\" fill=\"currentColor\"/><path d=\"M9.35797 3.21497C9.21044 2.92058 8.78961 2.92048 8.64217 3.21497L8.22617 4.04695C8.18747 4.12436 8.12488 4.18695 8.04747 4.22565L7.21546 4.64165C6.92096 4.78908 6.92107 5.2099 7.21546 5.35743L8.04747 5.77342L8.10313 5.80662C8.15513 5.84416 8.19716 5.89422 8.22617 5.95212L8.40292 6.30659L8.64217 6.7841C8.78041 7.06056 9.15955 7.07791 9.3277 6.83586L9.35797 6.7841L9.77397 5.95212C9.81266 5.87482 9.87537 5.8121 9.95268 5.77342L10.3072 5.59569L10.7847 5.35743C11.0795 5.21001 11.0795 4.78904 10.7847 4.64165L9.95268 4.22565C9.89478 4.19665 9.84472 4.15461 9.80718 4.10261L9.77397 4.04695L9.35797 3.21497Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHatSparkle;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAqpD,EAArpD,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,4KAA4K,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,oHAAoH,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,ghBAAghB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+lBAA+lB,KAAK,eAAc,CAAI,GAG/oD",
  "debugId": "7124E24CA7518D9F64756E2164756E21",
  "names": []
}