{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMinimax/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 IconMinimax: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconMinimax\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.7432 3.24994C16.7548 3.24994 17.5746 4.06106 17.5746 5.06119V15.9996C17.5816 16.1672 17.6534 16.3255 17.7749 16.4412C17.8963 16.5569 18.0579 16.621 18.2256 16.6199C18.3932 16.6208 18.5546 16.5566 18.6758 16.4409C18.7971 16.3252 18.8687 16.167 18.8757 15.9996V9.46156C18.877 9.22485 18.9249 8.99071 19.0166 8.77251C19.1084 8.5543 19.2422 8.3563 19.4105 8.18981C19.5788 8.02333 19.7782 7.89162 19.9974 7.80221C20.2165 7.71279 20.4512 7.66742 20.6879 7.66869C20.9247 7.66742 21.1594 7.71282 21.3786 7.80229C21.5978 7.89176 21.7973 8.02355 21.9656 8.19012C22.1339 8.3567 22.2677 8.5548 22.3594 8.77311C22.4511 8.99142 22.4989 9.22566 22.5 9.46244V15.2033C22.4991 15.3538 22.4385 15.4977 22.3315 15.6035C22.2245 15.7093 22.08 15.7684 21.9295 15.7677C21.8549 15.7681 21.781 15.7539 21.7119 15.7258C21.6428 15.6977 21.58 15.6562 21.5269 15.6038C21.4739 15.5514 21.4317 15.4891 21.4027 15.4204C21.3737 15.3516 21.3586 15.2779 21.3581 15.2033V9.46244C21.3577 9.37488 21.34 9.28827 21.306 9.20755C21.2721 9.12683 21.2226 9.05359 21.1604 8.992C21.0981 8.93041 21.0244 8.88168 20.9433 8.8486C20.8622 8.81552 20.7754 8.79873 20.6879 8.79919C20.6003 8.79873 20.5135 8.81552 20.4325 8.8486C20.3514 8.88168 20.2776 8.93041 20.2154 8.992C20.1531 9.05359 20.1036 9.12683 20.0697 9.20755C20.0358 9.28827 20.0181 9.37488 20.0176 9.46244V16.0004C20.0164 16.2345 19.969 16.466 19.8783 16.6818C19.7875 16.8976 19.6552 17.0933 19.4888 17.258C19.3224 17.4226 19.1252 17.5528 18.9084 17.6412C18.6917 17.7296 18.4597 17.7745 18.2256 17.7732C17.9916 17.7745 17.7595 17.7296 17.5428 17.6412C17.3261 17.5528 17.1289 17.4226 16.9625 17.258C16.7961 17.0933 16.6637 16.8976 16.573 16.6818C16.4822 16.466 16.4349 16.2345 16.4336 16.0004V5.06294C16.4264 4.88521 16.3505 4.71722 16.2219 4.59433C16.0933 4.47144 15.922 4.40324 15.7441 4.40406C15.5662 4.403 15.3949 4.47099 15.2661 4.59371C15.1374 4.71644 15.0612 4.88434 15.0538 5.06206L15.0529 18.9781C15.0501 19.4506 14.8598 19.9027 14.5237 20.235C14.1877 20.5673 13.7334 20.7525 13.2609 20.7499C13.0268 20.7512 12.7948 20.7064 12.5781 20.618C12.3613 20.5295 12.1641 20.3993 11.9977 20.2347C11.8313 20.0701 11.699 19.8743 11.6082 19.6585C11.5175 19.4428 11.4701 19.2113 11.4689 18.9772V17.2849C11.4689 16.9734 11.7244 16.7206 12.0394 16.7206C12.3544 16.7206 12.6099 16.9734 12.6099 17.2849V18.9772C12.6099 19.2073 12.7341 19.4199 12.9354 19.5354C13.1366 19.6501 13.3851 19.6501 13.5864 19.5354C13.6851 19.4795 13.7673 19.3983 13.8245 19.3002C13.8816 19.2022 13.9118 19.0907 13.9119 18.9772V5.06119C13.9119 4.06106 14.7317 3.24994 15.7432 3.24994ZM10.7785 3.24994C11.79 3.24994 12.6099 4.06106 12.6099 5.06119V15.1438C12.6095 15.2183 12.5945 15.2921 12.5656 15.3608C12.5368 15.4295 12.4946 15.4919 12.4416 15.5443C12.3887 15.5967 12.3259 15.6382 12.2568 15.6663C12.1878 15.6944 12.1139 15.7086 12.0394 15.7082C11.9648 15.7086 11.8909 15.6944 11.8219 15.6663C11.7529 15.6382 11.6901 15.5967 11.6371 15.5443C11.5841 15.4919 11.542 15.4295 11.5131 15.3608C11.4843 15.2921 11.4692 15.2183 11.4689 15.1438V5.06119C11.4677 4.87917 11.3944 4.70505 11.2649 4.57708C11.1355 4.44911 10.9605 4.37776 10.7785 4.37869C10.5965 4.37776 10.4215 4.44911 10.2921 4.57708C10.1626 4.70505 10.0893 4.87917 10.0881 5.06119V17.3226C10.0853 17.8003 9.89301 18.2574 9.55339 18.5934C9.21376 18.9295 8.75463 19.1169 8.27688 19.1146C7.79897 19.1171 7.33961 18.9298 6.9998 18.5937C6.65998 18.2577 6.46753 17.8005 6.46475 17.3226V9.46244C6.46429 9.37488 6.44659 9.28827 6.41266 9.20755C6.37873 9.12683 6.32923 9.05359 6.26699 8.992C6.20475 8.93041 6.13099 8.88168 6.04992 8.8486C5.96885 8.81552 5.88206 8.79873 5.7945 8.79919C5.70694 8.79873 5.62015 8.81552 5.53908 8.8486C5.45801 8.88168 5.38425 8.93041 5.32201 8.992C5.25977 9.05359 5.21027 9.12683 5.17634 9.20755C5.14241 9.28827 5.12471 9.37488 5.12425 9.46244V12.7874C5.12299 13.0241 5.07512 13.2583 4.98337 13.4765C4.89162 13.6947 4.75778 13.8927 4.58951 14.0592C4.42124 14.2257 4.22182 14.3574 4.00265 14.4468C3.78347 14.5362 3.54883 14.5816 3.31213 14.5803C3.07542 14.5816 2.84078 14.5362 2.6216 14.4468C2.40243 14.3574 2.20301 14.2257 2.03474 14.0592C1.86647 13.8927 1.73263 13.6947 1.64088 13.4765C1.54913 13.2583 1.50126 13.0241 1.5 12.7874L1.5 11.5817C1.5 11.2693 1.7555 11.0164 2.0705 11.0164C2.3855 11.0164 2.64187 11.2702 2.64187 11.5817V12.7874C2.64187 13.1532 2.942 13.4498 3.31213 13.4498C3.68225 13.4498 3.98237 13.1532 3.98237 12.7874V9.46156C3.98515 8.98381 4.17749 8.52671 4.51711 8.19069C4.85674 7.85467 5.31587 7.66724 5.79362 7.66956C6.27153 7.667 6.73089 7.85434 7.0707 8.19038C7.41052 8.52642 7.60297 8.98366 7.60575 9.46156V17.3226C7.60575 17.6892 7.90587 17.9858 8.27688 17.9858C8.647 17.9858 8.94712 17.6892 8.94712 17.3226V5.06119C8.94712 4.06106 9.767 3.24994 10.7785 3.24994Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconMinimax;\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,gBAAmyJ,EAAnyJ,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6oJAA6oJ,KAAK,eAAc,CAAI,EAC3yJ,EAEc",
  "debugId": "D7BBA1CB40CE92A464756E2164756E21",
  "names": []
}