mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-04 12:47:53 +03:00
Merge pull request #681 from NoRedInk/kraken/adds-icons
Kraken/adds icons
This commit is contained in:
commit
3bc65cbf61
File diff suppressed because one or more lines are too long
@ -82,6 +82,7 @@ example =
|
||||
, ( "documents", UiIcon.documents )
|
||||
, ( "newspaper", UiIcon.newspaper )
|
||||
, ( "openBook", UiIcon.openBook )
|
||||
, ( "openBooks", UiIcon.openBooks )
|
||||
]
|
||||
, IconExamples.view "Communication"
|
||||
[ ( "speechBalloon", UiIcon.speechBalloon )
|
||||
@ -105,6 +106,11 @@ example =
|
||||
, ( "attention", UiIcon.attention )
|
||||
, ( "exclamation", UiIcon.exclamation )
|
||||
]
|
||||
, IconExamples.view "Math"
|
||||
[ ( "equals", UiIcon.equals )
|
||||
, ( "plus", UiIcon.plus )
|
||||
, ( "null", UiIcon.null )
|
||||
]
|
||||
, IconExamples.view "Notifs"
|
||||
[ ( "flag", UiIcon.flag )
|
||||
, ( "star", UiIcon.star )
|
||||
@ -114,10 +120,6 @@ example =
|
||||
, IconExamples.view "Badges & Levels"
|
||||
[ ( "badge", UiIcon.badge )
|
||||
]
|
||||
, IconExamples.view "Math"
|
||||
[ ( "equals", UiIcon.equals )
|
||||
, ( "plus", UiIcon.plus )
|
||||
]
|
||||
, IconExamples.view "Lock & Key"
|
||||
[ ( "key", UiIcon.key )
|
||||
, ( "lock", UiIcon.lock )
|
||||
|
Loading…
Reference in New Issue
Block a user