{
  "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.01612 5.63213C2.01857 5.6022 2.02145 5.57187 2.02494 5.54121L11.0605 11.2911C11.6337 11.6559 12.3663 11.6559 12.9395 11.2911L21.9751 5.54122C21.9786 5.57187 21.9814 5.6022 21.9839 5.63213C22 5.82982 22 6.06629 22 6.32377V14.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.75V20H4.32377C4.06629 20 3.82982 20 3.63213 19.9839C3.419 19.9665 3.18583 19.9266 2.95552 19.8093C2.62624 19.6415 2.35852 19.3738 2.19074 19.0445C2.0734 18.8142 2.03353 18.581 2.01612 18.3679C1.99997 18.1702 1.99999 17.9338 2 17.6764V6.32379C1.99999 6.06636 1.99997 5.82978 2.01612 5.63213Z\" fill=\"currentColor\"/><path d=\"M21.0445 4.19074C21.0914 4.21463 21.137 4.24055 21.1813 4.26838L12.1342 10.0256C12.0523 10.0777 11.9477 10.0777 11.8658 10.0256L2.81872 4.26838C2.863 4.24055 2.90864 4.21463 2.95552 4.19074C3.18583 4.0734 3.419 4.03353 3.63213 4.01612C3.82978 3.99997 4.06621 3.99999 4.32364 4H19.6762C19.9336 3.99999 20.1702 3.99997 20.3679 4.01612C20.581 4.03353 20.8142 4.0734 21.0445 4.19074Z\" 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,gBAAmiD,EAAniD,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,EAAE,0rBAA0rB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8XAA8X,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0UAA0U,KAAK,eAAc,CAAI,GAG7hD",
  "debugId": "0B9ED9EF747BC66264756E2164756E21",
  "names": []
}