diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/draw-connector.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/draw-connector.svg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/draw-connector.svg b/Flat-Remix-Red-Light/actions/scalable/draw-connector.svg index b6cc162cd..afdbfc035 100644 --- a/Flat-Remix-Red-Light/actions/scalable/draw-connector.svg +++ b/Flat-Remix-Red-Light/actions/scalable/draw-connector.svg @@ -1,8 +1,11 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1"> <defs> <style id="current-color-scheme" type="text/css"> - .ColorScheme-Text { color:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + .ColorScheme-Text { color:#000000; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="m 11,0 0,0.011719 0,1.543 c -0.363,0.021 -0.723,0.0411 -1.1152,0.0781 -1.2789,0.1228 -2.6619,0.329 -3.8848,0.7305 l 0,-0.3633 -4,0 0,4 0.127,0 c -0.5694,1.3541 -0.92,2.9317 -1.1622,4.391 -0.03542,0.213 -0.05555,0.401 -0.08589,0.609 l -0.87891,0 0,0.012 0,3.988 0,0.012 1.5,0 2.5,0 0,-0.012 0,-1.543 c 0.3633,-0.021 0.7235,-0.041 1.1152,-0.078 1.2789,-0.123 2.6619,-0.329 3.8848,-0.731 l 0,0.364 4,0 0,-4.0003 -0.127,0 c 0.569,-1.3541 0.92,-2.9317 1.162,-4.3906 0.035,-0.2136 0.056,-0.4019 0.086,-0.6094 l 0.879,0 0,-0.0117 0,-3.9883 0,-0.0117 -1.5,0 -2.5,0 z M 11,2.5547 11,4 l 0,0.0117 2.111,0 C 13.088,4.1652 13.075,4.3022 13.049,4.459 12.788,6.0281 12.351,7.7156 11.744,9.0117 L 9,9.0117 9,11.562 C 7.8366,11.986 6.3724,12.255 5.0195,12.385 4.6616,12.419 4.334,12.437 4,12.457 L 4,11.012 4,11 1.8887,11 C 1.9118,10.846 1.9252,10.71 1.9512,10.553 2.2117,8.9836 2.6492,7.2961 3.2559,6 L 6,6 6,3.4492 C 7.1634,3.0253 8.6276,2.7567 9.9805,2.627 10.338,2.593 10.666,2.5747 11,2.5547 Z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 0,11 H 4 V 15 H 0 Z M 9,9 H 13 V 13 H 9 Z M 11,0 H 15 V 4 H 11 Z M 2,2 H 6 V 6 H 2 Z"/> + <path style="fill:none;stroke:currentColor" class="ColorScheme-Text" d="M 14,1 C 14,1 14,8 11,11 9,13 1,13 1,13 1,13 2,6 4,4 6,2 13,2 13,2"/> + </g> </svg> |