{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSteakSteamLines/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 IconSteakSteamLines: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconSteakSteamLines\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.4019 2.18647L13.1865 0.598145L12.3923 1.20585C11.7045 1.73215 11.2846 2.3538 11.2462 3.09586C11.2141 3.71599 11.4757 4.25212 11.6156 4.53885C11.6789 4.66882 11.7425 4.79922 11.7946 4.93419C11.4737 5.22866 11.0134 5.40835 10.6377 5.62022L11.6202 7.36228L12.4912 6.87104C13.1826 6.48114 13.7269 5.94425 13.8038 5.16717C13.8627 4.57153 13.5945 4.02952 13.4638 3.76559C13.4535 3.74461 13.4439 3.72538 13.4355 3.70803C13.2623 3.35074 13.2407 3.25387 13.2435 3.19935C13.2436 3.19564 13.2438 3.17486 13.2746 3.12529C13.5182 2.73321 14.0438 2.46047 14.4019 2.18647Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.36508 3.36956L8.36955 1.63494L7.50224 2.1327C6.86309 2.49952 6.30055 3.0199 6.24722 3.79178C6.20781 4.36218 6.49359 4.84074 6.64022 5.06625L6.61043 5.07901L5.68944 5.46858L6.46857 7.31058L7.38957 6.92101C7.98861 6.66763 8.69303 6.24337 8.80005 5.43234C8.84965 5.05643 8.74231 4.74238 8.64961 4.54054C8.56698 4.36062 8.45741 4.19165 8.39034 4.08823L8.37553 4.06537C8.35438 4.03264 8.33633 4.0039 8.32095 3.97883C8.648 3.74744 9.01813 3.56868 9.36508 3.36956Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.8651 5.36956C18.5181 5.56868 18.148 5.74745 17.8209 5.97883C17.9346 6.16404 18.0585 6.34217 18.1496 6.54054C18.2423 6.74238 18.3496 7.05643 18.3 7.43234C18.193 8.24337 17.4886 8.66763 16.8896 8.92101L15.9686 9.31058L15.1894 7.46858L16.1402 7.06625C15.9936 6.84074 15.7078 6.36218 15.7472 5.79178C15.8006 5.0199 16.3631 4.49952 17.0022 4.1327L17.8696 3.63494L18.8651 5.36956Z\" fill=\"currentColor\"/><Path d=\"M8.61202 8.01259C6.00304 7.82543 3.58403 9.52451 2.5373 12.2037C1.87179 13.9072 1.82311 15.841 2.39911 17.5833C3.09298 19.6823 4.18206 21.1072 5.56232 21.9669C7.12717 20.0753 8.09008 18.425 8.58648 16.4766C9.1214 14.377 9.13918 11.8355 8.62912 8.13662L8.61202 8.01259Z\" fill=\"currentColor\"/><Path d=\"M7.48665 22.7686C9.24259 23.1993 11.1603 22.9772 12.9788 22.5239C14.6869 22.098 16.9556 21.3754 18.7799 20.1878C16.0637 17.6655 12.4618 17.8236 10.1799 18.2409L10.1287 18.2502C9.54014 19.857 8.65574 21.2931 7.48665 22.7686Z\" fill=\"currentColor\"/><Path d=\"M21.9181 14.1072C22.2589 16.1248 21.513 17.711 20.3452 18.9171C17.2703 15.8916 13.2982 15.7977 10.7102 16.1341C11.1073 14.0467 11.0838 11.6666 10.7162 8.67384C10.7415 8.68875 10.7665 8.70358 10.7909 8.71828L13.0063 10.0489C13.3141 10.2338 13.5574 10.3479 13.782 10.3965C14.3776 10.5255 15.0108 10.5171 15.7234 10.4713C15.8542 10.4629 15.991 10.4528 16.1318 10.4425C16.7065 10.4002 17.3505 10.3528 17.9462 10.3924C18.7281 10.4444 19.561 10.6477 20.2967 11.2585C21.0223 11.8609 21.5403 12.7658 21.8934 13.9983L21.9088 14.0521L21.9181 14.1072Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconSteakSteamLines;\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,EAAwE,EAAM,KAAK,CAAC,IAAU,CACzG,OAAO,gBAA2wF,EAA3wF,IAAqB,EAAO,OAAO,uDAAsD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ojBAAojB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+cAA+c,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6XAA6X,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+QAA+Q,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kOAAkO,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+hBAA+hB,KAAK,eAAc,CAAI,EACnxF,EAEc",
  "debugId": "DBA202732A805E0564756E2164756E21",
  "names": []
}