Bladeren bron

Adds menu icon to font.

master
yanas 8 jaren geleden
bovenliggende
commit
c5adecb6e1
6 gewijzigde bestanden met toevoegingen van 60 en 0 verwijderingen
  1. 6
    0
      css/_font.scss
  2. BIN
      fonts/jitsi.eot
  3. 2
    0
      fonts/jitsi.svg
  4. BIN
      fonts/jitsi.ttf
  5. BIN
      fonts/jitsi.woff
  6. 52
    0
      fonts/selection.json

+ 6
- 0
css/_font.scss Bestand weergeven

@@ -57,6 +57,12 @@
57 57
 .icon-kick:before {
58 58
   content: "\e904";
59 59
 }
60
+.icon-menu-up:before {
61
+  content: "\e91f";
62
+}
63
+.icon-menu-down:before {
64
+  content: "\e920";
65
+}
60 66
 .icon-full-screen:before {
61 67
   content: "\e90b";
62 68
 }

BIN
fonts/jitsi.eot Bestand weergeven


+ 2
- 0
fonts/jitsi.svg Bestand weergeven

@@ -42,4 +42,6 @@
42 42
 <glyph unicode="&#xe91c;" glyph-name="toggle-filmstrip" d="M896 896h-768c-46.933 0-85.333-38.4-85.333-85.333v-597.333c0-46.933 38.4-85.333 85.333-85.333h768c46.933 0 85.333 38.4 85.333 85.333v597.333c0 46.933-38.4 85.333-85.333 85.333zM896 213.333h-768v128h768v-128z" />
43 43
 <glyph unicode="&#xe91d;" glyph-name="feedback" d="M42.667 128h170.667v512h-170.667v-512zM981.333 597.333c0 46.933-38.4 85.333-85.333 85.333h-269.227l40.533 194.987 1.28 13.653c0 17.493-7.253 33.707-18.773 45.227l-45.227 44.8-280.747-281.173c-15.787-15.36-25.173-36.693-25.173-60.16v-426.667c0-46.933 38.4-85.333 85.333-85.333h384c35.413 0 65.707 21.333 78.507 52.053l128.853 300.8c3.84 9.813 5.973 20.053 5.973 31.147v81.493l-0.427 0.427 0.427 3.413z" />
44 44
 <glyph unicode="&#xe91e;" glyph-name="raised-hand" d="M982 790v-620c0-94-78-170-172-170h-310c-46 0-90 18-122 50l-336 342s54 52 56 52c10 8 22 12 34 12 10 0 18-2 26-6 2 0 184-104 184-104v508c0 36 28 64 64 64s64-28 64-64v-300h42v406c0 36 28 64 64 64s64-28 64-64v-406h42v364c0 36 28 64 64 64s64-28 64-64v-364h44v236c0 36 28 64 64 64s64-28 64-64z" />
45
+<glyph unicode="&#xe91f;" glyph-name="menu-up" d="M512 682l256-256-60-60-196 196-196-196-60 60z" />
46
+<glyph unicode="&#xe920;" glyph-name="menu-down" d="M708 658l60-60-256-256-256 256 60 60 196-196z" />
45 47
 </font></defs></svg>

BIN
fonts/jitsi.ttf Bestand weergeven


BIN
fonts/jitsi.woff Bestand weergeven


+ 52
- 0
fonts/selection.json Bestand weergeven

@@ -293,6 +293,58 @@
293 293
       "setId": 2,
294 294
       "iconIdx": 243
295 295
     },
296
+    {
297
+      "icon": {
298
+        "paths": [
299
+          "M512 342l256 256-60 60-196-196-196 196-60-60z"
300
+        ],
301
+        "isMulticolor": false,
302
+        "isMulticolor2": false,
303
+        "tags": [
304
+          "expand_less"
305
+        ],
306
+        "grid": 0,
307
+        "attrs": []
308
+      },
309
+      "attrs": [],
310
+      "properties": {
311
+        "id": 256,
312
+        "order": 106,
313
+        "ligatures": "expand_less",
314
+        "prevSize": 32,
315
+        "code": 59679,
316
+        "name": "menu-up"
317
+      },
318
+      "setIdx": 0,
319
+      "setId": 2,
320
+      "iconIdx": 257
321
+    },
322
+    {
323
+      "icon": {
324
+        "paths": [
325
+          "M708 366l60 60-256 256-256-256 60-60 196 196z"
326
+        ],
327
+        "isMulticolor": false,
328
+        "isMulticolor2": false,
329
+        "tags": [
330
+          "expand_more"
331
+        ],
332
+        "grid": 0,
333
+        "attrs": []
334
+      },
335
+      "attrs": [],
336
+      "properties": {
337
+        "id": 257,
338
+        "order": 107,
339
+        "ligatures": "expand_more",
340
+        "prevSize": 32,
341
+        "code": 59680,
342
+        "name": "menu-down"
343
+      },
344
+      "setIdx": 0,
345
+      "setId": 2,
346
+      "iconIdx": 258
347
+    },
296 348
     {
297 349
       "icon": {
298 350
         "paths": [

Laden…
Annuleren
Opslaan