Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Icons] New icons added #2967

Merged
merged 1 commit into from
Sep 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added flows and list icons
  • Loading branch information
Piotr Kwiatkowski committed Sep 24, 2018
commit 0df9a31ed67b590bed4c02f79af38f7f66959ab3
Binary file modified packages/icons/resources/icons/icons-16.eot
Binary file not shown.
Binary file modified packages/icons/resources/icons/icons-16.ttf
Binary file not shown.
Binary file modified packages/icons/resources/icons/icons-16.woff
Binary file not shown.
Binary file modified packages/icons/resources/icons/icons-20.eot
Binary file not shown.
Binary file modified packages/icons/resources/icons/icons-20.ttf
Binary file not shown.
Binary file modified packages/icons/resources/icons/icons-20.woff
Binary file not shown.
42 changes: 42 additions & 0 deletions packages/icons/resources/icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3120,5 +3120,47 @@
"tags": "notifications, bell, alarm, notice, warning",
"group": "interface",
"content": "\\e7b8"
},
{
"displayName": "List: columns",
"iconName": "list-columns",
"tags": "layout, arrangement, four lines, table",
"group": "table",
"content": "\\e7b9"
},
{
"displayName": "Flow: linear",
"iconName": "flow-linear",
"tags": "workflow, edge, node, step",
"group": "data",
"content": "\\e7c0"
},
{
"displayName": "Flow: branch",
"iconName": "flow-branch",
"tags": "workflow, edge, node, fork",
"group": "data",
"content": "\\e7c1"
},
{
"displayName": "Flow: review",
"iconName": "flow-review",
"tags": "workflow, edge, node, reverse",
"group": "data",
"content": "\\e7c2"
},
{
"displayName": "Flow: review branch",
"iconName": "flow-review-branch",
"tags": "workflow, edge, node, fork",
"group": "data",
"content": "\\e7c3"
},
{
"displayName": "Flow: end",
"iconName": "flow-end",
"tags": "workflow, edge, node, complete, finished, final, last",
"group": "data",
"content": "\\e7c4"
}
]
12 changes: 12 additions & 0 deletions resources/icons/16px/flow-branch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions resources/icons/16px/flow-end.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions resources/icons/16px/flow-linear.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions resources/icons/16px/flow-review-branch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions resources/icons/16px/flow-review.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions resources/icons/16px/list-columns.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions resources/icons/20px/flow-branch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions resources/icons/20px/flow-end.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions resources/icons/20px/flow-linear.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading