aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-08-11 12:13:57 +0200
committercodecalm <codecalm@gmail.com>2022-08-11 12:13:57 +0200
commit83aa41b5a9ae85f2bfa70cda6a1626b1f132e83c (patch)
treed677dccfb74d323db2c36bb5b99550f426271648
parentRelease 1.80.0 (diff)
downloadtabler-icons-83aa41b5a9ae85f2bfa70cda6a1626b1f132e83c.tar.xz
18 new icons: `arrow-move-down`, `arrow-move-left`, `arrow-move-right`, `arrow-move-up`, `coin-bitcoin`, `coin-euro`, `coin-pound`, `coin-rupee`, `coin-yen`, `coin-yuan`, `location-broken`, `mood-look-left`, `mood-look-right`, `mood-sing`, `navigation`, `packages`, `tower-off`, `tower`
Fixed icons: `coin-off`, `coin`
-rw-r--r--src/_icons/arrow-move-down.svg8
-rw-r--r--src/_icons/arrow-move-left.svg8
-rw-r--r--src/_icons/arrow-move-right.svg8
-rw-r--r--src/_icons/arrow-move-up.svg8
-rw-r--r--src/_icons/coin-bitcoin.svg12
-rw-r--r--src/_icons/coin-euro.svg10
-rw-r--r--src/_icons/coin-off.svg1
-rw-r--r--src/_icons/coin-pound.svg9
-rw-r--r--src/_icons/coin-rupee.svg9
-rw-r--r--src/_icons/coin-yen.svg11
-rw-r--r--src/_icons/coin-yuan.svg10
-rw-r--r--src/_icons/coin.svg5
-rw-r--r--src/_icons/location-broken.svg7
-rw-r--r--src/_icons/mood-look-left.svg8
-rw-r--r--src/_icons/mood-look-right.svg8
-rw-r--r--src/_icons/mood-sing.svg9
-rw-r--r--src/_icons/navigation.svg6
-rw-r--r--src/_icons/packages.svg10
-rw-r--r--src/_icons/tower-off.svg8
-rw-r--r--src/_icons/tower.svg7
20 files changed, 160 insertions, 2 deletions
diff --git a/src/_icons/arrow-move-down.svg b/src/_icons/arrow-move-down.svg
new file mode 100644
index 00000000..041f3249
--- /dev/null
+++ b/src/_icons/arrow-move-down.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M12 11v10" />
+ <path d="M9 18l3 3l3 -3" />
+ <circle cx="12" cy="5" r="2" />
+</svg>
diff --git a/src/_icons/arrow-move-left.svg b/src/_icons/arrow-move-left.svg
new file mode 100644
index 00000000..ab10b3af
--- /dev/null
+++ b/src/_icons/arrow-move-left.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M13 12h-10" />
+ <path d="M6 15l-3 -3l3 -3" />
+ <path d="M17 12a2 2 0 1 1 4 0a2 2 0 0 1 -4 0z" />
+</svg>
diff --git a/src/_icons/arrow-move-right.svg b/src/_icons/arrow-move-right.svg
new file mode 100644
index 00000000..e27b9a47
--- /dev/null
+++ b/src/_icons/arrow-move-right.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M11 12h10" />
+ <path d="M18 9l3 3l-3 3" />
+ <path d="M7 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" />
+</svg>
diff --git a/src/_icons/arrow-move-up.svg b/src/_icons/arrow-move-up.svg
new file mode 100644
index 00000000..7abd2f2c
--- /dev/null
+++ b/src/_icons/arrow-move-up.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M12 13v-10" />
+ <path d="M9 6l3 -3l3 3" />
+ <path d="M12 17a2 2 0 1 1 0 4a2 2 0 0 1 0 -4z" />
+</svg>
diff --git a/src/_icons/coin-bitcoin.svg b/src/_icons/coin-bitcoin.svg
new file mode 100644
index 00000000..2b01fe1e
--- /dev/null
+++ b/src/_icons/coin-bitcoin.svg
@@ -0,0 +1,12 @@
+---
+tags: [money, earn, salary, change]
+category: E-commerce
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M9 8h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09" />
+ <path d="M10 12h4" />
+ <path d="M10 7v10v-9" />
+ <path d="M13 7v1" />
+ <path d="M13 16v1" />
+</svg>
diff --git a/src/_icons/coin-euro.svg b/src/_icons/coin-euro.svg
new file mode 100644
index 00000000..066c0d61
--- /dev/null
+++ b/src/_icons/coin-euro.svg
@@ -0,0 +1,10 @@
+---
+tags: [money, earn, salary, change]
+category: E-commerce
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M14.401 8c-.669 -.628 -1.5 -1 -2.401 -1c-2.21 0 -4 2.239 -4 5s1.79 5 4 5c.9 0 1.731 -.372 2.4 -1" />
+ <path d="M7 10.5h4" />
+ <path d="M7 13.5h4" />
+</svg>
diff --git a/src/_icons/coin-off.svg b/src/_icons/coin-off.svg
index 9e8a5faf..6805537b 100644
--- a/src/_icons/coin-off.svg
+++ b/src/_icons/coin-off.svg
@@ -1,6 +1,7 @@
---
tags: [money, earn, salary, change, dollar]
version: "1.63"
+category: E-commerce
---
<svg>
<path d="M14.8 9a2 2 0 0 0 -1.8 -1h-1m-2.82 1.171a2 2 0 0 0 1.82 2.829h1m2.824 2.822a2 2 0 0 1 -1.824 1.178h-2a2 2 0 0 1 -1.8 -1" />
diff --git a/src/_icons/coin-pound.svg b/src/_icons/coin-pound.svg
new file mode 100644
index 00000000..89cd251a
--- /dev/null
+++ b/src/_icons/coin-pound.svg
@@ -0,0 +1,9 @@
+---
+tags: [money, earn, salary, change]
+category: E-commerce
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M15 9a2 2 0 1 0 -4 0v5a2 2 0 0 1 -2 2h6" />
+ <path d="M9 12h4" />
+</svg>
diff --git a/src/_icons/coin-rupee.svg b/src/_icons/coin-rupee.svg
new file mode 100644
index 00000000..0a453b54
--- /dev/null
+++ b/src/_icons/coin-rupee.svg
@@ -0,0 +1,9 @@
+---
+tags: [money, earn, salary, change]
+category: E-commerce
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M15 8h-6h1a3 3 0 0 1 0 6h-1l3 3" />
+ <path d="M9 11h6" />
+</svg>
diff --git a/src/_icons/coin-yen.svg b/src/_icons/coin-yen.svg
new file mode 100644
index 00000000..a58a8908
--- /dev/null
+++ b/src/_icons/coin-yen.svg
@@ -0,0 +1,11 @@
+---
+tags: [money, earn, salary, change]
+category: E-commerce
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M9 12h6" />
+ <path d="M9 15h6" />
+ <path d="M9 8l3 4.5" />
+ <path d="M15 8l-3 4.5v4.5" />
+</svg>
diff --git a/src/_icons/coin-yuan.svg b/src/_icons/coin-yuan.svg
new file mode 100644
index 00000000..1c4b8400
--- /dev/null
+++ b/src/_icons/coin-yuan.svg
@@ -0,0 +1,10 @@
+---
+tags: [money, earn, salary, change]
+category: E-commerce
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M9 13h6" />
+ <path d="M9 8l3 4.5" />
+ <path d="M15 8l-3 4.5v4.5" />
+</svg>
diff --git a/src/_icons/coin.svg b/src/_icons/coin.svg
index d0ac3a6c..dec32f82 100644
--- a/src/_icons/coin.svg
+++ b/src/_icons/coin.svg
@@ -1,9 +1,10 @@
---
tags: [money, earn, salary, change, dollar]
version: "1.3"
+category: E-commerce
---
<svg>
<circle cx="12" cy="12" r="9" />
- <path d="M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 0 0 0 4h2a2 2 0 0 1 0 4h-2a2 2 0 0 1 -1.8 -1" />
- <path d="M12 6v2m0 8v2" />
+ <path d="M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1" />
+ <path d="M12 7v10" />
</svg>
diff --git a/src/_icons/location-broken.svg b/src/_icons/location-broken.svg
new file mode 100644
index 00000000..bdda7867
--- /dev/null
+++ b/src/_icons/location-broken.svg
@@ -0,0 +1,7 @@
+---
+category: Map
+---
+<svg>
+ <path d="M13 20l-3 -6l-7 -3.5a0.55 .55 0 0 1 0 -1l18 -6.5c-1.698 4.703 -3.05 8.37 -4 11" />
+ <path d="M16 17l4 4m0 -4l-4 4" />
+</svg>
diff --git a/src/_icons/mood-look-left.svg b/src/_icons/mood-look-left.svg
new file mode 100644
index 00000000..bd728ccd
--- /dev/null
+++ b/src/_icons/mood-look-left.svg
@@ -0,0 +1,8 @@
+---
+category: Mood
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M9 9h.01" />
+ <path d="M4 15h4" />
+</svg>
diff --git a/src/_icons/mood-look-right.svg b/src/_icons/mood-look-right.svg
new file mode 100644
index 00000000..e1e69abd
--- /dev/null
+++ b/src/_icons/mood-look-right.svg
@@ -0,0 +1,8 @@
+---
+category: Mood
+---
+<svg>
+ <circle transform="matrix(-1 0 0 1 24 0)" cx="12" cy="12" r="9" />
+ <path d="M15 9h-.01" />
+ <path d="M20 15h-4" />
+</svg>
diff --git a/src/_icons/mood-sing.svg b/src/_icons/mood-sing.svg
new file mode 100644
index 00000000..60402e00
--- /dev/null
+++ b/src/_icons/mood-sing.svg
@@ -0,0 +1,9 @@
+---
+category: Mood
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M9 9h.01" />
+ <path d="M15 9h.01" />
+ <circle cx="15" cy="15" r="2" />
+</svg>
diff --git a/src/_icons/navigation.svg b/src/_icons/navigation.svg
new file mode 100644
index 00000000..c0730d5e
--- /dev/null
+++ b/src/_icons/navigation.svg
@@ -0,0 +1,6 @@
+---
+category: Map
+---
+<svg>
+ <path d="M12 18.5l7.265 2.463a0.535 .535 0 0 0 .57 -.116a0.548 .548 0 0 0 .134 -.572l-7.969 -17.275l-7.97 17.275a0.547 .547 0 0 0 .135 .572a0.535 .535 0 0 0 .57 .116l7.265 -2.463" />
+</svg>
diff --git a/src/_icons/packages.svg b/src/_icons/packages.svg
new file mode 100644
index 00000000..460c9826
--- /dev/null
+++ b/src/_icons/packages.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <rect x="2" y="13" width="8" height="8" rx="2" />
+ <path d="M6 13v3" />
+ <rect x="8" y="3" width="8" height="8" rx="2" />
+ <path d="M12 3v3" />
+ <rect x="14" y="13" width="8" height="8" rx="2" />
+ <path d="M18 13v3" />
+</svg>
diff --git a/src/_icons/tower-off.svg b/src/_icons/tower-off.svg
new file mode 100644
index 00000000..e1fed5f7
--- /dev/null
+++ b/src/_icons/tower-off.svg
@@ -0,0 +1,8 @@
+---
+category: Buildings
+---
+<svg>
+ <path d="M10 6v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v1.394m0 4v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394" />
+ <path d="M10 21v-5a2 2 0 1 1 4 0v5" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/tower.svg b/src/_icons/tower.svg
new file mode 100644
index 00000000..250a3b58
--- /dev/null
+++ b/src/_icons/tower.svg
@@ -0,0 +1,7 @@
+---
+category: Buildings
+---
+<svg>
+ <path d="M5 3h1a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v7.394a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394a1 1 0 0 1 1 -1z" />
+ <path d="M10 21v-5a2 2 0 1 1 4 0v5" />
+</svg>