Skip to content

Commit

Permalink
feat: new icons - paste variable, phone forward, phone call (#6477)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessperrin authored Oct 19, 2023
1 parent bb0de8b commit 9b83cff
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -4065,5 +4065,26 @@
"tags": "unlink, link, property, connection",
"group": "action",
"codepoint": 62277
},
{
"displayName": "Paste variable",
"iconName": "paste-variable",
"tags": "paste, clipboard, variable",
"group": "action",
"codepoint": 62278
},
{
"displayName": "Phone call",
"iconName": "phone-call",
"tags": "phone, call, talk",
"group": "communication",
"codepoint": 62279
},
{
"displayName": "Phone forward",
"iconName": "phone-forward",
"tags": "phone, call, forward",
"group": "communication",
"codepoint": 62280
}
]
4 changes: 4 additions & 0 deletions resources/icons/16px/paste-variable.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/phone-call.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/phone-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/20px/paste-variable.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/20px/phone-call.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/20px/phone-forward.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 9b83cff

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

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

feat: new icons - paste variable, phone forward, phone call (#6477)

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.