purgetss 3.0.4 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +1 -1
- package/README.md +3 -3
- package/assets/fonts/bootstrap-icons.ttf +0 -0
- package/assets/fonts/tabler-icons.ttf +0 -0
- package/assets/images/blend-modes.png +0 -0
- package/assets/images/shadow.png +0 -0
- package/bin/purgetss +6 -5
- package/dist/bootstrapicons.js +1714 -0
- package/dist/bootstrapicons.tss +1692 -0
- package/dist/tablericons.js +95 -1
- package/dist/tablericons.tss +94 -0
- package/dist/tailwind.tss +3242 -411
- package/docs/configuring-guide.md +18 -5
- package/docs/glossary.md +3 -4
- package/docs/new-glossary.md +8313 -0
- package/docs/whats-new/v2.5.0.md +6 -6
- package/docs/whats-new/v3.0.4.md +7 -6
- package/docs/whats-new/v3.0.5.md +136 -0
- package/docs/whats-new/v3.1.0.md +614 -0
- package/docs/whats-new/v3.1.1.md +262 -0
- package/index.js +397 -246
- package/lib/build-bootstrap-icons-js.js +64 -0
- package/lib/build-bootstrap-icons-tss.js +50 -0
- package/lib/build-fonts-folder.js +7 -0
- package/lib/build-tailwind.js +78 -16
- package/lib/helpers.js +2027 -764
- package/lib/templates/bootstrap-icons/bootstrap-icons.css +1705 -0
- package/lib/templates/bootstrap-icons/bootstrap-icons.ttf +0 -0
- package/lib/templates/bootstrap-icons/reset.tss +6 -0
- package/lib/templates/bootstrap-icons/template.js +4 -0
- package/lib/templates/bootstrap-icons/template.tss +2 -0
- package/lib/templates/custom-template.tss +1 -1
- package/lib/templates/tablericons/template.js +1 -1
- package/lib/templates/tailwind/custom-template.tss +1 -1
- package/lib/templates/tailwind/template.tss +1 -1
- package/lib/test-function.js +9 -0
- package/package.json +8 -5
- package/purgetss.config.js +950 -0
|
@@ -0,0 +1,1692 @@
|
|
|
1
|
+
// Bootstrap Icons v1.8.0 - https://icons.getbootstrap.com
|
|
2
|
+
// License - https://github.com/twbs/icons/blob/main/LICENSE.md
|
|
3
|
+
|
|
4
|
+
// Font Families
|
|
5
|
+
'.bi': { font: { fontFamily: 'bootstrap-icons' } }
|
|
6
|
+
'.bootstrap': { font: { fontFamily: 'bootstrap-icons' } }
|
|
7
|
+
|
|
8
|
+
// Font Icons
|
|
9
|
+
// To use boxicons in Buttons AND Labels each class sets 'text' and 'title' properties
|
|
10
|
+
'.bi-123': { text: '\uf67f', title: '\uf67f' }
|
|
11
|
+
'.bi-alarm-fill': { text: '\uf101', title: '\uf101' }
|
|
12
|
+
'.bi-alarm': { text: '\uf102', title: '\uf102' }
|
|
13
|
+
'.bi-align-bottom': { text: '\uf103', title: '\uf103' }
|
|
14
|
+
'.bi-align-center': { text: '\uf104', title: '\uf104' }
|
|
15
|
+
'.bi-align-end': { text: '\uf105', title: '\uf105' }
|
|
16
|
+
'.bi-align-middle': { text: '\uf106', title: '\uf106' }
|
|
17
|
+
'.bi-align-start': { text: '\uf107', title: '\uf107' }
|
|
18
|
+
'.bi-align-top': { text: '\uf108', title: '\uf108' }
|
|
19
|
+
'.bi-alt': { text: '\uf109', title: '\uf109' }
|
|
20
|
+
'.bi-app-indicator': { text: '\uf10a', title: '\uf10a' }
|
|
21
|
+
'.bi-app': { text: '\uf10b', title: '\uf10b' }
|
|
22
|
+
'.bi-archive-fill': { text: '\uf10c', title: '\uf10c' }
|
|
23
|
+
'.bi-archive': { text: '\uf10d', title: '\uf10d' }
|
|
24
|
+
'.bi-arrow-90deg-down': { text: '\uf10e', title: '\uf10e' }
|
|
25
|
+
'.bi-arrow-90deg-left': { text: '\uf10f', title: '\uf10f' }
|
|
26
|
+
'.bi-arrow-90deg-right': { text: '\uf110', title: '\uf110' }
|
|
27
|
+
'.bi-arrow-90deg-up': { text: '\uf111', title: '\uf111' }
|
|
28
|
+
'.bi-arrow-bar-down': { text: '\uf112', title: '\uf112' }
|
|
29
|
+
'.bi-arrow-bar-left': { text: '\uf113', title: '\uf113' }
|
|
30
|
+
'.bi-arrow-bar-right': { text: '\uf114', title: '\uf114' }
|
|
31
|
+
'.bi-arrow-bar-up': { text: '\uf115', title: '\uf115' }
|
|
32
|
+
'.bi-arrow-clockwise': { text: '\uf116', title: '\uf116' }
|
|
33
|
+
'.bi-arrow-counterclockwise': { text: '\uf117', title: '\uf117' }
|
|
34
|
+
'.bi-arrow-down-circle-fill': { text: '\uf118', title: '\uf118' }
|
|
35
|
+
'.bi-arrow-down-circle': { text: '\uf119', title: '\uf119' }
|
|
36
|
+
'.bi-arrow-down-left-circle-fill': { text: '\uf11a', title: '\uf11a' }
|
|
37
|
+
'.bi-arrow-down-left-circle': { text: '\uf11b', title: '\uf11b' }
|
|
38
|
+
'.bi-arrow-down-left-square-fill': { text: '\uf11c', title: '\uf11c' }
|
|
39
|
+
'.bi-arrow-down-left-square': { text: '\uf11d', title: '\uf11d' }
|
|
40
|
+
'.bi-arrow-down-left': { text: '\uf11e', title: '\uf11e' }
|
|
41
|
+
'.bi-arrow-down-right-circle-fill': { text: '\uf11f', title: '\uf11f' }
|
|
42
|
+
'.bi-arrow-down-right-circle': { text: '\uf120', title: '\uf120' }
|
|
43
|
+
'.bi-arrow-down-right-square-fill': { text: '\uf121', title: '\uf121' }
|
|
44
|
+
'.bi-arrow-down-right-square': { text: '\uf122', title: '\uf122' }
|
|
45
|
+
'.bi-arrow-down-right': { text: '\uf123', title: '\uf123' }
|
|
46
|
+
'.bi-arrow-down-short': { text: '\uf124', title: '\uf124' }
|
|
47
|
+
'.bi-arrow-down-square-fill': { text: '\uf125', title: '\uf125' }
|
|
48
|
+
'.bi-arrow-down-square': { text: '\uf126', title: '\uf126' }
|
|
49
|
+
'.bi-arrow-down-up': { text: '\uf127', title: '\uf127' }
|
|
50
|
+
'.bi-arrow-down': { text: '\uf128', title: '\uf128' }
|
|
51
|
+
'.bi-arrow-left-circle-fill': { text: '\uf129', title: '\uf129' }
|
|
52
|
+
'.bi-arrow-left-circle': { text: '\uf12a', title: '\uf12a' }
|
|
53
|
+
'.bi-arrow-left-right': { text: '\uf12b', title: '\uf12b' }
|
|
54
|
+
'.bi-arrow-left-short': { text: '\uf12c', title: '\uf12c' }
|
|
55
|
+
'.bi-arrow-left-square-fill': { text: '\uf12d', title: '\uf12d' }
|
|
56
|
+
'.bi-arrow-left-square': { text: '\uf12e', title: '\uf12e' }
|
|
57
|
+
'.bi-arrow-left': { text: '\uf12f', title: '\uf12f' }
|
|
58
|
+
'.bi-arrow-repeat': { text: '\uf130', title: '\uf130' }
|
|
59
|
+
'.bi-arrow-return-left': { text: '\uf131', title: '\uf131' }
|
|
60
|
+
'.bi-arrow-return-right': { text: '\uf132', title: '\uf132' }
|
|
61
|
+
'.bi-arrow-right-circle-fill': { text: '\uf133', title: '\uf133' }
|
|
62
|
+
'.bi-arrow-right-circle': { text: '\uf134', title: '\uf134' }
|
|
63
|
+
'.bi-arrow-right-short': { text: '\uf135', title: '\uf135' }
|
|
64
|
+
'.bi-arrow-right-square-fill': { text: '\uf136', title: '\uf136' }
|
|
65
|
+
'.bi-arrow-right-square': { text: '\uf137', title: '\uf137' }
|
|
66
|
+
'.bi-arrow-right': { text: '\uf138', title: '\uf138' }
|
|
67
|
+
'.bi-arrow-up-circle-fill': { text: '\uf139', title: '\uf139' }
|
|
68
|
+
'.bi-arrow-up-circle': { text: '\uf13a', title: '\uf13a' }
|
|
69
|
+
'.bi-arrow-up-left-circle-fill': { text: '\uf13b', title: '\uf13b' }
|
|
70
|
+
'.bi-arrow-up-left-circle': { text: '\uf13c', title: '\uf13c' }
|
|
71
|
+
'.bi-arrow-up-left-square-fill': { text: '\uf13d', title: '\uf13d' }
|
|
72
|
+
'.bi-arrow-up-left-square': { text: '\uf13e', title: '\uf13e' }
|
|
73
|
+
'.bi-arrow-up-left': { text: '\uf13f', title: '\uf13f' }
|
|
74
|
+
'.bi-arrow-up-right-circle-fill': { text: '\uf140', title: '\uf140' }
|
|
75
|
+
'.bi-arrow-up-right-circle': { text: '\uf141', title: '\uf141' }
|
|
76
|
+
'.bi-arrow-up-right-square-fill': { text: '\uf142', title: '\uf142' }
|
|
77
|
+
'.bi-arrow-up-right-square': { text: '\uf143', title: '\uf143' }
|
|
78
|
+
'.bi-arrow-up-right': { text: '\uf144', title: '\uf144' }
|
|
79
|
+
'.bi-arrow-up-short': { text: '\uf145', title: '\uf145' }
|
|
80
|
+
'.bi-arrow-up-square-fill': { text: '\uf146', title: '\uf146' }
|
|
81
|
+
'.bi-arrow-up-square': { text: '\uf147', title: '\uf147' }
|
|
82
|
+
'.bi-arrow-up': { text: '\uf148', title: '\uf148' }
|
|
83
|
+
'.bi-arrows-angle-contract': { text: '\uf149', title: '\uf149' }
|
|
84
|
+
'.bi-arrows-angle-expand': { text: '\uf14a', title: '\uf14a' }
|
|
85
|
+
'.bi-arrows-collapse': { text: '\uf14b', title: '\uf14b' }
|
|
86
|
+
'.bi-arrows-expand': { text: '\uf14c', title: '\uf14c' }
|
|
87
|
+
'.bi-arrows-fullscreen': { text: '\uf14d', title: '\uf14d' }
|
|
88
|
+
'.bi-arrows-move': { text: '\uf14e', title: '\uf14e' }
|
|
89
|
+
'.bi-aspect-ratio-fill': { text: '\uf14f', title: '\uf14f' }
|
|
90
|
+
'.bi-aspect-ratio': { text: '\uf150', title: '\uf150' }
|
|
91
|
+
'.bi-asterisk': { text: '\uf151', title: '\uf151' }
|
|
92
|
+
'.bi-at': { text: '\uf152', title: '\uf152' }
|
|
93
|
+
'.bi-award-fill': { text: '\uf153', title: '\uf153' }
|
|
94
|
+
'.bi-award': { text: '\uf154', title: '\uf154' }
|
|
95
|
+
'.bi-back': { text: '\uf155', title: '\uf155' }
|
|
96
|
+
'.bi-backspace-fill': { text: '\uf156', title: '\uf156' }
|
|
97
|
+
'.bi-backspace-reverse-fill': { text: '\uf157', title: '\uf157' }
|
|
98
|
+
'.bi-backspace-reverse': { text: '\uf158', title: '\uf158' }
|
|
99
|
+
'.bi-backspace': { text: '\uf159', title: '\uf159' }
|
|
100
|
+
'.bi-badge-3d-fill': { text: '\uf15a', title: '\uf15a' }
|
|
101
|
+
'.bi-badge-3d': { text: '\uf15b', title: '\uf15b' }
|
|
102
|
+
'.bi-badge-4k-fill': { text: '\uf15c', title: '\uf15c' }
|
|
103
|
+
'.bi-badge-4k': { text: '\uf15d', title: '\uf15d' }
|
|
104
|
+
'.bi-badge-8k-fill': { text: '\uf15e', title: '\uf15e' }
|
|
105
|
+
'.bi-badge-8k': { text: '\uf15f', title: '\uf15f' }
|
|
106
|
+
'.bi-badge-ad-fill': { text: '\uf160', title: '\uf160' }
|
|
107
|
+
'.bi-badge-ad': { text: '\uf161', title: '\uf161' }
|
|
108
|
+
'.bi-badge-ar-fill': { text: '\uf162', title: '\uf162' }
|
|
109
|
+
'.bi-badge-ar': { text: '\uf163', title: '\uf163' }
|
|
110
|
+
'.bi-badge-cc-fill': { text: '\uf164', title: '\uf164' }
|
|
111
|
+
'.bi-badge-cc': { text: '\uf165', title: '\uf165' }
|
|
112
|
+
'.bi-badge-hd-fill': { text: '\uf166', title: '\uf166' }
|
|
113
|
+
'.bi-badge-hd': { text: '\uf167', title: '\uf167' }
|
|
114
|
+
'.bi-badge-tm-fill': { text: '\uf168', title: '\uf168' }
|
|
115
|
+
'.bi-badge-tm': { text: '\uf169', title: '\uf169' }
|
|
116
|
+
'.bi-badge-vo-fill': { text: '\uf16a', title: '\uf16a' }
|
|
117
|
+
'.bi-badge-vo': { text: '\uf16b', title: '\uf16b' }
|
|
118
|
+
'.bi-badge-vr-fill': { text: '\uf16c', title: '\uf16c' }
|
|
119
|
+
'.bi-badge-vr': { text: '\uf16d', title: '\uf16d' }
|
|
120
|
+
'.bi-badge-wc-fill': { text: '\uf16e', title: '\uf16e' }
|
|
121
|
+
'.bi-badge-wc': { text: '\uf16f', title: '\uf16f' }
|
|
122
|
+
'.bi-bag-check-fill': { text: '\uf170', title: '\uf170' }
|
|
123
|
+
'.bi-bag-check': { text: '\uf171', title: '\uf171' }
|
|
124
|
+
'.bi-bag-dash-fill': { text: '\uf172', title: '\uf172' }
|
|
125
|
+
'.bi-bag-dash': { text: '\uf173', title: '\uf173' }
|
|
126
|
+
'.bi-bag-fill': { text: '\uf174', title: '\uf174' }
|
|
127
|
+
'.bi-bag-plus-fill': { text: '\uf175', title: '\uf175' }
|
|
128
|
+
'.bi-bag-plus': { text: '\uf176', title: '\uf176' }
|
|
129
|
+
'.bi-bag-x-fill': { text: '\uf177', title: '\uf177' }
|
|
130
|
+
'.bi-bag-x': { text: '\uf178', title: '\uf178' }
|
|
131
|
+
'.bi-bag': { text: '\uf179', title: '\uf179' }
|
|
132
|
+
'.bi-bar-chart-fill': { text: '\uf17a', title: '\uf17a' }
|
|
133
|
+
'.bi-bar-chart-line-fill': { text: '\uf17b', title: '\uf17b' }
|
|
134
|
+
'.bi-bar-chart-line': { text: '\uf17c', title: '\uf17c' }
|
|
135
|
+
'.bi-bar-chart-steps': { text: '\uf17d', title: '\uf17d' }
|
|
136
|
+
'.bi-bar-chart': { text: '\uf17e', title: '\uf17e' }
|
|
137
|
+
'.bi-basket-fill': { text: '\uf17f', title: '\uf17f' }
|
|
138
|
+
'.bi-basket': { text: '\uf180', title: '\uf180' }
|
|
139
|
+
'.bi-basket2-fill': { text: '\uf181', title: '\uf181' }
|
|
140
|
+
'.bi-basket2': { text: '\uf182', title: '\uf182' }
|
|
141
|
+
'.bi-basket3-fill': { text: '\uf183', title: '\uf183' }
|
|
142
|
+
'.bi-basket3': { text: '\uf184', title: '\uf184' }
|
|
143
|
+
'.bi-battery-charging': { text: '\uf185', title: '\uf185' }
|
|
144
|
+
'.bi-battery-full': { text: '\uf186', title: '\uf186' }
|
|
145
|
+
'.bi-battery-half': { text: '\uf187', title: '\uf187' }
|
|
146
|
+
'.bi-battery': { text: '\uf188', title: '\uf188' }
|
|
147
|
+
'.bi-bell-fill': { text: '\uf189', title: '\uf189' }
|
|
148
|
+
'.bi-bell': { text: '\uf18a', title: '\uf18a' }
|
|
149
|
+
'.bi-bezier': { text: '\uf18b', title: '\uf18b' }
|
|
150
|
+
'.bi-bezier2': { text: '\uf18c', title: '\uf18c' }
|
|
151
|
+
'.bi-bicycle': { text: '\uf18d', title: '\uf18d' }
|
|
152
|
+
'.bi-binoculars-fill': { text: '\uf18e', title: '\uf18e' }
|
|
153
|
+
'.bi-binoculars': { text: '\uf18f', title: '\uf18f' }
|
|
154
|
+
'.bi-blockquote-left': { text: '\uf190', title: '\uf190' }
|
|
155
|
+
'.bi-blockquote-right': { text: '\uf191', title: '\uf191' }
|
|
156
|
+
'.bi-book-fill': { text: '\uf192', title: '\uf192' }
|
|
157
|
+
'.bi-book-half': { text: '\uf193', title: '\uf193' }
|
|
158
|
+
'.bi-book': { text: '\uf194', title: '\uf194' }
|
|
159
|
+
'.bi-bookmark-check-fill': { text: '\uf195', title: '\uf195' }
|
|
160
|
+
'.bi-bookmark-check': { text: '\uf196', title: '\uf196' }
|
|
161
|
+
'.bi-bookmark-dash-fill': { text: '\uf197', title: '\uf197' }
|
|
162
|
+
'.bi-bookmark-dash': { text: '\uf198', title: '\uf198' }
|
|
163
|
+
'.bi-bookmark-fill': { text: '\uf199', title: '\uf199' }
|
|
164
|
+
'.bi-bookmark-heart-fill': { text: '\uf19a', title: '\uf19a' }
|
|
165
|
+
'.bi-bookmark-heart': { text: '\uf19b', title: '\uf19b' }
|
|
166
|
+
'.bi-bookmark-plus-fill': { text: '\uf19c', title: '\uf19c' }
|
|
167
|
+
'.bi-bookmark-plus': { text: '\uf19d', title: '\uf19d' }
|
|
168
|
+
'.bi-bookmark-star-fill': { text: '\uf19e', title: '\uf19e' }
|
|
169
|
+
'.bi-bookmark-star': { text: '\uf19f', title: '\uf19f' }
|
|
170
|
+
'.bi-bookmark-x-fill': { text: '\uf1a0', title: '\uf1a0' }
|
|
171
|
+
'.bi-bookmark-x': { text: '\uf1a1', title: '\uf1a1' }
|
|
172
|
+
'.bi-bookmark': { text: '\uf1a2', title: '\uf1a2' }
|
|
173
|
+
'.bi-bookmarks-fill': { text: '\uf1a3', title: '\uf1a3' }
|
|
174
|
+
'.bi-bookmarks': { text: '\uf1a4', title: '\uf1a4' }
|
|
175
|
+
'.bi-bookshelf': { text: '\uf1a5', title: '\uf1a5' }
|
|
176
|
+
'.bi-bootstrap-fill': { text: '\uf1a6', title: '\uf1a6' }
|
|
177
|
+
'.bi-bootstrap-reboot': { text: '\uf1a7', title: '\uf1a7' }
|
|
178
|
+
'.bi-bootstrap': { text: '\uf1a8', title: '\uf1a8' }
|
|
179
|
+
'.bi-border-all': { text: '\uf1a9', title: '\uf1a9' }
|
|
180
|
+
'.bi-border-bottom': { text: '\uf1aa', title: '\uf1aa' }
|
|
181
|
+
'.bi-border-center': { text: '\uf1ab', title: '\uf1ab' }
|
|
182
|
+
'.bi-border-inner': { text: '\uf1ac', title: '\uf1ac' }
|
|
183
|
+
'.bi-border-left': { text: '\uf1ad', title: '\uf1ad' }
|
|
184
|
+
'.bi-border-middle': { text: '\uf1ae', title: '\uf1ae' }
|
|
185
|
+
'.bi-border-outer': { text: '\uf1af', title: '\uf1af' }
|
|
186
|
+
'.bi-border-right': { text: '\uf1b0', title: '\uf1b0' }
|
|
187
|
+
'.bi-border-style': { text: '\uf1b1', title: '\uf1b1' }
|
|
188
|
+
'.bi-border-top': { text: '\uf1b2', title: '\uf1b2' }
|
|
189
|
+
'.bi-border-width': { text: '\uf1b3', title: '\uf1b3' }
|
|
190
|
+
'.bi-border': { text: '\uf1b4', title: '\uf1b4' }
|
|
191
|
+
'.bi-bounding-box-circles': { text: '\uf1b5', title: '\uf1b5' }
|
|
192
|
+
'.bi-bounding-box': { text: '\uf1b6', title: '\uf1b6' }
|
|
193
|
+
'.bi-box-arrow-down-left': { text: '\uf1b7', title: '\uf1b7' }
|
|
194
|
+
'.bi-box-arrow-down-right': { text: '\uf1b8', title: '\uf1b8' }
|
|
195
|
+
'.bi-box-arrow-down': { text: '\uf1b9', title: '\uf1b9' }
|
|
196
|
+
'.bi-box-arrow-in-down-left': { text: '\uf1ba', title: '\uf1ba' }
|
|
197
|
+
'.bi-box-arrow-in-down-right': { text: '\uf1bb', title: '\uf1bb' }
|
|
198
|
+
'.bi-box-arrow-in-down': { text: '\uf1bc', title: '\uf1bc' }
|
|
199
|
+
'.bi-box-arrow-in-left': { text: '\uf1bd', title: '\uf1bd' }
|
|
200
|
+
'.bi-box-arrow-in-right': { text: '\uf1be', title: '\uf1be' }
|
|
201
|
+
'.bi-box-arrow-in-up-left': { text: '\uf1bf', title: '\uf1bf' }
|
|
202
|
+
'.bi-box-arrow-in-up-right': { text: '\uf1c0', title: '\uf1c0' }
|
|
203
|
+
'.bi-box-arrow-in-up': { text: '\uf1c1', title: '\uf1c1' }
|
|
204
|
+
'.bi-box-arrow-left': { text: '\uf1c2', title: '\uf1c2' }
|
|
205
|
+
'.bi-box-arrow-right': { text: '\uf1c3', title: '\uf1c3' }
|
|
206
|
+
'.bi-box-arrow-up-left': { text: '\uf1c4', title: '\uf1c4' }
|
|
207
|
+
'.bi-box-arrow-up-right': { text: '\uf1c5', title: '\uf1c5' }
|
|
208
|
+
'.bi-box-arrow-up': { text: '\uf1c6', title: '\uf1c6' }
|
|
209
|
+
'.bi-box-seam': { text: '\uf1c7', title: '\uf1c7' }
|
|
210
|
+
'.bi-box': { text: '\uf1c8', title: '\uf1c8' }
|
|
211
|
+
'.bi-braces': { text: '\uf1c9', title: '\uf1c9' }
|
|
212
|
+
'.bi-bricks': { text: '\uf1ca', title: '\uf1ca' }
|
|
213
|
+
'.bi-briefcase-fill': { text: '\uf1cb', title: '\uf1cb' }
|
|
214
|
+
'.bi-briefcase': { text: '\uf1cc', title: '\uf1cc' }
|
|
215
|
+
'.bi-brightness-alt-high-fill': { text: '\uf1cd', title: '\uf1cd' }
|
|
216
|
+
'.bi-brightness-alt-high': { text: '\uf1ce', title: '\uf1ce' }
|
|
217
|
+
'.bi-brightness-alt-low-fill': { text: '\uf1cf', title: '\uf1cf' }
|
|
218
|
+
'.bi-brightness-alt-low': { text: '\uf1d0', title: '\uf1d0' }
|
|
219
|
+
'.bi-brightness-high-fill': { text: '\uf1d1', title: '\uf1d1' }
|
|
220
|
+
'.bi-brightness-high': { text: '\uf1d2', title: '\uf1d2' }
|
|
221
|
+
'.bi-brightness-low-fill': { text: '\uf1d3', title: '\uf1d3' }
|
|
222
|
+
'.bi-brightness-low': { text: '\uf1d4', title: '\uf1d4' }
|
|
223
|
+
'.bi-broadcast-pin': { text: '\uf1d5', title: '\uf1d5' }
|
|
224
|
+
'.bi-broadcast': { text: '\uf1d6', title: '\uf1d6' }
|
|
225
|
+
'.bi-brush-fill': { text: '\uf1d7', title: '\uf1d7' }
|
|
226
|
+
'.bi-brush': { text: '\uf1d8', title: '\uf1d8' }
|
|
227
|
+
'.bi-bucket-fill': { text: '\uf1d9', title: '\uf1d9' }
|
|
228
|
+
'.bi-bucket': { text: '\uf1da', title: '\uf1da' }
|
|
229
|
+
'.bi-bug-fill': { text: '\uf1db', title: '\uf1db' }
|
|
230
|
+
'.bi-bug': { text: '\uf1dc', title: '\uf1dc' }
|
|
231
|
+
'.bi-building': { text: '\uf1dd', title: '\uf1dd' }
|
|
232
|
+
'.bi-bullseye': { text: '\uf1de', title: '\uf1de' }
|
|
233
|
+
'.bi-calculator-fill': { text: '\uf1df', title: '\uf1df' }
|
|
234
|
+
'.bi-calculator': { text: '\uf1e0', title: '\uf1e0' }
|
|
235
|
+
'.bi-calendar-check-fill': { text: '\uf1e1', title: '\uf1e1' }
|
|
236
|
+
'.bi-calendar-check': { text: '\uf1e2', title: '\uf1e2' }
|
|
237
|
+
'.bi-calendar-date-fill': { text: '\uf1e3', title: '\uf1e3' }
|
|
238
|
+
'.bi-calendar-date': { text: '\uf1e4', title: '\uf1e4' }
|
|
239
|
+
'.bi-calendar-day-fill': { text: '\uf1e5', title: '\uf1e5' }
|
|
240
|
+
'.bi-calendar-day': { text: '\uf1e6', title: '\uf1e6' }
|
|
241
|
+
'.bi-calendar-event-fill': { text: '\uf1e7', title: '\uf1e7' }
|
|
242
|
+
'.bi-calendar-event': { text: '\uf1e8', title: '\uf1e8' }
|
|
243
|
+
'.bi-calendar-fill': { text: '\uf1e9', title: '\uf1e9' }
|
|
244
|
+
'.bi-calendar-minus-fill': { text: '\uf1ea', title: '\uf1ea' }
|
|
245
|
+
'.bi-calendar-minus': { text: '\uf1eb', title: '\uf1eb' }
|
|
246
|
+
'.bi-calendar-month-fill': { text: '\uf1ec', title: '\uf1ec' }
|
|
247
|
+
'.bi-calendar-month': { text: '\uf1ed', title: '\uf1ed' }
|
|
248
|
+
'.bi-calendar-plus-fill': { text: '\uf1ee', title: '\uf1ee' }
|
|
249
|
+
'.bi-calendar-plus': { text: '\uf1ef', title: '\uf1ef' }
|
|
250
|
+
'.bi-calendar-range-fill': { text: '\uf1f0', title: '\uf1f0' }
|
|
251
|
+
'.bi-calendar-range': { text: '\uf1f1', title: '\uf1f1' }
|
|
252
|
+
'.bi-calendar-week-fill': { text: '\uf1f2', title: '\uf1f2' }
|
|
253
|
+
'.bi-calendar-week': { text: '\uf1f3', title: '\uf1f3' }
|
|
254
|
+
'.bi-calendar-x-fill': { text: '\uf1f4', title: '\uf1f4' }
|
|
255
|
+
'.bi-calendar-x': { text: '\uf1f5', title: '\uf1f5' }
|
|
256
|
+
'.bi-calendar': { text: '\uf1f6', title: '\uf1f6' }
|
|
257
|
+
'.bi-calendar2-check-fill': { text: '\uf1f7', title: '\uf1f7' }
|
|
258
|
+
'.bi-calendar2-check': { text: '\uf1f8', title: '\uf1f8' }
|
|
259
|
+
'.bi-calendar2-date-fill': { text: '\uf1f9', title: '\uf1f9' }
|
|
260
|
+
'.bi-calendar2-date': { text: '\uf1fa', title: '\uf1fa' }
|
|
261
|
+
'.bi-calendar2-day-fill': { text: '\uf1fb', title: '\uf1fb' }
|
|
262
|
+
'.bi-calendar2-day': { text: '\uf1fc', title: '\uf1fc' }
|
|
263
|
+
'.bi-calendar2-event-fill': { text: '\uf1fd', title: '\uf1fd' }
|
|
264
|
+
'.bi-calendar2-event': { text: '\uf1fe', title: '\uf1fe' }
|
|
265
|
+
'.bi-calendar2-fill': { text: '\uf1ff', title: '\uf1ff' }
|
|
266
|
+
'.bi-calendar2-minus-fill': { text: '\uf200', title: '\uf200' }
|
|
267
|
+
'.bi-calendar2-minus': { text: '\uf201', title: '\uf201' }
|
|
268
|
+
'.bi-calendar2-month-fill': { text: '\uf202', title: '\uf202' }
|
|
269
|
+
'.bi-calendar2-month': { text: '\uf203', title: '\uf203' }
|
|
270
|
+
'.bi-calendar2-plus-fill': { text: '\uf204', title: '\uf204' }
|
|
271
|
+
'.bi-calendar2-plus': { text: '\uf205', title: '\uf205' }
|
|
272
|
+
'.bi-calendar2-range-fill': { text: '\uf206', title: '\uf206' }
|
|
273
|
+
'.bi-calendar2-range': { text: '\uf207', title: '\uf207' }
|
|
274
|
+
'.bi-calendar2-week-fill': { text: '\uf208', title: '\uf208' }
|
|
275
|
+
'.bi-calendar2-week': { text: '\uf209', title: '\uf209' }
|
|
276
|
+
'.bi-calendar2-x-fill': { text: '\uf20a', title: '\uf20a' }
|
|
277
|
+
'.bi-calendar2-x': { text: '\uf20b', title: '\uf20b' }
|
|
278
|
+
'.bi-calendar2': { text: '\uf20c', title: '\uf20c' }
|
|
279
|
+
'.bi-calendar3-event-fill': { text: '\uf20d', title: '\uf20d' }
|
|
280
|
+
'.bi-calendar3-event': { text: '\uf20e', title: '\uf20e' }
|
|
281
|
+
'.bi-calendar3-fill': { text: '\uf20f', title: '\uf20f' }
|
|
282
|
+
'.bi-calendar3-range-fill': { text: '\uf210', title: '\uf210' }
|
|
283
|
+
'.bi-calendar3-range': { text: '\uf211', title: '\uf211' }
|
|
284
|
+
'.bi-calendar3-week-fill': { text: '\uf212', title: '\uf212' }
|
|
285
|
+
'.bi-calendar3-week': { text: '\uf213', title: '\uf213' }
|
|
286
|
+
'.bi-calendar3': { text: '\uf214', title: '\uf214' }
|
|
287
|
+
'.bi-calendar4-event': { text: '\uf215', title: '\uf215' }
|
|
288
|
+
'.bi-calendar4-range': { text: '\uf216', title: '\uf216' }
|
|
289
|
+
'.bi-calendar4-week': { text: '\uf217', title: '\uf217' }
|
|
290
|
+
'.bi-calendar4': { text: '\uf218', title: '\uf218' }
|
|
291
|
+
'.bi-camera-fill': { text: '\uf219', title: '\uf219' }
|
|
292
|
+
'.bi-camera-reels-fill': { text: '\uf21a', title: '\uf21a' }
|
|
293
|
+
'.bi-camera-reels': { text: '\uf21b', title: '\uf21b' }
|
|
294
|
+
'.bi-camera-video-fill': { text: '\uf21c', title: '\uf21c' }
|
|
295
|
+
'.bi-camera-video-off-fill': { text: '\uf21d', title: '\uf21d' }
|
|
296
|
+
'.bi-camera-video-off': { text: '\uf21e', title: '\uf21e' }
|
|
297
|
+
'.bi-camera-video': { text: '\uf21f', title: '\uf21f' }
|
|
298
|
+
'.bi-camera': { text: '\uf220', title: '\uf220' }
|
|
299
|
+
'.bi-camera2': { text: '\uf221', title: '\uf221' }
|
|
300
|
+
'.bi-capslock-fill': { text: '\uf222', title: '\uf222' }
|
|
301
|
+
'.bi-capslock': { text: '\uf223', title: '\uf223' }
|
|
302
|
+
'.bi-card-checklist': { text: '\uf224', title: '\uf224' }
|
|
303
|
+
'.bi-card-heading': { text: '\uf225', title: '\uf225' }
|
|
304
|
+
'.bi-card-image': { text: '\uf226', title: '\uf226' }
|
|
305
|
+
'.bi-card-list': { text: '\uf227', title: '\uf227' }
|
|
306
|
+
'.bi-card-text': { text: '\uf228', title: '\uf228' }
|
|
307
|
+
'.bi-caret-down-fill': { text: '\uf229', title: '\uf229' }
|
|
308
|
+
'.bi-caret-down-square-fill': { text: '\uf22a', title: '\uf22a' }
|
|
309
|
+
'.bi-caret-down-square': { text: '\uf22b', title: '\uf22b' }
|
|
310
|
+
'.bi-caret-down': { text: '\uf22c', title: '\uf22c' }
|
|
311
|
+
'.bi-caret-left-fill': { text: '\uf22d', title: '\uf22d' }
|
|
312
|
+
'.bi-caret-left-square-fill': { text: '\uf22e', title: '\uf22e' }
|
|
313
|
+
'.bi-caret-left-square': { text: '\uf22f', title: '\uf22f' }
|
|
314
|
+
'.bi-caret-left': { text: '\uf230', title: '\uf230' }
|
|
315
|
+
'.bi-caret-right-fill': { text: '\uf231', title: '\uf231' }
|
|
316
|
+
'.bi-caret-right-square-fill': { text: '\uf232', title: '\uf232' }
|
|
317
|
+
'.bi-caret-right-square': { text: '\uf233', title: '\uf233' }
|
|
318
|
+
'.bi-caret-right': { text: '\uf234', title: '\uf234' }
|
|
319
|
+
'.bi-caret-up-fill': { text: '\uf235', title: '\uf235' }
|
|
320
|
+
'.bi-caret-up-square-fill': { text: '\uf236', title: '\uf236' }
|
|
321
|
+
'.bi-caret-up-square': { text: '\uf237', title: '\uf237' }
|
|
322
|
+
'.bi-caret-up': { text: '\uf238', title: '\uf238' }
|
|
323
|
+
'.bi-cart-check-fill': { text: '\uf239', title: '\uf239' }
|
|
324
|
+
'.bi-cart-check': { text: '\uf23a', title: '\uf23a' }
|
|
325
|
+
'.bi-cart-dash-fill': { text: '\uf23b', title: '\uf23b' }
|
|
326
|
+
'.bi-cart-dash': { text: '\uf23c', title: '\uf23c' }
|
|
327
|
+
'.bi-cart-fill': { text: '\uf23d', title: '\uf23d' }
|
|
328
|
+
'.bi-cart-plus-fill': { text: '\uf23e', title: '\uf23e' }
|
|
329
|
+
'.bi-cart-plus': { text: '\uf23f', title: '\uf23f' }
|
|
330
|
+
'.bi-cart-x-fill': { text: '\uf240', title: '\uf240' }
|
|
331
|
+
'.bi-cart-x': { text: '\uf241', title: '\uf241' }
|
|
332
|
+
'.bi-cart': { text: '\uf242', title: '\uf242' }
|
|
333
|
+
'.bi-cart2': { text: '\uf243', title: '\uf243' }
|
|
334
|
+
'.bi-cart3': { text: '\uf244', title: '\uf244' }
|
|
335
|
+
'.bi-cart4': { text: '\uf245', title: '\uf245' }
|
|
336
|
+
'.bi-cash-stack': { text: '\uf246', title: '\uf246' }
|
|
337
|
+
'.bi-cash': { text: '\uf247', title: '\uf247' }
|
|
338
|
+
'.bi-cast': { text: '\uf248', title: '\uf248' }
|
|
339
|
+
'.bi-chat-dots-fill': { text: '\uf249', title: '\uf249' }
|
|
340
|
+
'.bi-chat-dots': { text: '\uf24a', title: '\uf24a' }
|
|
341
|
+
'.bi-chat-fill': { text: '\uf24b', title: '\uf24b' }
|
|
342
|
+
'.bi-chat-left-dots-fill': { text: '\uf24c', title: '\uf24c' }
|
|
343
|
+
'.bi-chat-left-dots': { text: '\uf24d', title: '\uf24d' }
|
|
344
|
+
'.bi-chat-left-fill': { text: '\uf24e', title: '\uf24e' }
|
|
345
|
+
'.bi-chat-left-quote-fill': { text: '\uf24f', title: '\uf24f' }
|
|
346
|
+
'.bi-chat-left-quote': { text: '\uf250', title: '\uf250' }
|
|
347
|
+
'.bi-chat-left-text-fill': { text: '\uf251', title: '\uf251' }
|
|
348
|
+
'.bi-chat-left-text': { text: '\uf252', title: '\uf252' }
|
|
349
|
+
'.bi-chat-left': { text: '\uf253', title: '\uf253' }
|
|
350
|
+
'.bi-chat-quote-fill': { text: '\uf254', title: '\uf254' }
|
|
351
|
+
'.bi-chat-quote': { text: '\uf255', title: '\uf255' }
|
|
352
|
+
'.bi-chat-right-dots-fill': { text: '\uf256', title: '\uf256' }
|
|
353
|
+
'.bi-chat-right-dots': { text: '\uf257', title: '\uf257' }
|
|
354
|
+
'.bi-chat-right-fill': { text: '\uf258', title: '\uf258' }
|
|
355
|
+
'.bi-chat-right-quote-fill': { text: '\uf259', title: '\uf259' }
|
|
356
|
+
'.bi-chat-right-quote': { text: '\uf25a', title: '\uf25a' }
|
|
357
|
+
'.bi-chat-right-text-fill': { text: '\uf25b', title: '\uf25b' }
|
|
358
|
+
'.bi-chat-right-text': { text: '\uf25c', title: '\uf25c' }
|
|
359
|
+
'.bi-chat-right': { text: '\uf25d', title: '\uf25d' }
|
|
360
|
+
'.bi-chat-square-dots-fill': { text: '\uf25e', title: '\uf25e' }
|
|
361
|
+
'.bi-chat-square-dots': { text: '\uf25f', title: '\uf25f' }
|
|
362
|
+
'.bi-chat-square-fill': { text: '\uf260', title: '\uf260' }
|
|
363
|
+
'.bi-chat-square-quote-fill': { text: '\uf261', title: '\uf261' }
|
|
364
|
+
'.bi-chat-square-quote': { text: '\uf262', title: '\uf262' }
|
|
365
|
+
'.bi-chat-square-text-fill': { text: '\uf263', title: '\uf263' }
|
|
366
|
+
'.bi-chat-square-text': { text: '\uf264', title: '\uf264' }
|
|
367
|
+
'.bi-chat-square': { text: '\uf265', title: '\uf265' }
|
|
368
|
+
'.bi-chat-text-fill': { text: '\uf266', title: '\uf266' }
|
|
369
|
+
'.bi-chat-text': { text: '\uf267', title: '\uf267' }
|
|
370
|
+
'.bi-chat': { text: '\uf268', title: '\uf268' }
|
|
371
|
+
'.bi-check-all': { text: '\uf269', title: '\uf269' }
|
|
372
|
+
'.bi-check-circle-fill': { text: '\uf26a', title: '\uf26a' }
|
|
373
|
+
'.bi-check-circle': { text: '\uf26b', title: '\uf26b' }
|
|
374
|
+
'.bi-check-square-fill': { text: '\uf26c', title: '\uf26c' }
|
|
375
|
+
'.bi-check-square': { text: '\uf26d', title: '\uf26d' }
|
|
376
|
+
'.bi-check': { text: '\uf26e', title: '\uf26e' }
|
|
377
|
+
'.bi-check2-all': { text: '\uf26f', title: '\uf26f' }
|
|
378
|
+
'.bi-check2-circle': { text: '\uf270', title: '\uf270' }
|
|
379
|
+
'.bi-check2-square': { text: '\uf271', title: '\uf271' }
|
|
380
|
+
'.bi-check2': { text: '\uf272', title: '\uf272' }
|
|
381
|
+
'.bi-chevron-bar-contract': { text: '\uf273', title: '\uf273' }
|
|
382
|
+
'.bi-chevron-bar-down': { text: '\uf274', title: '\uf274' }
|
|
383
|
+
'.bi-chevron-bar-expand': { text: '\uf275', title: '\uf275' }
|
|
384
|
+
'.bi-chevron-bar-left': { text: '\uf276', title: '\uf276' }
|
|
385
|
+
'.bi-chevron-bar-right': { text: '\uf277', title: '\uf277' }
|
|
386
|
+
'.bi-chevron-bar-up': { text: '\uf278', title: '\uf278' }
|
|
387
|
+
'.bi-chevron-compact-down': { text: '\uf279', title: '\uf279' }
|
|
388
|
+
'.bi-chevron-compact-left': { text: '\uf27a', title: '\uf27a' }
|
|
389
|
+
'.bi-chevron-compact-right': { text: '\uf27b', title: '\uf27b' }
|
|
390
|
+
'.bi-chevron-compact-up': { text: '\uf27c', title: '\uf27c' }
|
|
391
|
+
'.bi-chevron-contract': { text: '\uf27d', title: '\uf27d' }
|
|
392
|
+
'.bi-chevron-double-down': { text: '\uf27e', title: '\uf27e' }
|
|
393
|
+
'.bi-chevron-double-left': { text: '\uf27f', title: '\uf27f' }
|
|
394
|
+
'.bi-chevron-double-right': { text: '\uf280', title: '\uf280' }
|
|
395
|
+
'.bi-chevron-double-up': { text: '\uf281', title: '\uf281' }
|
|
396
|
+
'.bi-chevron-down': { text: '\uf282', title: '\uf282' }
|
|
397
|
+
'.bi-chevron-expand': { text: '\uf283', title: '\uf283' }
|
|
398
|
+
'.bi-chevron-left': { text: '\uf284', title: '\uf284' }
|
|
399
|
+
'.bi-chevron-right': { text: '\uf285', title: '\uf285' }
|
|
400
|
+
'.bi-chevron-up': { text: '\uf286', title: '\uf286' }
|
|
401
|
+
'.bi-circle-fill': { text: '\uf287', title: '\uf287' }
|
|
402
|
+
'.bi-circle-half': { text: '\uf288', title: '\uf288' }
|
|
403
|
+
'.bi-circle-square': { text: '\uf289', title: '\uf289' }
|
|
404
|
+
'.bi-circle': { text: '\uf28a', title: '\uf28a' }
|
|
405
|
+
'.bi-clipboard-check': { text: '\uf28b', title: '\uf28b' }
|
|
406
|
+
'.bi-clipboard-data': { text: '\uf28c', title: '\uf28c' }
|
|
407
|
+
'.bi-clipboard-minus': { text: '\uf28d', title: '\uf28d' }
|
|
408
|
+
'.bi-clipboard-plus': { text: '\uf28e', title: '\uf28e' }
|
|
409
|
+
'.bi-clipboard-x': { text: '\uf28f', title: '\uf28f' }
|
|
410
|
+
'.bi-clipboard': { text: '\uf290', title: '\uf290' }
|
|
411
|
+
'.bi-clock-fill': { text: '\uf291', title: '\uf291' }
|
|
412
|
+
'.bi-clock-history': { text: '\uf292', title: '\uf292' }
|
|
413
|
+
'.bi-clock': { text: '\uf293', title: '\uf293' }
|
|
414
|
+
'.bi-cloud-arrow-down-fill': { text: '\uf294', title: '\uf294' }
|
|
415
|
+
'.bi-cloud-arrow-down': { text: '\uf295', title: '\uf295' }
|
|
416
|
+
'.bi-cloud-arrow-up-fill': { text: '\uf296', title: '\uf296' }
|
|
417
|
+
'.bi-cloud-arrow-up': { text: '\uf297', title: '\uf297' }
|
|
418
|
+
'.bi-cloud-check-fill': { text: '\uf298', title: '\uf298' }
|
|
419
|
+
'.bi-cloud-check': { text: '\uf299', title: '\uf299' }
|
|
420
|
+
'.bi-cloud-download-fill': { text: '\uf29a', title: '\uf29a' }
|
|
421
|
+
'.bi-cloud-download': { text: '\uf29b', title: '\uf29b' }
|
|
422
|
+
'.bi-cloud-drizzle-fill': { text: '\uf29c', title: '\uf29c' }
|
|
423
|
+
'.bi-cloud-drizzle': { text: '\uf29d', title: '\uf29d' }
|
|
424
|
+
'.bi-cloud-fill': { text: '\uf29e', title: '\uf29e' }
|
|
425
|
+
'.bi-cloud-fog-fill': { text: '\uf29f', title: '\uf29f' }
|
|
426
|
+
'.bi-cloud-fog': { text: '\uf2a0', title: '\uf2a0' }
|
|
427
|
+
'.bi-cloud-fog2-fill': { text: '\uf2a1', title: '\uf2a1' }
|
|
428
|
+
'.bi-cloud-fog2': { text: '\uf2a2', title: '\uf2a2' }
|
|
429
|
+
'.bi-cloud-hail-fill': { text: '\uf2a3', title: '\uf2a3' }
|
|
430
|
+
'.bi-cloud-hail': { text: '\uf2a4', title: '\uf2a4' }
|
|
431
|
+
'.bi-cloud-haze-1': { text: '\uf2a5', title: '\uf2a5' }
|
|
432
|
+
'.bi-cloud-haze-fill': { text: '\uf2a6', title: '\uf2a6' }
|
|
433
|
+
'.bi-cloud-haze': { text: '\uf2a7', title: '\uf2a7' }
|
|
434
|
+
'.bi-cloud-haze2-fill': { text: '\uf2a8', title: '\uf2a8' }
|
|
435
|
+
'.bi-cloud-lightning-fill': { text: '\uf2a9', title: '\uf2a9' }
|
|
436
|
+
'.bi-cloud-lightning-rain-fill': { text: '\uf2aa', title: '\uf2aa' }
|
|
437
|
+
'.bi-cloud-lightning-rain': { text: '\uf2ab', title: '\uf2ab' }
|
|
438
|
+
'.bi-cloud-lightning': { text: '\uf2ac', title: '\uf2ac' }
|
|
439
|
+
'.bi-cloud-minus-fill': { text: '\uf2ad', title: '\uf2ad' }
|
|
440
|
+
'.bi-cloud-minus': { text: '\uf2ae', title: '\uf2ae' }
|
|
441
|
+
'.bi-cloud-moon-fill': { text: '\uf2af', title: '\uf2af' }
|
|
442
|
+
'.bi-cloud-moon': { text: '\uf2b0', title: '\uf2b0' }
|
|
443
|
+
'.bi-cloud-plus-fill': { text: '\uf2b1', title: '\uf2b1' }
|
|
444
|
+
'.bi-cloud-plus': { text: '\uf2b2', title: '\uf2b2' }
|
|
445
|
+
'.bi-cloud-rain-fill': { text: '\uf2b3', title: '\uf2b3' }
|
|
446
|
+
'.bi-cloud-rain-heavy-fill': { text: '\uf2b4', title: '\uf2b4' }
|
|
447
|
+
'.bi-cloud-rain-heavy': { text: '\uf2b5', title: '\uf2b5' }
|
|
448
|
+
'.bi-cloud-rain': { text: '\uf2b6', title: '\uf2b6' }
|
|
449
|
+
'.bi-cloud-slash-fill': { text: '\uf2b7', title: '\uf2b7' }
|
|
450
|
+
'.bi-cloud-slash': { text: '\uf2b8', title: '\uf2b8' }
|
|
451
|
+
'.bi-cloud-sleet-fill': { text: '\uf2b9', title: '\uf2b9' }
|
|
452
|
+
'.bi-cloud-sleet': { text: '\uf2ba', title: '\uf2ba' }
|
|
453
|
+
'.bi-cloud-snow-fill': { text: '\uf2bb', title: '\uf2bb' }
|
|
454
|
+
'.bi-cloud-snow': { text: '\uf2bc', title: '\uf2bc' }
|
|
455
|
+
'.bi-cloud-sun-fill': { text: '\uf2bd', title: '\uf2bd' }
|
|
456
|
+
'.bi-cloud-sun': { text: '\uf2be', title: '\uf2be' }
|
|
457
|
+
'.bi-cloud-upload-fill': { text: '\uf2bf', title: '\uf2bf' }
|
|
458
|
+
'.bi-cloud-upload': { text: '\uf2c0', title: '\uf2c0' }
|
|
459
|
+
'.bi-cloud': { text: '\uf2c1', title: '\uf2c1' }
|
|
460
|
+
'.bi-clouds-fill': { text: '\uf2c2', title: '\uf2c2' }
|
|
461
|
+
'.bi-clouds': { text: '\uf2c3', title: '\uf2c3' }
|
|
462
|
+
'.bi-cloudy-fill': { text: '\uf2c4', title: '\uf2c4' }
|
|
463
|
+
'.bi-cloudy': { text: '\uf2c5', title: '\uf2c5' }
|
|
464
|
+
'.bi-code-slash': { text: '\uf2c6', title: '\uf2c6' }
|
|
465
|
+
'.bi-code-square': { text: '\uf2c7', title: '\uf2c7' }
|
|
466
|
+
'.bi-code': { text: '\uf2c8', title: '\uf2c8' }
|
|
467
|
+
'.bi-collection-fill': { text: '\uf2c9', title: '\uf2c9' }
|
|
468
|
+
'.bi-collection-play-fill': { text: '\uf2ca', title: '\uf2ca' }
|
|
469
|
+
'.bi-collection-play': { text: '\uf2cb', title: '\uf2cb' }
|
|
470
|
+
'.bi-collection': { text: '\uf2cc', title: '\uf2cc' }
|
|
471
|
+
'.bi-columns-gap': { text: '\uf2cd', title: '\uf2cd' }
|
|
472
|
+
'.bi-columns': { text: '\uf2ce', title: '\uf2ce' }
|
|
473
|
+
'.bi-command': { text: '\uf2cf', title: '\uf2cf' }
|
|
474
|
+
'.bi-compass-fill': { text: '\uf2d0', title: '\uf2d0' }
|
|
475
|
+
'.bi-compass': { text: '\uf2d1', title: '\uf2d1' }
|
|
476
|
+
'.bi-cone-striped': { text: '\uf2d2', title: '\uf2d2' }
|
|
477
|
+
'.bi-cone': { text: '\uf2d3', title: '\uf2d3' }
|
|
478
|
+
'.bi-controller': { text: '\uf2d4', title: '\uf2d4' }
|
|
479
|
+
'.bi-cpu-fill': { text: '\uf2d5', title: '\uf2d5' }
|
|
480
|
+
'.bi-cpu': { text: '\uf2d6', title: '\uf2d6' }
|
|
481
|
+
'.bi-credit-card-2-back-fill': { text: '\uf2d7', title: '\uf2d7' }
|
|
482
|
+
'.bi-credit-card-2-back': { text: '\uf2d8', title: '\uf2d8' }
|
|
483
|
+
'.bi-credit-card-2-front-fill': { text: '\uf2d9', title: '\uf2d9' }
|
|
484
|
+
'.bi-credit-card-2-front': { text: '\uf2da', title: '\uf2da' }
|
|
485
|
+
'.bi-credit-card-fill': { text: '\uf2db', title: '\uf2db' }
|
|
486
|
+
'.bi-credit-card': { text: '\uf2dc', title: '\uf2dc' }
|
|
487
|
+
'.bi-crop': { text: '\uf2dd', title: '\uf2dd' }
|
|
488
|
+
'.bi-cup-fill': { text: '\uf2de', title: '\uf2de' }
|
|
489
|
+
'.bi-cup-straw': { text: '\uf2df', title: '\uf2df' }
|
|
490
|
+
'.bi-cup': { text: '\uf2e0', title: '\uf2e0' }
|
|
491
|
+
'.bi-cursor-fill': { text: '\uf2e1', title: '\uf2e1' }
|
|
492
|
+
'.bi-cursor-text': { text: '\uf2e2', title: '\uf2e2' }
|
|
493
|
+
'.bi-cursor': { text: '\uf2e3', title: '\uf2e3' }
|
|
494
|
+
'.bi-dash-circle-dotted': { text: '\uf2e4', title: '\uf2e4' }
|
|
495
|
+
'.bi-dash-circle-fill': { text: '\uf2e5', title: '\uf2e5' }
|
|
496
|
+
'.bi-dash-circle': { text: '\uf2e6', title: '\uf2e6' }
|
|
497
|
+
'.bi-dash-square-dotted': { text: '\uf2e7', title: '\uf2e7' }
|
|
498
|
+
'.bi-dash-square-fill': { text: '\uf2e8', title: '\uf2e8' }
|
|
499
|
+
'.bi-dash-square': { text: '\uf2e9', title: '\uf2e9' }
|
|
500
|
+
'.bi-dash': { text: '\uf2ea', title: '\uf2ea' }
|
|
501
|
+
'.bi-diagram-2-fill': { text: '\uf2eb', title: '\uf2eb' }
|
|
502
|
+
'.bi-diagram-2': { text: '\uf2ec', title: '\uf2ec' }
|
|
503
|
+
'.bi-diagram-3-fill': { text: '\uf2ed', title: '\uf2ed' }
|
|
504
|
+
'.bi-diagram-3': { text: '\uf2ee', title: '\uf2ee' }
|
|
505
|
+
'.bi-diamond-fill': { text: '\uf2ef', title: '\uf2ef' }
|
|
506
|
+
'.bi-diamond-half': { text: '\uf2f0', title: '\uf2f0' }
|
|
507
|
+
'.bi-diamond': { text: '\uf2f1', title: '\uf2f1' }
|
|
508
|
+
'.bi-dice-1-fill': { text: '\uf2f2', title: '\uf2f2' }
|
|
509
|
+
'.bi-dice-1': { text: '\uf2f3', title: '\uf2f3' }
|
|
510
|
+
'.bi-dice-2-fill': { text: '\uf2f4', title: '\uf2f4' }
|
|
511
|
+
'.bi-dice-2': { text: '\uf2f5', title: '\uf2f5' }
|
|
512
|
+
'.bi-dice-3-fill': { text: '\uf2f6', title: '\uf2f6' }
|
|
513
|
+
'.bi-dice-3': { text: '\uf2f7', title: '\uf2f7' }
|
|
514
|
+
'.bi-dice-4-fill': { text: '\uf2f8', title: '\uf2f8' }
|
|
515
|
+
'.bi-dice-4': { text: '\uf2f9', title: '\uf2f9' }
|
|
516
|
+
'.bi-dice-5-fill': { text: '\uf2fa', title: '\uf2fa' }
|
|
517
|
+
'.bi-dice-5': { text: '\uf2fb', title: '\uf2fb' }
|
|
518
|
+
'.bi-dice-6-fill': { text: '\uf2fc', title: '\uf2fc' }
|
|
519
|
+
'.bi-dice-6': { text: '\uf2fd', title: '\uf2fd' }
|
|
520
|
+
'.bi-disc-fill': { text: '\uf2fe', title: '\uf2fe' }
|
|
521
|
+
'.bi-disc': { text: '\uf2ff', title: '\uf2ff' }
|
|
522
|
+
'.bi-discord': { text: '\uf300', title: '\uf300' }
|
|
523
|
+
'.bi-display-fill': { text: '\uf301', title: '\uf301' }
|
|
524
|
+
'.bi-display': { text: '\uf302', title: '\uf302' }
|
|
525
|
+
'.bi-distribute-horizontal': { text: '\uf303', title: '\uf303' }
|
|
526
|
+
'.bi-distribute-vertical': { text: '\uf304', title: '\uf304' }
|
|
527
|
+
'.bi-door-closed-fill': { text: '\uf305', title: '\uf305' }
|
|
528
|
+
'.bi-door-closed': { text: '\uf306', title: '\uf306' }
|
|
529
|
+
'.bi-door-open-fill': { text: '\uf307', title: '\uf307' }
|
|
530
|
+
'.bi-door-open': { text: '\uf308', title: '\uf308' }
|
|
531
|
+
'.bi-dot': { text: '\uf309', title: '\uf309' }
|
|
532
|
+
'.bi-download': { text: '\uf30a', title: '\uf30a' }
|
|
533
|
+
'.bi-droplet-fill': { text: '\uf30b', title: '\uf30b' }
|
|
534
|
+
'.bi-droplet-half': { text: '\uf30c', title: '\uf30c' }
|
|
535
|
+
'.bi-droplet': { text: '\uf30d', title: '\uf30d' }
|
|
536
|
+
'.bi-earbuds': { text: '\uf30e', title: '\uf30e' }
|
|
537
|
+
'.bi-easel-fill': { text: '\uf30f', title: '\uf30f' }
|
|
538
|
+
'.bi-easel': { text: '\uf310', title: '\uf310' }
|
|
539
|
+
'.bi-egg-fill': { text: '\uf311', title: '\uf311' }
|
|
540
|
+
'.bi-egg-fried': { text: '\uf312', title: '\uf312' }
|
|
541
|
+
'.bi-egg': { text: '\uf313', title: '\uf313' }
|
|
542
|
+
'.bi-eject-fill': { text: '\uf314', title: '\uf314' }
|
|
543
|
+
'.bi-eject': { text: '\uf315', title: '\uf315' }
|
|
544
|
+
'.bi-emoji-angry-fill': { text: '\uf316', title: '\uf316' }
|
|
545
|
+
'.bi-emoji-angry': { text: '\uf317', title: '\uf317' }
|
|
546
|
+
'.bi-emoji-dizzy-fill': { text: '\uf318', title: '\uf318' }
|
|
547
|
+
'.bi-emoji-dizzy': { text: '\uf319', title: '\uf319' }
|
|
548
|
+
'.bi-emoji-expressionless-fill': { text: '\uf31a', title: '\uf31a' }
|
|
549
|
+
'.bi-emoji-expressionless': { text: '\uf31b', title: '\uf31b' }
|
|
550
|
+
'.bi-emoji-frown-fill': { text: '\uf31c', title: '\uf31c' }
|
|
551
|
+
'.bi-emoji-frown': { text: '\uf31d', title: '\uf31d' }
|
|
552
|
+
'.bi-emoji-heart-eyes-fill': { text: '\uf31e', title: '\uf31e' }
|
|
553
|
+
'.bi-emoji-heart-eyes': { text: '\uf31f', title: '\uf31f' }
|
|
554
|
+
'.bi-emoji-laughing-fill': { text: '\uf320', title: '\uf320' }
|
|
555
|
+
'.bi-emoji-laughing': { text: '\uf321', title: '\uf321' }
|
|
556
|
+
'.bi-emoji-neutral-fill': { text: '\uf322', title: '\uf322' }
|
|
557
|
+
'.bi-emoji-neutral': { text: '\uf323', title: '\uf323' }
|
|
558
|
+
'.bi-emoji-smile-fill': { text: '\uf324', title: '\uf324' }
|
|
559
|
+
'.bi-emoji-smile-upside-down-fill': { text: '\uf325', title: '\uf325' }
|
|
560
|
+
'.bi-emoji-smile-upside-down': { text: '\uf326', title: '\uf326' }
|
|
561
|
+
'.bi-emoji-smile': { text: '\uf327', title: '\uf327' }
|
|
562
|
+
'.bi-emoji-sunglasses-fill': { text: '\uf328', title: '\uf328' }
|
|
563
|
+
'.bi-emoji-sunglasses': { text: '\uf329', title: '\uf329' }
|
|
564
|
+
'.bi-emoji-wink-fill': { text: '\uf32a', title: '\uf32a' }
|
|
565
|
+
'.bi-emoji-wink': { text: '\uf32b', title: '\uf32b' }
|
|
566
|
+
'.bi-envelope-fill': { text: '\uf32c', title: '\uf32c' }
|
|
567
|
+
'.bi-envelope-open-fill': { text: '\uf32d', title: '\uf32d' }
|
|
568
|
+
'.bi-envelope-open': { text: '\uf32e', title: '\uf32e' }
|
|
569
|
+
'.bi-envelope': { text: '\uf32f', title: '\uf32f' }
|
|
570
|
+
'.bi-eraser-fill': { text: '\uf330', title: '\uf330' }
|
|
571
|
+
'.bi-eraser': { text: '\uf331', title: '\uf331' }
|
|
572
|
+
'.bi-exclamation-circle-fill': { text: '\uf332', title: '\uf332' }
|
|
573
|
+
'.bi-exclamation-circle': { text: '\uf333', title: '\uf333' }
|
|
574
|
+
'.bi-exclamation-diamond-fill': { text: '\uf334', title: '\uf334' }
|
|
575
|
+
'.bi-exclamation-diamond': { text: '\uf335', title: '\uf335' }
|
|
576
|
+
'.bi-exclamation-octagon-fill': { text: '\uf336', title: '\uf336' }
|
|
577
|
+
'.bi-exclamation-octagon': { text: '\uf337', title: '\uf337' }
|
|
578
|
+
'.bi-exclamation-square-fill': { text: '\uf338', title: '\uf338' }
|
|
579
|
+
'.bi-exclamation-square': { text: '\uf339', title: '\uf339' }
|
|
580
|
+
'.bi-exclamation-triangle-fill': { text: '\uf33a', title: '\uf33a' }
|
|
581
|
+
'.bi-exclamation-triangle': { text: '\uf33b', title: '\uf33b' }
|
|
582
|
+
'.bi-exclamation': { text: '\uf33c', title: '\uf33c' }
|
|
583
|
+
'.bi-exclude': { text: '\uf33d', title: '\uf33d' }
|
|
584
|
+
'.bi-eye-fill': { text: '\uf33e', title: '\uf33e' }
|
|
585
|
+
'.bi-eye-slash-fill': { text: '\uf33f', title: '\uf33f' }
|
|
586
|
+
'.bi-eye-slash': { text: '\uf340', title: '\uf340' }
|
|
587
|
+
'.bi-eye': { text: '\uf341', title: '\uf341' }
|
|
588
|
+
'.bi-eyedropper': { text: '\uf342', title: '\uf342' }
|
|
589
|
+
'.bi-eyeglasses': { text: '\uf343', title: '\uf343' }
|
|
590
|
+
'.bi-facebook': { text: '\uf344', title: '\uf344' }
|
|
591
|
+
'.bi-file-arrow-down-fill': { text: '\uf345', title: '\uf345' }
|
|
592
|
+
'.bi-file-arrow-down': { text: '\uf346', title: '\uf346' }
|
|
593
|
+
'.bi-file-arrow-up-fill': { text: '\uf347', title: '\uf347' }
|
|
594
|
+
'.bi-file-arrow-up': { text: '\uf348', title: '\uf348' }
|
|
595
|
+
'.bi-file-bar-graph-fill': { text: '\uf349', title: '\uf349' }
|
|
596
|
+
'.bi-file-bar-graph': { text: '\uf34a', title: '\uf34a' }
|
|
597
|
+
'.bi-file-binary-fill': { text: '\uf34b', title: '\uf34b' }
|
|
598
|
+
'.bi-file-binary': { text: '\uf34c', title: '\uf34c' }
|
|
599
|
+
'.bi-file-break-fill': { text: '\uf34d', title: '\uf34d' }
|
|
600
|
+
'.bi-file-break': { text: '\uf34e', title: '\uf34e' }
|
|
601
|
+
'.bi-file-check-fill': { text: '\uf34f', title: '\uf34f' }
|
|
602
|
+
'.bi-file-check': { text: '\uf350', title: '\uf350' }
|
|
603
|
+
'.bi-file-code-fill': { text: '\uf351', title: '\uf351' }
|
|
604
|
+
'.bi-file-code': { text: '\uf352', title: '\uf352' }
|
|
605
|
+
'.bi-file-diff-fill': { text: '\uf353', title: '\uf353' }
|
|
606
|
+
'.bi-file-diff': { text: '\uf354', title: '\uf354' }
|
|
607
|
+
'.bi-file-earmark-arrow-down-fill': { text: '\uf355', title: '\uf355' }
|
|
608
|
+
'.bi-file-earmark-arrow-down': { text: '\uf356', title: '\uf356' }
|
|
609
|
+
'.bi-file-earmark-arrow-up-fill': { text: '\uf357', title: '\uf357' }
|
|
610
|
+
'.bi-file-earmark-arrow-up': { text: '\uf358', title: '\uf358' }
|
|
611
|
+
'.bi-file-earmark-bar-graph-fill': { text: '\uf359', title: '\uf359' }
|
|
612
|
+
'.bi-file-earmark-bar-graph': { text: '\uf35a', title: '\uf35a' }
|
|
613
|
+
'.bi-file-earmark-binary-fill': { text: '\uf35b', title: '\uf35b' }
|
|
614
|
+
'.bi-file-earmark-binary': { text: '\uf35c', title: '\uf35c' }
|
|
615
|
+
'.bi-file-earmark-break-fill': { text: '\uf35d', title: '\uf35d' }
|
|
616
|
+
'.bi-file-earmark-break': { text: '\uf35e', title: '\uf35e' }
|
|
617
|
+
'.bi-file-earmark-check-fill': { text: '\uf35f', title: '\uf35f' }
|
|
618
|
+
'.bi-file-earmark-check': { text: '\uf360', title: '\uf360' }
|
|
619
|
+
'.bi-file-earmark-code-fill': { text: '\uf361', title: '\uf361' }
|
|
620
|
+
'.bi-file-earmark-code': { text: '\uf362', title: '\uf362' }
|
|
621
|
+
'.bi-file-earmark-diff-fill': { text: '\uf363', title: '\uf363' }
|
|
622
|
+
'.bi-file-earmark-diff': { text: '\uf364', title: '\uf364' }
|
|
623
|
+
'.bi-file-earmark-easel-fill': { text: '\uf365', title: '\uf365' }
|
|
624
|
+
'.bi-file-earmark-easel': { text: '\uf366', title: '\uf366' }
|
|
625
|
+
'.bi-file-earmark-excel-fill': { text: '\uf367', title: '\uf367' }
|
|
626
|
+
'.bi-file-earmark-excel': { text: '\uf368', title: '\uf368' }
|
|
627
|
+
'.bi-file-earmark-fill': { text: '\uf369', title: '\uf369' }
|
|
628
|
+
'.bi-file-earmark-font-fill': { text: '\uf36a', title: '\uf36a' }
|
|
629
|
+
'.bi-file-earmark-font': { text: '\uf36b', title: '\uf36b' }
|
|
630
|
+
'.bi-file-earmark-image-fill': { text: '\uf36c', title: '\uf36c' }
|
|
631
|
+
'.bi-file-earmark-image': { text: '\uf36d', title: '\uf36d' }
|
|
632
|
+
'.bi-file-earmark-lock-fill': { text: '\uf36e', title: '\uf36e' }
|
|
633
|
+
'.bi-file-earmark-lock': { text: '\uf36f', title: '\uf36f' }
|
|
634
|
+
'.bi-file-earmark-lock2-fill': { text: '\uf370', title: '\uf370' }
|
|
635
|
+
'.bi-file-earmark-lock2': { text: '\uf371', title: '\uf371' }
|
|
636
|
+
'.bi-file-earmark-medical-fill': { text: '\uf372', title: '\uf372' }
|
|
637
|
+
'.bi-file-earmark-medical': { text: '\uf373', title: '\uf373' }
|
|
638
|
+
'.bi-file-earmark-minus-fill': { text: '\uf374', title: '\uf374' }
|
|
639
|
+
'.bi-file-earmark-minus': { text: '\uf375', title: '\uf375' }
|
|
640
|
+
'.bi-file-earmark-music-fill': { text: '\uf376', title: '\uf376' }
|
|
641
|
+
'.bi-file-earmark-music': { text: '\uf377', title: '\uf377' }
|
|
642
|
+
'.bi-file-earmark-person-fill': { text: '\uf378', title: '\uf378' }
|
|
643
|
+
'.bi-file-earmark-person': { text: '\uf379', title: '\uf379' }
|
|
644
|
+
'.bi-file-earmark-play-fill': { text: '\uf37a', title: '\uf37a' }
|
|
645
|
+
'.bi-file-earmark-play': { text: '\uf37b', title: '\uf37b' }
|
|
646
|
+
'.bi-file-earmark-plus-fill': { text: '\uf37c', title: '\uf37c' }
|
|
647
|
+
'.bi-file-earmark-plus': { text: '\uf37d', title: '\uf37d' }
|
|
648
|
+
'.bi-file-earmark-post-fill': { text: '\uf37e', title: '\uf37e' }
|
|
649
|
+
'.bi-file-earmark-post': { text: '\uf37f', title: '\uf37f' }
|
|
650
|
+
'.bi-file-earmark-ppt-fill': { text: '\uf380', title: '\uf380' }
|
|
651
|
+
'.bi-file-earmark-ppt': { text: '\uf381', title: '\uf381' }
|
|
652
|
+
'.bi-file-earmark-richtext-fill': { text: '\uf382', title: '\uf382' }
|
|
653
|
+
'.bi-file-earmark-richtext': { text: '\uf383', title: '\uf383' }
|
|
654
|
+
'.bi-file-earmark-ruled-fill': { text: '\uf384', title: '\uf384' }
|
|
655
|
+
'.bi-file-earmark-ruled': { text: '\uf385', title: '\uf385' }
|
|
656
|
+
'.bi-file-earmark-slides-fill': { text: '\uf386', title: '\uf386' }
|
|
657
|
+
'.bi-file-earmark-slides': { text: '\uf387', title: '\uf387' }
|
|
658
|
+
'.bi-file-earmark-spreadsheet-fill': { text: '\uf388', title: '\uf388' }
|
|
659
|
+
'.bi-file-earmark-spreadsheet': { text: '\uf389', title: '\uf389' }
|
|
660
|
+
'.bi-file-earmark-text-fill': { text: '\uf38a', title: '\uf38a' }
|
|
661
|
+
'.bi-file-earmark-text': { text: '\uf38b', title: '\uf38b' }
|
|
662
|
+
'.bi-file-earmark-word-fill': { text: '\uf38c', title: '\uf38c' }
|
|
663
|
+
'.bi-file-earmark-word': { text: '\uf38d', title: '\uf38d' }
|
|
664
|
+
'.bi-file-earmark-x-fill': { text: '\uf38e', title: '\uf38e' }
|
|
665
|
+
'.bi-file-earmark-x': { text: '\uf38f', title: '\uf38f' }
|
|
666
|
+
'.bi-file-earmark-zip-fill': { text: '\uf390', title: '\uf390' }
|
|
667
|
+
'.bi-file-earmark-zip': { text: '\uf391', title: '\uf391' }
|
|
668
|
+
'.bi-file-earmark': { text: '\uf392', title: '\uf392' }
|
|
669
|
+
'.bi-file-easel-fill': { text: '\uf393', title: '\uf393' }
|
|
670
|
+
'.bi-file-easel': { text: '\uf394', title: '\uf394' }
|
|
671
|
+
'.bi-file-excel-fill': { text: '\uf395', title: '\uf395' }
|
|
672
|
+
'.bi-file-excel': { text: '\uf396', title: '\uf396' }
|
|
673
|
+
'.bi-file-fill': { text: '\uf397', title: '\uf397' }
|
|
674
|
+
'.bi-file-font-fill': { text: '\uf398', title: '\uf398' }
|
|
675
|
+
'.bi-file-font': { text: '\uf399', title: '\uf399' }
|
|
676
|
+
'.bi-file-image-fill': { text: '\uf39a', title: '\uf39a' }
|
|
677
|
+
'.bi-file-image': { text: '\uf39b', title: '\uf39b' }
|
|
678
|
+
'.bi-file-lock-fill': { text: '\uf39c', title: '\uf39c' }
|
|
679
|
+
'.bi-file-lock': { text: '\uf39d', title: '\uf39d' }
|
|
680
|
+
'.bi-file-lock2-fill': { text: '\uf39e', title: '\uf39e' }
|
|
681
|
+
'.bi-file-lock2': { text: '\uf39f', title: '\uf39f' }
|
|
682
|
+
'.bi-file-medical-fill': { text: '\uf3a0', title: '\uf3a0' }
|
|
683
|
+
'.bi-file-medical': { text: '\uf3a1', title: '\uf3a1' }
|
|
684
|
+
'.bi-file-minus-fill': { text: '\uf3a2', title: '\uf3a2' }
|
|
685
|
+
'.bi-file-minus': { text: '\uf3a3', title: '\uf3a3' }
|
|
686
|
+
'.bi-file-music-fill': { text: '\uf3a4', title: '\uf3a4' }
|
|
687
|
+
'.bi-file-music': { text: '\uf3a5', title: '\uf3a5' }
|
|
688
|
+
'.bi-file-person-fill': { text: '\uf3a6', title: '\uf3a6' }
|
|
689
|
+
'.bi-file-person': { text: '\uf3a7', title: '\uf3a7' }
|
|
690
|
+
'.bi-file-play-fill': { text: '\uf3a8', title: '\uf3a8' }
|
|
691
|
+
'.bi-file-play': { text: '\uf3a9', title: '\uf3a9' }
|
|
692
|
+
'.bi-file-plus-fill': { text: '\uf3aa', title: '\uf3aa' }
|
|
693
|
+
'.bi-file-plus': { text: '\uf3ab', title: '\uf3ab' }
|
|
694
|
+
'.bi-file-post-fill': { text: '\uf3ac', title: '\uf3ac' }
|
|
695
|
+
'.bi-file-post': { text: '\uf3ad', title: '\uf3ad' }
|
|
696
|
+
'.bi-file-ppt-fill': { text: '\uf3ae', title: '\uf3ae' }
|
|
697
|
+
'.bi-file-ppt': { text: '\uf3af', title: '\uf3af' }
|
|
698
|
+
'.bi-file-richtext-fill': { text: '\uf3b0', title: '\uf3b0' }
|
|
699
|
+
'.bi-file-richtext': { text: '\uf3b1', title: '\uf3b1' }
|
|
700
|
+
'.bi-file-ruled-fill': { text: '\uf3b2', title: '\uf3b2' }
|
|
701
|
+
'.bi-file-ruled': { text: '\uf3b3', title: '\uf3b3' }
|
|
702
|
+
'.bi-file-slides-fill': { text: '\uf3b4', title: '\uf3b4' }
|
|
703
|
+
'.bi-file-slides': { text: '\uf3b5', title: '\uf3b5' }
|
|
704
|
+
'.bi-file-spreadsheet-fill': { text: '\uf3b6', title: '\uf3b6' }
|
|
705
|
+
'.bi-file-spreadsheet': { text: '\uf3b7', title: '\uf3b7' }
|
|
706
|
+
'.bi-file-text-fill': { text: '\uf3b8', title: '\uf3b8' }
|
|
707
|
+
'.bi-file-text': { text: '\uf3b9', title: '\uf3b9' }
|
|
708
|
+
'.bi-file-word-fill': { text: '\uf3ba', title: '\uf3ba' }
|
|
709
|
+
'.bi-file-word': { text: '\uf3bb', title: '\uf3bb' }
|
|
710
|
+
'.bi-file-x-fill': { text: '\uf3bc', title: '\uf3bc' }
|
|
711
|
+
'.bi-file-x': { text: '\uf3bd', title: '\uf3bd' }
|
|
712
|
+
'.bi-file-zip-fill': { text: '\uf3be', title: '\uf3be' }
|
|
713
|
+
'.bi-file-zip': { text: '\uf3bf', title: '\uf3bf' }
|
|
714
|
+
'.bi-file': { text: '\uf3c0', title: '\uf3c0' }
|
|
715
|
+
'.bi-files-alt': { text: '\uf3c1', title: '\uf3c1' }
|
|
716
|
+
'.bi-files': { text: '\uf3c2', title: '\uf3c2' }
|
|
717
|
+
'.bi-film': { text: '\uf3c3', title: '\uf3c3' }
|
|
718
|
+
'.bi-filter-circle-fill': { text: '\uf3c4', title: '\uf3c4' }
|
|
719
|
+
'.bi-filter-circle': { text: '\uf3c5', title: '\uf3c5' }
|
|
720
|
+
'.bi-filter-left': { text: '\uf3c6', title: '\uf3c6' }
|
|
721
|
+
'.bi-filter-right': { text: '\uf3c7', title: '\uf3c7' }
|
|
722
|
+
'.bi-filter-square-fill': { text: '\uf3c8', title: '\uf3c8' }
|
|
723
|
+
'.bi-filter-square': { text: '\uf3c9', title: '\uf3c9' }
|
|
724
|
+
'.bi-filter': { text: '\uf3ca', title: '\uf3ca' }
|
|
725
|
+
'.bi-flag-fill': { text: '\uf3cb', title: '\uf3cb' }
|
|
726
|
+
'.bi-flag': { text: '\uf3cc', title: '\uf3cc' }
|
|
727
|
+
'.bi-flower1': { text: '\uf3cd', title: '\uf3cd' }
|
|
728
|
+
'.bi-flower2': { text: '\uf3ce', title: '\uf3ce' }
|
|
729
|
+
'.bi-flower3': { text: '\uf3cf', title: '\uf3cf' }
|
|
730
|
+
'.bi-folder-check': { text: '\uf3d0', title: '\uf3d0' }
|
|
731
|
+
'.bi-folder-fill': { text: '\uf3d1', title: '\uf3d1' }
|
|
732
|
+
'.bi-folder-minus': { text: '\uf3d2', title: '\uf3d2' }
|
|
733
|
+
'.bi-folder-plus': { text: '\uf3d3', title: '\uf3d3' }
|
|
734
|
+
'.bi-folder-symlink-fill': { text: '\uf3d4', title: '\uf3d4' }
|
|
735
|
+
'.bi-folder-symlink': { text: '\uf3d5', title: '\uf3d5' }
|
|
736
|
+
'.bi-folder-x': { text: '\uf3d6', title: '\uf3d6' }
|
|
737
|
+
'.bi-folder': { text: '\uf3d7', title: '\uf3d7' }
|
|
738
|
+
'.bi-folder2-open': { text: '\uf3d8', title: '\uf3d8' }
|
|
739
|
+
'.bi-folder2': { text: '\uf3d9', title: '\uf3d9' }
|
|
740
|
+
'.bi-fonts': { text: '\uf3da', title: '\uf3da' }
|
|
741
|
+
'.bi-forward-fill': { text: '\uf3db', title: '\uf3db' }
|
|
742
|
+
'.bi-forward': { text: '\uf3dc', title: '\uf3dc' }
|
|
743
|
+
'.bi-front': { text: '\uf3dd', title: '\uf3dd' }
|
|
744
|
+
'.bi-fullscreen-exit': { text: '\uf3de', title: '\uf3de' }
|
|
745
|
+
'.bi-fullscreen': { text: '\uf3df', title: '\uf3df' }
|
|
746
|
+
'.bi-funnel-fill': { text: '\uf3e0', title: '\uf3e0' }
|
|
747
|
+
'.bi-funnel': { text: '\uf3e1', title: '\uf3e1' }
|
|
748
|
+
'.bi-gear-fill': { text: '\uf3e2', title: '\uf3e2' }
|
|
749
|
+
'.bi-gear-wide-connected': { text: '\uf3e3', title: '\uf3e3' }
|
|
750
|
+
'.bi-gear-wide': { text: '\uf3e4', title: '\uf3e4' }
|
|
751
|
+
'.bi-gear': { text: '\uf3e5', title: '\uf3e5' }
|
|
752
|
+
'.bi-gem': { text: '\uf3e6', title: '\uf3e6' }
|
|
753
|
+
'.bi-geo-alt-fill': { text: '\uf3e7', title: '\uf3e7' }
|
|
754
|
+
'.bi-geo-alt': { text: '\uf3e8', title: '\uf3e8' }
|
|
755
|
+
'.bi-geo-fill': { text: '\uf3e9', title: '\uf3e9' }
|
|
756
|
+
'.bi-geo': { text: '\uf3ea', title: '\uf3ea' }
|
|
757
|
+
'.bi-gift-fill': { text: '\uf3eb', title: '\uf3eb' }
|
|
758
|
+
'.bi-gift': { text: '\uf3ec', title: '\uf3ec' }
|
|
759
|
+
'.bi-github': { text: '\uf3ed', title: '\uf3ed' }
|
|
760
|
+
'.bi-globe': { text: '\uf3ee', title: '\uf3ee' }
|
|
761
|
+
'.bi-globe2': { text: '\uf3ef', title: '\uf3ef' }
|
|
762
|
+
'.bi-google': { text: '\uf3f0', title: '\uf3f0' }
|
|
763
|
+
'.bi-graph-down': { text: '\uf3f1', title: '\uf3f1' }
|
|
764
|
+
'.bi-graph-up': { text: '\uf3f2', title: '\uf3f2' }
|
|
765
|
+
'.bi-grid-1x2-fill': { text: '\uf3f3', title: '\uf3f3' }
|
|
766
|
+
'.bi-grid-1x2': { text: '\uf3f4', title: '\uf3f4' }
|
|
767
|
+
'.bi-grid-3x2-gap-fill': { text: '\uf3f5', title: '\uf3f5' }
|
|
768
|
+
'.bi-grid-3x2-gap': { text: '\uf3f6', title: '\uf3f6' }
|
|
769
|
+
'.bi-grid-3x2': { text: '\uf3f7', title: '\uf3f7' }
|
|
770
|
+
'.bi-grid-3x3-gap-fill': { text: '\uf3f8', title: '\uf3f8' }
|
|
771
|
+
'.bi-grid-3x3-gap': { text: '\uf3f9', title: '\uf3f9' }
|
|
772
|
+
'.bi-grid-3x3': { text: '\uf3fa', title: '\uf3fa' }
|
|
773
|
+
'.bi-grid-fill': { text: '\uf3fb', title: '\uf3fb' }
|
|
774
|
+
'.bi-grid': { text: '\uf3fc', title: '\uf3fc' }
|
|
775
|
+
'.bi-grip-horizontal': { text: '\uf3fd', title: '\uf3fd' }
|
|
776
|
+
'.bi-grip-vertical': { text: '\uf3fe', title: '\uf3fe' }
|
|
777
|
+
'.bi-hammer': { text: '\uf3ff', title: '\uf3ff' }
|
|
778
|
+
'.bi-hand-index-fill': { text: '\uf400', title: '\uf400' }
|
|
779
|
+
'.bi-hand-index-thumb-fill': { text: '\uf401', title: '\uf401' }
|
|
780
|
+
'.bi-hand-index-thumb': { text: '\uf402', title: '\uf402' }
|
|
781
|
+
'.bi-hand-index': { text: '\uf403', title: '\uf403' }
|
|
782
|
+
'.bi-hand-thumbs-down-fill': { text: '\uf404', title: '\uf404' }
|
|
783
|
+
'.bi-hand-thumbs-down': { text: '\uf405', title: '\uf405' }
|
|
784
|
+
'.bi-hand-thumbs-up-fill': { text: '\uf406', title: '\uf406' }
|
|
785
|
+
'.bi-hand-thumbs-up': { text: '\uf407', title: '\uf407' }
|
|
786
|
+
'.bi-handbag-fill': { text: '\uf408', title: '\uf408' }
|
|
787
|
+
'.bi-handbag': { text: '\uf409', title: '\uf409' }
|
|
788
|
+
'.bi-hash': { text: '\uf40a', title: '\uf40a' }
|
|
789
|
+
'.bi-hdd-fill': { text: '\uf40b', title: '\uf40b' }
|
|
790
|
+
'.bi-hdd-network-fill': { text: '\uf40c', title: '\uf40c' }
|
|
791
|
+
'.bi-hdd-network': { text: '\uf40d', title: '\uf40d' }
|
|
792
|
+
'.bi-hdd-rack-fill': { text: '\uf40e', title: '\uf40e' }
|
|
793
|
+
'.bi-hdd-rack': { text: '\uf40f', title: '\uf40f' }
|
|
794
|
+
'.bi-hdd-stack-fill': { text: '\uf410', title: '\uf410' }
|
|
795
|
+
'.bi-hdd-stack': { text: '\uf411', title: '\uf411' }
|
|
796
|
+
'.bi-hdd': { text: '\uf412', title: '\uf412' }
|
|
797
|
+
'.bi-headphones': { text: '\uf413', title: '\uf413' }
|
|
798
|
+
'.bi-headset': { text: '\uf414', title: '\uf414' }
|
|
799
|
+
'.bi-heart-fill': { text: '\uf415', title: '\uf415' }
|
|
800
|
+
'.bi-heart-half': { text: '\uf416', title: '\uf416' }
|
|
801
|
+
'.bi-heart': { text: '\uf417', title: '\uf417' }
|
|
802
|
+
'.bi-heptagon-fill': { text: '\uf418', title: '\uf418' }
|
|
803
|
+
'.bi-heptagon-half': { text: '\uf419', title: '\uf419' }
|
|
804
|
+
'.bi-heptagon': { text: '\uf41a', title: '\uf41a' }
|
|
805
|
+
'.bi-hexagon-fill': { text: '\uf41b', title: '\uf41b' }
|
|
806
|
+
'.bi-hexagon-half': { text: '\uf41c', title: '\uf41c' }
|
|
807
|
+
'.bi-hexagon': { text: '\uf41d', title: '\uf41d' }
|
|
808
|
+
'.bi-hourglass-bottom': { text: '\uf41e', title: '\uf41e' }
|
|
809
|
+
'.bi-hourglass-split': { text: '\uf41f', title: '\uf41f' }
|
|
810
|
+
'.bi-hourglass-top': { text: '\uf420', title: '\uf420' }
|
|
811
|
+
'.bi-hourglass': { text: '\uf421', title: '\uf421' }
|
|
812
|
+
'.bi-house-door-fill': { text: '\uf422', title: '\uf422' }
|
|
813
|
+
'.bi-house-door': { text: '\uf423', title: '\uf423' }
|
|
814
|
+
'.bi-house-fill': { text: '\uf424', title: '\uf424' }
|
|
815
|
+
'.bi-house': { text: '\uf425', title: '\uf425' }
|
|
816
|
+
'.bi-hr': { text: '\uf426', title: '\uf426' }
|
|
817
|
+
'.bi-hurricane': { text: '\uf427', title: '\uf427' }
|
|
818
|
+
'.bi-image-alt': { text: '\uf428', title: '\uf428' }
|
|
819
|
+
'.bi-image-fill': { text: '\uf429', title: '\uf429' }
|
|
820
|
+
'.bi-image': { text: '\uf42a', title: '\uf42a' }
|
|
821
|
+
'.bi-images': { text: '\uf42b', title: '\uf42b' }
|
|
822
|
+
'.bi-inbox-fill': { text: '\uf42c', title: '\uf42c' }
|
|
823
|
+
'.bi-inbox': { text: '\uf42d', title: '\uf42d' }
|
|
824
|
+
'.bi-inboxes-fill': { text: '\uf42e', title: '\uf42e' }
|
|
825
|
+
'.bi-inboxes': { text: '\uf42f', title: '\uf42f' }
|
|
826
|
+
'.bi-info-circle-fill': { text: '\uf430', title: '\uf430' }
|
|
827
|
+
'.bi-info-circle': { text: '\uf431', title: '\uf431' }
|
|
828
|
+
'.bi-info-square-fill': { text: '\uf432', title: '\uf432' }
|
|
829
|
+
'.bi-info-square': { text: '\uf433', title: '\uf433' }
|
|
830
|
+
'.bi-info': { text: '\uf434', title: '\uf434' }
|
|
831
|
+
'.bi-input-cursor-text': { text: '\uf435', title: '\uf435' }
|
|
832
|
+
'.bi-input-cursor': { text: '\uf436', title: '\uf436' }
|
|
833
|
+
'.bi-instagram': { text: '\uf437', title: '\uf437' }
|
|
834
|
+
'.bi-intersect': { text: '\uf438', title: '\uf438' }
|
|
835
|
+
'.bi-journal-album': { text: '\uf439', title: '\uf439' }
|
|
836
|
+
'.bi-journal-arrow-down': { text: '\uf43a', title: '\uf43a' }
|
|
837
|
+
'.bi-journal-arrow-up': { text: '\uf43b', title: '\uf43b' }
|
|
838
|
+
'.bi-journal-bookmark-fill': { text: '\uf43c', title: '\uf43c' }
|
|
839
|
+
'.bi-journal-bookmark': { text: '\uf43d', title: '\uf43d' }
|
|
840
|
+
'.bi-journal-check': { text: '\uf43e', title: '\uf43e' }
|
|
841
|
+
'.bi-journal-code': { text: '\uf43f', title: '\uf43f' }
|
|
842
|
+
'.bi-journal-medical': { text: '\uf440', title: '\uf440' }
|
|
843
|
+
'.bi-journal-minus': { text: '\uf441', title: '\uf441' }
|
|
844
|
+
'.bi-journal-plus': { text: '\uf442', title: '\uf442' }
|
|
845
|
+
'.bi-journal-richtext': { text: '\uf443', title: '\uf443' }
|
|
846
|
+
'.bi-journal-text': { text: '\uf444', title: '\uf444' }
|
|
847
|
+
'.bi-journal-x': { text: '\uf445', title: '\uf445' }
|
|
848
|
+
'.bi-journal': { text: '\uf446', title: '\uf446' }
|
|
849
|
+
'.bi-journals': { text: '\uf447', title: '\uf447' }
|
|
850
|
+
'.bi-joystick': { text: '\uf448', title: '\uf448' }
|
|
851
|
+
'.bi-justify-left': { text: '\uf449', title: '\uf449' }
|
|
852
|
+
'.bi-justify-right': { text: '\uf44a', title: '\uf44a' }
|
|
853
|
+
'.bi-justify': { text: '\uf44b', title: '\uf44b' }
|
|
854
|
+
'.bi-kanban-fill': { text: '\uf44c', title: '\uf44c' }
|
|
855
|
+
'.bi-kanban': { text: '\uf44d', title: '\uf44d' }
|
|
856
|
+
'.bi-key-fill': { text: '\uf44e', title: '\uf44e' }
|
|
857
|
+
'.bi-key': { text: '\uf44f', title: '\uf44f' }
|
|
858
|
+
'.bi-keyboard-fill': { text: '\uf450', title: '\uf450' }
|
|
859
|
+
'.bi-keyboard': { text: '\uf451', title: '\uf451' }
|
|
860
|
+
'.bi-ladder': { text: '\uf452', title: '\uf452' }
|
|
861
|
+
'.bi-lamp-fill': { text: '\uf453', title: '\uf453' }
|
|
862
|
+
'.bi-lamp': { text: '\uf454', title: '\uf454' }
|
|
863
|
+
'.bi-laptop-fill': { text: '\uf455', title: '\uf455' }
|
|
864
|
+
'.bi-laptop': { text: '\uf456', title: '\uf456' }
|
|
865
|
+
'.bi-layer-backward': { text: '\uf457', title: '\uf457' }
|
|
866
|
+
'.bi-layer-forward': { text: '\uf458', title: '\uf458' }
|
|
867
|
+
'.bi-layers-fill': { text: '\uf459', title: '\uf459' }
|
|
868
|
+
'.bi-layers-half': { text: '\uf45a', title: '\uf45a' }
|
|
869
|
+
'.bi-layers': { text: '\uf45b', title: '\uf45b' }
|
|
870
|
+
'.bi-layout-sidebar-inset-reverse': { text: '\uf45c', title: '\uf45c' }
|
|
871
|
+
'.bi-layout-sidebar-inset': { text: '\uf45d', title: '\uf45d' }
|
|
872
|
+
'.bi-layout-sidebar-reverse': { text: '\uf45e', title: '\uf45e' }
|
|
873
|
+
'.bi-layout-sidebar': { text: '\uf45f', title: '\uf45f' }
|
|
874
|
+
'.bi-layout-split': { text: '\uf460', title: '\uf460' }
|
|
875
|
+
'.bi-layout-text-sidebar-reverse': { text: '\uf461', title: '\uf461' }
|
|
876
|
+
'.bi-layout-text-sidebar': { text: '\uf462', title: '\uf462' }
|
|
877
|
+
'.bi-layout-text-window-reverse': { text: '\uf463', title: '\uf463' }
|
|
878
|
+
'.bi-layout-text-window': { text: '\uf464', title: '\uf464' }
|
|
879
|
+
'.bi-layout-three-columns': { text: '\uf465', title: '\uf465' }
|
|
880
|
+
'.bi-layout-wtf': { text: '\uf466', title: '\uf466' }
|
|
881
|
+
'.bi-life-preserver': { text: '\uf467', title: '\uf467' }
|
|
882
|
+
'.bi-lightbulb-fill': { text: '\uf468', title: '\uf468' }
|
|
883
|
+
'.bi-lightbulb-off-fill': { text: '\uf469', title: '\uf469' }
|
|
884
|
+
'.bi-lightbulb-off': { text: '\uf46a', title: '\uf46a' }
|
|
885
|
+
'.bi-lightbulb': { text: '\uf46b', title: '\uf46b' }
|
|
886
|
+
'.bi-lightning-charge-fill': { text: '\uf46c', title: '\uf46c' }
|
|
887
|
+
'.bi-lightning-charge': { text: '\uf46d', title: '\uf46d' }
|
|
888
|
+
'.bi-lightning-fill': { text: '\uf46e', title: '\uf46e' }
|
|
889
|
+
'.bi-lightning': { text: '\uf46f', title: '\uf46f' }
|
|
890
|
+
'.bi-link-45deg': { text: '\uf470', title: '\uf470' }
|
|
891
|
+
'.bi-link': { text: '\uf471', title: '\uf471' }
|
|
892
|
+
'.bi-linkedin': { text: '\uf472', title: '\uf472' }
|
|
893
|
+
'.bi-list-check': { text: '\uf473', title: '\uf473' }
|
|
894
|
+
'.bi-list-nested': { text: '\uf474', title: '\uf474' }
|
|
895
|
+
'.bi-list-ol': { text: '\uf475', title: '\uf475' }
|
|
896
|
+
'.bi-list-stars': { text: '\uf476', title: '\uf476' }
|
|
897
|
+
'.bi-list-task': { text: '\uf477', title: '\uf477' }
|
|
898
|
+
'.bi-list-ul': { text: '\uf478', title: '\uf478' }
|
|
899
|
+
'.bi-list': { text: '\uf479', title: '\uf479' }
|
|
900
|
+
'.bi-lock-fill': { text: '\uf47a', title: '\uf47a' }
|
|
901
|
+
'.bi-lock': { text: '\uf47b', title: '\uf47b' }
|
|
902
|
+
'.bi-mailbox': { text: '\uf47c', title: '\uf47c' }
|
|
903
|
+
'.bi-mailbox2': { text: '\uf47d', title: '\uf47d' }
|
|
904
|
+
'.bi-map-fill': { text: '\uf47e', title: '\uf47e' }
|
|
905
|
+
'.bi-map': { text: '\uf47f', title: '\uf47f' }
|
|
906
|
+
'.bi-markdown-fill': { text: '\uf480', title: '\uf480' }
|
|
907
|
+
'.bi-markdown': { text: '\uf481', title: '\uf481' }
|
|
908
|
+
'.bi-mask': { text: '\uf482', title: '\uf482' }
|
|
909
|
+
'.bi-megaphone-fill': { text: '\uf483', title: '\uf483' }
|
|
910
|
+
'.bi-megaphone': { text: '\uf484', title: '\uf484' }
|
|
911
|
+
'.bi-menu-app-fill': { text: '\uf485', title: '\uf485' }
|
|
912
|
+
'.bi-menu-app': { text: '\uf486', title: '\uf486' }
|
|
913
|
+
'.bi-menu-button-fill': { text: '\uf487', title: '\uf487' }
|
|
914
|
+
'.bi-menu-button-wide-fill': { text: '\uf488', title: '\uf488' }
|
|
915
|
+
'.bi-menu-button-wide': { text: '\uf489', title: '\uf489' }
|
|
916
|
+
'.bi-menu-button': { text: '\uf48a', title: '\uf48a' }
|
|
917
|
+
'.bi-menu-down': { text: '\uf48b', title: '\uf48b' }
|
|
918
|
+
'.bi-menu-up': { text: '\uf48c', title: '\uf48c' }
|
|
919
|
+
'.bi-mic-fill': { text: '\uf48d', title: '\uf48d' }
|
|
920
|
+
'.bi-mic-mute-fill': { text: '\uf48e', title: '\uf48e' }
|
|
921
|
+
'.bi-mic-mute': { text: '\uf48f', title: '\uf48f' }
|
|
922
|
+
'.bi-mic': { text: '\uf490', title: '\uf490' }
|
|
923
|
+
'.bi-minecart-loaded': { text: '\uf491', title: '\uf491' }
|
|
924
|
+
'.bi-minecart': { text: '\uf492', title: '\uf492' }
|
|
925
|
+
'.bi-moisture': { text: '\uf493', title: '\uf493' }
|
|
926
|
+
'.bi-moon-fill': { text: '\uf494', title: '\uf494' }
|
|
927
|
+
'.bi-moon-stars-fill': { text: '\uf495', title: '\uf495' }
|
|
928
|
+
'.bi-moon-stars': { text: '\uf496', title: '\uf496' }
|
|
929
|
+
'.bi-moon': { text: '\uf497', title: '\uf497' }
|
|
930
|
+
'.bi-mouse-fill': { text: '\uf498', title: '\uf498' }
|
|
931
|
+
'.bi-mouse': { text: '\uf499', title: '\uf499' }
|
|
932
|
+
'.bi-mouse2-fill': { text: '\uf49a', title: '\uf49a' }
|
|
933
|
+
'.bi-mouse2': { text: '\uf49b', title: '\uf49b' }
|
|
934
|
+
'.bi-mouse3-fill': { text: '\uf49c', title: '\uf49c' }
|
|
935
|
+
'.bi-mouse3': { text: '\uf49d', title: '\uf49d' }
|
|
936
|
+
'.bi-music-note-beamed': { text: '\uf49e', title: '\uf49e' }
|
|
937
|
+
'.bi-music-note-list': { text: '\uf49f', title: '\uf49f' }
|
|
938
|
+
'.bi-music-note': { text: '\uf4a0', title: '\uf4a0' }
|
|
939
|
+
'.bi-music-player-fill': { text: '\uf4a1', title: '\uf4a1' }
|
|
940
|
+
'.bi-music-player': { text: '\uf4a2', title: '\uf4a2' }
|
|
941
|
+
'.bi-newspaper': { text: '\uf4a3', title: '\uf4a3' }
|
|
942
|
+
'.bi-node-minus-fill': { text: '\uf4a4', title: '\uf4a4' }
|
|
943
|
+
'.bi-node-minus': { text: '\uf4a5', title: '\uf4a5' }
|
|
944
|
+
'.bi-node-plus-fill': { text: '\uf4a6', title: '\uf4a6' }
|
|
945
|
+
'.bi-node-plus': { text: '\uf4a7', title: '\uf4a7' }
|
|
946
|
+
'.bi-nut-fill': { text: '\uf4a8', title: '\uf4a8' }
|
|
947
|
+
'.bi-nut': { text: '\uf4a9', title: '\uf4a9' }
|
|
948
|
+
'.bi-octagon-fill': { text: '\uf4aa', title: '\uf4aa' }
|
|
949
|
+
'.bi-octagon-half': { text: '\uf4ab', title: '\uf4ab' }
|
|
950
|
+
'.bi-octagon': { text: '\uf4ac', title: '\uf4ac' }
|
|
951
|
+
'.bi-option': { text: '\uf4ad', title: '\uf4ad' }
|
|
952
|
+
'.bi-outlet': { text: '\uf4ae', title: '\uf4ae' }
|
|
953
|
+
'.bi-paint-bucket': { text: '\uf4af', title: '\uf4af' }
|
|
954
|
+
'.bi-palette-fill': { text: '\uf4b0', title: '\uf4b0' }
|
|
955
|
+
'.bi-palette': { text: '\uf4b1', title: '\uf4b1' }
|
|
956
|
+
'.bi-palette2': { text: '\uf4b2', title: '\uf4b2' }
|
|
957
|
+
'.bi-paperclip': { text: '\uf4b3', title: '\uf4b3' }
|
|
958
|
+
'.bi-paragraph': { text: '\uf4b4', title: '\uf4b4' }
|
|
959
|
+
'.bi-patch-check-fill': { text: '\uf4b5', title: '\uf4b5' }
|
|
960
|
+
'.bi-patch-check': { text: '\uf4b6', title: '\uf4b6' }
|
|
961
|
+
'.bi-patch-exclamation-fill': { text: '\uf4b7', title: '\uf4b7' }
|
|
962
|
+
'.bi-patch-exclamation': { text: '\uf4b8', title: '\uf4b8' }
|
|
963
|
+
'.bi-patch-minus-fill': { text: '\uf4b9', title: '\uf4b9' }
|
|
964
|
+
'.bi-patch-minus': { text: '\uf4ba', title: '\uf4ba' }
|
|
965
|
+
'.bi-patch-plus-fill': { text: '\uf4bb', title: '\uf4bb' }
|
|
966
|
+
'.bi-patch-plus': { text: '\uf4bc', title: '\uf4bc' }
|
|
967
|
+
'.bi-patch-question-fill': { text: '\uf4bd', title: '\uf4bd' }
|
|
968
|
+
'.bi-patch-question': { text: '\uf4be', title: '\uf4be' }
|
|
969
|
+
'.bi-pause-btn-fill': { text: '\uf4bf', title: '\uf4bf' }
|
|
970
|
+
'.bi-pause-btn': { text: '\uf4c0', title: '\uf4c0' }
|
|
971
|
+
'.bi-pause-circle-fill': { text: '\uf4c1', title: '\uf4c1' }
|
|
972
|
+
'.bi-pause-circle': { text: '\uf4c2', title: '\uf4c2' }
|
|
973
|
+
'.bi-pause-fill': { text: '\uf4c3', title: '\uf4c3' }
|
|
974
|
+
'.bi-pause': { text: '\uf4c4', title: '\uf4c4' }
|
|
975
|
+
'.bi-peace-fill': { text: '\uf4c5', title: '\uf4c5' }
|
|
976
|
+
'.bi-peace': { text: '\uf4c6', title: '\uf4c6' }
|
|
977
|
+
'.bi-pen-fill': { text: '\uf4c7', title: '\uf4c7' }
|
|
978
|
+
'.bi-pen': { text: '\uf4c8', title: '\uf4c8' }
|
|
979
|
+
'.bi-pencil-fill': { text: '\uf4c9', title: '\uf4c9' }
|
|
980
|
+
'.bi-pencil-square': { text: '\uf4ca', title: '\uf4ca' }
|
|
981
|
+
'.bi-pencil': { text: '\uf4cb', title: '\uf4cb' }
|
|
982
|
+
'.bi-pentagon-fill': { text: '\uf4cc', title: '\uf4cc' }
|
|
983
|
+
'.bi-pentagon-half': { text: '\uf4cd', title: '\uf4cd' }
|
|
984
|
+
'.bi-pentagon': { text: '\uf4ce', title: '\uf4ce' }
|
|
985
|
+
'.bi-people-fill': { text: '\uf4cf', title: '\uf4cf' }
|
|
986
|
+
'.bi-people': { text: '\uf4d0', title: '\uf4d0' }
|
|
987
|
+
'.bi-percent': { text: '\uf4d1', title: '\uf4d1' }
|
|
988
|
+
'.bi-person-badge-fill': { text: '\uf4d2', title: '\uf4d2' }
|
|
989
|
+
'.bi-person-badge': { text: '\uf4d3', title: '\uf4d3' }
|
|
990
|
+
'.bi-person-bounding-box': { text: '\uf4d4', title: '\uf4d4' }
|
|
991
|
+
'.bi-person-check-fill': { text: '\uf4d5', title: '\uf4d5' }
|
|
992
|
+
'.bi-person-check': { text: '\uf4d6', title: '\uf4d6' }
|
|
993
|
+
'.bi-person-circle': { text: '\uf4d7', title: '\uf4d7' }
|
|
994
|
+
'.bi-person-dash-fill': { text: '\uf4d8', title: '\uf4d8' }
|
|
995
|
+
'.bi-person-dash': { text: '\uf4d9', title: '\uf4d9' }
|
|
996
|
+
'.bi-person-fill': { text: '\uf4da', title: '\uf4da' }
|
|
997
|
+
'.bi-person-lines-fill': { text: '\uf4db', title: '\uf4db' }
|
|
998
|
+
'.bi-person-plus-fill': { text: '\uf4dc', title: '\uf4dc' }
|
|
999
|
+
'.bi-person-plus': { text: '\uf4dd', title: '\uf4dd' }
|
|
1000
|
+
'.bi-person-square': { text: '\uf4de', title: '\uf4de' }
|
|
1001
|
+
'.bi-person-x-fill': { text: '\uf4df', title: '\uf4df' }
|
|
1002
|
+
'.bi-person-x': { text: '\uf4e0', title: '\uf4e0' }
|
|
1003
|
+
'.bi-person': { text: '\uf4e1', title: '\uf4e1' }
|
|
1004
|
+
'.bi-phone-fill': { text: '\uf4e2', title: '\uf4e2' }
|
|
1005
|
+
'.bi-phone-landscape-fill': { text: '\uf4e3', title: '\uf4e3' }
|
|
1006
|
+
'.bi-phone-landscape': { text: '\uf4e4', title: '\uf4e4' }
|
|
1007
|
+
'.bi-phone-vibrate-fill': { text: '\uf4e5', title: '\uf4e5' }
|
|
1008
|
+
'.bi-phone-vibrate': { text: '\uf4e6', title: '\uf4e6' }
|
|
1009
|
+
'.bi-phone': { text: '\uf4e7', title: '\uf4e7' }
|
|
1010
|
+
'.bi-pie-chart-fill': { text: '\uf4e8', title: '\uf4e8' }
|
|
1011
|
+
'.bi-pie-chart': { text: '\uf4e9', title: '\uf4e9' }
|
|
1012
|
+
'.bi-pin-angle-fill': { text: '\uf4ea', title: '\uf4ea' }
|
|
1013
|
+
'.bi-pin-angle': { text: '\uf4eb', title: '\uf4eb' }
|
|
1014
|
+
'.bi-pin-fill': { text: '\uf4ec', title: '\uf4ec' }
|
|
1015
|
+
'.bi-pin': { text: '\uf4ed', title: '\uf4ed' }
|
|
1016
|
+
'.bi-pip-fill': { text: '\uf4ee', title: '\uf4ee' }
|
|
1017
|
+
'.bi-pip': { text: '\uf4ef', title: '\uf4ef' }
|
|
1018
|
+
'.bi-play-btn-fill': { text: '\uf4f0', title: '\uf4f0' }
|
|
1019
|
+
'.bi-play-btn': { text: '\uf4f1', title: '\uf4f1' }
|
|
1020
|
+
'.bi-play-circle-fill': { text: '\uf4f2', title: '\uf4f2' }
|
|
1021
|
+
'.bi-play-circle': { text: '\uf4f3', title: '\uf4f3' }
|
|
1022
|
+
'.bi-play-fill': { text: '\uf4f4', title: '\uf4f4' }
|
|
1023
|
+
'.bi-play': { text: '\uf4f5', title: '\uf4f5' }
|
|
1024
|
+
'.bi-plug-fill': { text: '\uf4f6', title: '\uf4f6' }
|
|
1025
|
+
'.bi-plug': { text: '\uf4f7', title: '\uf4f7' }
|
|
1026
|
+
'.bi-plus-circle-dotted': { text: '\uf4f8', title: '\uf4f8' }
|
|
1027
|
+
'.bi-plus-circle-fill': { text: '\uf4f9', title: '\uf4f9' }
|
|
1028
|
+
'.bi-plus-circle': { text: '\uf4fa', title: '\uf4fa' }
|
|
1029
|
+
'.bi-plus-square-dotted': { text: '\uf4fb', title: '\uf4fb' }
|
|
1030
|
+
'.bi-plus-square-fill': { text: '\uf4fc', title: '\uf4fc' }
|
|
1031
|
+
'.bi-plus-square': { text: '\uf4fd', title: '\uf4fd' }
|
|
1032
|
+
'.bi-plus': { text: '\uf4fe', title: '\uf4fe' }
|
|
1033
|
+
'.bi-power': { text: '\uf4ff', title: '\uf4ff' }
|
|
1034
|
+
'.bi-printer-fill': { text: '\uf500', title: '\uf500' }
|
|
1035
|
+
'.bi-printer': { text: '\uf501', title: '\uf501' }
|
|
1036
|
+
'.bi-puzzle-fill': { text: '\uf502', title: '\uf502' }
|
|
1037
|
+
'.bi-puzzle': { text: '\uf503', title: '\uf503' }
|
|
1038
|
+
'.bi-question-circle-fill': { text: '\uf504', title: '\uf504' }
|
|
1039
|
+
'.bi-question-circle': { text: '\uf505', title: '\uf505' }
|
|
1040
|
+
'.bi-question-diamond-fill': { text: '\uf506', title: '\uf506' }
|
|
1041
|
+
'.bi-question-diamond': { text: '\uf507', title: '\uf507' }
|
|
1042
|
+
'.bi-question-octagon-fill': { text: '\uf508', title: '\uf508' }
|
|
1043
|
+
'.bi-question-octagon': { text: '\uf509', title: '\uf509' }
|
|
1044
|
+
'.bi-question-square-fill': { text: '\uf50a', title: '\uf50a' }
|
|
1045
|
+
'.bi-question-square': { text: '\uf50b', title: '\uf50b' }
|
|
1046
|
+
'.bi-question': { text: '\uf50c', title: '\uf50c' }
|
|
1047
|
+
'.bi-rainbow': { text: '\uf50d', title: '\uf50d' }
|
|
1048
|
+
'.bi-receipt-cutoff': { text: '\uf50e', title: '\uf50e' }
|
|
1049
|
+
'.bi-receipt': { text: '\uf50f', title: '\uf50f' }
|
|
1050
|
+
'.bi-reception-0': { text: '\uf510', title: '\uf510' }
|
|
1051
|
+
'.bi-reception-1': { text: '\uf511', title: '\uf511' }
|
|
1052
|
+
'.bi-reception-2': { text: '\uf512', title: '\uf512' }
|
|
1053
|
+
'.bi-reception-3': { text: '\uf513', title: '\uf513' }
|
|
1054
|
+
'.bi-reception-4': { text: '\uf514', title: '\uf514' }
|
|
1055
|
+
'.bi-record-btn-fill': { text: '\uf515', title: '\uf515' }
|
|
1056
|
+
'.bi-record-btn': { text: '\uf516', title: '\uf516' }
|
|
1057
|
+
'.bi-record-circle-fill': { text: '\uf517', title: '\uf517' }
|
|
1058
|
+
'.bi-record-circle': { text: '\uf518', title: '\uf518' }
|
|
1059
|
+
'.bi-record-fill': { text: '\uf519', title: '\uf519' }
|
|
1060
|
+
'.bi-record': { text: '\uf51a', title: '\uf51a' }
|
|
1061
|
+
'.bi-record2-fill': { text: '\uf51b', title: '\uf51b' }
|
|
1062
|
+
'.bi-record2': { text: '\uf51c', title: '\uf51c' }
|
|
1063
|
+
'.bi-reply-all-fill': { text: '\uf51d', title: '\uf51d' }
|
|
1064
|
+
'.bi-reply-all': { text: '\uf51e', title: '\uf51e' }
|
|
1065
|
+
'.bi-reply-fill': { text: '\uf51f', title: '\uf51f' }
|
|
1066
|
+
'.bi-reply': { text: '\uf520', title: '\uf520' }
|
|
1067
|
+
'.bi-rss-fill': { text: '\uf521', title: '\uf521' }
|
|
1068
|
+
'.bi-rss': { text: '\uf522', title: '\uf522' }
|
|
1069
|
+
'.bi-rulers': { text: '\uf523', title: '\uf523' }
|
|
1070
|
+
'.bi-save-fill': { text: '\uf524', title: '\uf524' }
|
|
1071
|
+
'.bi-save': { text: '\uf525', title: '\uf525' }
|
|
1072
|
+
'.bi-save2-fill': { text: '\uf526', title: '\uf526' }
|
|
1073
|
+
'.bi-save2': { text: '\uf527', title: '\uf527' }
|
|
1074
|
+
'.bi-scissors': { text: '\uf528', title: '\uf528' }
|
|
1075
|
+
'.bi-screwdriver': { text: '\uf529', title: '\uf529' }
|
|
1076
|
+
'.bi-search': { text: '\uf52a', title: '\uf52a' }
|
|
1077
|
+
'.bi-segmented-nav': { text: '\uf52b', title: '\uf52b' }
|
|
1078
|
+
'.bi-server': { text: '\uf52c', title: '\uf52c' }
|
|
1079
|
+
'.bi-share-fill': { text: '\uf52d', title: '\uf52d' }
|
|
1080
|
+
'.bi-share': { text: '\uf52e', title: '\uf52e' }
|
|
1081
|
+
'.bi-shield-check': { text: '\uf52f', title: '\uf52f' }
|
|
1082
|
+
'.bi-shield-exclamation': { text: '\uf530', title: '\uf530' }
|
|
1083
|
+
'.bi-shield-fill-check': { text: '\uf531', title: '\uf531' }
|
|
1084
|
+
'.bi-shield-fill-exclamation': { text: '\uf532', title: '\uf532' }
|
|
1085
|
+
'.bi-shield-fill-minus': { text: '\uf533', title: '\uf533' }
|
|
1086
|
+
'.bi-shield-fill-plus': { text: '\uf534', title: '\uf534' }
|
|
1087
|
+
'.bi-shield-fill-x': { text: '\uf535', title: '\uf535' }
|
|
1088
|
+
'.bi-shield-fill': { text: '\uf536', title: '\uf536' }
|
|
1089
|
+
'.bi-shield-lock-fill': { text: '\uf537', title: '\uf537' }
|
|
1090
|
+
'.bi-shield-lock': { text: '\uf538', title: '\uf538' }
|
|
1091
|
+
'.bi-shield-minus': { text: '\uf539', title: '\uf539' }
|
|
1092
|
+
'.bi-shield-plus': { text: '\uf53a', title: '\uf53a' }
|
|
1093
|
+
'.bi-shield-shaded': { text: '\uf53b', title: '\uf53b' }
|
|
1094
|
+
'.bi-shield-slash-fill': { text: '\uf53c', title: '\uf53c' }
|
|
1095
|
+
'.bi-shield-slash': { text: '\uf53d', title: '\uf53d' }
|
|
1096
|
+
'.bi-shield-x': { text: '\uf53e', title: '\uf53e' }
|
|
1097
|
+
'.bi-shield': { text: '\uf53f', title: '\uf53f' }
|
|
1098
|
+
'.bi-shift-fill': { text: '\uf540', title: '\uf540' }
|
|
1099
|
+
'.bi-shift': { text: '\uf541', title: '\uf541' }
|
|
1100
|
+
'.bi-shop-window': { text: '\uf542', title: '\uf542' }
|
|
1101
|
+
'.bi-shop': { text: '\uf543', title: '\uf543' }
|
|
1102
|
+
'.bi-shuffle': { text: '\uf544', title: '\uf544' }
|
|
1103
|
+
'.bi-signpost-2-fill': { text: '\uf545', title: '\uf545' }
|
|
1104
|
+
'.bi-signpost-2': { text: '\uf546', title: '\uf546' }
|
|
1105
|
+
'.bi-signpost-fill': { text: '\uf547', title: '\uf547' }
|
|
1106
|
+
'.bi-signpost-split-fill': { text: '\uf548', title: '\uf548' }
|
|
1107
|
+
'.bi-signpost-split': { text: '\uf549', title: '\uf549' }
|
|
1108
|
+
'.bi-signpost': { text: '\uf54a', title: '\uf54a' }
|
|
1109
|
+
'.bi-sim-fill': { text: '\uf54b', title: '\uf54b' }
|
|
1110
|
+
'.bi-sim': { text: '\uf54c', title: '\uf54c' }
|
|
1111
|
+
'.bi-skip-backward-btn-fill': { text: '\uf54d', title: '\uf54d' }
|
|
1112
|
+
'.bi-skip-backward-btn': { text: '\uf54e', title: '\uf54e' }
|
|
1113
|
+
'.bi-skip-backward-circle-fill': { text: '\uf54f', title: '\uf54f' }
|
|
1114
|
+
'.bi-skip-backward-circle': { text: '\uf550', title: '\uf550' }
|
|
1115
|
+
'.bi-skip-backward-fill': { text: '\uf551', title: '\uf551' }
|
|
1116
|
+
'.bi-skip-backward': { text: '\uf552', title: '\uf552' }
|
|
1117
|
+
'.bi-skip-end-btn-fill': { text: '\uf553', title: '\uf553' }
|
|
1118
|
+
'.bi-skip-end-btn': { text: '\uf554', title: '\uf554' }
|
|
1119
|
+
'.bi-skip-end-circle-fill': { text: '\uf555', title: '\uf555' }
|
|
1120
|
+
'.bi-skip-end-circle': { text: '\uf556', title: '\uf556' }
|
|
1121
|
+
'.bi-skip-end-fill': { text: '\uf557', title: '\uf557' }
|
|
1122
|
+
'.bi-skip-end': { text: '\uf558', title: '\uf558' }
|
|
1123
|
+
'.bi-skip-forward-btn-fill': { text: '\uf559', title: '\uf559' }
|
|
1124
|
+
'.bi-skip-forward-btn': { text: '\uf55a', title: '\uf55a' }
|
|
1125
|
+
'.bi-skip-forward-circle-fill': { text: '\uf55b', title: '\uf55b' }
|
|
1126
|
+
'.bi-skip-forward-circle': { text: '\uf55c', title: '\uf55c' }
|
|
1127
|
+
'.bi-skip-forward-fill': { text: '\uf55d', title: '\uf55d' }
|
|
1128
|
+
'.bi-skip-forward': { text: '\uf55e', title: '\uf55e' }
|
|
1129
|
+
'.bi-skip-start-btn-fill': { text: '\uf55f', title: '\uf55f' }
|
|
1130
|
+
'.bi-skip-start-btn': { text: '\uf560', title: '\uf560' }
|
|
1131
|
+
'.bi-skip-start-circle-fill': { text: '\uf561', title: '\uf561' }
|
|
1132
|
+
'.bi-skip-start-circle': { text: '\uf562', title: '\uf562' }
|
|
1133
|
+
'.bi-skip-start-fill': { text: '\uf563', title: '\uf563' }
|
|
1134
|
+
'.bi-skip-start': { text: '\uf564', title: '\uf564' }
|
|
1135
|
+
'.bi-slack': { text: '\uf565', title: '\uf565' }
|
|
1136
|
+
'.bi-slash-circle-fill': { text: '\uf566', title: '\uf566' }
|
|
1137
|
+
'.bi-slash-circle': { text: '\uf567', title: '\uf567' }
|
|
1138
|
+
'.bi-slash-square-fill': { text: '\uf568', title: '\uf568' }
|
|
1139
|
+
'.bi-slash-square': { text: '\uf569', title: '\uf569' }
|
|
1140
|
+
'.bi-slash': { text: '\uf56a', title: '\uf56a' }
|
|
1141
|
+
'.bi-sliders': { text: '\uf56b', title: '\uf56b' }
|
|
1142
|
+
'.bi-smartwatch': { text: '\uf56c', title: '\uf56c' }
|
|
1143
|
+
'.bi-snow': { text: '\uf56d', title: '\uf56d' }
|
|
1144
|
+
'.bi-snow2': { text: '\uf56e', title: '\uf56e' }
|
|
1145
|
+
'.bi-snow3': { text: '\uf56f', title: '\uf56f' }
|
|
1146
|
+
'.bi-sort-alpha-down-alt': { text: '\uf570', title: '\uf570' }
|
|
1147
|
+
'.bi-sort-alpha-down': { text: '\uf571', title: '\uf571' }
|
|
1148
|
+
'.bi-sort-alpha-up-alt': { text: '\uf572', title: '\uf572' }
|
|
1149
|
+
'.bi-sort-alpha-up': { text: '\uf573', title: '\uf573' }
|
|
1150
|
+
'.bi-sort-down-alt': { text: '\uf574', title: '\uf574' }
|
|
1151
|
+
'.bi-sort-down': { text: '\uf575', title: '\uf575' }
|
|
1152
|
+
'.bi-sort-numeric-down-alt': { text: '\uf576', title: '\uf576' }
|
|
1153
|
+
'.bi-sort-numeric-down': { text: '\uf577', title: '\uf577' }
|
|
1154
|
+
'.bi-sort-numeric-up-alt': { text: '\uf578', title: '\uf578' }
|
|
1155
|
+
'.bi-sort-numeric-up': { text: '\uf579', title: '\uf579' }
|
|
1156
|
+
'.bi-sort-up-alt': { text: '\uf57a', title: '\uf57a' }
|
|
1157
|
+
'.bi-sort-up': { text: '\uf57b', title: '\uf57b' }
|
|
1158
|
+
'.bi-soundwave': { text: '\uf57c', title: '\uf57c' }
|
|
1159
|
+
'.bi-speaker-fill': { text: '\uf57d', title: '\uf57d' }
|
|
1160
|
+
'.bi-speaker': { text: '\uf57e', title: '\uf57e' }
|
|
1161
|
+
'.bi-speedometer': { text: '\uf57f', title: '\uf57f' }
|
|
1162
|
+
'.bi-speedometer2': { text: '\uf580', title: '\uf580' }
|
|
1163
|
+
'.bi-spellcheck': { text: '\uf581', title: '\uf581' }
|
|
1164
|
+
'.bi-square-fill': { text: '\uf582', title: '\uf582' }
|
|
1165
|
+
'.bi-square-half': { text: '\uf583', title: '\uf583' }
|
|
1166
|
+
'.bi-square': { text: '\uf584', title: '\uf584' }
|
|
1167
|
+
'.bi-stack': { text: '\uf585', title: '\uf585' }
|
|
1168
|
+
'.bi-star-fill': { text: '\uf586', title: '\uf586' }
|
|
1169
|
+
'.bi-star-half': { text: '\uf587', title: '\uf587' }
|
|
1170
|
+
'.bi-star': { text: '\uf588', title: '\uf588' }
|
|
1171
|
+
'.bi-stars': { text: '\uf589', title: '\uf589' }
|
|
1172
|
+
'.bi-stickies-fill': { text: '\uf58a', title: '\uf58a' }
|
|
1173
|
+
'.bi-stickies': { text: '\uf58b', title: '\uf58b' }
|
|
1174
|
+
'.bi-sticky-fill': { text: '\uf58c', title: '\uf58c' }
|
|
1175
|
+
'.bi-sticky': { text: '\uf58d', title: '\uf58d' }
|
|
1176
|
+
'.bi-stop-btn-fill': { text: '\uf58e', title: '\uf58e' }
|
|
1177
|
+
'.bi-stop-btn': { text: '\uf58f', title: '\uf58f' }
|
|
1178
|
+
'.bi-stop-circle-fill': { text: '\uf590', title: '\uf590' }
|
|
1179
|
+
'.bi-stop-circle': { text: '\uf591', title: '\uf591' }
|
|
1180
|
+
'.bi-stop-fill': { text: '\uf592', title: '\uf592' }
|
|
1181
|
+
'.bi-stop': { text: '\uf593', title: '\uf593' }
|
|
1182
|
+
'.bi-stoplights-fill': { text: '\uf594', title: '\uf594' }
|
|
1183
|
+
'.bi-stoplights': { text: '\uf595', title: '\uf595' }
|
|
1184
|
+
'.bi-stopwatch-fill': { text: '\uf596', title: '\uf596' }
|
|
1185
|
+
'.bi-stopwatch': { text: '\uf597', title: '\uf597' }
|
|
1186
|
+
'.bi-subtract': { text: '\uf598', title: '\uf598' }
|
|
1187
|
+
'.bi-suit-club-fill': { text: '\uf599', title: '\uf599' }
|
|
1188
|
+
'.bi-suit-club': { text: '\uf59a', title: '\uf59a' }
|
|
1189
|
+
'.bi-suit-diamond-fill': { text: '\uf59b', title: '\uf59b' }
|
|
1190
|
+
'.bi-suit-diamond': { text: '\uf59c', title: '\uf59c' }
|
|
1191
|
+
'.bi-suit-heart-fill': { text: '\uf59d', title: '\uf59d' }
|
|
1192
|
+
'.bi-suit-heart': { text: '\uf59e', title: '\uf59e' }
|
|
1193
|
+
'.bi-suit-spade-fill': { text: '\uf59f', title: '\uf59f' }
|
|
1194
|
+
'.bi-suit-spade': { text: '\uf5a0', title: '\uf5a0' }
|
|
1195
|
+
'.bi-sun-fill': { text: '\uf5a1', title: '\uf5a1' }
|
|
1196
|
+
'.bi-sun': { text: '\uf5a2', title: '\uf5a2' }
|
|
1197
|
+
'.bi-sunglasses': { text: '\uf5a3', title: '\uf5a3' }
|
|
1198
|
+
'.bi-sunrise-fill': { text: '\uf5a4', title: '\uf5a4' }
|
|
1199
|
+
'.bi-sunrise': { text: '\uf5a5', title: '\uf5a5' }
|
|
1200
|
+
'.bi-sunset-fill': { text: '\uf5a6', title: '\uf5a6' }
|
|
1201
|
+
'.bi-sunset': { text: '\uf5a7', title: '\uf5a7' }
|
|
1202
|
+
'.bi-symmetry-horizontal': { text: '\uf5a8', title: '\uf5a8' }
|
|
1203
|
+
'.bi-symmetry-vertical': { text: '\uf5a9', title: '\uf5a9' }
|
|
1204
|
+
'.bi-table': { text: '\uf5aa', title: '\uf5aa' }
|
|
1205
|
+
'.bi-tablet-fill': { text: '\uf5ab', title: '\uf5ab' }
|
|
1206
|
+
'.bi-tablet-landscape-fill': { text: '\uf5ac', title: '\uf5ac' }
|
|
1207
|
+
'.bi-tablet-landscape': { text: '\uf5ad', title: '\uf5ad' }
|
|
1208
|
+
'.bi-tablet': { text: '\uf5ae', title: '\uf5ae' }
|
|
1209
|
+
'.bi-tag-fill': { text: '\uf5af', title: '\uf5af' }
|
|
1210
|
+
'.bi-tag': { text: '\uf5b0', title: '\uf5b0' }
|
|
1211
|
+
'.bi-tags-fill': { text: '\uf5b1', title: '\uf5b1' }
|
|
1212
|
+
'.bi-tags': { text: '\uf5b2', title: '\uf5b2' }
|
|
1213
|
+
'.bi-telegram': { text: '\uf5b3', title: '\uf5b3' }
|
|
1214
|
+
'.bi-telephone-fill': { text: '\uf5b4', title: '\uf5b4' }
|
|
1215
|
+
'.bi-telephone-forward-fill': { text: '\uf5b5', title: '\uf5b5' }
|
|
1216
|
+
'.bi-telephone-forward': { text: '\uf5b6', title: '\uf5b6' }
|
|
1217
|
+
'.bi-telephone-inbound-fill': { text: '\uf5b7', title: '\uf5b7' }
|
|
1218
|
+
'.bi-telephone-inbound': { text: '\uf5b8', title: '\uf5b8' }
|
|
1219
|
+
'.bi-telephone-minus-fill': { text: '\uf5b9', title: '\uf5b9' }
|
|
1220
|
+
'.bi-telephone-minus': { text: '\uf5ba', title: '\uf5ba' }
|
|
1221
|
+
'.bi-telephone-outbound-fill': { text: '\uf5bb', title: '\uf5bb' }
|
|
1222
|
+
'.bi-telephone-outbound': { text: '\uf5bc', title: '\uf5bc' }
|
|
1223
|
+
'.bi-telephone-plus-fill': { text: '\uf5bd', title: '\uf5bd' }
|
|
1224
|
+
'.bi-telephone-plus': { text: '\uf5be', title: '\uf5be' }
|
|
1225
|
+
'.bi-telephone-x-fill': { text: '\uf5bf', title: '\uf5bf' }
|
|
1226
|
+
'.bi-telephone-x': { text: '\uf5c0', title: '\uf5c0' }
|
|
1227
|
+
'.bi-telephone': { text: '\uf5c1', title: '\uf5c1' }
|
|
1228
|
+
'.bi-terminal-fill': { text: '\uf5c2', title: '\uf5c2' }
|
|
1229
|
+
'.bi-terminal': { text: '\uf5c3', title: '\uf5c3' }
|
|
1230
|
+
'.bi-text-center': { text: '\uf5c4', title: '\uf5c4' }
|
|
1231
|
+
'.bi-text-indent-left': { text: '\uf5c5', title: '\uf5c5' }
|
|
1232
|
+
'.bi-text-indent-right': { text: '\uf5c6', title: '\uf5c6' }
|
|
1233
|
+
'.bi-text-left': { text: '\uf5c7', title: '\uf5c7' }
|
|
1234
|
+
'.bi-text-paragraph': { text: '\uf5c8', title: '\uf5c8' }
|
|
1235
|
+
'.bi-text-right': { text: '\uf5c9', title: '\uf5c9' }
|
|
1236
|
+
'.bi-textarea-resize': { text: '\uf5ca', title: '\uf5ca' }
|
|
1237
|
+
'.bi-textarea-t': { text: '\uf5cb', title: '\uf5cb' }
|
|
1238
|
+
'.bi-textarea': { text: '\uf5cc', title: '\uf5cc' }
|
|
1239
|
+
'.bi-thermometer-half': { text: '\uf5cd', title: '\uf5cd' }
|
|
1240
|
+
'.bi-thermometer-high': { text: '\uf5ce', title: '\uf5ce' }
|
|
1241
|
+
'.bi-thermometer-low': { text: '\uf5cf', title: '\uf5cf' }
|
|
1242
|
+
'.bi-thermometer-snow': { text: '\uf5d0', title: '\uf5d0' }
|
|
1243
|
+
'.bi-thermometer-sun': { text: '\uf5d1', title: '\uf5d1' }
|
|
1244
|
+
'.bi-thermometer': { text: '\uf5d2', title: '\uf5d2' }
|
|
1245
|
+
'.bi-three-dots-vertical': { text: '\uf5d3', title: '\uf5d3' }
|
|
1246
|
+
'.bi-three-dots': { text: '\uf5d4', title: '\uf5d4' }
|
|
1247
|
+
'.bi-toggle-off': { text: '\uf5d5', title: '\uf5d5' }
|
|
1248
|
+
'.bi-toggle-on': { text: '\uf5d6', title: '\uf5d6' }
|
|
1249
|
+
'.bi-toggle2-off': { text: '\uf5d7', title: '\uf5d7' }
|
|
1250
|
+
'.bi-toggle2-on': { text: '\uf5d8', title: '\uf5d8' }
|
|
1251
|
+
'.bi-toggles': { text: '\uf5d9', title: '\uf5d9' }
|
|
1252
|
+
'.bi-toggles2': { text: '\uf5da', title: '\uf5da' }
|
|
1253
|
+
'.bi-tools': { text: '\uf5db', title: '\uf5db' }
|
|
1254
|
+
'.bi-tornado': { text: '\uf5dc', title: '\uf5dc' }
|
|
1255
|
+
'.bi-trash-fill': { text: '\uf5dd', title: '\uf5dd' }
|
|
1256
|
+
'.bi-trash': { text: '\uf5de', title: '\uf5de' }
|
|
1257
|
+
'.bi-trash2-fill': { text: '\uf5df', title: '\uf5df' }
|
|
1258
|
+
'.bi-trash2': { text: '\uf5e0', title: '\uf5e0' }
|
|
1259
|
+
'.bi-tree-fill': { text: '\uf5e1', title: '\uf5e1' }
|
|
1260
|
+
'.bi-tree': { text: '\uf5e2', title: '\uf5e2' }
|
|
1261
|
+
'.bi-triangle-fill': { text: '\uf5e3', title: '\uf5e3' }
|
|
1262
|
+
'.bi-triangle-half': { text: '\uf5e4', title: '\uf5e4' }
|
|
1263
|
+
'.bi-triangle': { text: '\uf5e5', title: '\uf5e5' }
|
|
1264
|
+
'.bi-trophy-fill': { text: '\uf5e6', title: '\uf5e6' }
|
|
1265
|
+
'.bi-trophy': { text: '\uf5e7', title: '\uf5e7' }
|
|
1266
|
+
'.bi-tropical-storm': { text: '\uf5e8', title: '\uf5e8' }
|
|
1267
|
+
'.bi-truck-flatbed': { text: '\uf5e9', title: '\uf5e9' }
|
|
1268
|
+
'.bi-truck': { text: '\uf5ea', title: '\uf5ea' }
|
|
1269
|
+
'.bi-tsunami': { text: '\uf5eb', title: '\uf5eb' }
|
|
1270
|
+
'.bi-tv-fill': { text: '\uf5ec', title: '\uf5ec' }
|
|
1271
|
+
'.bi-tv': { text: '\uf5ed', title: '\uf5ed' }
|
|
1272
|
+
'.bi-twitch': { text: '\uf5ee', title: '\uf5ee' }
|
|
1273
|
+
'.bi-twitter': { text: '\uf5ef', title: '\uf5ef' }
|
|
1274
|
+
'.bi-type-bold': { text: '\uf5f0', title: '\uf5f0' }
|
|
1275
|
+
'.bi-type-h1': { text: '\uf5f1', title: '\uf5f1' }
|
|
1276
|
+
'.bi-type-h2': { text: '\uf5f2', title: '\uf5f2' }
|
|
1277
|
+
'.bi-type-h3': { text: '\uf5f3', title: '\uf5f3' }
|
|
1278
|
+
'.bi-type-italic': { text: '\uf5f4', title: '\uf5f4' }
|
|
1279
|
+
'.bi-type-strikethrough': { text: '\uf5f5', title: '\uf5f5' }
|
|
1280
|
+
'.bi-type-underline': { text: '\uf5f6', title: '\uf5f6' }
|
|
1281
|
+
'.bi-type': { text: '\uf5f7', title: '\uf5f7' }
|
|
1282
|
+
'.bi-ui-checks-grid': { text: '\uf5f8', title: '\uf5f8' }
|
|
1283
|
+
'.bi-ui-checks': { text: '\uf5f9', title: '\uf5f9' }
|
|
1284
|
+
'.bi-ui-radios-grid': { text: '\uf5fa', title: '\uf5fa' }
|
|
1285
|
+
'.bi-ui-radios': { text: '\uf5fb', title: '\uf5fb' }
|
|
1286
|
+
'.bi-umbrella-fill': { text: '\uf5fc', title: '\uf5fc' }
|
|
1287
|
+
'.bi-umbrella': { text: '\uf5fd', title: '\uf5fd' }
|
|
1288
|
+
'.bi-union': { text: '\uf5fe', title: '\uf5fe' }
|
|
1289
|
+
'.bi-unlock-fill': { text: '\uf5ff', title: '\uf5ff' }
|
|
1290
|
+
'.bi-unlock': { text: '\uf600', title: '\uf600' }
|
|
1291
|
+
'.bi-upc-scan': { text: '\uf601', title: '\uf601' }
|
|
1292
|
+
'.bi-upc': { text: '\uf602', title: '\uf602' }
|
|
1293
|
+
'.bi-upload': { text: '\uf603', title: '\uf603' }
|
|
1294
|
+
'.bi-vector-pen': { text: '\uf604', title: '\uf604' }
|
|
1295
|
+
'.bi-view-list': { text: '\uf605', title: '\uf605' }
|
|
1296
|
+
'.bi-view-stacked': { text: '\uf606', title: '\uf606' }
|
|
1297
|
+
'.bi-vinyl-fill': { text: '\uf607', title: '\uf607' }
|
|
1298
|
+
'.bi-vinyl': { text: '\uf608', title: '\uf608' }
|
|
1299
|
+
'.bi-voicemail': { text: '\uf609', title: '\uf609' }
|
|
1300
|
+
'.bi-volume-down-fill': { text: '\uf60a', title: '\uf60a' }
|
|
1301
|
+
'.bi-volume-down': { text: '\uf60b', title: '\uf60b' }
|
|
1302
|
+
'.bi-volume-mute-fill': { text: '\uf60c', title: '\uf60c' }
|
|
1303
|
+
'.bi-volume-mute': { text: '\uf60d', title: '\uf60d' }
|
|
1304
|
+
'.bi-volume-off-fill': { text: '\uf60e', title: '\uf60e' }
|
|
1305
|
+
'.bi-volume-off': { text: '\uf60f', title: '\uf60f' }
|
|
1306
|
+
'.bi-volume-up-fill': { text: '\uf610', title: '\uf610' }
|
|
1307
|
+
'.bi-volume-up': { text: '\uf611', title: '\uf611' }
|
|
1308
|
+
'.bi-vr': { text: '\uf612', title: '\uf612' }
|
|
1309
|
+
'.bi-wallet-fill': { text: '\uf613', title: '\uf613' }
|
|
1310
|
+
'.bi-wallet': { text: '\uf614', title: '\uf614' }
|
|
1311
|
+
'.bi-wallet2': { text: '\uf615', title: '\uf615' }
|
|
1312
|
+
'.bi-watch': { text: '\uf616', title: '\uf616' }
|
|
1313
|
+
'.bi-water': { text: '\uf617', title: '\uf617' }
|
|
1314
|
+
'.bi-whatsapp': { text: '\uf618', title: '\uf618' }
|
|
1315
|
+
'.bi-wifi-1': { text: '\uf619', title: '\uf619' }
|
|
1316
|
+
'.bi-wifi-2': { text: '\uf61a', title: '\uf61a' }
|
|
1317
|
+
'.bi-wifi-off': { text: '\uf61b', title: '\uf61b' }
|
|
1318
|
+
'.bi-wifi': { text: '\uf61c', title: '\uf61c' }
|
|
1319
|
+
'.bi-wind': { text: '\uf61d', title: '\uf61d' }
|
|
1320
|
+
'.bi-window-dock': { text: '\uf61e', title: '\uf61e' }
|
|
1321
|
+
'.bi-window-sidebar': { text: '\uf61f', title: '\uf61f' }
|
|
1322
|
+
'.bi-window': { text: '\uf620', title: '\uf620' }
|
|
1323
|
+
'.bi-wrench': { text: '\uf621', title: '\uf621' }
|
|
1324
|
+
'.bi-x-circle-fill': { text: '\uf622', title: '\uf622' }
|
|
1325
|
+
'.bi-x-circle': { text: '\uf623', title: '\uf623' }
|
|
1326
|
+
'.bi-x-diamond-fill': { text: '\uf624', title: '\uf624' }
|
|
1327
|
+
'.bi-x-diamond': { text: '\uf625', title: '\uf625' }
|
|
1328
|
+
'.bi-x-octagon-fill': { text: '\uf626', title: '\uf626' }
|
|
1329
|
+
'.bi-x-octagon': { text: '\uf627', title: '\uf627' }
|
|
1330
|
+
'.bi-x-square-fill': { text: '\uf628', title: '\uf628' }
|
|
1331
|
+
'.bi-x-square': { text: '\uf629', title: '\uf629' }
|
|
1332
|
+
'.bi-x': { text: '\uf62a', title: '\uf62a' }
|
|
1333
|
+
'.bi-youtube': { text: '\uf62b', title: '\uf62b' }
|
|
1334
|
+
'.bi-zoom-in': { text: '\uf62c', title: '\uf62c' }
|
|
1335
|
+
'.bi-zoom-out': { text: '\uf62d', title: '\uf62d' }
|
|
1336
|
+
'.bi-bank': { text: '\uf62e', title: '\uf62e' }
|
|
1337
|
+
'.bi-bank2': { text: '\uf62f', title: '\uf62f' }
|
|
1338
|
+
'.bi-bell-slash-fill': { text: '\uf630', title: '\uf630' }
|
|
1339
|
+
'.bi-bell-slash': { text: '\uf631', title: '\uf631' }
|
|
1340
|
+
'.bi-cash-coin': { text: '\uf632', title: '\uf632' }
|
|
1341
|
+
'.bi-check-lg': { text: '\uf633', title: '\uf633' }
|
|
1342
|
+
'.bi-coin': { text: '\uf634', title: '\uf634' }
|
|
1343
|
+
'.bi-currency-bitcoin': { text: '\uf635', title: '\uf635' }
|
|
1344
|
+
'.bi-currency-dollar': { text: '\uf636', title: '\uf636' }
|
|
1345
|
+
'.bi-currency-euro': { text: '\uf637', title: '\uf637' }
|
|
1346
|
+
'.bi-currency-exchange': { text: '\uf638', title: '\uf638' }
|
|
1347
|
+
'.bi-currency-pound': { text: '\uf639', title: '\uf639' }
|
|
1348
|
+
'.bi-currency-yen': { text: '\uf63a', title: '\uf63a' }
|
|
1349
|
+
'.bi-dash-lg': { text: '\uf63b', title: '\uf63b' }
|
|
1350
|
+
'.bi-exclamation-lg': { text: '\uf63c', title: '\uf63c' }
|
|
1351
|
+
'.bi-file-earmark-pdf-fill': { text: '\uf63d', title: '\uf63d' }
|
|
1352
|
+
'.bi-file-earmark-pdf': { text: '\uf63e', title: '\uf63e' }
|
|
1353
|
+
'.bi-file-pdf-fill': { text: '\uf63f', title: '\uf63f' }
|
|
1354
|
+
'.bi-file-pdf': { text: '\uf640', title: '\uf640' }
|
|
1355
|
+
'.bi-gender-ambiguous': { text: '\uf641', title: '\uf641' }
|
|
1356
|
+
'.bi-gender-female': { text: '\uf642', title: '\uf642' }
|
|
1357
|
+
'.bi-gender-male': { text: '\uf643', title: '\uf643' }
|
|
1358
|
+
'.bi-gender-trans': { text: '\uf644', title: '\uf644' }
|
|
1359
|
+
'.bi-headset-vr': { text: '\uf645', title: '\uf645' }
|
|
1360
|
+
'.bi-info-lg': { text: '\uf646', title: '\uf646' }
|
|
1361
|
+
'.bi-mastodon': { text: '\uf647', title: '\uf647' }
|
|
1362
|
+
'.bi-messenger': { text: '\uf648', title: '\uf648' }
|
|
1363
|
+
'.bi-piggy-bank-fill': { text: '\uf649', title: '\uf649' }
|
|
1364
|
+
'.bi-piggy-bank': { text: '\uf64a', title: '\uf64a' }
|
|
1365
|
+
'.bi-pin-map-fill': { text: '\uf64b', title: '\uf64b' }
|
|
1366
|
+
'.bi-pin-map': { text: '\uf64c', title: '\uf64c' }
|
|
1367
|
+
'.bi-plus-lg': { text: '\uf64d', title: '\uf64d' }
|
|
1368
|
+
'.bi-question-lg': { text: '\uf64e', title: '\uf64e' }
|
|
1369
|
+
'.bi-recycle': { text: '\uf64f', title: '\uf64f' }
|
|
1370
|
+
'.bi-reddit': { text: '\uf650', title: '\uf650' }
|
|
1371
|
+
'.bi-safe-fill': { text: '\uf651', title: '\uf651' }
|
|
1372
|
+
'.bi-safe2-fill': { text: '\uf652', title: '\uf652' }
|
|
1373
|
+
'.bi-safe2': { text: '\uf653', title: '\uf653' }
|
|
1374
|
+
'.bi-sd-card-fill': { text: '\uf654', title: '\uf654' }
|
|
1375
|
+
'.bi-sd-card': { text: '\uf655', title: '\uf655' }
|
|
1376
|
+
'.bi-skype': { text: '\uf656', title: '\uf656' }
|
|
1377
|
+
'.bi-slash-lg': { text: '\uf657', title: '\uf657' }
|
|
1378
|
+
'.bi-translate': { text: '\uf658', title: '\uf658' }
|
|
1379
|
+
'.bi-x-lg': { text: '\uf659', title: '\uf659' }
|
|
1380
|
+
'.bi-safe': { text: '\uf65a', title: '\uf65a' }
|
|
1381
|
+
'.bi-apple': { text: '\uf65b', title: '\uf65b' }
|
|
1382
|
+
'.bi-microsoft': { text: '\uf65d', title: '\uf65d' }
|
|
1383
|
+
'.bi-windows': { text: '\uf65e', title: '\uf65e' }
|
|
1384
|
+
'.bi-behance': { text: '\uf65c', title: '\uf65c' }
|
|
1385
|
+
'.bi-dribbble': { text: '\uf65f', title: '\uf65f' }
|
|
1386
|
+
'.bi-line': { text: '\uf660', title: '\uf660' }
|
|
1387
|
+
'.bi-medium': { text: '\uf661', title: '\uf661' }
|
|
1388
|
+
'.bi-paypal': { text: '\uf662', title: '\uf662' }
|
|
1389
|
+
'.bi-pinterest': { text: '\uf663', title: '\uf663' }
|
|
1390
|
+
'.bi-signal': { text: '\uf664', title: '\uf664' }
|
|
1391
|
+
'.bi-snapchat': { text: '\uf665', title: '\uf665' }
|
|
1392
|
+
'.bi-spotify': { text: '\uf666', title: '\uf666' }
|
|
1393
|
+
'.bi-stack-overflow': { text: '\uf667', title: '\uf667' }
|
|
1394
|
+
'.bi-strava': { text: '\uf668', title: '\uf668' }
|
|
1395
|
+
'.bi-wordpress': { text: '\uf669', title: '\uf669' }
|
|
1396
|
+
'.bi-vimeo': { text: '\uf66a', title: '\uf66a' }
|
|
1397
|
+
'.bi-activity': { text: '\uf66b', title: '\uf66b' }
|
|
1398
|
+
'.bi-easel2-fill': { text: '\uf66c', title: '\uf66c' }
|
|
1399
|
+
'.bi-easel2': { text: '\uf66d', title: '\uf66d' }
|
|
1400
|
+
'.bi-easel3-fill': { text: '\uf66e', title: '\uf66e' }
|
|
1401
|
+
'.bi-easel3': { text: '\uf66f', title: '\uf66f' }
|
|
1402
|
+
'.bi-fan': { text: '\uf670', title: '\uf670' }
|
|
1403
|
+
'.bi-fingerprint': { text: '\uf671', title: '\uf671' }
|
|
1404
|
+
'.bi-graph-down-arrow': { text: '\uf672', title: '\uf672' }
|
|
1405
|
+
'.bi-graph-up-arrow': { text: '\uf673', title: '\uf673' }
|
|
1406
|
+
'.bi-hypnotize': { text: '\uf674', title: '\uf674' }
|
|
1407
|
+
'.bi-magic': { text: '\uf675', title: '\uf675' }
|
|
1408
|
+
'.bi-person-rolodex': { text: '\uf676', title: '\uf676' }
|
|
1409
|
+
'.bi-person-video': { text: '\uf677', title: '\uf677' }
|
|
1410
|
+
'.bi-person-video2': { text: '\uf678', title: '\uf678' }
|
|
1411
|
+
'.bi-person-video3': { text: '\uf679', title: '\uf679' }
|
|
1412
|
+
'.bi-person-workspace': { text: '\uf67a', title: '\uf67a' }
|
|
1413
|
+
'.bi-radioactive': { text: '\uf67b', title: '\uf67b' }
|
|
1414
|
+
'.bi-webcam-fill': { text: '\uf67c', title: '\uf67c' }
|
|
1415
|
+
'.bi-webcam': { text: '\uf67d', title: '\uf67d' }
|
|
1416
|
+
'.bi-yin-yang': { text: '\uf67e', title: '\uf67e' }
|
|
1417
|
+
'.bi-bandaid-fill': { text: '\uf680', title: '\uf680' }
|
|
1418
|
+
'.bi-bandaid': { text: '\uf681', title: '\uf681' }
|
|
1419
|
+
'.bi-bluetooth': { text: '\uf682', title: '\uf682' }
|
|
1420
|
+
'.bi-body-text': { text: '\uf683', title: '\uf683' }
|
|
1421
|
+
'.bi-boombox': { text: '\uf684', title: '\uf684' }
|
|
1422
|
+
'.bi-boxes': { text: '\uf685', title: '\uf685' }
|
|
1423
|
+
'.bi-dpad-fill': { text: '\uf686', title: '\uf686' }
|
|
1424
|
+
'.bi-dpad': { text: '\uf687', title: '\uf687' }
|
|
1425
|
+
'.bi-ear-fill': { text: '\uf688', title: '\uf688' }
|
|
1426
|
+
'.bi-ear': { text: '\uf689', title: '\uf689' }
|
|
1427
|
+
'.bi-envelope-check-1': { text: '\uf68a', title: '\uf68a' }
|
|
1428
|
+
'.bi-envelope-check-fill': { text: '\uf68b', title: '\uf68b' }
|
|
1429
|
+
'.bi-envelope-check': { text: '\uf68c', title: '\uf68c' }
|
|
1430
|
+
'.bi-envelope-dash-1': { text: '\uf68d', title: '\uf68d' }
|
|
1431
|
+
'.bi-envelope-dash-fill': { text: '\uf68e', title: '\uf68e' }
|
|
1432
|
+
'.bi-envelope-dash': { text: '\uf68f', title: '\uf68f' }
|
|
1433
|
+
'.bi-envelope-exclamation-1': { text: '\uf690', title: '\uf690' }
|
|
1434
|
+
'.bi-envelope-exclamation-fill': { text: '\uf691', title: '\uf691' }
|
|
1435
|
+
'.bi-envelope-exclamation': { text: '\uf692', title: '\uf692' }
|
|
1436
|
+
'.bi-envelope-plus-fill': { text: '\uf693', title: '\uf693' }
|
|
1437
|
+
'.bi-envelope-plus': { text: '\uf694', title: '\uf694' }
|
|
1438
|
+
'.bi-envelope-slash-1': { text: '\uf695', title: '\uf695' }
|
|
1439
|
+
'.bi-envelope-slash-fill': { text: '\uf696', title: '\uf696' }
|
|
1440
|
+
'.bi-envelope-slash': { text: '\uf697', title: '\uf697' }
|
|
1441
|
+
'.bi-envelope-x-1': { text: '\uf698', title: '\uf698' }
|
|
1442
|
+
'.bi-envelope-x-fill': { text: '\uf699', title: '\uf699' }
|
|
1443
|
+
'.bi-envelope-x': { text: '\uf69a', title: '\uf69a' }
|
|
1444
|
+
'.bi-explicit-fill': { text: '\uf69b', title: '\uf69b' }
|
|
1445
|
+
'.bi-explicit': { text: '\uf69c', title: '\uf69c' }
|
|
1446
|
+
'.bi-git': { text: '\uf69d', title: '\uf69d' }
|
|
1447
|
+
'.bi-infinity': { text: '\uf69e', title: '\uf69e' }
|
|
1448
|
+
'.bi-list-columns-reverse': { text: '\uf69f', title: '\uf69f' }
|
|
1449
|
+
'.bi-list-columns': { text: '\uf6a0', title: '\uf6a0' }
|
|
1450
|
+
'.bi-meta': { text: '\uf6a1', title: '\uf6a1' }
|
|
1451
|
+
'.bi-mortorboard-fill': { text: '\uf6a2', title: '\uf6a2' }
|
|
1452
|
+
'.bi-mortorboard': { text: '\uf6a3', title: '\uf6a3' }
|
|
1453
|
+
'.bi-nintendo-switch': { text: '\uf6a4', title: '\uf6a4' }
|
|
1454
|
+
'.bi-pc-display-horizontal': { text: '\uf6a5', title: '\uf6a5' }
|
|
1455
|
+
'.bi-pc-display': { text: '\uf6a6', title: '\uf6a6' }
|
|
1456
|
+
'.bi-pc-horizontal': { text: '\uf6a7', title: '\uf6a7' }
|
|
1457
|
+
'.bi-pc': { text: '\uf6a8', title: '\uf6a8' }
|
|
1458
|
+
'.bi-playstation': { text: '\uf6a9', title: '\uf6a9' }
|
|
1459
|
+
'.bi-plus-slash-minus': { text: '\uf6aa', title: '\uf6aa' }
|
|
1460
|
+
'.bi-projector-fill': { text: '\uf6ab', title: '\uf6ab' }
|
|
1461
|
+
'.bi-projector': { text: '\uf6ac', title: '\uf6ac' }
|
|
1462
|
+
'.bi-qr-code-scan': { text: '\uf6ad', title: '\uf6ad' }
|
|
1463
|
+
'.bi-qr-code': { text: '\uf6ae', title: '\uf6ae' }
|
|
1464
|
+
'.bi-quora': { text: '\uf6af', title: '\uf6af' }
|
|
1465
|
+
'.bi-quote': { text: '\uf6b0', title: '\uf6b0' }
|
|
1466
|
+
'.bi-robot': { text: '\uf6b1', title: '\uf6b1' }
|
|
1467
|
+
'.bi-send-check-fill': { text: '\uf6b2', title: '\uf6b2' }
|
|
1468
|
+
'.bi-send-check': { text: '\uf6b3', title: '\uf6b3' }
|
|
1469
|
+
'.bi-send-dash-fill': { text: '\uf6b4', title: '\uf6b4' }
|
|
1470
|
+
'.bi-send-dash': { text: '\uf6b5', title: '\uf6b5' }
|
|
1471
|
+
'.bi-send-exclamation-1': { text: '\uf6b6', title: '\uf6b6' }
|
|
1472
|
+
'.bi-send-exclamation-fill': { text: '\uf6b7', title: '\uf6b7' }
|
|
1473
|
+
'.bi-send-exclamation': { text: '\uf6b8', title: '\uf6b8' }
|
|
1474
|
+
'.bi-send-fill': { text: '\uf6b9', title: '\uf6b9' }
|
|
1475
|
+
'.bi-send-plus-fill': { text: '\uf6ba', title: '\uf6ba' }
|
|
1476
|
+
'.bi-send-plus': { text: '\uf6bb', title: '\uf6bb' }
|
|
1477
|
+
'.bi-send-slash-fill': { text: '\uf6bc', title: '\uf6bc' }
|
|
1478
|
+
'.bi-send-slash': { text: '\uf6bd', title: '\uf6bd' }
|
|
1479
|
+
'.bi-send-x-fill': { text: '\uf6be', title: '\uf6be' }
|
|
1480
|
+
'.bi-send-x': { text: '\uf6bf', title: '\uf6bf' }
|
|
1481
|
+
'.bi-send': { text: '\uf6c0', title: '\uf6c0' }
|
|
1482
|
+
'.bi-steam': { text: '\uf6c1', title: '\uf6c1' }
|
|
1483
|
+
'.bi-terminal-dash-1': { text: '\uf6c2', title: '\uf6c2' }
|
|
1484
|
+
'.bi-terminal-dash': { text: '\uf6c3', title: '\uf6c3' }
|
|
1485
|
+
'.bi-terminal-plus': { text: '\uf6c4', title: '\uf6c4' }
|
|
1486
|
+
'.bi-terminal-split': { text: '\uf6c5', title: '\uf6c5' }
|
|
1487
|
+
'.bi-ticket-detailed-fill': { text: '\uf6c6', title: '\uf6c6' }
|
|
1488
|
+
'.bi-ticket-detailed': { text: '\uf6c7', title: '\uf6c7' }
|
|
1489
|
+
'.bi-ticket-fill': { text: '\uf6c8', title: '\uf6c8' }
|
|
1490
|
+
'.bi-ticket-perforated-fill': { text: '\uf6c9', title: '\uf6c9' }
|
|
1491
|
+
'.bi-ticket-perforated': { text: '\uf6ca', title: '\uf6ca' }
|
|
1492
|
+
'.bi-ticket': { text: '\uf6cb', title: '\uf6cb' }
|
|
1493
|
+
'.bi-tiktok': { text: '\uf6cc', title: '\uf6cc' }
|
|
1494
|
+
'.bi-window-dash': { text: '\uf6cd', title: '\uf6cd' }
|
|
1495
|
+
'.bi-window-desktop': { text: '\uf6ce', title: '\uf6ce' }
|
|
1496
|
+
'.bi-window-fullscreen': { text: '\uf6cf', title: '\uf6cf' }
|
|
1497
|
+
'.bi-window-plus': { text: '\uf6d0', title: '\uf6d0' }
|
|
1498
|
+
'.bi-window-split': { text: '\uf6d1', title: '\uf6d1' }
|
|
1499
|
+
'.bi-window-stack': { text: '\uf6d2', title: '\uf6d2' }
|
|
1500
|
+
'.bi-window-x': { text: '\uf6d3', title: '\uf6d3' }
|
|
1501
|
+
'.bi-xbox': { text: '\uf6d4', title: '\uf6d4' }
|
|
1502
|
+
'.bi-ethernet': { text: '\uf6d5', title: '\uf6d5' }
|
|
1503
|
+
'.bi-hdmi-fill': { text: '\uf6d6', title: '\uf6d6' }
|
|
1504
|
+
'.bi-hdmi': { text: '\uf6d7', title: '\uf6d7' }
|
|
1505
|
+
'.bi-usb-c-fill': { text: '\uf6d8', title: '\uf6d8' }
|
|
1506
|
+
'.bi-usb-c': { text: '\uf6d9', title: '\uf6d9' }
|
|
1507
|
+
'.bi-usb-fill': { text: '\uf6da', title: '\uf6da' }
|
|
1508
|
+
'.bi-usb-plug-fill': { text: '\uf6db', title: '\uf6db' }
|
|
1509
|
+
'.bi-usb-plug': { text: '\uf6dc', title: '\uf6dc' }
|
|
1510
|
+
'.bi-usb-symbol': { text: '\uf6dd', title: '\uf6dd' }
|
|
1511
|
+
'.bi-usb': { text: '\uf6de', title: '\uf6de' }
|
|
1512
|
+
'.bi-boombox-fill': { text: '\uf6df', title: '\uf6df' }
|
|
1513
|
+
'.bi-displayport-1': { text: '\uf6e0', title: '\uf6e0' }
|
|
1514
|
+
'.bi-displayport': { text: '\uf6e1', title: '\uf6e1' }
|
|
1515
|
+
'.bi-gpu-card': { text: '\uf6e2', title: '\uf6e2' }
|
|
1516
|
+
'.bi-memory': { text: '\uf6e3', title: '\uf6e3' }
|
|
1517
|
+
'.bi-modem-fill': { text: '\uf6e4', title: '\uf6e4' }
|
|
1518
|
+
'.bi-modem': { text: '\uf6e5', title: '\uf6e5' }
|
|
1519
|
+
'.bi-motherboard-fill': { text: '\uf6e6', title: '\uf6e6' }
|
|
1520
|
+
'.bi-motherboard': { text: '\uf6e7', title: '\uf6e7' }
|
|
1521
|
+
'.bi-optical-audio-fill': { text: '\uf6e8', title: '\uf6e8' }
|
|
1522
|
+
'.bi-optical-audio': { text: '\uf6e9', title: '\uf6e9' }
|
|
1523
|
+
'.bi-pci-card': { text: '\uf6ea', title: '\uf6ea' }
|
|
1524
|
+
'.bi-router-fill': { text: '\uf6eb', title: '\uf6eb' }
|
|
1525
|
+
'.bi-router': { text: '\uf6ec', title: '\uf6ec' }
|
|
1526
|
+
'.bi-ssd-fill': { text: '\uf6ed', title: '\uf6ed' }
|
|
1527
|
+
'.bi-ssd': { text: '\uf6ee', title: '\uf6ee' }
|
|
1528
|
+
'.bi-thunderbolt-fill': { text: '\uf6ef', title: '\uf6ef' }
|
|
1529
|
+
'.bi-thunderbolt': { text: '\uf6f0', title: '\uf6f0' }
|
|
1530
|
+
'.bi-usb-drive-fill': { text: '\uf6f1', title: '\uf6f1' }
|
|
1531
|
+
'.bi-usb-drive': { text: '\uf6f2', title: '\uf6f2' }
|
|
1532
|
+
'.bi-usb-micro-fill': { text: '\uf6f3', title: '\uf6f3' }
|
|
1533
|
+
'.bi-usb-micro': { text: '\uf6f4', title: '\uf6f4' }
|
|
1534
|
+
'.bi-usb-mini-fill': { text: '\uf6f5', title: '\uf6f5' }
|
|
1535
|
+
'.bi-usb-mini': { text: '\uf6f6', title: '\uf6f6' }
|
|
1536
|
+
'.bi-cloud-haze2': { text: '\uf6f7', title: '\uf6f7' }
|
|
1537
|
+
'.bi-device-hdd-fill': { text: '\uf6f8', title: '\uf6f8' }
|
|
1538
|
+
'.bi-device-hdd': { text: '\uf6f9', title: '\uf6f9' }
|
|
1539
|
+
'.bi-device-ssd-fill': { text: '\uf6fa', title: '\uf6fa' }
|
|
1540
|
+
'.bi-device-ssd': { text: '\uf6fb', title: '\uf6fb' }
|
|
1541
|
+
'.bi-displayport-fill': { text: '\uf6fc', title: '\uf6fc' }
|
|
1542
|
+
'.bi-mortarboard-fill': { text: '\uf6fd', title: '\uf6fd' }
|
|
1543
|
+
'.bi-mortarboard': { text: '\uf6fe', title: '\uf6fe' }
|
|
1544
|
+
'.bi-terminal-x': { text: '\uf6ff', title: '\uf6ff' }
|
|
1545
|
+
'.bi-arrow-through-heart-fill': { text: '\uf700', title: '\uf700' }
|
|
1546
|
+
'.bi-arrow-through-heart': { text: '\uf701', title: '\uf701' }
|
|
1547
|
+
'.bi-badge-sd-fill': { text: '\uf702', title: '\uf702' }
|
|
1548
|
+
'.bi-badge-sd': { text: '\uf703', title: '\uf703' }
|
|
1549
|
+
'.bi-bag-heart-fill': { text: '\uf704', title: '\uf704' }
|
|
1550
|
+
'.bi-bag-heart': { text: '\uf705', title: '\uf705' }
|
|
1551
|
+
'.bi-balloon-fill': { text: '\uf706', title: '\uf706' }
|
|
1552
|
+
'.bi-balloon-heart-fill': { text: '\uf707', title: '\uf707' }
|
|
1553
|
+
'.bi-balloon-heart': { text: '\uf708', title: '\uf708' }
|
|
1554
|
+
'.bi-balloon': { text: '\uf709', title: '\uf709' }
|
|
1555
|
+
'.bi-box2-fill': { text: '\uf70a', title: '\uf70a' }
|
|
1556
|
+
'.bi-box2-heart-fill': { text: '\uf70b', title: '\uf70b' }
|
|
1557
|
+
'.bi-box2-heart': { text: '\uf70c', title: '\uf70c' }
|
|
1558
|
+
'.bi-box2': { text: '\uf70d', title: '\uf70d' }
|
|
1559
|
+
'.bi-braces-asterisk': { text: '\uf70e', title: '\uf70e' }
|
|
1560
|
+
'.bi-calendar-heart-fill': { text: '\uf70f', title: '\uf70f' }
|
|
1561
|
+
'.bi-calendar-heart': { text: '\uf710', title: '\uf710' }
|
|
1562
|
+
'.bi-calendar2-heart-fill': { text: '\uf711', title: '\uf711' }
|
|
1563
|
+
'.bi-calendar2-heart': { text: '\uf712', title: '\uf712' }
|
|
1564
|
+
'.bi-chat-heart-fill': { text: '\uf713', title: '\uf713' }
|
|
1565
|
+
'.bi-chat-heart': { text: '\uf714', title: '\uf714' }
|
|
1566
|
+
'.bi-chat-left-heart-fill': { text: '\uf715', title: '\uf715' }
|
|
1567
|
+
'.bi-chat-left-heart': { text: '\uf716', title: '\uf716' }
|
|
1568
|
+
'.bi-chat-right-heart-fill': { text: '\uf717', title: '\uf717' }
|
|
1569
|
+
'.bi-chat-right-heart': { text: '\uf718', title: '\uf718' }
|
|
1570
|
+
'.bi-chat-square-heart-fill': { text: '\uf719', title: '\uf719' }
|
|
1571
|
+
'.bi-chat-square-heart': { text: '\uf71a', title: '\uf71a' }
|
|
1572
|
+
'.bi-clipboard-check-fill': { text: '\uf71b', title: '\uf71b' }
|
|
1573
|
+
'.bi-clipboard-data-fill': { text: '\uf71c', title: '\uf71c' }
|
|
1574
|
+
'.bi-clipboard-fill': { text: '\uf71d', title: '\uf71d' }
|
|
1575
|
+
'.bi-clipboard-heart-fill': { text: '\uf71e', title: '\uf71e' }
|
|
1576
|
+
'.bi-clipboard-heart': { text: '\uf71f', title: '\uf71f' }
|
|
1577
|
+
'.bi-clipboard-minus-fill': { text: '\uf720', title: '\uf720' }
|
|
1578
|
+
'.bi-clipboard-plus-fill': { text: '\uf721', title: '\uf721' }
|
|
1579
|
+
'.bi-clipboard-pulse': { text: '\uf722', title: '\uf722' }
|
|
1580
|
+
'.bi-clipboard-x-fill': { text: '\uf723', title: '\uf723' }
|
|
1581
|
+
'.bi-clipboard2-check-fill': { text: '\uf724', title: '\uf724' }
|
|
1582
|
+
'.bi-clipboard2-check': { text: '\uf725', title: '\uf725' }
|
|
1583
|
+
'.bi-clipboard2-data-fill': { text: '\uf726', title: '\uf726' }
|
|
1584
|
+
'.bi-clipboard2-data': { text: '\uf727', title: '\uf727' }
|
|
1585
|
+
'.bi-clipboard2-fill': { text: '\uf728', title: '\uf728' }
|
|
1586
|
+
'.bi-clipboard2-heart-fill': { text: '\uf729', title: '\uf729' }
|
|
1587
|
+
'.bi-clipboard2-heart': { text: '\uf72a', title: '\uf72a' }
|
|
1588
|
+
'.bi-clipboard2-minus-fill': { text: '\uf72b', title: '\uf72b' }
|
|
1589
|
+
'.bi-clipboard2-minus': { text: '\uf72c', title: '\uf72c' }
|
|
1590
|
+
'.bi-clipboard2-plus-fill': { text: '\uf72d', title: '\uf72d' }
|
|
1591
|
+
'.bi-clipboard2-plus': { text: '\uf72e', title: '\uf72e' }
|
|
1592
|
+
'.bi-clipboard2-pulse-fill': { text: '\uf72f', title: '\uf72f' }
|
|
1593
|
+
'.bi-clipboard2-pulse': { text: '\uf730', title: '\uf730' }
|
|
1594
|
+
'.bi-clipboard2-x-fill': { text: '\uf731', title: '\uf731' }
|
|
1595
|
+
'.bi-clipboard2-x': { text: '\uf732', title: '\uf732' }
|
|
1596
|
+
'.bi-clipboard2': { text: '\uf733', title: '\uf733' }
|
|
1597
|
+
'.bi-emoji-kiss-fill': { text: '\uf734', title: '\uf734' }
|
|
1598
|
+
'.bi-emoji-kiss': { text: '\uf735', title: '\uf735' }
|
|
1599
|
+
'.bi-envelope-heart-fill': { text: '\uf736', title: '\uf736' }
|
|
1600
|
+
'.bi-envelope-heart': { text: '\uf737', title: '\uf737' }
|
|
1601
|
+
'.bi-envelope-open-heart-fill': { text: '\uf738', title: '\uf738' }
|
|
1602
|
+
'.bi-envelope-open-heart': { text: '\uf739', title: '\uf739' }
|
|
1603
|
+
'.bi-envelope-paper-fill': { text: '\uf73a', title: '\uf73a' }
|
|
1604
|
+
'.bi-envelope-paper-heart-fill': { text: '\uf73b', title: '\uf73b' }
|
|
1605
|
+
'.bi-envelope-paper-heart': { text: '\uf73c', title: '\uf73c' }
|
|
1606
|
+
'.bi-envelope-paper': { text: '\uf73d', title: '\uf73d' }
|
|
1607
|
+
'.bi-filetype-aac': { text: '\uf73e', title: '\uf73e' }
|
|
1608
|
+
'.bi-filetype-ai': { text: '\uf73f', title: '\uf73f' }
|
|
1609
|
+
'.bi-filetype-bmp': { text: '\uf740', title: '\uf740' }
|
|
1610
|
+
'.bi-filetype-cs': { text: '\uf741', title: '\uf741' }
|
|
1611
|
+
'.bi-filetype-css': { text: '\uf742', title: '\uf742' }
|
|
1612
|
+
'.bi-filetype-csv': { text: '\uf743', title: '\uf743' }
|
|
1613
|
+
'.bi-filetype-doc': { text: '\uf744', title: '\uf744' }
|
|
1614
|
+
'.bi-filetype-docx': { text: '\uf745', title: '\uf745' }
|
|
1615
|
+
'.bi-filetype-exe': { text: '\uf746', title: '\uf746' }
|
|
1616
|
+
'.bi-filetype-gif': { text: '\uf747', title: '\uf747' }
|
|
1617
|
+
'.bi-filetype-heic': { text: '\uf748', title: '\uf748' }
|
|
1618
|
+
'.bi-filetype-html': { text: '\uf749', title: '\uf749' }
|
|
1619
|
+
'.bi-filetype-java': { text: '\uf74a', title: '\uf74a' }
|
|
1620
|
+
'.bi-filetype-jpg': { text: '\uf74b', title: '\uf74b' }
|
|
1621
|
+
'.bi-filetype-js': { text: '\uf74c', title: '\uf74c' }
|
|
1622
|
+
'.bi-filetype-jsx': { text: '\uf74d', title: '\uf74d' }
|
|
1623
|
+
'.bi-filetype-key': { text: '\uf74e', title: '\uf74e' }
|
|
1624
|
+
'.bi-filetype-m4p': { text: '\uf74f', title: '\uf74f' }
|
|
1625
|
+
'.bi-filetype-md': { text: '\uf750', title: '\uf750' }
|
|
1626
|
+
'.bi-filetype-mdx': { text: '\uf751', title: '\uf751' }
|
|
1627
|
+
'.bi-filetype-mov': { text: '\uf752', title: '\uf752' }
|
|
1628
|
+
'.bi-filetype-mp3': { text: '\uf753', title: '\uf753' }
|
|
1629
|
+
'.bi-filetype-mp4': { text: '\uf754', title: '\uf754' }
|
|
1630
|
+
'.bi-filetype-otf': { text: '\uf755', title: '\uf755' }
|
|
1631
|
+
'.bi-filetype-pdf': { text: '\uf756', title: '\uf756' }
|
|
1632
|
+
'.bi-filetype-php': { text: '\uf757', title: '\uf757' }
|
|
1633
|
+
'.bi-filetype-png': { text: '\uf758', title: '\uf758' }
|
|
1634
|
+
'.bi-filetype-ppt-1': { text: '\uf759', title: '\uf759' }
|
|
1635
|
+
'.bi-filetype-ppt': { text: '\uf75a', title: '\uf75a' }
|
|
1636
|
+
'.bi-filetype-psd': { text: '\uf75b', title: '\uf75b' }
|
|
1637
|
+
'.bi-filetype-py': { text: '\uf75c', title: '\uf75c' }
|
|
1638
|
+
'.bi-filetype-raw': { text: '\uf75d', title: '\uf75d' }
|
|
1639
|
+
'.bi-filetype-rb': { text: '\uf75e', title: '\uf75e' }
|
|
1640
|
+
'.bi-filetype-sass': { text: '\uf75f', title: '\uf75f' }
|
|
1641
|
+
'.bi-filetype-scss': { text: '\uf760', title: '\uf760' }
|
|
1642
|
+
'.bi-filetype-sh': { text: '\uf761', title: '\uf761' }
|
|
1643
|
+
'.bi-filetype-svg': { text: '\uf762', title: '\uf762' }
|
|
1644
|
+
'.bi-filetype-tiff': { text: '\uf763', title: '\uf763' }
|
|
1645
|
+
'.bi-filetype-tsx': { text: '\uf764', title: '\uf764' }
|
|
1646
|
+
'.bi-filetype-ttf': { text: '\uf765', title: '\uf765' }
|
|
1647
|
+
'.bi-filetype-txt': { text: '\uf766', title: '\uf766' }
|
|
1648
|
+
'.bi-filetype-wav': { text: '\uf767', title: '\uf767' }
|
|
1649
|
+
'.bi-filetype-woff': { text: '\uf768', title: '\uf768' }
|
|
1650
|
+
'.bi-filetype-xls-1': { text: '\uf769', title: '\uf769' }
|
|
1651
|
+
'.bi-filetype-xls': { text: '\uf76a', title: '\uf76a' }
|
|
1652
|
+
'.bi-filetype-xml': { text: '\uf76b', title: '\uf76b' }
|
|
1653
|
+
'.bi-filetype-yml': { text: '\uf76c', title: '\uf76c' }
|
|
1654
|
+
'.bi-heart-arrow': { text: '\uf76d', title: '\uf76d' }
|
|
1655
|
+
'.bi-heart-pulse-fill': { text: '\uf76e', title: '\uf76e' }
|
|
1656
|
+
'.bi-heart-pulse': { text: '\uf76f', title: '\uf76f' }
|
|
1657
|
+
'.bi-heartbreak-fill': { text: '\uf770', title: '\uf770' }
|
|
1658
|
+
'.bi-heartbreak': { text: '\uf771', title: '\uf771' }
|
|
1659
|
+
'.bi-hearts': { text: '\uf772', title: '\uf772' }
|
|
1660
|
+
'.bi-hospital-fill': { text: '\uf773', title: '\uf773' }
|
|
1661
|
+
'.bi-hospital': { text: '\uf774', title: '\uf774' }
|
|
1662
|
+
'.bi-house-heart-fill': { text: '\uf775', title: '\uf775' }
|
|
1663
|
+
'.bi-house-heart': { text: '\uf776', title: '\uf776' }
|
|
1664
|
+
'.bi-incognito': { text: '\uf777', title: '\uf777' }
|
|
1665
|
+
'.bi-magnet-fill': { text: '\uf778', title: '\uf778' }
|
|
1666
|
+
'.bi-magnet': { text: '\uf779', title: '\uf779' }
|
|
1667
|
+
'.bi-person-heart': { text: '\uf77a', title: '\uf77a' }
|
|
1668
|
+
'.bi-person-hearts': { text: '\uf77b', title: '\uf77b' }
|
|
1669
|
+
'.bi-phone-flip': { text: '\uf77c', title: '\uf77c' }
|
|
1670
|
+
'.bi-plugin': { text: '\uf77d', title: '\uf77d' }
|
|
1671
|
+
'.bi-postage-fill': { text: '\uf77e', title: '\uf77e' }
|
|
1672
|
+
'.bi-postage-heart-fill': { text: '\uf77f', title: '\uf77f' }
|
|
1673
|
+
'.bi-postage-heart': { text: '\uf780', title: '\uf780' }
|
|
1674
|
+
'.bi-postage': { text: '\uf781', title: '\uf781' }
|
|
1675
|
+
'.bi-postcard-fill': { text: '\uf782', title: '\uf782' }
|
|
1676
|
+
'.bi-postcard-heart-fill': { text: '\uf783', title: '\uf783' }
|
|
1677
|
+
'.bi-postcard-heart': { text: '\uf784', title: '\uf784' }
|
|
1678
|
+
'.bi-postcard': { text: '\uf785', title: '\uf785' }
|
|
1679
|
+
'.bi-search-heart-fill': { text: '\uf786', title: '\uf786' }
|
|
1680
|
+
'.bi-search-heart': { text: '\uf787', title: '\uf787' }
|
|
1681
|
+
'.bi-sliders2-vertical': { text: '\uf788', title: '\uf788' }
|
|
1682
|
+
'.bi-sliders2': { text: '\uf789', title: '\uf789' }
|
|
1683
|
+
'.bi-trash3-fill': { text: '\uf78a', title: '\uf78a' }
|
|
1684
|
+
'.bi-trash3': { text: '\uf78b', title: '\uf78b' }
|
|
1685
|
+
'.bi-valentine': { text: '\uf78c', title: '\uf78c' }
|
|
1686
|
+
'.bi-valentine2': { text: '\uf78d', title: '\uf78d' }
|
|
1687
|
+
'.bi-wrench-adjustable-circle-fill': { text: '\uf78e', title: '\uf78e' }
|
|
1688
|
+
'.bi-wrench-adjustable-cricle': { text: '\uf78f', title: '\uf78f' }
|
|
1689
|
+
'.bi-wrench-adjustable': { text: '\uf790', title: '\uf790' }
|
|
1690
|
+
'.bi-filetype-json': { text: '\uf791', title: '\uf791' }
|
|
1691
|
+
'.bi-filetype-pptx': { text: '\uf792', title: '\uf792' }
|
|
1692
|
+
'.bi-filetype-xlsx': { text: '\uf793', title: '\uf793' }
|