slicejs-cli 1.0.53 → 1.0.55

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.
Files changed (86) hide show
  1. package/commands/createComponent/createComponent.js +7 -4
  2. package/commands/listComponents/listComponents.js +63 -30
  3. package/package.json +1 -1
  4. package/PROJECT_TEMPLATES/Basic/Slice/Components/Provider/TestProvider/TestProvider.js +0 -0
  5. package/PROJECT_TEMPLATES/Basic/Slice/Components/Service/FetchManager/FetchManager.js +0 -134
  6. package/PROJECT_TEMPLATES/Basic/Slice/Components/Service/IndexedDbManager/IndexedDbManager.js +0 -138
  7. package/PROJECT_TEMPLATES/Basic/Slice/Components/Service/LocalStorageManager/LocalStorageManager.js +0 -45
  8. package/PROJECT_TEMPLATES/Basic/Slice/Components/Service/Translator/Translator.js +0 -59
  9. package/PROJECT_TEMPLATES/Basic/Slice/Components/Service/Translator/messages.json +0 -50
  10. package/PROJECT_TEMPLATES/Basic/Slice/Components/Structural/Controller/Controller.js +0 -106
  11. package/PROJECT_TEMPLATES/Basic/Slice/Components/Structural/Debugger/Debugger.css +0 -95
  12. package/PROJECT_TEMPLATES/Basic/Slice/Components/Structural/Debugger/Debugger.html +0 -10
  13. package/PROJECT_TEMPLATES/Basic/Slice/Components/Structural/Debugger/Debugger.js +0 -250
  14. package/PROJECT_TEMPLATES/Basic/Slice/Components/Structural/Logger/Log.js +0 -10
  15. package/PROJECT_TEMPLATES/Basic/Slice/Components/Structural/Logger/Logger.js +0 -112
  16. package/PROJECT_TEMPLATES/Basic/Slice/Components/Structural/StylesManager/CustomStylesManager/CustomStylesManager.js +0 -52
  17. package/PROJECT_TEMPLATES/Basic/Slice/Components/Structural/StylesManager/StylesManager.js +0 -42
  18. package/PROJECT_TEMPLATES/Basic/Slice/Components/Structural/StylesManager/ThemeManager/ThemeManager.js +0 -25
  19. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Button/Button.css +0 -44
  20. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Button/Button.html +0 -5
  21. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Button/Button.js +0 -39
  22. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Card/Card.css +0 -63
  23. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Card/Card.html +0 -7
  24. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Card/Card.js +0 -110
  25. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Checkbox/Checkbox.css +0 -87
  26. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Checkbox/Checkbox.html +0 -8
  27. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Checkbox/Checkbox.js +0 -87
  28. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/CodeValidator/CodeValidator.css +0 -97
  29. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/CodeValidator/CodeValidator.html +0 -18
  30. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/CodeValidator/CodeValidator.js +0 -86
  31. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/Icon.css +0 -505
  32. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/Icon.html +0 -1
  33. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/Icon.js +0 -95
  34. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/slc.eot +0 -0
  35. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/slc.json +0 -550
  36. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/slc.styl +0 -502
  37. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/slc.svg +0 -1470
  38. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/slc.symbol.svg +0 -1035
  39. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/slc.ttf +0 -0
  40. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/slc.woff +0 -0
  41. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Icon/slc.woff2 +0 -0
  42. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Input/Input.css +0 -87
  43. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Input/Input.html +0 -4
  44. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Input/Input.js +0 -210
  45. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Loading/Loading.css +0 -56
  46. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Loading/Loading.html +0 -83
  47. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Loading/Loading.js +0 -39
  48. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Navbar/Navbar.css +0 -30
  49. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Navbar/Navbar.html +0 -6
  50. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Navbar/Navbar.js +0 -39
  51. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Select/Select.css +0 -91
  52. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Select/Select.html +0 -8
  53. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Select/Select.js +0 -210
  54. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Switch/Switch.css +0 -76
  55. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Switch/Switch.html +0 -8
  56. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Switch/Switch.js +0 -109
  57. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/TestComponent/TestComponent.css +0 -0
  58. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/TestComponent/TestComponent.html +0 -0
  59. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/TestComponent/TestComponent.js +0 -0
  60. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Tester/Tester.css +0 -34
  61. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Tester/Tester.html +0 -7
  62. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Tester/Tester.js +0 -33
  63. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Tester2/Tester2.css +0 -34
  64. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Tester2/Tester2.html +0 -43
  65. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/Tester2/Tester2.js +0 -39
  66. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/ToastAlert/ToastAlert.css +0 -110
  67. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/ToastAlert/ToastAlert.html +0 -12
  68. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/ToastAlert/ToastAlert.js +0 -65
  69. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/complexNavbar/complexNavbar.css +0 -163
  70. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/complexNavbar/complexNavbar.html +0 -15
  71. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/complexNavbar/complexNavbar.js +0 -48
  72. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/imageCarousel/img-carousel.css +0 -56
  73. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/imageCarousel/img-carousel.html +0 -6
  74. package/PROJECT_TEMPLATES/Basic/Slice/Components/Visual/imageCarousel/img-carousel.js +0 -119
  75. package/PROJECT_TEMPLATES/Basic/Slice/Components/components.js +0 -23
  76. package/PROJECT_TEMPLATES/Basic/Slice/Slice.js +0 -194
  77. package/PROJECT_TEMPLATES/Basic/Slice/Styles/Custom/custom.css +0 -23
  78. package/PROJECT_TEMPLATES/Basic/Slice/Styles/sliceStyles.css +0 -10
  79. package/PROJECT_TEMPLATES/Basic/Slice/Themes/Dark.css +0 -38
  80. package/PROJECT_TEMPLATES/Basic/Slice/Themes/Light.css +0 -31
  81. package/PROJECT_TEMPLATES/Basic/Slice/Themes/Slice.css +0 -30
  82. package/PROJECT_TEMPLATES/Basic/Slice/package.json +0 -12
  83. package/PROJECT_TEMPLATES/Basic/Slice/sliceConfig.json +0 -32
  84. package/PROJECT_TEMPLATES/Basic/src/Views/LandingPage/index.html +0 -14
  85. package/PROJECT_TEMPLATES/Basic/src/Views/LandingPage/index.js +0 -395
  86. package/PROJECT_TEMPLATES/Basic/src/Views/LandingPage/style.css +0 -0
