From 9eb70ac0a8cffa0f2aaae16899bf189d2d108578 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Thu, 12 Nov 2020 11:06:23 +1100 Subject: [PATCH] Removed unused note add icon --- src/icons/NoteAddIcon.js | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/icons/NoteAddIcon.js diff --git a/src/icons/NoteAddIcon.js b/src/icons/NoteAddIcon.js deleted file mode 100644 index 6ad5e28..0000000 --- a/src/icons/NoteAddIcon.js +++ /dev/null @@ -1,23 +0,0 @@ -import React from "react"; - -function NoteAddIcon() { - return ( - - - - - - - - - ); -} - -export default NoteAddIcon;