{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEmojiSmirking/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 IconEmojiSmirking: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"emoji-smirking\"><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 2ZM16.0859 14.2012C15.9404 14.1424 15.7765 14.1435 15.6279 14.2031C15.4794 14.2628 15.3599 14.3766 15.2852 14.5156C15.2591 14.5579 15.2309 14.5962 15.2012 14.6328C14.9452 14.9525 14.4573 15.1537 13.8701 15.292C13.2841 15.4297 12.6276 15.4757 11.96 15.4922C11.886 15.494 11.8107 15.495 11.7363 15.4961C11.5374 15.499 11.3476 15.581 11.209 15.7236C11.0705 15.8662 10.9943 16.0581 10.9971 16.2568C11 16.4557 11.0819 16.6456 11.2246 16.7842C11.3673 16.9227 11.559 16.9989 11.7578 16.9961C11.8364 16.995 11.9168 16.9931 11.9961 16.9912C12.7135 16.972 13.4497 16.9301 14.2158 16.752C14.956 16.5747 15.87 16.1908 16.3242 15.2822C16.3715 15.1853 16.4111 15.0863 16.4434 14.9844C16.4864 14.8324 16.4795 14.6668 16.4141 14.5205C16.3487 14.3745 16.2314 14.26 16.0859 14.2012ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmojiSmirking;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA8yC,EAA9yC,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,krCAAkrC,KAAK,eAAc,CAAI,GAGxyC",
  "debugId": "1D1B472C3197104064756E2164756E21",
  "names": []
}