diff --git a/packages/icons/resources/icons/icons-16.eot b/packages/icons/resources/icons/icons-16.eot index 179be3c77c..7faec8df69 100755 Binary files a/packages/icons/resources/icons/icons-16.eot and b/packages/icons/resources/icons/icons-16.eot differ diff --git a/packages/icons/resources/icons/icons-16.ttf b/packages/icons/resources/icons/icons-16.ttf index d3e1759d4f..b42fe5681a 100755 Binary files a/packages/icons/resources/icons/icons-16.ttf and b/packages/icons/resources/icons/icons-16.ttf differ diff --git a/packages/icons/resources/icons/icons-16.woff b/packages/icons/resources/icons/icons-16.woff index b947c49bd3..22f80dd928 100755 Binary files a/packages/icons/resources/icons/icons-16.woff and b/packages/icons/resources/icons/icons-16.woff differ diff --git a/packages/icons/resources/icons/icons-20.eot b/packages/icons/resources/icons/icons-20.eot index 4128da08aa..9529767dfd 100755 Binary files a/packages/icons/resources/icons/icons-20.eot and b/packages/icons/resources/icons/icons-20.eot differ diff --git a/packages/icons/resources/icons/icons-20.ttf b/packages/icons/resources/icons/icons-20.ttf index 8a01368034..68b9f4d5fa 100755 Binary files a/packages/icons/resources/icons/icons-20.ttf and b/packages/icons/resources/icons/icons-20.ttf differ diff --git a/packages/icons/resources/icons/icons-20.woff b/packages/icons/resources/icons/icons-20.woff index 1ad0839b79..cd29a45aa6 100755 Binary files a/packages/icons/resources/icons/icons-20.woff and b/packages/icons/resources/icons/icons-20.woff differ diff --git a/packages/icons/resources/icons/icons.json b/packages/icons/resources/icons/icons.json index c5e6e0d434..bd063240dd 100644 --- a/packages/icons/resources/icons/icons.json +++ b/packages/icons/resources/icons/icons.json @@ -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" } ] diff --git a/resources/icons/16px/equals.svg b/resources/icons/16px/equals.svg new file mode 100644 index 0000000000..6e6e8481c7 --- /dev/null +++ b/resources/icons/16px/equals.svg @@ -0,0 +1,11 @@ + + + + equals + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/resources/icons/16px/filter-open.svg b/resources/icons/16px/filter-open.svg new file mode 100644 index 0000000000..6f338eaace --- /dev/null +++ b/resources/icons/16px/filter-open.svg @@ -0,0 +1,9 @@ + + + + filter-open + Created with Sketch. + + + + \ No newline at end of file diff --git a/resources/icons/16px/greater-than-or-equal-to.svg b/resources/icons/16px/greater-than-or-equal-to.svg new file mode 100644 index 0000000000..1943eee08f --- /dev/null +++ b/resources/icons/16px/greater-than-or-equal-to.svg @@ -0,0 +1,11 @@ + + + + greater-than-or-equal-to + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/resources/icons/16px/greater-than.svg b/resources/icons/16px/greater-than.svg new file mode 100644 index 0000000000..de5d9a8e2c --- /dev/null +++ b/resources/icons/16px/greater-than.svg @@ -0,0 +1,9 @@ + + + + greater-than + Created with Sketch. + + + + \ No newline at end of file diff --git a/resources/icons/16px/less-than-or-equal-to.svg b/resources/icons/16px/less-than-or-equal-to.svg new file mode 100644 index 0000000000..3f4dd34180 --- /dev/null +++ b/resources/icons/16px/less-than-or-equal-to.svg @@ -0,0 +1,9 @@ + + + + less-than-or-equal-to + Created with Sketch. + + + + \ No newline at end of file diff --git a/resources/icons/16px/less-than.svg b/resources/icons/16px/less-than.svg new file mode 100644 index 0000000000..5c28033ce0 --- /dev/null +++ b/resources/icons/16px/less-than.svg @@ -0,0 +1,9 @@ + + + + less-than + Created with Sketch. + + + + \ No newline at end of file diff --git a/resources/icons/16px/not-equal-to.svg b/resources/icons/16px/not-equal-to.svg new file mode 100644 index 0000000000..6c579c2ad9 --- /dev/null +++ b/resources/icons/16px/not-equal-to.svg @@ -0,0 +1,11 @@ + + + + not-equal-to + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/resources/icons/16px/reset.svg b/resources/icons/16px/reset.svg new file mode 100644 index 0000000000..21786eddea --- /dev/null +++ b/resources/icons/16px/reset.svg @@ -0,0 +1,11 @@ + + + + reset + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/resources/icons/16px/th-disconnect.svg b/resources/icons/16px/th-disconnect.svg new file mode 100644 index 0000000000..f82baa2040 --- /dev/null +++ b/resources/icons/16px/th-disconnect.svg @@ -0,0 +1,11 @@ + + + + th-disconnect + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/resources/icons/20px/equals.svg b/resources/icons/20px/equals.svg new file mode 100644 index 0000000000..04c314ecbe --- /dev/null +++ b/resources/icons/20px/equals.svg @@ -0,0 +1,11 @@ + + + + equals + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/resources/icons/20px/filter-open.svg b/resources/icons/20px/filter-open.svg new file mode 100644 index 0000000000..385759184d --- /dev/null +++ b/resources/icons/20px/filter-open.svg @@ -0,0 +1,9 @@ + + + + filter-open + Created with Sketch. + + + + \ No newline at end of file diff --git a/resources/icons/20px/greater-than-or-equal-to.svg b/resources/icons/20px/greater-than-or-equal-to.svg new file mode 100644 index 0000000000..15ff3d0ab1 --- /dev/null +++ b/resources/icons/20px/greater-than-or-equal-to.svg @@ -0,0 +1,12 @@ + + + + greater-than-or-equal-to + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/resources/icons/20px/greater-than.svg b/resources/icons/20px/greater-than.svg new file mode 100644 index 0000000000..e19a80c686 --- /dev/null +++ b/resources/icons/20px/greater-than.svg @@ -0,0 +1,9 @@ + + + + greater-than + Created with Sketch. + + + + \ No newline at end of file diff --git a/resources/icons/20px/less-than-or-equal-to.svg b/resources/icons/20px/less-than-or-equal-to.svg new file mode 100644 index 0000000000..5f6ac0feb2 --- /dev/null +++ b/resources/icons/20px/less-than-or-equal-to.svg @@ -0,0 +1,9 @@ + + + + less-than-or-equal-to + Created with Sketch. + + + + \ No newline at end of file diff --git a/resources/icons/20px/less-than.svg b/resources/icons/20px/less-than.svg new file mode 100644 index 0000000000..8dd899b90b --- /dev/null +++ b/resources/icons/20px/less-than.svg @@ -0,0 +1,9 @@ + + + + less-than + Created with Sketch. + + + + \ No newline at end of file diff --git a/resources/icons/20px/not-equal-to.svg b/resources/icons/20px/not-equal-to.svg new file mode 100644 index 0000000000..339724aa54 --- /dev/null +++ b/resources/icons/20px/not-equal-to.svg @@ -0,0 +1,11 @@ + + + + not-equal-to + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/resources/icons/20px/reset.svg b/resources/icons/20px/reset.svg new file mode 100644 index 0000000000..674d15a8ba --- /dev/null +++ b/resources/icons/20px/reset.svg @@ -0,0 +1,11 @@ + + + + reset + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/resources/icons/20px/th-disconnect.svg b/resources/icons/20px/th-disconnect.svg new file mode 100644 index 0000000000..ad048a8807 --- /dev/null +++ b/resources/icons/20px/th-disconnect.svg @@ -0,0 +1,11 @@ + + + + th-disconnect + Created with Sketch. + + + + + + \ No newline at end of file