updated oil rig icon and 3d structure

This commit is contained in:
Restart2008
2026-02-21 12:47:12 -08:00
parent 6cd930e309
commit 207a806ed0
8 changed files with 19 additions and 7 deletions
@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="white">
<!-- Iconic A-frame Oil Derrick Logo -->
<!-- Main A-Frame legs -->
<path d="M32 4 L14 60 L20 60 L32 12 L44 60 L50 60 Z"/>
<!-- Horizontal Braces -->
<rect x="24" y="24" width="16" height="4"/>
<rect x="20" y="40" width="24" height="4"/>
<!-- Bottom Foundation/Platform -->
<rect x="8" y="56" width="48" height="6" rx="1"/>
<!-- Top Cap -->
<rect x="28" y="2" width="8" height="4" rx="1"/>
</svg>

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 B

After

Width:  |  Height:  |  Size: 275 B

-3
View File
@@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="white">
<path d="M4 52 h56 v8 h-56 z M14 44 h8 v8 h-8 z M42 44 h8 v8 h-8 z M8 36 h48 v8 h-48 z M22 36 L32 2 L42 36 Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 961 B

+1 -1
View File
@@ -970,7 +970,7 @@ export class HelpModal extends BaseModal {
</td>
<td class="py-3 border-b border-white/5">
<img
src="/images/OilRigWhite.svg"
src="/images/OilRigIconVerticalWhite.svg"
class="w-8 h-8 scale-75 origin-left"
/>
</td>
+1 -1
View File
@@ -31,7 +31,7 @@ import mirvIcon from "/images/MIRVIcon.svg?url";
import missileSiloIcon from "/images/MissileSiloIconWhite.svg?url";
import hydrogenBombIcon from "/images/MushroomCloudIconWhite.svg?url";
import atomBombIcon from "/images/NukeIconWhite.svg?url";
import oilRigIcon from "/images/OilRigWhite.svg?url";
import oilRigIcon from "/images/OilRigIconVerticalWhite.svg?url";
import portIcon from "/images/PortIcon.svg?url";
import samlauncherIcon from "/images/SamLauncherIconWhite.svg?url";
import shieldIcon from "/images/ShieldIconWhite.svg?url";
@@ -35,7 +35,7 @@ import warshipIcon from "/images/BattleshipIconWhite.svg?url";
import cityIcon from "/images/CityIconWhite.svg?url";
import goldCoinIcon from "/images/GoldCoinIcon.svg?url";
import missileSiloIcon from "/images/MissileSiloIconWhite.svg?url";
import factoryIcon from "/images/OilRigWhite.svg?url";
import factoryIcon from "/images/OilRigIconVerticalWhite.svg?url";
import portIcon from "/images/PortIcon.svg?url";
import samLauncherIcon from "/images/SamLauncherIconWhite.svg?url";
import soldierIcon from "/images/SoldierIcon.svg?url";
+1 -1
View File
@@ -17,7 +17,7 @@ import mirvIcon from "/images/MIRVIcon.svg?url";
import missileSiloIcon from "/images/MissileSiloIconWhite.svg?url";
import hydrogenBombIcon from "/images/MushroomCloudIconWhite.svg?url";
import atomBombIcon from "/images/NukeIconWhite.svg?url";
import factoryIcon from "/images/OilRigWhite.svg?url";
import factoryIcon from "/images/OilRigIconVerticalWhite.svg?url";
import portIcon from "/images/PortIcon.svg?url";
import samLauncherIcon from "/images/SamLauncherIconWhite.svg?url";
import defensePostIcon from "/images/ShieldIconWhite.svg?url";