Skip to content

Commit

Permalink
feat(Move): new icon (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi authored Dec 12, 2024
1 parent 165bf85 commit 12b5cd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/icons/src/iconsMetaData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ type Icon = {
export default [
// DO NOT REMOVE THIS FOLLOWING LINE!
// plop_marker:icon_metadata
{
name: "Move",
file: "Move.svg",
description: "Use when you need to indicate a reorder or move items in a list",
tags: "Reorder, Move, Change, Arrow, Expand"
},

{
name: "Downgrade",
file: "Downgrade.svg",
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/src/svg/Move.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 12b5cd1

Please sign in to comment.