@knime/kds-styles 0.6.2 → 0.6.4
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.
|
@@ -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="M1.5 10.5c0-1.477 1.622-2.7 3.6-2.7m1.8.9h1.8m0 0h1.8m-1.8 0v1.8m0-1.8V6.9M7.35 3.75a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0" vector-effect="non-scaling-stroke"/></svg>
|
package/dist/img/icons/def.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
export const iconNames = [
|
|
3
|
+
'add-user',
|
|
3
4
|
'ai-general',
|
|
4
5
|
'annotation-mode',
|
|
5
6
|
'arrow-down',
|
|
@@ -134,6 +135,7 @@ export const iconNames = [
|
|
|
134
135
|
'space',
|
|
135
136
|
'stepwise-execution',
|
|
136
137
|
'strikethrough',
|
|
138
|
+
'team',
|
|
137
139
|
'text',
|
|
138
140
|
'textstyles',
|
|
139
141
|
'thumbs-down',
|
|
@@ -147,6 +149,7 @@ export const iconNames = [
|
|
|
147
149
|
'undo',
|
|
148
150
|
'unlink',
|
|
149
151
|
'user',
|
|
152
|
+
'version',
|
|
150
153
|
'view-cards',
|
|
151
154
|
'warning',
|
|
152
155
|
'workflow',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" viewBox="0 0 12 12"><path d="M5.81 7.235a2 2 0 0 0-.542-.65 2.6 2.6 0 0 0-.811-.433A3 3 0 0 0 3.5 6a3 3 0 0 0-.957.152c-.303.1-.579.248-.81.434a2 2 0 0 0-.543.649A1.66 1.66 0 0 0 1 8m10 2a1.66 1.66 0 0 0-.19-.765 2 2 0 0 0-.542-.65 2.6 2.6 0 0 0-.811-.433A3 3 0 0 0 8.5 8a3 3 0 0 0-.957.152c-.303.1-.579.248-.81.434a2 2 0 0 0-.543.649A1.66 1.66 0 0 0 6 10M5 3a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5 2a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" 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="M6 10.5a4.5 4.5 0 1 0-3.182-7.682M6 3.2v2.908l1.24 1.24m-4.422-4.53V1m0 1.818H4.5M1.67 7.231a4.5 4.5 0 0 0 .47 1.084m-.58-3.048c.068-.42.194-.817.369-1.187m2.614 6.179a4.5 4.5 0 0 1-1.099-.555" vector-effect="non-scaling-stroke"/></svg>
|