Skip to content

Commit

Permalink
[icons] feat: add "clip", "add-clip" icons (#5116)
Browse files Browse the repository at this point in the history
Co-authored-by: Adi Dahiya <[email protected]>
  • Loading branch information
JiyoungOhn and adidahiya authored Feb 8, 2022
1 parent 7460d10 commit 1166e55
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/icons/resources/icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3730,5 +3730,17 @@
"iconName": "cargo-ship",
"tags": "transportation, cargo, freight, ship, boat, cruise, yacht, supply, supply chain, container, shipping",
"group": "interface"
},
{
"displayName": "Clip",
"iconName": "clip",
"tags": "screenshot, segment, edit",
"group": "interface"
},
{
"displayName": "Add clip",
"iconName": "add-clip",
"tags": "screenshot, segment, add",
"group": "interface"
}
]
3 changes: 3 additions & 0 deletions resources/icons/16px/add-clip.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/clip.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/add-clip.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/clip.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 1166e55

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

[icons] feat: add "clip", "add-clip" icons (#5116)

Previews: documentation | landing | table | modern colors demo

Please sign in to comment.