This commit is contained in:
2023-08-11 10:45:20 +08:00
commit 161ca982f3
31850 changed files with 2706500 additions and 0 deletions

157
node_modules/@vant/icons/CHANGELOG.md generated vendored Normal file
View File

@ -0,0 +1,157 @@
## Changelog
## 1.7.3
- complete https protocol
## 1.7.2
- add cash-o icon
## 1.7.1
- add guide-o icon
- config.js now is esmodule
## 1.7.0
- add shield-o icon
- fix invitation typo
- deprecate encode.less
## 1.6.0
- migrate all icons to iconfont.cn
## 1.5.3
- add config type definition
## 1.5.2
- update CDN URL
## 1.5.1
- add new wechat icon, rename old wechat icon to wechat-pay
## 1.5.0
- add sort icon
- add font icon
- add font-o icon
- add revoke icon
- add delete-o icon
## 1.4.0
- add encode-woff2.less
## 1.3.2
- fix incomplete after-sale icon
- fix incomplete cash-back-record icon
## 1.3.1
- add minus icon
## 1.3.0
- add share-o icon
- fix calendar-o typo
## 1.2.5
- add back-top icon
## 1.2.4
- add photo-fail icon
## 1.2.3
- fix enlarge icon align
## 1.2.2
- add enlarge icon
## 1.2.1
- update share icon
## 1.2.0
- fix medal、medal-o typo
## 1.1.14
- add down、wap-home-o icon
## 1.1.13
- fix gift-o、refund-o icon incomplete
## 1.1.12
- fix service-o icon incomplete
## 1.1.11
- add smile、music、thumb-circle、phone-circle icon
## 1.1.10
- add warning、good-job、good-job-o icon
## 1.1.9
- update checked、comment、comment-o icon
## 1.1.8
- update location-o icon
## 1.1.7
- fix new incomplete display
- fix question incomplete display
## 1.1.6
- update new icon & hot icon
## 1.1.5
- update share icon & edit icon
## 1.1.4
- update shop icons
## 1.1.3
- fix missing new icon
## 1.1.2
- optimize icon round corders
## 1.0.9
- add weapp-nav icon
## 1.0.8
- add more icons
- fix icon round lines
- fix align of comment icon
## 1.0.7
- add new-o icon
## 1.0.6
- add cart-circle icon

19
node_modules/@vant/icons/README.md generated vendored Normal file
View File

