element-sim 1.1.39 → 1.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -1175,6 +1175,81 @@
1175
1175
  url('#{$--font-path}/icon-sim.woff') format('woff'),
1176
1176
  url('#{$--font-path}/icon-sim.ttf') format('truetype');
1177
1177
  }
1178
+ .el-icon-sim_ic_Anti:before {
1179
+ content: "\e675";
1180
+ }
1181
+
1182
+ .el-icon-integrity:before {
1183
+ content: "\e678";
1184
+ }
1185
+
1186
+ .el-icon-sim_ic_ende:before {
1187
+ content: "\e679";
1188
+ }
1189
+
1190
+ .el-icon-key_update:before {
1191
+ content: "\e67a";
1192
+ }
1193
+
1194
+ .el-icon-sim_ic_sm2:before {
1195
+ content: "\e67b";
1196
+ }
1197
+
1198
+ .el-icon-sm2:before {
1199
+ content: "\e67c";
1200
+ }
1201
+
1202
+ .el-icon-key_recover:before {
1203
+ content: "\e67d";
1204
+ }
1205
+
1206
+ .el-icon-sm4:before {
1207
+ content: "\e67e";
1208
+ }
1209
+
1210
+ .el-icon-sim_ic_signature:before {
1211
+ content: "\e67f";
1212
+ }
1213
+
1214
+ .el-icon-abstract:before {
1215
+ content: "\e667";
1216
+ }
1217
+
1218
+ .el-icon-a-symmetricalgorithm:before {
1219
+ content: "\e668";
1220
+ }
1221
+
1222
+ .el-icon-destroy:before {
1223
+ content: "\e669";
1224
+ }
1225
+
1226
+ .el-icon-a-quantumalgorithm:before {
1227
+ content: "\e66a";
1228
+ }
1229
+
1230
+ .el-icon-a-asymmetricalgorithm:before {
1231
+ content: "\e66b";
1232
+ }
1233
+
1234
+ .el-icon-a-CustodyKey-g:before {
1235
+ content: "\e66c";
1236
+ }
1237
+
1238
+ .el-icon-a-Keymanagement:before {
1239
+ content: "\e66d";
1240
+ }
1241
+
1242
+ .el-icon-update:before {
1243
+ content: "\e66e";
1244
+ }
1245
+
1246
+ .el-icon-a-Archivekey-g:before {
1247
+ content: "\e66f";
1248
+ }
1249
+
1250
+ .el-icon-sg_key-g:before {
1251
+ content: "\e670";
1252
+ }
1178
1253
 
1179
1254
  .el-icon-upload3:before {
1180
1255
  content: "\e660";
@@ -1495,4 +1570,3 @@
1495
1570
  .el-icon-minus:before {
1496
1571
  content: "\e627";
1497
1572
  }
1498
-
package/src/index.js CHANGED
@@ -212,7 +212,7 @@ if (typeof window !== 'undefined' && window.Vue) {
212
212
  }
213
213
 
214
214
  export default {
215
- version: '1.1.39',
215
+ version: '1.1.41',
216
216
  locale: locale.use,
217
217
  i18n: locale.i18n,
218
218
  install,