Skip to content

Commit

Permalink
[icons] feat: crop, endnote, bring-forward, send-backward icons (#6635)
Browse files Browse the repository at this point in the history
Co-authored-by: David Burns <[email protected]>
  • Loading branch information
davidburns573 and David Burns authored Jan 9, 2024
1 parent 431dbd9 commit bb28b76
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -4156,5 +4156,33 @@
"tags": "person, people, teammate, team, sports",
"group": "miscellaneous",
"codepoint": 62290
},
{
"displayName": "crop",
"iconName": "crop",
"tags": "image, media, edit, cut, resize",
"group": "action",
"codepoint": 62291
},
{
"displayName": "bring forward",
"iconName": "bring-forward",
"tags": "layer, stack, drawer, move",
"group": "action",
"codepoint": 62292
},
{
"displayName": "send backward",
"iconName": "send-backward",
"tags": "layer, stack, drawer, move",
"group": "action",
"codepoint": 62293
},
{
"displayName": "endnote",
"iconName": "endnote",
"tags": "footnote, notebook, note, reference, text, citation",
"group": "editor",
"codepoint": 62294
}
]
3 changes: 3 additions & 0 deletions resources/icons/16px/bring-forward.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/crop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions resources/icons/16px/endnote.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 resources/icons/16px/send-backward.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 resources/icons/20px/bring-forward.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/crop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions resources/icons/20px/endnote.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/send-backward.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 bb28b76

@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: crop, endnote, bring-forward, send-backward icons (#6635)

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.