Skip to content

Commit

Permalink
feat: Add arrow-up and arrow-down icons (#3305)
Browse files Browse the repository at this point in the history
Co-authored-by: at-susie <[email protected]>
  • Loading branch information
avinashbot and at-susie authored Feb 21, 2025
1 parent 20e6a83 commit 6ef8141
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap
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

0 comments on commit 6ef8141

Please sign in to comment.