{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSlots/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 IconSlots: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"slots,slot-mashine, gambling\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.78286 2.36078C7.24953 1.66313 8.09673 1 9.5 1C10.9033 1 11.7505 1.66313 12.2171 2.36078C12.3809 2.60561 12.4941 2.84786 12.5719 3.05556H17.25C17.6642 3.05556 18 3.39134 18 3.80556V14H20.5V10.6184C19.6313 10.3067 19.01 9.47592 19.01 8.5C19.01 7.25736 20.0174 6.25 21.26 6.25C22.5026 6.25 23.51 7.25736 23.51 8.5C23.51 9.4834 22.8791 10.3194 22 10.6255V14.75C22 15.1642 21.6642 15.5 21.25 15.5H18V20.25C18 20.6642 17.6642 21 17.25 21H1.75C1.33579 21 1 20.6642 1 20.25V3.80556C1 3.39134 1.33579 3.05556 1.75 3.05556H6.42809C6.50593 2.84786 6.61909 2.60561 6.78286 2.36078ZM16.5 8.5H12.75V15.5H16.5V8.5ZM2.5 15.5H6.25V8.5H2.5V15.5ZM7.75 8.5V15.5H11.25V8.5H7.75ZM4.5 10.75C4.91421 10.75 5.25 11.0858 5.25 11.5V12.5C5.25 12.9142 4.91421 13.25 4.5 13.25C4.08579 13.25 3.75 12.9142 3.75 12.5V11.5C3.75 11.0858 4.08579 10.75 4.5 10.75ZM9.5 10.75C9.91421 10.75 10.25 11.0858 10.25 11.5V12.5C10.25 12.9142 9.91421 13.25 9.5 13.25C9.08579 13.25 8.75 12.9142 8.75 12.5V11.5C8.75 11.0858 9.08579 10.75 9.5 10.75ZM14.5 10.75C14.9142 10.75 15.25 11.0858 15.25 11.5V12.5C15.25 12.9142 14.9142 13.25 14.5 13.25C14.0858 13.25 13.75 12.9142 13.75 12.5V11.5C13.75 11.0858 14.0858 10.75 14.5 10.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSlots;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAwyC,EAAxyC,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8pCAA8pC,KAAK,eAAc,CAAI,GAGlyC",
  "debugId": "4B321EF2870FED8164756E2164756E21",
  "names": []
}