{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEmailNotification/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 IconEmailNotification: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"email-notification, badge, envelope\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19 2C16.7909 2 15 3.79086 15 6C15 8.20914 16.7909 10 19 10C21.2091 10 23 8.20914 23 6C23 3.79086 21.2091 2 19 2Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.5 6C16.5 4.61929 17.6193 3.5 19 3.5C20.3807 3.5 21.5 4.61929 21.5 6C21.5 7.38071 20.3807 8.5 19 8.5C17.6193 8.5 16.5 7.38071 16.5 6Z\" fill=\"currentColor\"/><path d=\"M19 11.5625C18.8695 11.5625 18.74 11.558 18.6118 11.5492C16.6013 12.4804 14.3613 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V16.25C2 18.3211 3.67893 20 5.75 20H18.25C20.3211 20 22 18.3211 22 16.25V10.685C21.1344 11.2404 20.1048 11.5625 19 11.5625Z\" fill=\"currentColor\"/><path d=\"M13.4365 6C13.4365 5.29501 13.5677 4.62066 13.8069 4H5.74903C3.7904 4 2.18248 5.50159 2.01367 7.41637C4.58491 9.94212 8.11004 11.5 11.999 11.5C13.4873 11.5 14.9222 11.2719 16.2708 10.8486C14.579 9.89463 13.4365 8.08073 13.4365 6Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmailNotification;\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,gBAAg/B,EAAh/B,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oHAAoH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2IAA2I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2PAA2P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wOAAwO,KAAK,eAAc,CAAI,GAG1+B",
  "debugId": "81450DAF4E90255564756E2164756E21",
  "names": []
}