icons: add Arrows category

This commit is contained in:
rektdeckard
2020-10-07 15:39:43 -04:00
parent e03487d348
commit a73af0573e
2 changed files with 178 additions and 170 deletions

View File

@@ -10,22 +10,23 @@ export enum IconStyle {
}
export enum IconCategory {
BRAND = "Brands",
BUSINESS = "Businesses",
COMMUNICATION = "Communications",
DESIGN = "Design",
DEVELOPMENT = "Development",
DEVICE = "Devices",
DOCUMENT = "Documents",
EDITOR = "Editors",
FINANCE = "Finances",
HEALTH = "Health & Medical",
MAP = "Maps",
MEDIA = "Media",
SYSTEM = "System",
USERS = "Users",
WEATHER = "Weather",
OTHER = "Other",
ARROWS = "arrows",
BRAND = "brands",
BUSINESS = "business",
COMMUNICATION = "communications",
DESIGN = "design",
DEVELOPMENT = "development",
DEVICE = "devices",
DOCUMENT = "documents",
EDITOR = "editor",
FINANCE = "finances",
HEALTH = "health & medical",
MAP = "maps",
MEDIA = "media",
SYSTEM = "system",
USERS = "users",
WEATHER = "weather",
OTHER = "other",
}
export interface IconEntry {