{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGamepadControlsLeft/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 IconGamepadControlsLeft: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"gamepad-controls-left, joystick\"><path d=\"M13.5 3H10.5C9.67157 3 9 3.67157 9 4.5V6.12868C9 6.5265 9.15804 6.90804 9.43934 7.18934L11.2929 9.04289C11.6834 9.43342 12.3166 9.43342 12.7071 9.04289L14.5607 7.18934C14.842 6.90804 15 6.5265 15 6.12868V4.5C15 3.67157 14.3284 3 13.5 3Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><path d=\"M21 13.5V10.5C21 9.67157 20.3284 9 19.5 9H17.8713C17.4735 9 17.092 9.15804 16.8107 9.43934L14.9571 11.2929C14.5666 11.6834 14.5666 12.3166 14.9571 12.7071L16.8107 14.5607C17.092 14.842 17.4735 15 17.8713 15H19.5C20.3284 15 21 14.3284 21 13.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><path d=\"M10.5 21H13.5C14.3284 21 15 20.3284 15 19.5V17.8713C15 17.4735 14.842 17.092 14.5607 16.8107L12.7071 14.9571C12.3166 14.5666 11.6834 14.5666 11.2929 14.9571L9.43934 16.8107C9.15804 17.092 9 17.4735 9 17.8713V19.5C9 20.3284 9.67157 21 10.5 21Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><path d=\"M3 10.5L3 13.5C3 14.3284 3.67157 15 4.5 15L6.12868 15C6.5265 15 6.90804 14.842 7.18934 14.5607L9.04289 12.7071C9.43342 12.3166 9.43342 11.6834 9.04289 11.2929L7.18934 9.43934C6.90804 9.15804 6.5265 9 6.12868 9L4.5 9C3.67157 9 3 9.67157 3 10.5Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconGamepadControlsLeft;\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,gBAAi6C,EAAj6C,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,EAAE,+OAA+O,OAAO,eAAe,YAAY,IAAI,cAAc,SAAS,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,qPAAqP,OAAO,eAAe,YAAY,IAAI,cAAc,SAAS,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,qPAAqP,OAAO,eAAe,YAAY,IAAI,cAAc,SAAS,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,sPAAsP,KAAK,eAAe,OAAO,eAAe,YAAY,IAAI,cAAc,SAAS,eAAe,QAAO,CAAI,GAG35C",
  "debugId": "1C4E65E5C1B6347664756E2164756E21",
  "names": []
}