aboutsummaryrefslogtreecommitdiff
path: root/src/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-10 23:41:04 +0200
committercodecalm <codecalm@gmail.com>2020-04-10 23:41:04 +0200
commitd211aa02034d9619dc37fc86eb0b50fe90571030 (patch)
tree96343e891fa359760a9849bcdc7fce48657e2c52 /src/_icons
parentletter fixes (diff)
downloadtabler-icons-d211aa02034d9619dc37fc86eb0b50fe90571030.tar.xz
`replace` and `slideshow` icon
Diffstat (limited to 'src/_icons')
-rw-r--r--src/_icons/replace.svg8
-rw-r--r--src/_icons/rotate-2.svg4
-rw-r--r--src/_icons/rotate-clockwise-2.svg4
-rw-r--r--src/_icons/slideshow.svg11
4 files changed, 23 insertions, 4 deletions
diff --git a/src/_icons/replace.svg b/src/_icons/replace.svg
new file mode 100644
index 0000000..4516b03
--- /dev/null
+++ b/src/_icons/replace.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <rect x="3" y="3" width="6" height="6" rx="1" />
+ <rect x="15" y="15" width="6" height="6" rx="1" />
+ <path d="M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3" />
+ <path d="M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3" />
+</svg>
diff --git a/src/_icons/rotate-2.svg b/src/_icons/rotate-2.svg
index ac489c0..d0cd3a8 100644
--- a/src/_icons/rotate-2.svg
+++ b/src/_icons/rotate-2.svg
@@ -2,6 +2,6 @@
tags: [refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows]
---
<svg>
- <path d="M12 4a8 8 0 0 0 -3 15.45m0 -4.45v5h-5" />
- <path d="M13 19.95a8 8 0 0 0 2 -15.35" stroke-dasharray=".001 4" />
+ <path d="M15 4.55a8 8 0 0 0 -6 14.9m0 -4.45v5h-5" />
+ <path d="M13 19.95a8 8 0 0 0 5.3 -12.8" stroke-dasharray=".001 4.13" />
</svg>
diff --git a/src/_icons/rotate-clockwise-2.svg b/src/_icons/rotate-clockwise-2.svg
index c17ed1d..fcd6924 100644
--- a/src/_icons/rotate-clockwise-2.svg
+++ b/src/_icons/rotate-clockwise-2.svg
@@ -2,6 +2,6 @@
tags: [refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows]
---
<svg>
- <path d="M12 4a8 8 0 0 1 3 15.45m0 -4.45v5h5" />
- <path d="M11 19.95a8 8 0 0 1 -2 -15.35" stroke-dasharray=".001 4" />
+ <path d="M9 4.55a8 8 0 0 1 6 14.9m0 -4.45v5h5" />
+ <path d="M11 19.95a8 8 0 0 1 -5.3 -12.8" stroke-dasharray=".001 4.13" />
</svg>
diff --git a/src/_icons/slideshow.svg b/src/_icons/slideshow.svg
new file mode 100644
index 0000000..f970b73
--- /dev/null
+++ b/src/_icons/slideshow.svg
@@ -0,0 +1,11 @@
+---
+---
+<svg>
+ <line x1="15" y1="6" x2="15.01" y2="6" />
+ <rect x="3" y="3" width="18" height="14" rx="3" />
+ <path d="M3 13l4 -4a3 5 0 0 1 3 0l 4 4" />
+ <path d="M13 12l2 -2a3 5 0 0 1 3 0l 3 3" />
+ <line x1="8" y1="21" x2="8.01" y2="21" />
+ <line x1="12" y1="21" x2="12.01" y2="21" />
+ <line x1="16" y1="21" x2="16.01" y2="21" />
+</svg>