{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCoinWon/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 IconCoinWon: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"coin-won, currency, money\"><path 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 7.75C11.7064 7.75 11.4445 7.92078 11.3223 8.17969L11.2783 8.2959L9.875 13.248L8.47168 8.2959L8.44727 8.22266C8.30725 7.86939 7.91939 7.67269 7.5459 7.77832C7.17222 7.8842 6.9445 8.25549 7.01074 8.62988L7.02832 8.7041L7.75 11.25H6.75C6.33579 11.25 6 11.5858 6 12C6 12.4142 6.33579 12.75 6.75 12.75H8.1748L9.15332 16.2041C9.24477 16.5269 9.53953 16.75 9.875 16.75C10.2105 16.75 10.5052 16.5269 10.5967 16.2041L12 11.251L13.4033 16.2041C13.4948 16.5269 13.7895 16.75 14.125 16.75C14.4605 16.75 14.7552 16.5269 14.8467 16.2041L15.8252 12.75H17.25C17.6642 12.75 18 12.4142 18 12C18 11.5858 17.6642 11.25 17.25 11.25H16.25L16.9717 8.7041L16.9893 8.62988C17.0555 8.25549 16.8278 7.8842 16.4541 7.77832C16.0806 7.67269 15.6928 7.86939 15.5527 8.22266L15.5283 8.2959L14.125 13.248L12.7217 8.2959C12.6302 7.97313 12.3355 7.75 12 7.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCoinWon;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAghC,EAAhhC,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,+6BAA+6B,KAAK,eAAc,CAAI,GAG1gC",
  "debugId": "2BDEBEF94C65A46164756E2164756E21",
  "names": []
}