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 {
|
export enum IconCategory {
|
||||||
ARROWS = "arrows",
|
ARROWS = "arrows",
|
||||||
BRAND = "brands",
|
BRAND = "brands",
|
||||||
BUSINESS = "business",
|
COMMERCE = "commerce",
|
||||||
COMMUNICATION = "communications",
|
COMMUNICATION = "communications",
|
||||||
DESIGN = "design",
|
DESIGN = "design",
|
||||||
DEVELOPMENT = "development",
|
DEVELOPMENT = "development",
|
||||||
DEVICE = "devices",
|
OFFICE = "office",
|
||||||
DOCUMENT = "documents",
|
|
||||||
EDITOR = "editor",
|
EDITOR = "editor",
|
||||||
FINANCE = "finances",
|
FINANCE = "finances",
|
||||||
HEALTH = "health & medical",
|
GAMES = "games",
|
||||||
MAP = "maps",
|
HEALTH = "health & wellness",
|
||||||
|
MAP = "maps & navigation",
|
||||||
MEDIA = "media",
|
MEDIA = "media",
|
||||||
|
NATURE = "nature",
|
||||||
|
OBJECTS = "objects",
|
||||||
|
PEOPLE = "people",
|
||||||
SYSTEM = "system",
|
SYSTEM = "system",
|
||||||
USERS = "users",
|
|
||||||
WEATHER = "weather",
|
WEATHER = "weather",
|
||||||
OTHER = "other",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IconEntry {
|
export interface IconEntry {
|
||||||
|
|||||||
Reference in New Issue
Block a user