Merge pull request #681 from NoRedInk/kraken/adds-icons

Kraken/adds icons
This commit is contained in:
Tessa 2021-02-23 16:52:06 -08:00 committed by GitHub
commit 3bc65cbf61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 108 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 )