icons: rework icon categories and tags
This commit is contained in:
962
src/lib/icons.ts
962
src/lib/icons.ts
File diff suppressed because it is too large
Load Diff
@@ -12,21 +12,22 @@ export enum IconStyle {
|
||||
export enum IconCategory {
|
||||
ARROWS = "arrows",
|
||||
BRAND = "brands",
|
||||
BUSINESS = "business",
|
||||
COMMERCE = "commerce",
|
||||
COMMUNICATION = "communications",
|
||||
DESIGN = "design",
|
||||
DEVELOPMENT = "development",
|
||||
DEVICE = "devices",
|
||||
DOCUMENT = "documents",
|
||||
OFFICE = "office",
|
||||
EDITOR = "editor",
|
||||
FINANCE = "finances",
|
||||
HEALTH = "health & medical",
|
||||
MAP = "maps",
|
||||
GAMES = "games",
|
||||
HEALTH = "health & wellness",
|
||||
MAP = "maps & navigation",
|
||||
MEDIA = "media",
|
||||
NATURE = "nature",
|
||||
OBJECTS = "objects",
|
||||
PEOPLE = "people",
|
||||
SYSTEM = "system",
|
||||
USERS = "users",
|
||||
WEATHER = "weather",
|
||||
OTHER = "other",
|
||||
}
|
||||
|
||||
export interface IconEntry {
|
||||
|
||||
Reference in New Issue
Block a user