-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIcons.yml
102 lines (101 loc) · 2.94 KB
/
Icons.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
extends: substitution
message: "Use the %s descriptor."
level: suggestion
nonword: true
scope: raw
action:
name: replace
swap:
# Odoo UI Icons: https://www.odoo.com/documentation/latest/developer/reference/user_interface/icons.html
'oi-apps': (apps)
'oi-archive': (archive)
'oi-arrow-down-left': (down left arrow)
'oi-arrow-down-right': (down right arrow)
'oi-arrow-down': (down arrow)
'oi-arrow-left': (left arrow)
'oi-arrow-right': (right arrow)
'oi-arrow-up-left': (up left arrow)
'oi-arrow-up-right': (up right arrow)
'oi-arrow-up': (up arrow)
'oi-arrows-h': (horizontal arrows)
'oi-arrows-v': (vertical arrows)
'oi-chevron-down': (down chevron)
'oi-chevron-left': (left chevron)
'oi-chevron-right': (right chevron)
'oi-chevron-up': (up chevron)
'oi-close': (close)
'oi-cloud-upload': (save)
'oi-draggable': (draggable)
'oi-gear': (action)
'oi-gif-picker': (GIF)
'oi-group': (group)
'oi-launch': (external link)
'oi-odoo': (Odoo)
'oi-panel-right': (sidebar)
'oi-search': (search)
'oi-settings-adjust': (adjust settings)
'oi-smile-add': (emoji)
'oi-studio': (Studio)
'oi-text-break': (text break)
'oi-text-effect': (text effect)
'oi-text-inline': (inline text)
'oi-text-wrap': (wrap text)
'oi-unarchive': (unarchive)
'oi-view-cohort': (Cohort)
'oi-view-kanban': (Kanban)
'oi-view-list': (List)
'oi-view-pivot': (Pivot)
'oi-view': (view)
'oi-voip': (VoIP)
# FontAwesome Icons: https://www.odoo.com/documentation/latest/contributing/documentation/rst_guidelines.html#icons
'fa-area-chart': (Graph)|(area chart)
'fa-arrows': (Expand all)
'fa-bar-chart': (Bar Chart)
'fa-bug': (debug)
'fa-building-o': (building)
'fa-calendar': (Calendar)|(calendar)
'fa-caret-down': (dropdown)
'fa-check': (check)
'fa-clock-o': (Activities)|(clock)
'fa-cog': (Actions)|(gear)
'fa-comments': (Messages)
'fa-credit-card': (credit card)
'fa-cubes': (cubes)
'fa-database': (Stacked)
'fa-download': (download)|(Download Xlsx)
'fa-ellipsis-h': (ellipsis)
'fa-ellipsis-v': (vertical ellipsis)
'fa-envelope': (envelope)
'fa-exchange': (exchange)
'fa-exchange': (Flip axis)
'fa-file-text-o': (documents)
'fa-filter': (filter)
'fa-flask': (flask)
'fa-globe': (globe)
'fa-line-chart': (Line Chart)
'fa-link': (Copy Link)
'fa-list-ul': (list)
'fa-list': (list)
'fa-map-marker': (map marker)
'fa-minus-square': (minus square)
'fa-minus': (minus)
'fa-paperclip': (paperclip)
'fa-pencil': (edit)
'fa-phone': (phone)
'fa-pie-chart': (Pie Chart)
'fa-plane': (plane)
'fa-plus-square': (plus square)
'fa-plus': (plus)
'fa-question-circle': (question mark)
'fa-random': (arrows overlap)
'fa-refresh': (refresh)
'fa-signal': (Cumulative)|(signal)
'fa-sitemap': (node)
'fa-sort-amount-asc': (Ascending)
'fa-sort-amount-desc': (Descending)
'fa-star-o': (star)
'fa-star': (star)
'fa-trash-o': (trash)
'fa-user-o': (user)
'fa-users': (users)
'fa-wrench': (wrench)