{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEmojiSad/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 IconEmojiSad: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"emoji-sad, unhappy\"><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 2ZM12.002 14C10.6313 13.9955 9.26241 14.5434 8.29297 15.4873C8.18457 15.5919 8.0813 15.7004 7.98242 15.8135C7.87758 15.9354 7.81754 16.0925 7.82129 16.2549C7.82503 16.4173 7.89201 16.5714 8.00684 16.6836C8.12151 16.7953 8.2765 16.8573 8.43848 16.8574C8.60082 16.8573 8.75754 16.7942 8.87695 16.6865C8.96452 16.6089 9.05348 16.5352 9.14551 16.4648C9.97085 15.8319 10.9856 15.4997 12.0029 15.5C13.0203 15.4982 14.0355 15.8297 14.8584 16.4639C14.9501 16.5344 15.0388 16.6077 15.126 16.6855C15.2452 16.7935 15.4011 16.8569 15.5635 16.8574C15.7256 16.8578 15.8811 16.7962 15.9961 16.6846C16.1111 16.5728 16.1784 16.419 16.1826 16.2568C16.1868 16.0945 16.127 15.9367 16.0225 15.8145C15.924 15.7012 15.8219 15.593 15.7139 15.4883C14.7455 14.5406 13.3726 13.9934 12.002 14ZM9.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 IconEmojiSad;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAm0C,EAAn0C,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,msCAAmsC,KAAK,eAAc,CAAI,GAG7zC",
  "debugId": "DB2670AFB41B34A064756E2164756E21",
  "names": []
}