diff --git a/icons-manifest.json b/icons-manifest.json index be988daf793285b36be48cfabc437919b7913cef..3470fcf13b548dd7c84a708450efb88723427991 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -21,6 +21,7 @@ "comment-square", "file", "folder", + "menu", "aperture", "camera", "camera-off", diff --git a/icons/menu.svg b/icons/menu.svg new file mode 100644 index 0000000000000000000000000000000000000000..1f35e3ee60b319e601c86448bd54d65850fadf8c --- /dev/null +++ b/icons/menu.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> + <line x1="3" y1="12" x2="21" y2="12"/> + <line x1="3" y1="6" x2="21" y2="6"/> + <line x1="3" y1="18" x2="21" y2="18"/> +</svg> \ No newline at end of file