[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"header-games":3,"i-heroicons:server-stack-16-solid":65,"article-how-to-increase-max-players-valheim-server-en":70,"game-info-article-valheim":99,"help-game-articles-valheim-en":103,"i-heroicons:chevron-right-20-solid":139,"i-heroicons:user-circle-20-solid":142,"i-heroicons:clock-20-solid":144,"i-heroicons:calendar-days-20-solid":146,"i-heroicons:chevron-down-20-solid":148,"i-heroicons:wrench-screwdriver-20-solid":150,"i-heroicons:arrow-right-20-solid":152},{"promoCode":4,"promoPercentage":5,"total":6,"featured":7},"DOOM25",0.25,44,[8,16,23,29,35,41,46,52,59],{"slug":9,"name":10,"icon":11,"hasIcon":12,"badge":13,"basePrice":14,"link":15},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png",true,"Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":17,"name":18,"icon":19,"hasIcon":12,"badge":20,"basePrice":21,"link":22},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":24,"name":25,"icon":26,"hasIcon":12,"badge":27,"basePrice":21,"link":28},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png","new_update","\u002Fpalworld-server-hosting",{"slug":30,"name":31,"icon":32,"hasIcon":12,"badge":33,"basePrice":21,"link":34},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png",null,"\u002Frust-server-hosting",{"slug":36,"name":37,"icon":38,"hasIcon":12,"badge":33,"basePrice":39,"link":40},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":42,"name":43,"icon":44,"hasIcon":12,"badge":33,"basePrice":21,"link":45},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":47,"name":48,"icon":49,"hasIcon":12,"badge":33,"basePrice":50,"link":51},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png",8,"\u002Fenshrouded-server-hosting",{"slug":53,"name":54,"icon":55,"hasIcon":12,"badge":56,"basePrice":57,"link":58},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"slug":60,"name":61,"icon":62,"hasIcon":12,"badge":27,"basePrice":63,"link":64},"project-zomboid","Project Zomboid","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png",7,"\u002Fproject-zomboid-server-hosting",{"left":66,"top":66,"width":67,"height":67,"rotate":66,"vFlip":68,"hFlip":68,"body":69},0,16,false,"\u003Cpath fill=\"currentColor\" d=\"M5.354 2a2 2 0 0 0-1.857 1.257l-.338.845Q3.565 4 4 4h8q.436 0 .84.102l-.337-.845A2 2 0 0 0 10.646 2z\"\u002F>\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 13a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2m10.75 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9 13.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4 5.5a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4zm8 2.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M9.75 7.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0\" clip-rule=\"evenodd\"\u002F>",{"id":71,"game_slug":36,"slug":72,"category":73,"title":74,"description":75,"content":76,"keywords":33,"author_name":77,"author_role":78,"is_featured":68,"published_at":79,"allSlugs":80,"author":87,"date":79,"lastUpdated":88,"game":89,"dateFormatted":90,"lastUpdatedFormatted":90,"imageDims":91},"eb8621f6-a14e-41e0-a38d-2d2583a2dc9f","how-to-increase-max-players-valheim-server","Configuration","How to Get More Than 10 Players on Your Valheim Server","Valheim caps dedicated servers at 10 players. Raise the limit with MaxPlayerCount, a server-side BepInEx mod your friends never have to install. Full walkthrough.","Valheim's dedicated server stops accepting players at 10. There is no startup flag, no config key and no admin command that changes it, because the limit is baked into the game code. The only way past it is a server-side mod, and the good news is that only the server needs it: nobody joining you has to install anything.\n\nThis guide raises the cap using MaxPlayerCount, a BepInEx plugin that patches the check the server runs when someone connects. On a DoomHosting server the whole job is a loader switch, a one-click install and one number in a text file.\n\n## Why Valheim caps you at 10 players\n\nThe 10-player limit is a constant compiled into the server build. Iron Gate picked it because Valheim's networking sends world state to every connected client, so the bandwidth and CPU cost climbs with each player rather than staying flat.\n\nThat is why the usual suspects do nothing:\n\n- `-public 1` controls whether the server shows in the community browser, not capacity.\n- `-crossplay` changes the network backend (PlayFab instead of Steam), not capacity.\n- There is no `-maxplayers` argument. Valheim's own server manual does not document one.\n\nAnything claiming to change the cap without a mod is changing something else.\n\n## What you need\n\nTwo pieces:\n\n1. **The BepInEx loader.** BepInEx is the mod framework Valheim mods are built on. Your server has to be running it before any plugin loads.\n2. **MaxPlayerCount by Azumatt.** A small plugin whose only job is overriding the player-count check. Its README is explicit: \"Only required to be installed on the server.\"\n\nThat second point is what makes this approach worth choosing. The older route most guides still recommend, ValheimPlus, has to be installed by every single player, and anyone without it is rejected with a version mismatch. MaxPlayerCount patches the server's own check, so your friends connect with a stock, unmodded game.\n\n## Step 1: get your server onto the BepInEx loader\n\nOpen your server in the [DoomHosting control panel](\u002Fgamepanel) and go to the **Mods** tab. At the top are two loader tiles, **Vanilla** and **BepInEx**, with an \"Active\" badge on whichever one your server is running. Below them is the Thunderstore mod browser.\n\n![The Valheim Mods tab in the DoomHosting panel showing the Vanilla and BepInEx loader tiles](https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fvalheim\u002Fvalheim-mods-loader.webp)\n\nIf BepInEx is already active, skip to Step 2.\n\nIf you are on Vanilla, you have two ways to go, and the second is fewer clicks:\n\n- Click the **BepInEx** tile and confirm the switch.\n- Or just search for the mod and click Install. The browser works on a vanilla server too, and an install from there prompts you to switch the loader first. The panel remembers which mod you picked, performs the switch, and offers the install again once the server is back, so it stays one job rather than two.\n\nEither way there is a checkbox to take a backup first, which is worth using. Your world and configs are kept: the switch reinstalls the server files onto the BepInEx build and leaves your saves alone. The reinstall takes a few minutes.\n\n## Step 2: install MaxPlayerCount\n\nIn the Mods tab's Thunderstore browser, search for **MaxPlayerCount** and install the entry by **Azumatt**.\n\n![Searching for MaxPlayerCount in the Thunderstore mod browser on the Valheim Mods tab](https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fvalheim\u002Fvalheim-mods-search-maxplayercount.webp)\n\nThe panel pulls the package straight from Thunderstore into its own folder under `BepInEx\u002Fplugins`, so mods never overwrite each other. Once it finishes, MaxPlayerCount appears in your installed list.\n\n![MaxPlayerCount listed among the installed mods on the Valheim server](https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fvalheim\u002Fvalheim-mods-installed.webp)\n\n## Step 3: start the server once\n\nThis is the step most guides skip, and it is why people go looking for a config file that is not there yet.\n\nBepInEx plugins write their config file the first time they load, not when they are installed. So start the server and let it come fully online. Only then does `BepInEx\u002Fconfig\u002FAzumatt.MaxPlayerCount.cfg` exist.\n\nWorth knowing: the mod ships with a default of 20, so after this first start your server already accepts 20 players. If 20 is the number you wanted, you are finished. Continue only if you want a different limit.\n\n## Step 4: set your player limit\n\nOpen the **Files** tab, browse to `BepInEx\u002Fconfig` and open `Azumatt.MaxPlayerCount.cfg`. It looks like this:\n\n```ini\n## Settings file was created by plugin MaxPlayerCount v1.2.4\n## Plugin GUID: Azumatt.MaxPlayerCount\n\n[1 - General]\n\n## Override the player count that valheim checks for. Default is the vanilla max of 10.\n# Setting type: Int32\n# Default value: 20\nMaxPlayerCount = 20\n```\n\nChange `MaxPlayerCount` to the number of slots you want, then save.\n\n![Editing MaxPlayerCount in the Azumatt.MaxPlayerCount.cfg file in the panel file editor](https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fvalheim\u002Fvalheim-maxplayercount-config.webp)\n\nTwo details that trip people up: the value belongs under the `[1 - General]` section heading, and the lines starting with `#` are comments the plugin regenerates. Editing the `# Default value: 20` comment does nothing. Only the `MaxPlayerCount =` line matters.\n\n## Step 5: restart and verify\n\nRestart the server from the Console tab. The setting is read as the plugin loads, so a restart is required. A save is not enough.\n\nTo confirm it took effect, open the Console tab and look for the plugin in the startup output:\n\n```\n[Info   :   BepInEx] Loading [MaxPlayerCount 1.2.4]\n```\n\nIf that line is there, the patch is active and the server is enforcing your number instead of 10.\n\n## How many players can Valheim actually handle\n\nRaising the cap is a two-minute job. Surviving it is a hardware question, and it is worth being honest about this because the game was never tuned for large groups.\n\nWhat actually degrades, in the order you will notice it:\n\n- **Instance count.** Every dropped item, tamed boar and placed build piece is a networked object. Big shared bases with many players cost far more than the player count alone suggests.\n- **RAM.** Explored world area is the main driver, and more players means more of the map loaded at once. Budget roughly 512MB per couple of extra players on top of your base allocation, and work it out for your setup with the [Valheim RAM calculator](\u002Ftools\u002Fvalheim-ram-calculator).\n- **Bandwidth.** Valheim sends world updates to each client separately, so this scales with players rather than being shared.\n\nIn practice 15 to 20 players on a well-specced server is comfortable. Past that, expect rubber-banding during raids and in dense base areas no matter what hardware you throw at it. If your group is pushing 20 or more, running two servers for two regions usually plays better than one large one.\n\n## Troubleshooting\n\n**The config file does not exist.** The server has not started with the mod loaded yet. Start it, wait until it is fully online, then look again. If it still is not there, check the Console tab for the `Loading [MaxPlayerCount ...]` line.\n\n**Players are still capped at 10.** Almost always the server is still on the vanilla loader. Open the Mods tab and check which loader tile carries the \"Active\" badge. If it is Vanilla, no plugin is loading at all, whatever the installed list says. Switch to BepInEx and start again from Step 2.\n\n**The mod is installed but never loads.** Check the Console tab for a BepInEx banner at startup. No banner means no BepInEx, which again points to the loader.\n\n**It worked, then stopped after an update.** A Valheim patch can break plugin compatibility until the mod author rebuilds. Check the mod's Thunderstore page for a newer version and update it from the Mods tab.\n\n**Everyone gets a version mismatch.** That is a symptom of a different mod, not this one. MaxPlayerCount is server-side and does not change what clients need. If you have other plugins installed, one of them is client-side and everyone needs it.\n\n## Frequently asked questions\n\n**Do my friends need to install the mod?** No. MaxPlayerCount runs on the server only, and players join with an unmodified game.\n\n**Does this work with crossplay?** Yes. The patch covers the connection check on both the Steam and PlayFab paths, so it applies whether or not you run with crossplay enabled.\n\n**Will switching to BepInEx wipe my world?** No. The loader switch keeps your world and configs, and the panel offers a backup before it runs. Uploading a world is a separate job, covered in [how to upload your Valheim world save](\u002Fhelp\u002Farticles\u002Fhow-to-upload-valheim-world-save).\n\n**What is the highest value I can set?** The setting is a 32-bit integer, so there is no practical ceiling in the mod. Your server hardware is the real limit, not the number in the file.\n\n**Can I lower the limit instead?** Yes. Setting a value below 10 works the same way, which is handy if you want to keep a small server small.\n\n**Do I need ValheimPlus?** No, and you should not run both. They patch the same check and MaxPlayerCount states it is not needed alongside another mod that changes the cap. ValheimPlus has also gone quiet since 2024. If you are looking at wider mod options, see our roundup of [the best Valheim server mods](\u002Fblog\u002Fbest-valheim-mods-2026-dedicated-server-bepinex).\n\nRunning a group bigger than 10 on hardware that can keep up? Our [Valheim server hosting](\u002Fvalheim-server-hosting) runs on Ryzen 9 machines with the BepInEx loader and Thunderstore installs built into the panel, so the whole process above is a few clicks rather than an FTP session.","Magnus","Game Server Expert","2026-08-14T12:00:00+00:00",{"da":81,"de":82,"en":72,"fi":83,"fr":84,"pl":85,"sv":86},"saadan-faar-du-flere-end-10-spillere-valheim","valheim-server-mehr-als-10-spieler","valheim-palvelimen-pelaajarajan-nostaminen","augmenter-la-limite-de-joueurs-serveur-valheim","jak-zwiekszyc-limit-graczy-na-serwerze-valheim","sa-far-du-fler-an-10-spelare-valheim-server",{"name":77,"role":78},"2026-08-14T14:20:44.587425+00:00",{"slug":36,"name":37},"Aug 14, 2026",{"https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fvalheim\u002Fvalheim-mods-loader.webp":92,"https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fvalheim\u002Fvalheim-mods-search-maxplayercount.webp":95,"https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fvalheim\u002Fvalheim-mods-installed.webp":96,"https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fvalheim\u002Fvalheim-maxplayercount-config.webp":97},{"width":93,"height":94},1600,1059,{"width":93,"height":94},{"width":93,"height":94},{"width":93,"height":98},391,{"slug":36,"name":37,"icon":38,"cardImage":100,"description":101,"status":102},"https:\u002F\u002Fcdn.doomhosting.com\u002Fgames\u002Fvalheim.webp","Valheim is a brutal Viking co-op survival adventure where up to 10 warriors carve out a home in a procedurally generated Norse purgatory. Chop trees, build longhouses, sail karves across hostile seas, and slay mythological bosses to earn your place in Odin's hall. Rent a dedicated Valheim server from DoomHosting for 24\u002F7 uptime, instant setup, BepInEx mod support, and DDoS protection.","active",[104,116,126,129],{"id":105,"game_slug":36,"slug":106,"category":73,"title":107,"description":108,"content":33,"keywords":33,"author_name":109,"author_role":110,"is_featured":12,"published_at":111,"author":112,"date":111,"lastUpdated":113,"game":114,"dateFormatted":115},"167f121c-4baa-4162-883a-a3ea90e9c8fc","how-to-change-resource-drop-rate-valheim-server","How to Change the Resource Drop Rate on Your Valheim Server","Turn Valheim resource drops up or down with one launch argument. Set -modifier resources in the Startup tab, restart, and the new rate applies to your world.","Andreas","Founder & Hosting Engineer","2026-06-15T00:00:00+00:00",{"name":109,"role":110},"2026-08-07T13:17:04.511645+00:00",{"slug":36,"name":37},"Jun 15, 2026",{"id":117,"game_slug":36,"slug":118,"category":119,"title":120,"description":121,"content":33,"keywords":33,"author_name":77,"author_role":78,"is_featured":68,"published_at":122,"author":123,"date":122,"lastUpdated":124,"game":125,"dateFormatted":90},"5004511d-9af2-4f19-aa06-530f0bf06540","how-to-join-valheim-server","Getting Started","How to Join a Valheim Server (Join Code or Direct IP)","Join your Valheim server with the crossplay join code or the IP address, find both in your panel, and avoid the Steam favorites port mistake that breaks it.","2026-08-14T13:00:00+00:00",{"name":77,"role":78},"2026-08-14T14:44:47.300116+00:00",{"slug":36,"name":37},{"id":71,"game_slug":36,"slug":72,"category":73,"title":74,"description":75,"content":33,"keywords":33,"author_name":77,"author_role":78,"is_featured":68,"published_at":79,"author":127,"date":79,"lastUpdated":88,"game":128,"dateFormatted":90},{"name":77,"role":78},{"slug":36,"name":37},{"id":130,"game_slug":36,"slug":131,"category":119,"title":132,"description":133,"content":33,"keywords":33,"author_name":77,"author_role":78,"is_featured":68,"published_at":134,"author":135,"date":134,"lastUpdated":136,"game":137,"dateFormatted":138},"f917bfce-5aee-4b62-bca8-2e51159b5fe6","how-to-upload-valheim-world-save","How to Upload Your Valheim World Save to Your Server","Step-by-step guide to uploading your existing Valheim world save to your DoomHosting server via the panel.","2026-04-19T09:29:51.744857+00:00",{"name":77,"role":78},"2026-08-07T13:17:05.0385+00:00",{"slug":36,"name":37},"Apr 19, 2026",{"left":66,"top":66,"width":140,"height":140,"rotate":66,"vFlip":68,"hFlip":68,"body":141},20,"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10L8.22 6.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":66,"top":66,"width":140,"height":140,"rotate":66,"vFlip":68,"hFlip":68,"body":143},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-5.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M10 12a5.99 5.99 0 0 0-4.793 2.39A6.48 6.48 0 0 0 10 16.5a6.48 6.48 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12\" clip-rule=\"evenodd\"\u002F>",{"left":66,"top":66,"width":140,"height":140,"rotate":66,"vFlip":68,"hFlip":68,"body":145},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25z\" clip-rule=\"evenodd\"\u002F>",{"left":66,"top":66,"width":140,"height":140,"rotate":66,"vFlip":68,"hFlip":68,"body":147},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75zM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75zM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75zM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75zM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75z\"\u002F>\u003Cpath fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2m-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25z\" clip-rule=\"evenodd\"\u002F>\u003C\u002Fg>",{"left":66,"top":66,"width":140,"height":140,"rotate":66,"vFlip":68,"hFlip":68,"body":149},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":66,"top":66,"width":140,"height":140,"rotate":66,"vFlip":68,"hFlip":68,"body":151},"\u003Cg fill=\"currentColor\">\u003Cpath fill-rule=\"evenodd\" d=\"M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.751-.15L15.34 6.66a.45.45 0 0 1-.493.11a3 3 0 0 1-1.618-1.616a.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8q.144.01.291.01M5 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0\" clip-rule=\"evenodd\"\u002F>\u003Cpath d=\"M14.5 11.5q.26 0 .514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41l2.172-2.607c.052-.062.147-.138.342-.196a2.3 2.3 0 0 1 .777-.067q.192.012.387.012M6 4.586l2.33 2.33a.5.5 0 0 1-.08.09L6.8 8.214L4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31z\"\u002F>\u003C\u002Fg>",{"left":66,"top":66,"width":140,"height":140,"rotate":66,"vFlip":68,"hFlip":68,"body":153},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10\" clip-rule=\"evenodd\"\u002F>"]