{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMagicBook/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 IconMagicBook: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"magic-book, magician, sparkles\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.75 2C4.7835 2 4 2.7835 4 3.75V18.1667C4 18.1777 4.00024 18.1887 4.00071 18.1996C4.00024 18.2164 4 18.2332 4 18.25V20.25C4 21.2165 4.7835 22 5.75 22H19.25C19.6642 22 20 21.6642 20 21.25V2.75C20 2.33579 19.6642 2 19.25 2H5.75ZM5.75 18H18.5V20.5H5.75C5.61193 20.5 5.5 20.3881 5.5 20.25V18.25C5.5 18.1119 5.61193 18 5.75 18ZM12.4081 7.18426C12.3598 7.28103 12.2813 7.35949 12.1845 7.40787L10.8947 8.05279C10.5262 8.23705 10.5262 8.76295 10.8947 8.94721L12.1845 9.59213C12.2813 9.64051 12.3598 9.71897 12.4081 9.81574L13.0531 11.1056C13.2373 11.4741 13.7632 11.4741 13.9475 11.1056L14.5924 9.81574C14.6408 9.71897 14.7192 9.64051 14.816 9.59213L16.1058 8.94721C16.4744 8.76295 16.4744 8.23705 16.1058 8.05279L14.816 7.40787C14.7192 7.35949 14.6408 7.28103 14.5924 7.18426L13.9475 5.89443C13.7632 5.5259 13.2373 5.5259 13.0531 5.89443L12.4081 7.18426ZM8.71166 11.5772C8.68263 11.6353 8.63556 11.6824 8.5775 11.7114L7.53693 12.2317C7.31581 12.3422 7.31582 12.6578 7.53693 12.7683L8.5775 13.2886C8.63556 13.3176 8.68263 13.3647 8.71166 13.4228L9.23195 14.4633C9.3425 14.6845 9.65804 14.6845 9.7686 14.4633L10.2889 13.4228C10.3179 13.3647 10.365 13.3176 10.423 13.2886L11.4636 12.7683C11.6847 12.6578 11.6847 12.3422 11.4636 12.2317L10.423 11.7114C10.365 11.6824 10.3179 11.6353 10.2889 11.5772L9.7686 10.5367C9.65804 10.3155 9.3425 10.3155 9.23194 10.5367L8.71166 11.5772Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMagicBook;\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,gBAAs+C,EAAt+C,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,01CAA01C,KAAK,eAAc,CAAI,GAGh+C",
  "debugId": "B26540E5BAD092B164756E2164756E21",
  "names": []
}