added icon theme la-capitaine with personal changes
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<linearGradient id="p" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0" stop-color="#FF0066" />
|
||||
<stop offset="1" stop-color="#FF00CC" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="5" y="5" width="38" height="38" rx="2" fill="url(#p)" />
|
||||
<g fill="#FFF">
|
||||
<path id="d" d="m 13.25,24 c 0,2.5 1,5 2.6,7 l 1.141,-1 c -1.427835,-1.673416 -2.212,-3.8 -2.213,-6 z" />
|
||||
<circle id="c" cx="24" cy="14" r="3" fill="none" stroke-width="1.5" stroke="#FFF" />
|
||||
<use xlink:href="#c" transform="rotate(72,24,24)" />
|
||||
<use xlink:href="#c" transform="rotate(-72,24,24)" />
|
||||
<use xlink:href="#c" transform="rotate(-144,24,24)" />
|
||||
<use xlink:href="#c" transform="rotate(144,24,24)" />
|
||||
<use xlink:href="#d" transform="rotate(72,24,24)" />
|
||||
<use xlink:href="#d" transform="rotate(-72,24,24)" />
|
||||
<use xlink:href="#d" transform="rotate(-144,24,24)" />
|
||||
<use xlink:href="#d" transform="rotate(144,24,24)" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user