haoxuan
2023-09-01 1e1e5f612f252d66b0d0386cf52873bb1f3f7d7b
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
@font-face {
  font-family: 'vue-d3-icons';
  src:  url('fonts/vue-d3-icons.eot?oa3tyj');
  src:  url('fonts/vue-d3-icons.eot?oa3tyj#iefix') format('embedded-opentype'),
    url('fonts/vue-d3-icons.ttf?oa3tyj') format('truetype'),
    url('fonts/vue-d3-icons.woff?oa3tyj') format('woff'),
    url('fonts/vue-d3-icons.svg?oa3tyj#vue-d3-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vue-d3-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-reload-alt:before {
  content: "\e904";
}
.icon-refresh:before {
  content: "\e904";
}
.icon-reset:before {
  content: "\e904";
}
.icon-arrow:before {
  content: "\e904";
}
.icon-git-merge:before {
  content: "\f023";
}
.icon-pulse:before {
  content: "\f085";
}
.icon-pointer:before {
  content: "\e900";
}
.icon-mouse:before {
  content: "\e900";
}
.icon-move:before {
  content: "\e901";
}
.icon-drag:before {
  content: "\e901";
}
.icon-cubes:before {
  content: "\e907";
}
.icon-cube:before {
  content: "\e908";
}
.icon-pin:before {
  content: "\e909";
}
.icon-menu:before {
  content: "\e90a";
}
.icon-camera:before {
  content: "\e90b";
}
.icon-delete_forever:before {
  content: "\e90c";
}
.icon-delete:before {
  content: "\e90d";
}
.icon-settings:before {
  content: "\e90e";
}
.icon-pin2:before {
  content: "\e902";
}
.icon-repo-forked:before {
  content: "\e903";
}
.icon-equalizerh:before {
  content: "\e992";
}
.icon-equalizerv:before {
  content: "\e993";
}
.icon-github:before {
  content: "\eab0";
}