{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEmailPlus/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 IconEmailPlus: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"email-plus, envelope, add, plus\"><path d=\"M2.40873 6.04754C2.44234 5.98157 2.47783 5.91675 2.51512 5.85315L9.98672 10.6078C11.2151 11.3895 12.7849 11.3895 14.0133 10.6078L21.4849 5.85315C21.5222 5.91675 21.5577 5.98157 21.5913 6.04754C21.8176 6.49176 21.912 6.9719 21.9566 7.51853C22 8.04944 22 8.70505 22 9.51788L21.9999 14.75H21.25V13.75C21.25 12.5074 20.2426 11.5 19 11.5C17.7574 11.5 16.75 12.5074 16.75 13.75V14.75H15.75C14.5074 14.75 13.5 15.7574 13.5 17C13.5 18.2426 14.5074 19.25 15.75 19.25H16.75V19.9999L7.51788 20C6.70505 20 6.04944 20 5.51853 19.9566C4.9719 19.912 4.49176 19.8176 4.04754 19.5913C3.34193 19.2317 2.76825 18.6581 2.40873 17.9525C2.18239 17.5082 2.08803 17.0281 2.04336 16.4815C1.99999 15.9506 1.99999 15.2949 2 14.4821V9.51789C1.99999 8.70506 1.99999 8.04944 2.04336 7.51853C2.08803 6.9719 2.18239 6.49176 2.40873 6.04754Z\" fill=\"currentColor\"/><path d=\"M19.9525 4.40873C20.1324 4.5004 20.3037 4.60599 20.4651 4.72414L13.208 9.34231C12.4709 9.81132 11.5291 9.81133 10.792 9.34231L3.5349 4.72414C3.69629 4.60599 3.86763 4.5004 4.04754 4.40873C4.49176 4.18239 4.9719 4.08803 5.51853 4.04336C6.04943 3.99999 6.70505 3.99999 7.51787 4H16.4821C17.2949 3.99999 17.9506 3.99999 18.4815 4.04336C19.0281 4.08803 19.5082 4.18239 19.9525 4.40873Z\" fill=\"currentColor\"/><path d=\"M19 13C19.4142 13 19.75 13.3358 19.75 13.75V16.25H22.25C22.6642 16.25 23 16.5858 23 17C23 17.4142 22.6642 17.75 22.25 17.75H19.75V20.25C19.75 20.6642 19.4142 21 19 21C18.5858 21 18.25 20.6642 18.25 20.25V17.75H15.75C15.3358 17.75 15 17.4142 15 17C15 16.5858 15.3358 16.25 15.75 16.25H18.25V13.75C18.25 13.3358 18.5858 13 19 13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmailPlus;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAspD,EAAtpD,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,EAAE,2yBAA2yB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gYAAgY,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0UAA0U,KAAK,eAAc,CAAI,GAGhpD",
  "debugId": "047B3E4D83F798FD64756E2164756E21",
  "names": []
}