forked from videocation/videojs-font
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicons.json
165 lines (165 loc) · 3.86 KB
/
icons.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"font-name": "VideoJS",
"root-dir": "./node_modules/@material-design-icons/svg/round/",
"icons": [{
"name": "play",
"svg": "play_arrow.svg"
}, {
"name": "play-circle",
"svg": "play_circle_filled.svg"
}, {
"name": "pause",
"svg": "pause_circle_outline.svg"
}, {
"name": "volume-mute",
"svg": "volume_off.svg"
}, {
"name": "volume-low",
"svg": "volume_mute.svg"
}, {
"name": "volume-mid",
"svg": "volume_down.svg"
}, {
"name": "volume-high",
"svg": "volume_up.svg"
}, {
"name": "fullscreen-enter",
"svg": "fullscreen.svg"
}, {
"name": "fullscreen-exit",
"svg": "fullscreen_exit.svg"
}, {
"name": "spinner",
"svg": "camera.svg"
}, {
"name": "subtitles",
"svg": "subtitles.svg",
"root-dir": "./node_modules/@material-design-icons/svg/outlined/"
}, {
"name": "captions",
"svg": "closed_caption.svg"
}, {
"name": "hd",
"svg": "hd.svg"
}, {
"name": "chapters",
"svg": "list.svg"
}, {
"name": "downloading",
"svg": "downloading.svg",
"root-dir": "./custom-icons/mdi-v4/"
}, {
"name": "file-download",
"svg": "file_download.svg",
"root-dir": "./custom-icons/mdi-v4/"
}, {
"name": "file-download-done",
"svg": "file_download_done.svg",
"root-dir": "./custom-icons/mdi-v4/"
}, {
"name": "file-download-off",
"svg": "file_download_off.svg",
"root-dir": "./custom-icons/mdi-v4/"
}, {
"name": "share",
"svg": "share.svg"
}, {
"name": "cog",
"svg": "settings.svg"
}, {
"name": "square",
"svg": "crop_square.svg"
}, {
"name": "circle",
"svg": "brightness_1.svg"
}, {
"name": "circle-outline",
"svg": "panorama_fish_eye.svg"
}, {
"name": "circle-inner-circle",
"svg": "adjust.svg"
}, {
"name": "cancel",
"svg": "cancel.svg"
}, {
"name": "repeat",
"svg": "repeat.svg"
}, {
"name": "replay",
"svg": "replay.svg"
}, {
"name": "replay-5",
"svg": "replay-5.svg",
"root-dir": "./custom-icons/skip-forward-backward/"
}, {
"name": "replay-10",
"svg": "replay-10.svg",
"root-dir": "./custom-icons/skip-forward-backward/"
}, {
"name": "replay-30",
"svg": "replay-30.svg",
"root-dir": "./custom-icons/skip-forward-backward/"
}, {
"name": "forward-5",
"svg": "forward-5.svg",
"root-dir": "./custom-icons/skip-forward-backward/"
}, {
"name": "forward-10",
"svg": "forward-10.svg",
"root-dir": "./custom-icons/skip-forward-backward/"
}, {
"name": "forward-30",
"svg": "forward-30.svg",
"root-dir": "./custom-icons/skip-forward-backward/"
}, {
"name": "audio",
"svg": "headset.svg"
}, {
"name": "next-item",
"svg": "skip_next.svg"
}, {
"name": "previous-item",
"svg": "skip_previous.svg"
}, {
"name": "shuffle",
"svg": "shuffle.svg"
}, {
"name": "cast",
"svg": "cast.svg"
}, {
"name": "picture-in-picture-enter",
"svg": "picture_in_picture_alt.svg"
}, {
"name": "picture-in-picture-exit",
"svg": "picture-in-picture-exit.svg",
"root-dir": "./custom-icons/"
}, {
"name": "facebook",
"svg": "facebook.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "linkedin",
"svg": "linkedin.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "twitter",
"svg": "twitter.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "tumblr",
"svg": "tumblr.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "pinterest",
"svg": "pinterest.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "audio-description",
"svg": "audio-description.svg",
"root-dir": "./custom-icons/"
}, {
"name": "subtitles-off",
"svg": "subtitles_off.svg",
"root-dir": "./node_modules/@material-design-icons/svg/outlined/"
}]
}