{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEmojiAngry/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\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  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\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      {masked ? (\n        <>\n          <mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <g fill=\"none\" style={{ color: \"#fff\" }}>\n              {children}\n            </g>\n          </mask>\n          <rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmojiAngry: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"emoji-angry\" maskId=\"square-outlined-radius-0-stroke-2-IconEmojiAngry\"><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M11 10.52C11 11.4037 10.3284 12 9.5 12C8.67157 12 8 11.4037 8 10.52C8 9.63634 8.67157 9 9.5 9C10.3284 9 11 9.63634 11 10.52Z\" fill=\"currentColor\"/><path d=\"M16 10.52C16 11.4037 15.3284 12 14.5 12C13.6716 12 13 11.4037 13 10.52C13 9.63634 13.6716 9 14.5 9C15.3284 9 16 9.63634 16 10.52Z\" fill=\"currentColor\"/><path d=\"M6.73717 7.78849C6.57906 8.26283 6.42094 8.73717 6.26283 9.21151C6.33651 9.24047 6.41019 9.26942 6.48388 9.29837C7.81016 9.81952 9.13644 10.3407 10.4627 10.8618C10.5364 10.8908 10.6101 10.9197 10.6838 10.9487C10.8946 10.3162 11.1054 9.68377 11.3162 9.05132C11.2399 9.03027 11.1636 9.00922 11.0873 8.98818C9.71356 8.60933 8.33984 8.23048 6.96612 7.85163C6.88981 7.83058 6.81349 7.80953 6.73717 7.78849Z\" fill=\"currentColor\"/><path d=\"M17.7372 9.21151C17.5791 8.73717 17.4209 8.26283 17.2628 7.78849C17.1865 7.80953 17.1102 7.83058 17.0339 7.85163C15.6602 8.23048 14.2864 8.60933 12.9127 8.98818C12.8364 9.00922 12.7601 9.03027 12.6838 9.05132C12.8946 9.68377 13.1054 10.3162 13.3162 10.9487C13.3899 10.9197 13.4636 10.8908 13.5373 10.8618C14.8636 10.3407 16.1898 9.81952 17.5161 9.29837C17.5898 9.26942 17.6635 9.24047 17.7372 9.21151Z\" fill=\"currentColor\"/><path d=\"M7.35755 16.613C7.78585 16.871 8.21415 17.129 8.64245 17.387C8.72792 17.2646 8.81274 17.1524 8.90504 17.0385C9.71534 16.0277 10.8458 15.3937 12.0025 15.4C13.1591 15.3911 14.2884 16.0234 15.095 17.0357C15.1868 17.1499 15.2712 17.2622 15.3562 17.3848C15.7854 17.1283 16.2146 16.8717 16.6438 16.6152C16.5563 16.4496 16.467 16.2946 16.3651 16.1351C15.4958 14.7262 13.8427 13.5802 12.0006 13.6C10.1585 13.5852 8.51102 14.7294 7.63758 16.1341C7.53528 16.2932 7.44552 16.4478 7.35755 16.613Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconEmojiAngry;\n"
  ],
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,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,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAAw1D,EAAx1D,IAAqB,EAAO,UAAU,cAAc,OAAO,oDAAmD,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,+HAA+H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oIAAoI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oZAAoZ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oZAAoZ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ueAAue,KAAK,eAAc,CAAI,EACh2D,EAEc",
  "debugId": "14628414530E68A664756E2164756E21",
  "names": []
}