@@ -16,6 +16,242 @@ class CoreUIIcons extends Component {
16
16
</ CardHeader >
17
17
< CardBody >
18
18
< Row className = "text-center" >
19
+ < Col xs = "6" sm = "4" md = "3" >
20
+ < i className = "cui-account-logout icons font-2xl d-block mt-4" > </ i >
21
+ < div > account-logout</ div >
22
+ </ Col >
23
+ < Col xs = "6" sm = "4" md = "3" >
24
+ < i className = "cui-action-redo icons font-2xl d-block mt-4" > </ i >
25
+ < div > action-redo</ div >
26
+ </ Col >
27
+ < Col xs = "6" sm = "4" md = "3" >
28
+ < i className = "cui-action-undo icons font-2xl d-block mt-4" > </ i >
29
+ < div > action-undo</ div >
30
+ </ Col >
31
+ < Col xs = "6" sm = "4" md = "3" >
32
+ < i className = "cui-align-center icons font-2xl d-block mt-4" > </ i >
33
+ < div > align-center</ div >
34
+ </ Col >
35
+ < Col xs = "6" sm = "4" md = "3" >
36
+ < i className = "cui-align-left icons font-2xl d-block mt-4" > </ i >
37
+ < div > align-left</ div >
38
+ </ Col >
39
+ < Col xs = "6" sm = "4" md = "3" >
40
+ < i className = "cui-align-right icons font-2xl d-block mt-4" > </ i >
41
+ < div > align-right</ div >
42
+ </ Col >
43
+ < Col xs = "6" sm = "4" md = "3" >
44
+ < i className = "cui-aperture icons font-2xl d-block mt-4" > </ i >
45
+ < div > aperture</ div >
46
+ </ Col >
47
+ < Col xs = "6" sm = "4" md = "3" >
48
+ < i className = "cui-arrow-bottom icons font-2xl d-block mt-4" > </ i >
49
+ < div > arrow-bottom</ div >
50
+ </ Col >
51
+ < Col xs = "6" sm = "4" md = "3" >
52
+ < i className = "cui-arrow-circle-bottom icons font-2xl d-block mt-4" > </ i >
53
+ < div > arrow-circle-bottom</ div >
54
+ </ Col >
55
+ < Col xs = "6" sm = "4" md = "3" >
56
+ < i className = "cui-arrow-circle-left icons font-2xl d-block mt-4" > </ i >
57
+ < div > arrow-circle-left</ div >
58
+ </ Col >
59
+ < Col xs = "6" sm = "4" md = "3" >
60
+ < i className = "cui-arrow-circle-right icons font-2xl d-block mt-4" > </ i >
61
+ < div > arrow-circle-right</ div >
62
+ </ Col >
63
+ < Col xs = "6" sm = "4" md = "3" >
64
+ < i className = "cui-arrow-circle-top icons font-2xl d-block mt-4" > </ i >
65
+ < div > arrow-circle-top</ div >
66
+ </ Col >
67
+ < Col xs = "6" sm = "4" md = "3" >
68
+ < i className = "cui-arrow-left icons font-2xl d-block mt-4" > </ i >
69
+ < div > arrow-left</ div >
70
+ </ Col >
71
+ < Col xs = "6" sm = "4" md = "3" >
72
+ < i className = "cui-arrow-right icons font-2xl d-block mt-4" > </ i >
73
+ < div > arrow-right</ div >
74
+ </ Col >
75
+ < Col xs = "6" sm = "4" md = "3" >
76
+ < i className = "cui-arrow-thick-bottom icons font-2xl d-block mt-4" > </ i >
77
+ < div > arrow-thick-bottom</ div >
78
+ </ Col >
79
+ < Col xs = "6" sm = "4" md = "3" >
80
+ < i className = "cui-arrow-thick-left icons font-2xl d-block mt-4" > </ i >
81
+ < div > arrow-thick-left</ div >
82
+ </ Col >
83
+ < Col xs = "6" sm = "4" md = "3" >
84
+ < i className = "cui-arrow-thick-right icons font-2xl d-block mt-4" > </ i >
85
+ < div > arrow-thick-right</ div >
86
+ </ Col >
87
+ < Col xs = "6" sm = "4" md = "3" >
88
+ < i className = "cui-arrow-thick-top icons font-2xl d-block mt-4" > </ i >
89
+ < div > arrow-thick-top</ div >
90
+ </ Col >
91
+ < Col xs = "6" sm = "4" md = "3" >
92
+ < i className = "cui-arrow-top icons font-2xl d-block mt-4" > </ i >
93
+ < div > arrow-top</ div >
94
+ </ Col >
95
+ < Col xs = "6" sm = "4" md = "3" >
96
+ < i className = "cui-audio icons font-2xl d-block mt-4" > </ i >
97
+ < div > audio</ div >
98
+ </ Col >
99
+ < Col xs = "6" sm = "4" md = "3" >
100
+ < i className = "cui-audio-spectrum icons font-2xl d-block mt-4" > </ i >
101
+ < div > audio-spectrum</ div >
102
+ </ Col >
103
+ < Col xs = "6" sm = "4" md = "3" >
104
+ < i className = "cui-badge icons font-2xl d-block mt-4" > </ i >
105
+ < div > badge</ div >
106
+ </ Col >
107
+ < Col xs = "6" sm = "4" md = "3" >
108
+ < i className = "cui-ban icons font-2xl d-block mt-4" > </ i >
109
+ < div > ban</ div >
110
+ </ Col >
111
+ < Col xs = "6" sm = "4" md = "3" >
112
+ < i className = "cui-bar-chart icons font-2xl d-block mt-4" > </ i >
113
+ < div > bar-chart</ div >
114
+ </ Col >
115
+ < Col xs = "6" sm = "4" md = "3" >
116
+ < i className = "cui-battery-empty icons font-2xl d-block mt-4" > </ i >
117
+ < div > battery-empty</ div >
118
+ </ Col >
119
+ < Col xs = "6" sm = "4" md = "3" >
120
+ < i className = "cui-battery-full icons font-2xl d-block mt-4" > </ i >
121
+ < div > battery-full</ div >
122
+ </ Col >
123
+ < Col xs = "6" sm = "4" md = "3" >
124
+ < i className = "cui-beaker icons font-2xl d-block mt-4" > </ i >
125
+ < div > beaker</ div >
126
+ </ Col >
127
+ < Col xs = "6" sm = "4" md = "3" >
128
+ < i className = "cui-bluetooth icons font-2xl d-block mt-4" > </ i >
129
+ < div > bluetooth</ div >
130
+ </ Col >
131
+ < Col xs = "6" sm = "4" md = "3" >
132
+ < i className = "cui-bold icons font-2xl d-block mt-4" > </ i >
133
+ < div > bold</ div >
134
+ </ Col >
135
+ < Col xs = "6" sm = "4" md = "3" >
136
+ < i className = "cui-bolt icons font-2xl d-block mt-4" > </ i >
137
+ < div > bolt</ div >
138
+ </ Col >
139
+ < Col xs = "6" sm = "4" md = "3" >
140
+ < i className = "cui-book icons font-2xl d-block mt-4" > </ i >
141
+ < div > book</ div >
142
+ </ Col >
143
+ < Col xs = "6" sm = "4" md = "3" >
144
+ < i className = "cui-bookmark icons font-2xl d-block mt-4" > </ i >
145
+ < div > bookmark</ div >
146
+ </ Col >
147
+ < Col xs = "6" sm = "4" md = "3" >
148
+ < i className = "cui-box icons font-2xl d-block mt-4" > </ i >
149
+ < div > box</ div >
150
+ </ Col >
151
+ < Col xs = "6" sm = "4" md = "3" >
152
+ < i className = "cui-briefcase icons font-2xl d-block mt-4" > </ i >
153
+ < div > briefcase</ div >
154
+ </ Col >
155
+ < Col xs = "6" sm = "4" md = "3" >
156
+ < i className = "cui-british-pound icons font-2xl d-block mt-4" > </ i >
157
+ < div > british-pound</ div >
158
+ </ Col >
159
+ < Col xs = "6" sm = "4" md = "3" >
160
+ < i className = "cui-browser icons font-2xl d-block mt-4" > </ i >
161
+ < div > browser</ div >
162
+ </ Col >
163
+ < Col xs = "6" sm = "4" md = "3" >
164
+ < i className = "cui-brush icons font-2xl d-block mt-4" > </ i >
165
+ < div > brush</ div >
166
+ </ Col >
167
+ < Col xs = "6" sm = "4" md = "3" >
168
+ < i className = "cui-bug icons font-2xl d-block mt-4" > </ i >
169
+ < div > bug</ div >
170
+ </ Col >
171
+ < Col xs = "6" sm = "4" md = "3" >
172
+ < i className = "cui-bullhorn icons font-2xl d-block mt-4" > </ i >
173
+ < div > bullhorn</ div >
174
+ </ Col >
175
+ < Col xs = "6" sm = "4" md = "3" >
176
+ < i className = "cui-caret-bottom icons font-2xl d-block mt-4" > </ i >
177
+ < div > caret-bottom</ div >
178
+ </ Col >
179
+ < Col xs = "6" sm = "4" md = "3" >
180
+ < i className = "cui-caret-left icons font-2xl d-block mt-4" > </ i >
181
+ < div > caret-left</ div >
182
+ </ Col >
183
+ < Col xs = "6" sm = "4" md = "3" >
184
+ < i className = "cui-caret-right icons font-2xl d-block mt-4" > </ i >
185
+ < div > caret-right</ div >
186
+ </ Col >
187
+ < Col xs = "6" sm = "4" md = "3" >
188
+ < i className = "cui-caret-top icons font-2xl d-block mt-4" > </ i >
189
+ < div > caret-top</ div >
190
+ </ Col >
191
+ < Col xs = "6" sm = "4" md = "3" >
192
+ < i className = "cui-cart icons font-2xl d-block mt-4" > </ i >
193
+ < div > cart</ div >
194
+ </ Col >
195
+ < Col xs = "6" sm = "4" md = "3" >
196
+ < i className = "cui-chat icons font-2xl d-block mt-4" > </ i >
197
+ < div > chat</ div >
198
+ </ Col >
199
+ < Col xs = "6" sm = "4" md = "3" >
200
+ < i className = "cui-check icons font-2xl d-block mt-4" > </ i >
201
+ < div > check</ div >
202
+ </ Col >
203
+ < Col xs = "6" sm = "4" md = "3" >
204
+ < i className = "cui-chevron-bottom icons font-2xl d-block mt-4" > </ i >
205
+ < div > chevron-bottom</ div >
206
+ </ Col >
207
+ < Col xs = "6" sm = "4" md = "3" >
208
+ < i className = "cui-chevron-left icons font-2xl d-block mt-4" > </ i >
209
+ < div > chevron-left</ div >
210
+ </ Col >
211
+ < Col xs = "6" sm = "4" md = "3" >
212
+ < i className = "cui-chevron-right icons font-2xl d-block mt-4" > </ i >
213
+ < div > chevron-right</ div >
214
+ </ Col >
215
+ < Col xs = "6" sm = "4" md = "3" >
216
+ < i className = "cui-chevron-top icons font-2xl d-block mt-4" > </ i >
217
+ < div > chevron-top</ div >
218
+ </ Col >
219
+ < Col xs = "6" sm = "4" md = "3" >
220
+ < i className = "cui-circle-check icons font-2xl d-block mt-4" > </ i >
221
+ < div > circle-check</ div >
222
+ </ Col >
223
+ < Col xs = "6" sm = "4" md = "3" >
224
+ < i className = "cui-circle-x icons font-2xl d-block mt-4" > </ i >
225
+ < div > circle-x</ div >
226
+ </ Col >
227
+ < Col xs = "6" sm = "4" md = "3" >
228
+ < i className = "cui-clipboard icons font-2xl d-block mt-4" > </ i >
229
+ < div > clipboard</ div >
230
+ </ Col >
231
+ < Col xs = "6" sm = "4" md = "3" >
232
+ < i className = "cui-clock icons font-2xl d-block mt-4" > </ i >
233
+ < div > clock</ div >
234
+ </ Col >
235
+ < Col xs = "6" sm = "4" md = "3" >
236
+ < i className = "cui-cloud icons font-2xl d-block mt-4" > </ i >
237
+ < div > cloud</ div >
238
+ </ Col >
239
+ < Col xs = "6" sm = "4" md = "3" >
240
+ < i className = "cui-cloud-upload icons font-2xl d-block mt-4" > </ i >
241
+ < div > cloud-upload</ div >
242
+ </ Col >
243
+ < Col xs = "6" sm = "4" md = "3" >
244
+ < i className = "cui-cloudy icons font-2xl d-block mt-4" > </ i >
245
+ < div > cloudy</ div >
246
+ </ Col >
247
+ < Col xs = "6" sm = "4" md = "3" >
248
+ < i className = "cui-social-linkedin icons font-2xl d-block mt-4" > </ i >
249
+ < div > social-linkedin</ div >
250
+ </ Col >
251
+ < Col xs = "6" sm = "4" md = "3" >
252
+ < i className = "cui-social-spotify icons font-2xl d-block mt-4" > </ i >
253
+ < div > social-spotify</ div >
254
+ </ Col >
19
255
< Col xs = "6" sm = "4" md = "3" >
20
256
< i className = "cui-basket-loaded icons font-2xl d-block mt-4" > </ i >
21
257
< div > basket-loaded</ div >
@@ -181,3 +417,4 @@ class CoreUIIcons extends Component {
181
417
}
182
418
183
419
export default CoreUIIcons ;
420
+
0 commit comments