We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3b58a commit 64359f5Copy full SHA for 64359f5
2 files changed
CHANGELOG.md
@@ -37,6 +37,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
37
- new icons:
38
- `state-confirmed-all`
39
- `state-declined-all`
40
+ - `data-sourceschema`
41
+ - `data-targetschema`
42
+ - `operation-ai-generate`
43
+ - `toggler-pin-empty`
44
+ - `toggler-pin-filled`
45
46
### Fixed
47
src/components/Icon/canonicalIconNames.tsx
@@ -73,6 +73,8 @@ const canonicalIcons = {
73
"data-time": icons.Time,
74
"data-datetime": icons.EventSchedule,
75
"data-number": icons.StringInteger,
76
+ "data-sourceschema": icons.PortOutput,
77
+ "data-targetschema": icons.PortInput,
78
79
"entity-human": icons.User,
80
"entity-robot": icons.Bot,
@@ -138,6 +140,7 @@ const canonicalIcons = {
138
140
"navigation-up": icons.ArrowUp,
139
141
142
"operation-aggregation": icons.DataCollection,
143
+ "operation-ai-generate": icons.AiGenerate,
144
"operation-autolayout": icons.ChartNetwork,
145
"operation-clear": icons.Close,
146
"operation-commit": icons.Commit,
@@ -212,6 +215,8 @@ const canonicalIcons = {
212
215
"toggler-star-filled": icons.StarFilled,
213
216
"toggler-table": icons.Table,
214
217
"toggler-tree": icons.TreeViewAlt,
218
+ "toggler-pin-empty": icons.Pin,
219
+ "toggler-pin-filled": icons.PinFilled,
220
221
"form-template": icons.Parameter,
222
0 commit comments