aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-26 23:33:41 +0200
committercodecalm <codecalm@gmail.com>2020-09-26 23:33:41 +0200
commitecc5650e74eae43ed2cdd39f8d19ce7a7a18ef3c (patch)
tree3d8ded86cc526d6c4846a980b420168ca52d33e4
parent5 new icons: `cloud-off`, `message-circle-2`, `message-circle-off`, `message-... (diff)
downloadtabler-icons-ecc5650e74eae43ed2cdd39f8d19ce7a7a18ef3c.tar.xz
4 new icons: `arrow-ramp-left`, `arrow-ramp-right`, `picture-in-picture-off`, `picture-in-picture-on`
Fixed icons: `anchor`, `aspect-ratio`, `backspace`, `cast`, `compass`, `corner-down-left`, `corner-down-right`, `corner-left-down`, `corner-left-up`, `corner-right-down`, `corner-right-up`, `corner-up-left`, `corner-up-right`, `current-location`, `directions`, `ear`, `flag`, `flip-horizontal`, `flip-vertical`, `gas-station`, `live-view`, `location`, `mail-opened`, `mail`, `map-2`, `map-pin-off`, `map-pin`, `map`, `microphone-off`, `microphone`, `picture-in-picture`, `pin`, `power`, `rocket`, `route`, `send`, `separator-horizontal`, `separator-vertical`, `separator`, `space`, `target`, `viewfinder`, `world-latitude`, `world-longitude`, `world`, `zoom-cancel`, `zoom-in`, `zoom-out`
-rw-r--r--src/_icons/anchor.svg1
-rw-r--r--src/_icons/arrow-ramp-left.svg9
-rw-r--r--src/_icons/arrow-ramp-right.svg9
-rw-r--r--src/_icons/aspect-ratio.svg1
-rw-r--r--src/_icons/backspace.svg1
-rw-r--r--src/_icons/cast.svg1
-rw-r--r--src/_icons/compass.svg1
-rw-r--r--src/_icons/corner-down-left.svg2
-rw-r--r--src/_icons/corner-down-right.svg2
-rw-r--r--src/_icons/corner-left-down.svg2
-rw-r--r--src/_icons/corner-left-up.svg2
-rw-r--r--src/_icons/corner-right-down.svg2
-rw-r--r--src/_icons/corner-right-up.svg2
-rw-r--r--src/_icons/corner-up-left.svg2
-rw-r--r--src/_icons/corner-up-right.svg2
-rw-r--r--src/_icons/current-location.svg1
-rw-r--r--src/_icons/directions.svg1
-rw-r--r--src/_icons/ear.svg1
-rw-r--r--src/_icons/flag.svg1
-rw-r--r--src/_icons/flip-horizontal.svg1
-rw-r--r--src/_icons/flip-vertical.svg1
-rw-r--r--src/_icons/gas-station.svg1
-rw-r--r--src/_icons/live-view.svg1
-rw-r--r--src/_icons/location.svg1
-rw-r--r--src/_icons/mail-opened.svg1
-rw-r--r--src/_icons/mail.svg1
-rw-r--r--src/_icons/map-2.svg1
-rw-r--r--src/_icons/map-pin-off.svg1
-rw-r--r--src/_icons/map-pin.svg1
-rw-r--r--src/_icons/map.svg1
-rw-r--r--src/_icons/microphone-off.svg1
-rw-r--r--src/_icons/microphone.svg1
-rw-r--r--src/_icons/picture-in-picture-off.svg9
-rw-r--r--src/_icons/picture-in-picture-on.svg9
-rw-r--r--src/_icons/picture-in-picture.svg5
-rw-r--r--src/_icons/pin.svg1
-rw-r--r--src/_icons/power.svg1
-rw-r--r--src/_icons/rocket.svg1
-rw-r--r--src/_icons/route.svg1
-rw-r--r--src/_icons/send.svg1
-rw-r--r--src/_icons/separator-horizontal.svg1
-rw-r--r--src/_icons/separator-vertical.svg1
-rw-r--r--src/_icons/separator.svg1
-rw-r--r--src/_icons/space.svg1
-rw-r--r--src/_icons/target.svg1
-rw-r--r--src/_icons/viewfinder.svg1
-rw-r--r--src/_icons/world-latitude.svg1
-rw-r--r--src/_icons/world-longitude.svg1
-rw-r--r--src/_icons/world.svg1
-rw-r--r--src/_icons/zoom-cancel.svg1
-rw-r--r--src/_icons/zoom-in.svg1
-rw-r--r--src/_icons/zoom-out.svg1
52 files changed, 86 insertions, 10 deletions
diff --git a/src/_icons/anchor.svg b/src/_icons/anchor.svg
index 6511103..ad7ce33 100644
--- a/src/_icons/anchor.svg
+++ b/src/_icons/anchor.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [hold, ship, harbor, docks]
---
<svg>
diff --git a/src/_icons/arrow-ramp-left.svg b/src/_icons/arrow-ramp-left.svg
new file mode 100644
index 0000000..9f98f72
--- /dev/null
+++ b/src/_icons/arrow-ramp-left.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <line x1="17" y1="3" x2="17" y2="11.707" />
+ <path d="M13 7l4 -4l4 4" />
+ <path d="M7 14l-4 -4l4 -4" />
+ <path d="M17 21a11 11 0 0 0 -11 -11h-3" />
+</svg>
diff --git a/src/_icons/arrow-ramp-right.svg b/src/_icons/arrow-ramp-right.svg
new file mode 100644
index 0000000..49e8da8
--- /dev/null
+++ b/src/_icons/arrow-ramp-right.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <line x1="7" y1="3" x2="7" y2="11.707" />
+ <path d="M11 7l-4 -4l-4 4" />
+ <path d="M17 14l4 -4l-4 -4" />
+ <path d="M7 21a11 11 0 0 1 11 -11h3" />
+</svg>
diff --git a/src/_icons/aspect-ratio.svg b/src/_icons/aspect-ratio.svg
index a4b3cfd..7b4b78f 100644
--- a/src/_icons/aspect-ratio.svg
+++ b/src/_icons/aspect-ratio.svg
@@ -1,4 +1,5 @@
---
+category: Media
---
<svg>
<rect x="3" y="5" width="18" height="14" rx="2" />
diff --git a/src/_icons/backspace.svg b/src/_icons/backspace.svg
index 4b5b95a..af637e6 100644
--- a/src/_icons/backspace.svg
+++ b/src/_icons/backspace.svg
@@ -1,4 +1,5 @@
---
+category: Text
tags: [delete, remove, eliminate]
---
<svg>
diff --git a/src/_icons/cast.svg b/src/_icons/cast.svg
index 02a180f..63b4105 100644
--- a/src/_icons/cast.svg
+++ b/src/_icons/cast.svg
@@ -1,4 +1,5 @@
---
+category: Media
tags: [broadcast, stream, mirroring, apple, airplay, chromecast]
---
<svg>
diff --git a/src/_icons/compass.svg b/src/_icons/compass.svg
index 0dbbcc4..85f8d1d 100644
--- a/src/_icons/compass.svg
+++ b/src/_icons/compass.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [navigation, safari, travel, direction, discover]
---
<svg>
diff --git a/src/_icons/corner-down-left.svg b/src/_icons/corner-down-left.svg
index 7556c77..98bbe1b 100644
--- a/src/_icons/corner-down-left.svg
+++ b/src/_icons/corner-down-left.svg
@@ -3,5 +3,5 @@ tags: [move, arrow]
category: Arrows
---
<svg>
- <path d="M18 6v6a3 3 0 0 1 -3 3h-10l5 -5m0 10l-5 -5" />
+ <path d="M18 6v6a3 3 0 0 1 -3 3h-10l4 -4m0 8l-4 -4" />
</svg>
diff --git a/src/_icons/corner-down-right.svg b/src/_icons/corner-down-right.svg
index 533de0d..5663cd4 100644
--- a/src/_icons/corner-down-right.svg
+++ b/src/_icons/corner-down-right.svg
@@ -3,5 +3,5 @@ tags: [move, arrow]
category: Arrows
---
<svg>
- <path d="M6 6v6a3 3 0 0 0 3 3h10l-5 -5m0 10l5 -5" />
+ <path d="M6 6v6a3 3 0 0 0 3 3h10l-4 -4m0 8l4 -4" />
</svg>
diff --git a/src/_icons/corner-left-down.svg b/src/_icons/corner-left-down.svg
index 44a9664..81c04e4 100644
--- a/src/_icons/corner-left-down.svg
+++ b/src/_icons/corner-left-down.svg
@@ -3,5 +3,5 @@ tags: [move, arrow]
category: Arrows
---
<svg>
- <path d="M18 6h-6a3 3 0 0 0 -3 3v10l-5 -5m10 0l-5 5" />
+ <path d="M18 6h-6a3 3 0 0 0 -3 3v10l-4 -4m8 0l-4 4" />
</svg>
diff --git a/src/_icons/corner-left-up.svg b/src/_icons/corner-left-up.svg
index 4d47978..8cadadf 100644
--- a/src/_icons/corner-left-up.svg
+++ b/src/_icons/corner-left-up.svg
@@ -3,5 +3,5 @@ tags: [move, arrow]
category: Arrows
---
<svg>
- <path d="M18 18h-6a3 3 0 0 1 -3 -3v-10l-5 5m10 0l-5 -5" />
+ <path d="M18 18h-6a3 3 0 0 1 -3 -3v-10l-4 4m8 0l-4 -4" />
</svg>
diff --git a/src/_icons/corner-right-down.svg b/src/_icons/corner-right-down.svg
index b7afd38..0bdc9c3 100644
--- a/src/_icons/corner-right-down.svg
+++ b/src/_icons/corner-right-down.svg
@@ -3,5 +3,5 @@ tags: [move, arrow]
category: Arrows
---
<svg>
- <path d="M6 6h6a3 3 0 0 1 3 3v10l-5 -5m10 0l-5 5" />
+ <path d="M6 6h6a3 3 0 0 1 3 3v10l-4 -4m8 0l-4 4" />
</svg>
diff --git a/src/_icons/corner-right-up.svg b/src/_icons/corner-right-up.svg
index 3f761c5..bb5f8e7 100644
--- a/src/_icons/corner-right-up.svg
+++ b/src/_icons/corner-right-up.svg
@@ -3,5 +3,5 @@ tags: [move, arrow]
category: Arrows
---
<svg>
- <path d="M6 18h6a3 3 0 0 0 3 -3v-10l-5 5m10 0l-5 -5" />
+ <path d="M6 18h6a3 3 0 0 0 3 -3v-10l-4 4m8 0l-4 -4" />
</svg>
diff --git a/src/_icons/corner-up-left.svg b/src/_icons/corner-up-left.svg
index 0bb267c..e3f3dd2 100644
--- a/src/_icons/corner-up-left.svg
+++ b/src/_icons/corner-up-left.svg
@@ -3,5 +3,5 @@ tags: [move, arrow]
category: Arrows
---
<svg>
- <path d="M18 18v-6a3 3 0 0 0 -3 -3h-10l5 -5m0 10l-5 -5" />
+ <path d="M18 18v-6a3 3 0 0 0 -3 -3h-10l4 -4m0 8l-4 -4" />
</svg>
diff --git a/src/_icons/corner-up-right.svg b/src/_icons/corner-up-right.svg
index 5dbcc7b..387ea4e 100644
--- a/src/_icons/corner-up-right.svg
+++ b/src/_icons/corner-up-right.svg
@@ -3,5 +3,5 @@ tags: [move, arrow]
category: Arrows
---
<svg>
- <path d="M6 18v-6a3 3 0 0 1 3 -3h10l-5 -5m0 10l5 -5" />
+ <path d="M6 18v-6a3 3 0 0 1 3 -3h10l-4 -4m0 8l4 -4" />
</svg>
diff --git a/src/_icons/current-location.svg b/src/_icons/current-location.svg
index dea7fe3..f4096bf 100644
--- a/src/_icons/current-location.svg
+++ b/src/_icons/current-location.svg
@@ -1,4 +1,5 @@
---
+category: Map
---
<svg>
<circle cx="12" cy="12" r="3" />
diff --git a/src/_icons/directions.svg b/src/_icons/directions.svg
index 9cb450d..52432a0 100644
--- a/src/_icons/directions.svg
+++ b/src/_icons/directions.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [travel, navigation, discover]
---
<svg>
diff --git a/src/_icons/ear.svg b/src/_icons/ear.svg
index 0c9664f..048fda4 100644
--- a/src/_icons/ear.svg
+++ b/src/_icons/ear.svg
@@ -1,4 +1,5 @@
---
+category: Media
tags: [sound, listen, music, hear, loud, speakers]
---
<svg>
diff --git a/src/_icons/flag.svg b/src/_icons/flag.svg
index 3ea4822..c1d84fd 100644
--- a/src/_icons/flag.svg
+++ b/src/_icons/flag.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [banner, pin, report, map]
---
<svg>
diff --git a/src/_icons/flip-horizontal.svg b/src/_icons/flip-horizontal.svg
index 6a4a542..bb4afc3 100644
--- a/src/_icons/flip-horizontal.svg
+++ b/src/_icons/flip-horizontal.svg
@@ -1,4 +1,5 @@
---
+category: Design
tags: [mirror, rotate]
---
<svg>
diff --git a/src/_icons/flip-vertical.svg b/src/_icons/flip-vertical.svg
index c49a786..69a1732 100644
--- a/src/_icons/flip-vertical.svg
+++ b/src/_icons/flip-vertical.svg
@@ -1,4 +1,5 @@
---
+category: Design
tags: [mirror, rotate]
---
<svg>
diff --git a/src/_icons/gas-station.svg b/src/_icons/gas-station.svg
index a72e32e..4c54c2d 100644
--- a/src/_icons/gas-station.svg
+++ b/src/_icons/gas-station.svg
@@ -1,4 +1,5 @@
---
+category: Map
category: Vehicles
---
<svg>
diff --git a/src/_icons/live-view.svg b/src/_icons/live-view.svg
index 04174ba..fab04ac 100644
--- a/src/_icons/live-view.svg
+++ b/src/_icons/live-view.svg
@@ -1,4 +1,5 @@
---
+category: Map
---
<svg>
<path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
diff --git a/src/_icons/location.svg b/src/_icons/location.svg
index e03e60a..73abae1 100644
--- a/src/_icons/location.svg
+++ b/src/_icons/location.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [navigation, map, direction, discover, travel]
---
<svg>
diff --git a/src/_icons/mail-opened.svg b/src/_icons/mail-opened.svg
index ef8ce30..511ce99 100644
--- a/src/_icons/mail-opened.svg
+++ b/src/_icons/mail-opened.svg
@@ -1,4 +1,5 @@
---
+category: Messages
tags: [inbox, gmail, email, envelope, message, read]
---
<svg>
diff --git a/src/_icons/mail.svg b/src/_icons/mail.svg
index 62f9497..b402277 100644
--- a/src/_icons/mail.svg
+++ b/src/_icons/mail.svg
@@ -1,4 +1,5 @@
---
+category: Messages
tags: [inbox, gmail, email, envelope, message]
---
<svg>
diff --git a/src/_icons/map-2.svg b/src/_icons/map-2.svg
index 7989966..40ca661 100644
--- a/src/_icons/map-2.svg
+++ b/src/_icons/map-2.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [navigation, location, travel, pin, position, marker]
---
<svg>
diff --git a/src/_icons/map-pin-off.svg b/src/_icons/map-pin-off.svg
index 96a7b96..6900f9b 100644
--- a/src/_icons/map-pin-off.svg
+++ b/src/_icons/map-pin-off.svg
@@ -1,4 +1,5 @@
---
+category: Map
---
<svg>
<line x1="3" y1="3" x2="21" y2="21" />
diff --git a/src/_icons/map-pin.svg b/src/_icons/map-pin.svg
index 21f4e1d..ab222a0 100644
--- a/src/_icons/map-pin.svg
+++ b/src/_icons/map-pin.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [navigation, location, travel, pin, position, marker]
---
<svg>
diff --git a/src/_icons/map.svg b/src/_icons/map.svg
index 4d9e205..caa3009 100644
--- a/src/_icons/map.svg
+++ b/src/_icons/map.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [navigation, location, travel]
---
<svg>
diff --git a/src/_icons/microphone-off.svg b/src/_icons/microphone-off.svg
index 6e0126e..b97e681 100644
--- a/src/_icons/microphone-off.svg
+++ b/src/_icons/microphone-off.svg
@@ -1,4 +1,5 @@
---
+category: Media
---
<svg>
<line x1="3" y1="3" x2="21" y2="21" />
diff --git a/src/_icons/microphone.svg b/src/_icons/microphone.svg
index 3db606d..63081bd 100644
--- a/src/_icons/microphone.svg
+++ b/src/_icons/microphone.svg
@@ -1,4 +1,5 @@
---
+category: Media
tags: [record, sound, listen]
---
<svg>
diff --git a/src/_icons/picture-in-picture-off.svg b/src/_icons/picture-in-picture-off.svg
new file mode 100644
index 0000000..80a8ee6
--- /dev/null
+++ b/src/_icons/picture-in-picture-off.svg
@@ -0,0 +1,9 @@
+---
+category: Media
+---
+<svg>
+ <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />
+ <rect x="14" y="14" width="7" height="5" rx="1" />
+ <line x1="7" y1="9" x2="11" y2="13" />
+ <path d="M7 12v-3h3" />
+</svg>
diff --git a/src/_icons/picture-in-picture-on.svg b/src/_icons/picture-in-picture-on.svg
new file mode 100644
index 0000000..ac4c936
--- /dev/null
+++ b/src/_icons/picture-in-picture-on.svg
@@ -0,0 +1,9 @@
+---
+category: Media
+---
+<svg>
+ <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />
+ <rect x="14" y="14" width="7" height="5" rx="1" />
+ <line x1="7" y1="9" x2="11" y2="13" />
+ <path d="M8 13h3v-3" />
+</svg>
diff --git a/src/_icons/picture-in-picture.svg b/src/_icons/picture-in-picture.svg
index abec0f1..df3361a 100644
--- a/src/_icons/picture-in-picture.svg
+++ b/src/_icons/picture-in-picture.svg
@@ -1,6 +1,7 @@
---
+category: Media
---
<svg>
- <rect x="3" y="5" width="18" height="14" rx="2" />
- <rect x="12" y="12" width="6" height="4" rx="1" />
+ <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />
+ <rect x="14" y="14" width="7" height="5" rx="1" />
</svg>
diff --git a/src/_icons/pin.svg b/src/_icons/pin.svg
index 5c1b9c3..1c94593 100644
--- a/src/_icons/pin.svg
+++ b/src/_icons/pin.svg
@@ -1,4 +1,5 @@
---
+category: Map
---
<svg>
<line x1="4" y1="20" x2="9.5" y2="14.5" />
diff --git a/src/_icons/power.svg b/src/_icons/power.svg
index 3321112..533efa3 100644
--- a/src/_icons/power.svg
+++ b/src/_icons/power.svg
@@ -1,4 +1,5 @@
---
+category: Devices
tags: ["on", "off", turn on, turn off, electricity]
---
<svg>
diff --git a/src/_icons/rocket.svg b/src/_icons/rocket.svg
index ed07124..07c019e 100644
--- a/src/_icons/rocket.svg
+++ b/src/_icons/rocket.svg
@@ -1,4 +1,5 @@
---
+category: Map
---
<svg>
<path d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3" />
diff --git a/src/_icons/route.svg b/src/_icons/route.svg
index c945052..1d25c18 100644
--- a/src/_icons/route.svg
+++ b/src/_icons/route.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [path, navigation, map]
---
<svg>
diff --git a/src/_icons/send.svg b/src/_icons/send.svg
index 5bb2598..b7357ea 100644
--- a/src/_icons/send.svg
+++ b/src/_icons/send.svg
@@ -1,4 +1,5 @@
---
+category: Messages
tags: [message, mail, email, gmail, paper, airplane, aeroplane]
---
<svg>
diff --git a/src/_icons/separator-horizontal.svg b/src/_icons/separator-horizontal.svg
index be70038..a0bd91b 100644
--- a/src/_icons/separator-horizontal.svg
+++ b/src/_icons/separator-horizontal.svg
@@ -1,4 +1,5 @@
---
+category: Text
---
<svg>
<line x1="4" y1="12" x2="20" y2="12" />
diff --git a/src/_icons/separator-vertical.svg b/src/_icons/separator-vertical.svg
index 873c3f6..15e0147 100644
--- a/src/_icons/separator-vertical.svg
+++ b/src/_icons/separator-vertical.svg
@@ -1,4 +1,5 @@
---
+category: Text
---
<svg>
<line x1="12" y1="4" x2="12" y2="20" />
diff --git a/src/_icons/separator.svg b/src/_icons/separator.svg
index f4fc85c..d7d7010 100644
--- a/src/_icons/separator.svg
+++ b/src/_icons/separator.svg
@@ -1,4 +1,5 @@
---
+category: Text
tags: [divider, space, separate, set apart]
---
<svg>
diff --git a/src/_icons/space.svg b/src/_icons/space.svg
index 1509e08..6c5bdb8 100644
--- a/src/_icons/space.svg
+++ b/src/_icons/space.svg
@@ -1,4 +1,5 @@
---
+category: Text
---
<svg>
<path d="M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-3" />
diff --git a/src/_icons/target.svg b/src/_icons/target.svg
index b8e9bb2..796803e 100644
--- a/src/_icons/target.svg
+++ b/src/_icons/target.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [focus, bullseye, aim]
---
<svg>
diff --git a/src/_icons/viewfinder.svg b/src/_icons/viewfinder.svg
index eeb7274..5df900b 100644
--- a/src/_icons/viewfinder.svg
+++ b/src/_icons/viewfinder.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [target, aim, focus]
---
<svg>
diff --git a/src/_icons/world-latitude.svg b/src/_icons/world-latitude.svg
index 15e699a..70f9d0c 100644
--- a/src/_icons/world-latitude.svg
+++ b/src/_icons/world-latitude.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [earth, globe, global, language, union]
---
<svg>
diff --git a/src/_icons/world-longitude.svg b/src/_icons/world-longitude.svg
index af88c3f..59dfe84 100644
--- a/src/_icons/world-longitude.svg
+++ b/src/_icons/world-longitude.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [earth, globe, global, language, union]
---
<svg>
diff --git a/src/_icons/world.svg b/src/_icons/world.svg
index 0d2ec12..d03513a 100644
--- a/src/_icons/world.svg
+++ b/src/_icons/world.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [earth, globe, global, language, union]
---
<svg>
diff --git a/src/_icons/zoom-cancel.svg b/src/_icons/zoom-cancel.svg
index c069113..38f3c16 100644
--- a/src/_icons/zoom-cancel.svg
+++ b/src/_icons/zoom-cancel.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [magnifying glass]
---
<svg>
diff --git a/src/_icons/zoom-in.svg b/src/_icons/zoom-in.svg
index 39cb974..c05aaa0 100644
--- a/src/_icons/zoom-in.svg
+++ b/src/_icons/zoom-in.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [magnifying glass]
---
<svg>
diff --git a/src/_icons/zoom-out.svg b/src/_icons/zoom-out.svg
index d2d2e55..d19d87f 100644
--- a/src/_icons/zoom-out.svg
+++ b/src/_icons/zoom-out.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [magnifying glass]
---
<svg>