{
  "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.05556H16.25C17.2165 3.05556 18 3.83906 18 4.80556V14H20.25C20.3881 14 20.5 13.8881 20.5 13.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.6255V13.75C22 14.7165 21.2165 15.5 20.25 15.5H18V19.25C18 20.2165 17.2165 21 16.25 21H2.75C1.7835 21 1 20.2165 1 19.25V4.80556C1 3.83906 1.7835 3.05556 2.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,gBAA00C,EAA10C,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gsCAAgsC,KAAK,eAAc,CAAI,GAGp0C",
  "debugId": "0165FA65BA11F02F64756E2164756E21",
  "names": []
}