{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVibeCodingBird/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, Rect } from \"react-native-svg\";\n\nexport const IconVibeCodingBird: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconVibeCodingBird\"><Path d=\"M1.5 20.5C1.5 15.2074 5.51959 12.916 9 13.6259\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M6.5 20.4996H10.5M10.5 20.4996H20.5L22.5 12.5H12.5L10.5 20.4996Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M17.1211 4.82617C17.6862 5.4743 18.074 6.151 18.3162 6.94046C19.0722 6.52325 19.8517 6.16228 20.7065 5.98903\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M7.79824 10.9857C5.47865 10.9857 3.59824 9.09252 3.59824 6.75714C3.59813 5.17143 4.12325 3.05714 6.22325 3.05714C7.44546 3.05714 9.37313 2 9.37313 2C10.0364 3.0404 11.05 3.3313 11.9982 2.52857C13.2354 3.77414 12.9211 4.9897 11.9982 6.22857V6.75714C11.9982 9.09252 10.1178 10.9857 7.79824 10.9857Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Rect width=\"3\" height=\"2.5\" transform=\"matrix(-1 0 0 1 8 6)\" fill=\"currentColor\"/><Rect width=\"3\" height=\"2.5\" transform=\"matrix(-1 0 0 1 12 6)\" fill=\"currentColor\"/><Path d=\"M9.375 6.5H4\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconVibeCodingBird;\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,UAAM,yBAER,IAAM,EAAuE,EAAM,KAAK,CAAC,IAAU,CACxG,OAAO,gBAA0lC,EAA1lC,IAAqB,EAAO,OAAO,wDAAuD,gBAAC,EAAD,CAAM,EAAE,iDAAiD,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,mEAAmE,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,+GAA+G,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,2SAA2S,OAAO,eAAe,cAAc,QAAO,EAAE,gBAAC,EAAD,CAAM,MAAM,IAAI,OAAO,MAAM,UAAU,uBAAuB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,MAAM,IAAI,OAAO,MAAM,UAAU,wBAAwB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAClmC,EAEc",
  "debugId": "80F465322FE4BC2864756E2164756E21",
  "names": []
}