{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEmojiSmile/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 IconEmojiSmile: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"emoji-smile\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM15.4756 14.1523C15.3157 14.1817 15.1731 14.2724 15.0752 14.4004C15.0005 14.4963 14.9238 14.5865 14.8418 14.6738C14.11 15.4577 13.0611 15.8778 12.0039 15.875C10.9465 15.8765 9.89676 15.4549 9.16211 14.6719C9.0799 14.5848 9.00271 14.4951 8.92773 14.3994C8.82964 14.2719 8.68709 14.1814 8.52734 14.1523C8.36741 14.1235 8.20242 14.1579 8.06934 14.248C7.93634 14.3383 7.84384 14.4784 7.81152 14.6377C7.77926 14.7969 7.81039 14.9622 7.89258 15.1006C7.97692 15.2397 8.06643 15.3728 8.16504 15.5029C9.04241 16.6812 10.529 17.3841 12.002 17.375C13.4748 17.3865 14.9654 16.684 15.8408 15.502C15.9391 15.3716 16.0284 15.2389 16.1123 15.0996C16.1941 14.9609 16.2251 14.7949 16.1924 14.6357C16.1596 14.4766 16.0659 14.337 15.9326 14.2471C15.7994 14.1574 15.6353 14.1232 15.4756 14.1523ZM9.25 7.5C8.42157 7.5 7.75 8.29582 7.75 9.40039C7.75016 10.5047 8.42167 11.25 9.25 11.25C10.0783 11.25 10.7498 10.5047 10.75 9.40039C10.75 8.29582 10.0784 7.5 9.25 7.5ZM14.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmojiSmile;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAu0C,EAAv0C,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8sCAA8sC,KAAK,eAAc,CAAI,GAGj0C",
  "debugId": "2086FB4D99E0977D64756E2164756E21",
  "names": []
}