aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/Icons.elm
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-26 14:43:50 +0000
committerAkshay <[email protected]>2020-12-26 14:43:50 +0000
commitb8a744f6e7e02f67551124063d3dd97faba5fb0b (patch)
treec219b2177d4608a1862de0d66e978086c06e63f8 /frontend/src/Icons.elm
parenta7881f40ccaa623d757e762d1215d5e9bc9d1a7a (diff)
begin work on frontend
Diffstat (limited to 'frontend/src/Icons.elm')
-rw-r--r--frontend/src/Icons.elm15
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/src/Icons.elm b/frontend/src/Icons.elm
new file mode 100644
index 0000000..d3b862f
--- /dev/null
+++ b/frontend/src/Icons.elm
@@ -0,0 +1,15 @@
1module Icons exposing (..)
2
3import FeatherIcons exposing (toHtml)
4import Html
5import Html.Styled exposing (..)
6import Html.Styled.Attributes exposing (..)
7import Html.Styled.Events exposing (..)
8
9
10convert =
11 Html.Styled.fromUnstyled << toHtml []
12
13
14loginIcon =
15 convert FeatherIcons.logIn