forked from oversword/synth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
icon.css
80 lines (77 loc) · 1.37 KB
/
icon.css
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
@charset "utf-8";
[class^="icon-"],[class*=" icon-"] {
font-size: 0px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-size: 16px;
margin-right: -4px;
}
.icon-mute:before {
content: "🔇"!important;
}
.icon-volume-0:before {
content: "🔈"!important;
}
.icon-volume-1:before {
content: "🔉"!important;
}
.icon-volume-3:before {
content: "🔊"!important;
}
.icon-cross:before {
content: "❌"!important;
}
.icon-trash:before {
content: "🗑"!important;
}
.icon-plus:before {
content: "➕"!important;
}
.icon-check:before {
content: "✅"!important;
}
.icon-note-3:before {
content: "🎶"!important;
}
.icon-note-2:before {
content: "🎵"!important;
}
.icon-note-1:before {
content: "♪"!important;
}
.icon-note-pad:before {
content: "🗒"!important;
}
.icon-treble-clef:before {
content: "🎼"!important;
}
.icon-microphone:before {
content: "🎤"!important;
}
.icon-headphones:before {
content: "🎧"!important;
}
.icon-saxophone:before {
content: "🎷"!important;
}
.icon-guitar:before {
content: "🎸"!important;
}
.icon-keyboard:before {
content: "🎹"!important;
}
.icon-trumpet:before {
content: "🎺"!important;
}
.icon-violin:before {
content: "🎻"!important;
}
.icon-drum:before {
content: "🥁"!important;
}
.icon-bell:before {
content: "🔔"!important;
}
.icon-horn:before {
content: "📯"!important;
}