Skip to content

Commit 73b6e4a

Browse files
at-susiejkuelzjperalsernst-devHarsh-Anand-Singh
authored
chore: Add new gen-ai icons (#4081)
Co-authored-by: Jessica Kuelz <[email protected]> Co-authored-by: Joan Perals <[email protected]> Co-authored-by: Ernst Kaese <[email protected]> Co-authored-by: Harsh Anand Singh <[email protected]> Co-authored-by: Andrei Zhaleznichenka <[email protected]> Co-authored-by: Gethin Webster <[email protected]> Co-authored-by: Simon Brebeck <[email protected]>
1 parent 1369fb7 commit 73b6e4a

File tree

5 files changed

+33
-0
lines changed

5 files changed

+33
-0
lines changed

src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14305,6 +14305,11 @@ The same applies to switching icons in the same configuration (for example, \`{'
1430514305
"optional": true,
1430614306
"type": "React.ReactNode",
1430714307
},
14308+
{
14309+
"name": "edit-gen-ai",
14310+
"optional": true,
14311+
"type": "React.ReactNode",
14312+
},
1430814313
{
1430914314
"name": "ellipsis",
1431014315
"optional": true,
@@ -14545,6 +14550,11 @@ The same applies to switching icons in the same configuration (for example, \`{'
1454514550
"optional": true,
1454614551
"type": "React.ReactNode",
1454714552
},
14553+
{
14554+
"name": "search-gen-ai",
14555+
"optional": true,
14556+
"type": "React.ReactNode",
14557+
},
1454814558
{
1454914559
"name": "security",
1455014560
"optional": true,
@@ -14645,6 +14655,11 @@ The same applies to switching icons in the same configuration (for example, \`{'
1464514655
"optional": true,
1464614656
"type": "React.ReactNode",
1464714657
},
14658+
{
14659+
"name": "suggestions-gen-ai",
14660+
"optional": true,
14661+
"type": "React.ReactNode",
14662+
},
1464814663
{
1464914664
"name": "support",
1465014665
"optional": true,

src/icon-provider/interfaces.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export namespace IconProviderProps {
6666
download?: ReactNode | null;
6767
'drag-indicator'?: ReactNode | null;
6868
edit?: ReactNode | null;
69+
'edit-gen-ai'?: ReactNode | null;
6970
ellipsis?: ReactNode | null;
7071
envelope?: ReactNode | null;
7172
'exit-full-screen'?: ReactNode | null;
@@ -114,6 +115,7 @@ export namespace IconProviderProps {
114115
'resize-area'?: ReactNode | null;
115116
script?: ReactNode | null;
116117
search?: ReactNode | null;
118+
'search-gen-ai'?: ReactNode | null;
117119
security?: ReactNode | null;
118120
settings?: ReactNode | null;
119121
send?: ReactNode | null;
@@ -134,6 +136,7 @@ export namespace IconProviderProps {
134136
'stop-circle'?: ReactNode | null;
135137
'subtract-minus'?: ReactNode | null;
136138
suggestions?: ReactNode | null;
139+
'suggestions-gen-ai'?: ReactNode | null;
137140
support?: ReactNode | null;
138141
'thumbs-down-filled'?: ReactNode | null;
139142
'thumbs-down'?: ReactNode | null;

src/icon/icons/edit-gen-ai.svg

Lines changed: 5 additions & 0 deletions
Loading

src/icon/icons/search-gen-ai.svg

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)