Skip to content

Commit

Permalink
feat(icon): update zenticons version to 3.7.6 (#2058)
Browse files Browse the repository at this point in the history
Co-authored-by: landluck <[email protected]>
  • Loading branch information
landluck and landluck authored Jun 14, 2024
1 parent 3bfb307 commit 1f51c81
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 39 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
1 change: 1 addition & 0 deletions packages/zent/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
2 changes: 1 addition & 1 deletion packages/zent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.3.0",
"utility-types": "^3.4.1",
"warning": "^4.0.3",
"zenticons": "3.7.4"
"zenticons": "3.7.6"
},
"peerDependencies": {
"react": "^17.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/zent/src/icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ export type IconType =
| 'brush'
| 'brush-o'
| 'business'
| 'business-manage'
| 'business-manage-o'
| 'business-o'
| 'calendar'
| 'calendar-o'
| 'canvas'
| 'canvas-o'
| 'capital'
| 'capital-o'
| 'care'
| 'care-o'
| 'caret-down'
| 'caret-up'
| 'casher'
Expand Down Expand Up @@ -52,6 +58,8 @@ export type IconType =
| 'course'
| 'course-o'
| 'customer'
| 'customer-manage'
| 'customer-manage-o'
| 'customer-o'
| 'customer-service'
| 'customer-service-o'
Expand Down Expand Up @@ -120,6 +128,8 @@ export type IconType =
| 'mini-apps'
| 'mini-apps-o'
| 'more'
| 'nameplate'
| 'nameplate-o'
| 'nav-grid'
| 'nav-line'
| 'open-folder-o'
Expand All @@ -137,6 +147,8 @@ export type IconType =
| 'present-o'
| 'procurement'
| 'procurement-o'
| 'purchase'
| 'purchase-o'
| 'qa-o'
| 'qrcode'
| 'refresh'
Expand All @@ -155,6 +167,8 @@ export type IconType =
| 'save'
| 'save-o'
| 'scan-code-o'
| 'scrm-smile'
| 'scrm-smile-o'
| 'search'
| 'settings'
| 'settings-o'
Expand All @@ -176,6 +190,8 @@ export type IconType =
| 'summary-o'
| 'table-compact'
| 'table-loose'
| 'target'
| 'target-o'
| 'tendency-o'
| 'text-guide-o'
| 'thumbnail'
Expand Down
Loading

0 comments on commit 1f51c81

Please sign in to comment.