@libs-ui/icon-font 0.0.3 → 0.0.5

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/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@libs-ui/icon-font",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"
7
7
  },
8
8
  "sideEffects": false,
9
9
  "files": [
10
- "assets/fonts",
10
+ "assets",
11
11
  "*.js",
12
12
  "*.d.ts"
13
13
  ],
14
- "module": "fesm2022/libs-ui-icon-font.mjs",
15
- "typings": "index.d.ts",
16
14
  "exports": {
15
+ "./assets/style.css": "./assets/style.css",
17
16
  "./package.json": {
18
17
  "default": "./package.json"
19
18
  },
@@ -24,6 +23,8 @@
24
23
  "default": "./fesm2022/libs-ui-icon-font.mjs"
25
24
  }
26
25
  },
26
+ "module": "fesm2022/libs-ui-icon-font.mjs",
27
+ "typings": "index.d.ts",
27
28
  "dependencies": {
28
29
  "tslib": "^2.3.0"
29
30
  }
@@ -1,7 +0,0 @@
1
- Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2
-
3
- To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs/#local-fonts
4
-
5
- You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6
-
7
- You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
@@ -1,332 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title>IcoMoon Demo</title>
6
- <meta name="description" content="An Icon Font Generated By IcoMoon.io">
7
- <meta name="viewport" content="width=device-width, initial-scale=1">
8
- <link rel="stylesheet" href="demo-files/demo.css">
9
- <link rel="stylesheet" href="style.css"></head>
10
- <body>
11
- <div class="bgc1 clearfix">
12
- <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> libs-ui-icon <small class="fgc1">(Glyphs:&nbsp;21)</small></h1>
13
- </div>
14
- <div class="clearfix mhl ptl">
15
- <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
16
- <div class="glyph fs1">
17
- <div class="clearfix bshadow0 pbs">
18
- <span class="libs-ui-icon-add"></span>
19
- <span class="mls"> libs-ui-icon-add</span>
20
- </div>
21
- <fieldset class="fs0 size1of1 clearfix hidden-false">
22
- <input type="text" readonly value="e900" class="unit size1of2" />
23
- <input type="text" maxlength="1" readonly value="&#xe900;" class="unitRight size1of2 talign-right" />
24
- </fieldset>
25
- <div class="fs0 bshadow0 clearfix hidden-true">
26
- <span class="unit pvs fgc1">liga: </span>
27
- <input type="text" readonly value="" class="liga unitRight" />
28
- </div>
29
- </div>
30
- <div class="glyph fs1">
31
- <div class="clearfix bshadow0 pbs">
32
- <span class="libs-ui-icon-arrow-right"></span>
33
- <span class="mls"> libs-ui-icon-arrow-right</span>
34
- </div>
35
- <fieldset class="fs0 size1of1 clearfix hidden-false">
36
- <input type="text" readonly value="e901" class="unit size1of2" />
37
- <input type="text" maxlength="1" readonly value="&#xe901;" class="unitRight size1of2 talign-right" />
38
- </fieldset>
39
- <div class="fs0 bshadow0 clearfix hidden-true">
40
- <span class="unit pvs fgc1">liga: </span>
41
- <input type="text" readonly value="" class="liga unitRight" />
42
- </div>
43
- </div>
44
- <div class="glyph fs1">
45
- <div class="clearfix bshadow0 pbs">
46
- <span class="libs-ui-icon-asterisk"></span>
47
- <span class="mls"> libs-ui-icon-asterisk</span>
48
- </div>
49
- <fieldset class="fs0 size1of1 clearfix hidden-false">
50
- <input type="text" readonly value="e902" class="unit size1of2" />
51
- <input type="text" maxlength="1" readonly value="&#xe902;" class="unitRight size1of2 talign-right" />
52
- </fieldset>
53
- <div class="fs0 bshadow0 clearfix hidden-true">
54
- <span class="unit pvs fgc1">liga: </span>
55
- <input type="text" readonly value="" class="liga unitRight" />
56
- </div>
57
- </div>
58
- <div class="glyph fs1">
59
- <div class="clearfix bshadow0 pbs">
60
- <span class="libs-ui-icon-check-circle-outline"></span>
61
- <span class="mls"> libs-ui-icon-check-circle-outline</span>
62
- </div>
63
- <fieldset class="fs0 size1of1 clearfix hidden-false">
64
- <input type="text" readonly value="e903" class="unit size1of2" />
65
- <input type="text" maxlength="1" readonly value="&#xe903;" class="unitRight size1of2 talign-right" />
66
- </fieldset>
67
- <div class="fs0 bshadow0 clearfix hidden-true">
68
- <span class="unit pvs fgc1">liga: </span>
69
- <input type="text" readonly value="" class="liga unitRight" />
70
- </div>
71
- </div>
72
- <div class="glyph fs1">
73
- <div class="clearfix bshadow0 pbs">
74
- <span class="libs-ui-icon-check-circle-solid"></span>
75
- <span class="mls"> libs-ui-icon-check-circle-solid</span>
76
- </div>
77
- <fieldset class="fs0 size1of1 clearfix hidden-false">
78
- <input type="text" readonly value="e904" class="unit size1of2" />
79
- <input type="text" maxlength="1" readonly value="&#xe904;" class="unitRight size1of2 talign-right" />
80
- </fieldset>
81
- <div class="fs0 bshadow0 clearfix hidden-true">
82
- <span class="unit pvs fgc1">liga: </span>
83
- <input type="text" readonly value="" class="liga unitRight" />
84
- </div>
85
- </div>
86
- <div class="glyph fs1">
87
- <div class="clearfix bshadow0 pbs">
88
- <span class="libs-ui-icon-check-double"></span>
89
- <span class="mls"> libs-ui-icon-check-double</span>
90
- </div>
91
- <fieldset class="fs0 size1of1 clearfix hidden-false">
92
- <input type="text" readonly value="e905" class="unit size1of2" />
93
- <input type="text" maxlength="1" readonly value="&#xe905;" class="unitRight size1of2 talign-right" />
94
- </fieldset>
95
- <div class="fs0 bshadow0 clearfix hidden-true">
96
- <span class="unit pvs fgc1">liga: </span>
97
- <input type="text" readonly value="" class="liga unitRight" />
98
- </div>
99
- </div>
100
- <div class="glyph fs1">
101
- <div class="clearfix bshadow0 pbs">
102
- <span class="libs-ui-icon-check-in"></span>
103
- <span class="mls"> libs-ui-icon-check-in</span>
104
- </div>
105
- <fieldset class="fs0 size1of1 clearfix hidden-false">
106
- <input type="text" readonly value="e906" class="unit size1of2" />
107
- <input type="text" maxlength="1" readonly value="&#xe906;" class="unitRight size1of2 talign-right" />
108
- </fieldset>
109
- <div class="fs0 bshadow0 clearfix hidden-true">
110
- <span class="unit pvs fgc1">liga: </span>
111
- <input type="text" readonly value="" class="liga unitRight" />
112
- </div>
113
- </div>
114
- <div class="glyph fs1">
115
- <div class="clearfix bshadow0 pbs">
116
- <span class="libs-ui-icon-checkbox-indeterminate"></span>
117
- <span class="mls"> libs-ui-icon-checkbox-indeterminate</span>
118
- </div>
119
- <fieldset class="fs0 size1of1 clearfix hidden-false">
120
- <input type="text" readonly value="e907" class="unit size1of2" />
121
- <input type="text" maxlength="1" readonly value="&#xe907;" class="unitRight size1of2 talign-right" />
122
- </fieldset>
123
- <div class="fs0 bshadow0 clearfix hidden-true">
124
- <span class="unit pvs fgc1">liga: </span>
125
- <input type="text" readonly value="" class="liga unitRight" />
126
- </div>
127
- </div>
128
- <div class="glyph fs1">
129
- <div class="clearfix bshadow0 pbs">
130
- <span class="libs-ui-icon-checkbox-selected"></span>
131
- <span class="mls"> libs-ui-icon-checkbox-selected</span>
132
- </div>
133
- <fieldset class="fs0 size1of1 clearfix hidden-false">
134
- <input type="text" readonly value="e908" class="unit size1of2" />
135
- <input type="text" maxlength="1" readonly value="&#xe908;" class="unitRight size1of2 talign-right" />
136
- </fieldset>
137
- <div class="fs0 bshadow0 clearfix hidden-true">
138
- <span class="unit pvs fgc1">liga: </span>
139
- <input type="text" readonly value="" class="liga unitRight" />
140
- </div>
141
- </div>
142
- <div class="glyph fs1">
143
- <div class="clearfix bshadow0 pbs">
144
- <span class="libs-ui-icon-checkbox-unselected"></span>
145
- <span class="mls"> libs-ui-icon-checkbox-unselected</span>
146
- </div>
147
- <fieldset class="fs0 size1of1 clearfix hidden-false">
148
- <input type="text" readonly value="e909" class="unit size1of2" />
149
- <input type="text" maxlength="1" readonly value="&#xe909;" class="unitRight size1of2 talign-right" />
150
- </fieldset>
151
- <div class="fs0 bshadow0 clearfix hidden-true">
152
- <span class="unit pvs fgc1">liga: </span>
153
- <input type="text" readonly value="" class="liga unitRight" />
154
- </div>
155
- </div>
156
- <div class="glyph fs1">
157
- <div class="clearfix bshadow0 pbs">
158
- <span class="libs-ui-icon-chevron-right-circle"></span>
159
- <span class="mls"> libs-ui-icon-chevron-right-circle</span>
160
- </div>
161
- <fieldset class="fs0 size1of1 clearfix hidden-false">
162
- <input type="text" readonly value="e90a" class="unit size1of2" />
163
- <input type="text" maxlength="1" readonly value="&#xe90a;" class="unitRight size1of2 talign-right" />
164
- </fieldset>
165
- <div class="fs0 bshadow0 clearfix hidden-true">
166
- <span class="unit pvs fgc1">liga: </span>
167
- <input type="text" readonly value="" class="liga unitRight" />
168
- </div>
169
- </div>
170
- <div class="glyph fs1">
171
- <div class="clearfix bshadow0 pbs">
172
- <span class="libs-ui-icon-chevron-right-double"></span>
173
- <span class="mls"> libs-ui-icon-chevron-right-double</span>
174
- </div>
175
- <fieldset class="fs0 size1of1 clearfix hidden-false">
176
- <input type="text" readonly value="e90b" class="unit size1of2" />
177
- <input type="text" maxlength="1" readonly value="&#xe90b;" class="unitRight size1of2 talign-right" />
178
- </fieldset>
179
- <div class="fs0 bshadow0 clearfix hidden-true">
180
- <span class="unit pvs fgc1">liga: </span>
181
- <input type="text" readonly value="" class="liga unitRight" />
182
- </div>
183
- </div>
184
- <div class="glyph fs1">
185
- <div class="clearfix bshadow0 pbs">
186
- <span class="libs-ui-icon-chevron-right"></span>
187
- <span class="mls"> libs-ui-icon-chevron-right</span>
188
- </div>
189
- <fieldset class="fs0 size1of1 clearfix hidden-false">
190
- <input type="text" readonly value="e90c" class="unit size1of2" />
191
- <input type="text" maxlength="1" readonly value="&#xe90c;" class="unitRight size1of2 talign-right" />
192
- </fieldset>
193
- <div class="fs0 bshadow0 clearfix hidden-true">
194
- <span class="unit pvs fgc1">liga: </span>
195
- <input type="text" readonly value="" class="liga unitRight" />
196
- </div>
197
- </div>
198
- <div class="glyph fs1">
199
- <div class="clearfix bshadow0 pbs">
200
- <span class="libs-ui-icon-close-circle-outline"></span>
201
- <span class="mls"> libs-ui-icon-close-circle-outline</span>
202
- </div>
203
- <fieldset class="fs0 size1of1 clearfix hidden-false">
204
- <input type="text" readonly value="e90d" class="unit size1of2" />
205
- <input type="text" maxlength="1" readonly value="&#xe90d;" class="unitRight size1of2 talign-right" />
206
- </fieldset>
207
- <div class="fs0 bshadow0 clearfix hidden-true">
208
- <span class="unit pvs fgc1">liga: </span>
209
- <input type="text" readonly value="" class="liga unitRight" />
210
- </div>
211
- </div>
212
- <div class="glyph fs1">
213
- <div class="clearfix bshadow0 pbs">
214
- <span class="libs-ui-icon-close-circle-solid"></span>
215
- <span class="mls"> libs-ui-icon-close-circle-solid</span>
216
- </div>
217
- <fieldset class="fs0 size1of1 clearfix hidden-false">
218
- <input type="text" readonly value="e90e" class="unit size1of2" />
219
- <input type="text" maxlength="1" readonly value="&#xe90e;" class="unitRight size1of2 talign-right" />
220
- </fieldset>
221
- <div class="fs0 bshadow0 clearfix hidden-true">
222
- <span class="unit pvs fgc1">liga: </span>
223
- <input type="text" readonly value="" class="liga unitRight" />
224
- </div>
225
- </div>
226
- <div class="glyph fs1">
227
- <div class="clearfix bshadow0 pbs">
228
- <span class="libs-ui-icon-close"></span>
229
- <span class="mls"> libs-ui-icon-close</span>
230
- </div>
231
- <fieldset class="fs0 size1of1 clearfix hidden-false">
232
- <input type="text" readonly value="e90f" class="unit size1of2" />
233
- <input type="text" maxlength="1" readonly value="&#xe90f;" class="unitRight size1of2 talign-right" />
234
- </fieldset>
235
- <div class="fs0 bshadow0 clearfix hidden-true">
236
- <span class="unit pvs fgc1">liga: </span>
237
- <input type="text" readonly value="" class="liga unitRight" />
238
- </div>
239
- </div>
240
- <div class="glyph fs1">
241
- <div class="clearfix bshadow0 pbs">
242
- <span class="libs-ui-icon-move-left"></span>
243
- <span class="mls"> libs-ui-icon-move-left</span>
244
- </div>
245
- <fieldset class="fs0 size1of1 clearfix hidden-false">
246
- <input type="text" readonly value="e910" class="unit size1of2" />
247
- <input type="text" maxlength="1" readonly value="&#xe910;" class="unitRight size1of2 talign-right" />
248
- </fieldset>
249
- <div class="fs0 bshadow0 clearfix hidden-true">
250
- <span class="unit pvs fgc1">liga: </span>
251
- <input type="text" readonly value="" class="liga unitRight" />
252
- </div>
253
- </div>
254
- <div class="glyph fs1">
255
- <div class="clearfix bshadow0 pbs">
256
- <span class="libs-ui-icon-move-right"></span>
257
- <span class="mls"> libs-ui-icon-move-right</span>
258
- </div>
259
- <fieldset class="fs0 size1of1 clearfix hidden-false">
260
- <input type="text" readonly value="e911" class="unit size1of2" />
261
- <input type="text" maxlength="1" readonly value="&#xe911;" class="unitRight size1of2 talign-right" />
262
- </fieldset>
263
- <div class="fs0 bshadow0 clearfix hidden-true">
264
- <span class="unit pvs fgc1">liga: </span>
265
- <input type="text" readonly value="" class="liga unitRight" />
266
- </div>
267
- </div>
268
- <div class="glyph fs1">
269
- <div class="clearfix bshadow0 pbs">
270
- <span class="libs-ui-icon-radio-selected"></span>
271
- <span class="mls"> libs-ui-icon-radio-selected</span>
272
- </div>
273
- <fieldset class="fs0 size1of1 clearfix hidden-false">
274
- <input type="text" readonly value="e912" class="unit size1of2" />
275
- <input type="text" maxlength="1" readonly value="&#xe912;" class="unitRight size1of2 talign-right" />
276
- </fieldset>
277
- <div class="fs0 bshadow0 clearfix hidden-true">
278
- <span class="unit pvs fgc1">liga: </span>
279
- <input type="text" readonly value="" class="liga unitRight" />
280
- </div>
281
- </div>
282
- <div class="glyph fs1">
283
- <div class="clearfix bshadow0 pbs">
284
- <span class="libs-ui-icon-radio-unselected"></span>
285
- <span class="mls"> libs-ui-icon-radio-unselected</span>
286
- </div>
287
- <fieldset class="fs0 size1of1 clearfix hidden-false">
288
- <input type="text" readonly value="e913" class="unit size1of2" />
289
- <input type="text" maxlength="1" readonly value="&#xe913;" class="unitRight size1of2 talign-right" />
290
- </fieldset>
291
- <div class="fs0 bshadow0 clearfix hidden-true">
292
- <span class="unit pvs fgc1">liga: </span>
293
- <input type="text" readonly value="" class="liga unitRight" />
294
- </div>
295
- </div>
296
- <div class="glyph fs1">
297
- <div class="clearfix bshadow0 pbs">
298
- <span class="libs-ui-icon-search"></span>
299
- <span class="mls"> libs-ui-icon-search</span>
300
- </div>
301
- <fieldset class="fs0 size1of1 clearfix hidden-false">
302
- <input type="text" readonly value="e914" class="unit size1of2" />
303
- <input type="text" maxlength="1" readonly value="&#xe914;" class="unitRight size1of2 talign-right" />
304
- </fieldset>
305
- <div class="fs0 bshadow0 clearfix hidden-true">
306
- <span class="unit pvs fgc1">liga: </span>
307
- <input type="text" readonly value="" class="liga unitRight" />
308
- </div>
309
- </div>
310
- </div>
311
-
312
- <!--[if gt IE 8]><!-->
313
- <div class="mhl clearfix mbl">
314
- <h1>Font Test Drive</h1>
315
- <label>
316
- Font Size: <input id="fontSize" type="number" class="textbox0 mbm"
317
- min="8" value="48" />
318
- px
319
- </label>
320
- <input id="testText" type="text" class="phl size1of1 mvl"
321
- placeholder="Type some text to test..." value=""/>
322
- <div id="testDrive" class="libs-ui-icon-" style="font-family: libs-ui-icon">&nbsp;
323
- </div>
324
- </div>
325
- <!--<![endif]-->
326
- <div class="bgc1 clearfix">
327
- <p class="mhl">Generated by <a href="https://icomoon.io/app">IcoMoon</a></p>
328
- </div>
329
-
330
- <script src="demo-files/demo.js"></script>
331
- </body>
332
- </html>
@@ -1 +0,0 @@
1
- {"IcoMoonType":"selection","icons":[{"icon":{"paths":["M553.809 233.739c0-23.052-18.687-41.739-41.739-41.739s-41.739 18.687-41.739 41.739v236.522h-236.529c-23.052 0-41.739 18.687-41.739 41.739s18.687 41.739 41.739 41.739h236.529v236.52c0 23.053 18.687 41.741 41.739 41.741s41.739-18.688 41.739-41.741v-236.52h236.515c23.053 0 41.741-18.687 41.741-41.739s-18.688-41.739-41.741-41.739h-236.515v-236.522z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["add"]},"attrs":[{}],"properties":{"order":1068,"id":20,"name":"add","prevSize":32,"code":59648},"setIdx":0,"setId":0,"iconIdx":0},{"icon":{"paths":["M562.622 290.607c14.996-14.996 39.309-14.996 54.306 0l194.24 194.24c7.2 7.201 11.245 16.968 11.245 27.153s-4.045 19.951-11.245 27.153l-194.24 194.243c-14.996 14.995-39.31 14.995-54.306 0-14.996-15.002-14.996-39.315 0-54.31l167.087-167.085-167.087-167.087c-14.996-14.996-14.996-39.309 0-54.305z","M201.625 512.001c0-21.208 17.192-38.4 38.4-38.4h538.561c21.21 0 38.4 17.192 38.4 38.4s-17.19 38.4-38.4 38.4h-538.561c-21.208 0-38.4-17.192-38.4-38.4z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-right"]},"attrs":[{},{}],"properties":{"order":1069,"id":19,"name":"arrow-right","prevSize":32,"code":59649},"setIdx":0,"setId":0,"iconIdx":1},{"icon":{"paths":["M557.437 461.568l161.92-125.312 63.36 112.64-192.896 71.808 192.896 71.808-64.768 115.456-160.512-126.72 29.568 204.16h-129.536l26.752-204.16-160.512 129.536-67.584-119.68 191.488-71.808-191.488-68.992 64.768-115.456 164.736 126.72-28.16-205.568h130.944l-30.976 205.568z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["asterisk"]},"attrs":[{}],"properties":{"order":1070,"id":18,"name":"asterisk","prevSize":32,"code":59650},"setIdx":0,"setId":0,"iconIdx":2},{"icon":{"paths":["M512 819.2c168.787 0 307.2-138.413 307.2-307.2 0-168.785-138.413-307.2-307.2-307.2-168.785 0-307.2 138.415-307.2 307.2 0 168.787 138.415 307.2 307.2 307.2zM896 512c0 211.2-172.8 384-384 384s-384-172.8-384-384c0-211.2 172.8-384 384-384s384 172.8 384 384z","M702.413 376.201c14.982 15.009 14.963 39.323-0.045 54.305l-217.729 217.347c-15 14.97-39.295 14.963-54.282-0.026l-108.672-108.673c-14.996-14.996-14.996-39.309 0-54.306s39.31-14.996 54.306 0l81.543 81.543 190.575-190.239c15.008-14.983 39.322-14.961 54.304 0.048z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-circle-outline"]},"attrs":[{},{}],"properties":{"order":1071,"id":17,"name":"check-circle-outline","prevSize":32,"code":59651},"setIdx":0,"setId":0,"iconIdx":3},{"icon":{"paths":["M512 128c-211.584 0-384 172.416-384 384s172.416 384 384 384c211.584 0 384-172.416 384-384s-172.416-384-384-384zM695.552 423.68l-217.728 217.728c-5.376 5.376-12.672 8.448-20.352 8.448s-14.976-3.072-20.352-8.448l-108.672-108.672c-11.136-11.136-11.136-29.568 0-40.704s29.568-11.136 40.704 0l88.32 88.32 197.376-197.376c11.136-11.136 29.568-11.136 40.704 0s11.136 29.184 0 40.704z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-circle-solid"]},"attrs":[{}],"properties":{"order":1072,"id":16,"name":"check-circle-solid","prevSize":32,"code":59652},"setIdx":0,"setId":0,"iconIdx":4},{"icon":{"paths":["M891.942 271.935l-394.934 394.938-139.107-138.71c-7.469-7.485-17.608-11.692-28.182-11.692s-20.713 4.207-28.181 11.692c-15.59 15.59-15.59 40.772 0 56.362l167.089 167.090c15.589 15.59 40.772 15.59 56.362 0l423.318-422.918c15.59-15.59 15.59-40.772 0-56.362h-0.397c-15.194-15.989-40.378-15.989-55.968-0.4zM722.438 272.336c-7.469-7.485-17.606-11.692-28.186-11.692-10.573 0-20.71 4.206-28.179 11.692l-225.449 225.449 56.362 56.362 225.452-225.849c15.187-15.19 15.187-40.772 0-55.962zM242.781 752.013l-167.089-167.087c-15.59-15.59-15.59-41.172 0-56.762 7.468-7.485 17.608-11.692 28.181-11.692s20.713 4.207 28.182 11.692l195.070 195.868-27.981 27.981c-15.59 15.59-40.773 15.59-56.363 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-double"]},"attrs":[{}],"properties":{"order":1073,"id":15,"name":"check-double","prevSize":32,"code":59653},"setIdx":0,"setId":0,"iconIdx":5},{"icon":{"paths":["M511.958 345.175c-52.313 0-94.72 42.408-94.72 94.72s42.407 94.72 94.72 94.72c52.312 0 94.72-42.408 94.72-94.72s-42.408-94.72-94.72-94.72zM340.438 439.895c0-94.728 76.792-171.52 171.52-171.52s171.517 76.792 171.517 171.52c0 94.728-76.79 171.52-171.517 171.52s-171.52-76.792-171.52-171.52z","M512.113 123.734c143.388 0.097 282.831 83.356 319.957 247.41l0.006 0.002c44.307 195.746-76.858 365.91-193.094 477.533l-0.070 0.064c-70.838 68.371-182.975 68.474-254.339-0.045-115.816-111.629-236.998-282.204-192.692-477.962 37.327-164.041 176.858-247.099 320.232-247.002zM906.976 354.191c-46.496-205.439-222.566-307.141-394.811-307.257-172.246-0.116-348.442 101.352-395.176 306.789l-0.009 0.039c-53.813 237.713 94.632 434.904 214.325 550.264l0.048 0.045c101 96.998 260.182 97.101 360.858-0.032 120.128-115.373 268.582-312.125 214.765-549.848z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-in"]},"attrs":[{},{}],"properties":{"order":1074,"id":14,"name":"check-in","prevSize":32,"code":59654},"setIdx":0,"setId":0,"iconIdx":6},{"icon":{"paths":["M320.063 128h384.001c106.035 0 192 85.962 192 192v384c0 106.042-85.965 192-192 192h-384.001c-106.039 0-192-85.958-192-192v-384c0-106.038 85.961-192 192-192zM384.063 464c-26.51 0-48 21.491-48 48s21.49 48 48 48h256.001c26.509 0 48-21.491 48-48s-21.491-48-48-48h-256.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["checkbox-indeterminate"]},"attrs":[{}],"properties":{"order":1075,"id":13,"name":"checkbox-indeterminate","prevSize":32,"code":59655},"setIdx":0,"setId":0,"iconIdx":7},{"icon":{"paths":["M320.063 128h384.001c106.035 0 192 85.962 192 192v384c0 106.042-85.965 192-192 192h-384.001c-106.039 0-192-85.958-192-192v-384c0-106.038 85.961-192 192-192zM663.514 435.216c12.026-12.95 11.277-33.198-1.677-45.224-12.947-12.026-33.197-11.276-45.224 1.675l-160.925 173.301-49.679-46.815c-12.862-12.121-33.115-11.519-45.235 1.343s-11.519 33.114 1.343 45.235l73.14 68.923c6.206 5.849 14.49 8.977 23.012 8.696 8.523-0.288 16.58-3.96 22.383-10.209l182.862-196.924z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["checkbox-selected"]},"attrs":[{}],"properties":{"order":1076,"id":12,"name":"checkbox-selected","prevSize":32,"code":59656},"setIdx":0,"setId":0,"iconIdx":8},{"icon":{"paths":["M704.064 192c70.688 0 128 57.308 128 128v384c0 70.694-57.312 128-128 128h-384.001c-70.692 0-128-57.306-128-128v-384c0-70.692 57.308-128 128-128h384.001zM320.063 128c-106.039 0-192 85.962-192 192v384c0 106.042 85.961 192 192 192h384.001c106.035 0 192-85.958 192-192v-384c0-106.038-85.965-192-192-192h-384.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["checkbox-unselected"]},"attrs":[{}],"properties":{"order":1077,"id":11,"name":"checkbox-unselected","prevSize":32,"code":59657},"setIdx":0,"setId":0,"iconIdx":9},{"icon":{"paths":["M512.025 166.401c-190.87 0-345.6 154.731-345.6 345.6 0 190.872 154.73 345.599 345.6 345.599 190.868 0 345.601-154.726 345.601-345.599 0-190.869-154.733-345.6-345.601-345.6zM89.625 512.001c0-233.285 189.115-422.4 422.4-422.4 233.287 0 422.401 189.115 422.401 422.4s-189.114 422.399-422.401 422.399c-233.285 0-422.4-189.114-422.4-422.399z","M436.536 349.256c15.018-14.975 39.331-14.941 54.306 0.077l135.168 135.552c14.944 14.988 14.944 39.242 0 54.228l-135.168 135.549c-14.975 15.021-39.288 15.053-54.306 0.077-15.018-14.97-15.052-39.285-0.077-54.303l108.13-108.438-108.13-108.438c-14.975-15.017-14.941-39.331 0.077-54.305z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chevron-right-circle"]},"attrs":[{},{}],"properties":{"order":1078,"id":10,"name":"chevron-right-circle","prevSize":32,"code":59658},"setIdx":0,"setId":0,"iconIdx":10},{"icon":{"paths":["M206.214 323.436c-18.952-18.952-18.952-49.567 0-68.52s50.053-18.952 68.519-0.486l223.052 223.052c18.952 18.952 18.952 49.567 0 68.52l-223.052 223.054c-18.952 18.95-49.567 18.95-68.519 0-18.952-18.957-18.952-49.568 0-68.518l188.55-188.552-188.55-188.55zM526.214 323.436c-18.952-18.952-18.952-49.567 0-68.52s50.053-18.952 68.519-0.486l223.052 223.052c18.95 18.952 18.95 49.567 0 68.52l-223.052 223.054c-18.952 18.95-49.567 18.95-68.519 0-18.952-18.957-18.952-49.568 0-68.518l188.55-188.552-188.55-188.55z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chevron-right-double"]},"attrs":[{}],"properties":{"order":1079,"id":9,"name":"chevron-right-double","prevSize":32,"code":59659},"setIdx":0,"setId":0,"iconIdx":11},{"icon":{"paths":["M366.214 270.287c-18.952 18.967-18.952 49.606 0 68.573l188.55 188.698-188.55 188.699c-18.952 18.963-18.952 49.606 0 68.57 18.952 18.97 49.567 18.97 68.519 0l223.052-223.226c18.95-18.967 18.95-49.606 0-68.573l-223.052-223.227c-18.466-18.481-49.567-18.481-68.519 0.486z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chevron-right"]},"attrs":[{}],"properties":{"order":1080,"id":8,"name":"chevron-right","prevSize":32,"code":59660},"setIdx":0,"setId":0,"iconIdx":12},{"icon":{"paths":["M512 819.2c168.787 0 307.2-138.413 307.2-307.2 0-168.785-138.413-307.2-307.2-307.2-168.785 0-307.2 138.415-307.2 307.2 0 168.787 138.415 307.2 307.2 307.2zM896 512c0 211.2-172.8 384-384 384s-384-172.8-384-384c0-211.2 172.8-384 384-384s384 172.8 384 384z","M647.834 376.177c14.995 14.996 14.995 39.31 0 54.306l-217.343 217.345c-14.996 14.995-39.309 14.995-54.306 0-14.996-14.996-14.996-39.31 0-54.307l217.344-217.344c14.996-14.996 39.31-14.996 54.305 0z","M376.184 376.177c14.996-14.996 39.31-14.996 54.306 0l217.343 217.344c14.995 14.996 14.995 39.31 0 54.307-14.995 14.995-39.309 14.995-54.305 0l-217.344-217.345c-14.996-14.996-14.996-39.309 0-54.306z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["close-circle-outline"]},"attrs":[{},{},{}],"properties":{"order":1081,"id":7,"name":"close-circle-outline","prevSize":32,"code":59661},"setIdx":0,"setId":0,"iconIdx":13},{"icon":{"paths":["M512 128c-211.584 0-384 172.416-384 384s172.416 384 384 384c211.584 0 384-172.416 384-384s-172.416-384-384-384zM641.024 600.32c11.136 11.136 11.136 29.568 0 40.704-5.76 5.76-13.056 8.448-20.352 8.448s-14.592-2.688-20.352-8.448l-88.32-88.32-88.32 88.32c-5.76 5.76-13.056 8.448-20.352 8.448s-14.592-2.688-20.352-8.448c-11.136-11.136-11.136-29.568 0-40.704l88.32-88.32-88.32-88.32c-11.136-11.136-11.136-29.568 0-40.704s29.568-11.136 40.704 0l88.32 88.32 88.32-88.32c11.136-11.136 29.568-11.136 40.704 0s11.136 29.568 0 40.704l-88.32 88.32 88.32 88.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["close-circle-solid"]},"attrs":[{}],"properties":{"order":1082,"id":6,"name":"close-circle-solid","prevSize":32,"code":59662},"setIdx":0,"setId":0,"iconIdx":14},{"icon":{"paths":["M221.153 802.912c-16.067-16.070-12.102-46.080 8.854-67.040l505.929-505.927c20.954-20.956 50.97-24.92 67.034-8.854 16.070 16.067 12.102 46.079-8.851 67.036l-505.93 505.928c-20.956 20.96-50.969 24.922-67.036 8.858z","M221.153 221.091c16.067-16.067 46.079-12.102 67.036 8.854l505.93 505.928c20.954 20.96 24.922 50.97 8.851 67.040-16.064 16.064-46.080 12.102-67.034-8.858l-505.929-505.928c-20.956-20.956-24.92-50.969-8.854-67.036z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["close"]},"attrs":[{},{}],"properties":{"order":1083,"id":5,"name":"close","prevSize":32,"code":59663},"setIdx":0,"setId":0,"iconIdx":15},{"icon":{"paths":["M552.912 309.14l-180.468 184.678c-27.175 27.809-27.175 72.73 0 100.54l180.468 184.676c43.898 44.922 119.152 12.838 119.152-50.624v-369.356c0-63.461-75.254-94.835-119.152-49.914z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["move-left"]},"attrs":[{}],"properties":{"order":1084,"id":4,"name":"move-left","prevSize":32,"code":59664},"setIdx":0,"setId":0,"iconIdx":16},{"icon":{"paths":["M471.213 778.861l180.467-184.679c27.174-27.809 27.174-72.73 0-100.54l-180.467-184.678c-43.898-44.922-119.151-12.835-119.151 50.626v369.357c0 63.462 75.253 94.835 119.151 49.914z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["move-right"]},"attrs":[{}],"properties":{"order":1085,"id":3,"name":"move-right","prevSize":32,"code":59665},"setIdx":0,"setId":0,"iconIdx":17},{"icon":{"paths":["M512.063 832c-176.732 0-320-143.27-320-320 0-176.731 143.268-320 320-320s320.001 143.269 320.001 320c0 176.73-143.27 320-320.001 320zM512.063 896c212.078 0 384.001-171.923 384.001-384s-171.923-384-384.001-384c-212.077 0-384 171.923-384 384s171.923 384 384 384z","M704.064 512c0 106.038-85.963 192-192.001 192s-192-85.962-192-192c0-106.038 85.961-192 192-192s192.001 85.962 192.001 192z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radio-selected"]},"attrs":[{},{}],"properties":{"order":1086,"id":2,"name":"radio-selected","prevSize":32,"code":59666},"setIdx":0,"setId":0,"iconIdx":18},{"icon":{"paths":["M512.063 832c-176.732 0-320-143.27-320-320 0-176.731 143.268-320 320-320s320.001 143.269 320.001 320c0 176.73-143.27 320-320.001 320zM512.063 896c212.078 0 384.001-171.923 384.001-384s-171.923-384-384.001-384c-212.077 0-384 171.923-384 384s171.923 384 384 384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radio-unselected"]},"attrs":[{}],"properties":{"order":1087,"id":1,"name":"radio-unselected","prevSize":32,"code":59667},"setIdx":0,"setId":0,"iconIdx":19},{"icon":{"paths":["M170.021 461.665c0-161.116 130.61-291.725 291.726-291.725s291.725 130.61 291.725 291.725c0 161.116-130.609 291.724-291.725 291.724s-291.726-130.609-291.726-291.724zM461.747 95.98c-201.962 0-365.684 163.723-365.684 365.684 0 201.964 163.722 365.683 365.684 365.683 88.13 0 168.979-31.174 232.122-83.098 0.275 0.294 0.563 0.595 0.851 0.883l172.442 172.435c13.933 13.933 36.518 13.933 50.451 0s13.933-36.518 0-50.451l-172.435-172.435c-0.294-0.294-0.582-0.576-0.883-0.858 51.949-63.144 83.136-144.009 83.136-232.159 0-201.962-163.718-365.684-365.683-365.684z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["search"]},"attrs":[{}],"properties":{"order":1088,"id":0,"name":"search","prevSize":32,"code":59668},"setIdx":0,"setId":0,"iconIdx":20}],"height":1024,"metadata":{"name":"libs-ui-icon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"libs-ui-icon-","metadata":{"fontFamily":"libs-ui-icon","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"includeMetadata":false,"noie8":true,"ie7":false,"showSelector":true},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon","name":"icomoon"},"historySize":50,"showCodes":true,"gridSize":16}}
@@ -1,89 +0,0 @@
1
- @font-face {
2
- font-family: 'libs-ui-icon';
3
- src:
4
- url('fonts/libs-ui-icon.ttf?wnmop8') format('truetype'),
5
- url('fonts/libs-ui-icon.woff?wnmop8') format('woff'),
6
- url('fonts/libs-ui-icon.svg?wnmop8#libs-ui-icon') format('svg');
7
- font-weight: normal;
8
- font-style: normal;
9
- font-display: block;
10
- }
11
-
12
- [class^="libs-ui-icon-"], [class*=" libs-ui-icon-"] {
13
- /* use !important to prevent issues with browser extensions that change fonts */
14
- font-family: 'libs-ui-icon' !important;
15
- speak: never;
16
- font-style: normal;
17
- font-weight: normal;
18
- font-variant: normal;
19
- text-transform: none;
20
- line-height: 1;
21
-
22
- /* Better Font Rendering =========== */
23
- -webkit-font-smoothing: antialiased;
24
- -moz-osx-font-smoothing: grayscale;
25
- }
26
-
27
- .libs-ui-icon-add:before {
28
- content: "\e900";
29
- }
30
- .libs-ui-icon-arrow-right:before {
31
- content: "\e901";
32
- }
33
- .libs-ui-icon-asterisk:before {
34
- content: "\e902";
35
- }
36
- .libs-ui-icon-check-circle-outline:before {
37
- content: "\e903";
38
- }
39
- .libs-ui-icon-check-circle-solid:before {
40
- content: "\e904";
41
- }
42
- .libs-ui-icon-check-double:before {
43
- content: "\e905";
44
- }
45
- .libs-ui-icon-check-in:before {
46
- content: "\e906";
47
- }
48
- .libs-ui-icon-checkbox-indeterminate:before {
49
- content: "\e907";
50
- }
51
- .libs-ui-icon-checkbox-selected:before {
52
- content: "\e908";
53
- }
54
- .libs-ui-icon-checkbox-unselected:before {
55
- content: "\e909";
56
- }
57
- .libs-ui-icon-chevron-right-circle:before {
58
- content: "\e90a";
59
- }
60
- .libs-ui-icon-chevron-right-double:before {
61
- content: "\e90b";
62
- }
63
- .libs-ui-icon-chevron-right:before {
64
- content: "\e90c";
65
- }
66
- .libs-ui-icon-close-circle-outline:before {
67
- content: "\e90d";
68
- }
69
- .libs-ui-icon-close-circle-solid:before {
70
- content: "\e90e";
71
- }
72
- .libs-ui-icon-close:before {
73
- content: "\e90f";
74
- }
75
- .libs-ui-icon-move-left:before {
76
- content: "\e910";
77
- }
78
- .libs-ui-icon-move-right:before {
79
- content: "\e911";
80
- }
81
- .libs-ui-icon-radio-selected:before {
82
- content: "\e912";
83
- }
84
- .libs-ui-icon-radio-unselected:before {
85
- content: "\e913";
86
- }
87
- .libs-ui-icon-search:before {
88
- content: "\e914";
89
- }