{
  "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 2.75C8 2.33579 8.33579 2 8.75 2H15.25C15.6642 2 16 2.33579 16 2.75V6.75C16 6.94891 15.921 7.13968 15.7803 7.28033L12.5303 10.5303C12.2374 10.8232 11.7626 10.8232 11.4697 10.5303L8.21967 7.28033C8.07902 7.13968 8 6.94891 8 6.75V2.75Z\" fill=\"currentColor\"/><path d=\"M21.25 8C21.6642 8 22 8.33579 22 8.75V15.25C22 15.6642 21.6642 16 21.25 16H17.25C17.0511 16 16.8603 15.921 16.7197 15.7803L13.4697 12.5303C13.1768 12.2374 13.1768 11.7626 13.4697 11.4697L16.7197 8.21967C16.8603 8.07902 17.0511 8 17.25 8H21.25Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 21.25C8 21.6642 8.33579 22 8.75 22H15.25C15.6642 22 16 21.6642 16 21.25V17.25C16 17.0511 15.921 16.8603 15.7803 16.7197L12.5303 13.4697C12.2374 13.1768 11.7626 13.1768 11.4697 13.4697L8.21967 16.7197C8.07902 16.8603 8 17.0511 8 17.25V21.25ZM14.5 17.5607V20.5H9.5V17.5607L12 15.0607L14.5 17.5607Z\" fill=\"currentColor\"/><path d=\"M2 15.25C2 15.6642 2.33579 16 2.75 16H6.75C6.94891 16 7.13968 15.921 7.28033 15.7803L10.5303 12.5303C10.8232 12.2374 10.8232 11.7626 10.5303 11.4697L7.28033 8.21967C7.13968 8.07902 6.94891 8 6.75 8H2.75C2.33579 8 2 8.33579 2 8.75V15.25Z\" 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,gBAAouC,EAApuC,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,EAAE,8OAA8O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sPAAsP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6SAA6S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,CAAI,GAG9tC",
  "debugId": "95D37A8EDF3F5ABE64756E2164756E21",
  "names": []
}