集成OpenOffice替换为LibreOffice

This commit is contained in:
陈精华
2021-06-23 10:26:22 +08:00
parent 8a1eebb9b0
commit 79341b2c8e
14724 changed files with 2184695 additions and 551131 deletions

View File

@@ -0,0 +1,33 @@
<?xml-stylesheet type="text/css" href="icons.css" ?>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<linearGradient
id="linearGradient">
<stop
style="stop-color:#ffffff;stop-opacity:0.6"
/>
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="0.5"
/>
</linearGradient>
<path
class="icn icn--highlight-color"
d="m 2.5,9.5 c 0,5.3 4,9.9 9.5,9.9 5.5,0 9.5,-4.6 9.5,-9.9 0,-2.6 -5.5,-5 -9,-5 -5,0 -10,2.4 -10,5 z"
fill="#117acc"
stroke="#0063b1"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
class="icn icn--highlight-color"
d="M 12,4.5 C 6.8,4.5 2.5,6.9 2.5,9.5 2.5,12.1 6.8,14 12,14 17.2,14 21.5,12.1 21.5,9.5 c 0,-2.6 -4.3,-5 -9.5,-5 z"
fill="#117acc"
stroke="#0063b1"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
style="fill:url(#linearGradient)"
d="M 3.4,12.1 C 4.4,15.9 7.7,18.9 12,18.9 c 4.3,0 7.6,-2.9 8.6,-6.8 -0.5,0.4 -1.1,0.8 -1.7,1.1 C 17.1,14. 14.7,14.5 12,14.5 9.3,14.5 6.9,14. 5.1,13.2 4.4,12.9 3.8,12.5 3.3,12.1 Z"
/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB