55 lines
2.5 KiB
XML
55 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg
|
|
width="98"
|
|
height="98"
|
|
version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg">
|
|
<defs
|
|
id="defs2" />
|
|
<style
|
|
id="style1">
|
|
@layer default-color, import-color, base, print;
|
|
|
|
@layer default-color {
|
|
:root {
|
|
--background-color: rgba(0,0,0,0);
|
|
--primary-color: blue;
|
|
--secondary-color: blue;
|
|
}
|
|
}
|
|
|
|
@layer base{
|
|
.box {
|
|
fill: var(--background-color);
|
|
}
|
|
.primary_color {
|
|
fill: var(--primary-color);
|
|
}
|
|
}
|
|
</style>
|
|
<style
|
|
id="style2">
|
|
@import url("/static/css/icon-colors.css") layer(import-color);
|
|
@import url("/static/css/icon-print.css") layer(print);
|
|
</style>
|
|
<a
|
|
href="https://github.com/Pagwin-Fedora"
|
|
target="_top"
|
|
id="a2">
|
|
<rect
|
|
x="0"
|
|
y="0"
|
|
class="box"
|
|
width="98"
|
|
height="98"
|
|
id="rect2" />
|
|
<path
|
|
class="primary_color"
|
|
d="M 48.850153,0 C 21.877675,0 0,22.487706 0,50.212275 c 0,22.179656 14.085627,40.970753 33.266055,47.74787 2.397554,0.30805 3.296637,-1.232204 3.296637,-2.464407 V 86.870317 C 23.076453,89.950824 20.079511,80.0932 20.079511,80.0932 c -2.09786,-5.852964 -5.394496,-7.393219 -5.394496,-7.393219 -4.495412,-3.080507 0.299695,-3.080507 0.299695,-3.080507 4.795107,0.308051 7.492355,5.236863 7.492355,5.236863 4.495412,7.701269 11.388379,5.544913 14.085627,4.312711 0.299693,-3.388559 1.798165,-5.544915 2.996941,-6.777117 -10.788991,-1.232204 -22.17737,-5.544914 -22.17737,-24.952113 0,-5.544913 1.798165,-9.857624 5.094802,-13.554234 -0.299695,-0.924152 -2.09786,-6.161015 0.599388,-12.938132 0,0 4.195718,-1.232203 13.486239,5.236863 3.896024,-1.232202 8.091742,-1.540253 12.287461,-1.540253 4.195719,0 8.391438,0.616101 12.287462,1.540253 9.29052,-6.469066 13.486239,-5.236863 13.486239,-5.236863 2.697247,6.777117 0.899082,12.01398 0.599388,13.246184 2.996941,3.388558 5.094801,8.009319 5.094801,13.554233 0,19.407199 -11.388379,23.411858 -22.17737,24.644062 1.798165,1.540254 3.296636,4.620761 3.296636,9.241523 v 13.862284 c 0,1.232203 0.899082,2.772457 3.296637,2.464407 C 84.214068,91.183028 98,72.391931 98,50.212275 97.700306,22.487706 75.82263,0 48.850153,0 Z"
|
|
fill-rule="evenodd"
|
|
clip-rule="evenodd"
|
|
id="path2"
|
|
style="stroke-width:3.03844" />
|
|
</a>
|
|
</svg>
|