Skip to content

Commit

Permalink
[Icons] Added new UI icons (#3510)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwi authored and adidahiya committed May 23, 2019
1 parent ad402b6 commit d5d3745
Show file tree
Hide file tree
Showing 25 changed files with 246 additions and 0 deletions.
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.
63 changes: 63 additions & 0 deletions packages/icons/resources/icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3239,5 +3239,68 @@
"tags": "arrows, derive",
"group": "action",
"content": "\\e7d5"
},
{
"displayName": "Reset",
"iconName": "reset",
"tags": "circle, arrow",
"group": "action",
"content": "\\e7d6"
},
{
"displayName": "Filter: open",
"iconName": "filter-open",
"tags": "filtering, funnel, tube, pipe",
"group": "action",
"content": "\\e7d7"
},
{
"displayName": "Table: disconnect",
"iconName": "th-disconnect",
"tags": "index, rows, columns, agenda, list, spreadsheet, unlink, detach, remove",
"group": "table",
"content": "\\e7d8"
},
{
"displayName": "Equals",
"iconName": "equals",
"tags": "mathematical, equations, expression, formula",
"group": "action",
"content": "\\e7d9"
},
{
"displayName": "Not equal to",
"iconName": "not-equal-to",
"tags": "mathematical, equations, expression, formula",
"group": "action",
"content": "\\e7e0"
},
{
"displayName": "Greater than",
"iconName": "greater-than",
"tags": "mathematical, equations, expression, formula",
"group": "action",
"content": "\\e7e1"
},
{
"displayName": "Greater than or equal to",
"iconName": "greater-than-or-equal-to",
"tags": "mathematical, equations, expression, formula",
"group": "action",
"content": "\\e7e2"
},
{
"displayName": "Less than",
"iconName": "less-than",
"tags": "mathematical, equations, expression, formula",
"group": "action",
"content": "\\e7e3"
},
{
"displayName": "Less than or equal to",
"iconName": "less-than-or-equal-to",
"tags": "mathematical, equations, expression, formula",
"group": "action",
"content": "\\e7e4"
}
]
11 changes: 11 additions & 0 deletions resources/icons/16px/equals.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions resources/icons/16px/filter-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions resources/icons/16px/greater-than-or-equal-to.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions resources/icons/16px/greater-than.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions resources/icons/16px/less-than-or-equal-to.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions resources/icons/16px/less-than.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions resources/icons/16px/not-equal-to.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions resources/icons/16px/reset.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions resources/icons/16px/th-disconnect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions resources/icons/20px/equals.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions resources/icons/20px/filter-open.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/greater-than-or-equal-to.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions resources/icons/20px/greater-than.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions resources/icons/20px/less-than-or-equal-to.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions resources/icons/20px/less-than.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit d5d3745

@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] Added new UI icons (#3510)

Previews: documentation | landing | table

Please sign in to comment.