softicons 0.1.0
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/LICENSE +21 -0
- package/README.md +41 -0
- package/dist/demo.html +509 -0
- package/dist/softicons.css +526 -0
- package/dist/softicons.min.css +1 -0
- package/dist/softicons.svg +1524 -0
- package/dist/softicons.ttf +0 -0
- package/dist/softicons.woff +0 -0
- package/dist/softicons.woff2 +0 -0
- package/package.json +18 -0
|
@@ -0,0 +1,526 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "softicons";
|
|
3
|
+
src: url("./softicons.woff2") format("woff2"),
|
|
4
|
+
url("./softicons.woff") format("woff"),
|
|
5
|
+
url("./softicons.ttf") format("truetype");
|
|
6
|
+
font-weight: normal;
|
|
7
|
+
font-style: normal;
|
|
8
|
+
font-display: swap;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.si {
|
|
12
|
+
font-family: "softicons" !important;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-weight: normal;
|
|
15
|
+
font-variant: normal;
|
|
16
|
+
text-transform: none;
|
|
17
|
+
line-height: 1;
|
|
18
|
+
display: inline-block;
|
|
19
|
+
-webkit-font-smoothing: antialiased;
|
|
20
|
+
-moz-osx-font-smoothing: grayscale;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.si-accessibility::before { content: "\e000"; }
|
|
24
|
+
.si-activity::before { content: "\e001"; }
|
|
25
|
+
.si-airplay::before { content: "\e002"; }
|
|
26
|
+
.si-alarm-clock::before { content: "\e003"; }
|
|
27
|
+
.si-alert-circle::before { content: "\e004"; }
|
|
28
|
+
.si-alert-triangle::before { content: "\e005"; }
|
|
29
|
+
.si-align-center::before { content: "\e006"; }
|
|
30
|
+
.si-align-justify::before { content: "\e007"; }
|
|
31
|
+
.si-align-left::before { content: "\e008"; }
|
|
32
|
+
.si-align-right::before { content: "\e009"; }
|
|
33
|
+
.si-ambulance::before { content: "\e00a"; }
|
|
34
|
+
.si-anchor::before { content: "\e00b"; }
|
|
35
|
+
.si-antenna::before { content: "\e00c"; }
|
|
36
|
+
.si-aperture::before { content: "\e00d"; }
|
|
37
|
+
.si-archive::before { content: "\e00e"; }
|
|
38
|
+
.si-armchair::before { content: "\e00f"; }
|
|
39
|
+
.si-arrow-big-down::before { content: "\e010"; }
|
|
40
|
+
.si-arrow-big-left::before { content: "\e011"; }
|
|
41
|
+
.si-arrow-big-right::before { content: "\e012"; }
|
|
42
|
+
.si-arrow-big-up::before { content: "\e013"; }
|
|
43
|
+
.si-arrow-down::before { content: "\e014"; }
|
|
44
|
+
.si-arrow-down-circle::before { content: "\e015"; }
|
|
45
|
+
.si-arrow-down-left::before { content: "\e016"; }
|
|
46
|
+
.si-arrow-down-right::before { content: "\e017"; }
|
|
47
|
+
.si-arrow-left::before { content: "\e018"; }
|
|
48
|
+
.si-arrow-left-circle::before { content: "\e019"; }
|
|
49
|
+
.si-arrow-left-right::before { content: "\e01a"; }
|
|
50
|
+
.si-arrow-right::before { content: "\e01b"; }
|
|
51
|
+
.si-arrow-right-circle::before { content: "\e01c"; }
|
|
52
|
+
.si-arrow-up::before { content: "\e01d"; }
|
|
53
|
+
.si-arrow-up-circle::before { content: "\e01e"; }
|
|
54
|
+
.si-arrow-up-down::before { content: "\e01f"; }
|
|
55
|
+
.si-arrow-up-left::before { content: "\e020"; }
|
|
56
|
+
.si-arrow-up-right::before { content: "\e021"; }
|
|
57
|
+
.si-asterisk::before { content: "\e022"; }
|
|
58
|
+
.si-at-sign::before { content: "\e023"; }
|
|
59
|
+
.si-award::before { content: "\e024"; }
|
|
60
|
+
.si-axe::before { content: "\e025"; }
|
|
61
|
+
.si-backpack::before { content: "\e026"; }
|
|
62
|
+
.si-badge::before { content: "\e027"; }
|
|
63
|
+
.si-badge-alert::before { content: "\e028"; }
|
|
64
|
+
.si-badge-check::before { content: "\e029"; }
|
|
65
|
+
.si-badge-dollar::before { content: "\e02a"; }
|
|
66
|
+
.si-badge-plus::before { content: "\e02b"; }
|
|
67
|
+
.si-badge-x::before { content: "\e02c"; }
|
|
68
|
+
.si-balloon::before { content: "\e02d"; }
|
|
69
|
+
.si-ban::before { content: "\e02e"; }
|
|
70
|
+
.si-bandage::before { content: "\e02f"; }
|
|
71
|
+
.si-banknote::before { content: "\e030"; }
|
|
72
|
+
.si-bar-chart::before { content: "\e031"; }
|
|
73
|
+
.si-barcode::before { content: "\e032"; }
|
|
74
|
+
.si-battery::before { content: "\e033"; }
|
|
75
|
+
.si-battery-charging::before { content: "\e034"; }
|
|
76
|
+
.si-battery-full::before { content: "\e035"; }
|
|
77
|
+
.si-battery-low::before { content: "\e036"; }
|
|
78
|
+
.si-battery-medium::before { content: "\e037"; }
|
|
79
|
+
.si-bed::before { content: "\e038"; }
|
|
80
|
+
.si-bell::before { content: "\e039"; }
|
|
81
|
+
.si-bell-off::before { content: "\e03a"; }
|
|
82
|
+
.si-bell-plus::before { content: "\e03b"; }
|
|
83
|
+
.si-bell-ring::before { content: "\e03c"; }
|
|
84
|
+
.si-binary::before { content: "\e03d"; }
|
|
85
|
+
.si-bitcoin::before { content: "\e03e"; }
|
|
86
|
+
.si-blocks::before { content: "\e03f"; }
|
|
87
|
+
.si-bluetooth::before { content: "\e040"; }
|
|
88
|
+
.si-bold::before { content: "\e041"; }
|
|
89
|
+
.si-book::before { content: "\e042"; }
|
|
90
|
+
.si-book-marked::before { content: "\e043"; }
|
|
91
|
+
.si-book-open::before { content: "\e044"; }
|
|
92
|
+
.si-bookmark::before { content: "\e045"; }
|
|
93
|
+
.si-bookmark-check::before { content: "\e046"; }
|
|
94
|
+
.si-bookmark-plus::before { content: "\e047"; }
|
|
95
|
+
.si-braces::before { content: "\e048"; }
|
|
96
|
+
.si-briefcase::before { content: "\e049"; }
|
|
97
|
+
.si-bug::before { content: "\e04a"; }
|
|
98
|
+
.si-building::before { content: "\e04b"; }
|
|
99
|
+
.si-building-2::before { content: "\e04c"; }
|
|
100
|
+
.si-bus::before { content: "\e04d"; }
|
|
101
|
+
.si-cake::before { content: "\e04e"; }
|
|
102
|
+
.si-calculator::before { content: "\e04f"; }
|
|
103
|
+
.si-calendar::before { content: "\e050"; }
|
|
104
|
+
.si-calendar-check::before { content: "\e051"; }
|
|
105
|
+
.si-calendar-days::before { content: "\e052"; }
|
|
106
|
+
.si-calendar-plus::before { content: "\e053"; }
|
|
107
|
+
.si-calendar-x::before { content: "\e054"; }
|
|
108
|
+
.si-camera::before { content: "\e055"; }
|
|
109
|
+
.si-candle::before { content: "\e056"; }
|
|
110
|
+
.si-car::before { content: "\e057"; }
|
|
111
|
+
.si-caravan::before { content: "\e058"; }
|
|
112
|
+
.si-cast::before { content: "\e059"; }
|
|
113
|
+
.si-check::before { content: "\e05a"; }
|
|
114
|
+
.si-check-check::before { content: "\e05b"; }
|
|
115
|
+
.si-check-circle::before { content: "\e05c"; }
|
|
116
|
+
.si-chevron-down::before { content: "\e05d"; }
|
|
117
|
+
.si-chevron-left::before { content: "\e05e"; }
|
|
118
|
+
.si-chevron-right::before { content: "\e05f"; }
|
|
119
|
+
.si-chevron-up::before { content: "\e060"; }
|
|
120
|
+
.si-chevrons-down::before { content: "\e061"; }
|
|
121
|
+
.si-chevrons-left::before { content: "\e062"; }
|
|
122
|
+
.si-chevrons-right::before { content: "\e063"; }
|
|
123
|
+
.si-chevrons-up::before { content: "\e064"; }
|
|
124
|
+
.si-chevrons-up-down::before { content: "\e065"; }
|
|
125
|
+
.si-circle::before { content: "\e066"; }
|
|
126
|
+
.si-circle-dot::before { content: "\e067"; }
|
|
127
|
+
.si-circle-minus::before { content: "\e068"; }
|
|
128
|
+
.si-circle-slash::before { content: "\e069"; }
|
|
129
|
+
.si-clapperboard::before { content: "\e06a"; }
|
|
130
|
+
.si-clipboard::before { content: "\e06b"; }
|
|
131
|
+
.si-clipboard-check::before { content: "\e06c"; }
|
|
132
|
+
.si-clipboard-list::before { content: "\e06d"; }
|
|
133
|
+
.si-clock::before { content: "\e06e"; }
|
|
134
|
+
.si-cloud::before { content: "\e06f"; }
|
|
135
|
+
.si-cloud-drizzle::before { content: "\e070"; }
|
|
136
|
+
.si-cloud-fog::before { content: "\e071"; }
|
|
137
|
+
.si-cloud-lightning::before { content: "\e072"; }
|
|
138
|
+
.si-cloud-moon::before { content: "\e073"; }
|
|
139
|
+
.si-cloud-off::before { content: "\e074"; }
|
|
140
|
+
.si-cloud-rain::before { content: "\e075"; }
|
|
141
|
+
.si-cloud-snow::before { content: "\e076"; }
|
|
142
|
+
.si-cloud-sun::before { content: "\e077"; }
|
|
143
|
+
.si-cloudy::before { content: "\e078"; }
|
|
144
|
+
.si-code::before { content: "\e079"; }
|
|
145
|
+
.si-coffee::before { content: "\e07a"; }
|
|
146
|
+
.si-coins::before { content: "\e07b"; }
|
|
147
|
+
.si-columns::before { content: "\e07c"; }
|
|
148
|
+
.si-command::before { content: "\e07d"; }
|
|
149
|
+
.si-compass::before { content: "\e07e"; }
|
|
150
|
+
.si-component::before { content: "\e07f"; }
|
|
151
|
+
.si-contact::before { content: "\e080"; }
|
|
152
|
+
.si-contrast::before { content: "\e081"; }
|
|
153
|
+
.si-cookie::before { content: "\e082"; }
|
|
154
|
+
.si-copy::before { content: "\e083"; }
|
|
155
|
+
.si-copyright::before { content: "\e084"; }
|
|
156
|
+
.si-corner-down-left::before { content: "\e085"; }
|
|
157
|
+
.si-corner-down-right::before { content: "\e086"; }
|
|
158
|
+
.si-corner-left-up::before { content: "\e087"; }
|
|
159
|
+
.si-corner-right-down::before { content: "\e088"; }
|
|
160
|
+
.si-corner-up-left::before { content: "\e089"; }
|
|
161
|
+
.si-corner-up-right::before { content: "\e08a"; }
|
|
162
|
+
.si-cpu::before { content: "\e08b"; }
|
|
163
|
+
.si-credit-card::before { content: "\e08c"; }
|
|
164
|
+
.si-cross::before { content: "\e08d"; }
|
|
165
|
+
.si-crosshair::before { content: "\e08e"; }
|
|
166
|
+
.si-crown::before { content: "\e08f"; }
|
|
167
|
+
.si-cup-soda::before { content: "\e090"; }
|
|
168
|
+
.si-database::before { content: "\e091"; }
|
|
169
|
+
.si-delete::before { content: "\e092"; }
|
|
170
|
+
.si-diamond::before { content: "\e093"; }
|
|
171
|
+
.si-disc::before { content: "\e094"; }
|
|
172
|
+
.si-divide::before { content: "\e095"; }
|
|
173
|
+
.si-dna::before { content: "\e096"; }
|
|
174
|
+
.si-dollar::before { content: "\e097"; }
|
|
175
|
+
.si-dollar-sign::before { content: "\e098"; }
|
|
176
|
+
.si-door::before { content: "\e099"; }
|
|
177
|
+
.si-dot::before { content: "\e09a"; }
|
|
178
|
+
.si-download::before { content: "\e09b"; }
|
|
179
|
+
.si-droplet::before { content: "\e09c"; }
|
|
180
|
+
.si-droplets::before { content: "\e09d"; }
|
|
181
|
+
.si-ear::before { content: "\e09e"; }
|
|
182
|
+
.si-edit::before { content: "\e09f"; }
|
|
183
|
+
.si-egg::before { content: "\e0a0"; }
|
|
184
|
+
.si-equal::before { content: "\e0a1"; }
|
|
185
|
+
.si-eraser::before { content: "\e0a2"; }
|
|
186
|
+
.si-euro::before { content: "\e0a3"; }
|
|
187
|
+
.si-external-link::before { content: "\e0a4"; }
|
|
188
|
+
.si-eye::before { content: "\e0a5"; }
|
|
189
|
+
.si-eye-off::before { content: "\e0a6"; }
|
|
190
|
+
.si-factory::before { content: "\e0a7"; }
|
|
191
|
+
.si-fast-forward::before { content: "\e0a8"; }
|
|
192
|
+
.si-file::before { content: "\e0a9"; }
|
|
193
|
+
.si-file-check::before { content: "\e0aa"; }
|
|
194
|
+
.si-file-image::before { content: "\e0ab"; }
|
|
195
|
+
.si-file-minus::before { content: "\e0ac"; }
|
|
196
|
+
.si-file-plus::before { content: "\e0ad"; }
|
|
197
|
+
.si-file-text::before { content: "\e0ae"; }
|
|
198
|
+
.si-file-x::before { content: "\e0af"; }
|
|
199
|
+
.si-files::before { content: "\e0b0"; }
|
|
200
|
+
.si-film::before { content: "\e0b1"; }
|
|
201
|
+
.si-filter::before { content: "\e0b2"; }
|
|
202
|
+
.si-fingerprint::before { content: "\e0b3"; }
|
|
203
|
+
.si-flag::before { content: "\e0b4"; }
|
|
204
|
+
.si-flag-triangle-right::before { content: "\e0b5"; }
|
|
205
|
+
.si-flame::before { content: "\e0b6"; }
|
|
206
|
+
.si-flashlight::before { content: "\e0b7"; }
|
|
207
|
+
.si-flip-horizontal::before { content: "\e0b8"; }
|
|
208
|
+
.si-flip-vertical::before { content: "\e0b9"; }
|
|
209
|
+
.si-flower::before { content: "\e0ba"; }
|
|
210
|
+
.si-focus::before { content: "\e0bb"; }
|
|
211
|
+
.si-folder::before { content: "\e0bc"; }
|
|
212
|
+
.si-folder-check::before { content: "\e0bd"; }
|
|
213
|
+
.si-folder-minus::before { content: "\e0be"; }
|
|
214
|
+
.si-folder-open::before { content: "\e0bf"; }
|
|
215
|
+
.si-folder-plus::before { content: "\e0c0"; }
|
|
216
|
+
.si-folder-x::before { content: "\e0c1"; }
|
|
217
|
+
.si-footprints::before { content: "\e0c2"; }
|
|
218
|
+
.si-forward::before { content: "\e0c3"; }
|
|
219
|
+
.si-frown::before { content: "\e0c4"; }
|
|
220
|
+
.si-fuel::before { content: "\e0c5"; }
|
|
221
|
+
.si-gallery-vertical::before { content: "\e0c6"; }
|
|
222
|
+
.si-gamepad::before { content: "\e0c7"; }
|
|
223
|
+
.si-gauge::before { content: "\e0c8"; }
|
|
224
|
+
.si-gem::before { content: "\e0c9"; }
|
|
225
|
+
.si-gift::before { content: "\e0ca"; }
|
|
226
|
+
.si-git-branch::before { content: "\e0cb"; }
|
|
227
|
+
.si-git-commit::before { content: "\e0cc"; }
|
|
228
|
+
.si-git-merge::before { content: "\e0cd"; }
|
|
229
|
+
.si-git-pull-request::before { content: "\e0ce"; }
|
|
230
|
+
.si-glasses::before { content: "\e0cf"; }
|
|
231
|
+
.si-globe::before { content: "\e0d0"; }
|
|
232
|
+
.si-graduation-cap::before { content: "\e0d1"; }
|
|
233
|
+
.si-grid::before { content: "\e0d2"; }
|
|
234
|
+
.si-grip-horizontal::before { content: "\e0d3"; }
|
|
235
|
+
.si-grip-vertical::before { content: "\e0d4"; }
|
|
236
|
+
.si-hammer::before { content: "\e0d5"; }
|
|
237
|
+
.si-hand::before { content: "\e0d6"; }
|
|
238
|
+
.si-hand-coins::before { content: "\e0d7"; }
|
|
239
|
+
.si-hard-drive::before { content: "\e0d8"; }
|
|
240
|
+
.si-hash::before { content: "\e0d9"; }
|
|
241
|
+
.si-haze::before { content: "\e0da"; }
|
|
242
|
+
.si-heading::before { content: "\e0db"; }
|
|
243
|
+
.si-headphones::before { content: "\e0dc"; }
|
|
244
|
+
.si-headset::before { content: "\e0dd"; }
|
|
245
|
+
.si-heart::before { content: "\e0de"; }
|
|
246
|
+
.si-heart-pulse::before { content: "\e0df"; }
|
|
247
|
+
.si-help-circle::before { content: "\e0e0"; }
|
|
248
|
+
.si-hexagon::before { content: "\e0e1"; }
|
|
249
|
+
.si-history::before { content: "\e0e2"; }
|
|
250
|
+
.si-home::before { content: "\e0e3"; }
|
|
251
|
+
.si-hospital::before { content: "\e0e4"; }
|
|
252
|
+
.si-hotel::before { content: "\e0e5"; }
|
|
253
|
+
.si-hourglass::before { content: "\e0e6"; }
|
|
254
|
+
.si-hurricane::before { content: "\e0e7"; }
|
|
255
|
+
.si-ice-cream::before { content: "\e0e8"; }
|
|
256
|
+
.si-id-card::before { content: "\e0e9"; }
|
|
257
|
+
.si-image::before { content: "\e0ea"; }
|
|
258
|
+
.si-image-plus::before { content: "\e0eb"; }
|
|
259
|
+
.si-images::before { content: "\e0ec"; }
|
|
260
|
+
.si-inbox::before { content: "\e0ed"; }
|
|
261
|
+
.si-info::before { content: "\e0ee"; }
|
|
262
|
+
.si-italic::before { content: "\e0ef"; }
|
|
263
|
+
.si-joystick::before { content: "\e0f0"; }
|
|
264
|
+
.si-kanban::before { content: "\e0f1"; }
|
|
265
|
+
.si-key::before { content: "\e0f2"; }
|
|
266
|
+
.si-key-round::before { content: "\e0f3"; }
|
|
267
|
+
.si-keyboard::before { content: "\e0f4"; }
|
|
268
|
+
.si-lamp::before { content: "\e0f5"; }
|
|
269
|
+
.si-landmark::before { content: "\e0f6"; }
|
|
270
|
+
.si-laptop::before { content: "\e0f7"; }
|
|
271
|
+
.si-layers::before { content: "\e0f8"; }
|
|
272
|
+
.si-layout::before { content: "\e0f9"; }
|
|
273
|
+
.si-layout-dashboard::before { content: "\e0fa"; }
|
|
274
|
+
.si-layout-template::before { content: "\e0fb"; }
|
|
275
|
+
.si-leaf::before { content: "\e0fc"; }
|
|
276
|
+
.si-library::before { content: "\e0fd"; }
|
|
277
|
+
.si-lightbulb::before { content: "\e0fe"; }
|
|
278
|
+
.si-link::before { content: "\e0ff"; }
|
|
279
|
+
.si-link-2::before { content: "\e100"; }
|
|
280
|
+
.si-list::before { content: "\e101"; }
|
|
281
|
+
.si-list-checks::before { content: "\e102"; }
|
|
282
|
+
.si-list-filter::before { content: "\e103"; }
|
|
283
|
+
.si-list-music::before { content: "\e104"; }
|
|
284
|
+
.si-list-ordered::before { content: "\e105"; }
|
|
285
|
+
.si-list-plus::before { content: "\e106"; }
|
|
286
|
+
.si-list-tree::before { content: "\e107"; }
|
|
287
|
+
.si-loader::before { content: "\e108"; }
|
|
288
|
+
.si-locate::before { content: "\e109"; }
|
|
289
|
+
.si-lock::before { content: "\e10a"; }
|
|
290
|
+
.si-lock-keyhole::before { content: "\e10b"; }
|
|
291
|
+
.si-log-in::before { content: "\e10c"; }
|
|
292
|
+
.si-log-out::before { content: "\e10d"; }
|
|
293
|
+
.si-magnet::before { content: "\e10e"; }
|
|
294
|
+
.si-mail::before { content: "\e10f"; }
|
|
295
|
+
.si-mail-check::before { content: "\e110"; }
|
|
296
|
+
.si-mail-open::before { content: "\e111"; }
|
|
297
|
+
.si-mail-plus::before { content: "\e112"; }
|
|
298
|
+
.si-map::before { content: "\e113"; }
|
|
299
|
+
.si-map-pin::before { content: "\e114"; }
|
|
300
|
+
.si-maximize::before { content: "\e115"; }
|
|
301
|
+
.si-maximize-2::before { content: "\e116"; }
|
|
302
|
+
.si-megaphone::before { content: "\e117"; }
|
|
303
|
+
.si-meh::before { content: "\e118"; }
|
|
304
|
+
.si-menu::before { content: "\e119"; }
|
|
305
|
+
.si-message-circle::before { content: "\e11a"; }
|
|
306
|
+
.si-message-dots::before { content: "\e11b"; }
|
|
307
|
+
.si-message-square::before { content: "\e11c"; }
|
|
308
|
+
.si-messages-square::before { content: "\e11d"; }
|
|
309
|
+
.si-mic::before { content: "\e11e"; }
|
|
310
|
+
.si-mic-off::before { content: "\e11f"; }
|
|
311
|
+
.si-microwave::before { content: "\e120"; }
|
|
312
|
+
.si-milestone::before { content: "\e121"; }
|
|
313
|
+
.si-minimize-2::before { content: "\e122"; }
|
|
314
|
+
.si-minus::before { content: "\e123"; }
|
|
315
|
+
.si-monitor::before { content: "\e124"; }
|
|
316
|
+
.si-moon::before { content: "\e125"; }
|
|
317
|
+
.si-moon-star::before { content: "\e126"; }
|
|
318
|
+
.si-more-horizontal::before { content: "\e127"; }
|
|
319
|
+
.si-more-vertical::before { content: "\e128"; }
|
|
320
|
+
.si-mountain::before { content: "\e129"; }
|
|
321
|
+
.si-mountain-snow::before { content: "\e12a"; }
|
|
322
|
+
.si-mouse::before { content: "\e12b"; }
|
|
323
|
+
.si-move::before { content: "\e12c"; }
|
|
324
|
+
.si-move-horizontal::before { content: "\e12d"; }
|
|
325
|
+
.si-move-vertical::before { content: "\e12e"; }
|
|
326
|
+
.si-music::before { content: "\e12f"; }
|
|
327
|
+
.si-music-2::before { content: "\e130"; }
|
|
328
|
+
.si-navigation::before { content: "\e131"; }
|
|
329
|
+
.si-network::before { content: "\e132"; }
|
|
330
|
+
.si-newspaper::before { content: "\e133"; }
|
|
331
|
+
.si-notebook::before { content: "\e134"; }
|
|
332
|
+
.si-octagon::before { content: "\e135"; }
|
|
333
|
+
.si-octagon-alert::before { content: "\e136"; }
|
|
334
|
+
.si-package::before { content: "\e137"; }
|
|
335
|
+
.si-paint-roller::before { content: "\e138"; }
|
|
336
|
+
.si-paintbrush::before { content: "\e139"; }
|
|
337
|
+
.si-palette::before { content: "\e13a"; }
|
|
338
|
+
.si-palmtree::before { content: "\e13b"; }
|
|
339
|
+
.si-panel-bottom::before { content: "\e13c"; }
|
|
340
|
+
.si-panel-right::before { content: "\e13d"; }
|
|
341
|
+
.si-panel-top::before { content: "\e13e"; }
|
|
342
|
+
.si-paperclip::before { content: "\e13f"; }
|
|
343
|
+
.si-parking::before { content: "\e140"; }
|
|
344
|
+
.si-pause::before { content: "\e141"; }
|
|
345
|
+
.si-pause-circle::before { content: "\e142"; }
|
|
346
|
+
.si-pen-tool::before { content: "\e143"; }
|
|
347
|
+
.si-pentagon::before { content: "\e144"; }
|
|
348
|
+
.si-percent::before { content: "\e145"; }
|
|
349
|
+
.si-percent-circle::before { content: "\e146"; }
|
|
350
|
+
.si-phone::before { content: "\e147"; }
|
|
351
|
+
.si-phone-call::before { content: "\e148"; }
|
|
352
|
+
.si-phone-incoming::before { content: "\e149"; }
|
|
353
|
+
.si-phone-off::before { content: "\e14a"; }
|
|
354
|
+
.si-phone-outgoing::before { content: "\e14b"; }
|
|
355
|
+
.si-pickaxe::before { content: "\e14c"; }
|
|
356
|
+
.si-pie-chart::before { content: "\e14d"; }
|
|
357
|
+
.si-piggy-bank::before { content: "\e14e"; }
|
|
358
|
+
.si-pilcrow::before { content: "\e14f"; }
|
|
359
|
+
.si-pill::before { content: "\e150"; }
|
|
360
|
+
.si-pin::before { content: "\e151"; }
|
|
361
|
+
.si-pin-off::before { content: "\e152"; }
|
|
362
|
+
.si-pizza::before { content: "\e153"; }
|
|
363
|
+
.si-plane::before { content: "\e154"; }
|
|
364
|
+
.si-play::before { content: "\e155"; }
|
|
365
|
+
.si-play-circle::before { content: "\e156"; }
|
|
366
|
+
.si-plug::before { content: "\e157"; }
|
|
367
|
+
.si-plus::before { content: "\e158"; }
|
|
368
|
+
.si-plus-circle::before { content: "\e159"; }
|
|
369
|
+
.si-podcast::before { content: "\e15a"; }
|
|
370
|
+
.si-pound-sterling::before { content: "\e15b"; }
|
|
371
|
+
.si-power::before { content: "\e15c"; }
|
|
372
|
+
.si-presentation::before { content: "\e15d"; }
|
|
373
|
+
.si-printer::before { content: "\e15e"; }
|
|
374
|
+
.si-projector::before { content: "\e15f"; }
|
|
375
|
+
.si-qr-code::before { content: "\e160"; }
|
|
376
|
+
.si-quote::before { content: "\e161"; }
|
|
377
|
+
.si-radio::before { content: "\e162"; }
|
|
378
|
+
.si-rainbow::before { content: "\e163"; }
|
|
379
|
+
.si-receipt::before { content: "\e164"; }
|
|
380
|
+
.si-receipt-text::before { content: "\e165"; }
|
|
381
|
+
.si-redo::before { content: "\e166"; }
|
|
382
|
+
.si-refresh::before { content: "\e167"; }
|
|
383
|
+
.si-refresh-ccw::before { content: "\e168"; }
|
|
384
|
+
.si-refrigerator::before { content: "\e169"; }
|
|
385
|
+
.si-repeat::before { content: "\e16a"; }
|
|
386
|
+
.si-reply::before { content: "\e16b"; }
|
|
387
|
+
.si-reply-all::before { content: "\e16c"; }
|
|
388
|
+
.si-rewind::before { content: "\e16d"; }
|
|
389
|
+
.si-rocket::before { content: "\e16e"; }
|
|
390
|
+
.si-rotate-cw::before { content: "\e16f"; }
|
|
391
|
+
.si-route::before { content: "\e170"; }
|
|
392
|
+
.si-router::before { content: "\e171"; }
|
|
393
|
+
.si-rows::before { content: "\e172"; }
|
|
394
|
+
.si-rss::before { content: "\e173"; }
|
|
395
|
+
.si-ruler::before { content: "\e174"; }
|
|
396
|
+
.si-sailboat::before { content: "\e175"; }
|
|
397
|
+
.si-save::before { content: "\e176"; }
|
|
398
|
+
.si-scale::before { content: "\e177"; }
|
|
399
|
+
.si-scan::before { content: "\e178"; }
|
|
400
|
+
.si-scan-line::before { content: "\e179"; }
|
|
401
|
+
.si-scan-text::before { content: "\e17a"; }
|
|
402
|
+
.si-scissors::before { content: "\e17b"; }
|
|
403
|
+
.si-screwdriver::before { content: "\e17c"; }
|
|
404
|
+
.si-scroll::before { content: "\e17d"; }
|
|
405
|
+
.si-search::before { content: "\e17e"; }
|
|
406
|
+
.si-send::before { content: "\e17f"; }
|
|
407
|
+
.si-send-horizontal::before { content: "\e180"; }
|
|
408
|
+
.si-server::before { content: "\e181"; }
|
|
409
|
+
.si-settings::before { content: "\e182"; }
|
|
410
|
+
.si-settings-2::before { content: "\e183"; }
|
|
411
|
+
.si-share::before { content: "\e184"; }
|
|
412
|
+
.si-shield::before { content: "\e185"; }
|
|
413
|
+
.si-shield-alert::before { content: "\e186"; }
|
|
414
|
+
.si-shield-check::before { content: "\e187"; }
|
|
415
|
+
.si-ship::before { content: "\e188"; }
|
|
416
|
+
.si-shopping-bag::before { content: "\e189"; }
|
|
417
|
+
.si-shopping-basket::before { content: "\e18a"; }
|
|
418
|
+
.si-shopping-cart::before { content: "\e18b"; }
|
|
419
|
+
.si-shovel::before { content: "\e18c"; }
|
|
420
|
+
.si-shuffle::before { content: "\e18d"; }
|
|
421
|
+
.si-sidebar::before { content: "\e18e"; }
|
|
422
|
+
.si-sidebar-close::before { content: "\e18f"; }
|
|
423
|
+
.si-sigma::before { content: "\e190"; }
|
|
424
|
+
.si-signal::before { content: "\e191"; }
|
|
425
|
+
.si-signpost::before { content: "\e192"; }
|
|
426
|
+
.si-skip-back::before { content: "\e193"; }
|
|
427
|
+
.si-skip-forward::before { content: "\e194"; }
|
|
428
|
+
.si-sliders::before { content: "\e195"; }
|
|
429
|
+
.si-sliders-horizontal::before { content: "\e196"; }
|
|
430
|
+
.si-smartphone::before { content: "\e197"; }
|
|
431
|
+
.si-smile::before { content: "\e198"; }
|
|
432
|
+
.si-snow::before { content: "\e199"; }
|
|
433
|
+
.si-snowflake::before { content: "\e19a"; }
|
|
434
|
+
.si-sofa::before { content: "\e19b"; }
|
|
435
|
+
.si-sparkles::before { content: "\e19c"; }
|
|
436
|
+
.si-speaker::before { content: "\e19d"; }
|
|
437
|
+
.si-sprout::before { content: "\e19e"; }
|
|
438
|
+
.si-square::before { content: "\e19f"; }
|
|
439
|
+
.si-square-check::before { content: "\e1a0"; }
|
|
440
|
+
.si-square-code::before { content: "\e1a1"; }
|
|
441
|
+
.si-square-dashed::before { content: "\e1a2"; }
|
|
442
|
+
.si-square-minus::before { content: "\e1a3"; }
|
|
443
|
+
.si-square-plus::before { content: "\e1a4"; }
|
|
444
|
+
.si-square-x::before { content: "\e1a5"; }
|
|
445
|
+
.si-star::before { content: "\e1a6"; }
|
|
446
|
+
.si-star-half::before { content: "\e1a7"; }
|
|
447
|
+
.si-stethoscope::before { content: "\e1a8"; }
|
|
448
|
+
.si-sticky-note::before { content: "\e1a9"; }
|
|
449
|
+
.si-stop-circle::before { content: "\e1aa"; }
|
|
450
|
+
.si-store::before { content: "\e1ab"; }
|
|
451
|
+
.si-strikethrough::before { content: "\e1ac"; }
|
|
452
|
+
.si-sun::before { content: "\e1ad"; }
|
|
453
|
+
.si-sun-dim::before { content: "\e1ae"; }
|
|
454
|
+
.si-sun-moon::before { content: "\e1af"; }
|
|
455
|
+
.si-sun-snow::before { content: "\e1b0"; }
|
|
456
|
+
.si-sunrise::before { content: "\e1b1"; }
|
|
457
|
+
.si-sunset::before { content: "\e1b2"; }
|
|
458
|
+
.si-syringe::before { content: "\e1b3"; }
|
|
459
|
+
.si-table::before { content: "\e1b4"; }
|
|
460
|
+
.si-tablet::before { content: "\e1b5"; }
|
|
461
|
+
.si-tag::before { content: "\e1b6"; }
|
|
462
|
+
.si-taxi::before { content: "\e1b7"; }
|
|
463
|
+
.si-tent::before { content: "\e1b8"; }
|
|
464
|
+
.si-terminal::before { content: "\e1b9"; }
|
|
465
|
+
.si-thermometer::before { content: "\e1ba"; }
|
|
466
|
+
.si-thumbs-down::before { content: "\e1bb"; }
|
|
467
|
+
.si-thumbs-up::before { content: "\e1bc"; }
|
|
468
|
+
.si-ticket::before { content: "\e1bd"; }
|
|
469
|
+
.si-timer::before { content: "\e1be"; }
|
|
470
|
+
.si-toggle-left::before { content: "\e1bf"; }
|
|
471
|
+
.si-toggle-right::before { content: "\e1c0"; }
|
|
472
|
+
.si-tornado::before { content: "\e1c1"; }
|
|
473
|
+
.si-train::before { content: "\e1c2"; }
|
|
474
|
+
.si-tram-front::before { content: "\e1c3"; }
|
|
475
|
+
.si-trash::before { content: "\e1c4"; }
|
|
476
|
+
.si-tree::before { content: "\e1c5"; }
|
|
477
|
+
.si-tree-pine::before { content: "\e1c6"; }
|
|
478
|
+
.si-trees::before { content: "\e1c7"; }
|
|
479
|
+
.si-trending-down::before { content: "\e1c8"; }
|
|
480
|
+
.si-trending-up::before { content: "\e1c9"; }
|
|
481
|
+
.si-triangle::before { content: "\e1ca"; }
|
|
482
|
+
.si-trophy::before { content: "\e1cb"; }
|
|
483
|
+
.si-truck::before { content: "\e1cc"; }
|
|
484
|
+
.si-tv::before { content: "\e1cd"; }
|
|
485
|
+
.si-type::before { content: "\e1ce"; }
|
|
486
|
+
.si-umbrella::before { content: "\e1cf"; }
|
|
487
|
+
.si-umbrella-2::before { content: "\e1d0"; }
|
|
488
|
+
.si-underline::before { content: "\e1d1"; }
|
|
489
|
+
.si-undo::before { content: "\e1d2"; }
|
|
490
|
+
.si-unlink::before { content: "\e1d3"; }
|
|
491
|
+
.si-unlock::before { content: "\e1d4"; }
|
|
492
|
+
.si-upload::before { content: "\e1d5"; }
|
|
493
|
+
.si-usb::before { content: "\e1d6"; }
|
|
494
|
+
.si-user::before { content: "\e1d7"; }
|
|
495
|
+
.si-user-check::before { content: "\e1d8"; }
|
|
496
|
+
.si-user-circle::before { content: "\e1d9"; }
|
|
497
|
+
.si-user-minus::before { content: "\e1da"; }
|
|
498
|
+
.si-user-plus::before { content: "\e1db"; }
|
|
499
|
+
.si-user-x::before { content: "\e1dc"; }
|
|
500
|
+
.si-users::before { content: "\e1dd"; }
|
|
501
|
+
.si-utensils::before { content: "\e1de"; }
|
|
502
|
+
.si-vibrate::before { content: "\e1df"; }
|
|
503
|
+
.si-video::before { content: "\e1e0"; }
|
|
504
|
+
.si-voicemail::before { content: "\e1e1"; }
|
|
505
|
+
.si-volume::before { content: "\e1e2"; }
|
|
506
|
+
.si-volume-low::before { content: "\e1e3"; }
|
|
507
|
+
.si-volume-x::before { content: "\e1e4"; }
|
|
508
|
+
.si-wallet::before { content: "\e1e5"; }
|
|
509
|
+
.si-wallet-cards::before { content: "\e1e6"; }
|
|
510
|
+
.si-wand::before { content: "\e1e7"; }
|
|
511
|
+
.si-washing-machine::before { content: "\e1e8"; }
|
|
512
|
+
.si-watch::before { content: "\e1e9"; }
|
|
513
|
+
.si-waves::before { content: "\e1ea"; }
|
|
514
|
+
.si-waypoints::before { content: "\e1eb"; }
|
|
515
|
+
.si-webcam::before { content: "\e1ec"; }
|
|
516
|
+
.si-webhook::before { content: "\e1ed"; }
|
|
517
|
+
.si-wifi::before { content: "\e1ee"; }
|
|
518
|
+
.si-wifi-off::before { content: "\e1ef"; }
|
|
519
|
+
.si-wind::before { content: "\e1f0"; }
|
|
520
|
+
.si-wine::before { content: "\e1f1"; }
|
|
521
|
+
.si-workflow::before { content: "\e1f2"; }
|
|
522
|
+
.si-wrench::before { content: "\e1f3"; }
|
|
523
|
+
.si-x::before { content: "\e1f4"; }
|
|
524
|
+
.si-x-circle::before { content: "\e1f5"; }
|
|
525
|
+
.si-zap::before { content: "\e1f6"; }
|
|
526
|
+
.si-zap-off::before { content: "\e1f7"; }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@font-face{font-family:"softicons";src:url("./softicons.woff2") format("woff2"),url("./softicons.woff") format("woff"),url("./softicons.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap;}.si{font-family:"softicons" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.si-accessibility::before{content:"\e000";}.si-activity::before{content:"\e001";}.si-airplay::before{content:"\e002";}.si-alarm-clock::before{content:"\e003";}.si-alert-circle::before{content:"\e004";}.si-alert-triangle::before{content:"\e005";}.si-align-center::before{content:"\e006";}.si-align-justify::before{content:"\e007";}.si-align-left::before{content:"\e008";}.si-align-right::before{content:"\e009";}.si-ambulance::before{content:"\e00a";}.si-anchor::before{content:"\e00b";}.si-antenna::before{content:"\e00c";}.si-aperture::before{content:"\e00d";}.si-archive::before{content:"\e00e";}.si-armchair::before{content:"\e00f";}.si-arrow-big-down::before{content:"\e010";}.si-arrow-big-left::before{content:"\e011";}.si-arrow-big-right::before{content:"\e012";}.si-arrow-big-up::before{content:"\e013";}.si-arrow-down::before{content:"\e014";}.si-arrow-down-circle::before{content:"\e015";}.si-arrow-down-left::before{content:"\e016";}.si-arrow-down-right::before{content:"\e017";}.si-arrow-left::before{content:"\e018";}.si-arrow-left-circle::before{content:"\e019";}.si-arrow-left-right::before{content:"\e01a";}.si-arrow-right::before{content:"\e01b";}.si-arrow-right-circle::before{content:"\e01c";}.si-arrow-up::before{content:"\e01d";}.si-arrow-up-circle::before{content:"\e01e";}.si-arrow-up-down::before{content:"\e01f";}.si-arrow-up-left::before{content:"\e020";}.si-arrow-up-right::before{content:"\e021";}.si-asterisk::before{content:"\e022";}.si-at-sign::before{content:"\e023";}.si-award::before{content:"\e024";}.si-axe::before{content:"\e025";}.si-backpack::before{content:"\e026";}.si-badge::before{content:"\e027";}.si-badge-alert::before{content:"\e028";}.si-badge-check::before{content:"\e029";}.si-badge-dollar::before{content:"\e02a";}.si-badge-plus::before{content:"\e02b";}.si-badge-x::before{content:"\e02c";}.si-balloon::before{content:"\e02d";}.si-ban::before{content:"\e02e";}.si-bandage::before{content:"\e02f";}.si-banknote::before{content:"\e030";}.si-bar-chart::before{content:"\e031";}.si-barcode::before{content:"\e032";}.si-battery::before{content:"\e033";}.si-battery-charging::before{content:"\e034";}.si-battery-full::before{content:"\e035";}.si-battery-low::before{content:"\e036";}.si-battery-medium::before{content:"\e037";}.si-bed::before{content:"\e038";}.si-bell::before{content:"\e039";}.si-bell-off::before{content:"\e03a";}.si-bell-plus::before{content:"\e03b";}.si-bell-ring::before{content:"\e03c";}.si-binary::before{content:"\e03d";}.si-bitcoin::before{content:"\e03e";}.si-blocks::before{content:"\e03f";}.si-bluetooth::before{content:"\e040";}.si-bold::before{content:"\e041";}.si-book::before{content:"\e042";}.si-book-marked::before{content:"\e043";}.si-book-open::before{content:"\e044";}.si-bookmark::before{content:"\e045";}.si-bookmark-check::before{content:"\e046";}.si-bookmark-plus::before{content:"\e047";}.si-braces::before{content:"\e048";}.si-briefcase::before{content:"\e049";}.si-bug::before{content:"\e04a";}.si-building::before{content:"\e04b";}.si-building-2::before{content:"\e04c";}.si-bus::before{content:"\e04d";}.si-cake::before{content:"\e04e";}.si-calculator::before{content:"\e04f";}.si-calendar::before{content:"\e050";}.si-calendar-check::before{content:"\e051";}.si-calendar-days::before{content:"\e052";}.si-calendar-plus::before{content:"\e053";}.si-calendar-x::before{content:"\e054";}.si-camera::before{content:"\e055";}.si-candle::before{content:"\e056";}.si-car::before{content:"\e057";}.si-caravan::before{content:"\e058";}.si-cast::before{content:"\e059";}.si-check::before{content:"\e05a";}.si-check-check::before{content:"\e05b";}.si-check-circle::before{content:"\e05c";}.si-chevron-down::before{content:"\e05d";}.si-chevron-left::before{content:"\e05e";}.si-chevron-right::before{content:"\e05f";}.si-chevron-up::before{content:"\e060";}.si-chevrons-down::before{content:"\e061";}.si-chevrons-left::before{content:"\e062";}.si-chevrons-right::before{content:"\e063";}.si-chevrons-up::before{content:"\e064";}.si-chevrons-up-down::before{content:"\e065";}.si-circle::before{content:"\e066";}.si-circle-dot::before{content:"\e067";}.si-circle-minus::before{content:"\e068";}.si-circle-slash::before{content:"\e069";}.si-clapperboard::before{content:"\e06a";}.si-clipboard::before{content:"\e06b";}.si-clipboard-check::before{content:"\e06c";}.si-clipboard-list::before{content:"\e06d";}.si-clock::before{content:"\e06e";}.si-cloud::before{content:"\e06f";}.si-cloud-drizzle::before{content:"\e070";}.si-cloud-fog::before{content:"\e071";}.si-cloud-lightning::before{content:"\e072";}.si-cloud-moon::before{content:"\e073";}.si-cloud-off::before{content:"\e074";}.si-cloud-rain::before{content:"\e075";}.si-cloud-snow::before{content:"\e076";}.si-cloud-sun::before{content:"\e077";}.si-cloudy::before{content:"\e078";}.si-code::before{content:"\e079";}.si-coffee::before{content:"\e07a";}.si-coins::before{content:"\e07b";}.si-columns::before{content:"\e07c";}.si-command::before{content:"\e07d";}.si-compass::before{content:"\e07e";}.si-component::before{content:"\e07f";}.si-contact::before{content:"\e080";}.si-contrast::before{content:"\e081";}.si-cookie::before{content:"\e082";}.si-copy::before{content:"\e083";}.si-copyright::before{content:"\e084";}.si-corner-down-left::before{content:"\e085";}.si-corner-down-right::before{content:"\e086";}.si-corner-left-up::before{content:"\e087";}.si-corner-right-down::before{content:"\e088";}.si-corner-up-left::before{content:"\e089";}.si-corner-up-right::before{content:"\e08a";}.si-cpu::before{content:"\e08b";}.si-credit-card::before{content:"\e08c";}.si-cross::before{content:"\e08d";}.si-crosshair::before{content:"\e08e";}.si-crown::before{content:"\e08f";}.si-cup-soda::before{content:"\e090";}.si-database::before{content:"\e091";}.si-delete::before{content:"\e092";}.si-diamond::before{content:"\e093";}.si-disc::before{content:"\e094";}.si-divide::before{content:"\e095";}.si-dna::before{content:"\e096";}.si-dollar::before{content:"\e097";}.si-dollar-sign::before{content:"\e098";}.si-door::before{content:"\e099";}.si-dot::before{content:"\e09a";}.si-download::before{content:"\e09b";}.si-droplet::before{content:"\e09c";}.si-droplets::before{content:"\e09d";}.si-ear::before{content:"\e09e";}.si-edit::before{content:"\e09f";}.si-egg::before{content:"\e0a0";}.si-equal::before{content:"\e0a1";}.si-eraser::before{content:"\e0a2";}.si-euro::before{content:"\e0a3";}.si-external-link::before{content:"\e0a4";}.si-eye::before{content:"\e0a5";}.si-eye-off::before{content:"\e0a6";}.si-factory::before{content:"\e0a7";}.si-fast-forward::before{content:"\e0a8";}.si-file::before{content:"\e0a9";}.si-file-check::before{content:"\e0aa";}.si-file-image::before{content:"\e0ab";}.si-file-minus::before{content:"\e0ac";}.si-file-plus::before{content:"\e0ad";}.si-file-text::before{content:"\e0ae";}.si-file-x::before{content:"\e0af";}.si-files::before{content:"\e0b0";}.si-film::before{content:"\e0b1";}.si-filter::before{content:"\e0b2";}.si-fingerprint::before{content:"\e0b3";}.si-flag::before{content:"\e0b4";}.si-flag-triangle-right::before{content:"\e0b5";}.si-flame::before{content:"\e0b6";}.si-flashlight::before{content:"\e0b7";}.si-flip-horizontal::before{content:"\e0b8";}.si-flip-vertical::before{content:"\e0b9";}.si-flower::before{content:"\e0ba";}.si-focus::before{content:"\e0bb";}.si-folder::before{content:"\e0bc";}.si-folder-check::before{content:"\e0bd";}.si-folder-minus::before{content:"\e0be";}.si-folder-open::before{content:"\e0bf";}.si-folder-plus::before{content:"\e0c0";}.si-folder-x::before{content:"\e0c1";}.si-footprints::before{content:"\e0c2";}.si-forward::before{content:"\e0c3";}.si-frown::before{content:"\e0c4";}.si-fuel::before{content:"\e0c5";}.si-gallery-vertical::before{content:"\e0c6";}.si-gamepad::before{content:"\e0c7";}.si-gauge::before{content:"\e0c8";}.si-gem::before{content:"\e0c9";}.si-gift::before{content:"\e0ca";}.si-git-branch::before{content:"\e0cb";}.si-git-commit::before{content:"\e0cc";}.si-git-merge::before{content:"\e0cd";}.si-git-pull-request::before{content:"\e0ce";}.si-glasses::before{content:"\e0cf";}.si-globe::before{content:"\e0d0";}.si-graduation-cap::before{content:"\e0d1";}.si-grid::before{content:"\e0d2";}.si-grip-horizontal::before{content:"\e0d3";}.si-grip-vertical::before{content:"\e0d4";}.si-hammer::before{content:"\e0d5";}.si-hand::before{content:"\e0d6";}.si-hand-coins::before{content:"\e0d7";}.si-hard-drive::before{content:"\e0d8";}.si-hash::before{content:"\e0d9";}.si-haze::before{content:"\e0da";}.si-heading::before{content:"\e0db";}.si-headphones::before{content:"\e0dc";}.si-headset::before{content:"\e0dd";}.si-heart::before{content:"\e0de";}.si-heart-pulse::before{content:"\e0df";}.si-help-circle::before{content:"\e0e0";}.si-hexagon::before{content:"\e0e1";}.si-history::before{content:"\e0e2";}.si-home::before{content:"\e0e3";}.si-hospital::before{content:"\e0e4";}.si-hotel::before{content:"\e0e5";}.si-hourglass::before{content:"\e0e6";}.si-hurricane::before{content:"\e0e7";}.si-ice-cream::before{content:"\e0e8";}.si-id-card::before{content:"\e0e9";}.si-image::before{content:"\e0ea";}.si-image-plus::before{content:"\e0eb";}.si-images::before{content:"\e0ec";}.si-inbox::before{content:"\e0ed";}.si-info::before{content:"\e0ee";}.si-italic::before{content:"\e0ef";}.si-joystick::before{content:"\e0f0";}.si-kanban::before{content:"\e0f1";}.si-key::before{content:"\e0f2";}.si-key-round::before{content:"\e0f3";}.si-keyboard::before{content:"\e0f4";}.si-lamp::before{content:"\e0f5";}.si-landmark::before{content:"\e0f6";}.si-laptop::before{content:"\e0f7";}.si-layers::before{content:"\e0f8";}.si-layout::before{content:"\e0f9";}.si-layout-dashboard::before{content:"\e0fa";}.si-layout-template::before{content:"\e0fb";}.si-leaf::before{content:"\e0fc";}.si-library::before{content:"\e0fd";}.si-lightbulb::before{content:"\e0fe";}.si-link::before{content:"\e0ff";}.si-link-2::before{content:"\e100";}.si-list::before{content:"\e101";}.si-list-checks::before{content:"\e102";}.si-list-filter::before{content:"\e103";}.si-list-music::before{content:"\e104";}.si-list-ordered::before{content:"\e105";}.si-list-plus::before{content:"\e106";}.si-list-tree::before{content:"\e107";}.si-loader::before{content:"\e108";}.si-locate::before{content:"\e109";}.si-lock::before{content:"\e10a";}.si-lock-keyhole::before{content:"\e10b";}.si-log-in::before{content:"\e10c";}.si-log-out::before{content:"\e10d";}.si-magnet::before{content:"\e10e";}.si-mail::before{content:"\e10f";}.si-mail-check::before{content:"\e110";}.si-mail-open::before{content:"\e111";}.si-mail-plus::before{content:"\e112";}.si-map::before{content:"\e113";}.si-map-pin::before{content:"\e114";}.si-maximize::before{content:"\e115";}.si-maximize-2::before{content:"\e116";}.si-megaphone::before{content:"\e117";}.si-meh::before{content:"\e118";}.si-menu::before{content:"\e119";}.si-message-circle::before{content:"\e11a";}.si-message-dots::before{content:"\e11b";}.si-message-square::before{content:"\e11c";}.si-messages-square::before{content:"\e11d";}.si-mic::before{content:"\e11e";}.si-mic-off::before{content:"\e11f";}.si-microwave::before{content:"\e120";}.si-milestone::before{content:"\e121";}.si-minimize-2::before{content:"\e122";}.si-minus::before{content:"\e123";}.si-monitor::before{content:"\e124";}.si-moon::before{content:"\e125";}.si-moon-star::before{content:"\e126";}.si-more-horizontal::before{content:"\e127";}.si-more-vertical::before{content:"\e128";}.si-mountain::before{content:"\e129";}.si-mountain-snow::before{content:"\e12a";}.si-mouse::before{content:"\e12b";}.si-move::before{content:"\e12c";}.si-move-horizontal::before{content:"\e12d";}.si-move-vertical::before{content:"\e12e";}.si-music::before{content:"\e12f";}.si-music-2::before{content:"\e130";}.si-navigation::before{content:"\e131";}.si-network::before{content:"\e132";}.si-newspaper::before{content:"\e133";}.si-notebook::before{content:"\e134";}.si-octagon::before{content:"\e135";}.si-octagon-alert::before{content:"\e136";}.si-package::before{content:"\e137";}.si-paint-roller::before{content:"\e138";}.si-paintbrush::before{content:"\e139";}.si-palette::before{content:"\e13a";}.si-palmtree::before{content:"\e13b";}.si-panel-bottom::before{content:"\e13c";}.si-panel-right::before{content:"\e13d";}.si-panel-top::before{content:"\e13e";}.si-paperclip::before{content:"\e13f";}.si-parking::before{content:"\e140";}.si-pause::before{content:"\e141";}.si-pause-circle::before{content:"\e142";}.si-pen-tool::before{content:"\e143";}.si-pentagon::before{content:"\e144";}.si-percent::before{content:"\e145";}.si-percent-circle::before{content:"\e146";}.si-phone::before{content:"\e147";}.si-phone-call::before{content:"\e148";}.si-phone-incoming::before{content:"\e149";}.si-phone-off::before{content:"\e14a";}.si-phone-outgoing::before{content:"\e14b";}.si-pickaxe::before{content:"\e14c";}.si-pie-chart::before{content:"\e14d";}.si-piggy-bank::before{content:"\e14e";}.si-pilcrow::before{content:"\e14f";}.si-pill::before{content:"\e150";}.si-pin::before{content:"\e151";}.si-pin-off::before{content:"\e152";}.si-pizza::before{content:"\e153";}.si-plane::before{content:"\e154";}.si-play::before{content:"\e155";}.si-play-circle::before{content:"\e156";}.si-plug::before{content:"\e157";}.si-plus::before{content:"\e158";}.si-plus-circle::before{content:"\e159";}.si-podcast::before{content:"\e15a";}.si-pound-sterling::before{content:"\e15b";}.si-power::before{content:"\e15c";}.si-presentation::before{content:"\e15d";}.si-printer::before{content:"\e15e";}.si-projector::before{content:"\e15f";}.si-qr-code::before{content:"\e160";}.si-quote::before{content:"\e161";}.si-radio::before{content:"\e162";}.si-rainbow::before{content:"\e163";}.si-receipt::before{content:"\e164";}.si-receipt-text::before{content:"\e165";}.si-redo::before{content:"\e166";}.si-refresh::before{content:"\e167";}.si-refresh-ccw::before{content:"\e168";}.si-refrigerator::before{content:"\e169";}.si-repeat::before{content:"\e16a";}.si-reply::before{content:"\e16b";}.si-reply-all::before{content:"\e16c";}.si-rewind::before{content:"\e16d";}.si-rocket::before{content:"\e16e";}.si-rotate-cw::before{content:"\e16f";}.si-route::before{content:"\e170";}.si-router::before{content:"\e171";}.si-rows::before{content:"\e172";}.si-rss::before{content:"\e173";}.si-ruler::before{content:"\e174";}.si-sailboat::before{content:"\e175";}.si-save::before{content:"\e176";}.si-scale::before{content:"\e177";}.si-scan::before{content:"\e178";}.si-scan-line::before{content:"\e179";}.si-scan-text::before{content:"\e17a";}.si-scissors::before{content:"\e17b";}.si-screwdriver::before{content:"\e17c";}.si-scroll::before{content:"\e17d";}.si-search::before{content:"\e17e";}.si-send::before{content:"\e17f";}.si-send-horizontal::before{content:"\e180";}.si-server::before{content:"\e181";}.si-settings::before{content:"\e182";}.si-settings-2::before{content:"\e183";}.si-share::before{content:"\e184";}.si-shield::before{content:"\e185";}.si-shield-alert::before{content:"\e186";}.si-shield-check::before{content:"\e187";}.si-ship::before{content:"\e188";}.si-shopping-bag::before{content:"\e189";}.si-shopping-basket::before{content:"\e18a";}.si-shopping-cart::before{content:"\e18b";}.si-shovel::before{content:"\e18c";}.si-shuffle::before{content:"\e18d";}.si-sidebar::before{content:"\e18e";}.si-sidebar-close::before{content:"\e18f";}.si-sigma::before{content:"\e190";}.si-signal::before{content:"\e191";}.si-signpost::before{content:"\e192";}.si-skip-back::before{content:"\e193";}.si-skip-forward::before{content:"\e194";}.si-sliders::before{content:"\e195";}.si-sliders-horizontal::before{content:"\e196";}.si-smartphone::before{content:"\e197";}.si-smile::before{content:"\e198";}.si-snow::before{content:"\e199";}.si-snowflake::before{content:"\e19a";}.si-sofa::before{content:"\e19b";}.si-sparkles::before{content:"\e19c";}.si-speaker::before{content:"\e19d";}.si-sprout::before{content:"\e19e";}.si-square::before{content:"\e19f";}.si-square-check::before{content:"\e1a0";}.si-square-code::before{content:"\e1a1";}.si-square-dashed::before{content:"\e1a2";}.si-square-minus::before{content:"\e1a3";}.si-square-plus::before{content:"\e1a4";}.si-square-x::before{content:"\e1a5";}.si-star::before{content:"\e1a6";}.si-star-half::before{content:"\e1a7";}.si-stethoscope::before{content:"\e1a8";}.si-sticky-note::before{content:"\e1a9";}.si-stop-circle::before{content:"\e1aa";}.si-store::before{content:"\e1ab";}.si-strikethrough::before{content:"\e1ac";}.si-sun::before{content:"\e1ad";}.si-sun-dim::before{content:"\e1ae";}.si-sun-moon::before{content:"\e1af";}.si-sun-snow::before{content:"\e1b0";}.si-sunrise::before{content:"\e1b1";}.si-sunset::before{content:"\e1b2";}.si-syringe::before{content:"\e1b3";}.si-table::before{content:"\e1b4";}.si-tablet::before{content:"\e1b5";}.si-tag::before{content:"\e1b6";}.si-taxi::before{content:"\e1b7";}.si-tent::before{content:"\e1b8";}.si-terminal::before{content:"\e1b9";}.si-thermometer::before{content:"\e1ba";}.si-thumbs-down::before{content:"\e1bb";}.si-thumbs-up::before{content:"\e1bc";}.si-ticket::before{content:"\e1bd";}.si-timer::before{content:"\e1be";}.si-toggle-left::before{content:"\e1bf";}.si-toggle-right::before{content:"\e1c0";}.si-tornado::before{content:"\e1c1";}.si-train::before{content:"\e1c2";}.si-tram-front::before{content:"\e1c3";}.si-trash::before{content:"\e1c4";}.si-tree::before{content:"\e1c5";}.si-tree-pine::before{content:"\e1c6";}.si-trees::before{content:"\e1c7";}.si-trending-down::before{content:"\e1c8";}.si-trending-up::before{content:"\e1c9";}.si-triangle::before{content:"\e1ca";}.si-trophy::before{content:"\e1cb";}.si-truck::before{content:"\e1cc";}.si-tv::before{content:"\e1cd";}.si-type::before{content:"\e1ce";}.si-umbrella::before{content:"\e1cf";}.si-umbrella-2::before{content:"\e1d0";}.si-underline::before{content:"\e1d1";}.si-undo::before{content:"\e1d2";}.si-unlink::before{content:"\e1d3";}.si-unlock::before{content:"\e1d4";}.si-upload::before{content:"\e1d5";}.si-usb::before{content:"\e1d6";}.si-user::before{content:"\e1d7";}.si-user-check::before{content:"\e1d8";}.si-user-circle::before{content:"\e1d9";}.si-user-minus::before{content:"\e1da";}.si-user-plus::before{content:"\e1db";}.si-user-x::before{content:"\e1dc";}.si-users::before{content:"\e1dd";}.si-utensils::before{content:"\e1de";}.si-vibrate::before{content:"\e1df";}.si-video::before{content:"\e1e0";}.si-voicemail::before{content:"\e1e1";}.si-volume::before{content:"\e1e2";}.si-volume-low::before{content:"\e1e3";}.si-volume-x::before{content:"\e1e4";}.si-wallet::before{content:"\e1e5";}.si-wallet-cards::before{content:"\e1e6";}.si-wand::before{content:"\e1e7";}.si-washing-machine::before{content:"\e1e8";}.si-watch::before{content:"\e1e9";}.si-waves::before{content:"\e1ea";}.si-waypoints::before{content:"\e1eb";}.si-webcam::before{content:"\e1ec";}.si-webhook::before{content:"\e1ed";}.si-wifi::before{content:"\e1ee";}.si-wifi-off::before{content:"\e1ef";}.si-wind::before{content:"\e1f0";}.si-wine::before{content:"\e1f1";}.si-workflow::before{content:"\e1f2";}.si-wrench::before{content:"\e1f3";}.si-x::before{content:"\e1f4";}.si-x-circle::before{content:"\e1f5";}.si-zap::before{content:"\e1f6";}.si-zap-off::before{content:"\e1f7";}
|