Skip to content

Commit

Permalink
fix(drilldownOutlined userAddOutlined): 新增icon (#315)
Browse files Browse the repository at this point in the history
* fix(drilldownOutlined userAddOutlined): 新增icon

* fix(drilldownOutlined userAddOutlined): 新增icon

---------

Co-authored-by: YanHui <[email protected]>
  • Loading branch information
hiker90 and YanHui authored Aug 23, 2023
1 parent 50c48ee commit a40f895
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demos/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const user: string[] = [
"id-outlined",
"user-plus-filled",
"user-service-filled",
"user-add-outlined",
];
const data: string[] = [
"database-outlined",
Expand Down Expand Up @@ -74,7 +75,6 @@ const platform: string[] = [
"mini-program-outlined",
"mini-program-filled",
];

const toPascalCase = (input: string) =>
("-" + input).replace(/-([a-z])/g, (match) => match[1].toUpperCase());

Expand Down
3 changes: 3 additions & 0 deletions svgs/drilldown-outlined.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions svgs/user-add-outlined.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a40f895

Please sign in to comment.