{
  "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.05556H14.25C16.3211 3.05556 18 4.73449 18 6.80556V14H18.25C19.4926 14 20.5 12.9926 20.5 11.75V10.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.6255V11.75C22 13.8211 20.3211 15.5 18.25 15.5H18V17.25C18 19.3211 16.3211 21 14.25 21H4.75C2.67893 21 1 19.3211 1 17.25V6.80556C1 4.73449 2.67893 3.05556 4.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,gBAA40C,EAA50C,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ksCAAksC,KAAK,eAAc,CAAI,GAGt0C",
  "debugId": "E7C86A2AA5373CCF64756E2164756E21",
  "names": []
}