Improve active/inactive icons again

This commit is contained in:
Veronica Berglyd Olsen
2022-10-30 15:16:39 +01:00
parent dbade05e46
commit 80496ab1ed
8 changed files with 103 additions and 61 deletions
@@ -5,13 +5,15 @@
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"
version="1.2"
width="24"
height="24"
version="1.2"
viewBox="0 0 24 24"
id="svg2803">
id="svg973">
<defs
id="defs977" />
<metadata
id="metadata2809">
id="metadata967">
<rdf:RDF>
<cc:Work
rdf:about="">
@@ -22,10 +24,21 @@
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs2807" />
<path
id="path3524"
style="display:inline;fill:#333333;fill-opacity:1;stroke-width:1.42857"
d="M 2,17.714286 V 6.2857143 C 2,3.9228571 3.9228567,2 6.2857144,2 H 17.714286 C 20.077143,2 22,3.9228571 22,6.2857143 v 7.1428567 c 0,0.79 -0.64,1.428572 -1.428571,1.428572 -0.788572,0 -1.428572,-0.638572 -1.428572,-1.428572 V 6.2857143 c 0,-0.7885714 -0.641428,-1.4285714 -1.428571,-1.4285714 H 6.2857144 c -0.7871433,0 -1.4285711,0.64 -1.4285711,1.4285714 V 17.714286 c 0,0.788571 0.6414278,1.428571 1.4285711,1.428571 H 10.571429 C 11.36,19.142857 12,19.781429 12,20.571429 12,21.361429 11.36,22 10.571429,22 H 6.2857144 C 3.9228567,22 2,20.077143 2,17.714286 Z M 17.714286,22 H 6.2857143 C 3.9228571,22 2,20.077143 2,17.714286 V 6.2857143 C 2,3.9228571 3.9228571,2 6.2857143,2 h 7.1428567 c 0.79,0 1.428572,0.64 1.428572,1.4285714 0,0.7885715 -0.638572,1.4285715 -1.428572,1.4285715 H 6.2857143 c -0.7885714,0 -1.4285714,0.6414285 -1.4285714,1.4285714 V 17.714286 c 0,0.787143 0.64,1.428571 1.4285714,1.428571 H 17.714286 c 0.788571,0 1.428571,-0.641428 1.428571,-1.428571 V 13.428571 C 19.142857,12.64 19.781429,12 20.571429,12 21.361429,12 22,12.64 22,13.428571 v 4.285715 C 22,20.077143 20.077143,22 17.714286,22 Z" />
d="m2 17.714v-11.429c0-2.3629 1.9229-4.2857 4.2857-4.2857h11.429c2.3629 0 4.2857 1.9229 4.2857 4.2857v7.1429c0 0.79-0.64 1.4286-1.4286 1.4286-0.78857 0-1.4286-0.63857-1.4286-1.4286v-7.1429c0-0.78857-0.64143-1.4286-1.4286-1.4286h-11.429c-0.78714 0-1.4286 0.64-1.4286 1.4286v11.429c0 0.78857 0.64143 1.4286 1.4286 1.4286h4.2857c0.78857 0 1.4286 0.63857 1.4286 1.4286s-0.64 1.4286-1.4286 1.4286h-4.2857c-2.3629 0-4.2857-1.9229-4.2857-4.2857zm15.714 4.2857h-11.429c-2.3629 0-4.2857-1.9229-4.2857-4.2857v-11.429c0-2.3629 1.9229-4.2857 4.2857-4.2857h7.1429c0.79 0 1.4286 0.64 1.4286 1.4286 0 0.78857-0.63857 1.4286-1.4286 1.4286h-7.1429c-0.78857 0-1.4286 0.64143-1.4286 1.4286v11.429c0 0.78714 0.64 1.4286 1.4286 1.4286h11.429c0.78857 0 1.4286-0.64143 1.4286-1.4286v-4.2857c0-0.78857 0.63857-1.4286 1.4286-1.4286s1.4286 0.64 1.4286 1.4286v4.2857c0 2.3629-1.9229 4.2857-4.2857 4.2857z"
fill="#333"
stroke-width="1.4286"
id="path969" />
<rect
x="7"
y="10.1"
width="10"
height="3.8"
rx="1.9"
ry="1.9"
fill="#f5871f"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.111"
id="rect971" />
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB