{
  "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.38257 6.10024C2.17502 6.52971 2.08627 6.99344 2.04336 7.51853C1.99999 8.04944 1.99999 8.70505 2 9.51788V14.4821C1.99999 15.2949 1.99999 15.9506 2.04336 16.4815C2.08803 17.0281 2.18239 17.5082 2.40873 17.9525C2.76825 18.6581 3.34193 19.2317 4.04754 19.5913C4.49176 19.8176 4.9719 19.912 5.51853 19.9566C6.04944 20 6.70505 20 7.51788 20H16.4821C17.295 20 17.9506 20 18.4815 19.9566C19.0281 19.912 19.5082 19.8176 19.9525 19.5913C20.6581 19.2317 21.2317 18.6581 21.5913 17.9525C21.8176 17.5082 21.912 17.0281 21.9566 16.4815C22 15.9506 22 15.295 22 14.4821V9.51788C22 8.70505 22 8.04944 21.9566 7.51853C21.9137 6.99344 21.825 6.52971 21.6174 6.10024L14.3746 12.0262C12.9933 13.1564 11.0067 13.1564 9.62536 12.0262L2.38257 6.10024Z\" fill=\"currentColor\"/><path d=\"M20.7011 4.9119C20.474 4.7158 20.2229 4.54653 19.9525 4.40873C19.5082 4.18239 19.0281 4.08803 18.4815 4.04336C17.9506 3.99999 17.2949 3.99999 16.4821 4H7.5179C6.70507 3.99999 6.04943 3.99999 5.51853 4.04336C4.9719 4.08803 4.49176 4.18239 4.04754 4.40873C3.77708 4.54653 3.526 4.7158 3.29894 4.9119L10.5752 10.8652C11.404 11.5433 12.596 11.5433 13.4248 10.8652L20.7011 4.9119Z\" 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,gBAA6sC,EAA7sC,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,EAAE,6tBAA6tB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0XAA0X,KAAK,eAAc,CAAI,GAGvsC",
  "debugId": "36FCCE55C534C77564756E2164756E21",
  "names": []
}