@ -0,0 +1,19 @@
# Vant Icons
## Install
```shell
# with npm
npm i @vant/icons
# with yarn
yarn add @vant/icons
# with pnpm
pnpm add @vant/icons
```
## Document
- [Usage in Vue](https://youzan.github.io/vant/#/zh-CN/icon)
- [Usage in Weapp](https://youzan.github.io/vant-weapp/#/icon)

67
node_modules/@vant/icons/package.json generated vendored Normal file
View File

@ -0,0 +1,67 @@
{
"_from": "@vant/icons@^1.7.1",
"_id": "@vant/icons@1.8.0",
"_inBundle": false,
"_integrity": "sha512-sKfEUo2/CkQFuERxvkuF6mGQZDKu3IQdj5rV9Fm0weJXtchDSSQ+zt8qPCNUEhh9Y8shy5PzxbvAfOOkCwlCXg==",
"_location": "/@vant/icons",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@vant/icons@^1.7.1",
"name": "@vant/icons",
"escapedName": "@vant%2ficons",
"scope": "@vant",
"rawSpec": "^1.7.1",
"saveSpec": null,
"fetchSpec": "^1.7.1"
},
"_requiredBy": [
"/vant"
],
"_resolved": "https://registry.npmjs.org/@vant/icons/-/icons-1.8.0.tgz",
"_shasum": "36b13f2e628b533f6523a93a168cf02f07056674",
"_spec": "@vant/icons@^1.7.1",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\vant",
"author": {
"name": "chenjiahan"
},
"bugs": {
"url": "https://github.com/youzan/vant/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "vant icons",
"devDependencies": {
"release-it": "^14.11.6"
},
"files": [
"src"
],
"homepage": "https://github.com/youzan/vant#readme",
"license": "MIT",
"main": "./src/config.js",
"name": "@vant/icons",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"release-it": {
"git": {
"tag": false,
"commitMessage": "release: @vant/icons ${version}",
"addUntrackedFiles": true,
"requireCleanWorkingDir": false
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/youzan/vant.git",
"directory": "packages/vant-icons"
},
"scripts": {
"release": "release-it"
},
"types": "./src/config.d.ts",
"version": "1.8.0"
}

999
node_modules/@vant/icons/src/common.less generated vendored Normal file
View File

@ -0,0 +1,999 @@
/* stylelint-disable selector-pseudo-element-colon-notation */
/* stylelint-disable font-family-no-missing-generic-family-keyword */
.van-icon {
position: relative;
display: inline-block;
font: normal normal normal 14px/1 'vant-icon';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
&:before {
display: inline-block;
}
}
.van-icon-exchange:before {
content: '\e6af';
}
.van-icon-eye:before {
content: '\e6b0';
}
.van-icon-enlarge:before {
content: '\e6b1';
}
.van-icon-expand-o:before {
content: '\e6b2';
}
.van-icon-eye-o:before {
content: '\e6b3';
}
.van-icon-expand:before {
content: '\e6b4';
}
.van-icon-filter-o:before {
content: '\e6b5';
}
.van-icon-fire:before {
content: '\e6b6';
}
.van-icon-fail:before {
content: '\e6b7';
}
.van-icon-failure:before {
content: '\e6b8';
}
.van-icon-fire-o:before {
content: '\e6b9';
}
.van-icon-flag-o:before {
content: '\e6ba';
}
.van-icon-font:before {
content: '\e6bb';
}
.van-icon-font-o:before {
content: '\e6bc';
}
.van-icon-gem-o:before {
content: '\e6bd';
}
.van-icon-flower-o:before {
content: '\e6be';
}
.van-icon-gem:before {
content: '\e6bf';
}
.van-icon-gift-card:before {
content: '\e6c0';
}
.van-icon-friends:before {
content: '\e6c1';
}
.van-icon-friends-o:before {
content: '\e6c2';
}
.van-icon-gold-coin:before {
content: '\e6c3';
}
.van-icon-gold-coin-o:before {
content: '\e6c4';
}
.van-icon-good-job-o:before {
content: '\e6c5';
}
.van-icon-gift:before {
content: '\e6c6';
}
.van-icon-gift-o:before {
content: '\e6c7';
}
.van-icon-gift-card-o:before {
content: '\e6c8';
}
.van-icon-good-job:before {
content: '\e6c9';
}
.van-icon-home-o:before {
content: '\e6ca';
}
.van-icon-goods-collect:before {
content: '\e6cb';
}
.van-icon-graphic:before {
content: '\e6cc';
}
.van-icon-goods-collect-o:before {
content: '\e6cd';
}
.van-icon-hot-o:before {
content: '\e6ce';
}
.van-icon-info:before {
content: '\e6cf';
}
.van-icon-hotel-o:before {
content: '\e6d0';
}
.van-icon-info-o:before {
content: '\e6d1';
}
.van-icon-hot-sale-o:before {
content: '\e6d2';
}
.van-icon-hot:before {
content: '\e6d3';
}
.van-icon-like:before {
content: '\e6d4';
}
.van-icon-idcard:before {
content: '\e6d5';
}
.van-icon-invitation:before {
content: '\e6d6';
}
.van-icon-like-o:before {
content: '\e6d7';
}
.van-icon-hot-sale:before {
content: '\e6d8';
}
.van-icon-location-o:before {
content: '\e6d9';
}
.van-icon-location:before {
content: '\e6da';
}
.van-icon-label:before {
content: '\e6db';
}
.van-icon-lock:before {
content: '\e6dc';
}
.van-icon-label-o:before {
content: '\e6dd';
}
.van-icon-map-marked:before {
content: '\e6de';
}
.van-icon-logistics:before {
content: '\e6df';
}
.van-icon-manager:before {
content: '\e6e0';
}
.van-icon-more:before {
content: '\e6e1';
}
.van-icon-live:before {
content: '\e6e2';
}
.van-icon-manager-o:before {
content: '\e6e3';
}
.van-icon-medal:before {
content: '\e6e4';
}
.van-icon-more-o:before {
content: '\e6e5';
}
.van-icon-music-o:before {
content: '\e6e6';
}
.van-icon-music:before {
content: '\e6e7';
}
.van-icon-new-arrival-o:before {
content: '\e6e8';
}
.van-icon-medal-o:before {
content: '\e6e9';
}
.van-icon-new-o:before {
content: '\e6ea';
}
.van-icon-free-postage:before {
content: '\e6eb';
}
.van-icon-newspaper-o:before {
content: '\e6ec';
}
.van-icon-new-arrival:before {
content: '\e6ed';
}
.van-icon-minus:before {
content: '\e6ee';
}
.van-icon-orders-o:before {
content: '\e6ef';
}
.van-icon-new:before {
content: '\e6f0';
}
.van-icon-paid:before {
content: '\e6f1';
}
.van-icon-notes-o:before {
content: '\e6f2';
}
.van-icon-other-pay:before {
content: '\e6f3';
}
.van-icon-pause-circle:before {
content: '\e6f4';
}
.van-icon-pause:before {
content: '\e6f5';
}
.van-icon-pause-circle-o:before {
content: '\e6f6';
}
.van-icon-peer-pay:before {
content: '\e6f7';
}
.van-icon-pending-payment:before {
content: '\e6f8';
}
.van-icon-passed:before {
content: '\e6f9';
}
.van-icon-plus:before {
content: '\e6fa';
}
.van-icon-phone-circle-o:before {
content: '\e6fb';
}
.van-icon-phone-o:before {
content: '\e6fc';
}
.van-icon-printer:before {
content: '\e6fd';
}
.van-icon-photo-fail:before {
content: '\e6fe';
}
.van-icon-phone:before {
content: '\e6ff';
}
.van-icon-photo-o:before {
content: '\e700';
}
.van-icon-play-circle:before {
content: '\e701';
}
.van-icon-play:before {
content: '\e702';
}
.van-icon-phone-circle:before {
content: '\e703';
}
.van-icon-point-gift-o:before {
content: '\e704';
}
.van-icon-point-gift:before {
content: '\e705';
}
.van-icon-play-circle-o:before {
content: '\e706';
}
.van-icon-shrink:before {
content: '\e707';
}
.van-icon-photo:before {
content: '\e708';
}
.van-icon-qr:before {
content: '\e709';
}
.van-icon-qr-invalid:before {
content: '\e70a';
}
.van-icon-question-o:before {
content: '\e70b';
}
.van-icon-revoke:before {
content: '\e70c';
}
.van-icon-replay:before {
content: '\e70d';
}
.van-icon-service:before {
content: '\e70e';
}
.van-icon-question:before {
content: '\e70f';
}
.van-icon-search:before {
content: '\e710';
}
.van-icon-refund-o:before {
content: '\e711';
}
.van-icon-service-o:before {
content: '\e712';
}
.van-icon-scan:before {
content: '\e713';
}
.van-icon-share:before {
content: '\e714';
}
.van-icon-send-gift-o:before {
content: '\e715';
}
.van-icon-share-o:before {
content: '\e716';
}
.van-icon-setting:before {
content: '\e717';
}
.van-icon-points:before {
content: '\e718';
}
.van-icon-photograph:before {
content: '\e719';
}
.van-icon-shop:before {
content: '\e71a';
}
.van-icon-shop-o:before {
content: '\e71b';
}
.van-icon-shop-collect-o:before {
content: '\e71c';
}
.van-icon-shop-collect:before {
content: '\e71d';
}
.van-icon-smile:before {
content: '\e71e';
}
.van-icon-shopping-cart-o:before {
content: '\e71f';
}
.van-icon-sign:before {
content: '\e720';
}
.van-icon-sort:before {
content: '\e721';
}
.van-icon-star-o:before {
content: '\e722';
}
.van-icon-smile-comment-o:before {
content: '\e723';
}
.van-icon-stop:before {
content: '\e724';
}
.van-icon-stop-circle-o:before {
content: '\e725';
}
.van-icon-smile-o:before {
content: '\e726';
}
.van-icon-star:before {
content: '\e727';
}
.van-icon-success:before {
content: '\e728';
}
.van-icon-stop-circle:before {
content: '\e729';
}
.van-icon-records:before {
content: '\e72a';
}
.van-icon-shopping-cart:before {
content: '\e72b';
}
.van-icon-tosend:before {
content: '\e72c';
}
.van-icon-todo-list:before {
content: '\e72d';
}
.van-icon-thumb-circle-o:before {
content: '\e72e';
}
.van-icon-thumb-circle:before {
content: '\e72f';
}
.van-icon-umbrella-circle:before {
content: '\e730';
}
.van-icon-underway:before {
content: '\e731';
}
.van-icon-upgrade:before {
content: '\e732';
}
.van-icon-todo-list-o:before {
content: '\e733';
}
.van-icon-tv-o:before {
content: '\e734';
}
.van-icon-underway-o:before {
content: '\e735';
}
.van-icon-user-o:before {
content: '\e736';
}
.van-icon-vip-card-o:before {
content: '\e737';
}
.van-icon-vip-card:before {
content: '\e738';
}
.van-icon-send-gift:before {
content: '\e739';
}
.van-icon-wap-home:before {
content: '\e73a';
}
.van-icon-wap-nav:before {
content: '\e73b';
}
.van-icon-volume-o:before {
content: '\e73c';
}
.van-icon-video:before {
content: '\e73d';
}
.van-icon-wap-home-o:before {
content: '\e73e';
}
.van-icon-volume:before {
content: '\e73f';
}
.van-icon-warning:before {
content: '\e740';
}
.van-icon-weapp-nav:before {
content: '\e741';
}
.van-icon-wechat-pay:before {
content: '\e742';
}
.van-icon-warning-o:before {
content: '\e743';
}
.van-icon-wechat:before {
content: '\e744';
}
.van-icon-setting-o:before {
content: '\e745';
}
.van-icon-youzan-shield:before {
content: '\e746';
}
.van-icon-warn-o:before {
content: '\e747';
}
.van-icon-smile-comment:before {
content: '\e748';
}
.van-icon-user-circle-o:before {
content: '\e749';
}
.van-icon-video-o:before {
content: '\e74a';
}
.van-icon-add-square:before {
content: '\e65c';
}
.van-icon-add:before {
content: '\e65d';
}
.van-icon-arrow-down:before {
content: '\e65e';
}
.van-icon-arrow-up:before {
content: '\e65f';
}
.van-icon-arrow:before {
content: '\e660';
}
.van-icon-after-sale:before {
content: '\e661';
}
.van-icon-add-o:before {
content: '\e662';
}
.van-icon-alipay:before {
content: '\e663';
}
.van-icon-ascending:before {
content: '\e664';
}
.van-icon-apps-o:before {
content: '\e665';
}
.van-icon-aim:before {
content: '\e666';
}
.van-icon-award:before {
content: '\e667';
}
.van-icon-arrow-left:before {
content: '\e668';
}
.van-icon-award-o:before {
content: '\e669';
}
.van-icon-audio:before {
content: '\e66a';
}
.van-icon-bag-o:before {
content: '\e66b';
}
.van-icon-balance-list:before {
content: '\e66c';
}
.van-icon-back-top:before {
content: '\e66d';
}
.van-icon-bag:before {
content: '\e66e';
}
.van-icon-balance-pay:before {
content: '\e66f';
}
.van-icon-balance-o:before {
content: '\e670';
}
.van-icon-bar-chart-o:before {
content: '\e671';
}
.van-icon-bars:before {
content: '\e672';
}
.van-icon-balance-list-o:before {
content: '\e673';
}
.van-icon-birthday-cake-o:before {
content: '\e674';
}
.van-icon-bookmark:before {
content: '\e675';
}
.van-icon-bill:before {
content: '\e676';
}
.van-icon-bell:before {
content: '\e677';
}
.van-icon-browsing-history-o:before {
content: '\e678';
}
.van-icon-browsing-history:before {
content: '\e679';
}
.van-icon-bookmark-o:before {
content: '\e67a';
}
.van-icon-bulb-o:before {
content: '\e67b';
}
.van-icon-bullhorn-o:before {
content: '\e67c';
}
.van-icon-bill-o:before {
content: '\e67d';
}
.van-icon-calendar-o:before {
content: '\e67e';
}
.van-icon-brush-o:before {
content: '\e67f';
}
.van-icon-card:before {
content: '\e680';
}
.van-icon-cart-o:before {
content: '\e681';
}
.van-icon-cart-circle:before {
content: '\e682';
}
.van-icon-cart-circle-o:before {
content: '\e683';
}
.van-icon-cart:before {
content: '\e684';
}
.van-icon-cash-on-deliver:before {
content: '\e685';
}
.van-icon-cash-back-record:before {
content: '\e686';
}
.van-icon-cashier-o:before {
content: '\e687';
}
.van-icon-chart-trending-o:before {
content: '\e688';
}
.van-icon-certificate:before {
content: '\e689';
}
.van-icon-chat:before {
content: '\e68a';
}
.van-icon-clear:before {
content: '\e68b';
}
.van-icon-chat-o:before {
content: '\e68c';
}
.van-icon-checked:before {
content: '\e68d';
}
.van-icon-clock:before {
content: '\e68e';
}
.van-icon-clock-o:before {
content: '\e68f';
}
.van-icon-close:before {
content: '\e690';
}
.van-icon-closed-eye:before {
content: '\e691';
}
.van-icon-circle:before {
content: '\e692';
}
.van-icon-cluster-o:before {
content: '\e693';
}
.van-icon-column:before {
content: '\e694';
}
.van-icon-comment-circle-o:before {
content: '\e695';
}
.van-icon-cluster:before {
content: '\e696';
}
.van-icon-comment:before {
content: '\e697';
}
.van-icon-comment-o:before {
content: '\e698';
}
.van-icon-comment-circle:before {
content: '\e699';
}
.van-icon-completed:before {
content: '\e69a';
}
.van-icon-credit-pay:before {
content: '\e69b';
}
.van-icon-coupon:before {
content: '\e69c';
}
.van-icon-debit-pay:before {
content: '\e69d';
}
.van-icon-coupon-o:before {
content: '\e69e';
}
.van-icon-contact:before {
content: '\e69f';
}
.van-icon-descending:before {
content: '\e6a0';
}
.van-icon-desktop-o:before {
content: '\e6a1';
}
.van-icon-diamond-o:before {
content: '\e6a2';
}
.van-icon-description:before {
content: '\e6a3';
}
.van-icon-delete:before {
content: '\e6a4';
}
.van-icon-diamond:before {
content: '\e6a5';
}
.van-icon-delete-o:before {
content: '\e6a6';
}
.van-icon-cross:before {
content: '\e6a7';
}
.van-icon-edit:before {
content: '\e6a8';
}
.van-icon-ellipsis:before {
content: '\e6a9';
}
.van-icon-down:before {
content: '\e6aa';
}
.van-icon-discount:before {
content: '\e6ab';
}
.van-icon-ecard-pay:before {
content: '\e6ac';
}
.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';
}

7
node_modules/@vant/icons/src/config.d.ts generated vendored Normal file
View File

@ -0,0 +1,7 @@
declare const config: {
name: string;
basic: string[];
outline: string[];
filled: string[];
};
export default config;

259
node_modules/@vant/icons/src/config.js generated vendored Normal file
View File

@ -0,0 +1,259 @@
export default {
name: 'vant-icon',
basic: [
'arrow',
'arrow-left',
'arrow-up',
'arrow-down',
'success',
'cross',
'plus',
'minus',
'fail',
'circle',
],
outline: [
// has corresponding filled icon
'location-o',
'like-o',
'star-o',
'phone-o',
'setting-o',
'fire-o',
'coupon-o',
'cart-o',
'shopping-cart-o',
'cart-circle-o',
'friends-o',
'comment-o',
'gem-o',
'gift-o',
'point-gift-o',
'send-gift-o',
'service-o',
'bag-o',
'todo-list-o',
'balance-list-o',
'close',
'clock-o',
'question-o',
'passed',
'add-o',
'gold-coin-o',
'info-o',
'play-circle-o',
'pause-circle-o',
'stop-circle-o',
'warning-o',
'phone-circle-o',
'music-o',
'smile-o',
'thumb-circle-o',
'comment-circle-o',
'browsing-history-o',
'underway-o',
'more-o',
'video-o',
'shop-o',
'shop-collect-o',
'share-o',
'chat-o',
'smile-comment-o',
'vip-card-o',
'award-o',
'diamond-o',
'volume-o',
'cluster-o',
'wap-home-o',
'photo-o',
'gift-card-o',
'expand-o',
'medal-o',
'good-job-o',
'manager-o',
'label-o',
'bookmark-o',
'bill-o',
'hot-o',
'hot-sale-o',
'new-o',
'new-arrival-o',
'goods-collect-o',
'eye-o',
'delete-o',
'font-o',
// without corresponding filled icon
'balance-o',
'refund-o',
'birthday-cake-o',
'user-o',
'orders-o',
'tv-o',
'envelop-o',
'flag-o',
'flower-o',
'filter-o',
'bar-chart-o',
'chart-trending-o',
'brush-o',
'bullhorn-o',
'hotel-o',
'cashier-o',
'newspaper-o',
'warn-o',
'notes-o',
'calendar-o',
'bulb-o',
'user-circle-o',
'desktop-o',
'apps-o',
'home-o',
'back-top',
'search',
'points',
'edit',
'qr',
'qr-invalid',
'closed-eye',
'down',
'scan',
'revoke',
'free-postage',
'certificate',
'logistics',
'contact',
'cash-back-record',
'after-sale',
'exchange',
'upgrade',
'ellipsis',
'description',
'records',
'sign',
'completed',
'failure',
'ecard-pay',
'peer-pay',
'balance-pay',
'credit-pay',
'debit-pay',
'cash-on-deliver',
'other-pay',
'tosend',
'pending-payment',
'paid',
'aim',
'discount',
'idcard',
'replay',
'shrink',
'shield-o',
'guide-o',
'cash-o',
'link-o',
'miniprogram-o',
],
filled: [
// has corresponding outline icon
'location',
'like',
'star',
'phone',
'setting',
'fire',
'coupon',
'cart',
'shopping-cart',
'cart-circle',
'friends',
'comment',
'gem',
'gift',
'point-gift',
'send-gift',
'service',
'bag',
'todo-list',
'balance-list',
'clear',
'clock',
'question',
'checked',
'add',
'gold-coin',
'info',
'play-circle',
'pause-circle',
'stop-circle',
'warning',
'phone-circle',
'music',
'smile',
'thumb-circle',
'comment-circle',
'browsing-history',
'underway',
'more',
'video',
'shop',
'shop-collect',
'share',
'chat',
'smile-comment',
'vip-card',
'award',
'diamond',
'volume',
'cluster',
'wap-home',
'photo',
'gift-card',
'expand',
'medal',
'good-job',
'manager',
'label',
'bookmark',
'bill',
'hot',
'hot-sale',
'new',
'new-arrival',
'goods-collect',
'eye',
'delete',
'font',
// without corresponding outline icon
'wechat',
'wechat-pay',
'wechat-moments',
'qq',
'alipay',
'weibo',
'photograph',
'youzan-shield',
'umbrella-circle',
'bell',
'printer',
'map-marked',
'card',
'add-square',
'live',
'lock',
'audio',
'graphic',
'column',
'invitation',
'play',
'pause',
'stop',
'weapp-nav',
'ascending',
'descending',
'bars',
'wap-nav',
'enlarge',
'photo-fail',
'sort',
],
};

16
node_modules/@vant/icons/src/encode-woff2.less generated vendored Normal file

File diff suppressed because one or more lines are too long

1
node_modules/@vant/icons/src/encode.less generated vendored Normal file
View File

@ -0,0 +1 @@
// deprecated

14
node_modules/@vant/icons/src/index.less generated vendored Normal file
View File

@ -0,0 +1,14 @@
@import './common.less';
@font-face {
font-weight: normal;
font-style: normal;
font-display: auto;
font-family: 'vant-icon';
src: url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.woff2?t=1649083952952')
format('woff2'),
url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.woff?t=1649083952952')
format('woff'),
url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.ttf?t=1649083952952')
format('truetype');
}