diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/external-link.svg | 7 | ||||
-rw-r--r-- | _icons/folder-minus.svg | 6 | ||||
-rw-r--r-- | _icons/folder-plus.svg | 7 | ||||
-rw-r--r-- | _icons/folder-x.svg | 6 | ||||
-rw-r--r-- | _icons/folder.svg | 5 | ||||
-rw-r--r-- | _icons/glass.svg (renamed from _icons/wine.svg) | 0 | ||||
-rw-r--r-- | _icons/tag.svg | 4 |
7 files changed, 33 insertions, 2 deletions
diff --git a/_icons/external-link.svg b/_icons/external-link.svg new file mode 100644 index 00000000..add9dde3 --- /dev/null +++ b/_icons/external-link.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M11 7h-5a2 2 0 00-2 2v9a2 2 0 00 2 2h9a2 2 0 00 2 -2v-5" /> + <line x1="10" y1="14" x2="20" y2="4" /> + <polyline points="14 4 20 4 20 10" /> +</svg> diff --git a/_icons/folder-minus.svg b/_icons/folder-minus.svg new file mode 100644 index 00000000..be401d8b --- /dev/null +++ b/_icons/folder-minus.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M5 5h5l2 2h7a2 2 0 012 2v8a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-10a2 2 0 012 -2" /> + <line x1="9" y1="13" x2="15" y2="13" /> +</svg> diff --git a/_icons/folder-plus.svg b/_icons/folder-plus.svg new file mode 100644 index 00000000..80528d5f --- /dev/null +++ b/_icons/folder-plus.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M5 5h5l2 2h7a2 2 0 012 2v8a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-10a2 2 0 012 -2" /> + <line x1="12" y1="10" x2="12" y2="16" /> + <line x1="9" y1="13" x2="15" y2="13" /> +</svg> diff --git a/_icons/folder-x.svg b/_icons/folder-x.svg new file mode 100644 index 00000000..ea2613d8 --- /dev/null +++ b/_icons/folder-x.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M5 5h5l2 2h7a2 2 0 012 2v8a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-10a2 2 0 012 -2" /> + <path d="M10 11l4 4m0 -4l-4 4" /> +</svg> diff --git a/_icons/folder.svg b/_icons/folder.svg new file mode 100644 index 00000000..9b3d5e08 --- /dev/null +++ b/_icons/folder.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M5 5h5l2 2h7a2 2 0 012 2v8a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-10a2 2 0 012 -2" /> +</svg> diff --git a/_icons/wine.svg b/_icons/glass.svg index 62e1c995..62e1c995 100644 --- a/_icons/wine.svg +++ b/_icons/glass.svg diff --git a/_icons/tag.svg b/_icons/tag.svg index 441a8ddd..070cfe86 100644 --- a/_icons/tag.svg +++ b/_icons/tag.svg @@ -1,6 +1,6 @@ --- --- <svg> - <path d="M11 3L20 12a1.5 1.5 0 010 2L14 20a1.5 1.5 0 01-2 0L3 11v-4a4 4 0 014 -4h4"></path> - <circle cx="9" cy="9" r="2"></circle> + <path d="M11 3L20 12a1.5 1.5 0 010 2L14 20a1.5 1.5 0 01-2 0L3 11v-4a4 4 0 014 -4h4" /> + <circle cx="9" cy="9" r="2" /> </svg> |