feat: add packagers team emblem

This commit is contained in:
David Lapshin 2022-08-25 19:33:35 +03:00
parent 5ebdc15756
commit 12f4ca6711
2 changed files with 37 additions and 0 deletions

BIN
Emblems/logo-packagers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256" height="256" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="Gradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" style="stop-color:#F6D32D;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8FF0A4;stop-opacity:1" />
</linearGradient>
<filter id="alpha-to-white">
<feColorMatrix in="SourceGraphic" type="matrix"
values="0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0.8 0"/>
</filter>
<g id="child-svg">
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg" sodipodi:docname="com.github.AdwCustomizerTeam.AdwCustomizer-symbolic.svg" inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#000000" borderopacity="0.25" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="16.472647" inkscape:cx="4.3405289" inkscape:cy="11.109326" inkscape:window-width="1280" inkscape:window-height="731" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg41846"/>
<g fill="#2e3436" stroke-width="207.866" inkscape:label="symbolic">
<path d="m 3 0 c -1.6601483 0 -3.00035 1.3398417 -3 3 v 2 c 0.00035 1.6601583 1.3398517 3 3 3 h 10 c 1.660158 0 3.00035 -1.3398417 3 -3 v -2 c -0.00035 -1.6601583 -1.339842 -3 -3 -3 z m 0 2 h 10 c 0.554689 0 0.99988 0.4453106 1 1 v 2 c 0.00012 0.5546894 -0.445311 1 -1 1 h -10 c -0.5546894 0 -0.99988 -0.4453106 -1 -1 v -2 c -0.00012 -0.5546894 0.4453106 -1 1 -1 z" paint-order="markers stroke fill"/>
<path d="m 9.0002101 10.00016 v 5 c 0 0.554 -0.446 1 -1 1 s -1 -0.446 -1 -1 v -5 c 0 -0.554 0.446 -1 1 -1 s 1 0.446 1 1 z" paint-order="markers stroke fill"/>
<path d="m 8.0002101 9.00016 h 6.9999899 c 0.554 0 1 0.446 1 1 s -0.446 1 -1 1 h -6.9999899 c -0.554 0 -1 -0.446 -1 -1 s 0.446 -1 1 -1 z" paint-order="markers stroke fill"/>
</g>
</svg>
</g>
</defs>
<rect
width="256"
height="256"
fill="url(#Gradient)"
ry="0"
x="0"
y="0" />
<use xlink:href="#child-svg" filter="url(#alpha-to-white)"
transform="matrix(8,0,0,8,64,64)" />
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB