change icon back to search icon

This commit is contained in:
RickyRister 2025-08-19 21:28:15 -07:00
parent b975fa6135
commit 88052f1b06
3 changed files with 1 additions and 26 deletions

View file

@ -19,7 +19,6 @@
<file>resources/icons/delete.svg</file>
<file>resources/icons/dropdown_collapsed.svg</file>
<file>resources/icons/dropdown_expanded.svg</file>
<file>resources/icons/earth.svg</file>
<file>resources/icons/forgot_password.svg</file>
<file>resources/icons/increment.svg</file>
<file>resources/icons/info.svg</file>

View file

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg fill="#000000" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="800px" height="800px" viewBox="0 0 488.352 488.352"
xml:space="preserve">
<g>
<path d="M244.165,0C109.532,0,0,109.538,0,244.176c0,134.639,109.532,244.176,244.165,244.176
c134.644,0,244.187-109.537,244.187-244.176C488.352,109.538,378.809,0,244.165,0z M53.841,244.176
c0-16.269,2.272-31.978,6.131-47.058c3.165,5.052,8.99,11.083,19.401,14.349c7.045,24.669,37.278,45.344,37.278,45.344
s-21.431,34.681-11.903,56.112c9.526,21.431,37.31,26.194,38.897,37.31c0.873,6.1-3.996,29.648-8.57,49.672
C86.03,365.438,53.841,308.537,53.841,244.176z M188.958,426.282c17.235-21.559,45.911-50.103,53.115-76.845
c9.043-33.576,3.165-79.377-17.467-103.19c-20.643-23.813-65.88-13.493-77.785-17.461c-9.128-3.044-19.592-11.221-22.935-19.165
c3.176-0.857,6.394-1.746,9.875-2.913c69.688-23.334,89.479-108.307,90.34-122.929c0.569-9.627-4.047-21.01-7.297-27.74
c8.959-1.299,18.045-2.198,27.362-2.198c22.924,0,44.818,4.28,65.188,11.746l-14.26,16.431c-3.123,3.596-4.447,8.418-3.597,13.108
c0.842,4.684,3.765,8.75,7.961,11.026c4.848,2.639,10.168,4.454,14.837,3.575c8.255-1.545,29.192-11.535,42.874-18.355
c4.563,3.381,8.959,6.941,13.197,10.705c-12.292,3.848-35.05,13.006-46.05,22.135c-3.935,3.265-4.573,9.016-1.61,13.182
c3.673,5.163,7.269,12.418,0.328,14.402c-11.115,3.17-3.175,25.396,15.08,26.983c15.553,1.352,47.193-29.417,72.433-26.835
c9.464,17.014,16.415,35.595,20.307,55.286c-21.884-7.803-60.402-18.602-86.387-9.401c-38.099,13.497-65.43,46.832-34.134,81.76
c31.294,34.923,53.178,9.521,59.53,47.625c1.197,7.214-2.776,39.935-6.142,64.866c-32.704,26.49-74.284,42.432-119.554,42.432
C224.963,434.511,206.445,431.593,188.958,426.282z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -179,7 +179,7 @@ QGroupBox *TabReplays::createRightLayout()
connect(aGetReplayCode, &QAction::triggered, this, &TabReplays::actGetReplayCode);
aSubmitReplayCode = new QAction(this);
aSubmitReplayCode->setIcon(QPixmap("theme:icons/earth"));
aSubmitReplayCode->setIcon(QPixmap("theme:icons/search"));
connect(aSubmitReplayCode, &QAction::triggered, this, &TabReplays::actSubmitReplayCode);
// Add actions to toolbars