{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArCube3/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 IconArCube3: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconArCube3\"><Path d=\"M9.85352 3.64512L12.0004 2.4375L14.1473 3.64512\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M5.81192 5.91827L3.5 7.21873V9.6818\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M3.5 14.3182V16.7812L5.81191 18.0817\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M9.85352 20.3549L12.0004 21.5625L14.1473 20.3549\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M18.1885 18.0817L20.5004 16.7812V14.3182\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M20.5004 9.6818V7.21873L18.1885 5.91827\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M12 14.5V12M12 12L9.83496 10.7501M12 12L14.1651 10.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M3.9873 7.5L6.96427 9.21875\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M6.96427 14.7812L3.9873 16.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M12 17.5V21\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M17.0361 14.7812L20.0131 16.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M20.0131 7.5L17.0361 9.21875\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M12 3V6.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n});\n\nexport default IconArCube3;\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,EAAgE,EAAM,KAAK,CAAC,IAAU,CACjG,OAAO,gBAAwuC,EAAxuC,IAAqB,EAAO,OAAO,iDAAgD,gBAAC,EAAD,CAAM,EAAE,kDAAkD,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,sCAAsC,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,uCAAuC,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,mDAAmD,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,2CAA2C,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,0CAA0C,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,wDAAwD,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,8BAA8B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,+BAA+B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,gCAAgC,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,+BAA+B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,YAAY,OAAO,eAAe,cAAc,SAAQ,CAAI,EAChvC,EAEc",
  "debugId": "1125EC1B6C0B79F464756E2164756E21",
  "names": []
}