chore(icons): add more icons
This commit is contained in:
parent
66352522da
commit
dddb2746e5
@ -86,6 +86,11 @@ data Icon
|
|||||||
| IconFileUploadSession
|
| IconFileUploadSession
|
||||||
| IconStandaloneFieldError
|
| IconStandaloneFieldError
|
||||||
| IconFileUser
|
| IconFileUser
|
||||||
|
| IconFastBackward
|
||||||
|
| IconBackward
|
||||||
|
| IconCurrent
|
||||||
|
| IconForward
|
||||||
|
| IconFastForward
|
||||||
deriving (Eq, Ord, Enum, Bounded, Show, Read, Generic, Typeable)
|
deriving (Eq, Ord, Enum, Bounded, Show, Read, Generic, Typeable)
|
||||||
|
|
||||||
iconText :: Icon -> Text
|
iconText :: Icon -> Text
|
||||||
@ -150,6 +155,11 @@ iconText = \case
|
|||||||
IconFileUploadSession -> "file-upload"
|
IconFileUploadSession -> "file-upload"
|
||||||
IconStandaloneFieldError -> "exclamation"
|
IconStandaloneFieldError -> "exclamation"
|
||||||
IconFileUser -> "file-user"
|
IconFileUser -> "file-user"
|
||||||
|
IconFastBackward -> "angle-double-left"
|
||||||
|
IconBackward -> "angle-left"
|
||||||
|
IconCurrent -> "circle"
|
||||||
|
IconForward -> "angle-right"
|
||||||
|
IconFastForward -> "angle-double-right"
|
||||||
|
|
||||||
instance Universe Icon
|
instance Universe Icon
|
||||||
instance Finite Icon
|
instance Finite Icon
|
||||||
|
|||||||
Reference in New Issue
Block a user