-
Notifications
You must be signed in to change notification settings - Fork 78
/
icons.json
160 lines (160 loc) · 4.42 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
{
"font-name": "VideoJS",
"root-dir": "./node_modules/material-design-icons/",
"icons": [{
"name": "play",
"svg": "av/svg/production/ic_play_arrow_48px.svg"
}, {
"name": "play-circle",
"svg": "av/svg/production/ic_play_circle_outline_48px.svg"
}, {
"name": "pause",
"svg": "av/svg/production/ic_pause_48px.svg"
}, {
"name": "volume-mute",
"svg": "av/svg/production/ic_volume_off_48px.svg"
}, {
"name": "volume-low",
"svg": "av/svg/production/ic_volume_mute_48px.svg"
}, {
"name": "volume-mid",
"svg": "av/svg/production/ic_volume_down_48px.svg"
}, {
"name": "volume-high",
"svg": "av/svg/production/ic_volume_up_48px.svg"
}, {
"name": "fullscreen-enter",
"svg": "navigation/svg/production/ic_fullscreen_48px.svg"
}, {
"name": "fullscreen-exit",
"svg": "navigation/svg/production/ic_fullscreen_exit_48px.svg"
}, {
"name": "spinner",
"svg": "image/svg/production/ic_camera_48px.svg"
}, {
"name": "subtitles",
"svg": "av/svg/production/ic_subtitles_48px.svg"
}, {
"name": "captions",
"svg": "av/svg/production/ic_closed_caption_48px.svg"
}, {
"name": "hd",
"svg": "av/svg/production/ic_hd_24px.svg"
}, {
"name": "chapters",
"svg": "action/svg/production/ic_list_48px.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": "social/svg/production/ic_share_48px.svg"
}, {
"name": "cog",
"svg": "action/svg/production/ic_settings_48px.svg"
}, {
"name": "square",
"svg": "image/svg/production/ic_crop_square_48px.svg"
}, {
"name": "circle",
"svg": "image/svg/production/ic_brightness_1_48px.svg"
}, {
"name": "circle-outline",
"svg": "image/svg/production/ic_panorama_fish_eye_48px.svg"
}, {
"name": "circle-inner-circle",
"svg": "image/svg/production/ic_adjust_48px.svg"
}, {
"name": "cancel",
"svg": "navigation/svg/production/ic_cancel_48px.svg"
}, {
"name": "repeat",
"svg": "av/svg/production/ic_repeat_48px.svg"
}, {
"name": "replay",
"svg": "av/svg/production/ic_replay_48px.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": "hardware/svg/production/ic_headset_48px.svg"
}, {
"name": "next-item",
"svg": "av/svg/production/ic_skip_next_48px.svg"
}, {
"name": "previous-item",
"svg": "av/svg/production/ic_skip_previous_48px.svg"
}, {
"name": "shuffle",
"svg": "av/svg/production/ic_shuffle_48px.svg"
}, {
"name": "cast",
"svg": "hardware/svg/production/ic_cast_48px.svg"
}, {
"name": "picture-in-picture-enter",
"svg": "action/svg/production/ic_picture_in_picture_alt_48px.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": "twitterx.svg",
"root-dir": "./custom-icons/"
}, {
"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/"
}]
}