aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/Icons.elm
blob: d3b862f5684c182b9fe7b2cd9bdf0db81784ae9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module Icons exposing (..)

import FeatherIcons exposing (toHtml)
import Html
import Html.Styled exposing (..)
import Html.Styled.Attributes exposing (..)
import Html.Styled.Events exposing (..)


convert =
    Html.Styled.fromUnstyled << toHtml []


loginIcon =
    convert FeatherIcons.logIn