{
  "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=\"M5 17C5.18074 17 5.34234 17.1116 5.40723 17.2803L5.89062 18.5352C5.9922 18.7992 6.20078 19.0078 6.46484 19.1094L7.71973 19.5928C7.88842 19.6577 8 19.8193 8 20C8 20.1807 7.88842 20.3423 7.71973 20.4072L6.46484 20.8906C6.20078 20.9922 5.9922 21.2008 5.89062 21.4648L5.40723 22.7197C5.34234 22.8884 5.18074 23 5 23C4.81926 23 4.65766 22.8884 4.59277 22.7197L4.10938 21.4648C4.0078 21.2008 3.79922 20.9922 3.53516 20.8906L2.28027 20.4072C2.11158 20.3423 2 20.1807 2 20C2 19.8193 2.11158 19.6577 2.28027 19.5928L3.53516 19.1094C3.79922 19.0078 4.0078 18.7992 4.10938 18.5352L4.59277 17.2803C4.65766 17.1116 4.81926 17 5 17Z\" fill=\"currentColor\"/><path d=\"M19.5 1C19.7109 1 19.8999 1.13034 19.9756 1.32715L20.5654 2.86035C20.667 3.12433 20.8757 3.33299 21.1396 3.43457L22.6729 4.02441C22.8697 4.10011 23 4.28914 23 4.5C23 4.71086 22.8697 4.89989 22.6729 4.97559L21.1396 5.56543C20.8757 5.66701 20.667 5.87567 20.5654 6.13965L19.9756 7.67285C19.8999 7.86966 19.7109 8 19.5 8C19.2891 8 19.1001 7.86966 19.0244 7.67285L18.4346 6.13965C18.333 5.87567 18.1243 5.66701 17.8604 5.56543L16.3271 4.97559C16.1303 4.89989 16 4.71086 16 4.5C16 4.28914 16.1303 4.10011 16.3271 4.02441L17.8604 3.43457C18.1243 3.33299 18.333 3.12433 18.4346 2.86035L19.0244 1.32715C19.1001 1.13034 19.2891 1 19.5 1Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.75 1.75C12.75 1.33579 12.4142 1 12 1C11.5858 1 11.25 1.33579 11.25 1.75V3.03125C6.35396 3.41371 2.5 7.50577 2.5 12.5C2.5 13.4711 2.64626 14.4097 2.91797 15.2939C3.01477 15.6087 3.30548 15.8232 3.63477 15.8232H8.23535C8.40706 16.9927 8.66686 18.0539 8.99902 18.9482C9.3112 19.7887 9.70118 20.5216 10.1719 21.0576C10.6414 21.5921 11.2571 22 12 22C17.2467 22 21.5 17.7467 21.5 12.5C21.5 11.5289 21.3537 10.5903 21.082 9.70605C20.9973 9.43053 20.7641 9.23181 20.4863 9.18652L20.3652 9.17676H15.7646C15.5929 8.00727 15.3331 6.94605 15.001 6.05176C14.6888 5.21129 14.2988 4.47839 13.8281 3.94238C13.5272 3.59985 13.166 3.31002 12.75 3.14551V1.75ZM15.7646 15.8232C15.5929 16.9927 15.3331 18.0539 15.001 18.9482C14.8464 19.3645 14.6716 19.7538 14.4785 20.1064C16.6126 19.4109 18.3522 17.8434 19.2764 15.8232H15.7646ZM9.57422 10.6768C9.5265 11.2617 9.5 11.8717 9.5 12.5C9.5 13.1283 9.5265 13.7383 9.57422 14.3232H14.4258C14.4735 13.7383 14.5 13.1283 14.5 12.5C14.5 11.8717 14.4735 11.2617 14.4258 10.6768H9.57422ZM9.52051 4.89258C7.38673 5.58821 5.64768 7.15681 4.72363 9.17676H8.23535C8.40706 8.00727 8.66686 6.94605 8.99902 6.05176C9.15368 5.63537 9.3273 5.2453 9.52051 4.89258Z\" 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,gBAAqkF,EAArkF,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,EAAE,6mBAA6mB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,unBAAunB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0pCAA0pC,KAAK,eAAc,CAAI,GAG/jF",
  "debugId": "9D722EB2DB58C69864756E2164756E21",
  "names": []
}