File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ import {
3333 DatadogIcon ,
3434 DevinIcon ,
3535 DiscordIcon ,
36- DocumentIcon ,
3736 DocuSignIcon ,
37+ DocumentIcon ,
3838 DropboxIcon ,
3939 DsPyIcon ,
4040 DubIcon ,
@@ -50,8 +50,8 @@ import {
5050 FirecrawlIcon ,
5151 FirefliesIcon ,
5252 GammaIcon ,
53- GithubIcon ,
5453 GitLabIcon ,
54+ GithubIcon ,
5555 GmailIcon ,
5656 GongIcon ,
5757 GoogleAdsIcon ,
@@ -95,9 +95,9 @@ import {
9595 LinkupIcon ,
9696 LoopsIcon ,
9797 LumaIcon ,
98+ MailServerIcon ,
9899 MailchimpIcon ,
99100 MailgunIcon ,
100- MailServerIcon ,
101101 Mem0Icon ,
102102 MicrosoftDataverseIcon ,
103103 MicrosoftExcelIcon ,
@@ -134,6 +134,8 @@ import {
134134 ResendIcon ,
135135 RevenueCatIcon ,
136136 S3Icon ,
137+ SQSIcon ,
138+ STTIcon ,
137139 SalesforceIcon ,
138140 SearchIcon ,
139141 SendgridIcon ,
@@ -145,19 +147,17 @@ import {
145147 SimilarwebIcon ,
146148 SlackIcon ,
147149 SmtpIcon ,
148- SQSIcon ,
149150 SshIcon ,
150- STTIcon ,
151151 StagehandIcon ,
152152 StripeIcon ,
153153 SupabaseIcon ,
154+ TTSIcon ,
154155 TavilyIcon ,
155156 TelegramIcon ,
156157 TextractIcon ,
157158 TinybirdIcon ,
158159 TranslateIcon ,
159160 TrelloIcon ,
160- TTSIcon ,
161161 TwilioIcon ,
162162 TypeformIcon ,
163163 UpstashIcon ,
@@ -169,11 +169,11 @@ import {
169169 WikipediaIcon ,
170170 WordpressIcon ,
171171 WorkdayIcon ,
172- xIcon ,
173172 YouTubeIcon ,
174173 ZendeskIcon ,
175174 ZepIcon ,
176175 ZoomIcon ,
176+ xIcon ,
177177} from '@/components/icons'
178178
179179type IconComponent = ComponentType < SVGProps < SVGSVGElement > >
Original file line number Diff line number Diff line change 174174 " zep" ,
175175 " zoom"
176176 ]
177- }
177+ }
Original file line number Diff line number Diff line change @@ -59,8 +59,9 @@ Generate SVG images from text prompts using QuiverAI
5959| --------- | ---- | ----------- |
6060| ` success ` | boolean | Whether the SVG generation succeeded |
6161| ` output ` | object | Generated SVG output |
62- | ↳ ` file ` | file | Generated SVG file |
63- | ↳ ` svgContent ` | string | Raw SVG markup content |
62+ | ↳ ` file ` | file | First generated SVG file |
63+ | ↳ ` files ` | json | All generated SVG files \( when n > ; 1\) |
64+ | ↳ ` svgContent ` | string | Raw SVG markup content of the first result |
6465| ↳ ` id ` | string | Generation request ID |
6566| ↳ ` usage ` | json | Token usage statistics |
6667| ↳ ` totalTokens ` | number | Total tokens used |
You can’t perform that action at this time.
0 commit comments