{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCourt/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 IconCourt: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"court\"><path d=\"M20.25 19.4998C20.6641 19.4998 20.9999 19.8357 21 20.2498C20.9999 20.664 20.6642 20.9998 20.25 20.9998H3.75C3.33583 20.9998 3.00007 20.664 3 20.2498C3.00012 19.8357 3.33586 19.4998 3.75 19.4998H20.25Z\" fill=\"currentColor\"/><path d=\"M11.2881 2.19613C11.7499 2.04221 12.2501 2.04221 12.7119 2.19613L19.4619 4.44613C20.3805 4.75245 20.9999 5.61262 21 6.58089V7.74984C21 8.99244 19.9926 9.99984 18.75 9.99984V17.7498C18.7499 18.164 18.4142 18.4998 18 18.4998C17.5858 18.4998 17.2501 18.164 17.25 17.7498V9.99984H14.75V17.7498C14.7499 18.164 14.4142 18.4998 14 18.4998C13.5858 18.4998 13.2501 18.164 13.25 17.7498V9.99984H10.75V17.7498C10.7499 18.164 10.4142 18.4998 10 18.4998C9.58583 18.4998 9.25007 18.164 9.25 17.7498V9.99984H6.75V17.7498C6.74993 18.164 6.41417 18.4998 6 18.4998C5.58583 18.4998 5.25007 18.164 5.25 17.7498V9.99984C4.00739 9.99984 3.00005 8.99244 3 7.74984V6.58089C3.0001 5.61262 3.61955 4.75245 4.53809 4.44613L11.2881 2.19613Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCourt;\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,gBAAggC,EAAhgC,IAAqB,EAAO,UAAU,SAAQ,gBAAC,OAAD,CAAM,EAAE,2MAA2M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2sBAA2sB,KAAK,eAAc,CAAI,GAG1/B",
  "debugId": "3362E3ABA10853D464756E2164756E21",
  "names": []
}