Adding a bunch of icons to the hall tabs + action buttons

This commit is contained in:
Christian 'ketura' McCarty
2022-08-23 23:36:57 -05:00
parent 68816e258c
commit 5cf8c6d6a6
29 changed files with 403 additions and 189 deletions

View File

@@ -160,7 +160,12 @@ public class GempukkuHttpRequestHandler extends SimpleChannelInboundHandler<Full
} else if (fileName.endsWith(".gif")) {
cache = true;
contentType = "image/gif";
} else if (fileName.endsWith(".wav")) {
}
else if (fileName.endsWith(".svg")) {
cache = true;
contentType = "image/svg+xml";
}
else if (fileName.endsWith(".wav")) {
cache = true;
contentType = "audio/wav";
} else {

View File

@@ -1,324 +1,330 @@
html, body {
font-size: 12px;
background-color: #000000;
height: 98%;
font-size: 12px;
background-color: #000000;
height: 98%;
}
.eventHeader {
font-size: 120%;
font-weight: bolder;
background-color: #666666;
cursor: pointer;
font-size: 120%;
font-weight: bolder;
background-color: #666666;
cursor: pointer;
}
.serverTime {
border: 1px solid #ffffff;
border: 1px solid #ffffff;
}
.leagueName, #stats .period, .tournamentName, .playerStatHeader {
font-size: 200%;
font-weight: bolder;
font-size: 200%;
font-weight: bolder;
}
.serieName {
font-size: 150%;
font-weight: bolder;
font-size: 150%;
font-weight: bolder;
}
.borderOverlay {
border: 2px solid #000000;
border: 2px solid #000000;
}
.foilOverlay {
opacity: 0.2;
opacity: 0.2;
}
.cardHint {
display: inline;
color: #6f6fff;
cursor: pointer;
display: inline;
color: #6f6fff;
cursor: pointer;
}
.prizeHint {
display: inline;
color: #6f6fff;
cursor: pointer;
display: inline;
color: #6f6fff;
cursor: pointer;
}
.clickableFormat {
cursor: pointer;
color: #6f6fff;
cursor: pointer;
color: #6f6fff;
}
.pocket {
background-color: #000000;
border: 1px solid #ffffff;
color: #ffffff;
font-size: 90%;
font-weight: bolder;
text-align: right;
opacity: 1;
height: 18px;
width: 95px;
background-color: #000000;
border: 1px solid #ffffff;
color: #ffffff;
font-size: 90%;
font-weight: bolder;
text-align: right;
opacity: 1;
height: 18px;
width: 95px;
}
.cardCount {
width: 20px;
height: 18px;
background-color: #000000;
color: #ffffff;
font-size: 120%;
font-weight: bolder;
display: table-cell;
text-align: center;
vertical-align: middle;
opacity: 0.7;
width: 20px;
height: 18px;
background-color: #000000;
color: #ffffff;
font-size: 120%;
font-weight: bolder;
display: table-cell;
text-align: center;
vertical-align: middle;
opacity: 0.7;
}
.tableFormatName {
text-align: center;
font-weight: bold;
font-size: 100%;
text-align: center;
font-weight: bold;
font-size: 100%;
}
.tableStatus {
text-align: center;
font-style: italic;
font-size: 100%;
text-align: center;
font-style: italic;
font-size: 100%;
}
.tablePlayer {
text-align: center;
text-align: center;
}
.winningPlayer {
font-weight: bold;
font-size: 110%;
font-weight: bold;
font-size: 110%;
}
.losingPlayer {
font-size: 80%;
font-size: 80%;
}
.chatMessage {
color: #ffffff;
color: #ffffff;
}
.systemMessage {
color: #5f5f5f;
color: #5f5f5f;
}
.warningMessage {
color: #ff0000;
color: #ff0000;
}
.chatUser {
color: #ffffff;
color: #ffffff;
}
.systemMessage > .timestamp {
display: inline;
color: #5f5f5f;
display: inline;
color: #5f5f5f;
}
.timestamp {
color: #cfcfcf;
color: #cfcfcf;
}
#disclaimer {
color: #ffffff;
font-size: 80%;
color: #ffffff;
font-size: 80%;
}
#latestNews {
color: #ffffff;
font-size: 90%;
#news {
flex-grow: 1;
}
#motd {
color: #ffffff;
font-size: 90%;
color: #ffffff;
margin: 5px;
}
table.tables {
width: 100%;
width: 100%;
}
table.tables td, table.tables th {
padding: 2px;
border: 1px solid white;
padding: 2px;
border: 1px solid white;
}
.ui-tabs-nav li {
font-size: 70%;
}
.ui-button-text-only .ui-button-text {
font-size: 70%;
padding: .2em .5em;
padding: .2em .5em;
}
.standings td, .standings th {
padding: 2px;
border: 1px solid white;
padding: 2px;
border: 1px solid white;
}
.gameHistory td, .gameHistory th {
padding: 2px;
border: 1px solid white;
padding: 2px;
border: 1px solid white;
}
.userList {
border-left: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
}
tr.played {
background-color: #990000;
background-color: #990000;
}
#chat {
display: grid;
grid-template-columns: auto 150px;
position:relative;
width:100%;
height:40%;
min-height: 300px;
grid-gap: 3px;
overflow: hidden;
display: grid;
grid-template-columns: auto 150px;
position:relative;
width:100%;
height:40%;
min-height: 300px;
grid-gap: 3px;
overflow: hidden;
}
#chatarea {
position:relative;
width: 100%;
height: 100%;
overflow: hidden;
position:relative;
width: 100%;
height: 100%;
overflow: hidden;
}
#chatMessages {
height: 100%;
max-height: 100%;
overflow-y: scroll;
display: flex;
flex-direction: column;
height: 100%;
max-height: 100%;
overflow-y: scroll;
display: flex;
flex-direction: column;
}
#userListColumn {
display: flex;
flex-direction: column;
overflow: auto;
display: flex;
flex-direction: column;
overflow: auto;
}
#userList {
flex-grow: 1;
overflow: scroll;
flex-grow: 1;
overflow: scroll;
}
#toggleChatButt {
flex: none;
height: 25px;
flex: none;
height: 25px;
}
#legacyChat {
display: grid;
width: 100%;
height: 100%;
max-height: 100%;
grid-template-columns: auto;
grid-template-rows: auto 25px;
display: grid;
width: 100%;
height: 100%;
max-height: 100%;
grid-template-columns: auto;
grid-template-rows: auto 25px;
}
#legacyChatInput {
display: flex;
display: flex;
}
#chatTalk {
flex-grow: 1;
resize: none;
max-height: 60px;
flex-grow: 1;
resize: none;
max-height: 60px;
}
#discordChat {
position: absolute;
top: 0;
width: 100%;
height: 100%;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
#widgetbot {
position: relative;
width: 100%;
height: 100%;
position: relative;
width: 100%;
height: 100%;
}
.highlight-new {
background-color: #aa2222 !important;
background-color: #aa2222 !important;
}
.flex-horiz {
display: flex;
flex-direction: row;
gap: 2px;
display: flex;
flex-direction: row;
gap: 2px;
}
.flex-vert {
display: flex;
flex-direction: column;
gap: 2px;
display: flex;
flex-direction: column;
gap: 2px;
}
#tabs{
position: sticky;
position: sticky;
}
#buttonsDiv {
left:0px;
top: 0px;
height: 40px;
background-color:#000000;
border-top-width:1px;
border-top-color:#ffffff;
border-top-style:solid;
align-items: center;
gap: 4px;
left:0px;
top: 0px;
height: 40px;
background-color:#000000;
border-top-width:1px;
border-top-color:#ffffff;
border-top-style:solid;
align-items: center;
gap: 4px;
}
.hall-tab {
display: flex;
flex-direction: column;
flex-grow: 1;
gap: 5px;
overflow: scroll;
display: flex;
flex-direction: column;
flex-grow: 1;
gap: 5px;
overflow: scroll;
}
#main {
top: 5px;
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
display: flex;
flex-direction: column;
top: 5px;
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
#disclaimer {
font-size: 60%;
position: absolute;
bottom: -15px;
font-size: 60%;
position: absolute;
bottom: -15px;
}
.ui-tabs-panel {
height: 100%;
height: 100%;
}
#tablesDiv {
overflow: auto;
overflow: auto;
}
#buttonsDiv a,
#motd a,
#bugReport a,
#infoButtons a,
.msg-content p a {
color: orange;
color: #BF6B04;
}
#infoButtons {
flex-wrap: wrap;
padding: 3px;
}
a:visited {
color: #A63F03;
}
.chatMessage h1,
@@ -327,51 +333,58 @@ tr.played {
.chatMessage h4,
.chatMessage h5,
.chatMessage h6 {
display: inline;
margin-top: 0;
margin-bottom: 0;
display: inline;
margin-top: 0;
margin-bottom: 0;
}
.chatMessage p {
margin-top: 0;
margin-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
.chatMessage blockquote {
display: inline-block;
border-left: 5px solid #505050;
margin-left: 5px;
margin-top: 0px;
margin-bottom: 5px;
font-style: italic;
display: inline-block;
border-left: 5px solid #505050;
margin-left: 5px;
margin-top: 0px;
margin-bottom: 5px;
font-style: italic;
}
.chatMessage blockquote br {
line-height: 0px;
margin: 0px;
content: "";
line-height: 0px;
margin: 0px;
content: "";
}
.user-mention {
background-color: #FFFF0044;
background-color: #FFFF0044;
}
.user-ping {
background-color: #FF000044;
background-color: #FF000044;
}
.message {
display: flex;
flex-direction: row;
gap: 2px;
align-items: flex-start;
display: flex;
flex-direction: row;
gap: 2px;
align-items: flex-start;
}
.msg-content p {
margin-left: 5px;
margin-top: 0px;
margin-bottom: 7px;
margin-left: 5px;
margin-top: 0px;
margin-bottom: 7px;
}
.msg-content {
flex-grow: 10;
}
.msg-identifier {
min-width: fit-content;
display: flex;
gap: 4px;
margin: 1px;
}

View File

@@ -0,0 +1,51 @@
.icon-discord {
background: url("../../images/icons/discord-brands.svg");
}
.icon-bug {
background: url("../../images/icons/bug-solid.svg");
}
.icon-report {
background: url("../../images/icons/ban-solid.svg");
}
.icon-wiki {
background: url("../../images/icons/book-open-solid.svg");
}
.icon-hall {
background: url("../../images/icons/swords.svg");
}
.icon-help {
background: url("../../images/icons/circle-question-solid.svg");
}
.icon-events {
background: url("../../images/icons/clock-solid.svg");
}
.icon-stats {
background: url("../../images/icons/chart-line-solid.svg");
}
.icon-users {
background: url("../../images/icons/users-solid.svg");
}
.icon-account {
background: url("../../images/icons/gear-solid.svg");
}
.custom-icon {
background-color: transparent; /* make the button transparent */
background-repeat: no-repeat; /* make the background image appear only once */
background-position: 0px 0px; /* equivalent to 'top left' */
border: none; /* assuming we don't want any borders */
cursor: pointer; /* make the cursor like hovering over an <a> element */
height: 20px; /* make this the size of your image */
padding-left: 30px; /* make text start to the right of the image */
vertical-align: middle; /* align the text vertically centered */
filter: brightness(0) invert(1);*/
}

View File

@@ -5,6 +5,7 @@
<title>Gemp-LotR</title>
<link rel="stylesheet" type="text/css" href="css/gemp-001/hall.css">
<link rel="stylesheet" type="text/css" href="css/gemp-001/icons.css">
<link rel="stylesheet" type="text/css" href="css/dark-hive/jquery-ui-1.8.16.custom.css">
<link rel="stylesheet" type="text/css" href="css/jquery.contextMenu.css">
@@ -144,23 +145,62 @@
<div id="main" >
<div id="tabs">
<ul>
<li><a href="#gameHall">Game Hall</a></li>
<li><a href="includes/help.html">Help</a></li>
<li><a href="includes/events.html">Events</a></li>
<li><a href="includes/stats.html">Server stats</a></li>
<li><a href="includes/changeLog.html">Change Log</a></li>
<li><a href="includes/user.html">User Profile</a></li>
<li><a href="#gameHall">
<span class="custom-icon icon-hall" style="display:inline-block"></span>
<span>Game Hall</span>
</a>
</li>
<li><a href="includes/help.html">
<span class="custom-icon icon-help" style="display:inline-block"></span>
<span>Help</span>
</a>
</li>
<li><a href="includes/events.html">
<span class="custom-icon icon-events" style="display:inline-block"></span>
<span>Events</span>
</a>
</li>
<li><a href="includes/stats.html">
<span class="custom-icon icon-stats" style="display:inline-block"></span>
<span>Server Stats</span>
</a>
</li>
<li><a href="includes/user.html">
<span class="custom-icon icon-users" style="display:inline-block"></span>
<span>Users</span>
</a>
</li>
<li><a href="includes/help.html">
<span class="custom-icon icon-account" style="display:inline-block"></span>
<span>My Account</span>
</a>
</li>
</ul>
</div>
<div id="gameHall" class="flex-horiz hall-tab">
<div id="serverInfo" class="flex-horiz" style="align-items:stretch">
<div id="news" class="flex-vert">
<div id="bugReport">
"If you find any problems with specific card or rules in general, please report it on <a target='_blank' href='http://lotrtcgwiki.com/forums/index.php/topic,7592.0.html'>TLHH forum thread here</a> or on the <a href='https://lotrtcgpc.net/discord'>PC Discord here</a>, in the #gemp-dev channel. Please include a game replay link.
<div id="infoButtons" class="flex-horiz">
<a href="https://lotrtcgwiki.com/forums/index.php?topic=7592.2610#new" target="_blank"><button id="bug-button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false" style="padding:4px;display:flex;">
<span class="custom-icon icon-bug" style="display:inline-block"></span><span>Report a Bug</span>
</button></a>
<a href="https://lotrtcgwiki.com/forums/index.php?topic=8267.585#new" target="_blank"><button id="report-button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false" style="padding:4px;display:flex;">
<span class="custom-icon icon-report" style="display:inline-block"></span><span>Report a Player</span>
</button></a>
<a href="https://lotrtcgpc.net/discord" target="_blank"><button id="discord-button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false" style="padding:4px;display:flex;">
<span class="custom-icon icon-discord" style="display:inline-block"></span><span>Join the PC Discord</span>
</button></a>
<a href="https://wiki.lotrtcgpc.net" target="_blank"><button id="wiki-button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false" style="padding:4px;display:flex;">
<span class="custom-icon icon-wiki" style="display:inline-block"></span><span>Browse the LOTR-TCG Wiki</span>
</button></a>
<!-- If you find any problems with specific card or rules in general, please report it on <a target='_blank' href='http://lotrtcgwiki.com/forums/index.php/topic,7592.0.html'>TLHH forum thread here</a> or on the <a href='https://lotrtcgpc.net/discord'>PC Discord here</a>, in the #gemp-dev channel. Please include a game replay link. -->
</div>
<div id="motd"></div>
</div>
<div class='serverTime' style='float: right'></div>
<div class='serverTime' ></div>
</div>
<div id="hall" class="ui-widget-content">
<div id="tablesDiv" style="overflow:auto; left:0px; top:0px;">

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM99.5 144.8C77.15 176.1 64 214.5 64 256C64 362 149.1 448 256 448C297.5 448 335.9 434.9 367.2 412.5L99.5 144.8zM448 256C448 149.1 362 64 256 64C214.5 64 176.1 77.15 144.8 99.5L412.5 367.2C434.9 335.9 448 297.5 448 256V256z"/></svg>

After

Width:  |  Height:  |  Size: 578 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M448 336v-288C448 21.49 426.5 0 400 0H352v191.1c0 13.41-15.52 20.88-25.1 12.49L272 160L217.1 204.5C207.5 212.8 192 205.4 192 191.1V0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h320c17.67 0 32-14.33 32-32c0-11.72-6.607-21.52-16-27.1v-81.36C441.8 362.8 448 350.2 448 336zM384 448H96c-17.67 0-32-14.33-32-32c0-17.67 14.33-32 32-32h288V448z"/></svg>

After

Width:  |  Height:  |  Size: 591 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M144.3 32.04C106.9 31.29 63.7 41.44 18.6 61.29c-11.42 5.026-18.6 16.67-18.6 29.15l0 357.6c0 11.55 11.99 19.55 22.45 14.65c126.3-59.14 219.8 11 223.8 14.01C249.1 478.9 252.5 480 256 480c12.4 0 16-11.38 16-15.98V80.04c0-5.203-2.531-10.08-6.781-13.08C263.3 65.58 216.7 33.35 144.3 32.04zM557.4 61.29c-45.11-19.79-88.48-29.61-125.7-29.26c-72.44 1.312-118.1 33.55-120.9 34.92C306.5 69.96 304 74.83 304 80.04v383.1C304 468.4 307.5 480 320 480c3.484 0 6.938-1.125 9.781-3.328c3.925-3.018 97.44-73.16 223.8-14c10.46 4.896 22.45-3.105 22.45-14.65l.0001-357.6C575.1 77.97 568.8 66.31 557.4 61.29z"/></svg>

After

Width:  |  Height:  |  Size: 834 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M352 96V99.56C352 115.3 339.3 128 323.6 128H188.4C172.7 128 159.1 115.3 159.1 99.56V96C159.1 42.98 202.1 0 255.1 0C309 0 352 42.98 352 96zM41.37 105.4C53.87 92.88 74.13 92.88 86.63 105.4L150.6 169.4C151.3 170 151.9 170.7 152.5 171.4C166.8 164.1 182.9 160 199.1 160H312C329.1 160 345.2 164.1 359.5 171.4C360.1 170.7 360.7 170 361.4 169.4L425.4 105.4C437.9 92.88 458.1 92.88 470.6 105.4C483.1 117.9 483.1 138.1 470.6 150.6L406.6 214.6C405.1 215.3 405.3 215.9 404.6 216.5C410.7 228.5 414.6 241.9 415.7 256H480C497.7 256 512 270.3 512 288C512 305.7 497.7 320 480 320H416C416 344.6 410.5 367.8 400.6 388.6C402.7 389.9 404.8 391.5 406.6 393.4L470.6 457.4C483.1 469.9 483.1 490.1 470.6 502.6C458.1 515.1 437.9 515.1 425.4 502.6L362.3 439.6C337.8 461.4 306.5 475.8 272 479.2V240C272 231.2 264.8 224 255.1 224C247.2 224 239.1 231.2 239.1 240V479.2C205.5 475.8 174.2 461.4 149.7 439.6L86.63 502.6C74.13 515.1 53.87 515.1 41.37 502.6C28.88 490.1 28.88 469.9 41.37 457.4L105.4 393.4C107.2 391.5 109.3 389.9 111.4 388.6C101.5 367.8 96 344.6 96 320H32C14.33 320 0 305.7 0 288C0 270.3 14.33 256 32 256H96.3C97.38 241.9 101.3 228.5 107.4 216.5C106.7 215.9 106 215.3 105.4 214.6L41.37 150.6C28.88 138.1 28.88 117.9 41.37 105.4H41.37z"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M64 400C64 408.8 71.16 416 80 416H480C497.7 416 512 430.3 512 448C512 465.7 497.7 480 480 480H80C35.82 480 0 444.2 0 400V64C0 46.33 14.33 32 32 32C49.67 32 64 46.33 64 64V400zM342.6 278.6C330.1 291.1 309.9 291.1 297.4 278.6L240 221.3L150.6 310.6C138.1 323.1 117.9 323.1 105.4 310.6C92.88 298.1 92.88 277.9 105.4 265.4L217.4 153.4C229.9 140.9 250.1 140.9 262.6 153.4L320 210.7L425.4 105.4C437.9 92.88 458.1 92.88 470.6 105.4C483.1 117.9 483.1 138.1 470.6 150.6L342.6 278.6z"/></svg>

After

Width:  |  Height:  |  Size: 720 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 400c-18 0-32-14-32-32s13.1-32 32-32c17.1 0 32 14 32 32S273.1 400 256 400zM325.1 258L280 286V288c0 13-11 24-24 24S232 301 232 288V272c0-8 4-16 12-21l57-34C308 213 312 206 312 198C312 186 301.1 176 289.1 176h-51.1C225.1 176 216 186 216 198c0 13-11 24-24 24s-24-11-24-24C168 159 199 128 237.1 128h51.1C329 128 360 159 360 198C360 222 347 245 325.1 258z"/></svg>

After

Width:  |  Height:  |  Size: 681 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512zM232 256C232 264 236 271.5 242.7 275.1L338.7 339.1C349.7 347.3 364.6 344.3 371.1 333.3C379.3 322.3 376.3 307.4 365.3 300L280 243.2V120C280 106.7 269.3 96 255.1 96C242.7 96 231.1 106.7 231.1 120L232 256z"/></svg>

After

Width:  |  Height:  |  Size: 559 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M384 96L384 0h-112c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48H464c26.51 0 48-21.49 48-48V128h-95.1C398.4 128 384 113.6 384 96zM416 0v96h96L416 0zM192 352V128h-144c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h192c26.51 0 48-21.49 48-48L288 416h-32C220.7 416 192 387.3 192 352z"/></svg>

After

Width:  |  Height:  |  Size: 537 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M480 352h-133.5l-45.25 45.25C289.2 409.3 273.1 416 256 416s-33.16-6.656-45.25-18.75L165.5 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456zM233.4 374.6C239.6 380.9 247.8 384 256 384s16.38-3.125 22.62-9.375l128-128c12.49-12.5 12.49-32.75 0-45.25c-12.5-12.5-32.76-12.5-45.25 0L288 274.8V32c0-17.67-14.33-32-32-32C238.3 0 224 14.33 224 32v242.8L150.6 201.4c-12.49-12.5-32.75-12.5-45.25 0c-12.49 12.5-12.49 32.75 0 45.25L233.4 374.6z"/></svg>

After

Width:  |  Height:  |  Size: 838 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M384 0v128h128L384 0zM352 128L352 0H176C149.5 0 128 21.49 128 48V288h174.1l-39.03-39.03c-9.375-9.375-9.375-24.56 0-33.94s24.56-9.375 33.94 0l80 80c9.375 9.375 9.375 24.56 0 33.94l-80 80c-9.375 9.375-24.56 9.375-33.94 0C258.3 404.3 256 398.2 256 392s2.344-12.28 7.031-16.97L302.1 336H128v128C128 490.5 149.5 512 176 512h288c26.51 0 48-21.49 48-48V160h-127.1C366.3 160 352 145.7 352 128zM24 288C10.75 288 0 298.7 0 312c0 13.25 10.75 24 24 24H128V288H24z"/></svg>

After

Width:  |  Height:  |  Size: 699 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M256 0v128h128L256 0zM224 128L224 0H48C21.49 0 0 21.49 0 48v416C0 490.5 21.49 512 48 512h288c26.51 0 48-21.49 48-48V160h-127.1C238.3 160 224 145.7 224 128zM272 416h-160C103.2 416 96 408.8 96 400C96 391.2 103.2 384 112 384h160c8.836 0 16 7.162 16 16C288 408.8 280.8 416 272 416zM272 352h-160C103.2 352 96 344.8 96 336C96 327.2 103.2 320 112 320h160c8.836 0 16 7.162 16 16C288 344.8 280.8 352 272 352zM288 272C288 280.8 280.8 288 272 288h-160C103.2 288 96 280.8 96 272C96 263.2 103.2 256 112 256h160C280.8 256 288 263.2 288 272z"/></svg>

After

Width:  |  Height:  |  Size: 774 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M433.1 129.1l-83.9-83.9C342.3 38.32 327.1 32 316.1 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V163.9C448 152.9 441.7 137.7 433.1 129.1zM224 416c-35.34 0-64-28.66-64-64s28.66-64 64-64s64 28.66 64 64S259.3 416 224 416zM320 208C320 216.8 312.8 224 304 224h-224C71.16 224 64 216.8 64 208v-96C64 103.2 71.16 96 80 96h224C312.8 96 320 103.2 320 112V208z"/></svg>

After

Width:  |  Height:  |  Size: 633 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M147.8 192H480V144C480 117.5 458.5 96 432 96h-160l-64-64h-160C21.49 32 0 53.49 0 80v328.4l90.54-181.1C101.4 205.6 123.4 192 147.8 192zM543.1 224H147.8C135.7 224 124.6 230.8 119.2 241.7L0 480h447.1c12.12 0 23.2-6.852 28.62-17.69l96-192C583.2 249 567.7 224 543.1 224z"/></svg>

After

Width:  |  Height:  |  Size: 513 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M495.9 166.6C499.2 175.2 496.4 184.9 489.6 191.2L446.3 230.6C447.4 238.9 448 247.4 448 256C448 264.6 447.4 273.1 446.3 281.4L489.6 320.8C496.4 327.1 499.2 336.8 495.9 345.4C491.5 357.3 486.2 368.8 480.2 379.7L475.5 387.8C468.9 398.8 461.5 409.2 453.4 419.1C447.4 426.2 437.7 428.7 428.9 425.9L373.2 408.1C359.8 418.4 344.1 427 329.2 433.6L316.7 490.7C314.7 499.7 307.7 506.1 298.5 508.5C284.7 510.8 270.5 512 255.1 512C241.5 512 227.3 510.8 213.5 508.5C204.3 506.1 197.3 499.7 195.3 490.7L182.8 433.6C167 427 152.2 418.4 138.8 408.1L83.14 425.9C74.3 428.7 64.55 426.2 58.63 419.1C50.52 409.2 43.12 398.8 36.52 387.8L31.84 379.7C25.77 368.8 20.49 357.3 16.06 345.4C12.82 336.8 15.55 327.1 22.41 320.8L65.67 281.4C64.57 273.1 64 264.6 64 256C64 247.4 64.57 238.9 65.67 230.6L22.41 191.2C15.55 184.9 12.82 175.3 16.06 166.6C20.49 154.7 25.78 143.2 31.84 132.3L36.51 124.2C43.12 113.2 50.52 102.8 58.63 92.95C64.55 85.8 74.3 83.32 83.14 86.14L138.8 103.9C152.2 93.56 167 84.96 182.8 78.43L195.3 21.33C197.3 12.25 204.3 5.04 213.5 3.51C227.3 1.201 241.5 0 256 0C270.5 0 284.7 1.201 298.5 3.51C307.7 5.04 314.7 12.25 316.7 21.33L329.2 78.43C344.1 84.96 359.8 93.56 373.2 103.9L428.9 86.14C437.7 83.32 447.4 85.8 453.4 92.95C461.5 102.8 468.9 113.2 475.5 124.2L480.2 132.3C486.2 143.2 491.5 154.7 495.9 166.6V166.6zM256 336C300.2 336 336 300.2 336 255.1C336 211.8 300.2 175.1 256 175.1C211.8 175.1 176 211.8 176 255.1C176 300.2 211.8 336 256 336z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M480 144V384l-96 96H144C117.5 480 96 458.5 96 432v-288C96 117.5 117.5 96 144 96h288C458.5 96 480 117.5 480 144zM384 264C384 259.6 380.4 256 376 256H320V200C320 195.6 316.4 192 312 192h-48C259.6 192 256 195.6 256 200V256H200C195.6 256 192 259.6 192 264v48C192 316.4 195.6 320 200 320H256v56c0 4.375 3.625 8 8 8h48c4.375 0 8-3.625 8-8V320h56C380.4 320 384 316.4 384 312V264zM0 360v-240C0 53.83 53.83 0 120 0h240C373.3 0 384 10.75 384 24S373.3 48 360 48h-240C80.3 48 48 80.3 48 120v240C48 373.3 37.25 384 24 384S0 373.3 0 360z"/></svg>

After

Width:  |  Height:  |  Size: 771 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M421.7 220.3L188.5 453.4L154.6 419.5L158.1 416H112C103.2 416 96 408.8 96 400V353.9L92.51 357.4C87.78 362.2 84.31 368 82.42 374.4L59.44 452.6L137.6 429.6C143.1 427.7 149.8 424.2 154.6 419.5L188.5 453.4C178.1 463.8 165.2 471.5 151.1 475.6L30.77 511C22.35 513.5 13.24 511.2 7.03 504.1C.8198 498.8-1.502 489.7 .976 481.2L36.37 360.9C40.53 346.8 48.16 333.9 58.57 323.5L291.7 90.34L421.7 220.3zM492.7 58.75C517.7 83.74 517.7 124.3 492.7 149.3L444.3 197.7L314.3 67.72L362.7 19.32C387.7-5.678 428.3-5.678 453.3 19.32L492.7 58.75z"/></svg>

After

Width:  |  Height:  |  Size: 770 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M463.1 256c8.75 0 15.1-7.25 15.1-16S472.7 224 463.1 224c-8.75 0-15.1 7.25-15.1 16S455.2 256 463.1 256zM287.1 176c48.5 0 87.1-39.5 87.1-88S336.5 0 287.1 0S200 39.5 200 88S239.5 176 287.1 176zM80 256c8.75 0 15.1-7.25 15.1-16S88.75 224 80 224S64 231.3 64 240S71.25 256 80 256zM75.91 375.1c.6289-.459 41.62-29.26 100.1-50.05L176 432h223.1l-.0004-106.8c58.32 20.8 99.51 49.49 100.1 49.91C508.6 381.1 518.3 384 527.9 384c14.98 0 29.73-7 39.11-20.09c15.41-21.59 10.41-51.56-11.16-66.97c-1.955-1.391-21.1-14.83-51.83-30.85C495.5 279.2 480.7 288 463.1 288c-26.25 0-47.1-21.75-47.1-48c0-3.549 .4648-6.992 1.217-10.33C378.6 217.2 334.4 208 288 208c-59.37 0-114.1 15.01-160.1 32.67C127.6 266.6 106 288 80 288C69.02 288 58.94 284 50.8 277.7c-18.11 10.45-29.25 18.22-30.7 19.26c-21.56 15.41-26.56 45.38-11.16 66.97C24.33 385.5 54.3 390.4 75.91 375.1zM335.1 344c13.25 0 23.1 10.75 23.1 24s-10.75 24-23.1 24c-13.25 0-23.1-10.75-23.1-24S322.7 344 335.1 344zM240 248c13.25 0 23.1 10.75 23.1 24S253.3 296 240 296c-13.25 0-23.1-10.75-23.1-24S226.8 248 240 248zM559.1 464H16c-8.75 0-15.1 7.25-15.1 16l-.0016 16c0 8.75 7.25 16 15.1 16h543.1c8.75 0 15.1-7.25 15.1-16L575.1 480C575.1 471.3 568.7 464 559.1 464z"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M204.3 32.01H96c-52.94 0-96 43.06-96 96c0 17.67 14.31 31.1 32 31.1s32-14.32 32-31.1c0-17.64 14.34-32 32-32h108.3C232.8 96.01 256 119.2 256 147.8c0 19.72-10.97 37.47-30.5 47.33L127.8 252.4C117.1 258.2 112 268.7 112 280v40c0 17.67 14.31 31.99 32 31.99s32-14.32 32-31.99V298.3L256 251.3c39.47-19.75 64-59.42 64-103.5C320 83.95 268.1 32.01 204.3 32.01zM144 400c-22.09 0-40 17.91-40 40s17.91 39.1 40 39.1s40-17.9 40-39.1S166.1 400 144 400z"/></svg>

After

Width:  |  Height:  |  Size: 682 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M568.9 143.5l-150.9-138.2C404.8-6.773 384 3.039 384 21.84V96C241.2 97.63 128 126.1 128 260.6c0 54.3 35.2 108.1 74.08 136.2c12.14 8.781 29.42-2.238 24.94-16.46C186.7 252.2 256 224 384 223.1v74.2c0 18.82 20.84 28.59 34.02 16.51l150.9-138.2C578.4 167.8 578.4 152.2 568.9 143.5zM416 384c-17.67 0-32 14.33-32 32v31.1l-320-.0013V128h32c17.67 0 32-14.32 32-32S113.7 64 96 64H64C28.65 64 0 92.65 0 128v319.1c0 35.34 28.65 64 64 64l320-.0013c35.35 0 64-28.66 64-64V416C448 398.3 433.7 384 416 384z"/></svg>

After

Width:  |  Height:  |  Size: 736 B

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 503.91 503.91" style="enable-background:new 0 0 503.91 503.91;" xml:space="preserve">
<g>
<g>
<path d="M495.352,7.908c-0.218-3.693-2.82-6.807-6.413-7.672c-3.626-0.856-7.336,0.722-9.208,3.903
c-0.445,0.755-45.618,76.548-101.703,91.094c-2.627,0.68-4.759,2.594-5.733,5.12c-0.285,0.755-29.805,76.263-110.861,157.318
l-9.485,9.476l-9.485-9.476c-81.055-81.055-110.575-156.563-110.861-157.318c-0.965-2.535-3.106-4.44-5.733-5.12
C69.897,80.721,24.615,4.895,24.161,4.131c-1.872-3.173-5.615-4.767-9.199-3.895C11.378,1.11,8.768,4.215,8.558,7.908
c-0.185,3.198-4.23,79.142,25.894,146.6c3.525,7.898,16.292,12.33,38.014,13.22c-7.982,24.979-5.666,27.766-3.223,30.695
c4.633,5.565,85.21,90.985,130.166,115.536c1.234,0.68,2.442,1.385,3.676,2.065l-32.651,32.642
c-1.049-2.913-1.897-5.892-2.459-8.973c-2.09-11.474-12.254-19.968-24.19-20.195c-7.839,0.017-14.89,3.131-19.842,8.973
c-4.809,5.649-6.807,13.027-5.481,20.237c2.468,13.438,7.378,26.104,14.437,37.502L82.11,436.99
c-7.823,0.529-15.503,3.634-21.47,9.602c-13.085,13.094-13.085,34.396,0,47.482c6.345,6.345,14.772,9.837,23.745,9.837
c8.964,0,17.4-3.492,23.737-9.837c5.8-5.8,9.073-13.379,9.619-21.487l50.948-50.948c10.802,6.539,22.696,11.163,35.261,13.547
c1.628,0.311,3.265,0.462,4.885,0.462c6.052,0,11.902-2.132,16.577-6.127c5.8-4.969,8.989-12.196,8.746-19.834
c-0.378-11.801-8.981-21.831-20.446-23.854c-2.107-0.378-4.155-0.982-6.194-1.603c15.637-13.925,30.905-26.087,44.376-36.134
c15.746,11.734,30.628,23.837,44.452,36.151c-2.031,0.613-4.054,1.217-6.152,1.586c-11.465,2.023-20.06,12.053-20.438,23.854
c-0.252,7.638,2.938,14.865,8.738,19.834c4.675,3.995,10.525,6.127,16.577,6.127c1.62,0,3.257-0.151,4.885-0.462
c12.573-2.392,24.467-7.009,35.261-13.547l50.957,50.948c0.537,8.108,3.811,15.687,9.61,21.487
c6.345,6.345,14.772,9.837,23.737,9.837c8.973,0,17.408-3.492,23.745-9.837c13.094-13.085,13.094-34.388,0-47.482
c-5.968-5.968-13.648-9.073-21.47-9.602l-50.78-50.78c7.059-11.398,11.969-24.064,14.428-37.502
c1.326-7.21-0.672-14.588-5.473-20.237c-4.961-5.842-12.036-8.973-19.892-8.973c-11.893,0.227-22.05,8.721-24.148,20.195
c-0.562,3.08-1.41,6.06-2.459,8.973l-32.65-32.642c1.217-0.671,2.476-1.41,3.676-2.065
c44.955-24.551,125.532-109.971,130.174-115.536c2.434-2.929,4.759-5.716-3.232-30.695c21.714-0.89,34.489-5.321,38.014-13.22
C499.583,87.05,495.537,11.106,495.352,7.908z M113.291,453.298c-0.101-0.168-0.26-0.294-0.361-0.462
c-1.368-2.224-2.913-4.348-4.809-6.245v-0.008c-0.025-0.025-0.059-0.042-0.092-0.067c-1.888-1.872-3.978-3.408-6.161-4.742
c-0.159-0.101-0.285-0.252-0.453-0.344l41.321-41.321l5.573,5.573c0.017,0.017,0.034,0.042,0.05,0.059
c0.017,0.008,0.495,0.487,0.512,0.504l5.733,5.733L113.291,453.298z M402.487,441.43c-0.159,0.092-0.285,0.243-0.453,0.344
c-2.182,1.335-4.272,2.871-6.161,4.742c-0.025,0.025-0.067,0.042-0.092,0.067v0.008c-1.888,1.897-3.441,4.021-4.809,6.245
c-0.101,0.168-0.26,0.294-0.352,0.462l-41.321-41.321l5.892-5.892c0.159-0.159,0.336-0.327,0.352-0.344s0.034-0.042,0.05-0.059
l5.573-5.573L402.487,441.43z M315.666,394.107c0.034-0.025,0.084-0.034,0.126-0.05c0.336-0.193,0.621-0.436,0.957-0.63
c2.451-1.444,4.868-2.929,7.16-4.667c2.728-2.023,5.288-4.188,7.646-6.522c2.258-2.3,4.356-4.809,6.371-7.495
c1.612-2.107,3.013-4.306,4.39-6.522c0.227-0.369,0.47-0.663,0.697-1.032c0.034-0.067,0.042-0.143,0.076-0.201
c4.516-7.596,7.798-15.738,9.359-24.282c0.663-3.643,4.004-6.345,7.991-6.421h0.168c2.535,0,4.919,1.108,6.572,3.047
c0.898,1.058,2.317,3.29,1.763,6.337c-3.324,18.088-12.28,35.185-25.214,48.145l-0.478,0.478h-0.008
c-12.792,12.624-28.84,21.068-46.424,24.4c-2.677,0.504-5.38-0.193-7.403-1.93c-1.125-0.957-2.988-3.08-2.879-6.538
c0.117-3.903,2.887-7.21,6.58-7.865C301.069,400.957,308.624,398.086,315.666,394.107z M454.485,146.845
c-3.869,2.426-19.893,4.39-34.556,4.239c-2.871-0.185-5.321,1.267-6.916,3.492c-1.603,2.216-2.023,5.078-1.116,7.663
c3.475,9.988,7.168,22.293,8.058,27.463c-12.808,13.95-84.211,88.064-123.51,109.526c-5.422,2.963-11.356,6.278-17.358,9.862
c-0.915,0.546-1.788,1.074-2.652,1.603c-1.024,0.621-2.04,1.234-3.055,1.88c-2.35,1.469-4.549,2.896-6.614,4.306
c-0.067,0.042-0.134,0.076-0.193,0.117c-18.826,12.808-46.76,33.238-75.298,59.241c-2.552-1.788-4.851-3.693-6.933-5.741
c-1.931-1.972-3.744-4.13-5.481-6.513l43.914-43.914l35.11-35.11l15.419-15.419c74.039-74.039,105.825-142.177,113.06-159.224
c40.095-12.254,73.443-49.53,92.017-74.349C477.072,63.33,472.036,107.11,454.485,146.845z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69zM31.1 128H416V448C416 483.3 387.3 512 352 512H95.1C60.65 512 31.1 483.3 31.1 448V128zM111.1 208V432C111.1 440.8 119.2 448 127.1 448C136.8 448 143.1 440.8 143.1 432V208C143.1 199.2 136.8 192 127.1 192C119.2 192 111.1 199.2 111.1 208zM207.1 208V432C207.1 440.8 215.2 448 223.1 448C232.8 448 240 440.8 240 432V208C240 199.2 232.8 192 223.1 192C215.2 192 207.1 199.2 207.1 208zM304 208V432C304 440.8 311.2 448 320 448C328.8 448 336 440.8 336 432V208C336 199.2 328.8 192 320 192C311.2 192 304 199.2 304 208z"/></svg>

After

Width:  |  Height:  |  Size: 956 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/></svg>

After

Width:  |  Height:  |  Size: 750 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M319.9 320c57.41 0 103.1-46.56 103.1-104c0-57.44-46.54-104-103.1-104c-57.41 0-103.1 46.56-103.1 104C215.9 273.4 262.5 320 319.9 320zM369.9 352H270.1C191.6 352 128 411.7 128 485.3C128 500.1 140.7 512 156.4 512h327.2C499.3 512 512 500.1 512 485.3C512 411.7 448.4 352 369.9 352zM512 160c44.18 0 80-35.82 80-80S556.2 0 512 0c-44.18 0-80 35.82-80 80S467.8 160 512 160zM183.9 216c0-5.449 .9824-10.63 1.609-15.91C174.6 194.1 162.6 192 149.9 192H88.08C39.44 192 0 233.8 0 285.3C0 295.6 7.887 304 17.62 304h199.5C196.7 280.2 183.9 249.7 183.9 216zM128 160c44.18 0 80-35.82 80-80S172.2 0 128 0C83.82 0 48 35.82 48 80S83.82 160 128 160zM551.9 192h-61.84c-12.8 0-24.88 3.037-35.86 8.24C454.8 205.5 455.8 210.6 455.8 216c0 33.71-12.78 64.21-33.16 88h199.7C632.1 304 640 295.6 640 285.3C640 233.8 600.6 192 551.9 192z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -47,6 +47,10 @@ var GempLotrHallUI = Class.extend({
this.initTable(hallSettings[4] == "1", "activeTournamentsHeader", "activeTournamentsContent");
this.buttonsDiv = $("#buttonsDiv");
$("#bug-button").button();
$("#report-button").button();
$("#discord-button").button();
$("#wiki-button").button();
var that = this;