{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBezierCurve/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 IconBezierCurve: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconBezierCurve\"><Path d=\"M17.5 14.5H22.5V19.5H17.5V14.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M1.5 14.5H6.5V19.5H1.5V14.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M4.5 7C4.5 7.82843 3.82843 8.5 3 8.5C2.17157 8.5 1.5 7.82843 1.5 7C1.5 6.17157 2.17157 5.5 3 5.5C3.82843 5.5 4.5 6.17157 4.5 7Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M3.75025 5.70097C4.46769 6.11518 4.7135 7.03257 4.29929 7.75001C3.88507 8.46745 2.96769 8.71326 2.25025 8.29904C1.53281 7.88483 1.287 6.96745 1.70121 6.25001C2.11543 5.53257 3.03281 5.28675 3.75025 5.70097Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M2.25025 5.70097C2.96769 5.28675 3.88507 5.53257 4.29929 6.25001C4.7135 6.96745 4.46769 7.88483 3.75025 8.29904C3.03281 8.71326 2.11543 8.46745 1.70121 7.75001C1.287 7.03257 1.53281 6.11518 2.25025 5.70097Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M22.5 7C22.5 7.82843 21.8284 8.5 21 8.5C20.1716 8.5 19.5 7.82843 19.5 7C19.5 6.17157 20.1716 5.5 21 5.5C21.8284 5.5 22.5 6.17157 22.5 7Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M21.7503 5.70097C22.4677 6.11518 22.7135 7.03257 22.2993 7.75001C21.8851 8.46745 20.9677 8.71326 20.2503 8.29904C19.5328 7.88483 19.287 6.96745 19.7012 6.25001C20.1154 5.53257 21.0328 5.28675 21.7503 5.70097Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M20.2503 5.70097C20.9677 5.28675 21.8851 5.53257 22.2993 6.25001C22.7135 6.96745 22.4677 7.88483 21.7503 8.29904C21.0328 8.71326 20.1154 8.46745 19.7012 7.75001C19.287 7.03257 19.5328 6.11518 20.2503 5.70097Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M14.5 4.5H9.5V9.5H14.5V4.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M3 7H9.20966C6.23942 8.10552 4.10331 10.925 4.00364 14.2562\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M21.0007 7H14.791C17.7613 8.10552 19.8974 10.925 19.997 14.2562\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M3 6L3.00002 8\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M2 6.42261L4.00003 7.57732\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M2 7.57732L4.00003 6.42261\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M21 6L21 8\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M20 6.42261L22 7.57732\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M20 7.57732L22 6.42261\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n});\n\nexport default IconBezierCurve;\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,EAAoE,EAAM,KAAK,CAAC,IAAU,CACrG,OAAO,gBAA66E,EAA76E,IAAqB,EAAO,OAAO,qDAAoD,gBAAC,EAAD,CAAM,EAAE,kCAAkC,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,+BAA+B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,kIAAkI,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,iNAAiN,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,iNAAiN,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,2IAA2I,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,mNAAmN,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,mNAAmN,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,8BAA8B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,8DAA8D,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,kEAAkE,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,aAAa,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,cAAc,SAAQ,CAAI,EACr7E,EAEc",
  "debugId": "4E151978600E210D64756E2164756E21",
  "names": []
}