@@ -1,502 +0,0 @@
1
- @font-face {font-family: "slc";
2
- src: url('slc.eot?t=1711578932894'); /* IE9*/
3
- src: url('slc.eot?t=1711578932894#iefix') format('embedded-opentype'), /* IE6-IE8 */
4
- url("slc.woff2?t=1711578932894") format("woff2"),
5
- url("slc.woff?t=1711578932894") format("woff"),
6
- url('slc.ttf?t=1711578932894') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7
- url('slc.svg?t=1711578932894#slc') format('svg'); /* iOS 4.1- */
8
- }
9
-
10
- [class^="slc-"], [class*=" slc-"] {
11
- font-family: 'slc' !important;
12
- font-style:normal;
13
- -webkit-font-smoothing: antialiased;
14
- -moz-osx-font-smoothing: grayscale;
15
- }
16
-
17
- .slc-filaddress-book:before { content: "\ea01"; }
18
- .slc-filadjustments-horizontal:before { content: "\ea02"; }
19
- .slc-filadjustments-vertical:before { content: "\ea03"; }
20
- .slc-filannotation:before { content: "\ea04"; }
21
- .slc-filapple:before { content: "\ea05"; }
22
- .slc-filarchive-arrow-down:before { content: "\ea06"; }
23
- .slc-filarchive:before { content: "\ea07"; }
24
- .slc-filarrow-right-alt:before { content: "\ea08"; }
25
- .slc-filarrow-up-right-from-square:before { content: "\ea09"; }
26
- .slc-filbackward-step:before { content: "\ea0a"; }
27
- .slc-filbadge-check:before { content: "\ea0b"; }
28
- .slc-filbell-active-alt:before { content: "\ea0c"; }
29
- .slc-filbell-active:before { content: "\ea0d"; }
30
- .slc-filbell-ring:before { content: "\ea0e"; }
31
- .slc-filbell:before { content: "\ea0f"; }
32
- .slc-filblender-phone:before { content: "\ea10"; }
33
- .slc-filbook-open:before { content: "\ea11"; }
34
- .slc-filbook:before { content: "\ea12"; }
35
- .slc-filbookmark:before { content: "\ea13"; }
36
- .slc-filbrain:before { content: "\ea14"; }
37
- .slc-filbriefcase:before { content: "\ea15"; }
38
- .slc-filbug:before { content: "\ea16"; }
39
- .slc-filbuilding:before { content: "\ea17"; }
40
- .slc-filbullhorn:before { content: "\ea18"; }
41
- .slc-filcalendar-edit:before { content: "\ea19"; }
42
- .slc-filcalendar-month:before { content: "\ea1a"; }
43
- .slc-filcalendar-plus:before { content: "\ea1b"; }
44
- .slc-filcalendar-week:before { content: "\ea1c"; }
45
- .slc-filcamera-photo:before { content: "\ea1d"; }
46
- .slc-filcaption:before { content: "\ea1e"; }
47
- .slc-filcaret-down:before { content: "\ea1f"; }
48
- .slc-filcaret-left:before { content: "\ea20"; }
49
- .slc-filcaret-right:before { content: "\ea21"; }
50
- .slc-filcaret-sort:before { content: "\ea22"; }
51
- .slc-filcaret-up:before { content: "\ea23"; }
52
- .slc-filcart-plus-alt:before { content: "\ea24"; }
53
- .slc-filcart-plus:before { content: "\ea25"; }
54
- .slc-filcart:before { content: "\ea26"; }
55
- .slc-filcash:before { content: "\ea27"; }
56
- .slc-filchart-mixed-dollar:before { content: "\ea28"; }
57
- .slc-filchart-pie:before { content: "\ea29"; }
58
- .slc-filcheck-circle:before { content: "\ea2a"; }
59
- .slc-filcheck-plus-circle:before { content: "\ea2b"; }
60
- .slc-filcircle-pause:before { content: "\ea2c"; }
61
- .slc-filcircle-plus:before { content: "\ea2d"; }
62
- .slc-filclapperboard-play:before { content: "\ea2e"; }
63
- .slc-filclipboard-check:before { content: "\ea2f"; }
64
- .slc-filclipboard-list:before { content: "\ea30"; }
65
- .slc-filclipboard:before { content: "\ea31"; }
66
- .slc-filclock:before { content: "\ea32"; }
67
- .slc-filclose-circle:before { content: "\ea33"; }
68
- .slc-filcloud-arrow-up:before { content: "\ea34"; }
69
- .slc-filcode-branch:before { content: "\ea35"; }
70
- .slc-filcode-fork:before { content: "\ea36"; }
71
- .slc-filcode-merge:before { content: "\ea37"; }
72
- .slc-filcode-pull-request:before { content: "\ea38"; }
73
- .slc-filcog:before { content: "\ea39"; }
74
- .slc-filcolumn:before { content: "\ea3a"; }
75
- .slc-filcomputer-speaker:before { content: "\ea3b"; }
76
- .slc-filcredit-card:before { content: "\ea3c"; }
77
- .slc-filcss:before { content: "\ea3d"; }
78
- .slc-fildatabase:before { content: "\ea3e"; }
79
- .slc-fildesktop-pc:before { content: "\ea3f"; }
80
- .slc-fildiscord:before { content: "\ea40"; }
81
- .slc-fildownload:before { content: "\ea41"; }
82
- .slc-fildraw-square:before { content: "\ea42"; }
83
- .slc-fildribbble:before { content: "\ea43"; }
84
- .slc-fildropbox:before { content: "\ea44"; }
85
- .slc-filedit:before { content: "\ea45"; }
86
- .slc-filenvelope-open:before { content: "\ea46"; }
87
- .slc-filenvelope:before { content: "\ea47"; }
88
- .slc-filexclamation-circle:before { content: "\ea48"; }
89
- .slc-fileye-slash:before { content: "\ea49"; }
90
- .slc-fileye:before { content: "\ea4a"; }
91
- .slc-filface-explode:before { content: "\ea4b"; }
92
- .slc-filface-grin-stars:before { content: "\ea4c"; }
93
- .slc-filface-grin:before { content: "\ea4d"; }
94
- .slc-filface-laugh:before { content: "\ea4e"; }
95
- .slc-filfacebook:before { content: "\ea4f"; }
96
- .slc-filfile-chart-bar:before { content: "\ea50"; }
97
- .slc-filfile-check:before { content: "\ea51"; }
98
- .slc-filfile-circle-plus:before { content: "\ea52"; }
99
- .slc-filfile-clone:before { content: "\ea53"; }
100
- .slc-filfile-code:before { content: "\ea54"; }
101
- .slc-filfile-copy-alt:before { content: "\ea55"; }
102
- .slc-filfile-copy:before { content: "\ea56"; }
103
- .slc-filfile-csv:before { content: "\ea57"; }
104
- .slc-filfile-export:before { content: "\ea58"; }
105
- .slc-filfile-image:before { content: "\ea59"; }
106
- .slc-filfile-import:before { content: "\ea5a"; }
107
- .slc-filfile-invoice:before { content: "\ea5b"; }
108
- .slc-filfile-lines:before { content: "\ea5c"; }
109
- .slc-filfile-music:before { content: "\ea5d"; }
110
- .slc-filfile-paste:before { content: "\ea5e"; }
111
- .slc-filfile-pdf:before { content: "\ea5f"; }
112
- .slc-filfile-pen:before { content: "\ea60"; }
113
- .slc-filfile-ppt:before { content: "\ea61"; }
114
- .slc-filfile-search:before { content: "\ea62"; }
115
- .slc-filfile-shield:before { content: "\ea63"; }
116
- .slc-filfile-video:before { content: "\ea64"; }
117
- .slc-filfile-word:before { content: "\ea65"; }
118
- .slc-filfile-zip:before { content: "\ea66"; }
119
- .slc-filfile:before { content: "\ea67"; }
120
- .slc-filfilter:before { content: "\ea68"; }
121
- .slc-filfire:before { content: "\ea69"; }
122
- .slc-filflag:before { content: "\ea6a"; }
123
- .slc-filflowbite:before { content: "\ea6b"; }
124
- .slc-filfolder-arrow-right:before { content: "\ea6c"; }
125
- .slc-filfolder-duplicate:before { content: "\ea6d"; }
126
- .slc-filfolder-open:before { content: "\ea6e"; }
127
- .slc-filfolder-plus:before { content: "\ea6f"; }
128
- .slc-filfolder:before { content: "\ea70"; }
129
- .slc-filforward-step:before { content: "\ea71"; }
130
- .slc-filforward:before { content: "\ea72"; }
131
- .slc-filgift-box:before { content: "\ea73"; }
132
- .slc-filgithub:before { content: "\ea74"; }
133
- .slc-filglobe:before { content: "\ea75"; }
134
- .slc-filgoogle:before { content: "\ea76"; }
135
- .slc-filgrid-plus:before { content: "\ea77"; }
136
- .slc-filgrid:before { content: "\ea78"; }
137
- .slc-filheadphones:before { content: "\ea79"; }
138
- .slc-filheart:before { content: "\ea7a"; }
139
- .slc-filhome:before { content: "\ea7b"; }
140
- .slc-filhourglass:before { content: "\ea7c"; }
141
- .slc-filhtml:before { content: "\ea7d"; }
142
- .slc-filimage:before { content: "\ea7e"; }
143
- .slc-filinbox-full:before { content: "\ea7f"; }
144
- .slc-filinbox:before { content: "\ea80"; }
145
- .slc-filindent:before { content: "\ea81"; }
146
- .slc-filinfo-circle:before { content: "\ea82"; }
147
- .slc-filkeyboard:before { content: "\ea83"; }
148
- .slc-fillabel:before { content: "\ea84"; }
149
- .slc-fillandmark:before { content: "\ea85"; }
150
- .slc-fillayers:before { content: "\ea86"; }
151
- .slc-fillife-saver:before { content: "\ea87"; }
152
- .slc-fillightbulb:before { content: "\ea88"; }
153
- .slc-fillinkedin:before { content: "\ea89"; }
154
- .slc-fillist-music:before { content: "\ea8a"; }
155
- .slc-fillock-open:before { content: "\ea8b"; }
156
- .slc-fillock-time:before { content: "\ea8c"; }
157
- .slc-fillock:before { content: "\ea8d"; }
158
- .slc-filmail-box:before { content: "\ea8e"; }
159
- .slc-filmap-pin-alt:before { content: "\ea8f"; }
160
- .slc-filmap-pin:before { content: "\ea90"; }
161
- .slc-filmessage-caption:before { content: "\ea91"; }
162
- .slc-filmessage-dots:before { content: "\ea92"; }
163
- .slc-filmessages:before { content: "\ea93"; }
164
- .slc-filmicrophone:before { content: "\ea94"; }
165
- .slc-filmobile-phone:before { content: "\ea95"; }
166
- .slc-filmoon:before { content: "\ea96"; }
167
- .slc-filnewspaper:before { content: "\ea97"; }
168
- .slc-filnpm:before { content: "\ea98"; }
169
- .slc-filoutdent:before { content: "\ea99"; }
170
- .slc-filpalette:before { content: "\ea9a"; }
171
- .slc-filpaper-plane:before { content: "\ea9b"; }
172
- .slc-filparagraph:before { content: "\ea9c"; }
173
- .slc-filpause:before { content: "\ea9d"; }
174
- .slc-filpen-nib:before { content: "\ea9e"; }
175
- .slc-filpen:before { content: "\ea9f"; }
176
- .slc-filphone:before { content: "\eaa0"; }
177
- .slc-filplay:before { content: "\eaa1"; }
178
- .slc-filprinter:before { content: "\eaa2"; }
179
- .slc-filprofile-card:before { content: "\eaa3"; }
180
- .slc-filquestion-circle:before { content: "\eaa4"; }
181
- .slc-filquote:before { content: "\eaa5"; }
182
- .slc-filreact:before { content: "\eaa6"; }
183
- .slc-filreceipt:before { content: "\eaa7"; }
184
- .slc-filrectangle-list:before { content: "\eaa8"; }
185
- .slc-filreply-all:before { content: "\eaa9"; }
186
- .slc-filreply:before { content: "\eaaa"; }
187
- .slc-filrocket:before { content: "\eaab"; }
188
- .slc-filsale-percent:before { content: "\eaac"; }
189
- .slc-filscale-balanced:before { content: "\eaad"; }
190
- .slc-filsearch:before { content: "\eaae"; }
191
- .slc-filshare-all:before { content: "\eaaf"; }
192
- .slc-filshare-nodes:before { content: "\eab0"; }
193
- .slc-filshield-check:before { content: "\eab1"; }
194
- .slc-filshield:before { content: "\eab2"; }
195
- .slc-filshopping-bag:before { content: "\eab3"; }
196
- .slc-filstackoverflow:before { content: "\eab4"; }
197
- .slc-filstar-half-stroke:before { content: "\eab5"; }
198
- .slc-filstar-half:before { content: "\eab6"; }
199
- .slc-filstar:before { content: "\eab7"; }
200
- .slc-filstore:before { content: "\eab8"; }
201
- .slc-filsun:before { content: "\eab9"; }
202
- .slc-filswatchbook:before { content: "\eaba"; }
203
- .slc-filtable-column:before { content: "\eabb"; }
204
- .slc-filtable-row:before { content: "\eabc"; }
205
- .slc-filtablet:before { content: "\eabd"; }
206
- .slc-filtag:before { content: "\eabe"; }
207
- .slc-filtailwind:before { content: "\eabf"; }
208
- .slc-filterminal:before { content: "\eac0"; }
209
- .slc-filthumbs-down:before { content: "\eac1"; }
210
- .slc-filthumbs-up:before { content: "\eac2"; }
211
- .slc-filticket:before { content: "\eac3"; }
212
- .slc-filtrash-bin:before { content: "\eac4"; }
213
- .slc-filtruck:before { content: "\eac5"; }
214
- .slc-filtwitter:before { content: "\eac6"; }
215
- .slc-filupload:before { content: "\eac7"; }
216
- .slc-filuser-add:before { content: "\eac8"; }
217
- .slc-filuser-circle:before { content: "\eac9"; }
218
- .slc-filuser-edit:before { content: "\eaca"; }
219
- .slc-filuser-headset:before { content: "\eacb"; }
220
- .slc-filuser-remove:before { content: "\eacc"; }
221
- .slc-filuser-settings:before { content: "\eacd"; }
222
- .slc-filuser:before { content: "\eace"; }
223
- .slc-filusers-group:before { content: "\eacf"; }
224
- .slc-filusers:before { content: "\ead0"; }
225
- .slc-filvideo-camera:before { content: "\ead1"; }
226
- .slc-filvolume-down:before { content: "\ead2"; }
227
- .slc-filvolume-up:before { content: "\ead3"; }
228
- .slc-filvue:before { content: "\ead4"; }
229
- .slc-filwallet:before { content: "\ead5"; }
230
- .slc-filwand-magic-sparkles:before { content: "\ead6"; }
231
- .slc-filwindow-restore:before { content: "\ead7"; }
232
- .slc-filwindow:before { content: "\ead8"; }
233
- .slc-filX:before { content: "\ead9"; }
234
- .slc-filyoutube:before { content: "\eada"; }
235
- .slc-filzoom-in:before { content: "\eadb"; }
236
- .slc-filzoom-out:before { content: "\eadc"; }
237
- .slc-outaddress-book:before { content: "\eadd"; }
238
- .slc-outadjustments-horizontal:before { content: "\eade"; }
239
- .slc-outadjustments-vertical:before { content: "\eadf"; }
240
- .slc-outalign-center:before { content: "\eae0"; }
241
- .slc-outangle-down:before { content: "\eae1"; }
242
- .slc-outangle-left:before { content: "\eae2"; }
243
- .slc-outangle-right:before { content: "\eae3"; }
244
- .slc-outangle-up:before { content: "\eae4"; }
245
- .slc-outannotation:before { content: "\eae5"; }
246
- .slc-outarchive-arrow-down:before { content: "\eae6"; }
247
- .slc-outarchive:before { content: "\eae7"; }
248
- .slc-outarrow-down-to-bracket:before { content: "\eae8"; }
249
- .slc-outarrow-down:before { content: "\eae9"; }
250
- .slc-outarrow-left-to-bracket:before { content: "\eaea"; }
251
- .slc-outarrow-left:before { content: "\eaeb"; }
252
- .slc-outarrow-right-alt:before { content: "\eaec"; }
253
- .slc-outarrow-right-to-bracket:before { content: "\eaed"; }
254
- .slc-outarrow-right:before { content: "\eaee"; }
255
- .slc-outarrow-sort-letters:before { content: "\eaef"; }
256
- .slc-outarrow-up-down:before { content: "\eaf0"; }
257
- .slc-outarrow-up-from-bracket:before { content: "\eaf1"; }
258
- .slc-outarrow-up-right-down-left:before { content: "\eaf2"; }
259
- .slc-outarrow-up-right-from-square:before { content: "\eaf3"; }
260
- .slc-outarrow-up:before { content: "\eaf4"; }
261
- .slc-outarrows-repeat-count:before { content: "\eaf5"; }
262
- .slc-outarrows-repeat:before { content: "\eaf6"; }
263
- .slc-outatom:before { content: "\eaf7"; }
264
- .slc-outbackward-step:before { content: "\eaf8"; }
265
- .slc-outbadge-check:before { content: "\eaf9"; }
266
- .slc-outbars-from-left:before { content: "\eafa"; }
267
- .slc-outbars:before { content: "\eafb"; }
268
- .slc-outbell-active-alt:before { content: "\eafc"; }
269
- .slc-outbell-active:before { content: "\eafd"; }
270
- .slc-outbell-ring:before { content: "\eafe"; }
271
- .slc-outbell:before { content: "\eaff"; }
272
- .slc-outblender-phone:before { content: "\eb00"; }
273
- .slc-outbook-open:before { content: "\eb01"; }
274
- .slc-outbook:before { content: "\eb02"; }
275
- .slc-outbookmark:before { content: "\eb03"; }
276
- .slc-outbrain:before { content: "\eb04"; }
277
- .slc-outbriefcase:before { content: "\eb05"; }
278
- .slc-outbug:before { content: "\eb06"; }
279
- .slc-outbuilding:before { content: "\eb07"; }
280
- .slc-outbullhorn:before { content: "\eb08"; }
281
- .slc-outcalendar-edit:before { content: "\eb09"; }
282
- .slc-outcalendar-month:before { content: "\eb0a"; }
283
- .slc-outcalendar-plus:before { content: "\eb0b"; }
284
- .slc-outcalendar-week:before { content: "\eb0c"; }
285
- .slc-outcamera-photo:before { content: "\eb0d"; }
286
- .slc-outcaption:before { content: "\eb0e"; }
287
- .slc-outcaret-down:before { content: "\eb0f"; }
288
- .slc-outcaret-left:before { content: "\eb10"; }
289
- .slc-outcaret-right:before { content: "\eb11"; }
290
- .slc-outcaret-sort:before { content: "\eb12"; }
291
- .slc-outcaret-up:before { content: "\eb13"; }
292
- .slc-outcart-plus-alt:before { content: "\eb14"; }
293
- .slc-outcart-plus:before { content: "\eb15"; }
294
- .slc-outcart:before { content: "\eb16"; }
295
- .slc-outcash:before { content: "\eb17"; }
296
- .slc-outchart-line-down:before { content: "\eb18"; }
297
- .slc-outchart-line-up:before { content: "\eb19"; }
298
- .slc-outchart-mixed-dollar:before { content: "\eb1a"; }
299
- .slc-outchart-mixed:before { content: "\eb1b"; }
300
- .slc-outchart-pie:before { content: "\eb1c"; }
301
- .slc-outchart:before { content: "\eb1d"; }
302
- .slc-outcheck-circle:before { content: "\eb1e"; }
303
- .slc-outcheck-plus-circle:before { content: "\eb1f"; }
304
- .slc-outcheck:before { content: "\eb20"; }
305
- .slc-outchevron-double-down:before { content: "\eb21"; }
306
- .slc-outchevron-double-left:before { content: "\eb22"; }
307
- .slc-outchevron-double-right:before { content: "\eb23"; }
308
- .slc-outchevron-double-up:before { content: "\eb24"; }
309
- .slc-outchevron-down:before { content: "\eb25"; }
310
- .slc-outchevron-left:before { content: "\eb26"; }
311
- .slc-outchevron-right:before { content: "\eb27"; }
312
- .slc-outchevron-sort:before { content: "\eb28"; }
313
- .slc-outchevron-up:before { content: "\eb29"; }
314
- .slc-outcircle-pause:before { content: "\eb2a"; }
315
- .slc-outcircle-plus:before { content: "\eb2b"; }
316
- .slc-outclapperboard-play:before { content: "\eb2c"; }
317
- .slc-outclipboard-check:before { content: "\eb2d"; }
318
- .slc-outclipboard-list:before { content: "\eb2e"; }
319
- .slc-outclipboard:before { content: "\eb2f"; }
320
- .slc-outclock:before { content: "\eb30"; }
321
- .slc-outclose-circle:before { content: "\eb31"; }
322
- .slc-outclose:before { content: "\eb32"; }
323
- .slc-outcloud-arrow-up:before { content: "\eb33"; }
324
- .slc-outcode-branch:before { content: "\eb34"; }
325
- .slc-outcode-fork:before { content: "\eb35"; }
326
- .slc-outcode-merge:before { content: "\eb36"; }
327
- .slc-outcode-pull-request:before { content: "\eb37"; }
328
- .slc-outcode:before { content: "\eb38"; }
329
- .slc-outcog:before { content: "\eb39"; }
330
- .slc-outcolumn:before { content: "\eb3a"; }
331
- .slc-outcommand:before { content: "\eb3b"; }
332
- .slc-outcompress:before { content: "\eb3c"; }
333
- .slc-outcomputer-speaker:before { content: "\eb3d"; }
334
- .slc-outcredit-card:before { content: "\eb3e"; }
335
- .slc-outdatabase:before { content: "\eb3f"; }
336
- .slc-outdesktop-pc:before { content: "\eb40"; }
337
- .slc-outdna:before { content: "\eb41"; }
338
- .slc-outdollar:before { content: "\eb42"; }
339
- .slc-outdots-horizontal:before { content: "\eb43"; }
340
- .slc-outdots-vertical:before { content: "\eb44"; }
341
- .slc-outdownload:before { content: "\eb45"; }
342
- .slc-outdraw-square:before { content: "\eb46"; }
343
- .slc-outedit:before { content: "\eb47"; }
344
- .slc-outenvelope-open:before { content: "\eb48"; }
345
- .slc-outenvelope:before { content: "\eb49"; }
346
- .slc-outeuro:before { content: "\eb4a"; }
347
- .slc-outexclamation-circle:before { content: "\eb4b"; }
348
- .slc-outexpand:before { content: "\eb4c"; }
349
- .slc-outeye-slash:before { content: "\eb4d"; }
350
- .slc-outeye:before { content: "\eb4e"; }
351
- .slc-outface-explode:before { content: "\eb4f"; }
352
- .slc-outface-grin-stars:before { content: "\eb50"; }
353
- .slc-outface-grin:before { content: "\eb51"; }
354
- .slc-outface-laugh:before { content: "\eb52"; }
355
- .slc-outfile-chart-bar:before { content: "\eb53"; }
356
- .slc-outfile-check:before { content: "\eb54"; }
357
- .slc-outfile-circle-plus:before { content: "\eb55"; }
358
- .slc-outfile-clone:before { content: "\eb56"; }
359
- .slc-outfile-code:before { content: "\eb57"; }
360
- .slc-outfile-copy-alt:before { content: "\eb58"; }
361
- .slc-outfile-copy:before { content: "\eb59"; }
362
- .slc-outfile-csv:before { content: "\eb5a"; }
363
- .slc-outfile-export:before { content: "\eb5b"; }
364
- .slc-outfile-image:before { content: "\eb5c"; }
365
- .slc-outfile-import:before { content: "\eb5d"; }
366
- .slc-outfile-invoice:before { content: "\eb5e"; }
367
- .slc-outfile-lines:before { content: "\eb5f"; }
368
- .slc-outfile-music:before { content: "\eb60"; }
369
- .slc-outfile-paste:before { content: "\eb61"; }
370
- .slc-outfile-pdf:before { content: "\eb62"; }
371
- .slc-outfile-pen:before { content: "\eb63"; }
372
- .slc-outfile-ppt:before { content: "\eb64"; }
373
- .slc-outfile-search:before { content: "\eb65"; }
374
- .slc-outfile-shield:before { content: "\eb66"; }
375
- .slc-outfile-video:before { content: "\eb67"; }
376
- .slc-outfile-word:before { content: "\eb68"; }
377
- .slc-outfile-zip:before { content: "\eb69"; }
378
- .slc-outfile:before { content: "\eb6a"; }
379
- .slc-outfilter:before { content: "\eb6b"; }
380
- .slc-outfingerprint:before { content: "\eb6c"; }
381
- .slc-outfire:before { content: "\eb6d"; }
382
- .slc-outflag:before { content: "\eb6e"; }
383
- .slc-outfolder-arrow-right:before { content: "\eb6f"; }
384
- .slc-outfolder-duplicate:before { content: "\eb70"; }
385
- .slc-outfolder-open:before { content: "\eb71"; }
386
- .slc-outfolder-plus:before { content: "\eb72"; }
387
- .slc-outfolder:before { content: "\eb73"; }
388
- .slc-outforward-step:before { content: "\eb74"; }
389
- .slc-outforward:before { content: "\eb75"; }
390
- .slc-outgift-box:before { content: "\eb76"; }
391
- .slc-outglobe:before { content: "\eb77"; }
392
- .slc-outgrid-plus:before { content: "\eb78"; }
393
- .slc-outgrid:before { content: "\eb79"; }
394
- .slc-outheadphones:before { content: "\eb7a"; }
395
- .slc-outheart:before { content: "\eb7b"; }
396
- .slc-outhome:before { content: "\eb7c"; }
397
- .slc-outhourglass:before { content: "\eb7d"; }
398
- .slc-outimage:before { content: "\eb7e"; }
399
- .slc-outinbox-full:before { content: "\eb7f"; }
400
- .slc-outinbox:before { content: "\eb80"; }
401
- .slc-outindent:before { content: "\eb81"; }
402
- .slc-outinfo-circle:before { content: "\eb82"; }
403
- .slc-outkeyboard:before { content: "\eb83"; }
404
- .slc-outlabel:before { content: "\eb84"; }
405
- .slc-outlandmark:before { content: "\eb85"; }
406
- .slc-outlayers:before { content: "\eb86"; }
407
- .slc-outletter-bold:before { content: "\eb87"; }
408
- .slc-outletter-italic:before { content: "\eb88"; }
409
- .slc-outletter-underline:before { content: "\eb89"; }
410
- .slc-outlife-saver:before { content: "\eb8a"; }
411
- .slc-outlightbulb:before { content: "\eb8b"; }
412
- .slc-outlink:before { content: "\eb8c"; }
413
- .slc-outlist-music:before { content: "\eb8d"; }
414
- .slc-outlist:before { content: "\eb8e"; }
415
- .slc-outlock-open:before { content: "\eb8f"; }
416
- .slc-outlock-time:before { content: "\eb90"; }
417
- .slc-outlock:before { content: "\eb91"; }
418
- .slc-outmail-box:before { content: "\eb92"; }
419
- .slc-outmap-pin-alt:before { content: "\eb93"; }
420
- .slc-outmap-pin:before { content: "\eb94"; }
421
- .slc-outmessage-caption:before { content: "\eb95"; }
422
- .slc-outmessage-dots:before { content: "\eb96"; }
423
- .slc-outmessages:before { content: "\eb97"; }
424
- .slc-outmicrophone:before { content: "\eb98"; }
425
- .slc-outminimize:before { content: "\eb99"; }
426
- .slc-outminus:before { content: "\eb9a"; }
427
- .slc-outmobile-phone:before { content: "\eb9b"; }
428
- .slc-outmoon:before { content: "\eb9c"; }
429
- .slc-outnewspaper:before { content: "\eb9d"; }
430
- .slc-outordered-list:before { content: "\eb9e"; }
431
- .slc-outoutdent:before { content: "\eb9f"; }
432
- .slc-outpalette:before { content: "\eba0"; }
433
- .slc-outpaper-clip:before { content: "\eba1"; }
434
- .slc-outpaper-plane:before { content: "\eba2"; }
435
- .slc-outparagraph:before { content: "\eba3"; }
436
- .slc-outpause:before { content: "\eba4"; }
437
- .slc-outpen-nib:before { content: "\eba5"; }
438
- .slc-outpen:before { content: "\eba6"; }
439
- .slc-outphone:before { content: "\eba7"; }
440
- .slc-outplay:before { content: "\eba8"; }
441
- .slc-outplus:before { content: "\eba9"; }
442
- .slc-outprinter:before { content: "\ebaa"; }
443
- .slc-outprofile-card:before { content: "\ebab"; }
444
- .slc-outquestion-circle:before { content: "\ebac"; }
445
- .slc-outquote:before { content: "\ebad"; }
446
- .slc-outreceipt:before { content: "\ebae"; }
447
- .slc-outrectangle-list:before { content: "\ebaf"; }
448
- .slc-outredo:before { content: "\ebb0"; }
449
- .slc-outrefresh:before { content: "\ebb1"; }
450
- .slc-outreply-all:before { content: "\ebb2"; }
451
- .slc-outreply:before { content: "\ebb3"; }
452
- .slc-outrestore-window:before { content: "\ebb4"; }
453
- .slc-outrocket:before { content: "\ebb5"; }
454
- .slc-outruler-combined:before { content: "\ebb6"; }
455
- .slc-outsale-percent:before { content: "\ebb7"; }
456
- .slc-outscale-balanced:before { content: "\ebb8"; }
457
- .slc-outsearch:before { content: "\ebb9"; }
458
- .slc-outshare-all:before { content: "\ebba"; }
459
- .slc-outshare-nodes:before { content: "\ebbb"; }
460
- .slc-outshield-check:before { content: "\ebbc"; }
461
- .slc-outshield:before { content: "\ebbd"; }
462
- .slc-outshopping-bag:before { content: "\ebbe"; }
463
- .slc-outshuffle:before { content: "\ebbf"; }
464
- .slc-outsort-horizontal:before { content: "\ebc0"; }
465
- .slc-outsort:before { content: "\ebc1"; }
466
- .slc-outstar-half-stroke:before { content: "\ebc2"; }
467
- .slc-outstar-half:before { content: "\ebc3"; }
468
- .slc-outstar:before { content: "\ebc4"; }
469
- .slc-outstore:before { content: "\ebc5"; }
470
- .slc-outsun:before { content: "\ebc6"; }
471
- .slc-outswatchbook:before { content: "\ebc7"; }
472
- .slc-outtable-column:before { content: "\ebc8"; }
473
- .slc-outtable-row:before { content: "\ebc9"; }
474
- .slc-outtablet:before { content: "\ebca"; }
475
- .slc-outtag:before { content: "\ebcb"; }
476
- .slc-outterminal:before { content: "\ebcc"; }
477
- .slc-outtext-size:before { content: "\ebcd"; }
478
- .slc-outtext-slash:before { content: "\ebce"; }
479
- .slc-outthumbs-down:before { content: "\ebcf"; }
480
- .slc-outthumbs-up:before { content: "\ebd0"; }
481
- .slc-outticket:before { content: "\ebd1"; }
482
- .slc-outtrash-bin:before { content: "\ebd2"; }
483
- .slc-outtruck:before { content: "\ebd3"; }
484
- .slc-outundo:before { content: "\ebd4"; }
485
- .slc-outupload:before { content: "\ebd5"; }
486
- .slc-outuser-add:before { content: "\ebd6"; }
487
- .slc-outuser-circle:before { content: "\ebd7"; }
488
- .slc-outuser-edit:before { content: "\ebd8"; }
489
- .slc-outuser-headset:before { content: "\ebd9"; }
490
- .slc-outuser-remove:before { content: "\ebda"; }
491
- .slc-outuser-settings:before { content: "\ebdb"; }
492
- .slc-outuser:before { content: "\ebdc"; }
493
- .slc-outusers-group:before { content: "\ebdd"; }
494
- .slc-outusers:before { content: "\ebde"; }
495
- .slc-outvideo-camera:before { content: "\ebdf"; }
496
- .slc-outvolume-down:before { content: "\ebe0"; }
497
- .slc-outvolume-up:before { content: "\ebe1"; }
498
- .slc-outwallet:before { content: "\ebe2"; }
499
- .slc-outwand-magic-sparkles:before { content: "\ebe3"; }
500
- .slc-outwindow:before { content: "\ebe4"; }
501
- .slc-outzoom-in:before { content: "\ebe5"; }
502
- .slc-outzoom-out:before { content: "\ebe6"; }