Skip to content

Commit

Permalink
Merge pull request #612 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Fix: updated Mage Icon and removed unused icons
  • Loading branch information
gagansuie authored Jul 11, 2023
2 parents 29cf875 + be02790 commit d6c5ff3
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 108 deletions.
12 changes: 0 additions & 12 deletions src/lib/assets/icons/IconLaunch.svelte

This file was deleted.

12 changes: 0 additions & 12 deletions src/lib/assets/icons/IconLock.svelte

This file was deleted.

16 changes: 4 additions & 12 deletions src/lib/assets/icons/IconMageLogo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,13 @@
style="fill: {color};">
<path
class="prefix__cls-1"
d="M243.75 612.04c4.28 5.69 14.78 55.16 14.78 55.16s10.54-49.47 14.8-55.16 41.55-19.69 41.55-19.69-37.28-13.93-41.55-19.59-14.8-55.18-14.8-55.18-10.52 49.5-14.78 55.18-41.58 19.59-41.58 19.59 37.29 14 41.58 19.69z" />
d="M486.58 704.69c4.28 5.69 14.78 55.16 14.78 55.16s10.54-49.47 14.8-55.16S557.71 685 557.71 685s-37.28-13.93-41.55-19.59-14.8-55.18-14.8-55.18-10.52 49.5-14.78 55.18S445 685 445 685s37.29 14 41.58 19.69z"
transform="translate(-242.83 -92.65)" />
<path
class="prefix__cls-2"
d="M179.38 199.74c2.44 3.24 8.42 31.39 8.42 31.39s6-28.15 8.42-31.39 23.65-11.19 23.65-11.19-21.22-7.93-23.65-11.15-8.42-31.41-8.42-31.41-6 28.17-8.42 31.41-23.64 11.15-23.64 11.15 21.21 7.95 23.64 11.19z" />
<path
class="prefix__cls-3"
d="M459.46 375.96c2.44 3.24 8.42 31.39 8.42 31.39s6-28.15 8.43-31.39 23.65-11.19 23.65-11.19-21.22-7.93-23.65-11.15-8.43-31.41-8.43-31.41-6 28.17-8.42 31.41-23.64 11.15-23.64 11.15 21.21 7.95 23.64 11.19z" />
<path
class="prefix__cls-4"
d="M240.32 67.27c2.44 3.23 8.42 31.39 8.42 31.39s6-28.16 8.42-31.39 23.65-11.2 23.65-11.2-21.22-7.93-23.65-11.15-8.42-31.4-8.42-31.4-6 28.17-8.42 31.4-23.65 11.15-23.65 11.15 21.21 7.96 23.65 11.2z" />
<path
class="prefix__cls-5"
class="prefix__cls-1"
d="M132.51 597.21l79.18-107.68-40.46-116.56 99.26-191.14L65.11 386.44l41.01 107.23L0 597.21 247.9 814.7 132.51 597.21z" />
<path
class="prefix__cls-6"
class="prefix__cls-1"
d="M378.52 341.17l51.65-117.07L299.25 0l57.78 180.74-68.47 151.25 100.03 223.79L247.9 814.7l266.44-248.57-135.82-224.96z" />
</svg>
</div>
9 changes: 0 additions & 9 deletions src/lib/assets/icons/IconMageLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 0 additions & 19 deletions src/lib/assets/icons/IconMageLogoDark.svg

This file was deleted.

12 changes: 0 additions & 12 deletions src/lib/assets/icons/IconMageText.svg

This file was deleted.

12 changes: 0 additions & 12 deletions src/lib/assets/icons/IconMageTextDark.svg

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions src/lib/assets/icons/contact/IconEmail.svg

This file was deleted.

5 changes: 0 additions & 5 deletions src/lib/assets/icons/contact/IconSocialDiscordInverse.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/lib/components/Browse/SearchBar.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import IconCreate from '$lib/assets/icons/IconCreate.svelte'
import IconBrowseCreate from '$lib/assets/icons/browse/IconBrowseCreate.svelte'
import IconSearch from '$lib/assets/icons/IconSearch.svelte'
import DrawerCreateChannel from './DrawerCreateChannel.svelte'
import { is_login_modal_open } from '$lib/stores/helperStore'
Expand Down Expand Up @@ -37,7 +37,7 @@
$is_login_modal_open = true
}
}}>
<IconCreate />
<IconBrowseCreate />
Create a channel
</label>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/lib/components/Browse/Sections/SectionTable.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts">
// import IconLock from '$lib/assets/icons/IconLock.svelte'
// import VirtualList from '@sveltejs/svelte-virtual-list'
import LoadingItemTable from '$lib/components/Browse/Sections/LoadingItemTable.svelte'
import ItemTable from '$lib/components/Browse/Sections/ItemTable.svelte'
Expand Down
Binary file modified static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6c5ff3

Please sign in to comment.