{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDiscoBall/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 IconDiscoBall: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"disco-ball, music, dance, party\"><path d=\"M12 21.25C16.8325 21.25 20.75 17.3325 20.75 12.5C20.75 11.6044 20.6154 10.7401 20.3654 9.92647H4M12 3.75C7.16751 3.75 3.25 7.66751 3.25 12.5C3.25 13.3956 3.38457 14.2599 3.63459 15.0735H20\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><ellipse cx=\"12\" cy=\"12.5\" rx=\"3.25\" ry=\"8.75\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M12 4V1\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M5.3 17H4.7L3.95 18.95L2 19.7V20.3L3.95 21.05L4.7 23H5.3L6.05 21.05L8 20.3V19.7L6.05 18.95L5.3 17Z\" fill=\"currentColor\"/><path d=\"M19.85 1H19.15L18.275 3.275L16 4.15V4.85L18.275 5.725L19.15 8H19.85L20.725 5.725L23 4.85V4.15L20.725 3.275L19.85 1Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDiscoBall;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAkuB,EAAluB,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,EAAE,+LAA+L,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,UAAD,CAAS,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,qGAAqG,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sHAAsH,KAAK,eAAc,CAAI,GAG5tB",
  "debugId": "C3FCED7B4EFDDAFD64756E2164756E21",
  "names": []
}