[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"header-current-promo":3,"header-games":4,"blog-post-palworld-server-keeps-crashing-fix-2026-en":62,"blog-related-61ced364-2dbf-4971-bc0e-130faff5d74e-en":93,"i-heroicons:chevron-right-20-solid":134,"i-heroicons:user-circle-20-solid":138,"i-heroicons:clock-20-solid":140,"i-heroicons:calendar-days-20-solid":142,"i-heroicons:pencil-square-20-solid":144,"i-heroicons:bolt-20-solid":146,"i-heroicons:check-20-solid":148,"i-heroicons:arrow-right-20-solid":150,"i-heroicons:wrench-screwdriver-20-solid":152},"SUMMER26",{"total":5,"featuredSlot":6,"featured":12},29,{"slug":7,"name":8,"icon":9,"hasIcon":10,"kind":11},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png",true,null,[13,20,27,32,34,40,45,50,57],{"slug":14,"name":15,"icon":16,"hasIcon":10,"badge":17,"basePrice":18,"link":19},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png","Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":21,"name":22,"icon":23,"hasIcon":10,"badge":24,"basePrice":25,"link":26},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":28,"name":29,"icon":30,"hasIcon":10,"badge":11,"basePrice":25,"link":31},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png","\u002Fpalworld-server-hosting",{"slug":7,"name":8,"icon":9,"hasIcon":10,"badge":11,"basePrice":25,"link":33},"\u002Frust-server-hosting",{"slug":35,"name":36,"icon":37,"hasIcon":10,"badge":11,"basePrice":38,"link":39},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":41,"name":42,"icon":43,"hasIcon":10,"badge":11,"basePrice":25,"link":44},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":46,"name":47,"icon":48,"hasIcon":10,"badge":11,"basePrice":25,"link":49},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":51,"name":52,"icon":53,"hasIcon":10,"badge":54,"basePrice":55,"link":56},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"slug":58,"name":59,"icon":60,"hasIcon":10,"badge":11,"basePrice":55,"link":61},"project-zomboid","Project Zomboid","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png","\u002Fproject-zomboid-server-hosting",{"id":63,"slug":64,"title":65,"description":66,"content":67,"keywords":68,"featured_image":69,"category":70,"author_name":71,"author_role":72,"is_featured":73,"published_at":74,"updated_at":75,"allSlugs":76,"author":81,"date":74,"dateFormatted":82,"updatedAtFormatted":83,"ctaGame":84,"imageDims":85},"61ced364-2dbf-4971-bc0e-130faff5d74e","palworld-server-keeps-crashing-fix-2026","Palworld Server Keeps Crashing: Fix Memory Leaks & Startup Crashes (2026)","Palworld dedicated server keeps crashing? Real fixes for memory leaks, the 30-minute restart loop, startup binding errors, Level.sav corruption, and 1.0 patch drift.","If your Palworld dedicated server keeps crashing, the cause is almost always one of five things, and \"I need a better internet connection\" is not on the list. After running thousands of Palworld instances through our Pterodactyl panel, the same culprits come up over and over: the well-known engine memory leak that kills servers every 30 minutes to 4 hours, a startup binding error that won't let the process come up at all, Level.sav corruption from a hard kill, a pal entity-count explosion in a high-tier base, and version drift between the server binary and the client after a patch lands. This guide walks each fix in the order you should try them, with the exact log lines that tell you which one bit you and the configs to change.\n\n![Palworld pals manning M2 turrets on a fortified base wall](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpalworld-server-keeps-crashing-fix-2026.webp)\n\n## First, identify which crash you're dealing with\n\nThe phrase \"my server crashed\" hides at least three completely different failure modes. Open your server console (in Pterodactyl, the Console tab) and grep the last 200 lines for one of these patterns:\n\n```\nLogMemory: Out of memory                       # memory leak \u002F OOM kill\nbind: Address already in use                   # startup port conflict\nLogPalSav: Failed to load Level.sav            # save corruption\nLogPalNetworkConnection: ProtocolMismatch      # version drift after a patch\nFatal error: [File:...UE5...World.cpp]         # pal entity overflow\n```\n\nThe line tells you which section below to jump to. If you don't see any of these, scroll past the last \"Server started\" line and read upward. The crash is almost always logged on the line immediately before the process exit.\n\n## Fix 1: The memory leak (the 30-minute and 4-hour killer)\n\nThis is the single most common reason a Palworld server crashes, and it is the one most \"tweak your settings\" guides get wrong. The Palworld dedicated server binary leaks memory at a roughly linear rate based on player count and total pal count. A 4-player server with 80 pals in the world typically grows from a fresh-start 3 GB to over 8 GB within 4 hours. A 16-player community server can hit 12 GB inside 30 minutes. When the host kills the process for exceeding its memory limit, your players see \"server connection lost\" and the world goes offline.\n\nThe symptom in the log is unambiguous:\n\n```\nLogMemory: Out of memory - process killed\n```\n\nThere is no clean configuration fix for the leak itself. It's an engine-side bug Pocketpair has been chipping at since release but has not eliminated. What you can do:\n\n- **Allocate enough RAM up front.** Our minimum recommendation for a serious Palworld server is 8 GB for 4-8 players, 12 GB for 8-16 players, and 16 GB for 16-32. Anything less and the leak hits the ceiling before your first night.\n- **Schedule a daily restart.** A restart at 4-6 hour intervals (or once overnight in your players' off-peak window) clears the leaked memory back to baseline. On DoomHosting you set this in the Schedules tab. Pick \"Restart server\" and a cron like `0 *\u002F6 * * *` for every 6 hours.\n- **Cap your pal count.** In `PalWorldSettings.ini`, lower `BaseCampWorkerMaxNum=15` to 10 if your group keeps every base maxed out. Each captured pal in a base ticks AI every frame even when no one is logged in.\n- **Avoid the \"more workers\" reflex.** `WorkerThreadsForUE4=0` and a higher `NumberOfWorkerThreadsServer` do not reduce the leak. They accelerate it by letting the server simulate more entities per tick. Leave both at default.\n\n![Palworld base with many pals working at a smelter; entity count drives the leak](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpalworld-server-keeps-crashing-fix-2026-memory-leak.webp)\n\nIf the leak is your problem, a scheduled restart at half the interval where the server currently dies is the lowest-effort fix that actually works.\n\n## Fix 2: Server crashes on startup (the bind error)\n\nIf the server dies in the first 10 seconds and never reaches the \"World loaded\" line, it's almost never a save issue. It's a port conflict or a config parse error. The log shows one of:\n\n```\nbind: Address already in use\nCouldn't bind to UDP port 8211\nLogConfig: Failed to parse PalWorldSettings.ini at line 47\n```\n\nPalworld defaults to UDP `8211` and the REST API to TCP `8212`. On a self-hosted box, anything else already using those ports (an old Palworld process that didn't exit cleanly, another game server, or a system service) will block the new process from binding. Stop the competing service or change the Palworld port in your startup args (`-port=8214 -publiclobby`) and the bind succeeds.\n\nFor the config parse error, the fault is in `PalWorldSettings.ini` and the offending line is named in the log. The most common gotcha: the file uses an `OptionSettings=(...)` single-line format, and a missing comma between two options silently breaks the entire file from the next line onward. Open it, look at the line number from the log, and add the missing comma or close the parenthesis.\n\nOn DoomHosting we assign ports automatically and validate the config before each start, so the bind error and the config parse error are both pre-empted. If you're self-hosting at home and keep hitting \"Address already in use,\" run `ss -tulnp | grep 8211` to find the process holding the port.\n\n## Fix 3: Level.sav corruption (the no-load crash)\n\nIf the server loaded fine yesterday and refuses to load today, or if it loads, runs for a few minutes, then crashes back to the same state every restart, your save is probably corrupted. This is most common after a hard kill, including a host pulling the plug mid-save, an OOM during the autosave write, or a power loss on a self-hosted box.\n\n```\nLogPalSav: Failed to load Level.sav - end of file at position xxxx\nFatal error: [File:...SaveGame.cpp:...] World save unrecoverable\n```\n\nPalworld doesn't make automatic backups by default. Recovery options, in order:\n\n1. **Check for a `.bak` file** in your save folder. If you (or your host) ran the unofficial backup mod or used a panel-side snapshot, restore the most recent `.bak` by renaming it to `Level.sav`.\n2. **Check the `Players\u002F` folder.** Player save files (`Players\u002F\u003Csteamid>.sav`) are separate from the world save and usually survive when Level.sav doesn't. If you have to re-roll the world, your players keep their inventories and levels.\n3. **Look for `Level.sav.tmp`.** Palworld writes a `.tmp` on each save and renames it. If the rename was interrupted, the `.tmp` may still hold a valid earlier save. Rename it to `Level.sav` and try to load.\n\nOn DoomHosting we run a daily snapshot of the save folder. If you've gotten this far, open a ticket and we'll roll back to last night's snapshot in under five minutes.\n\nThe non-recovery fix: turn on a real backup schedule going forward. In the Schedules tab, pick \"Create backup\" on a 6-hour cron and you have a safety net for the next time this happens.\n\n## Fix 4: Pal entity overflow (the late-game base crash)\n\nA specific late-game crash hits players with very large bases. Picture 15+ pals working a refinery row, sphere lights everywhere, lots of crafted decorations. The server stays up fine for new players but crashes the moment someone teleports into the high-density base. The log:\n\n```\nFatal error: [File:...UE5\u002FEngine\u002FSource\u002F...\u002FPrimitiveSceneProxy.cpp]\nLogPal: Entity count exceeds streaming limit\n```\n\nThis is the Unreal scene proxy giving up on the render-distance buffer for that chunk. Fixes:\n\n- Drop `BaseCampWorkerMaxNum=15` to `10` in `PalWorldSettings.ini`. This caps the working pal count per base, which is the single biggest entity-count driver.\n- Confirm `bIsMultiplay=True` is set. Some custom templates leave it false, which uses single-player streaming limits and crashes earlier.\n- Move the worst-offending base. If your refinery base sits next to your breeding base, the scene proxy is loading both simultaneously when a player approaches. 200+ meters of separation fixes it.\n\n## Fix 5: Version drift after a patch (especially around 1.0)\n\nPalworld pushes server updates through SteamCMD, and a freshly patched client can refuse to connect to a server still running the old binary. The server stays up and accepts connections, then disconnects each client mid-handshake.\n\n```\nLogPalNetworkConnection: Disconnect reason=ProtocolMismatch\nLogPal: Server version 0.7.x, client version 1.0.x\n```\n\nFix: re-run SteamCMD to update the dedicated server. On a managed host like ours this is a one-button \"Reinstall\" in the panel and it preserves your world. If you're self-hosting:\n\n```\nsteamcmd +login anonymous +force_install_dir .\u002Fpalworld_server +app_update 2394010 validate +quit\n```\n\nWith Palworld 1.0 launching on July 10, 2026, this fix is going to bite a lot of servers during the first week. Update the server within an hour of the client patch dropping and you skip the entire problem.\n\n![Palworld players riding mounted pals through a multiplayer settlement](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpalworld-server-keeps-crashing-fix-2026-multiplayer.webp)\n\n## Still crashing? Run these diagnostics\n\nIf none of the five fixes above match what you're seeing, capture this before opening a support ticket. Every host needs all of it to triage quickly:\n\n```\n# server-side\ntail -300 \u002Fhome\u002Fcontainer\u002FPal\u002FSaved\u002FLogs\u002FPalServer.log\nfree -m\nps aux | grep PalServer\nss -tulnp | grep 8211\n\n# from a player who keeps disconnecting\nping -c 50 your-server-ip\n```\n\nThe log tail shows the exit reason. `free -m` shows whether the host actually has memory left for the server. `ps aux` confirms the process is alive after the reported crash (sometimes the \"crash\" is just a client-side disconnect, which is a different fix). `ss` confirms the server is bound on UDP 8211. Player-side ping tells you whether the network path itself is healthy.\n\n## Host Your Palworld Server with DoomHosting\n\nMost of the fixes above turn into one-click changes on a managed host. RAM scales without losing your world. The Schedules tab handles the every-6-hours restart so the memory leak never reaches the ceiling. Daily snapshots survive a Level.sav corruption. SteamCMD updates run on a single click on patch day. If you're tired of debugging crashes the night before your group's raid, [host your Palworld server on DoomHosting](\u002Fpalworld-server-hosting): instant setup on Ryzen 9 hardware, UDP 8211 pre-opened, full FTP, DDoS protection, and 24\u002F7 support.\n\nA dedicated server should disappear into the background. When yours dies on the same 30-minute cadence every night, the host or the config is doing the work it should be doing for you.\n","palworld server keeps crashing, palworld dedicated server crashing, palworld server memory leak, palworld server crashing on startup, palworld server crashing every 30 minutes, palworld server crash fix, palworld dedicated server memory leak, palworld out of memory, palworld server hosting, doomhosting","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpalworld-server-keeps-crashing-fix-2026.webp","guide","Magnus","Game Server Expert",false,"2026-06-24T18:30:00+00:00","2026-06-26T08:47:57.411992+00:00",{"da":77,"de":78,"en":64,"pl":79,"sv":80},"palworld-server-crasher-hele-tiden-fix-2026","palworld-server-stuerzt-ab-fix-2026","palworld-serwer-sie-zawiesza-fix-2026","palworld-server-kraschar-fix-2026",{"name":71,"role":72},"Jun 24, 2026","Jun 26, 2026",{"slug":28,"name":29,"icon":30},{"https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpalworld-server-keeps-crashing-fix-2026.webp":86,"https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpalworld-server-keeps-crashing-fix-2026-memory-leak.webp":89,"https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fpalworld-server-keeps-crashing-fix-2026-multiplayer.webp":92},{"width":87,"height":88},1600,900,{"width":90,"height":91},1280,720,{"width":90,"height":91},[94,104,114,124],{"id":95,"slug":96,"title":97,"description":98,"content":11,"keywords":11,"featured_image":99,"category":70,"author_name":71,"author_role":72,"is_featured":73,"published_at":100,"updated_at":101,"author":102,"date":100,"dateFormatted":103},"9713ae53-95dc-471f-9fb1-51010fde2099","best-v-rising-base-locations-2026-pve-pvp-solo","Best V Rising Base Locations 2026: PvE, PvP, and Solo Picks (Patch 1.1)","The best V Rising base locations in 2026: PvE, PvP, solo and clan picks for Farbane, Dunley, Hallowed Mountains and the new Oakveil zone in patch 1.1.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fbest-v-rising-base-locations-2026.webp","2026-06-22T08:00:00+00:00","2026-06-22T21:38:35.343148+00:00",{"name":71,"role":72},"Jun 22, 2026",{"id":105,"slug":106,"title":107,"description":108,"content":11,"keywords":11,"featured_image":109,"category":70,"author_name":71,"author_role":72,"is_featured":73,"published_at":110,"updated_at":111,"author":112,"date":110,"dateFormatted":113},"3624dc78-b9b1-4100-8cb3-f60aa4ed2a4b","best-unturned-mods-2026-server-safe-workshop-rocketmod","Best Unturned Mods 2026: 12 Server-Safe Workshop & RocketMod Picks","Top 12 Unturned mods and plugins every dedicated-server admin should install in 2026: Workshop maps and weapons, RocketMod and OpenMod picks, install paths.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fbest-unturned-mods-2026.webp","2026-06-14T09:53:16+00:00","2026-06-14T10:35:32.341407+00:00",{"name":71,"role":72},"Jun 14, 2026",{"id":115,"slug":116,"title":117,"description":118,"content":11,"keywords":11,"featured_image":119,"category":70,"author_name":71,"author_role":72,"is_featured":73,"published_at":120,"updated_at":121,"author":122,"date":120,"dateFormatted":123},"1d767b06-857f-40be-957a-b49c229224af","simulation-distance-in-minecraft","Minecraft Simulation Distance: What It Does and How to Tune It","What Minecraft's simulation distance actually does, the mob-spawning trick most guides miss, and the right value for survival, PvP, and modded servers.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fsimulation-distance-minecraft.webp","2026-06-10T09:30:00+00:00","2026-06-16T12:50:52.982406+00:00",{"name":71,"role":72},"Jun 10, 2026",{"id":125,"slug":126,"title":127,"description":128,"content":11,"keywords":11,"featured_image":129,"category":70,"author_name":71,"author_role":72,"is_featured":73,"published_at":130,"updated_at":131,"author":132,"date":130,"dateFormatted":133},"cc86e4df-a88e-47dd-94bd-5c40fede4d37","windrose-best-base-location-guide-2026","Windrose Best Base Location Guide 2026: Biomes, Harbors, Multiplayer","Pick the best base location in Windrose: Coastal Jungle starter spots, Foothills mid-game hubs, Cursed Swamps outposts, plus multiplayer dedicated server tips.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fwindrose-best-base-locations-2026.webp","2026-06-02T09:30:00+00:00","2026-06-02T07:48:00.439767+00:00",{"name":71,"role":72},"Jun 2, 2026",{"left":135,"top":135,"width":136,"height":136,"rotate":135,"vFlip":73,"hFlip":73,"body":137},0,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":135,"top":135,"width":136,"height":136,"rotate":135,"vFlip":73,"hFlip":73,"body":139},"\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":135,"top":135,"width":136,"height":136,"rotate":135,"vFlip":73,"hFlip":73,"body":141},"\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":135,"top":135,"width":136,"height":136,"rotate":135,"vFlip":73,"hFlip":73,"body":143},"\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":135,"top":135,"width":136,"height":136,"rotate":135,"vFlip":73,"hFlip":73,"body":145},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"m5.433 13.917l1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65\"\u002F>\u003Cpath d=\"M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25z\"\u002F>\u003C\u002Fg>",{"left":135,"top":135,"width":136,"height":136,"rotate":135,"vFlip":73,"hFlip":73,"body":147},"\u003Cpath fill=\"currentColor\" d=\"M11.983 1.907a.75.75 0 0 0-1.292-.657l-8.5 9.5A.75.75 0 0 0 2.75 12h6.572l-1.305 6.093a.75.75 0 0 0 1.292.657l8.5-9.5A.75.75 0 0 0 17.25 8h-6.572z\"\u002F>",{"left":135,"top":135,"width":136,"height":136,"rotate":135,"vFlip":73,"hFlip":73,"body":149},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M16.705 4.153a.75.75 0 0 1 .142 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893l7.48-9.817a.75.75 0 0 1 1.05-.143\" clip-rule=\"evenodd\"\u002F>",{"left":135,"top":135,"width":136,"height":136,"rotate":135,"vFlip":73,"hFlip":73,"body":151},"\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>",{"left":135,"top":135,"width":136,"height":136,"rotate":135,"vFlip":73,"hFlip":73,"body":153},"\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>"]