From 4396d17449e09d410c03d21bc797c2c3ce097b62 Mon Sep 17 00:00:00 2001
From: Kyle Doherty <kyle.l.doherty@gmail.com>
Date: Tue, 2 Jun 2015 16:40:17 -0700
Subject: [PATCH] looks like we weren't using the list icon

---
 resources/frontend_client/app/components/icons/list.html | 3 ---
 1 file changed, 3 deletions(-)
 delete mode 100644 resources/frontend_client/app/components/icons/list.html

diff --git a/resources/frontend_client/app/components/icons/list.html b/resources/frontend_client/app/components/icons/list.html
deleted file mode 100644
index 4e278455297..00000000000
--- a/resources/frontend_client/app/components/icons/list.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg id="list" viewBox="0 0 32 32" fill="currentcolor" ng-attr-width="{{width}}" ng-attr-height="{{height}}">
-    <path d="M3 8 A3 3 0 0 0 9 8 A3 3 0 0 0 3 8 M12 6 L28 6 L28 10 L12 10z M3 16 A3 3 0 0 0 9 16 A3 3 0 0 0 3 16 M12 14 L28 14 L28 18 L12 18z M3 24 A3 3 0 0 0 9 24 A3 3 0 0 0 3 24 M12 22 L28 22 L28 26 L12 26z "></path>
-</svg>
-- 
GitLab