aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-03-23 12:23:15 +0100
committercodecalm <codecalm@gmail.com>2022-03-23 12:23:15 +0100
commit9e92929ed8fd6dcb50a83aa42408dedaf893d961 (patch)
treeef70e37a0b49899d4a8c9b01c986280150389fb1
parentFix #147 (diff)
downloadtabler-icons-9e92929ed8fd6dcb50a83aa42408dedaf893d961.tar.xz
18 new icons: `abacus`, `baby-carriage`, `bell-school`, `cell`, `device-heart-monitor`, `device-laptop-off`, `device-mobile-off`, `device-tablet-off`, `device-tv-off`, `device-watch-off`, `devices-off`, `dialpad`, `fidget-spinner`, `mail-fast`, `pennant-2`, `sign-left`, `sign-right`, `windsock`
Fixed icons: `directions`
-rw-r--r--.gitignore1
-rwxr-xr-x_import.sh1
-rw-r--r--src/_icons/abacus.svg15
-rw-r--r--src/_icons/baby-carriage.svg10
-rw-r--r--src/_icons/bell-school.svg9
-rw-r--r--src/_icons/cell.svg7
-rw-r--r--src/_icons/device-heart-monitor.svg9
-rw-r--r--src/_icons/device-laptop-off.svg7
-rw-r--r--src/_icons/device-mobile-off.svg8
-rw-r--r--src/_icons/device-tablet-off.svg7
-rw-r--r--src/_icons/device-tv-off.svg7
-rw-r--r--src/_icons/device-watch-off.svg8
-rw-r--r--src/_icons/devices-off.svg8
-rw-r--r--src/_icons/dialpad.svg11
-rw-r--r--src/_icons/directions.svg11
-rw-r--r--src/_icons/fidget-spinner.svg8
-rw-r--r--src/_icons/mail-fast.svg8
-rw-r--r--src/_icons/pennant-2.svg7
-rw-r--r--src/_icons/sign-left.svg8
-rw-r--r--src/_icons/sign-right.svg8
-rw-r--r--src/_icons/windsock.svg9
21 files changed, 162 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 213c486b..e190e1c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ icons-react/dist/
compile-options.json
new/
new/*
+yarn.lock
diff --git a/_import.sh b/_import.sh
index 2b7b35ed..5762220e 100755
--- a/_import.sh
+++ b/_import.sh
@@ -20,6 +20,7 @@ do
sed -i "" 's/height="24px"//g' ${file}
sed -i "" 's/xmlns="http:\/\/www.w3.org\/2000\/svg"//g' ${file}
sed -i "" 's/<path d="M0 0h24v24H0z"\/>"//g' ${file}
+ sed -i "" 's/<path stroke="red" stroke-width=".1" [^"]+\/>//g' ${file}
done
svgo -f ./new/ --pretty --disable mergePaths
diff --git a/src/_icons/abacus.svg b/src/_icons/abacus.svg
new file mode 100644
index 00000000..f75a6e7b
--- /dev/null
+++ b/src/_icons/abacus.svg
@@ -0,0 +1,15 @@
+---
+---
+<svg>
+ <path d="M5 3v18" />
+ <path d="M19 21v-18" />
+ <path d="M5 7h14" />
+ <path d="M5 15h14" />
+ <path d="M8 13v4" />
+ <path d="M11 13v4" />
+ <path d="M16 13v4" />
+ <path d="M14 5v4" />
+ <path d="M11 5v4" />
+ <path d="M8 5v4" />
+ <path d="M3 21h18" />
+</svg>
diff --git a/src/_icons/baby-carriage.svg b/src/_icons/baby-carriage.svg
new file mode 100644
index 00000000..a93e58a0
--- /dev/null
+++ b/src/_icons/baby-carriage.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <circle cx="8" cy="19" r="2" />
+ <circle cx="18" cy="19" r="2" />
+ <path d="M2 5h2.5l1.632 4.897a6 6 0 0 0 5.693 4.103h2.675a5.5 5.5 0 0 0 0 -11h-.5v6" />
+ <path d="M6 9h14" />
+ <path d="M9 17l1 -3" />
+ <path d="M16 14l1 3" />
+</svg>
diff --git a/src/_icons/bell-school.svg b/src/_icons/bell-school.svg
new file mode 100644
index 00000000..6af78d3c
--- /dev/null
+++ b/src/_icons/bell-school.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <circle cx="10" cy="10" r="6" />
+ <path d="M13.5 15h.5a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2h.5" />
+ <path d="M16 17a5.698 5.698 0 0 0 4.467 -7.932l-.467 -1.068" />
+ <path d="M10 10v.01" />
+ <circle cx="20" cy="8" r="1" />
+</svg>
diff --git a/src/_icons/cell.svg b/src/_icons/cell.svg
new file mode 100644
index 00000000..bda33c8b
--- /dev/null
+++ b/src/_icons/cell.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M8 4l-4 2v5l4 2l4 -2v-5z" />
+ <path d="M12 11l4 2l4 -2v-5l-4 -2l-4 2" />
+ <path d="M8 13v5l4 2l4 -2v-5" />
+</svg>
diff --git a/src/_icons/device-heart-monitor.svg b/src/_icons/device-heart-monitor.svg
new file mode 100644
index 00000000..75f6d084
--- /dev/null
+++ b/src/_icons/device-heart-monitor.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M4 9h6l1 -2l2 4l1 -2h6" />
+ <path d="M4 14h16" />
+ <path d="M14 17v.01" />
+ <path d="M17 17v.01" />
+</svg>
diff --git a/src/_icons/device-laptop-off.svg b/src/_icons/device-laptop-off.svg
new file mode 100644
index 00000000..6bb3a1ee
--- /dev/null
+++ b/src/_icons/device-laptop-off.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M3 19h16" />
+ <path d="M10 6h8a1 1 0 0 1 1 1v8m-3 1h-10a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/device-mobile-off.svg b/src/_icons/device-mobile-off.svg
new file mode 100644
index 00000000..5d302e4b
--- /dev/null
+++ b/src/_icons/device-mobile-off.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M7.174 3.178c.252 -.114 .531 -.178 .826 -.178h8a2 2 0 0 1 2 2v9m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-13" />
+ <path d="M11 4h2" />
+ <path d="M12 17v.01" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/device-tablet-off.svg b/src/_icons/device-tablet-off.svg
new file mode 100644
index 00000000..0ae47429
--- /dev/null
+++ b/src/_icons/device-tablet-off.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M7 3h11a1 1 0 0 1 1 1v11m0 4v1a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-15" />
+ <circle cx="12" cy="17" r="1" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/device-tv-off.svg b/src/_icons/device-tv-off.svg
new file mode 100644
index 00000000..e9331780
--- /dev/null
+++ b/src/_icons/device-tv-off.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M11 7h8a2 2 0 0 1 2 2v8m-1.178 2.824c-.25 .113 -.529 .176 -.822 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" />
+ <path d="M16 3l-4 4l-4 -4" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/device-watch-off.svg b/src/_icons/device-watch-off.svg
new file mode 100644
index 00000000..af1a52fd
--- /dev/null
+++ b/src/_icons/device-watch-off.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M10 6h5a3 3 0 0 1 3 3v5m-.882 3.125a2.99 2.99 0 0 1 -2.118 .875h-6a3 3 0 0 1 -3 -3v-6c0 -.828 .336 -1.578 .878 -2.121" />
+ <path d="M9 18v3h6v-3" />
+ <path d="M9 5v-2h6v3" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/devices-off.svg b/src/_icons/devices-off.svg
new file mode 100644
index 00000000..3e88b555
--- /dev/null
+++ b/src/_icons/devices-off.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M13 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v8m-1 3h-6a1 1 0 0 1 -1 -1v-6" />
+ <path d="M18 8v-3a1 1 0 0 0 -1 -1h-9m-4 0a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />
+ <path d="M16 9h2" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/dialpad.svg b/src/_icons/dialpad.svg
new file mode 100644
index 00000000..1793d36b
--- /dev/null
+++ b/src/_icons/dialpad.svg
@@ -0,0 +1,11 @@
+---
+---
+<svg>
+ <path d="M3 3h4v4h-4z" />
+ <path d="M17 3h4v4h-4z" />
+ <path d="M10 3h4v4h-4z" />
+ <path d="M3 10h4v4h-4z" />
+ <path d="M17 10h4v4h-4z" />
+ <path d="M10 10h4v4h-4z" />
+ <path d="M10 17h4v4h-4z" />
+</svg>
diff --git a/src/_icons/directions.svg b/src/_icons/directions.svg
index 5fcdfc88..3a12a7c0 100644
--- a/src/_icons/directions.svg
+++ b/src/_icons/directions.svg
@@ -4,9 +4,10 @@ tags: [travel, navigation, discover]
version: "1.0"
---
<svg>
- <path d="M9 5h10l2 2l-2 2h-10a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1" />
- <path d="M13 13h-7l-2 2l2 2h7a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />
- <line x1="12" y1="22" x2="12" y2="17" />
- <line x1="12" y1="13" x2="12" y2="9" />
- <line x1="12" y1="5" x2="12" y2="3" />
+ <path d="M12 21v-4" />
+ <path d="M12 13v-4" />
+ <path d="M12 5v-2" />
+ <path d="M10 21h4" />
+ <path d="M8 5v4h11l2 -2l-2 -2z" />
+ <path d="M14 13v4h-8l-2 -2l2 -2z" />
</svg>
diff --git a/src/_icons/fidget-spinner.svg b/src/_icons/fidget-spinner.svg
new file mode 100644
index 00000000..24efc3c8
--- /dev/null
+++ b/src/_icons/fidget-spinner.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M10 17a3 3 0 1 1 -1.543 -2.623l2.087 -3.754a3 3 0 0 1 1.456 -5.623a3 3 0 0 1 1.457 5.623l2.087 3.754a3 3 0 1 1 -1.538 2.8l-.006 -.177h-4z" />
+ <path d="M17 17v.01" />
+ <path d="M7 17v.01" />
+ <path d="M12 8v.01" />
+</svg>
diff --git a/src/_icons/mail-fast.svg b/src/_icons/mail-fast.svg
new file mode 100644
index 00000000..cbed8c1e
--- /dev/null
+++ b/src/_icons/mail-fast.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M3 7h3" />
+ <path d="M3 11h2" />
+ <path d="M9.02 8.801l-.6 6a2 2 0 0 0 1.99 2.199h7.98a2 2 0 0 0 1.99 -1.801l.6 -6a2 2 0 0 0 -1.99 -2.199h-7.98a2 2 0 0 0 -1.99 1.801z" />
+ <path d="M9.8 7.5l2.982 3.28a3 3 0 0 0 4.238 .202l3.28 -2.982" />
+</svg>
diff --git a/src/_icons/pennant-2.svg b/src/_icons/pennant-2.svg
new file mode 100644
index 00000000..7552eb2a
--- /dev/null
+++ b/src/_icons/pennant-2.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M16 21h-4" />
+ <path d="M14 21v-18" />
+ <path d="M14 4l-9 4l9 4" />
+</svg>
diff --git a/src/_icons/sign-left.svg b/src/_icons/sign-left.svg
new file mode 100644
index 00000000..dfdbc2d8
--- /dev/null
+++ b/src/_icons/sign-left.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M16 21h-4" />
+ <path d="M14 21v-10" />
+ <path d="M14 6v-3" />
+ <path d="M18 6h-10l-2 2.5l2 2.5h10z" />
+</svg>
diff --git a/src/_icons/sign-right.svg b/src/_icons/sign-right.svg
new file mode 100644
index 00000000..4a3af5e0
--- /dev/null
+++ b/src/_icons/sign-right.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M8 21h4" />
+ <path d="M10 21v-10" />
+ <path d="M10 6v-3" />
+ <path d="M6 6h10l2 2.5l-2 2.5h-10z" />
+</svg>
diff --git a/src/_icons/windsock.svg b/src/_icons/windsock.svg
new file mode 100644
index 00000000..de5313bd
--- /dev/null
+++ b/src/_icons/windsock.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M6 3v18" />
+ <path d="M6 11l12 -1v-4l-12 -1" />
+ <path d="M10 5.5v5" />
+ <path d="M14 6v4" />
+ <path d="M4 21h4" />
+</svg>