some awesome config and windows icon update.
This commit is contained in:
parent
10514178d0
commit
c612c91421
12 changed files with 92 additions and 90 deletions
|
|
@ -1,31 +1,31 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#95b9e2"/>
|
||||
<stop offset="100%" stop-color="#0b3769"/>
|
||||
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#64B5F6"/>
|
||||
<stop offset="100%" stop-color="#245a86"/>
|
||||
</linearGradient>
|
||||
<filter id="sh" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<filter id="shadow" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feDropShadow dx="2.5" dy="3.5" stdDeviation="3" flood-color="#1a1a2e" flood-opacity="0.45"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g filter="url(#sh)" fill="none">
|
||||
<g stroke="#051930" stroke-width="4.5" stroke-linecap="round" stroke-linejoin="round" transform="translate(2,2)">
|
||||
<rect x="4" y="4" width="18" height="18" rx="1.5"/>
|
||||
<rect x="26" y="4" width="18" height="18" rx="1.5"/>
|
||||
<rect x="4" y="26" width="18" height="18" rx="1.5"/>
|
||||
<rect x="26" y="26" width="18" height="18" rx="1.5"/>
|
||||
<g filter="url(#shadow)" fill="none">
|
||||
<g stroke="#122d43" stroke-width="4.5" stroke-linecap="round" stroke-linejoin="round" transform="translate(2,2)">
|
||||
<rect x="8" y="8" width="14" height="14" rx="2"/>
|
||||
<rect x="26" y="8" width="14" height="14" rx="2"/>
|
||||
<rect x="8" y="26" width="14" height="14" rx="2"/>
|
||||
<rect x="26" y="26" width="14" height="14" rx="2"/>
|
||||
</g>
|
||||
<g stroke="#0b3769" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(1,1)">
|
||||
<rect x="4" y="4" width="18" height="18" rx="1.5"/>
|
||||
<rect x="26" y="4" width="18" height="18" rx="1.5"/>
|
||||
<rect x="4" y="26" width="18" height="18" rx="1.5"/>
|
||||
<rect x="26" y="26" width="18" height="18" rx="1.5"/>
|
||||
<g stroke="#245a86" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(1,1)">
|
||||
<rect x="8" y="8" width="14" height="14" rx="2"/>
|
||||
<rect x="26" y="8" width="14" height="14" rx="2"/>
|
||||
<rect x="8" y="26" width="14" height="14" rx="2"/>
|
||||
<rect x="26" y="26" width="14" height="14" rx="2"/>
|
||||
</g>
|
||||
<g stroke="url(#g)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="4" y="4" width="18" height="18" rx="1.5"/>
|
||||
<rect x="26" y="4" width="18" height="18" rx="1.5"/>
|
||||
<rect x="4" y="26" width="18" height="18" rx="1.5"/>
|
||||
<rect x="26" y="26" width="18" height="18" rx="1.5"/>
|
||||
<g stroke="url(#iconGrad)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="8" y="8" width="14" height="14" rx="2"/>
|
||||
<rect x="26" y="8" width="14" height="14" rx="2"/>
|
||||
<rect x="8" y="26" width="14" height="14" rx="2"/>
|
||||
<rect x="26" y="26" width="14" height="14" rx="2"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue