{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail1Sparkle/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 IconEmail1Sparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"email-1-sparkle, envelope\"><path d=\"M22 15.6074L21.5605 15.4385L20.9434 13.835C20.634 13.0308 19.8616 12.5 19 12.5C18.1922 12.5 17.463 12.9666 17.1201 13.6875L17.0566 13.835L16.4385 15.4385L14.835 16.0566C14.0308 16.366 13.5 17.1384 13.5 18C13.5 18.8616 14.0308 19.634 14.835 19.9434L14.9824 20H2.75C2.33579 20 2 19.6642 2 19.25V5.78613L11.5254 13.5801C11.8017 13.8061 12.1983 13.8061 12.4746 13.5801L22 5.78613V15.6074Z\" fill=\"currentColor\"/><path d=\"M15.373 17.4561C15.345 17.4669 15.3185 17.4805 15.293 17.4951L15.292 17.4941C15.3176 17.4794 15.3449 17.4669 15.373 17.4561L15.8643 17.2666L17.1855 16.7598L15.373 17.4561Z\" fill=\"currentColor\"/><path d=\"M21.25 4C21.4029 4 21.5445 4.04648 21.6631 4.125L12 12.0312L2.33594 4.125C2.45463 4.04621 2.59686 4 2.75 4H21.25Z\" fill=\"currentColor\"/><path d=\"M20.2405 16.1852L19.5436 14.3733C19.4571 14.1484 19.241 14 19 14C18.759 14 18.5429 14.1484 18.4564 14.3733L17.7595 16.1852C17.658 16.4493 17.4496 16.6582 17.1855 16.7598L15.373 17.4561C15.1481 17.5426 15 17.759 15 18C15 18.241 15.1484 18.4571 15.3733 18.5436L17.1852 19.2405C17.4493 19.342 17.658 19.5507 17.7595 19.8148L18.4564 21.6267C18.5429 21.8516 18.759 22 19 22C19.241 22 19.4571 21.8516 19.5436 21.6267L20.2405 19.8148C20.342 19.5507 20.5507 19.342 20.8148 19.2405L22.6267 18.5436C22.8516 18.4571 23 18.241 23 18C23 17.759 22.8516 17.5429 22.6267 17.4564L20.8148 16.7595C20.5507 16.658 20.342 16.4493 20.2405 16.1852Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail1Sparkle;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAi9C,EAAj9C,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,mYAAmY,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8KAA8K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oHAAoH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,onBAAonB,KAAK,eAAc,CAAI,GAG38C",
  "debugId": "DBACFB0DB6721F9964756E2164756E21",
  "names": []
}