{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGamepadControlsRoundDown/index.tsx"],
  "sourcesContent": [
    "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n  children,\n  size = 24,\n  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\n  return (\n    <Svg\n      {...props}\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    >\n      {masked ? (\n        <>\n          <Mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <G color=\"#fff\">{children}</G>\n          </Mask>\n          <Rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </Svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGamepadControlsRoundDown: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconGamepadControlsRoundDown\"><Path d=\"M18.25 8.75C16.4551 8.75 15 10.2051 15 12C15 13.7949 16.4551 15.25 18.25 15.25C20.0449 15.25 21.5 13.7949 21.5 12C21.5 10.2051 20.0449 8.75 18.25 8.75Z\" stroke=\"currentColor\" strokeWidth=\"1.08333\" strokeLinecap=\"square\"/><Path d=\"M12 2.5C10.2051 2.5 8.75 3.95507 8.75 5.75C8.75 7.54493 10.2051 9 12 9C13.7949 9 15.25 7.54493 15.25 5.75C15.25 3.95507 13.7949 2.5 12 2.5Z\" stroke=\"currentColor\" strokeWidth=\"1.08333\" strokeLinecap=\"square\"/><Path d=\"M5.75 8.75C3.95507 8.75 2.5 10.2051 2.5 12C2.5 13.7949 3.95507 15.25 5.75 15.25C7.54493 15.25 9 13.7949 9 12C9 10.2051 7.54493 8.75 5.75 8.75Z\" stroke=\"currentColor\" strokeWidth=\"1.08333\" strokeLinecap=\"square\"/><Path d=\"M12 15C10.2051 15 8.75 16.4551 8.75 18.25C8.75 20.0449 10.2051 21.5 12 21.5C13.7949 21.5 15.25 20.0449 15.25 18.25C15.25 16.4551 13.7949 15 12 15Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"1.08333\" strokeLinecap=\"square\"/><Path d=\"M18.25 8.75C16.4551 8.75 15 10.2051 15 12C15 13.7949 16.4551 15.25 18.25 15.25C20.0449 15.25 21.5 13.7949 21.5 12C21.5 10.2051 20.0449 8.75 18.25 8.75Z\" stroke=\"currentColor\" strokeWidth=\"1.08333\" strokeLinecap=\"square\"/><Path d=\"M12 2.5C10.2051 2.5 8.75 3.95507 8.75 5.75C8.75 7.54493 10.2051 9 12 9C13.7949 9 15.25 7.54493 15.25 5.75C15.25 3.95507 13.7949 2.5 12 2.5Z\" stroke=\"currentColor\" strokeWidth=\"1.08333\" strokeLinecap=\"square\"/><Path d=\"M5.75 8.75C3.95507 8.75 2.5 10.2051 2.5 12C2.5 13.7949 3.95507 15.25 5.75 15.25C7.54493 15.25 9 13.7949 9 12C9 10.2051 7.54493 8.75 5.75 8.75Z\" stroke=\"currentColor\" strokeWidth=\"1.08333\" strokeLinecap=\"square\"/><Path d=\"M12 15C10.2051 15 8.75 16.4551 8.75 18.25C8.75 20.0449 10.2051 21.5 12 21.5C13.7949 21.5 15.25 20.0449 15.25 18.25C15.25 16.4551 13.7949 15 12 15Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"1.08333\" strokeLinecap=\"square\"/></CentralIconBase>;\n});\n\nexport default IconGamepadControlsRoundDown;\n"
  ],
  "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAiF,EAAM,KAAK,CAAC,IAAU,CAClH,OAAO,gBAA04D,EAA14D,IAAqB,EAAO,OAAO,kEAAiE,gBAAC,EAAD,CAAM,EAAE,0JAA0J,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,8IAA8I,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,iJAAiJ,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAe,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,0JAA0J,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,8IAA8I,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,iJAAiJ,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAe,OAAO,eAAe,YAAY,UAAU,cAAc,SAAQ,CAAI,EACl5D,EAEc",
  "debugId": "9768B1EBF0786D7C64756E2164756E21",
  "names": []
}