aboutsummaryrefslogtreecommitdiff
path: root/src/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-05-31 19:19:30 +0200
committercodecalm <codecalm@gmail.com>2020-05-31 19:19:30 +0200
commit13368f2dac678d0161c92be017ed1ad7853da866 (patch)
treec5391f6b8f017b5be3601f1da4fce1b8ea8d9f8a /src/_icons
parent2 new icons: `building-bank`, `users` (diff)
downloadtabler-icons-13368f2dac678d0161c92be017ed1ad7853da866.tar.xz
3 new icons: `alien`, `history`, `math`
Fixed icons: `ball`, `basket`, `building-bank`, `clear-formatting`, `clock`, `color-picker`, `file-check`, `file-code`, `file-download`, `file-horizontal`, `file-invoice`, `file-minus`, `file-music`, `file-plus`, `file-shredder`, `file-text`, `file-x`, `file`, `social`, `temperature-minus`, `temperature-plus`, `users`
Diffstat (limited to 'src/_icons')
-rw-r--r--src/_icons/alien.svg8
-rw-r--r--src/_icons/ball.svg8
-rw-r--r--src/_icons/basket.svg4
-rw-r--r--src/_icons/building-bank.svg12
-rw-r--r--src/_icons/clear-formatting.svg2
-rw-r--r--src/_icons/clock.svg2
-rw-r--r--src/_icons/color-picker.svg4
-rw-r--r--src/_icons/file-check.svg2
-rw-r--r--src/_icons/file-code.svg3
-rw-r--r--src/_icons/file-download.svg3
-rw-r--r--src/_icons/file-horizontal.svg2
-rw-r--r--src/_icons/file-invoice.svg3
-rw-r--r--src/_icons/file-minus.svg3
-rw-r--r--src/_icons/file-music.svg3
-rw-r--r--src/_icons/file-plus.svg3
-rw-r--r--src/_icons/file-shredder.svg3
-rw-r--r--src/_icons/file-text.svg3
-rw-r--r--src/_icons/file-x.svg3
-rw-r--r--src/_icons/file.svg3
-rw-r--r--src/_icons/history.svg7
-rw-r--r--src/_icons/math.svg6
-rw-r--r--src/_icons/social.svg15
-rw-r--r--src/_icons/temperature-minus.svg1
-rw-r--r--src/_icons/temperature-plus.svg1
-rw-r--r--src/_icons/users.svg8
25 files changed, 60 insertions, 52 deletions
diff --git a/src/_icons/alien.svg b/src/_icons/alien.svg
new file mode 100644
index 00000000..402c7e6d
--- /dev/null
+++ b/src/_icons/alien.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M11 17a2.5 2.5 0 0 0 2 0" />
+ <path d="M12 3C7.336 3 4.604 5.331 4.138 8.595a11.816 11.816 0 0 0 1.998 8.592 10.777 10.777 0 003.199 3.064h0c1.666.999 3.664.999 5.33 0h0a10.777 10.777 0 0 0 3.199 -3.064 11.89 11.89 0 001.998-8.592C19.396 5.33 16.664 3 12 3z" />
+ <line x1="8" y1="11" x2="10" y2="13" />
+ <line x1="16" y1="11" x2="14" y2="13" />
+</svg>
diff --git a/src/_icons/ball.svg b/src/_icons/ball.svg
index b974b9e6..371df1af 100644
--- a/src/_icons/ball.svg
+++ b/src/_icons/ball.svg
@@ -2,8 +2,8 @@
---
<svg>
<circle cx="12" cy="12" r="9" />
- <polyline points="5.65 5.65 18.35 18.35"></polyline>
- <polyline points="5.65 18.35 18.35 5.65"></polyline>
- <path d="M12 3a9 9 0 00 9 9"></path>
- <path d="M3 12a9 9 0 01 9 9"></path>
+ <line x1="5.65" y1="5.65" x2="18.35" y2="18.35" />
+ <line x1="5.65" y1="18.35" x2="18.35" y2="5.65" />
+ <path d="M12 3a9 9 0 0 0 9 9" />
+ <path d="M3 12a9 9 0 0 1 9 9" />
</svg>
diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg
index 09170fb0..ba57bb48 100644
--- a/src/_icons/basket.svg
+++ b/src/_icons/basket.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <polyline points="7 10 12 4 17 10"></polyline>
+ <polyline points="7 10 12 4 17 10" />
<path d="M21 10l-2 8a2 2.5 0 0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8Z" />
- <circle cx="12" cy="15" r="2"></circle>
+ <circle cx="12" cy="15" r="2" />
</svg>
diff --git a/src/_icons/building-bank.svg b/src/_icons/building-bank.svg
index c470c03b..4fb15d23 100644
--- a/src/_icons/building-bank.svg
+++ b/src/_icons/building-bank.svg
@@ -3,10 +3,10 @@
<svg>
<line x1="3" y1="21" x2="21" y2="21" />
<line x1="3" y1="10" x2="21" y2="10" />
- <polyline points="5 6 12 3 19 6"></polyline>
- <polyline points="4 10 4 21"></polyline>
- <polyline points="20 10 20 21"></polyline>
- <polyline points="8 14 8 17"></polyline>
- <polyline points="12 14 12 17"></polyline>
- <polyline points="16 14 16 17"></polyline>
+ <polyline points="5 6 12 3 19 6" />
+ <line x1="4" y1="10" x2="4" y2="21" />
+ <line x1="20" y1="10" x2="20" y2="21" />
+ <line x1="8" y1="14" x2="8" y2="17" />
+ <line x1="12" y1="14" x2="12" y2="17" />
+ <line x1="16" y1="14" x2="16" y2="17" />
</svg>
diff --git a/src/_icons/clear-formatting.svg b/src/_icons/clear-formatting.svg
index 2556fbaf..ef8fd5d4 100644
--- a/src/_icons/clear-formatting.svg
+++ b/src/_icons/clear-formatting.svg
@@ -2,7 +2,7 @@
---
<svg>
<path d="M17 15l4 4m0 -4l-4 4" />
- <path d="M7 6v-1h11v1"></path>
+ <path d="M7 6v-1h11v1" />
<line x1="7" y1="19" x2="11" y2="19" />
<line x1="13" y1="5" x2="9" y2="19" />
</svg>
diff --git a/src/_icons/clock.svg b/src/_icons/clock.svg
index 38704bde..6796ef60 100644
--- a/src/_icons/clock.svg
+++ b/src/_icons/clock.svg
@@ -3,5 +3,5 @@ tags: [time, watch, alarm]
---
<svg>
<circle cx="12" cy="12" r="9" />
- <polyline points="12 7 12 12 9 15" />
+ <polyline points="12 7 12 12 15 15" />
</svg>
diff --git a/src/_icons/color-picker.svg b/src/_icons/color-picker.svg
index c4d42714..e42e7bf3 100644
--- a/src/_icons/color-picker.svg
+++ b/src/_icons/color-picker.svg
@@ -1,6 +1,6 @@
---
---
<svg>
- <polyline points="11 7 17 13"></polyline>
- <path d="M5 19v-4l9.7 -9.7a1 1 0 01 1.4 0l2.6 2.6a1 1 0 01 0 1.4l-9.7 9.7h-4"></path>
+ <line x1="11" y1="7" x2="17" y2="13" />
+ <path d="M5 19v-4l9.7 -9.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-9.7 9.7h-4" />
</svg>
diff --git a/src/_icons/file-check.svg b/src/_icons/file-check.svg
index e2919a85..63454e9f 100644
--- a/src/_icons/file-check.svg
+++ b/src/_icons/file-check.svg
@@ -2,7 +2,7 @@
tags: ["yes"]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
<path d="M9 15l2 2l4 -4" />
</svg>
diff --git a/src/_icons/file-code.svg b/src/_icons/file-code.svg
index d2578ea8..7aa4b20e 100644
--- a/src/_icons/file-code.svg
+++ b/src/_icons/file-code.svg
@@ -2,8 +2,7 @@
tags: [paper, new]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
-
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
<path d="M10 13l-1 2l1 2" />
<path d="M14 13l1 2l-1 2" />
diff --git a/src/_icons/file-download.svg b/src/_icons/file-download.svg
index 506fd576..025a354f 100644
--- a/src/_icons/file-download.svg
+++ b/src/_icons/file-download.svg
@@ -2,8 +2,7 @@
tags: [save, transfer, input]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
-
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
<line x1="12" y1="11" x2="12" y2="17" />
<polyline points="9 14 12 17 15 14" />
diff --git a/src/_icons/file-horizontal.svg b/src/_icons/file-horizontal.svg
index 2e1ded84..64f64405 100644
--- a/src/_icons/file-horizontal.svg
+++ b/src/_icons/file-horizontal.svg
@@ -2,6 +2,6 @@
tags: [paper, new]
---
<svg>
- <path d="M16 5v4a1 1 0 00 1 1h4"></path>
+ <path d="M16 5v4a1 1 0 0 0 1 1h4" />
<path d="M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-7l-5 -5h-11a2 2 0 0 0 -2 2z" />
</svg>
diff --git a/src/_icons/file-invoice.svg b/src/_icons/file-invoice.svg
index a28f60c8..2d83f6a0 100644
--- a/src/_icons/file-invoice.svg
+++ b/src/_icons/file-invoice.svg
@@ -2,8 +2,7 @@
tags: [accounting, bill, statement, settlement, finance]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
-
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
<line x1="9" y1="7" x2="10" y2="7" />
<line x1="9" y1="13" x2="15" y2="13" />
diff --git a/src/_icons/file-minus.svg b/src/_icons/file-minus.svg
index 7ccd98ce..135cf9e9 100644
--- a/src/_icons/file-minus.svg
+++ b/src/_icons/file-minus.svg
@@ -2,8 +2,7 @@
tags: [remove, delete]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
-
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
<line x1="9" y1="14" x2="15" y2="14" />
</svg>
diff --git a/src/_icons/file-music.svg b/src/_icons/file-music.svg
index 0f27b0e0..c0b5b104 100644
--- a/src/_icons/file-music.svg
+++ b/src/_icons/file-music.svg
@@ -2,8 +2,7 @@
tags: [mp3, wma, wav]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
-
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
<circle cx="11" cy="16" r="1" />
<polyline points="12 16 12 11 14 12" />
diff --git a/src/_icons/file-plus.svg b/src/_icons/file-plus.svg
index 2c695091..01203c71 100644
--- a/src/_icons/file-plus.svg
+++ b/src/_icons/file-plus.svg
@@ -2,8 +2,7 @@
tags: [add, create, new]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
-
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
<line x1="12" y1="11" x2="12" y2="17" />
<line x1="9" y1="14" x2="15" y2="14" />
diff --git a/src/_icons/file-shredder.svg b/src/_icons/file-shredder.svg
index e8d6f83d..4d97277a 100644
--- a/src/_icons/file-shredder.svg
+++ b/src/_icons/file-shredder.svg
@@ -2,8 +2,7 @@
tags: [shred, destroy, cut]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
-
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />
<line x1="3" y1="12" x2="21" y2="12" />
<line x1="6" y1="16" x2="6" y2="18" />
diff --git a/src/_icons/file-text.svg b/src/_icons/file-text.svg
index 69aebcb2..5c13f11f 100644
--- a/src/_icons/file-text.svg
+++ b/src/_icons/file-text.svg
@@ -2,8 +2,7 @@
tags: [data, pdf, txt]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
-
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
<line x1="9" y1="9" x2="10" y2="9" />
<line x1="9" y1="13" x2="15" y2="13" />
diff --git a/src/_icons/file-x.svg b/src/_icons/file-x.svg
index c6883460..177b6868 100644
--- a/src/_icons/file-x.svg
+++ b/src/_icons/file-x.svg
@@ -2,8 +2,7 @@
tags: [remove, delete, erase]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
-
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
<path d="M10 12l4 4m0 -4l-4 4" />
</svg>
diff --git a/src/_icons/file.svg b/src/_icons/file.svg
index a3853afc..942959e9 100644
--- a/src/_icons/file.svg
+++ b/src/_icons/file.svg
@@ -2,7 +2,6 @@
tags: [paper, new]
---
<svg>
- <path d="M14 3v4a1 1 0 00 1 1h4"></path>
-
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
</svg>
diff --git a/src/_icons/history.svg b/src/_icons/history.svg
new file mode 100644
index 00000000..029129e5
--- /dev/null
+++ b/src/_icons/history.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" opacity=".1" />
+ <polyline points="12 8 12 12 14 14" />
+ <path d="M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5" />
+</svg>
diff --git a/src/_icons/math.svg b/src/_icons/math.svg
new file mode 100644
index 00000000..283ba3d7
--- /dev/null
+++ b/src/_icons/math.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M16 13l4 4m0 -4l-4 4" />
+ <path d="M20 5h-7l-4 14l-3 -6h-2" />
+</svg>
diff --git a/src/_icons/social.svg b/src/_icons/social.svg
index 3c122972..b53b7285 100644
--- a/src/_icons/social.svg
+++ b/src/_icons/social.svg
@@ -1,12 +1,11 @@
---
---
<svg>
- <circle cx="12" cy="5" r="2"></circle>
- <circle cx="5" cy="19" r="2"></circle>
- <circle cx="19" cy="19" r="2"></circle>
- <circle cx="12" cy="14" r="3"></circle>
-
- <polyline points="12 7 12 11"></polyline>
- <path d="M6.7 17.8l2.8 -2"></path>
- <path d="M17.3 17.8l-2.8 -2"></path>
+ <circle cx="12" cy="5" r="2" />
+ <circle cx="5" cy="19" r="2" />
+ <circle cx="19" cy="19" r="2" />
+ <circle cx="12" cy="14" r="3" />
+ <line x1="12" y1="7" x2="12" y2="11" />
+ <path d="M6.7 17.8l2.8 -2" />
+ <path d="M17.3 17.8l-2.8 -2" />
</svg>
diff --git a/src/_icons/temperature-minus.svg b/src/_icons/temperature-minus.svg
index aa28bfa5..0746b445 100644
--- a/src/_icons/temperature-minus.svg
+++ b/src/_icons/temperature-minus.svg
@@ -4,6 +4,5 @@ tags: [weather, celcius, fahrenheit, cold, hot]
<svg>
<path d="M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" />
<line x1="8" y1="9" x2="12" y2="9" />
-
<line x1="16" y1="9" x2="22" y2="9" />
</svg>
diff --git a/src/_icons/temperature-plus.svg b/src/_icons/temperature-plus.svg
index 287c56be..ee524818 100644
--- a/src/_icons/temperature-plus.svg
+++ b/src/_icons/temperature-plus.svg
@@ -4,7 +4,6 @@ tags: [weather, celcius, fahrenheit, cold, hot]
<svg>
<path d="M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" />
<line x1="8" y1="9" x2="12" y2="9" />
-
<line x1="16" y1="9" x2="22" y2="9" />
<line x1="19" y1="6" x2="19" y2="12" />
</svg>
diff --git a/src/_icons/users.svg b/src/_icons/users.svg
index ae0ca59d..115a72bf 100644
--- a/src/_icons/users.svg
+++ b/src/_icons/users.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <circle cx="9" cy="7" r="4"/>
- <path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"/>
- <path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
- <path d="M21 21v-2a4 4 0 0 0 -3 -3.85"></path>
+ <circle cx="9" cy="7" r="4" />
+ <path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" />
+ <path d="M16 3.13a4 4 0 0 1 0 7.75" />
+ <path d="M21 21v-2a4 4 0 0 0 -3 -3.85" />
</svg>