Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add arrow-up and arrow-down icons #3305

Merged
merged 2 commits into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3351,6 +3351,8 @@ This property is ignored if you use a predefined icon or if you set your custom
"angle-down",
"arrow-left",
"arrow-right",
"arrow-up",
"arrow-down",
"audio-full",
"audio-half",
"audio-off",
Expand Down Expand Up @@ -9012,6 +9014,8 @@ use the \`id\` attribute, consider setting it on a parent element instead.",
"angle-down",
"arrow-left",
"arrow-right",
"arrow-up",
"arrow-down",
"audio-full",
"audio-half",
"audio-off",
Expand Down Expand Up @@ -12660,6 +12664,8 @@ This property is ignored if you use a predefined icon or if you set your custom
"angle-down",
"arrow-left",
"arrow-right",
"arrow-up",
"arrow-down",
"audio-full",
"audio-half",
"audio-off",
Expand Down Expand Up @@ -18192,6 +18198,8 @@ If an href is provided, it opens the link in a new tab.",
"angle-down",
"arrow-left",
"arrow-right",
"arrow-up",
"arrow-down",
"audio-full",
"audio-half",
"audio-off",
Expand Down Expand Up @@ -18367,6 +18375,8 @@ It prevents users from clicking the button, but it can still be focused.",
"angle-down",
"arrow-left",
"arrow-right",
"arrow-up",
"arrow-down",
"audio-full",
"audio-half",
"audio-off",
Expand Down
4 changes: 4 additions & 0 deletions src/icon/icons/arrow-down.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 src/icon/icons/arrow-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/icon/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ export namespace IconProps {
| 'angle-down'
| 'arrow-left'
| 'arrow-right'
| 'arrow-up'
| 'arrow-down'
| 'audio-full'
| 'audio-half'
| 'audio-off'
Expand Down
Loading