1
0
mirror of https://github.com/chylex/IntelliJ-Colored-Icons.git synced 2025-04-11 14:15:48 +02:00

Change the hue and brightness of purple across all icons

This commit is contained in:
chylex 2020-11-15 04:02:36 +01:00
parent 3fd33cfe2a
commit 68f8cea1c1
54 changed files with 96 additions and 96 deletions

View File

@ -16,7 +16,7 @@ This is an overview of how colors are selected. Each entry has a short descripti
#### Tool Windows
* ![Purple](https://placehold.it/15/A664AE/000000?text=+) **Project Information** (Structure, Hierarchy, Favorites, Find, Java EE)
* ![Purple](https://placehold.it/15/B066B0/000000?text=+) **Project Information** (Structure, Hierarchy, Favorites, Find, Java EE)
* ![Yellow](https://placehold.it/15/F0A732/000000?text=+) **Project Status** (Messages, Inspections, Dynamic Program Analysis)
* ![Red](https://placehold.it/15/C75450/000000?text=+) **Build Tools** (Build, Gradle, Ant, Maven, Gulp, CMake)
* ![Green](https://placehold.it/15/499C54/000000?text=+) **Execution** (Debug, Run, Profile, Cover, Python Console)
@ -30,5 +30,5 @@ Note that the Project tool window is supposed to be purple, but it doesn't work
* ![Red](https://placehold.it/15/C75450/000000?text=+) **Deletion**
* ![Yellow](https://placehold.it/15/F0A732/000000?text=+) **Editing / Hints** (Edit Source, Intention Bulb, Find In Selection)
* ![Blue](https://placehold.it/15/3592C4/000000?text=+) **Movement / Layout** (Filter, Sort, Split, Expand, Collapse, Refresh)
* ![Purple](https://placehold.it/15/A664AE/000000?text=+) **Special** (Save, Print, Download, Upload, Pin, Rollback)
* ![Purple](https://placehold.it/15/B066B0/000000?text=+) **Special** (Save, Print, Download, Upload, Pin, Rollback)

View File

@ -2,7 +2,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 32 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="Light">
<rect x="2" y="18" width="5.5" height="5.5" style="fill:#af74b1;"/>
<rect x="2" y="18" width="5.5" height="5.5" style="fill:#b76db7;"/>
<rect x="8.5" y="18" width="5.5" height="5.5" style="fill:#6e6e6e;"/>
<rect x="2" y="5" width="5.5" height="5.5" style="fill:#59a869;"/>
<rect x="8.5" y="5" width="5.5" height="5.5" style="fill:#eda200;"/>
@ -12,7 +12,7 @@
</g>
<g id="Dark">
<rect x="24.5" y="18" width="5.5" height="5.5" style="fill:#afb1b3;"/>
<rect x="18" y="18" width="5.5" height="5.5" style="fill:#a664ae;"/>
<rect x="18" y="18" width="5.5" height="5.5" style="fill:#b066b0;"/>
<rect x="18" y="5" width="5.5" height="5.5" style="fill:#499c54;"/>
<rect x="24.5" y="5" width="5.5" height="5.5" style="fill:#f0a732;"/>
<rect x="18" y="11.5" width="5.5" height="5.5" style="fill:#3592c4;"/>

Before

(image error) Size: 1.6 KiB

After

(image error) Size: 1.6 KiB

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M7,7l-3,0l4,4l4,-4l-3,0l0,-5l-2,0l0,5Z" style="fill:#af74b1;"/>
<path d="M7,7l-3,0l4,4l4,-4l-3,0l0,-5l-2,0l0,5Z" style="fill:#b76db7;"/>
<rect x="2" y="12" width="12" height="2" style="fill:#6e6e6e;"/>
</g>
</svg>

Before

(image error) Size: 262 B

After

(image error) Size: 262 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M7,7l-3,0l4,4l4,-4l-3,0l0,-5l-2,0l0,5Z" style="fill:#a664ae;"/>
<path d="M7,7l-3,0l4,4l4,-4l-3,0l0,-5l-2,0l0,5Z" style="fill:#b066b0;"/>
<rect x="2" y="12" width="12" height="2" style="fill:#afb1b3;"/>
</g>
</svg>

Before

(image error) Size: 262 B

After

(image error) Size: 262 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M11,14l0,-3l-6,0l0,3l-3,0l0,-12l12,0l0,12l-3,0Zm-7,-10l0,4l8,0l0,-4l-8,0Zm2,8l4,0l0,2l-4,0l0,-2Z" style="fill:#af74b1;"/>
<path d="M11,14l0,-3l-6,0l0,3l-3,0l0,-12l12,0l0,12l-3,0Zm-7,-10l0,4l8,0l0,-4l-8,0Zm2,8l4,0l0,2l-4,0l0,-2Z" style="fill:#b76db7;"/>
</svg>

Before

(image error) Size: 226 B

After

(image error) Size: 226 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M11,14l0,-3l-6,0l0,3l-3,0l0,-12l12,0l0,12l-3,0Zm-7,-10l0,4l8,0l0,-4l-8,0Zm2,8l4,0l0,2l-4,0l0,-2Z" style="fill:#a664ae;"/>
<path d="M11,14l0,-3l-6,0l0,3l-3,0l0,-12l12,0l0,12l-3,0Zm-7,-10l0,4l8,0l0,-4l-8,0Zm2,8l4,0l0,2l-4,0l0,-2Z" style="fill:#b066b0;"/>
</svg>

Before

(image error) Size: 226 B

After

(image error) Size: 226 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M12.365,12.119c-1.167,1.237 -2.849,1.973 -4.68,1.877c-2.956,-0.155 -5.299,-2.423 -5.643,-5.264l1.854,0.162c0.392,1.805 1.951,3.199 3.885,3.3c1.299,0.068 2.492,-0.462 3.31,-1.349l-2.079,-2.079l5,-0l0,4.999l-1.647,-1.646Zm-8.727,-8.236c1.166,-1.233 2.846,-1.966 4.675,-1.871c2.916,0.153 5.236,2.364 5.627,5.151l-1.859,-0.163c-0.429,-1.753 -1.965,-3.095 -3.861,-3.194c-1.3,-0.068 -2.492,0.462 -3.31,1.35l2.083,2.083l-5,0l0,-5l1.645,1.644Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M12.365,12.119c-1.167,1.237 -2.849,1.973 -4.68,1.877c-2.956,-0.155 -5.299,-2.423 -5.643,-5.264l1.854,0.162c0.392,1.805 1.951,3.199 3.885,3.3c1.299,0.068 2.492,-0.462 3.31,-1.349l-2.079,-2.079l5,-0l0,4.999l-1.647,-1.646Zm-8.727,-8.236c1.166,-1.233 2.846,-1.966 4.675,-1.871c2.916,0.153 5.236,2.364 5.627,5.151l-1.859,-0.163c-0.429,-1.753 -1.965,-3.095 -3.861,-3.194c-1.3,-0.068 -2.492,0.462 -3.31,1.35l2.083,2.083l-5,0l0,-5l1.645,1.644Z" style="fill:#b76db7;fill-rule:nonzero;"/>
</svg>

Before

(image error) Size: 583 B

After

(image error) Size: 583 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M12.365,12.119c-1.167,1.237 -2.849,1.973 -4.68,1.877c-2.956,-0.155 -5.299,-2.423 -5.643,-5.264l1.854,0.162c0.392,1.805 1.951,3.199 3.885,3.3c1.299,0.068 2.492,-0.462 3.31,-1.349l-2.079,-2.079l5,-0l0,4.999l-1.647,-1.646Zm-8.727,-8.236c1.166,-1.233 2.846,-1.966 4.675,-1.871c2.916,0.153 5.236,2.364 5.627,5.151l-1.859,-0.163c-0.429,-1.753 -1.965,-3.095 -3.861,-3.194c-1.3,-0.068 -2.492,0.462 -3.31,1.35l2.083,2.083l-5,0l0,-5l1.645,1.644Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M12.365,12.119c-1.167,1.237 -2.849,1.973 -4.68,1.877c-2.956,-0.155 -5.299,-2.423 -5.643,-5.264l1.854,0.162c0.392,1.805 1.951,3.199 3.885,3.3c1.299,0.068 2.492,-0.462 3.31,-1.349l-2.079,-2.079l5,-0l0,4.999l-1.647,-1.646Zm-8.727,-8.236c1.166,-1.233 2.846,-1.966 4.675,-1.871c2.916,0.153 5.236,2.364 5.627,5.151l-1.859,-0.163c-0.429,-1.753 -1.965,-3.095 -3.861,-3.194c-1.3,-0.068 -2.492,0.462 -3.31,1.35l2.083,2.083l-5,0l0,-5l1.645,1.644Z" style="fill:#b066b0;fill-rule:nonzero;"/>
</svg>

Before

(image error) Size: 583 B

After

(image error) Size: 583 B

View File

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M8,6c-1.107,0 -2,0.893 -2,2c0,1.107 0.893,2 2,2c1.107,0 2,-0.893 2,-2c0,-1.107 -0.893,-2 -2,-2Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M8,6c-1.107,0 -2,0.893 -2,2c0,1.107 0.893,2 2,2c1.107,0 2,-0.893 2,-2c0,-1.107 -0.893,-2 -2,-2Z" style="fill:#b76db7;fill-rule:nonzero;"/>
<path d="M8,3c-3.182,0 -5.899,2.073 -7,5c1.101,2.927 3.818,5 7,5c3.182,0 5.899,-2.073 7,-5c-1.101,-2.927 -3.818,-5 -7,-5Zm0,8.5c-1.932,0 -3.5,-1.568 -3.5,-3.5c0,-1.932 1.568,-3.5 3.5,-3.5c1.932,0 3.5,1.568 3.5,3.5c0,1.932 -1.568,3.5 -3.5,3.5Z" style="fill:#6e6e6e;fill-rule:nonzero;"/>
</svg>

Before

(image error) Size: 533 B

After

(image error) Size: 533 B

View File

@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M4.988,12.341c-1.816,-0.834 -3.258,-2.4 -3.988,-4.341c1.101,-2.927 3.818,-5 7,-5c3.182,0 5.899,2.073 7,5c-0.233,0.619 -0.538,1.2 -0.904,1.73l-1.096,-0.73l-1.645,0c0.094,-0.317 0.145,-0.653 0.145,-1c0,-1.932 -1.568,-3.5 -3.5,-3.5c-1.932,0 -3.5,1.568 -3.5,3.5c0,1.455 0.889,2.703 2.153,3.231l-1.665,1.11Z" style="fill:#6e6e6e;fill-rule:nonzero;"/>
<path d="M9.48,9.346l-0.806,0.538c-0.211,0.075 -0.437,0.116 -0.674,0.116c-1.107,0 -2,-0.893 -2,-2c0,-1.107 0.893,-2 2,-2c1.107,0 2,0.893 2,2c0,0.519 -0.197,0.991 -0.52,1.346Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M9.48,9.346l-0.806,0.538c-0.211,0.075 -0.437,0.116 -0.674,0.116c-1.107,0 -2,-0.893 -2,-2c0,-1.107 0.893,-2 2,-2c1.107,0 2,0.893 2,2c0,0.519 -0.197,0.991 -0.52,1.346Z" style="fill:#b76db7;fill-rule:nonzero;"/>
<g>
<path d="M7,13.6l0,-1.2l4,-2.4l0,1.2l-2.933,1.8l2.933,1.8l0,1.2l-4,-2.4Z" style="fill:#6e6e6e;"/>
<path d="M12,14.8l2.933,-1.8l-2.933,-1.8l0,-1.2l4,2.4l0,1.2l-4,2.4l0,-1.2Z" style="fill:#6e6e6e;"/>

Before

(image error) Size: 944 B

After

(image error) Size: 944 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M9.48,9.346l-0.806,0.538c-0.211,0.075 -0.437,0.116 -0.674,0.116c-1.107,0 -2,-0.893 -2,-2c0,-1.107 0.893,-2 2,-2c1.107,0 2,0.893 2,2c0,0.519 -0.197,0.991 -0.52,1.346Z" style="fill:#a664ae;"/>
<path d="M9.48,9.346l-0.806,0.538c-0.211,0.075 -0.437,0.116 -0.674,0.116c-1.107,0 -2,-0.893 -2,-2c0,-1.107 0.893,-2 2,-2c1.107,0 2,0.893 2,2c0,0.519 -0.197,0.991 -0.52,1.346Z" style="fill:#b066b0;"/>
<path d="M4.988,12.341c-1.816,-0.834 -3.258,-2.4 -3.988,-4.341c1.101,-2.927 3.818,-5 7,-5c3.182,0 5.899,2.073 7,5c-0.233,0.619 -0.538,1.2 -0.904,1.73l-1.096,-0.73l-1.645,0c0.094,-0.317 0.145,-0.653 0.145,-1c0,-1.932 -1.568,-3.5 -3.5,-3.5c-1.932,0 -3.5,1.568 -3.5,3.5c0,1.455 0.889,2.703 2.153,3.231l-1.665,1.11Z" style="fill:#afb1b3;"/>
<path d="M7,13.6l0,-1.2l4,-2.4l0,1.2l-2.933,1.8l2.933,1.8l0,1.2l-4,-2.4Z" style="fill:#afb1b3;"/>
<path d="M12,14.8l2.933,-1.8l-2.933,-1.8l0,-1.2l4,2.4l0,1.2l-4,2.4l0,-1.2Z" style="fill:#afb1b3;"/>

Before

(image error) Size: 875 B

After

(image error) Size: 875 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M10,7l-2,0l0,2c-1.107,0 -2,-0.893 -2,-2c0,-1.107 0.893,-2 2,-2c1.107,0 2,0.893 2,2Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M10,7l-2,0l0,2c-1.107,0 -2,-0.893 -2,-2c0,-1.107 0.893,-2 2,-2c1.107,0 2,0.893 2,2Z" style="fill:#b76db7;fill-rule:nonzero;"/>
<path d="M15,7l-3.5,0c0,-1.932 -1.568,-3.5 -3.5,-3.5c-1.932,0 -3.5,1.568 -3.5,3.5c0,1.932 1.568,3.5 3.5,3.5l0,1.5c-3.182,0 -5.899,-2.073 -7,-5c1.101,-2.927 3.818,-5 7,-5c3.182,0 5.899,2.073 7,5Z" style="fill:#6e6e6e;fill-rule:nonzero;"/>
<path d="M9,8l7,0l0,8l-7,0l0,-8Zm1.5,4l0,1l4,0l0,-1l-4,0Zm0,-2l0,1l4,0l0,-1l-4,0Z" style="fill:#6e6e6e;"/>
</g>

Before

(image error) Size: 613 B

After

(image error) Size: 613 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M10,7l-2,0l0,2c-1.107,0 -2,-0.893 -2,-2c0,-1.107 0.893,-2 2,-2c1.107,0 2,0.893 2,2Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M10,7l-2,0l0,2c-1.107,0 -2,-0.893 -2,-2c0,-1.107 0.893,-2 2,-2c1.107,0 2,0.893 2,2Z" style="fill:#b066b0;fill-rule:nonzero;"/>
<path d="M15,7l-3.5,0c0,-1.932 -1.568,-3.5 -3.5,-3.5c-1.932,0 -3.5,1.568 -3.5,3.5c0,1.932 1.568,3.5 3.5,3.5l0,1.5c-3.182,0 -5.899,-2.073 -7,-5c1.101,-2.927 3.818,-5 7,-5c3.182,0 5.899,2.073 7,5Z" style="fill:#afb1b3;fill-rule:nonzero;"/>
<path d="M9,8l7,0l0,8l-7,0l0,-8Zm1.5,4l0,1l4,0l0,-1l-4,0Zm0,-2l0,1l4,0l0,-1l-4,0Z" style="fill:#afb1b3;"/>
</g>

Before

(image error) Size: 613 B

After

(image error) Size: 613 B

View File

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M8,6c-1.107,0 -2,0.893 -2,2c0,1.107 0.893,2 2,2c1.107,0 2,-0.893 2,-2c0,-1.107 -0.893,-2 -2,-2Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M8,6c-1.107,0 -2,0.893 -2,2c0,1.107 0.893,2 2,2c1.107,0 2,-0.893 2,-2c0,-1.107 -0.893,-2 -2,-2Z" style="fill:#b066b0;fill-rule:nonzero;"/>
<path d="M8,3c-3.182,0 -5.899,2.073 -7,5c1.101,2.927 3.818,5 7,5c3.182,0 5.899,-2.073 7,-5c-1.101,-2.927 -3.818,-5 -7,-5Zm0,8.5c-1.932,0 -3.5,-1.568 -3.5,-3.5c0,-1.932 1.568,-3.5 3.5,-3.5c1.932,0 3.5,1.568 3.5,3.5c0,1.932 -1.568,3.5 -3.5,3.5Z" style="fill:#afb1b3;fill-rule:nonzero;"/>
</svg>

Before

(image error) Size: 533 B

After

(image error) Size: 533 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M7,9l-3,0l4,-4l4,4l-3,0l0,5l-2,0l0,-5Z" style="fill:#af74b1;"/>
<path d="M7,9l-3,0l4,-4l4,4l-3,0l0,5l-2,0l0,-5Z" style="fill:#b76db7;"/>
<rect x="2" y="2" width="12" height="2" style="fill:#6e6e6e;"/>
</g>
</svg>

Before

(image error) Size: 261 B

After

(image error) Size: 261 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M7,9l-3,0l4,-4l4,4l-3,0l0,5l-2,0l0,-5Z" style="fill:#a664ae;"/>
<path d="M7,9l-3,0l4,-4l4,4l-3,0l0,5l-2,0l0,-5Z" style="fill:#b066b0;"/>
<rect x="2" y="2" width="12" height="2" style="fill:#afb1b3;"/>
</g>
</svg>

Before

(image error) Size: 261 B

After

(image error) Size: 261 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M10.682,8.646l4.466,-2.808l-5.165,-5.165l-2.808,4.466l-3.679,0.084l2.539,2.539l-5.3,7.041l0.424,0.424l6.849,-5.492l2.59,2.59l0.084,-3.679Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M10.682,8.646l4.466,-2.808l-5.165,-5.165l-2.808,4.466l-3.679,0.084l2.539,2.539l-5.3,7.041l0.424,0.424l6.849,-5.492l2.59,2.59l0.084,-3.679Z" style="fill:#b76db7;fill-rule:nonzero;"/>
</svg>

Before

(image error) Size: 286 B

After

(image error) Size: 286 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M10.682,8.646l4.466,-2.808l-5.165,-5.165l-2.808,4.466l-3.679,0.084l2.539,2.539l-5.3,7.041l0.424,0.424l6.849,-5.492l2.59,2.59l0.084,-3.679Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M10.682,8.646l4.466,-2.808l-5.165,-5.165l-2.808,4.466l-3.679,0.084l2.539,2.539l-5.3,7.041l0.424,0.424l6.849,-5.492l2.59,2.59l0.084,-3.679Z" style="fill:#b066b0;fill-rule:nonzero;"/>
</svg>

Before

(image error) Size: 286 B

After

(image error) Size: 286 B

View File

@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M2.167,6l11.666,0c0.645,0 1.167,0.448 1.167,1l0,4l-14,0l0,-4c0,-0.552 0.522,-1 1.167,-1Zm10.833,1l0,1l1,0l0,-1l-1,0Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M4,9l8,0l0,6l-8,0l0,-6Zm1,1l0,4l6,0l0,-4l-6,0Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<rect x="4" y="2" width="8" height="3" style="fill:#af74b1;"/>
<path d="M2.167,6l11.666,0c0.645,0 1.167,0.448 1.167,1l0,4l-14,0l0,-4c0,-0.552 0.522,-1 1.167,-1Zm10.833,1l0,1l1,0l0,-1l-1,0Z" style="fill:#b76db7;fill-rule:nonzero;"/>
<path d="M4,9l8,0l0,6l-8,0l0,-6Zm1,1l0,4l6,0l0,-4l-6,0Z" style="fill:#b76db7;fill-rule:nonzero;"/>
<rect x="4" y="2" width="8" height="3" style="fill:#b76db7;"/>
</g>
</svg>

Before

(image error) Size: 463 B

After

(image error) Size: 463 B

View File

@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M2.167,6l11.666,0c0.645,0 1.167,0.448 1.167,1l0,4l-14,0l0,-4c0,-0.552 0.522,-1 1.167,-1Zm10.833,1l0,1l1,0l0,-1l-1,0Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M4,9l8,0l0,6l-8,0l0,-6Zm1,1l0,4l6,0l0,-4l-6,0Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<rect x="4" y="2" width="8" height="3" style="fill:#a664ae;"/>
<path d="M2.167,6l11.666,0c0.645,0 1.167,0.448 1.167,1l0,4l-14,0l0,-4c0,-0.552 0.522,-1 1.167,-1Zm10.833,1l0,1l1,0l0,-1l-1,0Z" style="fill:#b066b0;fill-rule:nonzero;"/>
<path d="M4,9l8,0l0,6l-8,0l0,-6Zm1,1l0,4l6,0l0,-4l-6,0Z" style="fill:#b066b0;fill-rule:nonzero;"/>
<rect x="4" y="2" width="8" height="3" style="fill:#b066b0;"/>
</g>
</svg>

Before

(image error) Size: 463 B

After

(image error) Size: 463 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M6,1.1l-4,4l4,4l0,-8Z" style="fill:#af74b1;"/>
<path d="M6,12l4,0c1.657,0 3,-1.343 3,-3c0,-1.657 -1.343,-3 -3,-3l-4,0l0,-2l4,0c2.761,0 5,2.239 5,5c0,2.761 -2.239,5 -5,5l-4,0l0,-2Z" style="fill:#af74b1;"/>
<path d="M6,1.1l-4,4l4,4l0,-8Z" style="fill:#b76db7;"/>
<path d="M6,12l4,0c1.657,0 3,-1.343 3,-3c0,-1.657 -1.343,-3 -3,-3l-4,0l0,-2l4,0c2.761,0 5,2.239 5,5c0,2.761 -2.239,5 -5,5l-4,0l0,-2Z" style="fill:#b76db7;"/>
</g>
</svg>

Before

(image error) Size: 338 B

After

(image error) Size: 338 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M6,1.1l-4,4l4,4l0,-8Z" style="fill:#a664ae;"/>
<path d="M5.835,12l4.165,0c1.657,0 3,-1.343 3,-3c0,-1.657 -1.343,-3 -3,-3l-4.282,0l-0.039,-2l4.321,0c2.761,0 5,2.239 5,5c0,2.761 -2.239,5 -5,5l-4.126,0l-0.039,-2Z" style="fill:#a664ae;"/>
<path d="M6,1.1l-4,4l4,4l0,-8Z" style="fill:#b066b0;"/>
<path d="M5.835,12l4.165,0c1.657,0 3,-1.343 3,-3c0,-1.657 -1.343,-3 -3,-3l-4.282,0l-0.039,-2l4.321,0c2.761,0 5,2.239 5,5c0,2.761 -2.239,5 -5,5l-4.126,0l-0.039,-2Z" style="fill:#b066b0;"/>
</g>
</svg>

Before

(image error) Size: 368 B

After

(image error) Size: 368 B

View File

@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<circle cx="10.5" cy="11.5" r="3.5" style="fill:#af74b1;"/>
<path d="M8.39,7.525c-1.422,0.756 -2.39,2.252 -2.39,3.975c0,0.498 0.081,0.976 0.23,1.424c-0.236,0.05 -0.48,0.076 -0.73,0.076c-1.933,0 -3.5,-1.567 -3.5,-3.5c0,-1.933 1.567,-3.5 3.5,-3.5c1.2,0 2.259,0.604 2.89,1.525Z" style="fill:#af74b1;"/>
<path d="M5.125,7.606c0.964,-3.543 4.04,-6.133 7.685,-6.133c0.379,0 0.751,0.028 1.116,0.082c0.032,-0.016 0.065,-0.033 0.099,-0.049l-0,1.135c-1.966,1.078 -3.218,2.706 -3.218,4.527c-0,0.426 0.069,0.842 0.199,1.242l-1.163,0c-0.087,-0.372 -0.133,-0.755 -0.133,-1.144c-0,-1.781 0.95,-3.406 2.514,-4.642c-3.033,0.275 -5.506,2.663 -6.134,5.786l-0.965,0l-0,-0.804Z" style="fill:#af74b1;"/>
<circle cx="10.5" cy="11.5" r="3.5" style="fill:#b76db7;"/>
<path d="M8.39,7.525c-1.422,0.756 -2.39,2.252 -2.39,3.975c0,0.498 0.081,0.976 0.23,1.424c-0.236,0.05 -0.48,0.076 -0.73,0.076c-1.933,0 -3.5,-1.567 -3.5,-3.5c0,-1.933 1.567,-3.5 3.5,-3.5c1.2,0 2.259,0.604 2.89,1.525Z" style="fill:#b76db7;"/>
<path d="M5.125,7.606c0.964,-3.543 4.04,-6.133 7.685,-6.133c0.379,0 0.751,0.028 1.116,0.082c0.032,-0.016 0.065,-0.033 0.099,-0.049l-0,1.135c-1.966,1.078 -3.218,2.706 -3.218,4.527c-0,0.426 0.069,0.842 0.199,1.242l-1.163,0c-0.087,-0.372 -0.133,-0.755 -0.133,-1.144c-0,-1.781 0.95,-3.406 2.514,-4.642c-3.033,0.275 -5.506,2.663 -6.134,5.786l-0.965,0l-0,-0.804Z" style="fill:#b76db7;"/>
</g>
</svg>

Before

(image error) Size: 814 B

After

(image error) Size: 814 B

View File

@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<circle cx="10.5" cy="11.5" r="3.5" style="fill:#a664ae;"/>
<path d="M8.39,7.525c-1.422,0.756 -2.39,2.252 -2.39,3.975c0,0.498 0.081,0.976 0.23,1.424c-0.236,0.05 -0.48,0.076 -0.73,0.076c-1.933,0 -3.5,-1.567 -3.5,-3.5c0,-1.933 1.567,-3.5 3.5,-3.5c1.2,0 2.259,0.604 2.89,1.525Z" style="fill:#a664ae;"/>
<path d="M5.125,7.606c0.964,-3.543 4.04,-6.133 7.685,-6.133c0.379,0 0.751,0.028 1.116,0.082c0.032,-0.016 0.065,-0.033 0.099,-0.049l-0,1.135c-1.966,1.078 -3.218,2.706 -3.218,4.527c-0,0.426 0.069,0.842 0.199,1.242l-1.163,0c-0.087,-0.372 -0.133,-0.755 -0.133,-1.144c-0,-1.781 0.95,-3.406 2.514,-4.642c-3.033,0.275 -5.506,2.663 -6.134,5.786l-0.965,0l-0,-0.804Z" style="fill:#a664ae;"/>
<circle cx="10.5" cy="11.5" r="3.5" style="fill:#b066b0;"/>
<path d="M8.39,7.525c-1.422,0.756 -2.39,2.252 -2.39,3.975c0,0.498 0.081,0.976 0.23,1.424c-0.236,0.05 -0.48,0.076 -0.73,0.076c-1.933,0 -3.5,-1.567 -3.5,-3.5c0,-1.933 1.567,-3.5 3.5,-3.5c1.2,0 2.259,0.604 2.89,1.525Z" style="fill:#b066b0;"/>
<path d="M5.125,7.606c0.964,-3.543 4.04,-6.133 7.685,-6.133c0.379,0 0.751,0.028 1.116,0.082c0.032,-0.016 0.065,-0.033 0.099,-0.049l-0,1.135c-1.966,1.078 -3.218,2.706 -3.218,4.527c-0,0.426 0.069,0.842 0.199,1.242l-1.163,0c-0.087,-0.372 -0.133,-0.755 -0.133,-1.144c-0,-1.781 0.95,-3.406 2.514,-4.642c-3.033,0.275 -5.506,2.663 -6.134,5.786l-0.965,0l-0,-0.804Z" style="fill:#b066b0;"/>
</g>
</svg>

Before

(image error) Size: 814 B

After

(image error) Size: 814 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M11,5.492c-1.815,-1.233 -3.822,-1.141 -5.347,0.385c-1.464,1.463 -1.606,3.368 -0.526,5.123l-4.127,0l0,-10l10,0l0,4.492Z" style="fill:#af74b1;"/>
<path d="M11,5.492c-1.815,-1.233 -3.822,-1.141 -5.347,0.385c-1.464,1.463 -1.606,3.368 -0.526,5.123l-4.127,0l0,-10l10,0l0,4.492Z" style="fill:#b76db7;"/>
<path d="M6.476,7.186l4.702,4.703c-1.235,1.022 -2.842,0.811 -4.178,-0.525c-1.335,-1.335 -1.546,-2.943 -0.524,-4.178Zm0.457,-0.456c1.235,-1.02 2.842,-0.81 4.176,0.524c1.335,1.335 1.545,2.942 0.526,4.178l-4.702,-4.702Z" style="fill:#6e6e6e;"/>
</g>
</svg>

Before

(image error) Size: 519 B

After

(image error) Size: 519 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M11,5.492c-1.815,-1.233 -3.822,-1.141 -5.347,0.385c-1.464,1.463 -1.606,3.368 -0.526,5.123l-4.127,0l0,-10l10,0l0,4.492Z" style="fill:#a664ae;"/>
<path d="M11,5.492c-1.815,-1.233 -3.822,-1.141 -5.347,0.385c-1.464,1.463 -1.606,3.368 -0.526,5.123l-4.127,0l0,-10l10,0l0,4.492Z" style="fill:#b066b0;"/>
<path d="M6.476,7.186l4.702,4.703c-1.235,1.022 -2.842,0.811 -4.178,-0.525c-1.335,-1.335 -1.546,-2.943 -0.524,-4.178Zm0.457,-0.456c1.235,-1.02 2.842,-0.81 4.176,0.524c1.335,1.335 1.545,2.942 0.526,4.178l-4.702,-4.702Z" style="fill:#afb1b3;"/>
</g>
</svg>

Before

(image error) Size: 519 B

After

(image error) Size: 519 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M11,5l-7,0l0,6l-3,0l0,-10l10,0l0,4Z" style="fill:#af74b1;"/>
<path d="M11,5l-7,0l0,6l-3,0l0,-10l10,0l0,4Z" style="fill:#b76db7;"/>
<path d="M9.6,7l0,5l2.5,0l0,-1l-1.5,0l0,-1l1,0l0,-1l-1,0l0,-1l1.5,0l0,-1l-2.5,0Zm-3.6,0l0,5l2.5,0l0,-1l-1.5,0l0,-1l1,0l0,-1l-1,0l0,-1l1.5,0l0,-1l-2.5,0Zm-1,-1l8,0l0,7l-8,0l0,-7Z" style="fill:#6e6e6e;"/>
</g>
</svg>

Before

(image error) Size: 397 B

After

(image error) Size: 397 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M11,5l-7,0l0,6l-3,0l0,-10l10,0l0,4Z" style="fill:#a664ae;"/>
<path d="M11,5l-7,0l0,6l-3,0l0,-10l10,0l0,4Z" style="fill:#b066b0;"/>
<path d="M9.6,7l0,5l2.5,0l0,-1l-1.5,0l0,-1l1,0l0,-1l-1,0l0,-1l1.5,0l0,-1l-2.5,0Zm-3.6,0l0,5l2.5,0l0,-1l-1.5,0l0,-1l1,0l0,-1l-1,0l0,-1l1.5,0l0,-1l-2.5,0Zm-1,-1l8,0l0,7l-8,0l0,-7Z" style="fill:#afb1b3;"/>
</g>
</svg>

Before

(image error) Size: 397 B

After

(image error) Size: 397 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M11,5l-6,0l0,6l-4,0l0,-10l10,0l0,4Z" style="fill:#af74b1;"/>
<path d="M11,5l-6,0l0,6l-4,0l0,-10l10,0l0,4Z" style="fill:#b76db7;"/>
<rect x="6" y="6" width="6" height="1" style="fill:#6e6e6e;"/>
<rect x="6" y="8" width="6" height="1" style="fill:#6e6e6e;"/>
<rect x="6" y="10" width="6" height="1" style="fill:#6e6e6e;"/>

Before

(image error) Size: 472 B

After

(image error) Size: 472 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M11,5l-6,0l0,6l-4,0l0,-10l10,0l0,4Z" style="fill:#a664ae;"/>
<path d="M11,5l-6,0l0,6l-4,0l0,-10l10,0l0,4Z" style="fill:#b066b0;"/>
<rect x="6" y="6" width="6" height="1" style="fill:#afb1b3;"/>
<rect x="6" y="8" width="6" height="1" style="fill:#afb1b3;"/>
<rect x="6" y="10" width="6" height="1" style="fill:#afb1b3;"/>

Before

(image error) Size: 472 B

After

(image error) Size: 472 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<path d="M11.543,9.038c-1.788,2.38 -5.605,1.581 -8.053,1.692c-0,0 -0.434,0.025 -0.871,0.097c0,-0 0.166,-0.07 0.377,-0.143c1.718,-0.594 2.531,-0.714 3.576,-1.251c1.963,-1.005 3.917,-3.194 4.313,-5.468c-0.747,2.188 -3.019,4.07 -5.088,4.833c-1.417,0.522 -3.978,1.032 -3.978,1.032l-0.104,-0.055c-1.742,-0.847 -1.791,-4.617 1.372,-5.833c1.387,-0.533 2.714,-0.24 4.212,-0.597c1.599,-0.38 3.451,-1.582 4.203,-3.145c0.845,2.503 1.859,6.417 0.041,8.838Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M11.543,9.038c-1.788,2.38 -5.605,1.581 -8.053,1.692c-0,0 -0.434,0.025 -0.871,0.097c0,-0 0.166,-0.07 0.377,-0.143c1.718,-0.594 2.531,-0.714 3.576,-1.251c1.963,-1.005 3.917,-3.194 4.313,-5.468c-0.747,2.188 -3.019,4.07 -5.088,4.833c-1.417,0.522 -3.978,1.032 -3.978,1.032l-0.104,-0.055c-1.742,-0.847 -1.791,-4.617 1.372,-5.833c1.387,-0.533 2.714,-0.24 4.212,-0.597c1.599,-0.38 3.451,-1.582 4.203,-3.145c0.845,2.503 1.859,6.417 0.041,8.838Z" style="fill:#b76db7;fill-rule:nonzero;"/>
</svg>

Before

(image error) Size: 583 B

After

(image error) Size: 583 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<path d="M11.543,9.038c-1.788,2.38 -5.605,1.581 -8.053,1.692c-0,0 -0.434,0.025 -0.871,0.097c0,-0 0.166,-0.07 0.377,-0.143c1.718,-0.594 2.531,-0.714 3.576,-1.251c1.963,-1.005 3.917,-3.194 4.313,-5.468c-0.747,2.188 -3.019,4.07 -5.088,4.833c-1.417,0.522 -3.978,1.032 -3.978,1.032l-0.104,-0.055c-1.742,-0.847 -1.791,-4.617 1.372,-5.833c1.387,-0.533 2.714,-0.24 4.212,-0.597c1.599,-0.38 3.451,-1.582 4.203,-3.145c0.845,2.503 1.859,6.417 0.041,8.838Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M11.543,9.038c-1.788,2.38 -5.605,1.581 -8.053,1.692c-0,0 -0.434,0.025 -0.871,0.097c0,-0 0.166,-0.07 0.377,-0.143c1.718,-0.594 2.531,-0.714 3.576,-1.251c1.963,-1.005 3.917,-3.194 4.313,-5.468c-0.747,2.188 -3.019,4.07 -5.088,4.833c-1.417,0.522 -3.978,1.032 -3.978,1.032l-0.104,-0.055c-1.742,-0.847 -1.791,-4.617 1.372,-5.833c1.387,-0.533 2.714,-0.24 4.212,-0.597c1.599,-0.38 3.451,-1.582 4.203,-3.145c0.845,2.503 1.859,6.417 0.041,8.838Z" style="fill:#b066b0;fill-rule:nonzero;"/>
</svg>

Before

(image error) Size: 583 B

After

(image error) Size: 583 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M8.716,7.884l-5.851,-5.852c2.201,-1.773 5.023,-1.14 7.133,0.97c0.647,0.647 1.155,1.361 1.497,2.103l-2.779,2.779Zm-2.966,3.866c-0.972,-0.315 -1.916,-0.918 -2.749,-1.751c-2.108,-2.109 -2.742,-4.931 -0.969,-7.133l4.383,4.383l-2.583,2.583l1.918,1.918Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M8.716,7.884l-5.851,-5.852c2.201,-1.773 5.023,-1.14 7.133,0.97c0.647,0.647 1.155,1.361 1.497,2.103l-2.779,2.779Zm-2.966,3.866c-0.972,-0.315 -1.916,-0.918 -2.749,-1.751c-2.108,-2.109 -2.742,-4.931 -0.969,-7.133l4.383,4.383l-2.583,2.583l1.918,1.918Z" style="fill:#b76db7;fill-rule:nonzero;"/>
<g>
<path d="M12.778,7.828l-1.131,-1.132l-4.243,4.243l1.131,1.131l4.243,-4.242Z" style="fill:#6e6e6e;fill-rule:nonzero;"/>
<path d="M9.243,11.363l-2.687,-2.687l-1.132,1.132l2.687,2.687l1.132,-1.132Z" style="fill:#6e6e6e;fill-rule:nonzero;"/>

Before

(image error) Size: 703 B

After

(image error) Size: 703 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M8.716,7.884l-5.851,-5.852c2.201,-1.773 5.023,-1.14 7.133,0.97c0.647,0.647 1.155,1.361 1.497,2.103l-2.779,2.779Zm-2.966,3.866c-0.972,-0.315 -1.916,-0.918 -2.749,-1.751c-2.108,-2.109 -2.742,-4.931 -0.969,-7.133l4.383,4.383l-2.583,2.583l1.918,1.918Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M8.716,7.884l-5.851,-5.852c2.201,-1.773 5.023,-1.14 7.133,0.97c0.647,0.647 1.155,1.361 1.497,2.103l-2.779,2.779Zm-2.966,3.866c-0.972,-0.315 -1.916,-0.918 -2.749,-1.751c-2.108,-2.109 -2.742,-4.931 -0.969,-7.133l4.383,4.383l-2.583,2.583l1.918,1.918Z" style="fill:#b066b0;fill-rule:nonzero;"/>
<g>
<path d="M12.778,7.828l-1.131,-1.132l-4.243,4.243l1.131,1.131l4.243,-4.242Z" style="fill:#afb1b3;fill-rule:nonzero;"/>
<path d="M9.243,11.363l-2.687,-2.687l-1.132,1.132l2.687,2.687l1.132,-1.132Z" style="fill:#afb1b3;fill-rule:nonzero;"/>

Before

(image error) Size: 703 B

After

(image error) Size: 703 B

View File

@ -3,8 +3,8 @@
<rect x="2" y="4" width="2" height="10" style="fill:#6e6e6e;"/>
<rect x="2" y="12" width="10" height="2" style="fill:#6e6e6e;"/>
<g>
<path d="M5.796,8.796l1.414,1.414l5.93,-5.93l-1.414,-1.414l-5.93,5.93Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M14,8l-6,-6l6,0l0,6Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M5.796,8.796l1.414,1.414l5.93,-5.93l-1.414,-1.414l-5.93,5.93Z" style="fill:#b76db7;fill-rule:nonzero;"/>
<path d="M14,8l-6,-6l6,0l0,6Z" style="fill:#b76db7;fill-rule:nonzero;"/>
</g>
</g>
</svg>

Before

(image error) Size: 489 B

After

(image error) Size: 489 B

View File

@ -3,8 +3,8 @@
<rect x="2" y="4" width="2" height="10" style="fill:#afb1b3;"/>
<rect x="2" y="12" width="10" height="2" style="fill:#afb1b3;"/>
<g>
<path d="M5.796,8.796l1.414,1.414l5.93,-5.93l-1.414,-1.414l-5.93,5.93Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M14,8l-6,-6l6,0l0,6Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M5.796,8.796l1.414,1.414l5.93,-5.93l-1.414,-1.414l-5.93,5.93Z" style="fill:#b066b0;fill-rule:nonzero;"/>
<path d="M14,8l-6,-6l6,0l0,6Z" style="fill:#b066b0;fill-rule:nonzero;"/>
</g>
</g>
</svg>

Before

(image error) Size: 489 B

After

(image error) Size: 489 B

View File

@ -3,8 +3,8 @@
<rect x="2" y="4" width="2" height="10" style="fill:#6e6e6e;"/>
<rect x="2" y="12" width="10" height="2" style="fill:#6e6e6e;"/>
<g>
<path d="M14.204,3.204l-1.414,-1.414l-5.93,5.93l1.414,1.414l5.93,-5.93Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M6,4l6,6l-6,0l0,-6Z" style="fill:#af74b1;fill-rule:nonzero;"/>
<path d="M14.204,3.204l-1.414,-1.414l-5.93,5.93l1.414,1.414l5.93,-5.93Z" style="fill:#b76db7;fill-rule:nonzero;"/>
<path d="M6,4l6,6l-6,0l0,-6Z" style="fill:#b76db7;fill-rule:nonzero;"/>
</g>
</g>
</svg>

Before

(image error) Size: 489 B

After

(image error) Size: 489 B

View File

@ -2,7 +2,7 @@
<g>
<rect x="2" y="4" width="2" height="10" style="fill:#afb1b3;"/>
<rect x="2" y="12" width="10" height="2" style="fill:#afb1b3;"/>
<path d="M14.204,3.204l-1.414,-1.414l-5.93,5.93l1.414,1.414l5.93,-5.93Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M6,4l6,6l-6,0l0,-6Z" style="fill:#a664ae;fill-rule:nonzero;"/>
<path d="M14.204,3.204l-1.414,-1.414l-5.93,5.93l1.414,1.414l5.93,-5.93Z" style="fill:#b066b0;fill-rule:nonzero;"/>
<path d="M6,4l6,6l-6,0l0,-6Z" style="fill:#b066b0;fill-rule:nonzero;"/>
</g>
</svg>

Before

(image error) Size: 456 B

After

(image error) Size: 456 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<rect x="2" y="2" width="7" height="9" style="fill:#af74b1;"/>
<path d="M10,9l0,-8l-6,0l0,-1l7,0l0,9l-1,0Z" style="fill:#af74b1;"/>
<rect x="2" y="2" width="7" height="9" style="fill:#b76db7;"/>
<path d="M10,9l0,-8l-6,0l0,-1l7,0l0,9l-1,0Z" style="fill:#b76db7;"/>
</g>
</svg>

Before

(image error) Size: 256 B

After

(image error) Size: 256 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<rect x="2" y="2" width="7" height="9" style="fill:#a664ae;"/>
<path d="M10,9l0,-8l-6,0l0,-1l7,0l0,9l-1,0Z" style="fill:#a664ae;"/>
<rect x="2" y="2" width="7" height="9" style="fill:#b066b0;"/>
<path d="M10,9l0,-8l-6,0l0,-1l7,0l0,9l-1,0Z" style="fill:#b066b0;"/>
</g>
</svg>

Before

(image error) Size: 256 B

After

(image error) Size: 256 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<path d="M6.498,9.77l-4.016,2.59l1.222,-4.62l-3.704,-3.019l4.771,-0.265l1.727,-4.456l1.727,4.456l4.771,0.265l-3.704,3.019l1.222,4.62l-4.016,-2.59Z" style="fill:#af74b1;"/>
<path d="M6.498,9.77l-4.016,2.59l1.222,-4.62l-3.704,-3.019l4.771,-0.265l1.727,-4.456l1.727,4.456l4.771,0.265l-3.704,3.019l1.222,4.62l-4.016,-2.59Z" style="fill:#b76db7;"/>
</svg>

Before

(image error) Size: 267 B

After

(image error) Size: 267 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<path d="M6.498,9.77l-4.016,2.59l1.222,-4.62l-3.704,-3.019l4.771,-0.265l1.727,-4.456l1.727,4.456l4.771,0.265l-3.704,3.019l1.222,4.62l-4.016,-2.59Z" style="fill:#a664ae;"/>
<path d="M6.498,9.77l-4.016,2.59l1.222,-4.62l-3.704,-3.019l4.771,-0.265l1.727,-4.456l1.727,4.456l4.771,0.265l-3.704,3.019l1.222,4.62l-4.016,-2.59Z" style="fill:#b066b0;"/>
</svg>

Before

(image error) Size: 267 B

After

(image error) Size: 267 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M8.607,6.99l-1.414,1.414l4,4.001l1.415,-1.415l-4.001,-4Z" style="fill:#af74b1;"/>
<path d="M5.25,10c-2.623,0 -4.75,-2.127 -4.75,-4.75c0,-2.623 2.127,-4.75 4.75,-4.75c2.623,0 4.75,2.127 4.75,4.75c0,2.623 -2.127,4.75 -4.75,4.75Zm0,-1.9c1.574,0 2.85,-1.276 2.85,-2.85c0,-1.574 -1.276,-2.85 -2.85,-2.85c-1.574,0 -2.85,1.276 -2.85,2.85c0,1.574 1.276,2.85 2.85,2.85Z" style="fill:#af74b1;"/>
<path d="M8.607,6.99l-1.414,1.414l4,4.001l1.415,-1.415l-4.001,-4Z" style="fill:#b76db7;"/>
<path d="M5.25,10c-2.623,0 -4.75,-2.127 -4.75,-4.75c0,-2.623 2.127,-4.75 4.75,-4.75c2.623,0 4.75,2.127 4.75,4.75c0,2.623 -2.127,4.75 -4.75,4.75Zm0,-1.9c1.574,0 2.85,-1.276 2.85,-2.85c0,-1.574 -1.276,-2.85 -2.85,-2.85c-1.574,0 -2.85,1.276 -2.85,2.85c0,1.574 1.276,2.85 2.85,2.85Z" style="fill:#b76db7;"/>
</g>
</svg>

Before

(image error) Size: 519 B

After

(image error) Size: 519 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M8.607,6.99l-1.414,1.414l4,4.001l1.415,-1.415l-4.001,-4Z" style="fill:#a664ae;"/>
<path d="M5.25,10c-2.623,0 -4.75,-2.127 -4.75,-4.75c0,-2.623 2.127,-4.75 4.75,-4.75c2.623,0 4.75,2.127 4.75,4.75c0,2.623 -2.127,4.75 -4.75,4.75Zm0,-1.9c1.574,0 2.85,-1.276 2.85,-2.85c0,-1.574 -1.276,-2.85 -2.85,-2.85c-1.574,0 -2.85,1.276 -2.85,2.85c0,1.574 1.276,2.85 2.85,2.85Z" style="fill:#a664ae;"/>
<path d="M8.607,6.99l-1.414,1.414l4,4.001l1.415,-1.415l-4.001,-4Z" style="fill:#b066b0;"/>
<path d="M5.25,10c-2.623,0 -4.75,-2.127 -4.75,-4.75c0,-2.623 2.127,-4.75 4.75,-4.75c2.623,0 4.75,2.127 4.75,4.75c0,2.623 -2.127,4.75 -4.75,4.75Zm0,-1.9c1.574,0 2.85,-1.276 2.85,-2.85c0,-1.574 -1.276,-2.85 -2.85,-2.85c-1.574,0 -2.85,1.276 -2.85,2.85c0,1.574 1.276,2.85 2.85,2.85Z" style="fill:#b066b0;"/>
</g>
</svg>

Before

(image error) Size: 519 B

After

(image error) Size: 519 B

View File

@ -1,11 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<rect x="4.5" y="1" width="4" height="4" style="fill:#af74b1;"/>
<rect x="1.5" y="8" width="4" height="4" style="fill:#af74b1;"/>
<rect x="7.5" y="8" width="4" height="4" style="fill:#af74b1;"/>
<rect x="6" y="4" width="1" height="3" style="fill:#af74b1;"/>
<rect x="9" y="7" width="1" height="2" style="fill:#af74b1;"/>
<rect x="3" y="7" width="1" height="2" style="fill:#af74b1;"/>
<rect x="3" y="6" width="7" height="1" style="fill:#af74b1;"/>
<rect x="4.5" y="1" width="4" height="4" style="fill:#b76db7;"/>
<rect x="1.5" y="8" width="4" height="4" style="fill:#b76db7;"/>
<rect x="7.5" y="8" width="4" height="4" style="fill:#b76db7;"/>
<rect x="6" y="4" width="1" height="3" style="fill:#b76db7;"/>
<rect x="9" y="7" width="1" height="2" style="fill:#b76db7;"/>
<rect x="3" y="7" width="1" height="2" style="fill:#b76db7;"/>
<rect x="3" y="6" width="7" height="1" style="fill:#b76db7;"/>
</g>
</svg>

Before

(image error) Size: 611 B

After

(image error) Size: 611 B

View File

@ -1,11 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<rect x="4.5" y="1" width="4" height="4" style="fill:#a664ae;"/>
<rect x="1.5" y="8" width="4" height="4" style="fill:#a664ae;"/>
<rect x="7.5" y="8" width="4" height="4" style="fill:#a664ae;"/>
<rect x="6" y="4" width="1" height="3" style="fill:#a664ae;"/>
<rect x="9" y="7" width="1" height="2" style="fill:#a664ae;"/>
<rect x="3" y="7" width="1" height="2" style="fill:#a664ae;"/>
<rect x="3" y="6" width="7" height="1" style="fill:#a664ae;"/>
<rect x="4.5" y="1" width="4" height="4" style="fill:#b066b0;"/>
<rect x="1.5" y="8" width="4" height="4" style="fill:#b066b0;"/>
<rect x="7.5" y="8" width="4" height="4" style="fill:#b066b0;"/>
<rect x="6" y="4" width="1" height="3" style="fill:#b066b0;"/>
<rect x="9" y="7" width="1" height="2" style="fill:#b066b0;"/>
<rect x="3" y="7" width="1" height="2" style="fill:#b066b0;"/>
<rect x="3" y="6" width="7" height="1" style="fill:#b066b0;"/>
</g>
</svg>

Before

(image error) Size: 611 B

After

(image error) Size: 611 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M2.963,4.277l0.99,0.99l-1.415,1.414c-1.015,1.015 -1.015,2.661 0,3.677c1.016,1.015 2.662,1.015 3.677,0l1.415,-1.414l0.99,0.99l-1.415,1.414c-1.562,1.562 -4.094,1.562 -5.657,0c-1.562,-1.562 -1.562,-4.095 0,-5.657l1.415,-1.414Zm1.414,-1.415l1.414,-1.414c1.562,-1.562 4.095,-1.562 5.657,0c1.562,1.562 1.562,4.095 0,5.657l-1.414,1.414l-0.99,-0.99l1.414,-1.414c1.015,-1.015 1.015,-2.661 0,-3.677c-1.015,-1.015 -2.662,-1.015 -3.677,0l-1.414,1.414l-0.99,-0.99Z" style="fill:#af74b1;"/>
<path d="M7.912,3.57l-4.242,4.242l1.414,1.414l4.242,-4.242l-1.414,-1.414Z" style="fill:#af74b1;"/>
<path d="M2.963,4.277l0.99,0.99l-1.415,1.414c-1.015,1.015 -1.015,2.661 0,3.677c1.016,1.015 2.662,1.015 3.677,0l1.415,-1.414l0.99,0.99l-1.415,1.414c-1.562,1.562 -4.094,1.562 -5.657,0c-1.562,-1.562 -1.562,-4.095 0,-5.657l1.415,-1.414Zm1.414,-1.415l1.414,-1.414c1.562,-1.562 4.095,-1.562 5.657,0c1.562,1.562 1.562,4.095 0,5.657l-1.414,1.414l-0.99,-0.99l1.414,-1.414c1.015,-1.015 1.015,-2.661 0,-3.677c-1.015,-1.015 -2.662,-1.015 -3.677,0l-1.414,1.414l-0.99,-0.99Z" style="fill:#b76db7;"/>
<path d="M7.912,3.57l-4.242,4.242l1.414,1.414l4.242,-4.242l-1.414,-1.414Z" style="fill:#b76db7;"/>
</g>
</svg>

Before

(image error) Size: 709 B

After

(image error) Size: 709 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<path d="M2.963,4.277l0.99,0.99l-1.415,1.414c-1.015,1.015 -1.015,2.661 0,3.677c1.016,1.015 2.662,1.015 3.677,0l1.415,-1.414l0.99,0.99l-1.415,1.414c-1.562,1.562 -4.094,1.562 -5.657,0c-1.562,-1.562 -1.562,-4.095 0,-5.657l1.415,-1.414Zm1.414,-1.415l1.414,-1.414c1.562,-1.562 4.095,-1.562 5.657,0c1.562,1.562 1.562,4.095 0,5.657l-1.414,1.414l-0.99,-0.99l1.414,-1.414c1.015,-1.015 1.015,-2.661 0,-3.677c-1.015,-1.015 -2.662,-1.015 -3.677,0l-1.414,1.414l-0.99,-0.99Z" style="fill:#a664ae;"/>
<path d="M7.912,3.57l-4.242,4.242l1.414,1.414l4.242,-4.242l-1.414,-1.414Z" style="fill:#a664ae;"/>
<path d="M2.963,4.277l0.99,0.99l-1.415,1.414c-1.015,1.015 -1.015,2.661 0,3.677c1.016,1.015 2.662,1.015 3.677,0l1.415,-1.414l0.99,0.99l-1.415,1.414c-1.562,1.562 -4.094,1.562 -5.657,0c-1.562,-1.562 -1.562,-4.095 0,-5.657l1.415,-1.414Zm1.414,-1.415l1.414,-1.414c1.562,-1.562 4.095,-1.562 5.657,0c1.562,1.562 1.562,4.095 0,5.657l-1.414,1.414l-0.99,-0.99l1.414,-1.414c1.015,-1.015 1.015,-2.661 0,-3.677c-1.015,-1.015 -2.662,-1.015 -3.677,0l-1.414,1.414l-0.99,-0.99Z" style="fill:#b066b0;"/>
<path d="M7.912,3.57l-4.242,4.242l1.414,1.414l4.242,-4.242l-1.414,-1.414Z" style="fill:#b066b0;"/>
</g>
</svg>

Before

(image error) Size: 709 B

After

(image error) Size: 709 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<path d="M6.756,4l5.244,0l0,7l-11,0l0,-9l4.6,0l1.156,2Z" style="fill:#af74b1;"/>
<path d="M6.756,4l5.244,0l0,7l-11,0l0,-9l4.6,0l1.156,2Z" style="fill:#b76db7;"/>
</svg>

Before

(image error) Size: 176 B

After

(image error) Size: 176 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<path d="M6.756,4l5.244,0l0,7l-11,0l0,-9l4.6,0l1.156,2Z" style="fill:#a664ae;"/>
<path d="M6.756,4l5.244,0l0,7l-11,0l0,-9l4.6,0l1.156,2Z" style="fill:#b066b0;"/>
</svg>

Before

(image error) Size: 176 B

After

(image error) Size: 176 B

View File

@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<rect x="7" y="2" width="4" height="4" style="fill:#af74b1;"/>
<rect x="7" y="7" width="4" height="4" style="fill:#af74b1;"/>
<rect x="2" y="7" width="4" height="4" style="fill:#af74b1;"/>
<rect x="7" y="2" width="4" height="4" style="fill:#b76db7;"/>
<rect x="7" y="7" width="4" height="4" style="fill:#b76db7;"/>
<rect x="2" y="7" width="4" height="4" style="fill:#b76db7;"/>
</g>
</svg>

Before

(image error) Size: 321 B

After

(image error) Size: 321 B

View File

@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<g>
<rect x="7" y="2" width="4" height="4" style="fill:#a664ae;"/>
<rect x="7" y="7" width="4" height="4" style="fill:#a664ae;"/>
<rect x="2" y="7" width="4" height="4" style="fill:#a664ae;"/>
<rect x="7" y="2" width="4" height="4" style="fill:#b066b0;"/>
<rect x="7" y="7" width="4" height="4" style="fill:#b066b0;"/>
<rect x="2" y="7" width="4" height="4" style="fill:#b066b0;"/>
</g>
</svg>

Before

(image error) Size: 321 B

After

(image error) Size: 321 B

View File

@ -1,9 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M12.95,12.95c-2.734,2.733 -7.166,2.733 -9.9,-0c-2.733,-2.734 -2.733,-7.166 0,-9.9c2.734,-2.733 7.166,-2.733 9.9,0c2.733,2.734 2.733,7.166 -0,9.9Zm-4.95,0.25c2.872,-0 5.2,-2.328 5.2,-5.2c-0,-2.872 -2.328,-5.2 -5.2,-5.2c-2.872,-0 -5.2,2.328 -5.2,5.2c-0,2.872 2.328,5.2 5.2,5.2Z" style="fill:#af74b1;"/>
<path d="M12.95,12.95c-2.734,2.733 -7.166,2.733 -9.9,-0c-2.733,-2.734 -2.733,-7.166 0,-9.9c2.734,-2.733 7.166,-2.733 9.9,0c2.733,2.734 2.733,7.166 -0,9.9Zm-4.95,0.25c2.872,-0 5.2,-2.328 5.2,-5.2c-0,-2.872 -2.328,-5.2 -5.2,-5.2c-2.872,-0 -5.2,2.328 -5.2,5.2c-0,2.872 2.328,5.2 5.2,5.2Z" style="fill:#b76db7;"/>
<g>
<rect x="7.2" y="4.7" width="1.6" height="4" style="fill:#af74b1;"/>
<path d="M10.476,11.004l0.918,-1.31l-3.276,-2.294l-0.918,1.31l3.276,2.294Z" style="fill:#af74b1;"/>
<rect x="7.2" y="4.7" width="1.6" height="4" style="fill:#b76db7;"/>
<path d="M10.476,11.004l0.918,-1.31l-3.276,-2.294l-0.918,1.31l3.276,2.294Z" style="fill:#b76db7;"/>
</g>
</g>
</svg>

Before

(image error) Size: 644 B

After

(image error) Size: 644 B

View File

@ -1,9 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g>
<path d="M12.95,12.95c-2.734,2.733 -7.166,2.733 -9.9,-0c-2.733,-2.734 -2.733,-7.166 0,-9.9c2.734,-2.733 7.166,-2.733 9.9,0c2.733,2.734 2.733,7.166 -0,9.9Zm-4.95,0.25c2.872,-0 5.2,-2.328 5.2,-5.2c-0,-2.872 -2.328,-5.2 -5.2,-5.2c-2.872,-0 -5.2,2.328 -5.2,5.2c-0,2.872 2.328,5.2 5.2,5.2Z" style="fill:#a664ae;"/>
<path d="M12.95,12.95c-2.734,2.733 -7.166,2.733 -9.9,-0c-2.733,-2.734 -2.733,-7.166 0,-9.9c2.734,-2.733 7.166,-2.733 9.9,0c2.733,2.734 2.733,7.166 -0,9.9Zm-4.95,0.25c2.872,-0 5.2,-2.328 5.2,-5.2c-0,-2.872 -2.328,-5.2 -5.2,-5.2c-2.872,-0 -5.2,2.328 -5.2,5.2c-0,2.872 2.328,5.2 5.2,5.2Z" style="fill:#b066b0;"/>
<g>
<rect x="7.2" y="4.7" width="1.6" height="4" style="fill:#a664ae;"/>
<path d="M10.476,11.004l0.918,-1.31l-3.276,-2.294l-0.918,1.31l3.276,2.294Z" style="fill:#a664ae;"/>
<rect x="7.2" y="4.7" width="1.6" height="4" style="fill:#b066b0;"/>
<path d="M10.476,11.004l0.918,-1.31l-3.276,-2.294l-0.918,1.31l3.276,2.294Z" style="fill:#b066b0;"/>
</g>
</g>
</svg>

Before

(image error) Size: 644 B

After

(image error) Size: 644 B