WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14147,6 +14147,11 @@ The same applies to switching icons in the same configuration (for example, \`{'
"optional": true,
"type": "React.ReactNode",
},
{
"name": "edit-gen-ai",
"optional": true,
"type": "React.ReactNode",
},
{
"name": "ellipsis",
"optional": true,
Expand Down Expand Up @@ -14387,6 +14392,11 @@ The same applies to switching icons in the same configuration (for example, \`{'
"optional": true,
"type": "React.ReactNode",
},
{
"name": "search-gen-ai",
"optional": true,
"type": "React.ReactNode",
},
{
"name": "security",
"optional": true,
Expand Down Expand Up @@ -14487,6 +14497,11 @@ The same applies to switching icons in the same configuration (for example, \`{'
"optional": true,
"type": "React.ReactNode",
},
{
"name": "suggestions-gen-ai",
"optional": true,
"type": "React.ReactNode",
},
{
"name": "support",
"optional": true,
Expand Down
3 changes: 3 additions & 0 deletions src/icon-provider/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export namespace IconProviderProps {
download?: ReactNode | null;
'drag-indicator'?: ReactNode | null;
edit?: ReactNode | null;
'edit-gen-ai'?: ReactNode | null;
ellipsis?: ReactNode | null;
envelope?: ReactNode | null;
'exit-full-screen'?: ReactNode | null;
Expand Down Expand Up @@ -114,6 +115,7 @@ export namespace IconProviderProps {
'resize-area'?: ReactNode | null;
script?: ReactNode | null;
search?: ReactNode | null;
'search-gen-ai'?: ReactNode | null;
security?: ReactNode | null;
settings?: ReactNode | null;
send?: ReactNode | null;
Expand All @@ -134,6 +136,7 @@ export namespace IconProviderProps {
'stop-circle'?: ReactNode | null;
'subtract-minus'?: ReactNode | null;
suggestions?: ReactNode | null;
'suggestions-gen-ai'?: ReactNode | null;
support?: ReactNode | null;
'thumbs-down-filled'?: ReactNode | null;
'thumbs-down'?: ReactNode | null;
Expand Down
5 changes: 5 additions & 0 deletions src/icon/icons/edit-gen-ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions src/icon/icons/history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icon/icons/search-gen-ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/icon/icons/slash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icon/icons/suggestions-gen-ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading