aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-09 19:20:15 +0100
committercodecalm <codecalm@gmail.com>2020-03-09 19:20:15 +0100
commit054b8a269a66e1286f3e1efc958b27fb9f1d664e (patch)
treef700f41456f0f9ca562c4dfcfcc06f65cd91906c /_icons
parentad icon (diff)
downloadtabler-icons-054b8a269a66e1286f3e1efc958b27fb9f1d664e.tar.xz
crop, copyright, rotate
Diffstat (limited to '_icons')
-rw-r--r--_icons/ad.svg7
-rw-r--r--_icons/copyright.svg6
-rw-r--r--_icons/crop.svg6
-rw-r--r--_icons/registered.svg6
-rw-r--r--_icons/rotate-clockwise.svg5
-rw-r--r--_icons/rotate.svg5
6 files changed, 28 insertions, 7 deletions
diff --git a/_icons/ad.svg b/_icons/ad.svg
deleted file mode 100644
index 4a2d446..0000000
--- a/_icons/ad.svg
+++ /dev/null
@@ -1,7 +0,0 @@
----
----
-<svg>
- <rect x="3" y="5" width="18" height="14" rx="2" />
- <path d="M6.5 15l2.5 -6l2.5 6m-.5 -1h-4" />
- <path d="M17 9v6h-1.5a1.5 1.5 0 111.5 -1.5" />
-</svg>
diff --git a/_icons/copyright.svg b/_icons/copyright.svg
new file mode 100644
index 0000000..011a39f
--- /dev/null
+++ b/_icons/copyright.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M14.5 9a3.5 4 0 100 6" />
+</svg>
diff --git a/_icons/crop.svg b/_icons/crop.svg
new file mode 100644
index 0000000..50697dd
--- /dev/null
+++ b/_icons/crop.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <polyline points="8 5 8 16 19 16" />
+ <polyline points="16 19 16 8 5 8" />
+</svg>
diff --git a/_icons/registered.svg b/_icons/registered.svg
new file mode 100644
index 0000000..e84fe58
--- /dev/null
+++ b/_icons/registered.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M10 16v-8h3a2 2 0 010 4h-3m2 0l3 4" />
+</svg>
diff --git a/_icons/rotate-clockwise.svg b/_icons/rotate-clockwise.svg
new file mode 100644
index 0000000..67a8e84
--- /dev/null
+++ b/_icons/rotate-clockwise.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M4 11a8.1 8.1 0 11.5 4m-.5 5v-5h5" />
+</svg>
diff --git a/_icons/rotate.svg b/_icons/rotate.svg
new file mode 100644
index 0000000..75ed2a2
--- /dev/null
+++ b/_icons/rotate.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M20 11a8.1 8.1 0 10-.5 4m.5 5v-5h-5" />
+</svg>