{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSurfing/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 IconSurfing: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconSurfing\"><Path d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\" stroke=\"currentColor\"/><Path d=\"M14.5 7.0063L14.6931 6.54508V6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389V9.40389L17 9.0063ZM19.7956 10.518L19.9943 10.0592V10.0592L19.7956 10.518ZM18.9184 12.8342L18.7374 13.3003V13.3003L18.9184 12.8342ZM15.5 11.5063L15.6811 11.0402C15.4404 10.9468 15.1682 11.0518 15.0528 11.2827L15.5 11.5063ZM14.5 13.5063L14.0528 13.2827C13.9565 13.4752 13.9943 13.7077 14.1464 13.8598L14.5 13.5063ZM16.8082 15.8145L17.1617 15.4609V15.4609L16.8082 15.8145ZM8.20117 10.3138L8.04419 9.83905H8.04419L8.20117 10.3138ZM9.5 10.0063L9.44855 9.50895H9.44855L9.5 10.0063ZM11 10.0063L11.4287 10.2635C11.5184 10.1141 11.5238 9.92875 11.4429 9.77435C11.3621 9.61996 11.2067 9.5188 11.0328 9.50737L11 10.0063ZM9.78501 12.0313L9.35627 11.774L9.35627 11.774L9.78501 12.0313ZM17.3785 17.4771L17.8746 17.5392V17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679H7.31409L7.07869 8.18567ZM20.4716 12.1942L20.9285 12.3975V12.3975L20.4716 12.1942ZM14.5 7.0063L14.3069 7.46752C14.8044 7.67577 15.1294 7.94065 15.462 8.26243C15.7887 8.57835 16.1686 9.0011 16.6968 9.40389L17 9.0063L17.3032 8.6087C16.8372 8.25335 16.5438 7.91749 16.1573 7.54365C15.7768 7.17566 15.3489 6.8196 14.6931 6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389C17.4985 10.0152 18.715 10.5949 19.5968 10.9769L19.7956 10.518L19.9943 10.0592C19.1153 9.67849 17.999 9.13934 17.3032 8.6087L17 9.0063ZM18.9184 12.8342L19.0995 12.3682L15.6811 11.0402L15.5 11.5063L15.3189 11.9724L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.0528 11.2827L14.0528 13.2827L14.5 13.5063L14.9472 13.7299L15.9472 11.7299L15.5 11.5063ZM14.5 13.5063L14.1464 13.8598L16.4546 16.168L16.8082 15.8145L17.1617 15.4609L14.8536 13.1527L14.5 13.5063ZM8.20117 10.3138L8.35815 10.7885C8.78102 10.6486 9.20175 10.5398 9.55145 10.5036L9.5 10.0063L9.44855 9.50895C8.9946 9.55591 8.49542 9.68983 8.04419 9.83905L8.20117 10.3138ZM9.5 10.0063L9.55145 10.5036C9.80934 10.477 10.1578 10.4761 10.456 10.4835C10.6021 10.4872 10.7308 10.4927 10.8228 10.4972C10.8688 10.4995 10.9054 10.5015 10.9303 10.503C10.9428 10.5037 10.9523 10.5043 10.9585 10.5047C10.9616 10.5049 10.964 10.505 10.9654 10.5051C10.9662 10.5052 10.9667 10.5052 10.967 10.5052C10.9671 10.5052 10.9672 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9672 10.5052 10.9672 10.5052 11 10.0063C11.0328 9.50737 11.0328 9.50737 11.0327 9.50737C11.0327 9.50737 11.0327 9.50736 11.0326 9.50736C11.0326 9.50736 11.0325 9.50735 11.0324 9.50735C11.0322 9.50733 11.032 9.50732 11.0317 9.5073C11.0311 9.50726 11.0303 9.50721 11.0293 9.50715C11.0272 9.50701 11.0243 9.50683 11.0206 9.5066C11.0131 9.50613 11.0024 9.50548 10.9886 9.50467C10.961 9.50307 10.9215 9.50087 10.8723 9.49843C10.7741 9.49357 10.637 9.48774 10.481 9.48385C10.1749 9.47622 9.77334 9.47535 9.44855 9.50895L9.5 10.0063ZM9.5 13.0603H9V14.5005H9.5H10V13.0603H9.5ZM11 10.0063L10.5713 9.74905L9.35627 11.774L9.78501 12.0313L10.2138 12.2885L11.4287 10.2635L11 10.0063ZM17.3785 17.4771L16.8823 17.415L16.5039 20.4384L17 20.5005L17.4961 20.5626L17.8746 17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679C8.39373 8.05064 9.61025 7.53001 10.8309 7.27147C12.0515 7.01296 13.2446 7.02283 14.3069 7.46752L14.5 7.0063L14.6931 6.54508C13.3841 5.99715 11.9696 6.00813 10.6237 6.29318C9.27801 6.5782 7.96949 7.14356 6.84329 7.74456L7.07869 8.18567ZM16.8082 15.8145L16.4546 16.168C16.782 16.4954 16.9399 16.9556 16.8823 17.415L17.3785 17.4771L17.8746 17.5392C17.9704 16.7736 17.7074 16.0065 17.1617 15.4609L16.8082 15.8145ZM20.4716 12.1942L20.0148 11.991C19.8592 12.3408 19.4563 12.5068 19.0995 12.3682L18.9184 12.8342L18.7374 13.3003C19.5916 13.6322 20.556 13.2348 20.9285 12.3975L20.4716 12.1942ZM6.5 9.16828H6C6 10.405 7.27829 11.1456 8.35815 10.7885L8.20117 10.3138L8.04419 9.83905C7.5156 10.0138 7 9.62566 7 9.16828H6.5ZM19.7956 10.518L19.5968 10.9769C20.0015 11.1521 20.1817 11.6158 20.0148 11.991L20.4716 12.1942L20.9285 12.3975C21.3336 11.4866 20.8812 10.4434 19.9943 10.0592L19.7956 10.518ZM9.5 13.0603H10C10 12.7884 10.0739 12.5216 10.2138 12.2885L9.78501 12.0313L9.35627 11.774C9.12315 12.1626 9 12.6072 9 13.0603H9.5ZM6.5 9.16828H7C7 8.93428 7.12361 8.72845 7.31409 8.62679L7.07869 8.18567L6.84329 7.74456C6.31125 8.02848 6 8.58332 6 9.16828H6.5Z\" fill=\"currentColor\"/><Path d=\"M2 21.5C2 21.5 4.5 22 6 20.5C7.5 22 10.5 22 12 20.5C13.5 22 16.5 22 18 20.5C19.5 22 22 21.5 22 21.5\" stroke=\"currentColor\"/><Path d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\" stroke=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconSurfing;\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,gBAAypJ,EAAzpJ,IAAqB,EAAO,OAAO,iDAAgD,gBAAC,EAAD,CAAM,EAAE,8IAA8I,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kpIAAkpI,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,sGAAsG,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oEAAoE,OAAO,eAAc,CAAI,EACjqJ,EAEc",
  "debugId": "33B98C34CDE4A14464756E2164756E21",
  "names": []
}