aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 00:23:31 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 00:23:31 +0100
commitff0cf4134326bb4b693d7147b0cf1604ff0ef084 (patch)
treec6b737f923dd62681c54f574176691185f07aeeb
parentsum icon (diff)
downloadtabler-icons-ff0cf4134326bb4b693d7147b0cf1604ff0ef084.tar.xz
laptop icon
-rw-r--r--src/_icons/device-laptop.svg6
-rw-r--r--src/_icons/sum.svg2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/_icons/device-laptop.svg b/src/_icons/device-laptop.svg
new file mode 100644
index 0000000..3be4697
--- /dev/null
+++ b/src/_icons/device-laptop.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <line x1="3" y1="19" x2="21" y2="19" />
+ <rect x="5" y="6" width="14" height="10" rx="1" />
+</svg>
diff --git a/src/_icons/sum.svg b/src/_icons/sum.svg
index d4e23f9..909a14c 100644
--- a/src/_icons/sum.svg
+++ b/src/_icons/sum.svg
@@ -1,5 +1,5 @@
---
---
<svg>
- <path d="M18 16v2a1 1 0 01 -1 1h-11l6-7l-6-7h11a1 1 0 011 1v2" />
+ <path d="M18 16v2a1 1 0 0 1 -1 1h-11l6-7l-6-7h11a1 1 0 0 1 1 1v2" />
</svg>