{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBoxSparkle/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 IconBoxSparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"box-sparkle, magic box\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.9223 3.88026C20.2646 4.11348 20.353 4.58005 20.1198 4.92236L17.3416 9.00007H19.25C19.6642 9.00007 20 9.33586 20 9.75007V21.2501C20 21.6643 19.6642 22.0001 19.25 22.0001H4.75C4.33579 22.0001 4 21.6643 4 21.2501V9.75007C4 9.33586 4.33579 9.00007 4.75 9.00007H15.5265L18.8802 4.07778C19.1134 3.73547 19.58 3.64703 19.9223 3.88026ZM9.75 13.0001C9.33579 13.0001 9 13.3358 9 13.7501C9 14.1643 9.33579 14.5001 9.75 14.5001H14.25C14.6642 14.5001 15 14.1643 15 13.7501C15 13.3358 14.6642 13.0001 14.25 13.0001H9.75Z\" fill=\"currentColor\"/><path d=\"M6.58692 4.74209C6.65407 4.70852 6.70852 4.65407 6.74209 4.58692L7.18965 3.69181C7.31752 3.43606 7.68248 3.43606 7.81035 3.69181L8.25791 4.58692C8.29148 4.65407 8.34593 4.70852 8.41308 4.74209L9.30819 5.18965C9.56394 5.31752 9.56394 5.68248 9.30819 5.81035L8.41308 6.25791C8.34593 6.29148 8.29148 6.34593 8.25791 6.41308L7.81035 7.30819C7.68248 7.56394 7.31752 7.56394 7.18965 7.30819L6.74209 6.41308C6.70852 6.34593 6.65407 6.29148 6.58692 6.25791L5.69181 5.81035C5.43606 5.68248 5.43606 5.31752 5.69181 5.18965L6.58692 4.74209Z\" fill=\"currentColor\"/><path d=\"M11.8586 3.05262C11.9426 3.01065 12.0106 2.94258 12.0526 2.85865L12.6121 1.73976C12.7719 1.42008 13.2281 1.42008 13.3879 1.73976L13.9474 2.85865C13.9894 2.94258 14.0574 3.01065 14.1414 3.05262L15.2602 3.61206C15.5799 3.7719 15.5799 4.2281 15.2602 4.38794L14.1414 4.94738C14.0574 4.98935 13.9894 5.05742 13.9474 5.14135L13.3879 6.26024C13.2281 6.57992 12.7719 6.57992 12.6121 6.26024L12.0526 5.14135C12.0106 5.05742 11.9426 4.98935 11.8586 4.94738L10.7398 4.38794C10.4201 4.2281 10.4201 3.7719 10.7398 3.61206L11.8586 3.05262Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBoxSparkle;\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,gBAAmuD,EAAnuD,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,igBAAigB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ohBAAohB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ghBAAghB,KAAK,eAAc,CAAI,GAG7tD",
  "debugId": "BB06ED7EE28787DB64756E2164756E21",
  "names": []
}