summaryrefslogtreecommitdiff
path: root/icon-themes
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-11-20 22:52:18 +0100
committerAndreas Kainz <kainz.a@gmail.com>2020-11-21 08:26:25 +0100
commit192f1febc9859a42307d77dcf3fcec998ef5663c (patch)
tree9937989cad0288f23cef26021a40629766209769 /icon-themes
parentd58cbe188fc2708d44325dcd262f17fd8e19c2a0 (diff)
Colibre icon theme css support for connectors
Change-Id: I4339088f3250305cd85266fcb214f0d2d64657ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106296 Tested-by: Andreas Kainz <kainz.a@gmail.com> Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes')
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connector.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorarrowend.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorarrows.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorarrowstart.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorcircleend.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorcircles.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorcirclestart.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorcurve.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorcurvearrowend.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorcurvearrows.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorcurvearrowstart.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorcurvecircleend.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorcurvecircles.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorcurvecirclestart.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorline.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlinearrowend.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlinearrows.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlinearrowstart.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlinecircleend.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlinecirclestart.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlines.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlinesarrowend.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlinesarrows.svg28
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlinesarrowstart.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlinescircleend.svg20
-rw-r--r--icon-themes/colibre_svg/cmd/lc_connectorlinescirclestart.svg20
26 files changed, 590 insertions, 26 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_connector.svg b/icon-themes/colibre_svg/cmd/lc_connector.svg
index 66a9c8ad0dcc..0185c1a50288 100644
--- a/icon-themes/colibre_svg/cmd/lc_connector.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connector.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 1.7304688-1h4.2695312v13.5a.50005.50005 0 0 0 .5.5h5.771484a2 2 0 0 0 1.728516 1 2 2 0 0 0 2-2 2 2 0 0 0 -2-2 2 2 0 0 0 -2 2h-5v-13.5a.50005.50005 0 0 0 -.5-.5h-4.5a2 2 0 0 0 -2-2z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 5 v 14 h 6"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 20.5,19 A 1.5,1.5 0 0 1 19,20.5 1.5,1.5 0 0 1 17.5,19 1.5,1.5 0 0 1 19,17.5 1.5,1.5 0 0 1 20.5,19 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorarrowend.svg b/icon-themes/colibre_svg/cmd/lc_connectorarrowend.svg
index d683015ace77..f84b46ddf5b8 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorarrowend.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorarrowend.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 1.7304688-1h4.2695312v13.5a.50005.50005 0 0 0 .5.5h6.5v2l4-2.5-4-2.5v2h-6v-13.5a.50005.50005 0 0 0 -.5-.5h-4.5a2 2 0 0 0 -2-2z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 5 v 14 h 6"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 21.5,19.5 -4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorarrows.svg b/icon-themes/colibre_svg/cmd/lc_connectorarrows.svg
index 76b85401f7c7..c4dccf14cada 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorarrows.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorarrows.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m6 3-4 2.5 4 2.5v-2h5v13.5a.50005.50005 0 0 0 .5.5h6.5v2l4-2.5-4-2.5v2h-6v-13.5a.50005.50005 0 0 0 -.5-.5h-5.5z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 5 V 19.5 h 6"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 21.5,19.5 -4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 2.4999382,5.5 4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorarrowstart.svg b/icon-themes/colibre_svg/cmd/lc_connectorarrowstart.svg
index ed2e0ea9d051..bc7a8beef67c 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorarrowstart.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorarrowstart.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m6 3-4 2.5 4 2.5v-2h5v13.5a.50005.50005 0 0 0 .5.5h8a.50005.50005 0 1 0 0-1h-7.5v-13.5a.50005.50005 0 0 0 -.5-.5h-5.5z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 5 v 14 h 6"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 2.4999382,5.5 4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorcircleend.svg b/icon-themes/colibre_svg/cmd/lc_connectorcircleend.svg
index 556e0b42bfe7..5430f95ee687 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorcircleend.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorcircleend.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m4.5 5a.50005.50005 0 1 0 0 1h6.5v13.5a.50005.50005 0 0 0 .5.5h5.771484a2 2 0 0 0 1.728516 1 2 2 0 0 0 2-2 2 2 0 0 0 -2-2 2 2 0 0 0 -2 2h-5v-13.5a.50005.50005 0 0 0 -.5-.5z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 5 v 14 h 6"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 20.5,19 A 1.5,1.5 0 0 1 19,20.5 1.5,1.5 0 0 1 17.5,19 1.5,1.5 0 0 1 19,17.5 1.5,1.5 0 0 1 20.5,19 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorcircles.svg b/icon-themes/colibre_svg/cmd/lc_connectorcircles.svg
index d5c7e84bd2d2..38a6561a69c2 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorcircles.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorcircles.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 1.7304688-1h4.2695312v13.5a.50005.50005 0 0 0 .5.5h8a.50005.50005 0 1 0 0-1h-7.5v-13.5a.50005.50005 0 0 0 -.5-.5h-4.5a2 2 0 0 0 -2-2z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 5 v 14 h 6"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorcirclestart.svg b/icon-themes/colibre_svg/cmd/lc_connectorcirclestart.svg
index d5c7e84bd2d2..38a6561a69c2 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorcirclestart.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorcirclestart.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 1.7304688-1h4.2695312v13.5a.50005.50005 0 0 0 .5.5h8a.50005.50005 0 1 0 0-1h-7.5v-13.5a.50005.50005 0 0 0 -.5-.5h-4.5a2 2 0 0 0 -2-2z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 5 v 14 h 6"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorcurve.svg b/icon-themes/colibre_svg/cmd/lc_connectorcurve.svg
index df8732def13e..1a2b23cae0a3 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorcurve.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorcurve.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="#1e8bcd"><path d="m6 5h12v1h-12z"/><path d="m6 19h12v1h-12z"/><path d="m6 12h12v1h-12z"/><path d="m18 5v1a3 3 0 0 1 3 3 3 3 0 0 1 -3 3v1a4 4 0 0 0 4-4 4 4 0 0 0 -4-4z"/><path d="m6 12v1a3 3 0 0 0 -3 3 3 3 0 0 0 3 3v1a4 4 0 0 1 -4-4 4 4 0 0 1 4-4z"/><circle cx="5" cy="5" r="2"/><circle cx="19" cy="19" r="2"/></g></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6.5,5.5 H 18 c 2.5,0 3.5,2 3.5,3.5 0,2 -1.5,3.5 -3.5,3.5 H 6 c -2.5,0 -3.5,2 -3.5,3.5 0,1.5 1,3.5 3.5,3.5 h 11.5"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 20.5,19 A 1.5,1.5 0 0 1 19,20.5 1.5,1.5 0 0 1 17.5,19 1.5,1.5 0 0 1 19,17.5 1.5,1.5 0 0 1 20.5,19 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorcurvearrowend.svg b/icon-themes/colibre_svg/cmd/lc_connectorcurvearrowend.svg
index 6f60cd1a6075..0c178f806a54 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorcurvearrowend.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorcurvearrowend.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="#1e8bcd"><path d="m22 19.5-4-2.5v5z" fill-rule="evenodd"/><path d="m6 5h12v1h-12z"/><path d="m6 19h12v1h-12z"/><path d="m6 12h12v1h-12z"/><path d="m18 5v1a3 3 0 0 1 3 3 3 3 0 0 1 -3 3v1a4 4 0 0 0 4-4 4 4 0 0 0 -4-4z"/><path d="m6 12v1a3 3 0 0 0 -3 3 3 3 0 0 0 3 3v1a4 4 0 0 1 -4-4 4 4 0 0 1 4-4z"/><circle cx="5" cy="5" r="2"/></g></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6.5,5.5 H 18 c 2.5,0 3.5,2 3.5,3.5 0,2 -1.5,3.5 -3.5,3.5 H 6 c -2.5,0 -3.5,2 -3.5,3.5 0,1.5 1,3.5 3.5,3.5 h 11.5"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 21.5,19.5 -4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorcurvearrows.svg b/icon-themes/colibre_svg/cmd/lc_connectorcurvearrows.svg
index 11cfe708fc99..ac6f28099d45 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorcurvearrows.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorcurvearrows.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="#1e8bcd"><path d="m22 19.5-4-2.5v5z" fill-rule="evenodd"/><path d="m2 5.5 4-2.5v5z" fill-rule="evenodd"/><path d="m6 5h12v1h-12z"/><path d="m6 19h12v1h-12z"/><path d="m6 12h12v1h-12z"/><path d="m18 5v1a3 3 0 0 1 3 3 3 3 0 0 1 -3 3v1a4 4 0 0 0 4-4 4 4 0 0 0 -4-4z"/><path d="m6 12v1a3 3 0 0 0 -3 3 3 3 0 0 0 3 3v1a4 4 0 0 1 -4-4 4 4 0 0 1 4-4z"/></g></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6.5,5.5 H 18 c 2.5,0 3.5,2 3.5,3.5 0,2 -1.5,3.5 -3.5,3.5 H 6 c -2.5,0 -3.5,2 -3.5,3.5 0,1.5 1,3.5 3.5,3.5 h 11.5"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 21.5,19.5 -4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 2.4999382,5.5 4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorcurvearrowstart.svg b/icon-themes/colibre_svg/cmd/lc_connectorcurvearrowstart.svg
index 10c64cf91d32..a6dff4ca690c 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorcurvearrowstart.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorcurvearrowstart.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="#1e8bcd"><path d="m2 5.5 4-2.5v5z" fill-rule="evenodd"/><path d="m6 5h12v1h-12z"/><path d="m6 19h12v1h-12z"/><path d="m6 12h12v1h-12z"/><path d="m18 5v1a3 3 0 0 1 3 3 3 3 0 0 1 -3 3v1a4 4 0 0 0 4-4 4 4 0 0 0 -4-4z"/><path d="m6 12v1a3 3 0 0 0 -3 3 3 3 0 0 0 3 3v1a4 4 0 0 1 -4-4 4 4 0 0 1 4-4z"/></g></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6.5,5.5 H 18 c 2.5,0 3.5,2 3.5,3.5 0,2 -1.5,3.5 -3.5,3.5 H 6 c -2.5,0 -3.5,2 -3.5,3.5 0,1.5 1,3.5 3.5,3.5 h 11.5"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 2.4999382,5.5 4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorcurvecircleend.svg b/icon-themes/colibre_svg/cmd/lc_connectorcurvecircleend.svg
index 0b51f46d8de7..3454ed9e9b7b 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorcurvecircleend.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorcurvecircleend.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="#1e8bcd"><path d="m4.5 5a.5.5 0 0 0 -.5.5.5.5 0 0 0 .5.5h12.5v-1z"/><path d="m7 19h11v1h-11z"/><path d="m7 12h10v1h-10z"/><path d="m17 5v1a3 3 0 0 1 3 3 3 3 0 0 1 -3 3v1a4 4 0 0 0 4-4 4 4 0 0 0 -4-4z"/><path d="m7 12v1a3 3 0 0 0 -3 3 3 3 0 0 0 3 3v1a4 4 0 0 1 -4-4 4 4 0 0 1 4-4z"/><circle cx="19" cy="19" r="2"/></g></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6.5,5.5 H 18 c 2.5,0 3.5,2 3.5,3.5 0,2 -1.5,3.5 -3.5,3.5 H 6 c -2.5,0 -3.5,2 -3.5,3.5 0,1.5 1,3.5 3.5,3.5 h 11.5"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 20.5,19 A 1.5,1.5 0 0 1 19,20.5 1.5,1.5 0 0 1 17.5,19 1.5,1.5 0 0 1 19,17.5 1.5,1.5 0 0 1 20.5,19 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorcurvecircles.svg b/icon-themes/colibre_svg/cmd/lc_connectorcurvecircles.svg
index c39f47f20c93..03a5eb31d062 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorcurvecircles.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorcurvecircles.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="#1e8bcd"><path d="m6 5h11v1h-11z"/><path d="m7 19v1h12.5a.5.5 0 0 0 .5-.5.5.5 0 0 0 -.5-.5z"/><path d="m7 12h10v1h-10z"/><path d="m17 5v1a3 3 0 0 1 3 3 3 3 0 0 1 -3 3v1a4 4 0 0 0 4-4 4 4 0 0 0 -4-4z"/><path d="m7 12v1a3 3 0 0 0 -3 3 3 3 0 0 0 3 3v1a4 4 0 0 1 -4-4 4 4 0 0 1 4-4z"/><circle cx="5" cy="5" r="2"/></g></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6.5,5.5 H 18 c 2.5,0 3.5,2 3.5,3.5 0,2 -1.5,3.5 -3.5,3.5 H 6 c -2.5,0 -3.5,2 -3.5,3.5 0,1.5 1,3.5 3.5,3.5 h 11.5"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorcurvecirclestart.svg b/icon-themes/colibre_svg/cmd/lc_connectorcurvecirclestart.svg
index c39f47f20c93..03a5eb31d062 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorcurvecirclestart.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorcurvecirclestart.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="#1e8bcd"><path d="m6 5h11v1h-11z"/><path d="m7 19v1h12.5a.5.5 0 0 0 .5-.5.5.5 0 0 0 -.5-.5z"/><path d="m7 12h10v1h-10z"/><path d="m17 5v1a3 3 0 0 1 3 3 3 3 0 0 1 -3 3v1a4 4 0 0 0 4-4 4 4 0 0 0 -4-4z"/><path d="m7 12v1a3 3 0 0 0 -3 3 3 3 0 0 0 3 3v1a4 4 0 0 1 -4-4 4 4 0 0 1 4-4z"/><circle cx="5" cy="5" r="2"/></g></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6.5,5.5 H 18 c 2.5,0 3.5,2 3.5,3.5 0,2 -1.5,3.5 -3.5,3.5 H 6 c -2.5,0 -3.5,2 -3.5,3.5 0,1.5 1,3.5 3.5,3.5 h 11.5"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorline.svg b/icon-themes/colibre_svg/cmd/lc_connectorline.svg
index c49a6b97ade7..4e7032224a68 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorline.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorline.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 .9570312-.2460938l11.2871098 11.2871098a2 2 0 0 0 -.244141.958984 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0 -2-2 2 2 0 0 0 -.957031.246094l-11.2871096-11.2871096a2 2 0 0 0 .2441406-.9589844 2 2 0 0 0 -2-2z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6,6 18,18"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 20.5,19 A 1.5,1.5 0 0 1 19,20.5 1.5,1.5 0 0 1 17.5,19 1.5,1.5 0 0 1 19,17.5 1.5,1.5 0 0 1 20.5,19 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlinearrowend.svg b/icon-themes/colibre_svg/cmd/lc_connectorlinearrowend.svg
index fda20d87c476..59d3a8f96fac 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlinearrowend.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlinearrowend.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 .9570312-.2460938l11.8164068 11.8164058-1.369141 1.369141 4.595703 1.060547-1.060547-4.595703-1.369141 1.369141-11.8144526-11.8144536a2 2 0 0 0 .2441406-.9589844 2 2 0 0 0 -2-2z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6,6 18,18"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 21.5,21.5 -5,-2 3,-3 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlinearrows.svg b/icon-themes/colibre_svg/cmd/lc_connectorlinearrows.svg
index 428cfca06429..d6ac1ad7be31 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlinearrows.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlinearrows.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="#1e8bcd" fill-rule="evenodd"><path d="m3 3 1.0605469 4.5957031 1.3691406-1.3691406 12.3437505 12.3437495-1.369141 1.369141 4.595703 1.060547-1.060547-4.595703-1.369141 1.369141-12.3437495-12.3437505 1.3691406-1.3691406z"/><path d="m3 3 1.0605469 4.5957031 1.3691406-1.3691406 12.3437505 12.3437495-1.369141 1.369141 4.595703 1.060547-1.060547-4.595703-1.369141 1.369141-12.3437495-12.3437505 1.3691406-1.3691406z"/></g></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6,6 18,18"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 2.5,2.5 5,2 -3,3 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 21.5,21.5 -5,-2 3,-3 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlinearrowstart.svg b/icon-themes/colibre_svg/cmd/lc_connectorlinearrowstart.svg
index 014f49d9220f..d6dd0008945b 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlinearrowstart.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlinearrowstart.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m3 3 1.0605469 4.5957031 1.3710937-1.3710937 13.1718754 13.1718746a.56205618.56205618 0 1 0 .792968-.792968l-13.1718746-13.1718754 1.3710937-1.3710937z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6,6 18,18"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 2.5,2.5 5,2 -3,3 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlinecircleend.svg b/icon-themes/colibre_svg/cmd/lc_connectorlinecircleend.svg
index 6411c13c9a33..bbd38502733c 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlinecircleend.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlinecircleend.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m4.4941406 3.9316406a.56205618.56205618 0 0 0 -.390625.9648438l13.1425784 13.1425776a2 2 0 0 0 -.246094.960938 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0 -2-2 2 2 0 0 0 -.958984.248047l-13.1445316-13.1445314a.56205618.56205618 0 0 0 -.4023438-.171875z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6,6 18,18"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 20.5,19 A 1.5,1.5 0 0 1 19,20.5 1.5,1.5 0 0 1 17.5,19 1.5,1.5 0 0 1 19,17.5 1.5,1.5 0 0 1 20.5,19 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlinecirclestart.svg b/icon-themes/colibre_svg/cmd/lc_connectorlinecirclestart.svg
index 6da41daa53b6..e47505908ebc 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlinecirclestart.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlinecirclestart.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 1.0175781-.28125l13.0839839 13.177734a.56209643.56209643 0 0 0 .796876-.792968l-13.1132818-13.2070316a2 2 0 0 0 .2148438-.8964844 2 2 0 0 0 -2-2z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="M 6,6 18,18"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlines.svg b/icon-themes/colibre_svg/cmd/lc_connectorlines.svg
index db0c51fd2ae8..1f9de8f2785f 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlines.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlines.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 1.7304688-1h2.4179687l4.8808595 13.667969a.50005.50005 0 0 0 .470703.332031h2.771484a2 2 0 0 0 1.728516 1 2 2 0 0 0 2-2 2 2 0 0 0 -2-2 2 2 0 0 0 -2 2h-2.148438l-4.8808589-13.6679688a.50005.50005 0 0 0 -.4707031-.3320312h-2.5a2 2 0 0 0 -2-2z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 3 l 5,14 h 3"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 20.5,19 A 1.5,1.5 0 0 1 19,20.5 1.5,1.5 0 0 1 17.5,19 1.5,1.5 0 0 1 19,17.5 1.5,1.5 0 0 1 20.5,19 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlinesarrowend.svg b/icon-themes/colibre_svg/cmd/lc_connectorlinesarrowend.svg
index f330bd3313b7..aaa59f580109 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlinesarrowend.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlinesarrowend.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 1.7304688-1h2.4179687l4.8808595 13.667969a.50005.50005 0 0 0 .470703.332031h3.5v2l4-2.5-4-2.5v2h-3.148438l-4.8808589-13.6679688a.50005.50005 0 0 0 -.4707031-.3320312h-2.5a2 2 0 0 0 -2-2z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 3 l 5,14 h 3"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 21.5,19.5 -4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlinesarrows.svg b/icon-themes/colibre_svg/cmd/lc_connectorlinesarrows.svg
index 1a3aa014a712..7b7c766c4b34 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlinesarrows.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlinesarrows.svg
@@ -1 +1,27 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m6 3-4 2.5 4 2.5v-2h3.1484375l4.8808595 13.667969a.50005.50005 0 0 0 .470703.332031h3.5v2l4-2.5-4-2.5v2h-3.148438l-4.8808589-13.6679688a.50005.50005 0 0 0 -.4707031-.3320312h-3.5z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 3 l 5,14 h 3"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 21.5,19.5 -4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 2.4999382,5.5 4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlinesarrowstart.svg b/icon-themes/colibre_svg/cmd/lc_connectorlinesarrowstart.svg
index a4f492e9d0e5..08f9dc076759 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlinesarrowstart.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlinesarrowstart.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m6 3-4 2.5 4 2.5v-2h3.1484375l4.8808595 13.667969a.50005.50005 0 0 0 .470703.332031h5a.50005.50005 0 1 0 0-1h-4.648438l-4.8808589-13.6679688a.50005.50005 0 0 0 -.4707031-.3320312h-3.5z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 3 l 5,14 h 3"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 2.4999382,5.5 4,-2 v 4 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlinescircleend.svg b/icon-themes/colibre_svg/cmd/lc_connectorlinescircleend.svg
index 886ac4e7fb28..5efb5c796c9b 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlinescircleend.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlinescircleend.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m4.5 5a.50005.50005 0 1 0 0 1h4.6484375l4.8808595 13.667969a.50005.50005 0 0 0 .470703.332031h2.771484a2 2 0 0 0 1.728516 1 2 2 0 0 0 2-2 2 2 0 0 0 -2-2 2 2 0 0 0 -2 2h-2.148438l-4.8808589-13.6679688a.50005.50005 0 0 0 -.4707031-.3320312z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 3 l 5,14 h 3"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 20.5,19 A 1.5,1.5 0 0 1 19,20.5 1.5,1.5 0 0 1 17.5,19 1.5,1.5 0 0 1 19,17.5 1.5,1.5 0 0 1 20.5,19 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/cmd/lc_connectorlinescirclestart.svg b/icon-themes/colibre_svg/cmd/lc_connectorlinescirclestart.svg
index 89f1c1640e3f..ec4fe2f3e381 100644
--- a/icon-themes/colibre_svg/cmd/lc_connectorlinescirclestart.svg
+++ b/icon-themes/colibre_svg/cmd/lc_connectorlinescirclestart.svg
@@ -1 +1,19 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 1.7304688-1h2.4179687l4.8808595 13.667969a.50005.50005 0 0 0 .470703.332031h5a.50005.50005 0 1 0 0-1h-4.648438l-4.8808589-13.6679688a.50005.50005 0 0 0 -.4707031-.3320312h-2.5a2 2 0 0 0 -2-2z" fill="#1e8bcd"/></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--highlight-color-line"
+ d="m 6.5,5.5 h 3 l 5,14 h 3"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="M 6.5,5 A 1.5,1.5 0 0 1 5,6.5 1.5,1.5 0 0 1 3.5,5 1.5,1.5 0 0 1 5,3.5 1.5,1.5 0 0 1 6.5,5 Z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>