inticons 0.2.1
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/README.md +106 -0
- package/fonts/config.json +1243 -0
- package/fonts/css/animation.css +85 -0
- package/fonts/css/inticons-codes.css +89 -0
- package/fonts/css/inticons-embedded.css +147 -0
- package/fonts/css/inticons-ie7-codes.css +89 -0
- package/fonts/css/inticons-ie7.css +100 -0
- package/fonts/css/inticons.css +144 -0
- package/fonts/font/inticons.eot +0 -0
- package/fonts/font/inticons.svg +186 -0
- package/fonts/font/inticons.ttf +0 -0
- package/fonts/font/inticons.woff +0 -0
- package/fonts/font/inticons.woff2 +0 -0
- package/fonts/inticons.bundle.css +439 -0
- package/fonts/inticons.bundle.min.css +1 -0
- package/fonts/scss/_animation.scss +23 -0
- package/fonts/scss/_flip.scss +9 -0
- package/fonts/scss/_font-face.scss +11 -0
- package/fonts/scss/_prefix.scss +34 -0
- package/fonts/scss/_rotate.scss +5 -0
- package/fonts/scss/_size.scss +5 -0
- package/fonts/scss/main.scss +7 -0
- package/package.json +109 -0
|
@@ -0,0 +1,439 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'inticons';
|
|
4
|
+
src: url("./font/inticons.eot");
|
|
5
|
+
src: url("./font/inticons.eot#iefix") format("embedded-opentype"), url("./font/inticons.woff2") format("woff2"), url("./font/inticons.woff") format("woff"), url("./font/inticons.ttf") format("truetype"), url("./font/inticons.svg#inticons") format("svg");
|
|
6
|
+
font-weight: normal;
|
|
7
|
+
font-style: normal; }
|
|
8
|
+
|
|
9
|
+
[class^='ii-']:before,
|
|
10
|
+
[class*=' ii-']:before {
|
|
11
|
+
font-family: 'inticons';
|
|
12
|
+
font-style: normal;
|
|
13
|
+
font-weight: normal;
|
|
14
|
+
display: inline-block;
|
|
15
|
+
text-decoration: inherit;
|
|
16
|
+
width: 1em;
|
|
17
|
+
margin-right: 0.2em;
|
|
18
|
+
text-align: center;
|
|
19
|
+
/* opacity: .8; */
|
|
20
|
+
/* For safety - reset parent styles, that can break glyph codes*/
|
|
21
|
+
font-variant: normal;
|
|
22
|
+
text-transform: none;
|
|
23
|
+
/* fix buttons height, for twitter bootstrap */
|
|
24
|
+
line-height: 1em;
|
|
25
|
+
/* Animation center compensation - margins should be symmetric */
|
|
26
|
+
/* remove if not needed */
|
|
27
|
+
margin-left: 0.2em;
|
|
28
|
+
/* you can be more comfortable with increased icons size */
|
|
29
|
+
/* font-size: 120%; */
|
|
30
|
+
/* Font smoothing. That was taken from TWBS */
|
|
31
|
+
-webkit-font-smoothing: antialiased;
|
|
32
|
+
-moz-osx-font-smoothing: grayscale;
|
|
33
|
+
/* Uncomment for 3D effect */
|
|
34
|
+
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
|
|
35
|
+
|
|
36
|
+
.ii-add-fill:before {
|
|
37
|
+
content: '\e800'; }
|
|
38
|
+
|
|
39
|
+
/* '' */
|
|
40
|
+
.ii-alert-check-outline:before {
|
|
41
|
+
content: '\e801'; }
|
|
42
|
+
|
|
43
|
+
/* '' */
|
|
44
|
+
.ii-alert-crossed-outline:before {
|
|
45
|
+
content: '\e802'; }
|
|
46
|
+
|
|
47
|
+
/* '' */
|
|
48
|
+
.ii-alert-fill:before {
|
|
49
|
+
content: '\e803'; }
|
|
50
|
+
|
|
51
|
+
/* '' */
|
|
52
|
+
.ii-alert-outline:before {
|
|
53
|
+
content: '\e804'; }
|
|
54
|
+
|
|
55
|
+
/* '' */
|
|
56
|
+
.ii-alert-plus-outline:before {
|
|
57
|
+
content: '\e805'; }
|
|
58
|
+
|
|
59
|
+
/* '' */
|
|
60
|
+
.ii-arrow-down:before {
|
|
61
|
+
content: '\e806'; }
|
|
62
|
+
|
|
63
|
+
/* '' */
|
|
64
|
+
.ii-arrow-left:before {
|
|
65
|
+
content: '\e807'; }
|
|
66
|
+
|
|
67
|
+
/* '' */
|
|
68
|
+
.ii-arrow-right:before {
|
|
69
|
+
content: '\e808'; }
|
|
70
|
+
|
|
71
|
+
/* '' */
|
|
72
|
+
.ii-arrow-up:before {
|
|
73
|
+
content: '\e809'; }
|
|
74
|
+
|
|
75
|
+
/* '' */
|
|
76
|
+
.ii-attachment-outline:before {
|
|
77
|
+
content: '\e80a'; }
|
|
78
|
+
|
|
79
|
+
/* '' */
|
|
80
|
+
.ii-board-style-card-fill:before {
|
|
81
|
+
content: '\e80b'; }
|
|
82
|
+
|
|
83
|
+
/* '' */
|
|
84
|
+
.ii-board-style-list-fill:before {
|
|
85
|
+
content: '\e80c'; }
|
|
86
|
+
|
|
87
|
+
/* '' */
|
|
88
|
+
.ii-book-outline:before {
|
|
89
|
+
content: '\e80d'; }
|
|
90
|
+
|
|
91
|
+
/* '' */
|
|
92
|
+
.ii-bookmark-fill:before {
|
|
93
|
+
content: '\e80e'; }
|
|
94
|
+
|
|
95
|
+
/* '' */
|
|
96
|
+
.ii-bookmark-outline:before {
|
|
97
|
+
content: '\e80f'; }
|
|
98
|
+
|
|
99
|
+
/* '' */
|
|
100
|
+
.ii-building-outline:before {
|
|
101
|
+
content: '\e810'; }
|
|
102
|
+
|
|
103
|
+
/* '' */
|
|
104
|
+
.ii-calendar-event-outline:before {
|
|
105
|
+
content: '\e811'; }
|
|
106
|
+
|
|
107
|
+
/* '' */
|
|
108
|
+
.ii-camera-outline:before {
|
|
109
|
+
content: '\e812'; }
|
|
110
|
+
|
|
111
|
+
/* '' */
|
|
112
|
+
.ii-camera-vintage-outline:before {
|
|
113
|
+
content: '\e813'; }
|
|
114
|
+
|
|
115
|
+
/* '' */
|
|
116
|
+
.ii-check:before {
|
|
117
|
+
content: '\e814'; }
|
|
118
|
+
|
|
119
|
+
/* '' */
|
|
120
|
+
.ii-chevron-down:before {
|
|
121
|
+
content: '\e815'; }
|
|
122
|
+
|
|
123
|
+
/* '' */
|
|
124
|
+
.ii-chevron-left:before {
|
|
125
|
+
content: '\e816'; }
|
|
126
|
+
|
|
127
|
+
/* '' */
|
|
128
|
+
.ii-chevron-right:before {
|
|
129
|
+
content: '\e817'; }
|
|
130
|
+
|
|
131
|
+
/* '' */
|
|
132
|
+
.ii-chevron-up:before {
|
|
133
|
+
content: '\e818'; }
|
|
134
|
+
|
|
135
|
+
/* '' */
|
|
136
|
+
.ii-cup-outline:before {
|
|
137
|
+
content: '\e819'; }
|
|
138
|
+
|
|
139
|
+
/* '' */
|
|
140
|
+
.ii-cursor-outline:before {
|
|
141
|
+
content: '\e81a'; }
|
|
142
|
+
|
|
143
|
+
/* '' */
|
|
144
|
+
.ii-delete-outline:before {
|
|
145
|
+
content: '\e81b'; }
|
|
146
|
+
|
|
147
|
+
/* '' */
|
|
148
|
+
.ii-dislike-fill:before {
|
|
149
|
+
content: '\e81c'; }
|
|
150
|
+
|
|
151
|
+
/* '' */
|
|
152
|
+
.ii-dislike-outline:before {
|
|
153
|
+
content: '\e81d'; }
|
|
154
|
+
|
|
155
|
+
/* '' */
|
|
156
|
+
.ii-document-with-lines-outline:before {
|
|
157
|
+
content: '\e81e'; }
|
|
158
|
+
|
|
159
|
+
/* '' */
|
|
160
|
+
.ii-flag-outline:before {
|
|
161
|
+
content: '\e81f'; }
|
|
162
|
+
|
|
163
|
+
/* '' */
|
|
164
|
+
.ii-gift-outline:before {
|
|
165
|
+
content: '\e820'; }
|
|
166
|
+
|
|
167
|
+
/* '' */
|
|
168
|
+
.ii-grid-sharp-fill:before {
|
|
169
|
+
content: '\e821'; }
|
|
170
|
+
|
|
171
|
+
/* '' */
|
|
172
|
+
.ii-grid-sharp-outline:before {
|
|
173
|
+
content: '\e822'; }
|
|
174
|
+
|
|
175
|
+
/* '' */
|
|
176
|
+
.ii-hamburger-menu:before {
|
|
177
|
+
content: '\e823'; }
|
|
178
|
+
|
|
179
|
+
/* '' */
|
|
180
|
+
.ii-heart-fill:before {
|
|
181
|
+
content: '\e824'; }
|
|
182
|
+
|
|
183
|
+
/* '' */
|
|
184
|
+
.ii-heart-outline:before {
|
|
185
|
+
content: '\e825'; }
|
|
186
|
+
|
|
187
|
+
/* '' */
|
|
188
|
+
.ii-home01-fill:before {
|
|
189
|
+
content: '\e826'; }
|
|
190
|
+
|
|
191
|
+
/* '' */
|
|
192
|
+
.ii-home02-outline:before {
|
|
193
|
+
content: '\e827'; }
|
|
194
|
+
|
|
195
|
+
/* '' */
|
|
196
|
+
.ii-ico-pin:before {
|
|
197
|
+
content: '\e828'; }
|
|
198
|
+
|
|
199
|
+
/* '' */
|
|
200
|
+
.ii-info-outline:before {
|
|
201
|
+
content: '\e829'; }
|
|
202
|
+
|
|
203
|
+
/* '' */
|
|
204
|
+
.ii-like-fill:before {
|
|
205
|
+
content: '\e82a'; }
|
|
206
|
+
|
|
207
|
+
/* '' */
|
|
208
|
+
.ii-like-outline:before {
|
|
209
|
+
content: '\e82b'; }
|
|
210
|
+
|
|
211
|
+
/* '' */
|
|
212
|
+
.ii-lock-fill:before {
|
|
213
|
+
content: '\e82c'; }
|
|
214
|
+
|
|
215
|
+
/* '' */
|
|
216
|
+
.ii-lock-outline:before {
|
|
217
|
+
content: '\e82d'; }
|
|
218
|
+
|
|
219
|
+
/* '' */
|
|
220
|
+
.ii-magic-outline:before {
|
|
221
|
+
content: '\e82e'; }
|
|
222
|
+
|
|
223
|
+
/* '' */
|
|
224
|
+
.ii-medal-outline:before {
|
|
225
|
+
content: '\e82f'; }
|
|
226
|
+
|
|
227
|
+
/* '' */
|
|
228
|
+
.ii-message-question-outline:before {
|
|
229
|
+
content: '\e830'; }
|
|
230
|
+
|
|
231
|
+
/* '' */
|
|
232
|
+
.ii-minus:before {
|
|
233
|
+
content: '\e831'; }
|
|
234
|
+
|
|
235
|
+
/* '' */
|
|
236
|
+
.ii-moon-fill:before {
|
|
237
|
+
content: '\e832'; }
|
|
238
|
+
|
|
239
|
+
/* '' */
|
|
240
|
+
.ii-more-horizontal-fill:before {
|
|
241
|
+
content: '\e833'; }
|
|
242
|
+
|
|
243
|
+
/* '' */
|
|
244
|
+
.ii-more-horizontal-outline:before {
|
|
245
|
+
content: '\e834'; }
|
|
246
|
+
|
|
247
|
+
/* '' */
|
|
248
|
+
.ii-more-vertical-fill:before {
|
|
249
|
+
content: '\e835'; }
|
|
250
|
+
|
|
251
|
+
/* '' */
|
|
252
|
+
.ii-pen-outline:before {
|
|
253
|
+
content: '\e836'; }
|
|
254
|
+
|
|
255
|
+
/* '' */
|
|
256
|
+
.ii-phone-call-01-outline:before {
|
|
257
|
+
content: '\e837'; }
|
|
258
|
+
|
|
259
|
+
/* '' */
|
|
260
|
+
.ii-picture-frame-outline:before {
|
|
261
|
+
content: '\e838'; }
|
|
262
|
+
|
|
263
|
+
/* '' */
|
|
264
|
+
.ii-plus:before {
|
|
265
|
+
content: '\e839'; }
|
|
266
|
+
|
|
267
|
+
/* '' */
|
|
268
|
+
.ii-prohibition-outline:before {
|
|
269
|
+
content: '\e83a'; }
|
|
270
|
+
|
|
271
|
+
/* '' */
|
|
272
|
+
.ii-question-mark-fill:before {
|
|
273
|
+
content: '\e83b'; }
|
|
274
|
+
|
|
275
|
+
/* '' */
|
|
276
|
+
.ii-question-mark-outline:before {
|
|
277
|
+
content: '\e83c'; }
|
|
278
|
+
|
|
279
|
+
/* '' */
|
|
280
|
+
.ii-refresh:before {
|
|
281
|
+
content: '\e83d'; }
|
|
282
|
+
|
|
283
|
+
/* '' */
|
|
284
|
+
.ii-reply-outline:before {
|
|
285
|
+
content: '\e83e'; }
|
|
286
|
+
|
|
287
|
+
/* '' */
|
|
288
|
+
.ii-report-outline:before {
|
|
289
|
+
content: '\e83f'; }
|
|
290
|
+
|
|
291
|
+
/* '' */
|
|
292
|
+
.ii-search-map-outline:before {
|
|
293
|
+
content: '\e840'; }
|
|
294
|
+
|
|
295
|
+
/* '' */
|
|
296
|
+
.ii-search-outline:before {
|
|
297
|
+
content: '\e841'; }
|
|
298
|
+
|
|
299
|
+
/* '' */
|
|
300
|
+
.ii-settings-outline:before {
|
|
301
|
+
content: '\e842'; }
|
|
302
|
+
|
|
303
|
+
/* '' */
|
|
304
|
+
.ii-share-outline:before {
|
|
305
|
+
content: '\e843'; }
|
|
306
|
+
|
|
307
|
+
/* '' */
|
|
308
|
+
.ii-shoppingcart-fill:before {
|
|
309
|
+
content: '\e844'; }
|
|
310
|
+
|
|
311
|
+
/* '' */
|
|
312
|
+
.ii-shoppingcart-outline:before {
|
|
313
|
+
content: '\e845'; }
|
|
314
|
+
|
|
315
|
+
/* '' */
|
|
316
|
+
.ii-small-arrow-down:before {
|
|
317
|
+
content: '\e846'; }
|
|
318
|
+
|
|
319
|
+
/* '' */
|
|
320
|
+
.ii-small-arrow-left:before {
|
|
321
|
+
content: '\e847'; }
|
|
322
|
+
|
|
323
|
+
/* '' */
|
|
324
|
+
.ii-small-arrow-right:before {
|
|
325
|
+
content: '\e848'; }
|
|
326
|
+
|
|
327
|
+
/* '' */
|
|
328
|
+
.ii-small-arrow-up:before {
|
|
329
|
+
content: '\e849'; }
|
|
330
|
+
|
|
331
|
+
/* '' */
|
|
332
|
+
.ii-star-fill:before {
|
|
333
|
+
content: '\e84a'; }
|
|
334
|
+
|
|
335
|
+
/* '' */
|
|
336
|
+
.ii-star-outline:before {
|
|
337
|
+
content: '\e84b'; }
|
|
338
|
+
|
|
339
|
+
/* '' */
|
|
340
|
+
.ii-sun-fill:before {
|
|
341
|
+
content: '\e84c'; }
|
|
342
|
+
|
|
343
|
+
/* '' */
|
|
344
|
+
.ii-system-fill:before {
|
|
345
|
+
content: '\e84d'; }
|
|
346
|
+
|
|
347
|
+
/* '' */
|
|
348
|
+
.ii-truck-outline:before {
|
|
349
|
+
content: '\e84e'; }
|
|
350
|
+
|
|
351
|
+
/* '' */
|
|
352
|
+
.ii-user-fill:before {
|
|
353
|
+
content: '\e84f'; }
|
|
354
|
+
|
|
355
|
+
/* '' */
|
|
356
|
+
.ii-user-outline:before {
|
|
357
|
+
content: '\e850'; }
|
|
358
|
+
|
|
359
|
+
/* '' */
|
|
360
|
+
.ii-wallet-outline:before {
|
|
361
|
+
content: '\e851'; }
|
|
362
|
+
|
|
363
|
+
/* '' */
|
|
364
|
+
.ii-warning-fill:before {
|
|
365
|
+
content: '\e852'; }
|
|
366
|
+
|
|
367
|
+
/* '' */
|
|
368
|
+
.ii-warning-outline:before {
|
|
369
|
+
content: '\e853'; }
|
|
370
|
+
|
|
371
|
+
/* '' */
|
|
372
|
+
.ii-warning-triangle-fill:before {
|
|
373
|
+
content: '\e854'; }
|
|
374
|
+
|
|
375
|
+
/* '' */
|
|
376
|
+
.ii-warning-triangle-outline:before {
|
|
377
|
+
content: '\e855'; }
|
|
378
|
+
|
|
379
|
+
/* '' */
|
|
380
|
+
.ii-x:before {
|
|
381
|
+
content: '\e856'; }
|
|
382
|
+
|
|
383
|
+
/* '' */
|
|
384
|
+
.ii-zoom-img:before {
|
|
385
|
+
content: '\e857'; }
|
|
386
|
+
|
|
387
|
+
/* '' */
|
|
388
|
+
.ii-spin::before {
|
|
389
|
+
animation: spin 2s infinite linear; }
|
|
390
|
+
|
|
391
|
+
@-webkit-keyframes spin {
|
|
392
|
+
0% {
|
|
393
|
+
transform: rotate(0deg); }
|
|
394
|
+
100% {
|
|
395
|
+
transform: rotate(359deg); } }
|
|
396
|
+
|
|
397
|
+
@keyframes spin {
|
|
398
|
+
0% {
|
|
399
|
+
transform: rotate(0deg); }
|
|
400
|
+
100% {
|
|
401
|
+
transform: rotate(359deg); } }
|
|
402
|
+
|
|
403
|
+
.ii-flip-h::before {
|
|
404
|
+
transform: scaleX(-1);
|
|
405
|
+
-webkit-transform: scaleX(-1); }
|
|
406
|
+
|
|
407
|
+
.ii-flip-v::before {
|
|
408
|
+
transform: scaleY(-1);
|
|
409
|
+
-webkit-transform: scaleY(-1); }
|
|
410
|
+
|
|
411
|
+
.ii-rotate-45::before {
|
|
412
|
+
transform: rotate(45deg); }
|
|
413
|
+
|
|
414
|
+
.ii-rotate-90::before {
|
|
415
|
+
transform: rotate(90deg); }
|
|
416
|
+
|
|
417
|
+
.ii-rotate-135::before {
|
|
418
|
+
transform: rotate(135deg); }
|
|
419
|
+
|
|
420
|
+
.ii-rotate-180::before {
|
|
421
|
+
transform: rotate(180deg); }
|
|
422
|
+
|
|
423
|
+
.ii-rotate-225::before {
|
|
424
|
+
transform: rotate(225deg); }
|
|
425
|
+
|
|
426
|
+
.ii-rotate-270::before {
|
|
427
|
+
transform: rotate(270deg); }
|
|
428
|
+
|
|
429
|
+
.ii-rotate-315::before {
|
|
430
|
+
transform: rotate(315deg); }
|
|
431
|
+
|
|
432
|
+
.ii-2x::before {
|
|
433
|
+
font-size: 2em; }
|
|
434
|
+
|
|
435
|
+
.ii-3x::before {
|
|
436
|
+
font-size: 3em; }
|
|
437
|
+
|
|
438
|
+
.ii-4x::before {
|
|
439
|
+
font-size: 4em; }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@font-face{font-family:'inticons';src:url("./font/inticons.eot");src:url("./font/inticons.eot#iefix") format("embedded-opentype"),url("./font/inticons.woff2") format("woff2"),url("./font/inticons.woff") format("woff"),url("./font/inticons.ttf") format("truetype"),url("./font/inticons.svg#inticons") format("svg");font-weight:normal;font-style:normal}[class^='ii-']:before,[class*=' ii-']:before{font-family:'inticons';font-style:normal;font-weight:normal;display:inline-block;text-decoration:inherit;width:1em;margin-right:0.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:0.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ii-add-fill:before{content:'\e800'}.ii-alert-check-outline:before{content:'\e801'}.ii-alert-crossed-outline:before{content:'\e802'}.ii-alert-fill:before{content:'\e803'}.ii-alert-outline:before{content:'\e804'}.ii-alert-plus-outline:before{content:'\e805'}.ii-arrow-down:before{content:'\e806'}.ii-arrow-left:before{content:'\e807'}.ii-arrow-right:before{content:'\e808'}.ii-arrow-up:before{content:'\e809'}.ii-attachment-outline:before{content:'\e80a'}.ii-board-style-card-fill:before{content:'\e80b'}.ii-board-style-list-fill:before{content:'\e80c'}.ii-book-outline:before{content:'\e80d'}.ii-bookmark-fill:before{content:'\e80e'}.ii-bookmark-outline:before{content:'\e80f'}.ii-building-outline:before{content:'\e810'}.ii-calendar-event-outline:before{content:'\e811'}.ii-camera-outline:before{content:'\e812'}.ii-camera-vintage-outline:before{content:'\e813'}.ii-check:before{content:'\e814'}.ii-chevron-down:before{content:'\e815'}.ii-chevron-left:before{content:'\e816'}.ii-chevron-right:before{content:'\e817'}.ii-chevron-up:before{content:'\e818'}.ii-cup-outline:before{content:'\e819'}.ii-cursor-outline:before{content:'\e81a'}.ii-delete-outline:before{content:'\e81b'}.ii-dislike-fill:before{content:'\e81c'}.ii-dislike-outline:before{content:'\e81d'}.ii-document-with-lines-outline:before{content:'\e81e'}.ii-flag-outline:before{content:'\e81f'}.ii-gift-outline:before{content:'\e820'}.ii-grid-sharp-fill:before{content:'\e821'}.ii-grid-sharp-outline:before{content:'\e822'}.ii-hamburger-menu:before{content:'\e823'}.ii-heart-fill:before{content:'\e824'}.ii-heart-outline:before{content:'\e825'}.ii-home01-fill:before{content:'\e826'}.ii-home02-outline:before{content:'\e827'}.ii-ico-pin:before{content:'\e828'}.ii-info-outline:before{content:'\e829'}.ii-like-fill:before{content:'\e82a'}.ii-like-outline:before{content:'\e82b'}.ii-lock-fill:before{content:'\e82c'}.ii-lock-outline:before{content:'\e82d'}.ii-magic-outline:before{content:'\e82e'}.ii-medal-outline:before{content:'\e82f'}.ii-message-question-outline:before{content:'\e830'}.ii-minus:before{content:'\e831'}.ii-moon-fill:before{content:'\e832'}.ii-more-horizontal-fill:before{content:'\e833'}.ii-more-horizontal-outline:before{content:'\e834'}.ii-more-vertical-fill:before{content:'\e835'}.ii-pen-outline:before{content:'\e836'}.ii-phone-call-01-outline:before{content:'\e837'}.ii-picture-frame-outline:before{content:'\e838'}.ii-plus:before{content:'\e839'}.ii-prohibition-outline:before{content:'\e83a'}.ii-question-mark-fill:before{content:'\e83b'}.ii-question-mark-outline:before{content:'\e83c'}.ii-refresh:before{content:'\e83d'}.ii-reply-outline:before{content:'\e83e'}.ii-report-outline:before{content:'\e83f'}.ii-search-map-outline:before{content:'\e840'}.ii-search-outline:before{content:'\e841'}.ii-settings-outline:before{content:'\e842'}.ii-share-outline:before{content:'\e843'}.ii-shoppingcart-fill:before{content:'\e844'}.ii-shoppingcart-outline:before{content:'\e845'}.ii-small-arrow-down:before{content:'\e846'}.ii-small-arrow-left:before{content:'\e847'}.ii-small-arrow-right:before{content:'\e848'}.ii-small-arrow-up:before{content:'\e849'}.ii-star-fill:before{content:'\e84a'}.ii-star-outline:before{content:'\e84b'}.ii-sun-fill:before{content:'\e84c'}.ii-system-fill:before{content:'\e84d'}.ii-truck-outline:before{content:'\e84e'}.ii-user-fill:before{content:'\e84f'}.ii-user-outline:before{content:'\e850'}.ii-wallet-outline:before{content:'\e851'}.ii-warning-fill:before{content:'\e852'}.ii-warning-outline:before{content:'\e853'}.ii-warning-triangle-fill:before{content:'\e854'}.ii-warning-triangle-outline:before{content:'\e855'}.ii-x:before{content:'\e856'}.ii-zoom-img:before{content:'\e857'}.ii-spin::before{animation:spin 2s infinite linear}@-webkit-keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.ii-flip-h::before{transform:scaleX(-1);-webkit-transform:scaleX(-1)}.ii-flip-v::before{transform:scaleY(-1);-webkit-transform:scaleY(-1)}.ii-rotate-45::before{transform:rotate(45deg)}.ii-rotate-90::before{transform:rotate(90deg)}.ii-rotate-135::before{transform:rotate(135deg)}.ii-rotate-180::before{transform:rotate(180deg)}.ii-rotate-225::before{transform:rotate(225deg)}.ii-rotate-270::before{transform:rotate(270deg)}.ii-rotate-315::before{transform:rotate(315deg)}.ii-2x::before{font-size:2em}.ii-3x::before{font-size:3em}.ii-4x::before{font-size:4em}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
.ii-spin::before {
|
|
2
|
+
animation: spin 2s infinite linear;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
@-webkit-keyframes spin {
|
|
6
|
+
0% {
|
|
7
|
+
transform: rotate(0deg);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
100% {
|
|
11
|
+
transform: rotate(359deg);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@keyframes spin {
|
|
16
|
+
0% {
|
|
17
|
+
transform: rotate(0deg);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
100% {
|
|
21
|
+
transform: rotate(359deg);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'inticons';
|
|
3
|
+
src: url('./font/inticons.eot');
|
|
4
|
+
src: url('./font/inticons.eot#iefix') format('embedded-opentype'),
|
|
5
|
+
url('./font/inticons.woff2') format('woff2'),
|
|
6
|
+
url('./font/inticons.woff') format('woff'),
|
|
7
|
+
url('./font/inticons.ttf') format('truetype'),
|
|
8
|
+
url('./font/inticons.svg#inticons') format('svg');
|
|
9
|
+
font-weight: normal;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[class^='ii-']:before,
|
|
2
|
+
[class*=' ii-']:before {
|
|
3
|
+
font-family: 'inticons';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: normal;
|
|
6
|
+
|
|
7
|
+
display: inline-block;
|
|
8
|
+
text-decoration: inherit;
|
|
9
|
+
width: 1em;
|
|
10
|
+
margin-right: 0.2em;
|
|
11
|
+
text-align: center;
|
|
12
|
+
/* opacity: .8; */
|
|
13
|
+
|
|
14
|
+
/* For safety - reset parent styles, that can break glyph codes*/
|
|
15
|
+
font-variant: normal;
|
|
16
|
+
text-transform: none;
|
|
17
|
+
|
|
18
|
+
/* fix buttons height, for twitter bootstrap */
|
|
19
|
+
line-height: 1em;
|
|
20
|
+
|
|
21
|
+
/* Animation center compensation - margins should be symmetric */
|
|
22
|
+
/* remove if not needed */
|
|
23
|
+
margin-left: 0.2em;
|
|
24
|
+
|
|
25
|
+
/* you can be more comfortable with increased icons size */
|
|
26
|
+
/* font-size: 120%; */
|
|
27
|
+
|
|
28
|
+
/* Font smoothing. That was taken from TWBS */
|
|
29
|
+
-webkit-font-smoothing: antialiased;
|
|
30
|
+
-moz-osx-font-smoothing: grayscale;
|
|
31
|
+
|
|
32
|
+
/* Uncomment for 3D effect */
|
|
33
|
+
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
34
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "inticons",
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "Icons library and toolkit built by INTEGRATION Corp.",
|
|
5
|
+
"author": "INTEGRATION Corp.",
|
|
6
|
+
"main": "fonts/inticons.bundle.min.css",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve docs/src/main.js",
|
|
9
|
+
"lint": "vue-cli-service lint",
|
|
10
|
+
"fontello": "node ./build/fontello && fontello-cli install --config ./fonts/config.json --css ./fonts/css --font ./fonts/font",
|
|
11
|
+
"build-font": "node-sass ./fonts/scss/main.scss ./fonts/inticons.bundle.css && node-sass --output-style compressed ./fonts/scss/main.scss ./fonts/inticons.bundle.min.css",
|
|
12
|
+
"build-docs": "node ./build/build-docs && vue-cli-service build",
|
|
13
|
+
"build": "npm run fontello && npm run build-font && npm run build-docs",
|
|
14
|
+
"start": "npm run build && npm run serve"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"fonts"
|
|
18
|
+
],
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://github.com/medistream-team/inticons"
|
|
22
|
+
},
|
|
23
|
+
"keywords": [
|
|
24
|
+
"vuejs",
|
|
25
|
+
"font",
|
|
26
|
+
"icon",
|
|
27
|
+
"webfont"
|
|
28
|
+
],
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"core-js": "^3.8.3",
|
|
31
|
+
"vue": "^3.2.13",
|
|
32
|
+
"vue-loader": "^17.0.0",
|
|
33
|
+
"vue-router": "^4.0.3",
|
|
34
|
+
"vue-writer": "github:quelchx/vue-writer",
|
|
35
|
+
"vuex": "^4.0.0"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@babel/core": "^7.12.16",
|
|
39
|
+
"@babel/eslint-parser": "^7.12.16",
|
|
40
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
41
|
+
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
42
|
+
"@vue/cli-plugin-router": "~5.0.0",
|
|
43
|
+
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
44
|
+
"@vue/cli-service": "~5.0.0",
|
|
45
|
+
"eslint": "^7.32.0",
|
|
46
|
+
"eslint-config-prettier": "^8.5.0",
|
|
47
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
48
|
+
"eslint-plugin-vue": "^8.0.3",
|
|
49
|
+
"fontello-cli": "^0.6.2",
|
|
50
|
+
"fs-extra": "^10.1.0",
|
|
51
|
+
"github-markdown-css": "^5.1.0",
|
|
52
|
+
"marked": "^4.0.16",
|
|
53
|
+
"node-sass": "^7.0.1",
|
|
54
|
+
"pretendard": "^1.2.2",
|
|
55
|
+
"prettier": "^2.6.2",
|
|
56
|
+
"prismjs": "^1.28.0",
|
|
57
|
+
"raw-loader": "^4.0.2",
|
|
58
|
+
"sass": "^1.52.1",
|
|
59
|
+
"sass-loader": "^13.0.0",
|
|
60
|
+
"svgo": "^2.8.0",
|
|
61
|
+
"svgpath": "^2.5.0",
|
|
62
|
+
"webpack-chain": "^6.5.1"
|
|
63
|
+
},
|
|
64
|
+
"eslintConfig": {
|
|
65
|
+
"root": true,
|
|
66
|
+
"env": {
|
|
67
|
+
"node": true
|
|
68
|
+
},
|
|
69
|
+
"extends": [
|
|
70
|
+
"plugin:vue/vue3-essential",
|
|
71
|
+
"eslint:recommended",
|
|
72
|
+
"plugin:prettier/recommended"
|
|
73
|
+
],
|
|
74
|
+
"parserOptions": {
|
|
75
|
+
"parser": "@babel/eslint-parser"
|
|
76
|
+
},
|
|
77
|
+
"rules": {
|
|
78
|
+
"vue/max-attributes-per-line": "off",
|
|
79
|
+
"vue/html-self-closing": [
|
|
80
|
+
"error",
|
|
81
|
+
{
|
|
82
|
+
"html": {
|
|
83
|
+
"void": "always",
|
|
84
|
+
"normal": "never",
|
|
85
|
+
"component": "always"
|
|
86
|
+
},
|
|
87
|
+
"svg": "always",
|
|
88
|
+
"math": "always"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"prettier/prettier": [
|
|
92
|
+
"error",
|
|
93
|
+
{
|
|
94
|
+
"singleQuote": true,
|
|
95
|
+
"semi": true,
|
|
96
|
+
"tabWidth": 2,
|
|
97
|
+
"arrowParens": "avoid",
|
|
98
|
+
"endOfLine": "lf"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"browserslist": [
|
|
104
|
+
"> 1%",
|
|
105
|
+
"last 2 versions",
|
|
106
|
+
"not dead",
|
|
107
|
+
"not ie 11"
|
|
108
|
+
]
|
|
109
|
+
}
|