Bug: 444548 Add Gnome todo symbolic icons

This commit is contained in:
Andreas Kainz 2021-11-13 09:33:41 +01:00
parent 95aa75e330
commit 51798ad002
18 changed files with 112 additions and 75 deletions

View File

@ -1 +0,0 @@
view-calendar.svg

Before

Width:  |  Height:  |  Size: 17 B

After

Width:  |  Height:  |  Size: 717 B

View File

@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
.ColorScheme-PositiveText {
color:#27ae60;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 2,2 V 14 H 14 V 2 H 12 V 4 H 10 V 2 H 6 V 4 H 4 V 2 Z m 1,3 h 10 v 8 H 3 Z M 4,6 V 8 H 6 V 6 Z M 7,6 V 8 H 9 V 6 Z m 3,0 v 2 h 2 V 6 Z M 4,9 v 2 H 6 V 9 Z m 6,0 v 2 h 2 V 9 Z"
class="ColorScheme-Text"/>
<path
d="m 7,9 v 2 H 9 V 9 Z"
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-PositiveText"
/>
</svg>

Before

Width:  |  Height:  |  Size: 17 B

After

Width:  |  Height:  |  Size: 717 B

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 2 2 L 2 14 L 14 14 L 14 2 L 2 2 z M 3 3 L 13 3 L 13 13 L 3 13 L 3 3 z M 4 4 L 4 12 L 6 12 L 6 4 L 4 4 z "
class="ColorScheme-Text"
/>
</svg>

After

Width:  |  Height:  |  Size: 442 B

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="m 4,3 v 2 h 8 V 3 Z m 0,4 v 2 h 8 V 7 Z m 0,4 v 2 h 8 v -2 z"
class="ColorScheme-Text"
/>
</svg>

After

Width:  |  Height:  |  Size: 396 B

View File

@ -1,77 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 16 16"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="list-remove-symbolic.svg">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="866"
inkscape:window-height="675"
id="namedview8"
showgrid="true"
inkscape:zoom="20.85965"
inkscape:cx="11.297701"
inkscape:cy="7.8529044"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2">
<inkscape:grid
type="xygrid"
id="grid4150" />
</sodipodi:namedview>
<defs
id="defs3051">
<style
type="text/css"
id="current-color-scheme">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#4d4d4d;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<style
id="current-color-scheme-6"
type="text/css">
.ColorScheme-Text {
color:#4d4d4d;
color:#eff0f1;
}
</style>
</defs>
<path
inkscape:connector-curvature="0"
style="color:#4d4d4d;fill:currentColor;fill-opacity:1;stroke:none"
d="m 2,7.9999996 0,0.9980469 c 0,0 11,0.00195 11,0 l 0,-0.9980469 z"
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="m 2,8 0,1 c 0,0 11,0 11,0 l 0,-1 z"
class="ColorScheme-Text"
id="path6"
sodipodi:nodetypes="ccccc" />
/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 370 B

View File

@ -0,0 +1 @@
../16/mail-receive.svg

View File

@ -0,0 +1 @@
../16/view-list-details.svg

View File

@ -0,0 +1 @@
../16/go-jump-today.svg

View File

@ -0,0 +1 @@
../16/view-calendar-week.svg

View File

@ -1 +1 @@
../16/expand-all.svg
../16/mail-mark-task.svg

View File

@ -1 +0,0 @@
view-calendar.svg

Before

Width:  |  Height:  |  Size: 17 B

After

Width:  |  Height:  |  Size: 717 B

View File

@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#232629;
}
.ColorScheme-PositiveText {
color:#27ae60;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 2,2 V 14 H 14 V 2 H 12 V 4 H 10 V 2 H 6 V 4 H 4 V 2 Z m 1,3 h 10 v 8 H 3 Z M 4,6 V 8 H 6 V 6 Z M 7,6 V 8 H 9 V 6 Z m 3,0 v 2 h 2 V 6 Z M 4,9 v 2 H 6 V 9 Z m 6,0 v 2 h 2 V 9 Z"
class="ColorScheme-Text"/>
<path
d="m 7,9 v 2 H 9 V 9 Z"
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-PositiveText"
/>
</svg>

Before

Width:  |  Height:  |  Size: 17 B

After

Width:  |  Height:  |  Size: 717 B

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#232629;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 2 2 L 2 14 L 14 14 L 14 2 L 2 2 z M 3 3 L 13 3 L 13 13 L 3 13 L 3 3 z M 4 4 L 4 12 L 6 12 L 6 4 L 4 4 z "
class="ColorScheme-Text"
/>
</svg>

After

Width:  |  Height:  |  Size: 442 B

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#232629;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="m 4,3 v 2 h 8 V 3 Z m 0,4 v 2 h 8 V 7 Z m 0,4 v 2 h 8 v -2 z"
class="ColorScheme-Text"
/>
</svg>

After

Width:  |  Height:  |  Size: 396 B

View File

@ -0,0 +1 @@
../16/mail-receive.svg

View File

@ -0,0 +1 @@
../16/view-list-details.svg

View File

@ -0,0 +1 @@
../16/go-jump-today.svg

View File

@ -0,0 +1 @@
../16/address-book-new.svg

View File

@ -0,0 +1 @@
../16/view-calendar-week.svg

View File

@ -1 +1 @@
../16/expand-all.svg
../16/mail-mark-task.svg