@knime/kds-styles 0.5.6 → 0.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/img/icons/def.ts
CHANGED
|
@@ -75,6 +75,7 @@ export const iconNames = [
|
|
|
75
75
|
'info',
|
|
76
76
|
'interval',
|
|
77
77
|
'italic',
|
|
78
|
+
'key',
|
|
78
79
|
'layout-editor',
|
|
79
80
|
'left-aligned',
|
|
80
81
|
'like',
|
|
@@ -90,6 +91,7 @@ export const iconNames = [
|
|
|
90
91
|
'metanode',
|
|
91
92
|
'mini-map',
|
|
92
93
|
'minimize-dialog',
|
|
94
|
+
'minimize-side-panel',
|
|
93
95
|
'minus',
|
|
94
96
|
'more-actions',
|
|
95
97
|
'node-stack',
|
|
@@ -116,6 +118,7 @@ export const iconNames = [
|
|
|
116
118
|
'save',
|
|
117
119
|
'schedule',
|
|
118
120
|
'search',
|
|
121
|
+
'secret-store',
|
|
119
122
|
'selected-cancel',
|
|
120
123
|
'selected-execution',
|
|
121
124
|
'selected-reset',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 12 12"><path d="M6.267 4.933 2 9.2l1.6 1.6m2.133-2.133-1.6-1.6m1.6-3.734a2.133 2.133 0 1 0 4.267 0 2.133 2.133 0 0 0-4.267 0" vector-effect="non-scaling-stroke"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 12 12"><path
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 12 12"><path d="M8.963 10.5H3m1.778 0V7.88m2.666 0v2.62M1.556 7.88h8.888A.574.574 0 0 0 11 7.317V2.065a.574.574 0 0 0-.556-.565H1.556A.574.574 0 0 0 1 2.065v5.25a.55.55 0 0 0 .556.566" vector-effect="non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 12 12"><path d="M3.75 3.25v5.5M2.45 1.5h7.105a.45.45 0 0 1 .45.45v8.1a.45.45 0 0 1-.45.45H2.45a.45.45 0 0 1-.45-.45v-8.1a.45.45 0 0 1 .45-.45" vector-effect="non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 12 12"><path d="M2.5 10.5v.5M3 4v3m6.5 3.5v.5m-8-1h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5M9 5.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0" vector-effect="non-scaling-stroke"/></svg>
|