{
  "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} & 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 IconFileSparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"file-sparkle, document, locked, password\"><path d=\"M12 7.25C12 8.76878 13.2312 10 14.75 10H20V18.25C20 20.3211 18.3211 22 16.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.9814V5.75C4 3.67893 5.67893 2 7.75 2H12V7.25Z\" fill=\"currentColor\"/><path d=\"M13.5732 2.5127L19.4873 8.42676C19.5107 8.45011 19.5318 8.4755 19.5537 8.5H14.75C14.0596 8.5 13.5 7.94036 13.5 7.25V2.44531C13.5247 2.46733 13.5497 2.48919 13.5732 2.5127Z\" 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,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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA00C,EAA10C,IAAqB,EAAO,UAAU,4CAA2C,gBAAC,OAAD,CAAM,EAAE,0XAA0X,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8KAA8K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wnBAAwnB,KAAK,eAAc,CAAI,GAGp0C",
  "debugId": "2E0833450A81A2D664756E2164756E21",
  "names": []
}