aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
Diffstat (limited to '_icons')
-rw-r--r--_icons/border-all.svg2
-rw-r--r--_icons/border-outer.svg2
-rw-r--r--_icons/layout.svg6
-rw-r--r--_icons/minus-square.svg2
-rw-r--r--_icons/photo.svg8
-rw-r--r--_icons/plus-square.svg2
-rw-r--r--_icons/square.svg2
7 files changed, 16 insertions, 8 deletions
diff --git a/_icons/border-all.svg b/_icons/border-all.svg
index de3dd9a..9b2b101 100644
--- a/_icons/border-all.svg
+++ b/_icons/border-all.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <rect x="4" y="4" width="16" height="16" rx="2" ry="2" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
</svg>
diff --git a/_icons/border-outer.svg b/_icons/border-outer.svg
index 3aba092..bfb1141 100644
--- a/_icons/border-outer.svg
+++ b/_icons/border-outer.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <rect x="4" y="4" width="16" height="16" rx="2" ry="2" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
<g stroke-dasharray=".001 4">
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
diff --git a/_icons/layout.svg b/_icons/layout.svg
index 9b75459..0fe5fea 100644
--- a/_icons/layout.svg
+++ b/_icons/layout.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <rect x="3" y="3" width="8" height="6" rx="2" ry="2"></rect>
- <rect x="3" y="13" width="8" height="8" rx="2" ry="2"></rect>
- <rect x="15" y="3" width="6" height="18" rx="2" ry="2"></rect>
+ <rect x="3" y="3" width="8" height="6" rx="2"></rect>
+ <rect x="3" y="13" width="8" height="8" rx="2"></rect>
+ <rect x="15" y="3" width="6" height="18" rx="2"></rect>
</svg>
diff --git a/_icons/minus-square.svg b/_icons/minus-square.svg
index 55bd1f5..8e7f0cd 100644
--- a/_icons/minus-square.svg
+++ b/_icons/minus-square.svg
@@ -1,6 +1,6 @@
---
---
<svg>
- <rect x="4" y="4" width="16" height="16" rx="2" ry="2" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
<line x1="8" y1="12" x2="16" y2="12" />
</svg>
diff --git a/_icons/photo.svg b/_icons/photo.svg
new file mode 100644
index 0000000..a797f09
--- /dev/null
+++ b/_icons/photo.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <line x1="15" y1="8" x2="15.01" y2="8" />
+ <rect x="4" y="4" width="16" height="16" rx="3" />
+ <path d="M4 15l4 -4a3 5 0 013 0l 5 5"></path>
+ <path d="M14 14l1 -1a3 5 0 013 0l 2 2"></path>
+</svg>
diff --git a/_icons/plus-square.svg b/_icons/plus-square.svg
index 46ceee3..c0f8978 100644
--- a/_icons/plus-square.svg
+++ b/_icons/plus-square.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <rect x="4" y="4" width="16" height="16" rx="2" ry="2" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
<line x1="12" y1="8" x2="12" y2="16" />
<line x1="8" y1="12" x2="16" y2="12" />
</svg>
diff --git a/_icons/square.svg b/_icons/square.svg
index fa216e9..737f78b 100644
--- a/_icons/square.svg
+++ b/_icons/square.svg
@@ -1,5 +1,5 @@
---
---
<svg>
- <rect x="4" y="4" width="16" height="16" rx="2" ry="2" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
</svg>