diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/border-all.svg | 2 | ||||
-rw-r--r-- | _icons/border-outer.svg | 2 | ||||
-rw-r--r-- | _icons/layout.svg | 6 | ||||
-rw-r--r-- | _icons/minus-square.svg | 2 | ||||
-rw-r--r-- | _icons/photo.svg | 8 | ||||
-rw-r--r-- | _icons/plus-square.svg | 2 | ||||
-rw-r--r-- | _icons/square.svg | 2 |
7 files changed, 16 insertions, 8 deletions
diff --git a/_icons/border-all.svg b/_icons/border-all.svg index de3dd9aa..9b2b101c 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 3aba0920..bfb11415 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 9b75459c..0fe5fea7 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 55bd1f52..8e7f0cdb 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 00000000..a797f094 --- /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 46ceee3c..c0f89783 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 fa216e97..737f78be 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> |