{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail1/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 IconEmail1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"email-1, envelope\"><path d=\"M2.00657 5.7926C1.99998 5.95322 1.99999 6.13267 2 6.32368V17.6762C1.99998 17.9337 1.99997 18.1702 2.01612 18.3679C2.03353 18.581 2.0734 18.8142 2.19074 19.0445C2.35852 19.3738 2.62624 19.6415 2.95552 19.8093C3.18583 19.9266 3.419 19.9665 3.63213 19.9839C3.82982 20 4.06629 20 4.32377 20H19.6762C19.9337 20 20.1702 20 20.3679 19.9839C20.581 19.9665 20.8142 19.9266 21.0445 19.8093C21.3738 19.6415 21.6415 19.3738 21.8093 19.0445C21.9266 18.8142 21.9665 18.581 21.9839 18.3679C22 18.1702 22 17.9337 22 17.6762V6.32377C22 6.13273 22 5.95325 21.9934 5.7926L13.1082 13.0624C12.4635 13.5898 11.5365 13.5898 10.8918 13.0624L2.00657 5.7926Z\" fill=\"currentColor\"/><path d=\"M21.3451 4.38498C21.2523 4.31053 21.1517 4.24534 21.0445 4.19074C20.8142 4.0734 20.581 4.03353 20.3679 4.01612C20.1702 3.99997 19.9338 3.99998 19.6763 4H4.32379C4.06634 3.99998 3.82979 3.99997 3.63213 4.01612C3.419 4.03353 3.18583 4.0734 2.95552 4.19074C2.84836 4.24534 2.74772 4.31053 2.65492 4.38498L11.8417 11.9014C11.9338 11.9768 12.0662 11.9768 12.1583 11.9014L21.3451 4.38498Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail1;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAknC,EAAlnC,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,EAAE,2nBAA2nB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iYAAiY,KAAK,eAAc,CAAI,GAG5mC",
  "debugId": "2D64E35D87C4EF9064756E2164756E21",
  "names": []
}