aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-21 14:53:32 +0100
committercodecalm <codecalm@gmail.com>2020-03-21 14:53:32 +0100
commitfc65cd9348392ca62619be9d82d294a1c711130f (patch)
tree04c302a5debd0949d4bd4cc976e188715d65bb41
parentchangelog generator (diff)
downloadtabler-icons-fc65cd9348392ca62619be9d82d294a1c711130f.tar.xz
14 new icons: `ad`, `building-arch`, `building-bridge-2`, `building-bridge`, `building-church`, `building-hospital`, `building-store`, `building`, `device-speaker`, `home-2`, `id`, `layout-bottombar`, `live-photo`, `template`
Fixed icons: `layout-2`, `layout-columns`, `layout-navbar`, `layout-rows`, `layout-sidebar-right`, `layout-sidebar`, `layout`, `registered` Renamed icons: `ajdustments` renamed to `adjustments`
-rw-r--r--src/_icons/ad.svg9
-rw-r--r--src/_icons/adjustments.svg (renamed from src/_icons/ajdustments.svg)0
-rw-r--r--src/_icons/building-arch.svg7
-rw-r--r--src/_icons/building-bridge-2.svg5
-rw-r--r--src/_icons/building-bridge.svg10
-rw-r--r--src/_icons/building-church.svg9
-rw-r--r--src/_icons/building-hospital.svg9
-rw-r--r--src/_icons/building-store.svg9
-rw-r--r--src/_icons/building.svg12
-rw-r--r--src/_icons/device-speaker.svg7
-rw-r--r--src/_icons/home-2.svg8
-rw-r--r--src/_icons/id.svg10
-rw-r--r--src/_icons/layout-2.svg8
-rw-r--r--src/_icons/layout-bottombar.svg6
-rw-r--r--src/_icons/layout-columns.svg4
-rw-r--r--src/_icons/layout-navbar.svg4
-rw-r--r--src/_icons/layout-rows.svg4
-rw-r--r--src/_icons/layout-sidebar-right.svg4
-rw-r--r--src/_icons/layout-sidebar.svg4
-rw-r--r--src/_icons/layout.svg6
-rw-r--r--src/_icons/live-photo.svg7
-rw-r--r--src/_icons/registered.svg2
-rw-r--r--src/_icons/template.svg10
23 files changed, 136 insertions, 18 deletions
diff --git a/src/_icons/ad.svg b/src/_icons/ad.svg
new file mode 100644
index 0000000..576b61d
--- /dev/null
+++ b/src/_icons/ad.svg
@@ -0,0 +1,9 @@
+---
+tags: []
+---
+<svg>
+ <rect x="3" y="5" width="18" height="14" rx="2" />
+ <path d="M7 15v-4a2 2 0 0 1 4 0v4" />
+ <polyline points="7 13 11 13"></polyline>
+ <path d="M17 9v6h-1.5a1.5 1.5 0 111.5 -1.5" />
+</svg>
diff --git a/src/_icons/ajdustments.svg b/src/_icons/adjustments.svg
index fd9d200..fd9d200 100644
--- a/src/_icons/ajdustments.svg
+++ b/src/_icons/adjustments.svg
diff --git a/src/_icons/building-arch.svg b/src/_icons/building-arch.svg
new file mode 100644
index 0000000..298eb6c
--- /dev/null
+++ b/src/_icons/building-arch.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <line x1="3" y1="21" x2="21" y2="21" />
+ <path d="M4 21v-15a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v15" />
+ <path d="M9 21v-8a3 3 0 0 1 6 0v8" />
+</svg>
diff --git a/src/_icons/building-bridge-2.svg b/src/_icons/building-bridge-2.svg
new file mode 100644
index 0000000..2ed3b4d
--- /dev/null
+++ b/src/_icons/building-bridge-2.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M6 7h12a2 2 0 0 1 2 2v9a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a4 4 0 0 0 -8 0v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2"></path>
+</svg>
diff --git a/src/_icons/building-bridge.svg b/src/_icons/building-bridge.svg
new file mode 100644
index 0000000..88cf6b6
--- /dev/null
+++ b/src/_icons/building-bridge.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <polyline points="6 5 6 19"></polyline>
+ <polyline points="18 5 18 19"></polyline>
+ <polyline points="2 15 22 15"></polyline>
+ <path d="M3 8a7.5 7.5 0 0 0 3 -2a6.5 6.5 0 0 0 12 0a7.5 7.5 0 0 0 3 2"></path>
+ <polyline points="12 10 12 15"></polyline>
+
+</svg>
diff --git a/src/_icons/building-church.svg b/src/_icons/building-church.svg
new file mode 100644
index 0000000..5a746f4
--- /dev/null
+++ b/src/_icons/building-church.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <line x1="3" y1="21" x2="21" y2="21" />
+ <path d="M10 21v-4a2 2 0 0 1 4 0v4" />
+ <line x1="10" y1="5" x2="14" y2="5" />
+ <line x1="12" y1="3" x2="12" y2="8" />
+ <path d="M6 21v-7m-2 2l8 -8l8 8m-2 -2v7" />
+</svg>
diff --git a/src/_icons/building-hospital.svg b/src/_icons/building-hospital.svg
new file mode 100644
index 0000000..cf8ab60
--- /dev/null
+++ b/src/_icons/building-hospital.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <line x1="3" y1="21" x2="21" y2="21" />
+ <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16" />
+ <path d="M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" />
+ <line x1="10" y1="9" x2="14" y2="9" />
+ <line x1="12" y1="7" x2="12" y2="11" />
+</svg>
diff --git a/src/_icons/building-store.svg b/src/_icons/building-store.svg
new file mode 100644
index 0000000..e088d1d
--- /dev/null
+++ b/src/_icons/building-store.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <line x1="3" y1="21" x2="21" y2="21" />
+ <path d="M3 7v1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1h-18l2 -4h14l2 4" />
+ <path d="M5 21v-10.15" />
+ <path d="M19 21v-10.15" />
+ <path d="M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" />
+</svg>
diff --git a/src/_icons/building.svg b/src/_icons/building.svg
new file mode 100644
index 0000000..74602d4
--- /dev/null
+++ b/src/_icons/building.svg
@@ -0,0 +1,12 @@
+---
+---
+<svg>
+ <line x1="3" y1="21" x2="21" y2="21" />
+ <line x1="9" y1="8" x2="10" y2="8" />
+ <line x1="9" y1="12" x2="10" y2="12" />
+ <line x1="9" y1="16" x2="10" y2="16" />
+ <line x1="14" y1="8" x2="15" y2="8" />
+ <line x1="14" y1="12" x2="15" y2="12" />
+ <line x1="14" y1="16" x2="15" y2="16" />
+ <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16" />
+</svg>
diff --git a/src/_icons/device-speaker.svg b/src/_icons/device-speaker.svg
new file mode 100644
index 0000000..3643b1e
--- /dev/null
+++ b/src/_icons/device-speaker.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="5" y="3" width="14" height="18" rx="2" />
+ <circle cx="12" cy="14" r="3" />
+ <polyline points="12 7 12 7.01"></polyline>
+</svg>
diff --git a/src/_icons/home-2.svg b/src/_icons/home-2.svg
new file mode 100644
index 0000000..86c9576
--- /dev/null
+++ b/src/_icons/home-2.svg
@@ -0,0 +1,8 @@
+---
+tags: [house, dashboard, living]
+---
+<svg>
+ <polyline points="5 12 3 12 12 3 21 12 19 12" />
+ <path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" />
+ <rect x="10" y="12" width="4" height="4" />
+</svg>
diff --git a/src/_icons/id.svg b/src/_icons/id.svg
new file mode 100644
index 0000000..f243557
--- /dev/null
+++ b/src/_icons/id.svg
@@ -0,0 +1,10 @@
+---
+tags: []
+---
+<svg>
+ <rect x="3" y="4" width="18" height="16" rx="3" />
+ <circle cx="9" cy="10" r="2" />
+ <line x1="15" y1="8" x2="17" y2="8" />
+ <line x1="15" y1="12" x2="17" y2="12" />
+ <line x1="7" y1="16" x2="17" y2="16" />
+</svg>
diff --git a/src/_icons/layout-2.svg b/src/_icons/layout-2.svg
index 8582366..a97139c 100644
--- a/src/_icons/layout-2.svg
+++ b/src/_icons/layout-2.svg
@@ -2,8 +2,8 @@
tags: [grid, columns, masonry, collage]
---
<svg>
- <rect x="3" y="3" width="7" height="5" rx="2" />
- <rect x="3" y="12" width="7" height="9" rx="2" />
- <rect x="14" y="3" width="7" height="9" rx="2" />
- <rect x="14" y="16" width="7" height="5" rx="2" />
+ <rect x="4" y="4" width="6" height="5" rx="2" />
+ <rect x="4" y="13" width="6" height="7" rx="2" />
+ <rect x="14" y="4" width="6" height="7" rx="2" />
+ <rect x="14" y="15" width="6" height="5" rx="2" />
</svg>
diff --git a/src/_icons/layout-bottombar.svg b/src/_icons/layout-bottombar.svg
new file mode 100644
index 0000000..23ddd8f
--- /dev/null
+++ b/src/_icons/layout-bottombar.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <line x1="4" y1="15" x2="20" y2="15" />
+</svg>
diff --git a/src/_icons/layout-columns.svg b/src/_icons/layout-columns.svg
index 5914ea4..c98ef78 100644
--- a/src/_icons/layout-columns.svg
+++ b/src/_icons/layout-columns.svg
@@ -2,6 +2,6 @@
tags: [grid, column, rows]
---
<svg>
- <rect x="3" y="3" width="18" height="18" rx="2" />
- <line x1="12" y1="3" x2="12" y2="21" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <line x1="12" y1="4" x2="12" y2="20" />
</svg>
diff --git a/src/_icons/layout-navbar.svg b/src/_icons/layout-navbar.svg
index 983012f..54d5f9b 100644
--- a/src/_icons/layout-navbar.svg
+++ b/src/_icons/layout-navbar.svg
@@ -2,6 +2,6 @@
tags: [grid, row, header]
---
<svg>
- <rect x="3" y="3" width="18" height="18" rx="2" />
- <line x1="3" y1="9" x2="21" y2="9" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <line x1="4" y1="9" x2="20" y2="9" />
</svg>
diff --git a/src/_icons/layout-rows.svg b/src/_icons/layout-rows.svg
index f900f83..7ad1570 100644
--- a/src/_icons/layout-rows.svg
+++ b/src/_icons/layout-rows.svg
@@ -2,6 +2,6 @@
tags: [grid, masonry, collage]
---
<svg>
- <rect x="3" y="3" width="18" height="18" rx="2" />
- <line x1="3" y1="12" x2="21" y2="12" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <line x1="4" y1="12" x2="20" y2="12" />
</svg>
diff --git a/src/_icons/layout-sidebar-right.svg b/src/_icons/layout-sidebar-right.svg
index fb372e9..499848d 100644
--- a/src/_icons/layout-sidebar-right.svg
+++ b/src/_icons/layout-sidebar-right.svg
@@ -2,6 +2,6 @@
tags: [grid, aside, column, columns]
---
<svg>
- <rect x="3" y="3" width="18" height="18" rx="2" />
- <line x1="15" y1="3" x2="15" y2="21" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <line x1="15" y1="4" x2="15" y2="20" />
</svg>
diff --git a/src/_icons/layout-sidebar.svg b/src/_icons/layout-sidebar.svg
index dcee265..8d989f6 100644
--- a/src/_icons/layout-sidebar.svg
+++ b/src/_icons/layout-sidebar.svg
@@ -2,6 +2,6 @@
tags: [grid, aside, column, columns]
---
<svg>
- <rect x="3" y="3" width="18" height="18" rx="2" />
- <line x1="9" y1="3" x2="9" y2="21" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <line x1="9" y1="4" x2="9" y2="20" />
</svg>
diff --git a/src/_icons/layout.svg b/src/_icons/layout.svg
index 4606baa..ba97da4 100644
--- a/src/_icons/layout.svg
+++ b/src/_icons/layout.svg
@@ -2,7 +2,7 @@
tags: [grid, columns, masonry, collage]
---
<svg>
- <rect x="3" y="3" width="8" height="6" rx="2" />
- <rect x="3" y="13" width="8" height="8" rx="2" />
- <rect x="15" y="3" width="6" height="18" rx="2" />
+ <rect x="4" y="4" width="6" height="5" rx="2" />
+ <rect x="4" y="13" width="6" height="7" rx="2" />
+ <rect x="14" y="4" width="6" height="16" rx="2" />
</svg>
diff --git a/src/_icons/live-photo.svg b/src/_icons/live-photo.svg
new file mode 100644
index 0000000..bc04fed
--- /dev/null
+++ b/src/_icons/live-photo.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="1" />
+ <circle cx="12" cy="12" r="5" />
+ <circle cx="12" cy="12" r="9" stroke-dasharray=".001 4.03"/>
+</svg>
diff --git a/src/_icons/registered.svg b/src/_icons/registered.svg
index a6fca27..b660199 100644
--- a/src/_icons/registered.svg
+++ b/src/_icons/registered.svg
@@ -3,5 +3,5 @@ tags: [copyright]
---
<svg>
<circle cx="12" cy="12" r="9" />
- <path d="M10 16v-8h3a2 2 0 0 1 0 4h-3m2 0l3 4" />
+ <path d="M9 16v-8h4a2 2 0 0 1 0 4h-4m3 0l3 4" />
</svg>
diff --git a/src/_icons/template.svg b/src/_icons/template.svg
new file mode 100644
index 0000000..dbd6a91
--- /dev/null
+++ b/src/_icons/template.svg
@@ -0,0 +1,10 @@
+---
+tags: [grid, columns, masonry, collage]
+---
+<svg>
+ <rect x="4" y="4" width="16" height="4" rx="1" />
+ <rect x="4" y="12" width="6" height="8" rx="2" />
+ <polyline points="14 12 20 12"></polyline>
+ <polyline points="14 16 20 16"></polyline>
+ <polyline points="14 20 20 20"></polyline>
+</svg>