{
  "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=\"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z\" fill=\"currentColor\"/><path d=\"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4402 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V18.25C2 19.2165 2.7835 20 3.75 20H20.25C21.2165 20 22 19.2165 22 18.25V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z\" fill=\"currentColor\"/><path d=\"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H3.75C2.7835 4 2 4.7835 2 5.75V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 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,gBAAi+B,EAAj+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,yNAAyN,KAAK,eAAc,CAAI,GAG39B",
  "debugId": "C3D44742C150A59B64756E2164756E21",
  "names": []
}