{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGamepadControlsDown/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 IconGamepadControlsDown: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"gamepad-controls-down, joystick\"><path d=\"M8 4.25C8 3.00736 9.00736 2 10.25 2H13.75C14.9926 2 16 3.00736 16 4.25V6.12868C16 6.72542 15.7629 7.29771 15.341 7.71967L13.2374 9.82322C12.554 10.5066 11.446 10.5066 10.7626 9.82322L8.65901 7.71967C8.23705 7.29771 8 6.72542 8 6.12868V4.25Z\" fill=\"currentColor\"/><path d=\"M17.8713 8H19.75C20.9926 8 22 9.00736 22 10.25V13.75C22 14.9926 20.9926 16 19.75 16H17.8713C17.2746 16 16.7023 15.7629 16.2803 15.341L14.1768 13.2374C13.4934 12.554 13.4934 11.446 14.1768 10.7626L16.2803 8.65901C16.7023 8.23705 17.2746 8 17.8713 8Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.25 22H13.75C14.9926 22 16 20.9926 16 19.75V17.8713C16 17.2746 15.7629 16.7023 15.341 16.2803L13.2374 14.1768C12.554 13.4934 11.446 13.4934 10.7626 14.1768L8.65901 16.2803C8.23705 16.7023 8 17.2746 8 17.8713V19.75C8 20.9926 9.00736 22 10.25 22ZM14.5 19.75C14.5 20.1642 14.1642 20.5 13.75 20.5H10.25C9.83579 20.5 9.5 20.1642 9.5 19.75V17.8713C9.5 17.6724 9.57902 17.4816 9.71967 17.341L11.8232 15.2374C11.9209 15.1398 12.0791 15.1398 12.1768 15.2374L14.2803 17.341C14.421 17.4816 14.5 17.6724 14.5 17.8713V19.75Z\" fill=\"currentColor\"/><path d=\"M2 13.75C2 14.9926 3.00736 16 4.25 16H6.12868C6.72542 16 7.29771 15.7629 7.71967 15.341L9.82322 13.2374C10.5066 12.554 10.5066 11.446 9.82322 10.7626L7.71967 8.65901C7.29771 8.23705 6.72542 8 6.12868 8H4.25C3.00736 8 2 9.00736 2 10.25V13.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGamepadControlsDown;\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,EAA0D,CAAC,IAAU,CAChF,OAAO,gBAA28C,EAA38C,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2PAA2P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qgBAAqgB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,GAGr8C",
  "debugId": "CA49DDF73B6624EA64756E2164756E21",
  "names": []
}