Merge pull request #978 from NoRedInk/add-school-category-icons

Add school category icons
This commit is contained in:
Brian J. Cardiff 2022-07-08 15:54:57 -03:00 committed by GitHub
commit c2b5300e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 309 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -105,6 +105,7 @@ example =
, ( "couple", UiIcon.couple )
, ( "class", UiIcon.class )
, ( "leaderboard", UiIcon.leaderboard )
, ( "graduateCap", UiIcon.graduateCap )
]
, viewExampleSection "Time"
[ ( "emptyCalendar", UiIcon.emptyCalendar )
@ -202,5 +203,15 @@ example =
[ ( "search", UiIcon.search )
, ( "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 )
]
]
}