Skip to content

Commit 64359f5

Browse files
committed
add new icons
1 parent ea3b58a commit 64359f5

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3737
- new icons:
3838
- `state-confirmed-all`
3939
- `state-declined-all`
40+
- `data-sourceschema`
41+
- `data-targetschema`
42+
- `operation-ai-generate`
43+
- `toggler-pin-empty`
44+
- `toggler-pin-filled`
4045

4146
### Fixed
4247

src/components/Icon/canonicalIconNames.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ const canonicalIcons = {
7373
"data-time": icons.Time,
7474
"data-datetime": icons.EventSchedule,
7575
"data-number": icons.StringInteger,
76+
"data-sourceschema": icons.PortOutput,
77+
"data-targetschema": icons.PortInput,
7678

7779
"entity-human": icons.User,
7880
"entity-robot": icons.Bot,
@@ -138,6 +140,7 @@ const canonicalIcons = {
138140
"navigation-up": icons.ArrowUp,
139141

140142
"operation-aggregation": icons.DataCollection,
143+
"operation-ai-generate": icons.AiGenerate,
141144
"operation-autolayout": icons.ChartNetwork,
142145
"operation-clear": icons.Close,
143146
"operation-commit": icons.Commit,
@@ -212,6 +215,8 @@ const canonicalIcons = {
212215
"toggler-star-filled": icons.StarFilled,
213216
"toggler-table": icons.Table,
214217
"toggler-tree": icons.TreeViewAlt,
218+
"toggler-pin-empty": icons.Pin,
219+
"toggler-pin-filled": icons.PinFilled,
215220

216221
"form-template": icons.Parameter,
217222

0 commit comments

Comments
 (0)