Skip to content

Commit

Permalink
Use same screen icon for docking station
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Jul 31, 2024
1 parent d593fba commit 35f7cde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/components/FilterMenu/FilterMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
/>
<FilterMenuItem
name="dockingStation"
icon="battery-100--mini"
icon="computer-desktop--mini"
icon-style="new"
/>
</fieldset>
Expand Down
2 changes: 1 addition & 1 deletion src/components/SpaceFacilities/SpaceFacilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const facilitiesPresent = computed(() =>
const iconMapping = {
computer: "computer-desktop--mini",
dockingStation: "battery-100--mini",
dockingStation: "computer-desktop--mini",
grouptables: "group-table--mini",
};
Expand Down
14 changes: 0 additions & 14 deletions src/components/SpriteMap/SpriteMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,6 @@
/>
</symbol>

<symbol
id="battery-100--mini"
viewBox="0 0 20 20"
>
<path
d="M4.75 8a.75.75 0 0 0-.75.75v2.5c0 .41.34.75.75.75h9.5a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-.75-.75h-9.5Z"
/>
<path
fill-rule="evenodd"
d="M1 7.25A2.25 2.25 0 0 1 3.25 5h12.5A2.25 2.25 0 0 1 18 7.25v1.08a1.5 1.5 0 0 1 1 1.42v.5a1.5 1.5 0 0 1-1 1.42v1.08A2.25 2.25 0 0 1 15.75 15H3.25A2.25 2.25 0 0 1 1 12.75v-5.5Zm2.25-.75a.75.75 0 0 0-.75.75v5.5c0 .41.34.75.75.75h12.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75H3.25Z"
clip-rule="evenodd"
/>
</symbol>

<!-- Other icons -->
<symbol
id="back-icon"
Expand Down

0 comments on commit 35f7cde

Please sign in to comment.