{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSurfing/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\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      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSurfing: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"surfing, wave, vibe\"><path d=\"M4.33752 18.7168C2.18481 9.6986 10.8357 14.1017 14.9235 19.0225C14.5229 19.0152 14.1691 18.9524 13.9166 18.8633C13.7871 18.8176 13.719 18.7791 13.692 18.7617C13.2977 18.2224 12.6703 17.9004 11.9987 17.9004C11.3268 17.9004 10.6986 18.2222 10.3043 18.7617C10.2769 18.7793 10.2092 18.8179 10.0807 18.8633C9.81249 18.9579 9.43005 19.0254 8.99865 19.0254C8.56726 19.0254 8.18482 18.9579 7.91662 18.8633C7.78705 18.8176 7.71903 18.7791 7.69201 18.7617C7.29774 18.2224 6.6703 17.9004 5.99865 17.9004C5.34555 17.9004 4.73338 18.2042 4.33752 18.7168Z\" fill=\"currentColor\"/><path d=\"M7.07775 8.18457C9.28351 7.00756 12.1276 6.01334 14.4987 7.00586C15.6519 7.48865 16.0045 8.24775 16.9987 9.00586C17.7474 9.57682 18.9142 10.1362 19.7945 10.5176C20.44 10.7974 20.7561 11.5505 20.4703 12.1934C20.2063 12.7869 19.5222 13.0692 18.9166 12.834L15.4987 11.5059L14.4987 13.5059L16.8072 15.8145C17.2434 16.2508 17.4541 16.8643 17.3776 17.4766L17.3092 18.0176C16.9922 18.1281 16.7038 18.3128 16.4713 18.5596C15.5514 17.3622 14.3906 16.2008 13.1676 15.21C12.0193 14.2798 10.7534 13.4461 9.50939 12.8623C9.53849 12.569 9.63133 12.2844 9.78381 12.0303L10.9987 10.0059C10.9987 10.0059 10.0813 9.9456 9.49865 10.0059C9.09685 10.0474 8.63685 10.169 8.19982 10.3135C7.39572 10.5793 6.49887 10.0148 6.49865 9.16797C6.49866 8.7585 6.7165 8.37735 7.07775 8.18457Z\" fill=\"currentColor\"/><path d=\"M15.2487 2C16.4913 2.00004 17.4987 3.00738 17.4987 4.25C17.4987 5.49262 16.4913 6.49996 15.2487 6.5C14.006 6.5 12.9987 5.49264 12.9987 4.25C12.9987 3.00736 14.006 2 15.2487 2Z\" fill=\"currentColor\"/><path d=\"M2.97618 20.3682L2.97911 20.3691C2.9858 20.3711 2.999 20.3752 3.01818 20.3799C3.05684 20.3894 3.11831 20.4023 3.19689 20.4141C3.35646 20.4379 3.57325 20.4533 3.80822 20.4229C4.24906 20.3657 4.78197 20.1518 5.16466 19.4072L5.21935 19.3184C5.35848 19.1208 5.58578 19.0001 5.83165 19C6.1127 19 6.37014 19.1573 6.49865 19.4072L6.56798 19.5244C6.94504 20.1005 7.83203 20.5 8.91564 20.5C10.0713 20.4999 11.0035 20.0458 11.3317 19.4072L11.3854 19.3184C11.5245 19.1205 11.7525 19 11.9986 19C12.2797 19 12.5372 19.1572 12.6656 19.4072C12.9938 20.0458 13.926 20.4999 15.0817 20.5C16.2375 20.5 17.1705 20.0458 17.4986 19.4072L17.5524 19.3184C17.6915 19.1206 17.9196 19 18.1656 19C18.4466 19.0001 18.7042 19.1573 18.8326 19.4072C19.2153 20.1518 19.7482 20.3657 20.1891 20.4229C20.424 20.4533 20.6408 20.4379 20.8004 20.4141C20.879 20.4023 20.9405 20.3894 20.9791 20.3799C20.9983 20.3752 21.0115 20.3711 21.0182 20.3691L21.0201 20.3682C21.4132 20.2425 21.835 20.4587 21.9625 20.8516C22.0977 21.2683 21.8371 21.6953 21.4322 21.8115C21.4083 21.8184 21.3764 21.8264 21.3375 21.8359C21.2598 21.8551 21.1522 21.879 21.0221 21.8984C20.7642 21.937 20.4028 21.963 19.9957 21.9102C19.3929 21.8319 18.7069 21.5776 18.1285 20.9814C17.3075 21.6965 16.1332 22 15.0817 22C14.0144 21.9999 12.821 21.6875 11.9986 20.9492C11.1763 21.6875 9.98285 21.9999 8.91564 22C7.86386 22 6.68883 21.6969 5.86779 20.9814C5.28948 21.5772 4.60427 21.8319 4.00157 21.9102C3.59446 21.963 3.2331 21.937 2.97521 21.8984C2.84508 21.879 2.73753 21.8551 2.65978 21.8359C2.22528 21.729 1.87694 21.3382 2.03478 20.8516C2.16222 20.459 2.58339 20.2431 2.97618 20.3682Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSurfing;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA6sG,EAA7sG,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,giBAAgiB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0vBAA0vB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kLAAkL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+kDAA+kD,KAAK,eAAc,CAAI,GAGvsG",
  "debugId": "7A4E337E8956629F64756E2164756E21",
  "names": []
}