{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEmojiAddReaction/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 IconEmojiAddReaction: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"emoji-add-reaction, emoji-plus\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C13.5909 2 15.0943 2.37316 16.4297 3.03418C15.7552 3.1809 15.25 3.7815 15.25 4.5C15.25 5.32843 15.9216 6 16.75 6H18V7.25C18 8.07843 18.6716 8.75 19.5 8.75C20.2188 8.75 20.8184 8.24424 20.9648 7.56934C21.6262 8.905 22 10.4086 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.17383 14.3564C7.25498 14.5445 7.34265 14.7214 7.44434 14.9004C8.33313 16.5191 10.1801 17.5462 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7747 15.7315 9.59651 15.0724 9.00879 14.0098C8.9411 13.8906 8.88146 13.7717 8.82617 13.6436C8.27526 13.8809 7.72474 14.1191 7.17383 14.3564ZM9.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\"/><path d=\"M19.5 1C19.9142 1 20.25 1.33579 20.25 1.75V3.75H22.25C22.6642 3.75 23 4.08579 23 4.5C23 4.91421 22.6642 5.25 22.25 5.25H20.25V7.25C20.25 7.66421 19.9142 8 19.5 8C19.0858 8 18.75 7.66421 18.75 7.25V5.25H16.75C16.3358 5.25 16 4.91421 16 4.5C16 4.08579 16.3358 3.75 16.75 3.75H18.75V1.75C18.75 1.33579 19.0858 1 19.5 1Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmojiAddReaction;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAumD,EAAvmD,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+nCAA+nC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+TAA+T,KAAK,eAAc,CAAI,GAGjmD",
  "debugId": "9EB3334C4AA6D24164756E2164756E21",
  "names": []
}