diff options
Diffstat (limited to 'icons')
-rw-r--r-- | icons/arrow-move-down.svg | 8 | ||||
-rw-r--r-- | icons/arrow-move-left.svg | 8 | ||||
-rw-r--r-- | icons/arrow-move-right.svg | 8 | ||||
-rw-r--r-- | icons/arrow-move-up.svg | 8 | ||||
-rw-r--r-- | icons/coin-bitcoin.svg | 11 | ||||
-rw-r--r-- | icons/coin-euro.svg | 9 | ||||
-rw-r--r-- | icons/coin-pound.svg | 8 | ||||
-rw-r--r-- | icons/coin-rupee.svg | 8 | ||||
-rw-r--r-- | icons/coin-yen.svg | 10 | ||||
-rw-r--r-- | icons/coin-yuan.svg | 9 | ||||
-rw-r--r-- | icons/coin.svg | 4 | ||||
-rw-r--r-- | icons/location-broken.svg | 7 | ||||
-rw-r--r-- | icons/mood-look-left.svg | 8 | ||||
-rw-r--r-- | icons/mood-look-right.svg | 8 | ||||
-rw-r--r-- | icons/mood-sing.svg | 9 | ||||
-rw-r--r-- | icons/navigation.svg | 6 | ||||
-rw-r--r-- | icons/packages.svg | 11 | ||||
-rw-r--r-- | icons/tower-off.svg | 8 | ||||
-rw-r--r-- | icons/tower.svg | 7 |
19 files changed, 153 insertions, 2 deletions
diff --git a/icons/arrow-move-down.svg b/icons/arrow-move-down.svg new file mode 100644 index 00000000..0fba7a87 --- /dev/null +++ b/icons/arrow-move-down.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-move-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <path d="M12 11v10" /> + <path d="M9 18l3 3l3 -3" /> + <circle cx="12" cy="5" r="2" /> +</svg> + + diff --git a/icons/arrow-move-left.svg b/icons/arrow-move-left.svg new file mode 100644 index 00000000..d5747a2b --- /dev/null +++ b/icons/arrow-move-left.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-move-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/arrow-move-right.svg b/icons/arrow-move-right.svg new file mode 100644 index 00000000..fd1453e5 --- /dev/null +++ b/icons/arrow-move-right.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-move-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/arrow-move-up.svg b/icons/arrow-move-up.svg new file mode 100644 index 00000000..615c3462 --- /dev/null +++ b/icons/arrow-move-up.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-move-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/coin-bitcoin.svg b/icons/coin-bitcoin.svg new file mode 100644 index 00000000..e966dad8 --- /dev/null +++ b/icons/coin-bitcoin.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-coin-bitcoin" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/coin-euro.svg b/icons/coin-euro.svg new file mode 100644 index 00000000..095b442b --- /dev/null +++ b/icons/coin-euro.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-coin-euro" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/coin-pound.svg b/icons/coin-pound.svg new file mode 100644 index 00000000..ff6fff73 --- /dev/null +++ b/icons/coin-pound.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-coin-pound" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/coin-rupee.svg b/icons/coin-rupee.svg new file mode 100644 index 00000000..397c6ab1 --- /dev/null +++ b/icons/coin-rupee.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-coin-rupee" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/coin-yen.svg b/icons/coin-yen.svg new file mode 100644 index 00000000..fd3e570d --- /dev/null +++ b/icons/coin-yen.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-coin-yen" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/coin-yuan.svg b/icons/coin-yuan.svg new file mode 100644 index 00000000..9e7dbc91 --- /dev/null +++ b/icons/coin-yuan.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-coin-yuan" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/coin.svg b/icons/coin.svg index f96160a6..920e8864 100644 --- a/icons/coin.svg +++ b/icons/coin.svg @@ -1,8 +1,8 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-coin" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <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/icons/location-broken.svg b/icons/location-broken.svg new file mode 100644 index 00000000..a3342395 --- /dev/null +++ b/icons/location-broken.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-location-broken" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/mood-look-left.svg b/icons/mood-look-left.svg new file mode 100644 index 00000000..9e766da7 --- /dev/null +++ b/icons/mood-look-left.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-mood-look-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <circle cx="12" cy="12" r="9" /> + <path d="M9 9h.01" /> + <path d="M4 15h4" /> +</svg> + + diff --git a/icons/mood-look-right.svg b/icons/mood-look-right.svg new file mode 100644 index 00000000..3688af36 --- /dev/null +++ b/icons/mood-look-right.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-mood-look-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/mood-sing.svg b/icons/mood-sing.svg new file mode 100644 index 00000000..1ec0662e --- /dev/null +++ b/icons/mood-sing.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-mood-sing" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/navigation.svg b/icons/navigation.svg new file mode 100644 index 00000000..68d4cd04 --- /dev/null +++ b/icons/navigation.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-navigation" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/packages.svg b/icons/packages.svg new file mode 100644 index 00000000..9022ba93 --- /dev/null +++ b/icons/packages.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-packages" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/tower-off.svg b/icons/tower-off.svg new file mode 100644 index 00000000..87051f9e --- /dev/null +++ b/icons/tower-off.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-tower-off" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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/icons/tower.svg b/icons/tower.svg new file mode 100644 index 00000000..c1be3096 --- /dev/null +++ b/icons/tower.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-tower" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <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> + + |