diff options
author | codecalm <codecalm@gmail.com> | 2020-09-26 21:08:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-26 21:08:29 +0200 |
commit | 9aac0fe494290ea7732978237afdd49790a3a01c (patch) | |
tree | 0009e6160c0181b27838abea16b0a41fb40fb6bf /src/_icons | |
parent | 1 new icon: `karate` (diff) | |
download | tabler-icons-9aac0fe494290ea7732978237afdd49790a3a01c.tar.xz |
2 new icons: `panorama-horizontal`, `panorama-vertical`
Fixed icons: `aperture`, `brightness-down`, `brightness-up`, `brightness`, `exposure`, `live-photo`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/aperture.svg | 1 | ||||
-rw-r--r-- | src/_icons/brightness-down.svg | 1 | ||||
-rw-r--r-- | src/_icons/brightness-up.svg | 1 | ||||
-rw-r--r-- | src/_icons/brightness.svg | 1 | ||||
-rw-r--r-- | src/_icons/exposure.svg | 1 | ||||
-rw-r--r-- | src/_icons/live-photo.svg | 1 | ||||
-rw-r--r-- | src/_icons/panorama-horizontal.svg | 6 | ||||
-rw-r--r-- | src/_icons/panorama-vertical.svg | 6 |
8 files changed, 18 insertions, 0 deletions
diff --git a/src/_icons/aperture.svg b/src/_icons/aperture.svg index 123a10b5..2f347fc1 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 eeb28026..e8ae7ba8 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 3250b249..fd1786f3 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 2d8f479c..6a22809b 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 a256bcb3..97dc270e 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 9e339382..56433502 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 00000000..1c938810 --- /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 00000000..4ff16867 --- /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> |