mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
@ -72,6 +72,8 @@ module Data.Icons exposing
|
||||
, tagIcon2
|
||||
, tags2
|
||||
, tagsIcon2
|
||||
, trash
|
||||
, trashIcon
|
||||
)
|
||||
|
||||
import Data.CustomFieldType exposing (CustomFieldType)
|
||||
@ -81,6 +83,20 @@ import Svg
|
||||
import Svg.Attributes as SA
|
||||
|
||||
|
||||
trash : String
|
||||
trash =
|
||||
"fa fa-trash-alt text-red-500 dark:text-orange-600"
|
||||
|
||||
|
||||
trashIcon : String -> Html msg
|
||||
trashIcon classes =
|
||||
i
|
||||
[ class classes
|
||||
, class trash
|
||||
]
|
||||
[]
|
||||
|
||||
|
||||
share : String
|
||||
share =
|
||||
"fa fa-share-alt"
|
||||
|
Reference in New Issue
Block a user