{
  "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\"><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\" fill=\"currentColor\"/><path d=\"M16.25 9.9C16.25 11.0046 15.5784 11.75 14.75 11.75C13.9216 11.75 13.25 11.0046 13.25 9.9C13.25 8.79543 13.9216 8 14.75 8C15.5784 8 16.25 8.79543 16.25 9.9Z\" fill=\"currentColor\"/><path d=\"M16.5595 14.7812C16.6053 14.5994 16.5954 14.4033 16.5167 14.2298C16.4381 14.0563 16.2991 13.9205 16.1268 13.8508C15.9545 13.7811 15.7602 13.7821 15.5832 13.8521C15.406 13.9221 15.2625 14.0562 15.169 14.2188C15.1444 14.2528 15.1189 14.2835 15.0922 14.3124C14.8655 14.5582 14.4667 14.7326 13.9376 14.871C13.4131 15.0079 12.8061 15.0625 12.1857 15.0852C12.1168 15.0877 12.0469 15.0898 11.9775 15.0916C11.7389 15.0976 11.5124 15.1981 11.3479 15.371C11.1834 15.544 11.0943 15.7752 11.1003 16.0138C11.1062 16.2524 11.2068 16.4789 11.3797 16.6434C11.5527 16.8079 11.7839 16.897 12.0225 16.891C12.098 16.8891 12.1746 16.8868 12.2508 16.8841C12.9392 16.857 13.6478 16.8043 14.3943 16.6121C15.1148 16.4236 16.0144 16.0003 16.4462 15.0811C16.4914 14.9832 16.529 14.8834 16.5595 14.7812Z\" 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,gBAAsxC,EAAtxC,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,yJAAyJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0wBAA0wB,KAAK,eAAc,CAAI,GAGhxC",
  "debugId": "F463ECE0C827E47F64756E2164756E21",
  "names": []
}