mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-27 13:02:42 +03:00
Merge pull request #978 from NoRedInk/add-school-category-icons
Add school category icons
This commit is contained in:
commit
c2b5300e5f
File diff suppressed because one or more lines are too long
@ -105,6 +105,7 @@ example =
|
|||||||
, ( "couple", UiIcon.couple )
|
, ( "couple", UiIcon.couple )
|
||||||
, ( "class", UiIcon.class )
|
, ( "class", UiIcon.class )
|
||||||
, ( "leaderboard", UiIcon.leaderboard )
|
, ( "leaderboard", UiIcon.leaderboard )
|
||||||
|
, ( "graduateCap", UiIcon.graduateCap )
|
||||||
]
|
]
|
||||||
, viewExampleSection "Time"
|
, viewExampleSection "Time"
|
||||||
[ ( "emptyCalendar", UiIcon.emptyCalendar )
|
[ ( "emptyCalendar", UiIcon.emptyCalendar )
|
||||||
@ -202,5 +203,15 @@ example =
|
|||||||
[ ( "search", UiIcon.search )
|
[ ( "search", UiIcon.search )
|
||||||
, ( "searchInCircle", UiIcon.searchInCicle )
|
, ( "searchInCircle", UiIcon.searchInCicle )
|
||||||
]
|
]
|
||||||
|
, viewExampleSection "School Category"
|
||||||
|
[ ( "school", UiIcon.school )
|
||||||
|
, ( "highSchool", UiIcon.highSchool )
|
||||||
|
, ( "company", UiIcon.company )
|
||||||
|
, ( "homeSchool", UiIcon.homeSchool )
|
||||||
|
]
|
||||||
|
, viewExampleSection "Location"
|
||||||
|
[ ( "flagUs", UiIcon.flagUs )
|
||||||
|
, ( "globe", UiIcon.globe )
|
||||||
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user