Skip to content

Commit

Permalink
[icons] feat: new icons "group", "input" (#6573)
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-won authored Nov 29, 2023
1 parent 1013a9a commit c3c1a47
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -4093,5 +4093,19 @@
"tags": "shield, new, add, marking",
"group": "miscellaneous",
"codepoint": 62281
},
{
"displayName": "group-item",
"iconName": "group-item",
"tags": "group, widget, item",
"group": "interface",
"codepoint": 62282
},
{
"displayName": "input",
"iconName": "input",
"tags": "input, right, arrow",
"group": "interface",
"codepoint": 62283
}
]
6 changes: 6 additions & 0 deletions resources/icons/16px/group-item.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/icons/16px/input.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions resources/icons/20px/group-item.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/icons/20px/input.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit c3c1a47

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[icons] feat: new icons "group", "input" (#6573)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.