{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFacebookMessenger/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 IconFacebookMessenger: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"facebook-messenger\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.001 2.19904C17.634 2.19904 22.0019 6.32932 22.002 11.9022C22.002 17.4751 17.634 21.6029 12.001 21.6029C10.9884 21.6029 10.0183 21.4679 9.1057 21.2179C8.92818 21.1704 8.73815 21.1829 8.57064 21.2579L6.58546 22.1329C6.46556 22.1858 6.33449 22.2084 6.2038 22.1988C6.07312 22.1892 5.94678 22.1476 5.83592 22.0778C5.72507 22.0079 5.63308 21.9119 5.56802 21.7981C5.50297 21.6844 5.46684 21.5564 5.46284 21.4254L5.40783 19.6453C5.40283 19.4252 5.30281 19.2202 5.1403 19.0752C3.19511 17.3351 2 14.8149 2 11.8997C2 6.32683 6.36793 2.19904 12.001 2.19904ZM18.0091 9.66455C18.2891 9.21702 17.7391 8.712 17.319 9.03201L14.1637 11.4272C14.0599 11.506 13.9332 11.5489 13.8029 11.5494C13.6725 11.5498 13.5455 11.5078 13.4412 11.4297L11.1034 9.67705C10.9376 9.55253 10.7478 9.46375 10.5459 9.41629C10.3441 9.36883 10.1346 9.36371 9.93063 9.4013C9.7267 9.43889 9.53277 9.51835 9.36109 9.63467C9.18942 9.75098 9.04374 9.90162 8.93322 10.0771L5.99543 14.7374C5.71291 15.1849 6.26296 15.6875 6.683 15.3675L9.83831 12.9723C9.94213 12.8934 10.0688 12.8506 10.1992 12.8501C10.3296 12.8497 10.4565 12.8917 10.5609 12.9698L12.8986 14.7224C13.0644 14.8469 13.2543 14.9357 13.4561 14.9832C13.658 15.0306 13.8675 15.0357 14.0714 14.9982C14.2753 14.9606 14.4693 14.8811 14.6409 14.7648C14.8126 14.6485 14.9583 14.4979 15.0688 14.3224L18.0091 9.66455Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFacebookMessenger;\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,gBAAg7C,EAAh7C,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gzCAAgzC,KAAK,eAAc,CAAI,GAG16C",
  "debugId": "1DF3ADEE9CBB64D064756E2164756E21",
  "names": []
}