{
  "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-filled-radius-0-stroke-2-IconSurfing\"><Path d=\"M4.33876 18.7178C2.17039 9.63606 10.9578 14.1625 15.0097 19.124C15.0064 19.124 15.0031 19.125 14.9999 19.125C14.3215 19.125 13.8233 18.8917 13.5907 18.6592L11.9999 17.0684L10.4091 18.6592C10.1765 18.8917 9.67826 19.125 8.99989 19.125C8.32152 19.125 7.82326 18.8917 7.59071 18.6592L5.99989 17.0684L4.40907 18.6592C4.38867 18.6796 4.36475 18.6984 4.33876 18.7178Z\" fill=\"currentColor\"/><Path d=\"M7.07899 8.18457C9.28473 7.00756 12.1289 6.0134 14.4999 7.00586C15.6531 7.48863 16.0058 8.24776 16.9999 9.00586C17.7487 9.57681 18.9154 10.1362 19.7958 10.5176C20.4413 10.7974 20.7574 11.5505 20.4716 12.1934C20.2075 12.7869 19.5234 13.0692 18.9179 12.834L15.4999 11.5059L14.4999 13.5059L16.8085 15.8145C17.2447 16.2508 17.4553 16.8643 17.3788 17.4766L17.3475 17.7197L16.4882 18.5791C15.5659 17.3748 14.3986 16.2063 13.1688 15.21C12.0206 14.2798 10.7546 13.4461 9.51063 12.8623C9.53973 12.569 9.63258 12.2844 9.78504 12.0303L10.9999 10.0059C10.9883 10.0051 10.0788 9.94597 9.49989 10.0059C9.09809 10.0474 8.63807 10.169 8.20106 10.3135C7.39698 10.5792 6.50011 10.0148 6.49989 9.16797C6.4999 8.75852 6.71778 8.37737 7.07899 8.18457Z\" fill=\"currentColor\"/><Path d=\"M15.2499 2C16.4925 2 17.4999 3.00736 17.4999 4.25C17.4999 5.49264 16.4925 6.5 15.2499 6.5C14.0073 6.49994 12.9999 5.4926 12.9999 4.25C12.9999 3.0074 14.0073 2.00006 15.2499 2Z\" fill=\"currentColor\"/><Path d=\"M18.6367 19.3633C19.2813 20.0079 19.7464 20.202 20.1592 20.2764C20.3878 20.3175 20.6339 20.3276 20.9404 20.3232C21.1999 20.3195 21.6381 20.2998 22 20.2998V22.0996C21.6119 22.0996 21.3626 22.1174 20.9658 22.123C20.6162 22.128 20.2371 22.1192 19.8408 22.0479C19.2045 21.9333 18.5994 21.6704 17.9697 21.1758C17.0939 21.7555 16.0254 22.0254 15 22.0254C13.963 22.0254 12.8812 21.7506 12 21.1572C11.1188 21.7506 10.037 22.0254 9 22.0254C7.97429 22.0254 6.9052 21.7558 6.0293 21.1758C5.39988 21.6701 4.79528 21.9334 4.15918 22.0479C3.76292 22.1192 3.38378 22.128 3.03418 22.123C2.63737 22.1174 2.38805 22.0996 2 22.0996V20.2998C2.36187 20.2998 2.80011 20.3195 3.05957 20.3232C3.36613 20.3276 3.6122 20.3175 3.84082 20.2764C4.25356 20.202 4.71865 20.0079 5.36328 19.3633L6 18.7275L6.63672 19.3633C7.17974 19.9063 8.05363 20.2246 9 20.2246C9.94637 20.2246 10.8203 19.9063 11.3633 19.3633L12 18.7275L12.6367 19.3633C13.1797 19.9063 14.0536 20.2246 15 20.2246C15.9464 20.2246 16.8203 19.9063 17.3633 19.3633L18 18.7275L18.6367 19.3633Z\" fill=\"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,gBAAq8E,EAAr8E,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,EAAE,4WAA4W,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,6tBAA6tB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kLAAkL,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,mgCAAmgC,KAAK,eAAc,CAAI,EAC78E,EAEc",
  "debugId": "FD8F63E902D1242264756E2164756E21",
  "names": []
}