From ff4e6836bfd5447edaf098146c00ac10954b3fc9 Mon Sep 17 00:00:00 2001 From: Cole Bemis <colebemis@gmail.com> Date: Sat, 29 Apr 2017 22:04:17 -0700 Subject: [PATCH] Add menu icon --- icons-manifest.json | 1 + icons/menu.svg | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 icons/menu.svg diff --git a/icons-manifest.json b/icons-manifest.json index be988da..3470fcf 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 0000000..1f35e3e --- /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 -- 2.21.0