mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:00:44 +00:00
updated oil rig icon and 3d structure
This commit is contained in:
@@ -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 |
@@ -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 |
@@ -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>
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user