aboutsummaryrefslogtreecommitdiff
path: root/src/client/View/Icon.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/View/Icon.elm')
-rw-r--r--src/client/View/Icon.elm12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/client/View/Icon.elm b/src/client/View/Icon.elm
deleted file mode 100644
index f22c1a2..0000000
--- a/src/client/View/Icon.elm
+++ /dev/null
@@ -1,12 +0,0 @@
-module View.Icon
- ( renderIcon
- ) where
-
-import Html exposing (..)
-import Html.Attributes exposing (..)
-
-renderIcon : String -> Html
-renderIcon iconClass =
- i
- [ class <| "fa fa-fw fa-" ++ iconClass ]
- []