summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CodeEditor/images
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/CodeEditor/images
first commit
Diffstat (limited to 'www/wiki/extensions/CodeEditor/images')
-rw-r--r--www/wiki/extensions/CodeEditor/images/gotoLine.svg8
-rw-r--r--www/wiki/extensions/CodeEditor/images/pilcrow.svg7
-rw-r--r--www/wiki/extensions/CodeEditor/images/wrapping.svg9
3 files changed, 24 insertions, 0 deletions
diff --git a/www/wiki/extensions/CodeEditor/images/gotoLine.svg b/www/wiki/extensions/CodeEditor/images/gotoLine.svg
new file mode 100644
index 00000000..58db79e7
--- /dev/null
+++ b/www/wiki/extensions/CodeEditor/images/gotoLine.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
+ <title>
+ go to line
+ </title>
+ <path d="M 2,6 H 3 V 1 H 1 v 1 h 1 z m -1,9 h 2 v 1 H 2 v 1 h 1 v 1 H 1 v 1 H 4 V 14 H 1 Z M 3.5,8 H 1 v 1 h 2 v 1 H 1.5 C 1.2238576,10 1,10.223858 1,10.5 V 13 H 4 V 12 H 2 V 11 H 3.5 C 3.7761424,11 4,10.776142 4,10.5 v -2 C 4,8.2238576 3.7761424,8 3.5,8 Z" />
+ <path d="M 10,7.5 6,10 10,12.5 V 11 h 9 V 9 h -9 z" />
+</svg>
diff --git a/www/wiki/extensions/CodeEditor/images/pilcrow.svg b/www/wiki/extensions/CodeEditor/images/pilcrow.svg
new file mode 100644
index 00000000..c294c18d
--- /dev/null
+++ b/www/wiki/extensions/CodeEditor/images/pilcrow.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
+ <title>
+ pilcrow
+ </title>
+ <path d="m 7.388022,2 h 9.278109 v 2 h -2 V 18 H 12.666277 V 4.0001848 H 9.333065 V 18 H 7.333138 V 9.990386 C 5.7072798,9.883573 4.2194862,9.482099 3.3271547,8.787866 2.4423848,8.087294 2,7.156403 2,5.9949814 2,4.7959481 2.4915387,3.8302979 3.4746161,3.0981365 4.4576935,2.365975 5.7621616,2 7.388022,2 Z" />
+</svg>
diff --git a/www/wiki/extensions/CodeEditor/images/wrapping.svg b/www/wiki/extensions/CodeEditor/images/wrapping.svg
new file mode 100644
index 00000000..5860638e
--- /dev/null
+++ b/www/wiki/extensions/CodeEditor/images/wrapping.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
+ <title>
+ wrapping
+ </title>
+ <path d="m 1,5 v 2 h 14 c 1.125297,0 2,0.8747028 2,2 0,1.125297 -0.874703,2 -2,2 H 14 V 9 l -3,3 3,3 v -2 h 1 c 2.198703,0 4,-1.801297 4,-4 0,-2.1987028 -1.801297,-4 -4,-4 z" />
+ <path d="m 1,13 h 8 v 2 H 1 Z" />
+ <path d="m 1,9 h 8 v 2 H 1 Z" />
+</svg>