aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-22 20:30:07 +0100
committercodecalm <codecalm@gmail.com>2020-03-22 20:30:07 +0100
commitb3a93606cb4f54f94716374550f9329aa1127d79 (patch)
tree3ad992ecb70d8acae45794a372ff16914af1a891 /src
parentreadme icons number update (diff)
downloadtabler-icons-b3a93606cb4f54f94716374550f9329aa1127d79.tar.xz
note, notes icon
Diffstat (limited to 'src')
-rw-r--r--src/_icons/aperture.svg12
-rw-r--r--src/_icons/dice-1.svg2
-rw-r--r--src/_icons/dice-2.svg4
-rw-r--r--src/_icons/dice-3.svg6
-rw-r--r--src/_icons/dice-4.svg8
-rw-r--r--src/_icons/dice-5.svg10
-rw-r--r--src/_icons/dice-6.svg12
-rw-r--r--src/_icons/note.svg7
-rw-r--r--src/_icons/notes.svg8
9 files changed, 42 insertions, 27 deletions
diff --git a/src/_icons/aperture.svg b/src/_icons/aperture.svg
index 3ec943c..eac608d 100644
--- a/src/_icons/aperture.svg
+++ b/src/_icons/aperture.svg
@@ -2,10 +2,10 @@
---
<svg>
<circle cx="12" cy="12" r="9" />
- <line x1="14.3" y1="8" x2="19.5" y2="17"></line>
- <line x1="9.7" y1="8" x2="20" y2="8"></line>
- <line x1="7.4" y1="12" x2="12.5" y2="3"></line>
- <line x1="9.7" y1="16" x2="4.5" y2="7.1"></line>
- <line x1="14.3" y1="16" x2="4" y2="16"></line>
- <line x1="16.6" y1="12" x2="11.5" y2="21"></line>
+ <line x1="14.3" y1="8" x2="19.5" y2="17" />
+ <line x1="9.7" y1="8" x2="20" y2="8" />
+ <line x1="7.4" y1="12" x2="12.5" y2="3" />
+ <line x1="9.7" y1="16" x2="4.5" y2="7.1" />
+ <line x1="14.3" y1="16" x2="4" y2="16" />
+ <line x1="16.6" y1="12" x2="11.5" y2="21" />
</svg>
diff --git a/src/_icons/dice-1.svg b/src/_icons/dice-1.svg
index 869141e..9d5d000 100644
--- a/src/_icons/dice-1.svg
+++ b/src/_icons/dice-1.svg
@@ -2,5 +2,5 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
- <circle cx="12" cy="12" r=".5"></circle>
+ <circle cx="12" cy="12" r=".5" />
</svg>
diff --git a/src/_icons/dice-2.svg b/src/_icons/dice-2.svg
index 2b10e2b..556a4ce 100644
--- a/src/_icons/dice-2.svg
+++ b/src/_icons/dice-2.svg
@@ -2,6 +2,6 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
- <circle cx="8" cy="8" r=".5"></circle>
- <circle cx="16" cy="16" r=".5"></circle>
+ <circle cx="8" cy="8" r=".5" />
+ <circle cx="16" cy="16" r=".5" />
</svg>
diff --git a/src/_icons/dice-3.svg b/src/_icons/dice-3.svg
index 8c48507..275ed34 100644
--- a/src/_icons/dice-3.svg
+++ b/src/_icons/dice-3.svg
@@ -2,7 +2,7 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
- <circle cx="12" cy="12" r=".5"></circle>
- <circle cx="8" cy="8" r=".5"></circle>
- <circle cx="16" cy="16" r=".5"></circle>
+ <circle cx="12" cy="12" r=".5" />
+ <circle cx="8" cy="8" r=".5" />
+ <circle cx="16" cy="16" r=".5" />
</svg>
diff --git a/src/_icons/dice-4.svg b/src/_icons/dice-4.svg
index f2c41ae..2a67448 100644
--- a/src/_icons/dice-4.svg
+++ b/src/_icons/dice-4.svg
@@ -2,8 +2,8 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
- <circle cx="8" cy="8" r=".5"></circle>
- <circle cx="8" cy="16" r=".5"></circle>
- <circle cx="16" cy="8" r=".5"></circle>
- <circle cx="16" cy="16" r=".5"></circle>
+ <circle cx="8" cy="8" r=".5" />
+ <circle cx="8" cy="16" r=".5" />
+ <circle cx="16" cy="8" r=".5" />
+ <circle cx="16" cy="16" r=".5" />
</svg>
diff --git a/src/_icons/dice-5.svg b/src/_icons/dice-5.svg
index a9d4b81..9f07a3f 100644
--- a/src/_icons/dice-5.svg
+++ b/src/_icons/dice-5.svg
@@ -2,9 +2,9 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
- <circle cx="12" cy="12" r=".5"></circle>
- <circle cx="8" cy="8" r=".5"></circle>
- <circle cx="8" cy="16" r=".5"></circle>
- <circle cx="16" cy="8" r=".5"></circle>
- <circle cx="16" cy="16" r=".5"></circle>
+ <circle cx="12" cy="12" r=".5" />
+ <circle cx="8" cy="8" r=".5" />
+ <circle cx="8" cy="16" r=".5" />
+ <circle cx="16" cy="8" r=".5" />
+ <circle cx="16" cy="16" r=".5" />
</svg>
diff --git a/src/_icons/dice-6.svg b/src/_icons/dice-6.svg
index 2f754f2..ec5ed26 100644
--- a/src/_icons/dice-6.svg
+++ b/src/_icons/dice-6.svg
@@ -2,10 +2,10 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
- <circle cx="8" cy="8" r=".5"></circle>
- <circle cx="8" cy="12" r=".5"></circle>
- <circle cx="8" cy="16" r=".5"></circle>
- <circle cx="16" cy="8" r=".5"></circle>
- <circle cx="16" cy="12" r=".5"></circle>
- <circle cx="16" cy="16" r=".5"></circle>
+ <circle cx="8" cy="8" r=".5" />
+ <circle cx="8" cy="12" r=".5" />
+ <circle cx="8" cy="16" r=".5" />
+ <circle cx="16" cy="8" r=".5" />
+ <circle cx="16" cy="12" r=".5" />
+ <circle cx="16" cy="16" r=".5" />
</svg>
diff --git a/src/_icons/note.svg b/src/_icons/note.svg
new file mode 100644
index 0000000..bf76d7d
--- /dev/null
+++ b/src/_icons/note.svg
@@ -0,0 +1,7 @@
+---
+tags: [checkbox]
+---
+<svg>
+ <line x1="13" y1="20" x2="20" y2="13" />
+ <path d="M13 20v-6a1 1 0 0 1 1 -1h6v-7a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7" />
+</svg>
diff --git a/src/_icons/notes.svg b/src/_icons/notes.svg
new file mode 100644
index 0000000..0b06ba6
--- /dev/null
+++ b/src/_icons/notes.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <rect x="5" y="3" width="14" height="18" rx="2" />
+ <line x1="9" y1="7" x2="15" y2="7" />
+ <line x1="9" y1="11" x2="15" y2="11" />
+ <line x1="9" y1="15" x2="13" y2="15" />
+</svg>