🚀 Update all icons to new standard

ℹ️ This commit updates the sizes of all icons to match the new standard, ensuring consistency throughout the project. The new sizes were determined after careful consideration and testing to improve the overall user experience. All icons have also gotten a SVG counterpart if possible.
This commit is contained in:
walkxcode
2023-04-13 15:56:18 +02:00
parent bb649b5753
commit 1b76a370ce
1813 changed files with 53725 additions and 725 deletions

20
svg/palemoon.svg Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<filter id="filter1" x="0" y="0">
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" />
</filter>
<linearGradient x1="80" y1="0" x2="0" y2="0" id="Gradient0" gradientUnits="userSpaceOnUse">
<stop style="stop-color:#C1C1F6;stop-opacity:1" offset="0" />
<stop style="stop-color:#1A1A97;stop-opacity:1" offset="1" />
</linearGradient>
<linearGradient x1="80" y1="0" x2="0" y2="0" id="Gradient1" gradientUnits="userSpaceOnUse">
<stop style="stop-color:#D1D1F6;stop-opacity:1" offset="0" />
<stop style="stop-color:#1A1A97;stop-opacity:1" offset="1" />
</linearGradient>
</defs>
<path style="fill:url(#Gradient0)" d="M 49.99,2 A 48,48 0 1 0 51,2 z"/>
<path style="fill:url(#Gradient1);" filter="url(#filter1)" d="M 73,7.5 A 48,48 0 0 1 98.2,44 c -1,-10 -20,0 -10,6 q 10,10 -20,-10 q -3,-3 -15,0 c 25,0 0,20 0,20 q -10,-20 -15,-10 c 10,-10 -10,10 0,-25 c 4,-3 4,0 17,-3 c -2,-5 0,-6 0,-12 l 4,-3 z M 20,80 c 4,4 10,0 15,0 c 3,0 -5,8 2,16 a 48,48 0 0 0 20,1 c 3,-5 -7,-10 -3,-23 c -6,-6 -5,15 -20,-10 c -3,-12, -14,-6 -12,10 "/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB