{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCooking/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 IconCooking: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconCooking\"><Path d=\"M15 18C16.5802 18 22.0155 17.7928 22 15.507C21.9903 14.0928 19.1336 13.5 16.5 13.5M20.3333 20.5144C16.4444 22.1838 1.99977 22.133 2 17.1762C2.00008 15.507 3.89317 14.5286 6 14\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M11.9496 8.89467C11.878 9.16137 12.0362 9.43561 12.3029 9.50718C12.5696 9.57876 12.8438 9.42058 12.9154 9.15388L11.9496 8.89467ZM8.25979 12.6854L8.7427 12.815L8.25979 12.6854ZM14.2125 14.2778L14.6954 14.4074L14.2125 14.2778ZM12.9154 9.15388L15.0421 1.2297L14.0763 0.970494L11.9496 8.89467L12.9154 9.15388ZM8.7427 12.815C8.97171 11.9617 9.511 11.1491 10.173 10.6061C10.8405 10.0587 11.5591 9.83904 12.1703 10.0025L12.4287 9.03651C11.3961 8.76027 10.3518 9.16623 9.53885 9.83294C8.72041 10.5042 8.06173 11.4944 7.77687 12.5558L8.7427 12.815ZM12.1703 10.0025C12.7813 10.166 13.2934 10.7147 13.5972 11.5217C13.8985 12.3222 13.9586 13.2949 13.7296 14.1482L14.6954 14.4074C14.9803 13.3461 14.9058 12.1595 14.5331 11.1694C14.1628 10.1859 13.4615 9.31279 12.4287 9.03651L12.1703 10.0025ZM13.7296 14.1482C13.5006 15.0016 12.9613 15.8141 12.2993 16.3571C11.6317 16.9046 10.9132 17.1242 10.302 16.9607L10.0436 17.9267C11.0762 18.203 12.1205 17.797 12.9334 17.1303C13.7519 16.459 14.4106 15.4688 14.6954 14.4074L13.7296 14.1482ZM10.302 16.9607C9.69099 16.7972 9.17893 16.2486 8.87512 15.4415C8.57381 14.6411 8.51369 13.6683 8.7427 12.815L7.77687 12.5558C7.49202 13.6172 7.56652 14.8037 7.93923 15.7938C8.30945 16.7773 9.01082 17.6504 10.0436 17.9267L10.302 16.9607Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconCooking;\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,gBAAkkD,EAAlkD,IAAqB,EAAO,OAAO,iDAAgD,gBAAC,EAAD,CAAM,EAAE,kLAAkL,OAAO,eAAe,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,wuCAAwuC,KAAK,eAAc,CAAI,EAC1kD,EAEc",
  "debugId": "60BC7B7BE9FE2B7F64756E2164756E21",
  "names": []
}