Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-07-09 02:52:05 +0300
committerMark Otto <markdotto@gmail.com>2022-07-09 02:52:05 +0300
commit933be7fe00b81658add06e9c8c187e2d0df141d4 (patch)
treeeb605742d3217f76043f1d8a5acb1ed67d772cc0
parent1de2f8993cfff4fe82d11c0cb22c217c58a1ddf8 (diff)
Fixes #1281: Add tab, indent, and escape icons
-rw-r--r--icons/escape.svg4
-rw-r--r--icons/indent.svg4
-rw-r--r--icons/unindent.svg4
3 files changed, 12 insertions, 0 deletions
diff --git a/icons/escape.svg b/icons/escape.svg
new file mode 100644
index 000000000..112c87b0b
--- /dev/null
+++ b/icons/escape.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-escape" viewBox="0 0 16 16">
+ <path d="M8.538 1.02a.5.5 0 1 0-.076.998 6 6 0 1 1-6.445 6.444.5.5 0 0 0-.997.076A7 7 0 1 0 8.538 1.02Z"/>
+ <path d="M7.096 7.828a.5.5 0 0 0 .707-.707L2.707 2.025h2.768a.5.5 0 1 0 0-1H1.5a.5.5 0 0 0-.5.5V5.5a.5.5 0 0 0 1 0V2.732l5.096 5.096Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/indent.svg b/icons/indent.svg
new file mode 100644
index 000000000..025acef29
--- /dev/null
+++ b/icons/indent.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-indent" viewBox="0 0 16 16">
+ <path fill-rule="evenodd" d="M3 8a.5.5 0 0 1 .5-.5h6.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H3.5A.5.5 0 0 1 3 8Z"/>
+ <path fill-rule="evenodd" d="M12.5 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/unindent.svg b/icons/unindent.svg
new file mode 100644
index 000000000..19692833b
--- /dev/null
+++ b/icons/unindent.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-unindent" viewBox="0 0 16 16">
+ <path fill-rule="evenodd" d="M13 8a.5.5 0 0 0-.5-.5H5.707l2.147-2.146a.5.5 0 1 0-.708-.708l-3 3a.5.5 0 0 0 0 .708l3 3a.5.5 0 0 0 .708-.708L5.707 8.5H12.5A.5.5 0 0 0 13 8Z"/>
+ <path fill-rule="evenodd" d="M3.5 4a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 1 0v-7a.5.5 0 0 0-.5-.5Z"/>
+</svg> \ No newline at end of file