@siemens/ix-icons 1.0.4 → 1.1.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +39 -0
- package/dist/cjs/icon-f99c8bde.js +99 -0
- package/dist/cjs/icon-f99c8bde.js.map +1 -0
- package/dist/cjs/index-22d7f5a7.js +1481 -0
- package/dist/cjs/index-22d7f5a7.js.map +1 -0
- package/dist/cjs/index.cjs.js +12 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/ix-icon.cjs.entry.js +12 -0
- package/dist/cjs/ix-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icons.cjs.js +28 -0
- package/dist/cjs/ix-icons.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +24 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +12 -0
- package/dist/collection/components/icon/icon.css +2519 -0
- package/dist/collection/components/icon/icon.js +158 -0
- package/dist/collection/components/icon/icon.js.map +1 -0
- package/dist/collection/components/icon/resolveIcon.js +37 -0
- package/dist/collection/components/icon/resolveIcon.js.map +1 -0
- package/dist/collection/components/icon/test/rocker-example.js +5 -0
- package/dist/collection/components/icon/test/rocker-example.js.map +1 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/components/icon.js +118 -0
- package/dist/components/icon.js.map +1 -0
- package/dist/components/index.d.ts +27 -0
- package/dist/components/index.js +4 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/ix-icon.d.ts +11 -0
- package/dist/components/ix-icon.js +8 -0
- package/dist/components/ix-icon.js.map +1 -0
- package/dist/esm/icon-f67da1e1.js +97 -0
- package/dist/esm/icon-f67da1e1.js.map +1 -0
- package/dist/esm/index-460e19e2.js +1454 -0
- package/dist/esm/index-460e19e2.js.map +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/ix-icon.entry.js +4 -0
- package/dist/esm/ix-icon.entry.js.map +1 -0
- package/dist/esm/ix-icons.js +23 -0
- package/dist/esm/ix-icons.js.map +1 -0
- package/dist/esm/loader.js +20 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/fonts/ix-icons.eot +0 -0
- package/dist/fonts/ix-icons.ttf +0 -0
- package/dist/fonts/ix-icons.woff +0 -0
- package/dist/fonts/ix-icons.woff2 +0 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/ix-icons/index.esm.js +2 -0
- package/dist/ix-icons/index.esm.js.map +1 -0
- package/dist/ix-icons/ix-icons.esm.js +2 -0
- package/dist/ix-icons/ix-icons.esm.js.map +1 -0
- package/dist/ix-icons/p-11a7e554.js +2 -0
- package/dist/ix-icons/p-11a7e554.js.map +1 -0
- package/dist/ix-icons/p-625c25c8.js +3 -0
- package/dist/ix-icons/p-625c25c8.js.map +1 -0
- package/dist/ix-icons/p-fcaa76de.entry.js +2 -0
- package/dist/ix-icons/p-fcaa76de.entry.js.map +1 -0
- package/dist/types/components/icon/icon.d.ts +24 -0
- package/dist/types/components/icon/resolveIcon.d.ts +3 -0
- package/dist/types/components/icon/test/rocker-example.d.ts +1 -0
- package/dist/types/components.d.ts +65 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/stencil-public-runtime.d.ts +1638 -0
- package/icons/index.d.ts +595 -0
- package/icons/index.js +595 -0
- package/icons/index.mjs +595 -0
- package/icons/package.json +8 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +21 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +37 -15
- package/dist/scss/ix-icons.scss +0 -639
package/dist/scss/ix-icons.scss
DELETED
@@ -1,639 +0,0 @@
|
|
1
|
-
@font-face {
|
2
|
-
font-family: "ix-icons";
|
3
|
-
src: url('../fonts/ix-icons.eot');
|
4
|
-
src: url('../fonts/ix-icons.eot?#iefix') format('eot'),
|
5
|
-
url('../fonts/ix-icons.woff2') format('woff2'),
|
6
|
-
url('../fonts/ix-icons.woff') format('woff'),
|
7
|
-
url('../fonts/ix-icons.ttf') format('truetype'),
|
8
|
-
url('../fonts/ix-icons.svg#ix-icons') format('svg');
|
9
|
-
font-weight: normal;
|
10
|
-
font-style: normal;
|
11
|
-
}
|
12
|
-
|
13
|
-
.glyph {
|
14
|
-
-moz-osx-font-smoothing: grayscale;
|
15
|
-
-webkit-font-smoothing: antialiased;
|
16
|
-
display: inline-block;
|
17
|
-
font-style: normal;
|
18
|
-
font-variant: normal;
|
19
|
-
text-rendering: auto;
|
20
|
-
line-height: 1;
|
21
|
-
font-family: "ix-icons";
|
22
|
-
font-size: 1.5rem;
|
23
|
-
font-weight: 500;
|
24
|
-
}
|
25
|
-
|
26
|
-
.glyph-lg {
|
27
|
-
font-size: 1.3333333333333333em;
|
28
|
-
line-height: 0.75em;
|
29
|
-
vertical-align: -15%;
|
30
|
-
}
|
31
|
-
.glyph-2x { font-size: 2em; }
|
32
|
-
.glyph-3x { font-size: 3em; }
|
33
|
-
.glyph-4x { font-size: 4em; }
|
34
|
-
.glyph-5x { font-size: 5em; }
|
35
|
-
.glyph-fw {
|
36
|
-
width: 1.2857142857142858em;
|
37
|
-
text-align: center;
|
38
|
-
}
|
39
|
-
|
40
|
-
.glyph-12 { font-size: 0.75rem; }
|
41
|
-
.glyph-16 { font-size: 1rem; }
|
42
|
-
.glyph-24 { font-size: 1.5rem; }
|
43
|
-
.glyph-32 { font-size: 2rem; }
|
44
|
-
|
45
|
-
.glyph-about-filled:before { content: "\EA01" }
|
46
|
-
.glyph-about:before { content: "\EA02" }
|
47
|
-
.glyph-add-circle-filled:before { content: "\EA03" }
|
48
|
-
.glyph-add-circle:before { content: "\EA04" }
|
49
|
-
.glyph-add-document-note:before { content: "\EA05" }
|
50
|
-
.glyph-add-eye-filled:before { content: "\EA06" }
|
51
|
-
.glyph-add-eye:before { content: "\EA07" }
|
52
|
-
.glyph-add-task-list:before { content: "\EA08" }
|
53
|
-
.glyph-add-task:before { content: "\EA09" }
|
54
|
-
.glyph-add:before { content: "\EA0A" }
|
55
|
-
.glyph-ai:before { content: "\EA0B" }
|
56
|
-
.glyph-alarm-bell-cancelled-filled:before { content: "\EA0C" }
|
57
|
-
.glyph-alarm-bell-cancelled:before { content: "\EA0D" }
|
58
|
-
.glyph-alarm-bell-filled:before { content: "\EA0E" }
|
59
|
-
.glyph-alarm-bell:before { content: "\EA0F" }
|
60
|
-
.glyph-alarm-clock-filled:before { content: "\EA10" }
|
61
|
-
.glyph-alarm-clock:before { content: "\EA11" }
|
62
|
-
.glyph-alarm-filled:before { content: "\EA12" }
|
63
|
-
.glyph-alarm:before { content: "\EA13" }
|
64
|
-
.glyph-analyze:before { content: "\EA14" }
|
65
|
-
.glyph-anomaly-found:before { content: "\EA15" }
|
66
|
-
.glyph-anomaly:before { content: "\EA16" }
|
67
|
-
.glyph-app-menu:before { content: "\EA17" }
|
68
|
-
.glyph-apps:before { content: "\EA18" }
|
69
|
-
.glyph-arrow-down-right:before { content: "\EA19" }
|
70
|
-
.glyph-arrow-down:before { content: "\EA1A" }
|
71
|
-
.glyph-arrow-left:before { content: "\EA1B" }
|
72
|
-
.glyph-arrow-right:before { content: "\EA1C" }
|
73
|
-
.glyph-arrow-up:before { content: "\EA1D" }
|
74
|
-
.glyph-attach:before { content: "\EA1E" }
|
75
|
-
.glyph-attachment-upload:before { content: "\EA1F" }
|
76
|
-
.glyph-audio-description1:before { content: "\EA20" }
|
77
|
-
.glyph-audio-description2:before { content: "\EA21" }
|
78
|
-
.glyph-audit-report:before { content: "\EA22" }
|
79
|
-
.glyph-average:before { content: "\EA23" }
|
80
|
-
.glyph-bar-code:before { content: "\EA24" }
|
81
|
-
.glyph-barchart:before { content: "\EA25" }
|
82
|
-
.glyph-battery-check:before { content: "\EA26" }
|
83
|
-
.glyph-battery-empty-question:before { content: "\EA27" }
|
84
|
-
.glyph-battery-empty:before { content: "\EA28" }
|
85
|
-
.glyph-battery-exclamation:before { content: "\EA29" }
|
86
|
-
.glyph-battery-full-check:before { content: "\EA2A" }
|
87
|
-
.glyph-battery-full:before { content: "\EA2B" }
|
88
|
-
.glyph-battery-half:before { content: "\EA2C" }
|
89
|
-
.glyph-battery-low:before { content: "\EA2D" }
|
90
|
-
.glyph-battery-quarter:before { content: "\EA2E" }
|
91
|
-
.glyph-battery-slash:before { content: "\EA2F" }
|
92
|
-
.glyph-battery-three-quarter:before { content: "\EA30" }
|
93
|
-
.glyph-battery-xmark:before { content: "\EA31" }
|
94
|
-
.glyph-bezier-curve:before { content: "\EA32" }
|
95
|
-
.glyph-binoculars-filled:before { content: "\EA33" }
|
96
|
-
.glyph-binoculars:before { content: "\EA34" }
|
97
|
-
.glyph-book:before { content: "\EA35" }
|
98
|
-
.glyph-bookmark-filled:before { content: "\EA36" }
|
99
|
-
.glyph-bookmark:before { content: "\EA37" }
|
100
|
-
.glyph-building1-filled:before { content: "\EA38" }
|
101
|
-
.glyph-building1:before { content: "\EA39" }
|
102
|
-
.glyph-building2-filled:before { content: "\EA3A" }
|
103
|
-
.glyph-building2:before { content: "\EA3B" }
|
104
|
-
.glyph-bulb-filled:before { content: "\EA3C" }
|
105
|
-
.glyph-bulb:before { content: "\EA3D" }
|
106
|
-
.glyph-calendar-filled:before { content: "\EA3E" }
|
107
|
-
.glyph-calendar-settings:before { content: "\EA3F" }
|
108
|
-
.glyph-calendar:before { content: "\EA40" }
|
109
|
-
.glyph-cancel:before { content: "\EA41" }
|
110
|
-
.glyph-cancelled:before { content: "\EA42" }
|
111
|
-
.glyph-capacity-filled:before { content: "\EA43" }
|
112
|
-
.glyph-capacity:before { content: "\EA44" }
|
113
|
-
.glyph-capture:before { content: "\EA45" }
|
114
|
-
.glyph-card-layout-filled:before { content: "\EA46" }
|
115
|
-
.glyph-card-layout:before { content: "\EA47" }
|
116
|
-
.glyph-chart-cursor:before { content: "\EA48" }
|
117
|
-
.glyph-chart-curve-linear:before { content: "\EA49" }
|
118
|
-
.glyph-chart-curve-spline:before { content: "\EA4A" }
|
119
|
-
.glyph-chart-curve-stepped:before { content: "\EA4B" }
|
120
|
-
.glyph-chart-labels-filled:before { content: "\EA4C" }
|
121
|
-
.glyph-chart-labels:before { content: "\EA4D" }
|
122
|
-
.glyph-checkbox-component-checked:before { content: "\EA4E" }
|
123
|
-
.glyph-checkbox-component-mixed:before { content: "\EA4F" }
|
124
|
-
.glyph-checkbox-component-unchecked:before { content: "\EA50" }
|
125
|
-
.glyph-checkbox-filled:before { content: "\EA51" }
|
126
|
-
.glyph-checkbox:before { content: "\EA52" }
|
127
|
-
.glyph-checkboxes-filled:before { content: "\EA53" }
|
128
|
-
.glyph-checkboxes:before { content: "\EA54" }
|
129
|
-
.glyph-chevron-down-small:before { content: "\EA55" }
|
130
|
-
.glyph-chevron-down:before { content: "\EA56" }
|
131
|
-
.glyph-chevron-left-small:before { content: "\EA57" }
|
132
|
-
.glyph-chevron-left:before { content: "\EA58" }
|
133
|
-
.glyph-chevron-right-small:before { content: "\EA59" }
|
134
|
-
.glyph-chevron-right:before { content: "\EA5A" }
|
135
|
-
.glyph-chevron-up-small:before { content: "\EA5B" }
|
136
|
-
.glyph-chevron-up:before { content: "\EA5C" }
|
137
|
-
.glyph-circle-dot-filled:before { content: "\EA5D" }
|
138
|
-
.glyph-circle-dot:before { content: "\EA5E" }
|
139
|
-
.glyph-circle-filled:before { content: "\EA5F" }
|
140
|
-
.glyph-circle-pause-filled:before { content: "\EA60" }
|
141
|
-
.glyph-circle-pause:before { content: "\EA61" }
|
142
|
-
.glyph-circle-play-filled:before { content: "\EA62" }
|
143
|
-
.glyph-circle-play:before { content: "\EA63" }
|
144
|
-
.glyph-circle-stop-filled:before { content: "\EA64" }
|
145
|
-
.glyph-circle-stop:before { content: "\EA65" }
|
146
|
-
.glyph-circle:before { content: "\EA66" }
|
147
|
-
.glyph-clear-filter-filled:before { content: "\EA67" }
|
148
|
-
.glyph-clear-filter:before { content: "\EA68" }
|
149
|
-
.glyph-clear:before { content: "\EA69" }
|
150
|
-
.glyph-clock-filled:before { content: "\EA6A" }
|
151
|
-
.glyph-clock:before { content: "\EA6B" }
|
152
|
-
.glyph-close-small:before { content: "\EA6C" }
|
153
|
-
.glyph-close:before { content: "\EA6D" }
|
154
|
-
.glyph-cloud-download-add-filled:before { content: "\EA6E" }
|
155
|
-
.glyph-cloud-download-add:before { content: "\EA6F" }
|
156
|
-
.glyph-cloud-download-filled:before { content: "\EA70" }
|
157
|
-
.glyph-cloud-download-list-filled:before { content: "\EA71" }
|
158
|
-
.glyph-cloud-download-list:before { content: "\EA72" }
|
159
|
-
.glyph-cloud-download:before { content: "\EA73" }
|
160
|
-
.glyph-cloud-filled:before { content: "\EA74" }
|
161
|
-
.glyph-cloud-new-filled:before { content: "\EA75" }
|
162
|
-
.glyph-cloud-new:before { content: "\EA76" }
|
163
|
-
.glyph-cloud-success-filled:before { content: "\EA77" }
|
164
|
-
.glyph-cloud-success:before { content: "\EA78" }
|
165
|
-
.glyph-cloud-upload-filled:before { content: "\EA79" }
|
166
|
-
.glyph-cloud-upload:before { content: "\EA7A" }
|
167
|
-
.glyph-cloud:before { content: "\EA7B" }
|
168
|
-
.glyph-code:before { content: "\EA7C" }
|
169
|
-
.glyph-cogwheel-filled:before { content: "\EA7D" }
|
170
|
-
.glyph-cogwheel:before { content: "\EA7E" }
|
171
|
-
.glyph-combine:before { content: "\EA7F" }
|
172
|
-
.glyph-compact-disc-filled:before { content: "\EA80" }
|
173
|
-
.glyph-compact-disc:before { content: "\EA81" }
|
174
|
-
.glyph-compound-block:before { content: "\EA82" }
|
175
|
-
.glyph-configuration:before { content: "\EA83" }
|
176
|
-
.glyph-configure-filled:before { content: "\EA84" }
|
177
|
-
.glyph-configure:before { content: "\EA85" }
|
178
|
-
.glyph-connected:before { content: "\EA86" }
|
179
|
-
.glyph-connector-chart-filled:before { content: "\EA87" }
|
180
|
-
.glyph-connector-chart:before { content: "\EA88" }
|
181
|
-
.glyph-connector-filled:before { content: "\EA89" }
|
182
|
-
.glyph-connector-hex-filled:before { content: "\EA8A" }
|
183
|
-
.glyph-connector-hex:before { content: "\EA8B" }
|
184
|
-
.glyph-connector-rect-filled:before { content: "\EA8C" }
|
185
|
-
.glyph-connector-rect:before { content: "\EA8D" }
|
186
|
-
.glyph-connector-rhomb-filled:before { content: "\EA8E" }
|
187
|
-
.glyph-connector-rhomb:before { content: "\EA8F" }
|
188
|
-
.glyph-connector:before { content: "\EA90" }
|
189
|
-
.glyph-contact-details-filled:before { content: "\EA91" }
|
190
|
-
.glyph-contact-details:before { content: "\EA92" }
|
191
|
-
.glyph-context-menu:before { content: "\EA93" }
|
192
|
-
.glyph-controlled-device:before { content: "\EA94" }
|
193
|
-
.glyph-controller-device:before { content: "\EA95" }
|
194
|
-
.glyph-copy:before { content: "\EA96" }
|
195
|
-
.glyph-corner-arrow-up-left:before { content: "\EA97" }
|
196
|
-
.glyph-couch-filled:before { content: "\EA98" }
|
197
|
-
.glyph-couch:before { content: "\EA99" }
|
198
|
-
.glyph-create-plant-filled:before { content: "\EA9A" }
|
199
|
-
.glyph-create-plant:before { content: "\EA9B" }
|
200
|
-
.glyph-cut:before { content: "\EA9C" }
|
201
|
-
.glyph-cycle:before { content: "\EA9D" }
|
202
|
-
.glyph-data-egress:before { content: "\EA9E" }
|
203
|
-
.glyph-data-ingress-egress:before { content: "\EA9F" }
|
204
|
-
.glyph-data-ingress:before { content: "\EAA0" }
|
205
|
-
.glyph-database-filled:before { content: "\EAA1" }
|
206
|
-
.glyph-database:before { content: "\EAA2" }
|
207
|
-
.glyph-details:before { content: "\EAA3" }
|
208
|
-
.glyph-diagram-module-library:before { content: "\EAA4" }
|
209
|
-
.glyph-diagram-module-new:before { content: "\EAA5" }
|
210
|
-
.glyph-diagram-module:before { content: "\EAA6" }
|
211
|
-
.glyph-diamond:before { content: "\EAA7" }
|
212
|
-
.glyph-disconnected:before { content: "\EAA8" }
|
213
|
-
.glyph-disk-filled:before { content: "\EAA9" }
|
214
|
-
.glyph-disk-pen:before { content: "\EAAA" }
|
215
|
-
.glyph-disk:before { content: "\EAAB" }
|
216
|
-
.glyph-doc-document:before { content: "\EAAC" }
|
217
|
-
.glyph-document-bulk:before { content: "\EAAD" }
|
218
|
-
.glyph-document-info:before { content: "\EAAE" }
|
219
|
-
.glyph-document-link:before { content: "\EAAF" }
|
220
|
-
.glyph-document-management:before { content: "\EAB0" }
|
221
|
-
.glyph-document-reference:before { content: "\EAB1" }
|
222
|
-
.glyph-document-settings:before { content: "\EAB2" }
|
223
|
-
.glyph-document-success:before { content: "\EAB3" }
|
224
|
-
.glyph-document:before { content: "\EAB4" }
|
225
|
-
.glyph-double-check:before { content: "\EAB5" }
|
226
|
-
.glyph-double-chevron-down:before { content: "\EAB6" }
|
227
|
-
.glyph-double-chevron-left:before { content: "\EAB7" }
|
228
|
-
.glyph-double-chevron-right:before { content: "\EAB8" }
|
229
|
-
.glyph-double-chevron-up:before { content: "\EAB9" }
|
230
|
-
.glyph-doublet-filled:before { content: "\EABA" }
|
231
|
-
.glyph-doublet:before { content: "\EABB" }
|
232
|
-
.glyph-download-add:before { content: "\EABC" }
|
233
|
-
.glyph-download-list:before { content: "\EABD" }
|
234
|
-
.glyph-download:before { content: "\EABE" }
|
235
|
-
.glyph-drop:before { content: "\EABF" }
|
236
|
-
.glyph-duplicate-document:before { content: "\EAC0" }
|
237
|
-
.glyph-duplicate:before { content: "\EAC1" }
|
238
|
-
.glyph-e-mail-filled:before { content: "\EAC2" }
|
239
|
-
.glyph-e-mail:before { content: "\EAC3" }
|
240
|
-
.glyph-earth-filled:before { content: "\EAC4" }
|
241
|
-
.glyph-earth:before { content: "\EAC5" }
|
242
|
-
.glyph-edit-plant:before { content: "\EAC6" }
|
243
|
-
.glyph-ellipse-arc:before { content: "\EAC7" }
|
244
|
-
.glyph-ellipse-filled:before { content: "\EAC8" }
|
245
|
-
.glyph-ellipse:before { content: "\EAC9" }
|
246
|
-
.glyph-error-filled:before { content: "\EACA" }
|
247
|
-
.glyph-error:before { content: "\EACB" }
|
248
|
-
.glyph-explore-filled:before { content: "\EACC" }
|
249
|
-
.glyph-explore:before { content: "\EACD" }
|
250
|
-
.glyph-export:before { content: "\EACE" }
|
251
|
-
.glyph-eye-cancelled-filled:before { content: "\EACF" }
|
252
|
-
.glyph-eye-cancelled:before { content: "\EAD0" }
|
253
|
-
.glyph-eye-filled:before { content: "\EAD1" }
|
254
|
-
.glyph-eye:before { content: "\EAD2" }
|
255
|
-
.glyph-filter-filled:before { content: "\EAD3" }
|
256
|
-
.glyph-filter-outline:before { content: "\EAD4" }
|
257
|
-
.glyph-filter:before { content: "\EAD5" }
|
258
|
-
.glyph-flag-filled:before { content: "\EAD6" }
|
259
|
-
.glyph-flag:before { content: "\EAD7" }
|
260
|
-
.glyph-folder-down-filled:before { content: "\EAD8" }
|
261
|
-
.glyph-folder-down:before { content: "\EAD9" }
|
262
|
-
.glyph-folder-filled:before { content: "\EADA" }
|
263
|
-
.glyph-folder-new-filled:before { content: "\EADB" }
|
264
|
-
.glyph-folder-new-outline:before { content: "\EADC" }
|
265
|
-
.glyph-folder-new:before { content: "\EADD" }
|
266
|
-
.glyph-folder-open-filled:before { content: "\EADE" }
|
267
|
-
.glyph-folder-open-outline:before { content: "\EADF" }
|
268
|
-
.glyph-folder-open:before { content: "\EAE0" }
|
269
|
-
.glyph-folder-outline:before { content: "\EAE1" }
|
270
|
-
.glyph-folder-up-filled:before { content: "\EAE2" }
|
271
|
-
.glyph-folder-up:before { content: "\EAE3" }
|
272
|
-
.glyph-folder:before { content: "\EAE4" }
|
273
|
-
.glyph-full-screeen-exit:before { content: "\EAE5" }
|
274
|
-
.glyph-full-screeen:before { content: "\EAE6" }
|
275
|
-
.glyph-function-block-library:before { content: "\EAE7" }
|
276
|
-
.glyph-function-block-new:before { content: "\EAE8" }
|
277
|
-
.glyph-function-block:before { content: "\EAE9" }
|
278
|
-
.glyph-function-diagram-new:before { content: "\EAEA" }
|
279
|
-
.glyph-function-diagram:before { content: "\EAEB" }
|
280
|
-
.glyph-gauge-filled:before { content: "\EAEC" }
|
281
|
-
.glyph-gauge:before { content: "\EAED" }
|
282
|
-
.glyph-gaugechart:before { content: "\EAEE" }
|
283
|
-
.glyph-global-plant-filled:before { content: "\EAEF" }
|
284
|
-
.glyph-global-plant:before { content: "\EAF0" }
|
285
|
-
.glyph-globe-filled:before { content: "\EAF1" }
|
286
|
-
.glyph-globe:before { content: "\EAF2" }
|
287
|
-
.glyph-goto:before { content: "\EAF3" }
|
288
|
-
.glyph-group:before { content: "\EAF4" }
|
289
|
-
.glyph-hardware-cabinet:before { content: "\EAF5" }
|
290
|
-
.glyph-health-filled:before { content: "\EAF6" }
|
291
|
-
.glyph-health:before { content: "\EAF7" }
|
292
|
-
.glyph-heart-filled:before { content: "\EAF8" }
|
293
|
-
.glyph-heart:before { content: "\EAF9" }
|
294
|
-
.glyph-hexagon-vertical-bars-database-filled:before { content: "\EAFA" }
|
295
|
-
.glyph-hexagon-vertical-bars-database:before { content: "\EAFB" }
|
296
|
-
.glyph-hexagon-vertical-bars-filled:before { content: "\EAFC" }
|
297
|
-
.glyph-hexagon-vertical-bars:before { content: "\EAFD" }
|
298
|
-
.glyph-hierarchy:before { content: "\EAFE" }
|
299
|
-
.glyph-highlight-filled:before { content: "\EAFF" }
|
300
|
-
.glyph-highlight:before { content: "\EB00" }
|
301
|
-
.glyph-history-list:before { content: "\EB01" }
|
302
|
-
.glyph-history:before { content: "\EB02" }
|
303
|
-
.glyph-home-filled:before { content: "\EB03" }
|
304
|
-
.glyph-home:before { content: "\EB04" }
|
305
|
-
.glyph-hourglass:before { content: "\EB05" }
|
306
|
-
.glyph-image-filled:before { content: "\EB06" }
|
307
|
-
.glyph-image:before { content: "\EB07" }
|
308
|
-
.glyph-import:before { content: "\EB08" }
|
309
|
-
.glyph-info-feed:before { content: "\EB09" }
|
310
|
-
.glyph-info-filled:before { content: "\EB0A" }
|
311
|
-
.glyph-info:before { content: "\EB0B" }
|
312
|
-
.glyph-ingestion-report:before { content: "\EB0C" }
|
313
|
-
.glyph-ingestion:before { content: "\EB0D" }
|
314
|
-
.glyph-ink-pen:before { content: "\EB0E" }
|
315
|
-
.glyph-inquiry-filled:before { content: "\EB0F" }
|
316
|
-
.glyph-inquiry-mail:before { content: "\EB10" }
|
317
|
-
.glyph-inquiry:before { content: "\EB11" }
|
318
|
-
.glyph-item-details-filled:before { content: "\EB12" }
|
319
|
-
.glyph-item-details:before { content: "\EB13" }
|
320
|
-
.glyph-label-filled:before { content: "\EB14" }
|
321
|
-
.glyph-label:before { content: "\EB15" }
|
322
|
-
.glyph-language-filled:before { content: "\EB16" }
|
323
|
-
.glyph-language:before { content: "\EB17" }
|
324
|
-
.glyph-layers-filled:before { content: "\EB18" }
|
325
|
-
.glyph-layers:before { content: "\EB19" }
|
326
|
-
.glyph-leaf:before { content: "\EB1A" }
|
327
|
-
.glyph-legal:before { content: "\EB1B" }
|
328
|
-
.glyph-library-new:before { content: "\EB1C" }
|
329
|
-
.glyph-library:before { content: "\EB1D" }
|
330
|
-
.glyph-license:before { content: "\EB1E" }
|
331
|
-
.glyph-line-diagonal:before { content: "\EB1F" }
|
332
|
-
.glyph-link:before { content: "\EB20" }
|
333
|
-
.glyph-list:before { content: "\EB21" }
|
334
|
-
.glyph-live-schedule:before { content: "\EB22" }
|
335
|
-
.glyph-location-filled:before { content: "\EB23" }
|
336
|
-
.glyph-location-outline:before { content: "\EB24" }
|
337
|
-
.glyph-location:before { content: "\EB25" }
|
338
|
-
.glyph-lock-filled:before { content: "\EB26" }
|
339
|
-
.glyph-lock-key-filled:before { content: "\EB27" }
|
340
|
-
.glyph-lock-key:before { content: "\EB28" }
|
341
|
-
.glyph-lock:before { content: "\EB29" }
|
342
|
-
.glyph-log-in:before { content: "\EB2A" }
|
343
|
-
.glyph-log-out:before { content: "\EB2B" }
|
344
|
-
.glyph-log:before { content: "\EB2C" }
|
345
|
-
.glyph-logic-diagram:before { content: "\EB2D" }
|
346
|
-
.glyph-lower-limit:before { content: "\EB2E" }
|
347
|
-
.glyph-mail-filled:before { content: "\EB2F" }
|
348
|
-
.glyph-mail:before { content: "\EB30" }
|
349
|
-
.glyph-maintenance-documents:before { content: "\EB31" }
|
350
|
-
.glyph-maintenance-info:before { content: "\EB32" }
|
351
|
-
.glyph-maintenance-warning-filled:before { content: "\EB33" }
|
352
|
-
.glyph-maintenance-warning:before { content: "\EB34" }
|
353
|
-
.glyph-maintenance:before { content: "\EB35" }
|
354
|
-
.glyph-mandatory-done:before { content: "\EB36" }
|
355
|
-
.glyph-mandatory:before { content: "\EB37" }
|
356
|
-
.glyph-map:before { content: "\EB38" }
|
357
|
-
.glyph-maximize:before { content: "\EB39" }
|
358
|
-
.glyph-microphone-filled:before { content: "\EB3A" }
|
359
|
-
.glyph-microphone:before { content: "\EB3B" }
|
360
|
-
.glyph-minimize:before { content: "\EB3C" }
|
361
|
-
.glyph-minus:before { content: "\EB3D" }
|
362
|
-
.glyph-mix:before { content: "\EB3E" }
|
363
|
-
.glyph-monitor-filled:before { content: "\EB3F" }
|
364
|
-
.glyph-monitor-trend:before { content: "\EB40" }
|
365
|
-
.glyph-monitor:before { content: "\EB41" }
|
366
|
-
.glyph-moon-filled:before { content: "\EB42" }
|
367
|
-
.glyph-moon:before { content: "\EB43" }
|
368
|
-
.glyph-more-menu:before { content: "\EB44" }
|
369
|
-
.glyph-mouse-click-filled:before { content: "\EB45" }
|
370
|
-
.glyph-mouse-click:before { content: "\EB46" }
|
371
|
-
.glyph-mouse-select-filled:before { content: "\EB47" }
|
372
|
-
.glyph-mouse-select:before { content: "\EB48" }
|
373
|
-
.glyph-mp4-document:before { content: "\EB49" }
|
374
|
-
.glyph-namur-check-function-filled:before { content: "\EB4A" }
|
375
|
-
.glyph-namur-check-function:before { content: "\EB4B" }
|
376
|
-
.glyph-namur-failure-filled:before { content: "\EB4C" }
|
377
|
-
.glyph-namur-failure:before { content: "\EB4D" }
|
378
|
-
.glyph-namur-maintenance-required-filled:before { content: "\EB4E" }
|
379
|
-
.glyph-namur-maintenance-required:before { content: "\EB4F" }
|
380
|
-
.glyph-namur-ok-filled:before { content: "\EB50" }
|
381
|
-
.glyph-namur-ok:before { content: "\EB51" }
|
382
|
-
.glyph-namur-out-of-spec-filled:before { content: "\EB52" }
|
383
|
-
.glyph-namur-out-of-spec:before { content: "\EB53" }
|
384
|
-
.glyph-navigation-filled:before { content: "\EB54" }
|
385
|
-
.glyph-navigation-left:before { content: "\EB55" }
|
386
|
-
.glyph-navigation-right:before { content: "\EB56" }
|
387
|
-
.glyph-navigation:before { content: "\EB57" }
|
388
|
-
.glyph-new-indicator-filled:before { content: "\EB58" }
|
389
|
-
.glyph-new-indicator:before { content: "\EB59" }
|
390
|
-
.glyph-no-filter-filled:before { content: "\EB5A" }
|
391
|
-
.glyph-no-filter:before { content: "\EB5B" }
|
392
|
-
.glyph-note-filled:before { content: "\EB5C" }
|
393
|
-
.glyph-note:before { content: "\EB5D" }
|
394
|
-
.glyph-notification-filled:before { content: "\EB5E" }
|
395
|
-
.glyph-notification:before { content: "\EB5F" }
|
396
|
-
.glyph-notifications-filled:before { content: "\EB60" }
|
397
|
-
.glyph-notifications:before { content: "\EB61" }
|
398
|
-
.glyph-ontology-filled:before { content: "\EB62" }
|
399
|
-
.glyph-ontology:before { content: "\EB63" }
|
400
|
-
.glyph-open-external:before { content: "\EB64" }
|
401
|
-
.glyph-open-file-filled:before { content: "\EB65" }
|
402
|
-
.glyph-open-file:before { content: "\EB66" }
|
403
|
-
.glyph-operate-plant-filled:before { content: "\EB67" }
|
404
|
-
.glyph-operate-plant:before { content: "\EB68" }
|
405
|
-
.glyph-optimize:before { content: "\EB69" }
|
406
|
-
.glyph-p-and-i-symbols:before { content: "\EB6A" }
|
407
|
-
.glyph-p-i-diagram:before { content: "\EB6B" }
|
408
|
-
.glyph-pan:before { content: "\EB6C" }
|
409
|
-
.glyph-paste:before { content: "\EB6D" }
|
410
|
-
.glyph-pause:before { content: "\EB6E" }
|
411
|
-
.glyph-pc-tower-filled:before { content: "\EB6F" }
|
412
|
-
.glyph-pc-tower:before { content: "\EB70" }
|
413
|
-
.glyph-pdf-document:before { content: "\EB71" }
|
414
|
-
.glyph-pen-filled:before { content: "\EB72" }
|
415
|
-
.glyph-pen:before { content: "\EB73" }
|
416
|
-
.glyph-phone-filled:before { content: "\EB74" }
|
417
|
-
.glyph-phone:before { content: "\EB75" }
|
418
|
-
.glyph-photo-camera-filled:before { content: "\EB76" }
|
419
|
-
.glyph-photo-camera:before { content: "\EB77" }
|
420
|
-
.glyph-piechart-filled:before { content: "\EB78" }
|
421
|
-
.glyph-piechart:before { content: "\EB79" }
|
422
|
-
.glyph-pin-filled:before { content: "\EB7A" }
|
423
|
-
.glyph-pin:before { content: "\EB7B" }
|
424
|
-
.glyph-plant-filled:before { content: "\EB7C" }
|
425
|
-
.glyph-plant-handbook-filled:before { content: "\EB7D" }
|
426
|
-
.glyph-plant-handbook:before { content: "\EB7E" }
|
427
|
-
.glyph-plant-outline:before { content: "\EB7F" }
|
428
|
-
.glyph-plant-security:before { content: "\EB80" }
|
429
|
-
.glyph-plant-settings-filled:before { content: "\EB81" }
|
430
|
-
.glyph-plant-settings:before { content: "\EB82" }
|
431
|
-
.glyph-plant-user-filled:before { content: "\EB83" }
|
432
|
-
.glyph-plant-user:before { content: "\EB84" }
|
433
|
-
.glyph-plant:before { content: "\EB85" }
|
434
|
-
.glyph-plants-filled:before { content: "\EB86" }
|
435
|
-
.glyph-plants:before { content: "\EB87" }
|
436
|
-
.glyph-play-filled:before { content: "\EB88" }
|
437
|
-
.glyph-play:before { content: "\EB89" }
|
438
|
-
.glyph-plus-minus-times-divide:before { content: "\EB8A" }
|
439
|
-
.glyph-plus:before { content: "\EB8B" }
|
440
|
-
.glyph-point-up-filled:before { content: "\EB8C" }
|
441
|
-
.glyph-point-up:before { content: "\EB8D" }
|
442
|
-
.glyph-polar-plot:before { content: "\EB8E" }
|
443
|
-
.glyph-polygon-filled:before { content: "\EB8F" }
|
444
|
-
.glyph-polygon-line:before { content: "\EB90" }
|
445
|
-
.glyph-polygon:before { content: "\EB91" }
|
446
|
-
.glyph-ppt-document:before { content: "\EB92" }
|
447
|
-
.glyph-print-filled:before { content: "\EB93" }
|
448
|
-
.glyph-print:before { content: "\EB94" }
|
449
|
-
.glyph-prio-high:before { content: "\EB95" }
|
450
|
-
.glyph-prio-low:before { content: "\EB96" }
|
451
|
-
.glyph-prio-middle:before { content: "\EB97" }
|
452
|
-
.glyph-product-catalog:before { content: "\EB98" }
|
453
|
-
.glyph-product-management:before { content: "\EB99" }
|
454
|
-
.glyph-product:before { content: "\EB9A" }
|
455
|
-
.glyph-project-configuration:before { content: "\EB9B" }
|
456
|
-
.glyph-project-new:before { content: "\EB9C" }
|
457
|
-
.glyph-project:before { content: "\EB9D" }
|
458
|
-
.glyph-protocol:before { content: "\EB9E" }
|
459
|
-
.glyph-publish-document:before { content: "\EB9F" }
|
460
|
-
.glyph-publish:before { content: "\EBA0" }
|
461
|
-
.glyph-qr-code:before { content: "\EBA1" }
|
462
|
-
.glyph-quality-report:before { content: "\EBA2" }
|
463
|
-
.glyph-question-filled:before { content: "\EBA3" }
|
464
|
-
.glyph-question:before { content: "\EBA4" }
|
465
|
-
.glyph-radarchart:before { content: "\EBA5" }
|
466
|
-
.glyph-radio-waves-off:before { content: "\EBA6" }
|
467
|
-
.glyph-radio-waves:before { content: "\EBA7" }
|
468
|
-
.glyph-random-filled:before { content: "\EBA8" }
|
469
|
-
.glyph-random:before { content: "\EBA9" }
|
470
|
-
.glyph-rectangle-filled:before { content: "\EBAA" }
|
471
|
-
.glyph-rectangle:before { content: "\EBAB" }
|
472
|
-
.glyph-redo:before { content: "\EBAC" }
|
473
|
-
.glyph-reference:before { content: "\EBAD" }
|
474
|
-
.glyph-refresh-cancelled:before { content: "\EBAE" }
|
475
|
-
.glyph-refresh:before { content: "\EBAF" }
|
476
|
-
.glyph-reload:before { content: "\EBB0" }
|
477
|
-
.glyph-remove-eye-filled:before { content: "\EBB1" }
|
478
|
-
.glyph-remove-eye:before { content: "\EBB2" }
|
479
|
-
.glyph-rename:before { content: "\EBB3" }
|
480
|
-
.glyph-report-barchart:before { content: "\EBB4" }
|
481
|
-
.glyph-report-linechart:before { content: "\EBB5" }
|
482
|
-
.glyph-report-text:before { content: "\EBB6" }
|
483
|
-
.glyph-reset:before { content: "\EBB7" }
|
484
|
-
.glyph-rhomb-filled:before { content: "\EBB8" }
|
485
|
-
.glyph-rhomb:before { content: "\EBB9" }
|
486
|
-
.glyph-rocket-filled:before { content: "\EBBA" }
|
487
|
-
.glyph-rocket:before { content: "\EBBB" }
|
488
|
-
.glyph-scatterplot:before { content: "\EBBC" }
|
489
|
-
.glyph-scheduler-filled:before { content: "\EBBD" }
|
490
|
-
.glyph-scheduler:before { content: "\EBBE" }
|
491
|
-
.glyph-screen-filled:before { content: "\EBBF" }
|
492
|
-
.glyph-screen:before { content: "\EBC0" }
|
493
|
-
.glyph-screenshot-filled:before { content: "\EBC1" }
|
494
|
-
.glyph-screenshot:before { content: "\EBC2" }
|
495
|
-
.glyph-search:before { content: "\EBC3" }
|
496
|
-
.glyph-share-filled:before { content: "\EBC4" }
|
497
|
-
.glyph-share:before { content: "\EBC5" }
|
498
|
-
.glyph-shopping-cart-filled:before { content: "\EBC6" }
|
499
|
-
.glyph-shopping-cart:before { content: "\EBC7" }
|
500
|
-
.glyph-shout-filled:before { content: "\EBC8" }
|
501
|
-
.glyph-shout:before { content: "\EBC9" }
|
502
|
-
.glyph-sign-language:before { content: "\EBCA" }
|
503
|
-
.glyph-signal-strength-0:before { content: "\EBCB" }
|
504
|
-
.glyph-signal-strength-1:before { content: "\EBCC" }
|
505
|
-
.glyph-signal-strength-2:before { content: "\EBCD" }
|
506
|
-
.glyph-signal-strength-3:before { content: "\EBCE" }
|
507
|
-
.glyph-signal-strength-4:before { content: "\EBCF" }
|
508
|
-
.glyph-signal-strength-5:before { content: "\EBD0" }
|
509
|
-
.glyph-signal-strength-6:before { content: "\EBD1" }
|
510
|
-
.glyph-signal-strength-7:before { content: "\EBD2" }
|
511
|
-
.glyph-signal-strength-8:before { content: "\EBD3" }
|
512
|
-
.glyph-simit-component:before { content: "\EBD4" }
|
513
|
-
.glyph-simit-macro-component-editor:before { content: "\EBD5" }
|
514
|
-
.glyph-simit-macro:before { content: "\EBD6" }
|
515
|
-
.glyph-single-check:before { content: "\EBD7" }
|
516
|
-
.glyph-skip-back-filled:before { content: "\EBD8" }
|
517
|
-
.glyph-skip-back:before { content: "\EBD9" }
|
518
|
-
.glyph-skip-filled:before { content: "\EBDA" }
|
519
|
-
.glyph-skip:before { content: "\EBDB" }
|
520
|
-
.glyph-snowflake:before { content: "\EBDC" }
|
521
|
-
.glyph-sort-ascending:before { content: "\EBDD" }
|
522
|
-
.glyph-sort-descending:before { content: "\EBDE" }
|
523
|
-
.glyph-sort:before { content: "\EBDF" }
|
524
|
-
.glyph-sound-loud-filled:before { content: "\EBE0" }
|
525
|
-
.glyph-sound-loud:before { content: "\EBE1" }
|
526
|
-
.glyph-sound-mute-filled:before { content: "\EBE2" }
|
527
|
-
.glyph-sound-mute:before { content: "\EBE3" }
|
528
|
-
.glyph-sound-off-filled:before { content: "\EBE4" }
|
529
|
-
.glyph-sound-off:before { content: "\EBE5" }
|
530
|
-
.glyph-sound-quiet-filled:before { content: "\EBE6" }
|
531
|
-
.glyph-sound-quiet:before { content: "\EBE7" }
|
532
|
-
.glyph-spatial:before { content: "\EBE8" }
|
533
|
-
.glyph-split-horizontally:before { content: "\EBE9" }
|
534
|
-
.glyph-split-vertically:before { content: "\EBEA" }
|
535
|
-
.glyph-star-add-filled:before { content: "\EBEB" }
|
536
|
-
.glyph-star-add:before { content: "\EBEC" }
|
537
|
-
.glyph-star-cancelled-filled:before { content: "\EBED" }
|
538
|
-
.glyph-star-cancelled:before { content: "\EBEE" }
|
539
|
-
.glyph-star-filled:before { content: "\EBEF" }
|
540
|
-
.glyph-star-list-filled:before { content: "\EBF0" }
|
541
|
-
.glyph-star-list:before { content: "\EBF1" }
|
542
|
-
.glyph-star:before { content: "\EBF2" }
|
543
|
-
.glyph-start-data-analysis:before { content: "\EBF3" }
|
544
|
-
.glyph-stop-filled:before { content: "\EBF4" }
|
545
|
-
.glyph-stop:before { content: "\EBF5" }
|
546
|
-
.glyph-success-filled:before { content: "\EBF6" }
|
547
|
-
.glyph-success:before { content: "\EBF7" }
|
548
|
-
.glyph-sun-filled:before { content: "\EBF8" }
|
549
|
-
.glyph-sun:before { content: "\EBF9" }
|
550
|
-
.glyph-support:before { content: "\EBFA" }
|
551
|
-
.glyph-surveillance-filled:before { content: "\EBFB" }
|
552
|
-
.glyph-surveillance:before { content: "\EBFC" }
|
553
|
-
.glyph-svg-document:before { content: "\EBFD" }
|
554
|
-
.glyph-swap-left-right:before { content: "\EBFE" }
|
555
|
-
.glyph-switch-slider:before { content: "\EBFF" }
|
556
|
-
.glyph-table-columns:before { content: "\EC00" }
|
557
|
-
.glyph-table-rows:before { content: "\EC01" }
|
558
|
-
.glyph-table-settings:before { content: "\EC02" }
|
559
|
-
.glyph-table:before { content: "\EC03" }
|
560
|
-
.glyph-tag-filled:before { content: "\EC04" }
|
561
|
-
.glyph-tag-plus-filled:before { content: "\EC05" }
|
562
|
-
.glyph-tag-plus:before { content: "\EC06" }
|
563
|
-
.glyph-tag:before { content: "\EC07" }
|
564
|
-
.glyph-tasks-all:before { content: "\EC08" }
|
565
|
-
.glyph-tasks-done:before { content: "\EC09" }
|
566
|
-
.glyph-tasks-open:before { content: "\EC0A" }
|
567
|
-
.glyph-text-circle-rectangle-filled:before { content: "\EC0B" }
|
568
|
-
.glyph-text-circle-rectangle:before { content: "\EC0C" }
|
569
|
-
.glyph-text-document:before { content: "\EC0D" }
|
570
|
-
.glyph-text:before { content: "\EC0E" }
|
571
|
-
.glyph-threshold-cancelled:before { content: "\EC0F" }
|
572
|
-
.glyph-threshold-off:before { content: "\EC10" }
|
573
|
-
.glyph-threshold-on:before { content: "\EC11" }
|
574
|
-
.glyph-to-be-published:before { content: "\EC12" }
|
575
|
-
.glyph-to-search:before { content: "\EC13" }
|
576
|
-
.glyph-topic-filled:before { content: "\EC14" }
|
577
|
-
.glyph-topic:before { content: "\EC15" }
|
578
|
-
.glyph-touch-filled:before { content: "\EC16" }
|
579
|
-
.glyph-touch:before { content: "\EC17" }
|
580
|
-
.glyph-trashcan-filled:before { content: "\EC18" }
|
581
|
-
.glyph-trashcan:before { content: "\EC19" }
|
582
|
-
.glyph-tree:before { content: "\EC1A" }
|
583
|
-
.glyph-trend:before { content: "\EC1B" }
|
584
|
-
.glyph-triangle-filled:before { content: "\EC1C" }
|
585
|
-
.glyph-triangle:before { content: "\EC1D" }
|
586
|
-
.glyph-tulip-filled:before { content: "\EC1E" }
|
587
|
-
.glyph-tulip:before { content: "\EC1F" }
|
588
|
-
.glyph-txt-document:before { content: "\EC20" }
|
589
|
-
.glyph-undo:before { content: "\EC21" }
|
590
|
-
.glyph-ungroup:before { content: "\EC22" }
|
591
|
-
.glyph-unlock-filled:before { content: "\EC23" }
|
592
|
-
.glyph-unlock-plant-filled:before { content: "\EC24" }
|
593
|
-
.glyph-unlock-plant:before { content: "\EC25" }
|
594
|
-
.glyph-unlock:before { content: "\EC26" }
|
595
|
-
.glyph-upload-document-note:before { content: "\EC27" }
|
596
|
-
.glyph-upload-success:before { content: "\EC28" }
|
597
|
-
.glyph-upload:before { content: "\EC29" }
|
598
|
-
.glyph-upper-limit:before { content: "\EC2A" }
|
599
|
-
.glyph-user-check-filled:before { content: "\EC2B" }
|
600
|
-
.glyph-user-check:before { content: "\EC2C" }
|
601
|
-
.glyph-user-filled:before { content: "\EC2D" }
|
602
|
-
.glyph-user-management-filled:before { content: "\EC2E" }
|
603
|
-
.glyph-user-management:before { content: "\EC2F" }
|
604
|
-
.glyph-user-profile-filled:before { content: "\EC30" }
|
605
|
-
.glyph-user-profile:before { content: "\EC31" }
|
606
|
-
.glyph-user-settings-filled:before { content: "\EC32" }
|
607
|
-
.glyph-user-settings:before { content: "\EC33" }
|
608
|
-
.glyph-user:before { content: "\EC34" }
|
609
|
-
.glyph-validate:before { content: "\EC35" }
|
610
|
-
.glyph-vdi-folder:before { content: "\EC36" }
|
611
|
-
.glyph-version-history:before { content: "\EC37" }
|
612
|
-
.glyph-video-file-filled:before { content: "\EC38" }
|
613
|
-
.glyph-video-file:before { content: "\EC39" }
|
614
|
-
.glyph-warning-filled:before { content: "\EC3A" }
|
615
|
-
.glyph-warning-rhomb-filled:before { content: "\EC3B" }
|
616
|
-
.glyph-warning-rhomb:before { content: "\EC3C" }
|
617
|
-
.glyph-warning:before { content: "\EC3D" }
|
618
|
-
.glyph-water-bathing:before { content: "\EC3E" }
|
619
|
-
.glyph-water-fish:before { content: "\EC3F" }
|
620
|
-
.glyph-water-sunbathing:before { content: "\EC40" }
|
621
|
-
.glyph-waveform:before { content: "\EC41" }
|
622
|
-
.glyph-webcam-filled:before { content: "\EC42" }
|
623
|
-
.glyph-webcam:before { content: "\EC43" }
|
624
|
-
.glyph-wlan-off:before { content: "\EC44" }
|
625
|
-
.glyph-wlan-strength-0:before { content: "\EC45" }
|
626
|
-
.glyph-wlan-strength-1:before { content: "\EC46" }
|
627
|
-
.glyph-wlan-strength-2:before { content: "\EC47" }
|
628
|
-
.glyph-wlan-strength-3:before { content: "\EC48" }
|
629
|
-
.glyph-work-case-filled:before { content: "\EC49" }
|
630
|
-
.glyph-work-case:before { content: "\EC4A" }
|
631
|
-
.glyph-x-axis-settings:before { content: "\EC4B" }
|
632
|
-
.glyph-xls-document:before { content: "\EC4C" }
|
633
|
-
.glyph-xml-document:before { content: "\EC4D" }
|
634
|
-
.glyph-y-axis-settings:before { content: "\EC4E" }
|
635
|
-
.glyph-youtube-filled:before { content: "\EC4F" }
|
636
|
-
.glyph-youtube:before { content: "\EC50" }
|
637
|
-
.glyph-zoom-in:before { content: "\EC51" }
|
638
|
-
.glyph-zoom-out:before { content: "\EC52" }
|
639
|
-
.glyph-zoom-selection:before { content: "\EC53" }
|