feat(Icon): add 11 new icons (#12291)

This commit is contained in:
neverland
2023-09-17 11:04:49 +08:00
committed by GitHub
parent 534ccd2b3a
commit aceb40a5f6
6 changed files with 111 additions and 56 deletions
+86 -42
View File
@@ -11,6 +11,86 @@
}
}
.van-icon-contact:before {
content: '\e753';
}
.van-icon-notes:before {
content: '\e63c';
}
.van-icon-records:before {
content: '\e63d';
}
.van-icon-cash-back-record:before {
content: '\e63e';
}
.van-icon-newspaper:before {
content: '\e63f';
}
.van-icon-discount:before {
content: '\e640';
}
.van-icon-completed:before {
content: '\e641';
}
.van-icon-user:before {
content: '\e642';
}
.van-icon-description:before {
content: '\e643';
}
.van-icon-list-switch:before {
content: '\e6ad';
}
.van-icon-list-switching:before {
content: '\e65a';
}
.van-icon-link-o:before {
content: '\e751';
}
.van-icon-miniprogram-o:before {
content: '\e752';
}
.van-icon-qq:before {
content: '\e74e';
}
.van-icon-wechat-moments:before {
content: '\e74f';
}
.van-icon-weibo:before {
content: '\e750';
}
.van-icon-cash-o:before {
content: '\e74d';
}
.van-icon-guide-o:before {
content: '\e74c';
}
.van-icon-invitation:before {
content: '\e6d6';
}
.van-icon-shield-o:before {
content: '\e74b';
}
.van-icon-exchange:before {
content: '\e6af';
}
@@ -167,10 +247,6 @@
content: '\e6d5';
}
.van-icon-invitation:before {
content: '\e6d6';
}
.van-icon-like-o:before {
content: '\e6d7';
}
@@ -503,7 +579,7 @@
content: '\e729';
}
.van-icon-records:before {
.van-icon-records-o:before {
content: '\e72a';
}
@@ -803,7 +879,7 @@
content: '\e685';
}
.van-icon-cash-back-record:before {
.van-icon-cash-back-record-o:before {
content: '\e686';
}
@@ -883,7 +959,7 @@
content: '\e699';
}
.van-icon-completed:before {
.van-icon-completed-o:before {
content: '\e69a';
}
@@ -903,7 +979,7 @@
content: '\e69e';
}
.van-icon-contact:before {
.van-icon-contact-o:before {
content: '\e69f';
}
@@ -919,7 +995,7 @@
content: '\e6a2';
}
.van-icon-description:before {
.van-icon-description-o:before {
content: '\e6a3';
}
@@ -951,7 +1027,7 @@
content: '\e6aa';
}
.van-icon-discount:before {
.van-icon-discount-o:before {
content: '\e6ab';
}
@@ -962,35 +1038,3 @@
.van-icon-envelop-o:before {
content: '\e6ae';
}
.van-icon-shield-o:before {
content: '\e74b';
}
.van-icon-guide-o:before {
content: '\e74c';
}
.van-icon-cash-o:before {
content: '\e74d';
}
.van-icon-qq:before {
content: '\e74e';
}
.van-icon-wechat-moments:before {
content: '\e74f';
}
.van-icon-weibo:before {
content: '\e750';
}
.van-icon-link-o:before {
content: '\e751';
}
.van-icon-miniprogram-o:before {
content: '\e752';
}