aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-26 21:08:29 +0200
committercodecalm <codecalm@gmail.com>2020-09-26 21:08:29 +0200
commit9aac0fe494290ea7732978237afdd49790a3a01c (patch)
tree0009e6160c0181b27838abea16b0a41fb40fb6bf
parent1 new icon: `karate` (diff)
downloadtabler-icons-9aac0fe494290ea7732978237afdd49790a3a01c.tar.xz
2 new icons: `panorama-horizontal`, `panorama-vertical`
Fixed icons: `aperture`, `brightness-down`, `brightness-up`, `brightness`, `exposure`, `live-photo`
-rw-r--r--src/_icons/aperture.svg1
-rw-r--r--src/_icons/brightness-down.svg1
-rw-r--r--src/_icons/brightness-up.svg1
-rw-r--r--src/_icons/brightness.svg1
-rw-r--r--src/_icons/exposure.svg1
-rw-r--r--src/_icons/live-photo.svg1
-rw-r--r--src/_icons/panorama-horizontal.svg6
-rw-r--r--src/_icons/panorama-vertical.svg6
8 files changed, 18 insertions, 0 deletions
diff --git a/src/_icons/aperture.svg b/src/_icons/aperture.svg
index 123a10b..2f347fc 100644
--- a/src/_icons/aperture.svg
+++ b/src/_icons/aperture.svg
@@ -1,4 +1,5 @@
---
+category: Photos
tags: [hole, opening, vent]
---
<svg>
diff --git a/src/_icons/brightness-down.svg b/src/_icons/brightness-down.svg
index eeb2802..e8ae7ba 100644
--- a/src/_icons/brightness-down.svg
+++ b/src/_icons/brightness-down.svg
@@ -1,4 +1,5 @@
---
+category: Photos
tags: [dark, darker, screen]
---
<svg>
diff --git a/src/_icons/brightness-up.svg b/src/_icons/brightness-up.svg
index 3250b24..fd1786f 100644
--- a/src/_icons/brightness-up.svg
+++ b/src/_icons/brightness-up.svg
@@ -1,4 +1,5 @@
---
+category: Photos
tags: [light, screen]
---
<svg>
diff --git a/src/_icons/brightness.svg b/src/_icons/brightness.svg
index 2d8f479..6a22809 100644
--- a/src/_icons/brightness.svg
+++ b/src/_icons/brightness.svg
@@ -1,4 +1,5 @@
---
+category: Photos
tags: [light, dark, screen]
---
<svg>
diff --git a/src/_icons/exposure.svg b/src/_icons/exposure.svg
index a256bcb..97dc270 100644
--- a/src/_icons/exposure.svg
+++ b/src/_icons/exposure.svg
@@ -1,4 +1,5 @@
---
+category: Photos
tags: [light, bright, dark, camera]
---
<svg>
diff --git a/src/_icons/live-photo.svg b/src/_icons/live-photo.svg
index 9e33938..5643350 100644
--- a/src/_icons/live-photo.svg
+++ b/src/_icons/live-photo.svg
@@ -1,4 +1,5 @@
---
+category: Photos
tags: [capture, photo, movement, sound, memory, image, camera]
---
<svg>
diff --git a/src/_icons/panorama-horizontal.svg b/src/_icons/panorama-horizontal.svg
new file mode 100644
index 0000000..1c93881
--- /dev/null
+++ b/src/_icons/panorama-horizontal.svg
@@ -0,0 +1,6 @@
+---
+category: Photos
+---
+<svg>
+ <path d="M4.338 5.53c5.106 1.932 10.211 1.932 15.317 .002a1 1 0 0 1 1.345 .934v11c0 .692 -.692 1.2 -1.34 .962c-5.107 -1.932 -10.214 -1.932 -15.321 0c-.648 .246 -1.339 -.242 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935z" />
+</svg>
diff --git a/src/_icons/panorama-vertical.svg b/src/_icons/panorama-vertical.svg
new file mode 100644
index 0000000..4ff1686
--- /dev/null
+++ b/src/_icons/panorama-vertical.svg
@@ -0,0 +1,6 @@
+---
+category: Photos
+---
+<svg>
+ <path d="M18.463 4.338c-1.932 5.106 -1.932 10.211 -0 15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107 1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18 .691 .935 1.338z" />
+</svg>