{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconClipboard2Sparkle/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 IconClipboard2Sparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"clipboard 2-sparkle, copy, list, auto-fill, form-fill\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.25 2C16.2165 2 17 2.7835 17 3.75V4H19.25C20.2165 4 21 4.7835 21 5.75V15.6074L20.5605 15.4385L19.9434 13.835C19.634 13.0308 18.8616 12.5 18 12.5C17.1922 12.5 16.463 12.9666 16.1201 13.6875L16.0566 13.835L15.4385 15.4385L13.835 16.0566C13.0308 16.366 12.5 17.1384 12.5 18C12.5 18.8616 13.0308 19.634 13.835 19.9434L15.4385 20.5605L15.9932 22H4.75C3.7835 22 3 21.2165 3 20.25V5.75C3 4.7835 3.7835 4 4.75 4H7V3.75C7 2.7835 7.7835 2 8.75 2H15.25ZM8.75 3.5C8.61193 3.5 8.5 3.61193 8.5 3.75V6.25C8.5 6.38807 8.61193 6.5 8.75 6.5H15.25C15.3881 6.5 15.5 6.38807 15.5 6.25V3.75C15.5 3.61193 15.3881 3.5 15.25 3.5H8.75Z\" fill=\"currentColor\"/><path d=\"M18 14C18.2409 14 18.4574 14.1482 18.5439 14.373L19.2402 16.1855C19.3418 16.4494 19.5506 16.6582 19.8145 16.7598L21.627 17.4561C21.8518 17.5426 22 17.7591 22 18C22 18.2409 21.8518 18.4574 21.627 18.5439L19.8145 19.2402C19.5506 19.3418 19.3418 19.5506 19.2402 19.8145L18.5439 21.627C18.4574 21.8518 18.2409 22 18 22C17.7591 22 17.5426 21.8518 17.4561 21.627L16.7598 19.8145C16.6582 19.5506 16.4494 19.3418 16.1855 19.2402L14.373 18.5439C14.1482 18.4574 14 18.2409 14 18C14 17.8194 14.0832 17.6525 14.2197 17.5439L14.293 17.4951L14.292 17.4941C14.3176 17.4794 14.3449 17.4669 14.373 17.4561L14.8643 17.2666L16.1855 16.7598L16.2812 16.7168C16.4996 16.6053 16.6708 16.4166 16.7598 16.1855L17.4561 14.373C17.5426 14.1482 17.7591 14 18 14Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconClipboard2Sparkle;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAugD,EAAvgD,IAAqB,EAAO,UAAU,yDAAwD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,umBAAumB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,guBAAguB,KAAK,eAAc,CAAI,GAGjgD",
  "debugId": "DC46BF0FF066D9D464756E2164756E21",
  "names": []
}