{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFileSparkle/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\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  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\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      {masked ? (\n        <>\n          <mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <g fill=\"none\" style={{ color: \"#fff\" }}>\n              {children}\n            </g>\n          </mask>\n          <rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFileSparkle: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"file-sparkle, document, locked, password\" maskId=\"round-filled-radius-0-stroke-1.5-IconFileSparkle\"><path d=\"M12 9.25C12 9.66421 12.3358 10 12.75 10H20V21.25C20 21.6642 19.6642 22 19.25 22H8.00684L8.56055 20.5605L10.165 19.9434C10.9692 19.634 11.5 18.8616 11.5 18C11.5 17.1384 10.9692 16.366 10.165 16.0566L8.56055 15.4385L7.94336 13.835C7.63405 13.0308 6.86164 12.5 6 12.5C5.19222 12.5 4.46303 12.9666 4.12012 13.6875L4.05664 13.835L4 13.9814V2.75C4 2.33579 4.33579 2 4.75 2H12V9.25Z\" fill=\"currentColor\"/><path d=\"M19.5605 8.5H13.5V2.43945L19.5605 8.5Z\" fill=\"currentColor\"/><path d=\"M7.24045 16.1852L6.54359 14.3733C6.45708 14.1484 6.24099 14 6 14C5.75901 14 5.54292 14.1484 5.45641 14.3733L4.75955 16.1852C4.65797 16.4493 4.44927 16.658 4.18518 16.7595L2.37334 17.4564C2.14842 17.5429 2 17.759 2 18C2 18.241 2.14842 18.4571 2.37334 18.5436L4.18518 19.2405C4.44927 19.342 4.65797 19.5507 4.75955 19.8148L5.45641 21.6267C5.54292 21.8516 5.75901 22 6 22C6.24099 22 6.45708 21.8516 6.54359 21.6267L7.24045 19.8148C7.34203 19.5507 7.55073 19.342 7.81482 19.2405L9.62666 18.5436C9.85158 18.4571 10 18.241 10 18C10 17.759 9.85188 17.5426 9.62695 17.4561L7.81445 16.7598C7.55036 16.6582 7.34203 16.4493 7.24045 16.1852Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconFileSparkle;\n"
  ],
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,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,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAoE,EAAM,KAAK,CAAC,IAAU,CACrG,OAAO,gBAA+vC,EAA/vC,IAAqB,EAAO,UAAU,2CAA2C,OAAO,oDAAmD,gBAAC,OAAD,CAAM,EAAE,0XAA0X,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yCAAyC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wnBAAwnB,KAAK,eAAc,CAAI,EACvwC,EAEc",
  "debugId": "B8BB330BFFB7C28C64756E2164756E21",
  "names": []
}