Skip to content

Commit b38b7b5

Browse files
committed
18 new icons
1 parent c7a36fa commit b38b7b5

20 files changed

+4148
-2298
lines changed

dist/glpi-illustrations-icons.svg

Lines changed: 3563 additions & 2298 deletions
Loading

dist/icons.json

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"dashboard"
99
]
1010
},
11+
"advanced-forms": {
12+
"title": "Advanced forms",
13+
"tags": [
14+
"plugin",
15+
"form",
16+
"survey"
17+
]
18+
},
1119
"agent-config": {
1220
"title": "Agent config",
1321
"tags": [
@@ -235,6 +243,15 @@
235243
"analytics"
236244
]
237245
},
246+
"bi-reporting-4": {
247+
"title": "Business Intelligence and Reporting 4",
248+
"tags": [
249+
"charts",
250+
"reporting",
251+
"dashboard",
252+
"analytics"
253+
]
254+
},
238255
"bookmark": {
239256
"title": "Bookmark",
240257
"tags": [
@@ -409,6 +426,13 @@
409426
"title": "Cloud Network 2",
410427
"tags": []
411428
},
429+
"cloud-usage": {
430+
"title": "Cloud usage",
431+
"tags": [
432+
"monitoring",
433+
"billing"
434+
]
435+
},
412436
"collaborative-tools": {
413437
"title": "collaborative-tools",
414438
"tags": [
@@ -482,6 +506,10 @@
482506
"title": "database",
483507
"tags": []
484508
},
509+
"database-add": {
510+
"title": "Add database",
511+
"tags": []
512+
},
485513
"delivery": {
486514
"title": "Delivery",
487515
"tags": [
@@ -490,6 +518,13 @@
490518
"transport"
491519
]
492520
},
521+
"diagnostic": {
522+
"title": "Diagnostic",
523+
"tags": [
524+
"troubleshooting",
525+
"analysis"
526+
]
527+
},
493528
"doc-developer": {
494529
"title": "Developer documentation",
495530
"tags": [
@@ -575,6 +610,14 @@
575610
"error"
576611
]
577612
},
613+
"fixing-bug-2": {
614+
"title": "Fixing bug 2",
615+
"tags": [
616+
"issue",
617+
"problem",
618+
"error"
619+
]
620+
},
578621
"folder": {
579622
"title": "Folder",
580623
"tags": [
@@ -589,6 +632,14 @@
589632
"survey"
590633
]
591634
},
635+
"gantt": {
636+
"title": "Gantt",
637+
"tags": [
638+
"project-management",
639+
"planning",
640+
"schedule"
641+
]
642+
},
592643
"gdpr-tools": {
593644
"title": "gdpr-tools",
594645
"tags": [
@@ -722,13 +773,45 @@
722773
"resources"
723774
]
724775
},
776+
"inventory-numbers": {
777+
"title": "Inventory numbers",
778+
"tags": [
779+
"items",
780+
"assets"
781+
]
782+
},
783+
"items-export": {
784+
"title": "Items export",
785+
"tags": []
786+
},
725787
"kb-faq": {
726788
"title": "Knowledge base and FAQ",
727789
"tags": [
728790
"articles",
729791
"documentation"
730792
]
731793
},
794+
"ldap-diagnostic": {
795+
"title": "LDAP diagnostic",
796+
"tags": [
797+
"directory",
798+
"troubleshooting"
799+
]
800+
},
801+
"ldap-inventory": {
802+
"title": "LDAP inventory",
803+
"tags": [
804+
"directory",
805+
"users"
806+
]
807+
},
808+
"ldap-manage": {
809+
"title": "LDAP manage",
810+
"tags": [
811+
"directory",
812+
"users"
813+
]
814+
},
732815
"legal": {
733816
"title": "Legal",
734817
"tags": [
@@ -759,6 +842,14 @@
759842
"pin"
760843
]
761844
},
845+
"locations": {
846+
"title": "Locations",
847+
"tags": [
848+
"map",
849+
"places",
850+
"arborescence"
851+
]
852+
},
762853
"lock": {
763854
"title": "Lock",
764855
"tags": [
@@ -782,6 +873,13 @@
782873
"supervision"
783874
]
784875
},
876+
"more-options": {
877+
"title": "More options",
878+
"tags": [
879+
"settings",
880+
"preferences"
881+
]
882+
},
785883
"more-satisfaction": {
786884
"title": "more-satisfaction",
787885
"tags": [
@@ -792,6 +890,14 @@
792890
"CSAT"
793891
]
794892
},
893+
"network-inventory": {
894+
"title": "Network inventory",
895+
"tags": [
896+
"network",
897+
"devices",
898+
"agent"
899+
]
900+
},
795901
"new-user-1": {
796902
"title": "New user 1",
797903
"tags": [
@@ -872,6 +978,22 @@
872978
"title": "Partner",
873979
"tags": []
874980
},
981+
"pdf-export": {
982+
"title": "PDF export",
983+
"tags": [
984+
"document",
985+
"file",
986+
"export"
987+
]
988+
},
989+
"phone-inventory": {
990+
"title": "Phone inventory",
991+
"tags": [
992+
"phone",
993+
"device",
994+
"agent"
995+
]
996+
},
875997
"presentation": {
876998
"title": "presentation",
877999
"tags": [
@@ -887,6 +1009,14 @@
8871009
"printer"
8881010
]
8891011
},
1012+
"printer-inventory": {
1013+
"title": "Printer inventory",
1014+
"tags": [
1015+
"printer",
1016+
"device",
1017+
"agent"
1018+
]
1019+
},
8901020
"question": {
8911021
"title": "Question",
8921022
"tags": []

svg/icons/advanced-forms.svg

Lines changed: 25 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)