@arcadeai/design-system 3.27.6 → 3.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/dist/assets/icons/attio.js +10 -0
  2. package/dist/assets/icons/microsoft-excel.js +35 -0
  3. package/dist/assets/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
  4. package/dist/assets/icons/microsoft-powerpoint.js +121 -0
  5. package/dist/assets/icons/microsoft-word.js +32 -0
  6. package/dist/components/index.js +390 -384
  7. package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
  8. package/dist/components/ui/atoms/checkbox.js +100 -100
  9. package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
  10. package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
  11. package/dist/components/ui/atoms/icons/attio.js +27 -0
  12. package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -1
  13. package/dist/components/ui/atoms/icons/claude.js +22 -4
  14. package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -1
  15. package/dist/components/ui/atoms/icons/cline.js +18 -4
  16. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -1
  17. package/dist/components/ui/atoms/icons/cursor-install-dark.js +74 -11
  18. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -1
  19. package/dist/components/ui/atoms/icons/cursor-install-light.js +74 -11
  20. package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -1
  21. package/dist/components/ui/atoms/icons/gemini.js +229 -50
  22. package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -1
  23. package/dist/components/ui/atoms/icons/goose.js +17 -4
  24. package/dist/components/ui/atoms/icons/index.d.ts +5 -2
  25. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  26. package/dist/components/ui/atoms/icons/index.js +264 -258
  27. package/dist/components/ui/atoms/icons/microsoft-excel.d.ts +4 -0
  28. package/dist/components/ui/atoms/icons/microsoft-excel.d.ts.map +1 -0
  29. package/dist/components/ui/atoms/icons/microsoft-excel.js +285 -0
  30. package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts +4 -0
  31. package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts.map +1 -0
  32. package/dist/components/ui/atoms/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
  33. package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts +4 -0
  34. package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts.map +1 -0
  35. package/dist/components/ui/atoms/icons/microsoft-powerpoint.js +334 -0
  36. package/dist/components/ui/atoms/icons/microsoft-word.d.ts +4 -0
  37. package/dist/components/ui/atoms/icons/microsoft-word.d.ts.map +1 -0
  38. package/dist/components/ui/atoms/icons/microsoft-word.js +232 -0
  39. package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -1
  40. package/dist/components/ui/atoms/icons/openai.js +21 -4
  41. package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -1
  42. package/dist/components/ui/atoms/icons/vscode.js +182 -34
  43. package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -1
  44. package/dist/components/ui/atoms/icons/windsurf.js +21 -4
  45. package/dist/components/ui/atoms/index.js +387 -381
  46. package/dist/components/ui/index.js +390 -384
  47. package/dist/components/ui/molecules/index.js +1 -1
  48. package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
  49. package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
  50. package/dist/components/ui/molecules/requirement-badges.js +1 -1
  51. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  52. package/dist/components/ui/molecules/tool-card.js +55 -54
  53. package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
  54. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  55. package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
  56. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
  57. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
  58. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  59. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +1 -1
  60. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +1 -1
  61. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
  62. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +63 -50
  63. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
  64. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +34 -23
  65. package/dist/hooks/use-is-truncated.d.ts +13 -0
  66. package/dist/hooks/use-is-truncated.d.ts.map +1 -0
  67. package/dist/hooks/use-is-truncated.js +20 -0
  68. package/dist/lib/arcade/arcade.d.ts +0 -24
  69. package/dist/lib/arcade/arcade.d.ts.map +1 -1
  70. package/dist/lib/arcade/arcade.js +253 -416
  71. package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
  72. package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
  73. package/dist/lib/arcade/toolkit-collection.js +149 -0
  74. package/dist/main.js +416 -410
  75. package/dist/metadata/oauth-providers.d.ts +2 -0
  76. package/dist/metadata/oauth-providers.d.ts.map +1 -1
  77. package/dist/metadata/oauth-providers.js +84 -72
  78. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  79. package/dist/metadata/toolkit-icons.js +150 -144
  80. package/dist/metadata/toolkits.d.ts.map +1 -1
  81. package/dist/metadata/toolkits.js +52 -13
  82. package/dist/{toolkit-card-DaoEIG0R.js → toolkit-card-Cmp_yG03.js} +116 -111
  83. package/package.json +10 -5
  84. package/dist/assets/icons/roocode.js +0 -10
  85. package/dist/components/ui/atoms/icons/one-drive.d.ts +0 -4
  86. package/dist/components/ui/atoms/icons/one-drive.d.ts.map +0 -1
  87. package/dist/components/ui/atoms/icons/roocode.d.ts +0 -4
  88. package/dist/components/ui/atoms/icons/roocode.d.ts.map +0 -1
  89. package/dist/components/ui/atoms/icons/roocode.js +0 -9
@@ -0,0 +1,232 @@
1
+ import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
+ const a = (r) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ "data-name": "Слой 1",
6
+ viewBox: "0 0 486 500",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...r,
9
+ children: [
10
+ /* @__PURE__ */ t("title", { children: "Microsoft Word" }),
11
+ /* @__PURE__ */ o("defs", { children: [
12
+ /* @__PURE__ */ o(
13
+ "radialGradient",
14
+ {
15
+ cx: "-689.34",
16
+ cy: "753.93",
17
+ "data-name": "Безымянный градиент",
18
+ fx: "-689.34",
19
+ fy: "753.93",
20
+ gradientTransform: "matrix(47.56 0 0 -20.15 33260.63 15691.18)",
21
+ gradientUnits: "userSpaceOnUse",
22
+ id: "microsoft_word__a",
23
+ r: "13.89",
24
+ children: [
25
+ /* @__PURE__ */ t("stop", { offset: ".18", stopColor: "#1657f4" }),
26
+ /* @__PURE__ */ t("stop", { offset: ".57", stopColor: "#0036c4" })
27
+ ]
28
+ }
29
+ ),
30
+ /* @__PURE__ */ o(
31
+ "radialGradient",
32
+ {
33
+ cx: "-730.97",
34
+ cy: "806.4",
35
+ "data-name": "Безымянный градиент 3",
36
+ fx: "-730.97",
37
+ fy: "806.4",
38
+ gradientTransform: "matrix(-20.22495 21.28288 52.40647 49.82267 -56559.12 -24498.36)",
39
+ gradientUnits: "userSpaceOnUse",
40
+ id: "microsoft_word__c",
41
+ r: "13.89",
42
+ children: [
43
+ /* @__PURE__ */ t("stop", { offset: ".14", stopColor: "#d471ff" }),
44
+ /* @__PURE__ */ t("stop", { offset: ".83", stopColor: "#509df5", stopOpacity: 0 })
45
+ ]
46
+ }
47
+ ),
48
+ /* @__PURE__ */ o(
49
+ "radialGradient",
50
+ {
51
+ cx: "-682.21",
52
+ cy: "801.86",
53
+ "data-name": "Безымянный градиент 4",
54
+ fx: "-682.21",
55
+ fy: "801.86",
56
+ gradientTransform: "matrix(0 18.62 101.62 0 -81063.08 13022.32)",
57
+ gradientUnits: "userSpaceOnUse",
58
+ id: "microsoft_word__d",
59
+ r: "13.89",
60
+ children: [
61
+ /* @__PURE__ */ t("stop", { offset: ".28", stopColor: "#4f006f", stopOpacity: 0 }),
62
+ /* @__PURE__ */ t("stop", { offset: "1", stopColor: "#4f006f" })
63
+ ]
64
+ }
65
+ ),
66
+ /* @__PURE__ */ o(
67
+ "radialGradient",
68
+ {
69
+ cx: "-749.58",
70
+ cy: "798.74",
71
+ "data-name": "Безымянный градиент 6",
72
+ fx: "-749.58",
73
+ fy: "798.74",
74
+ gradientTransform: "matrix(-28.7167 6.70901 16.06567 68.78884 -33867.69 -49911.37)",
75
+ gradientUnits: "userSpaceOnUse",
76
+ id: "microsoft_word__f",
77
+ r: "13.89",
78
+ children: [
79
+ /* @__PURE__ */ t("stop", { offset: ".06", stopColor: "#e4a7fe" }),
80
+ /* @__PURE__ */ t("stop", { offset: ".54", stopColor: "#e4a7fe", stopOpacity: 0 })
81
+ ]
82
+ }
83
+ ),
84
+ /* @__PURE__ */ o(
85
+ "radialGradient",
86
+ {
87
+ cx: "-675.64",
88
+ cy: "797.48",
89
+ "data-name": "Безымянный градиент 7",
90
+ fx: "-675.64",
91
+ fy: "797.48",
92
+ gradientTransform: "matrix(15.99196 15.99755 15.99476 -15.99476 -1949 23805.98)",
93
+ gradientUnits: "userSpaceOnUse",
94
+ id: "microsoft_word__g",
95
+ r: "13.89",
96
+ children: [
97
+ /* @__PURE__ */ t("stop", { offset: ".08", stopColor: "#367af2" }),
98
+ /* @__PURE__ */ t("stop", { offset: ".87", stopColor: "#001a8f" })
99
+ ]
100
+ }
101
+ ),
102
+ /* @__PURE__ */ o(
103
+ "radialGradient",
104
+ {
105
+ cx: "-657.62",
106
+ cy: "854.65",
107
+ "data-name": "Безымянный градиент 8",
108
+ fx: "-657.62",
109
+ fy: "854.65",
110
+ gradientTransform: "matrix(0 11.2 12.76 0 -10796.09 7734.8)",
111
+ gradientUnits: "userSpaceOnUse",
112
+ id: "microsoft_word__h",
113
+ r: "13.89",
114
+ children: [
115
+ /* @__PURE__ */ t("stop", { offset: ".59", stopColor: "#2763e5", stopOpacity: 0 }),
116
+ /* @__PURE__ */ t("stop", { offset: ".97", stopColor: "#58aafe" })
117
+ ]
118
+ }
119
+ ),
120
+ /* @__PURE__ */ o(
121
+ "linearGradient",
122
+ {
123
+ "data-name": "Безымянный градиент 2",
124
+ gradientTransform: "matrix(1 0 0 -1 0 502)",
125
+ gradientUnits: "userSpaceOnUse",
126
+ id: "microsoft_word__b",
127
+ x1: "69.43",
128
+ x2: "388.45",
129
+ y1: "238.11",
130
+ y2: "238.11",
131
+ children: [
132
+ /* @__PURE__ */ t("stop", { offset: "0", stopColor: "#66c0ff" }),
133
+ /* @__PURE__ */ t("stop", { offset: ".26", stopColor: "#0094f0" })
134
+ ]
135
+ }
136
+ ),
137
+ /* @__PURE__ */ o(
138
+ "linearGradient",
139
+ {
140
+ "data-name": "Безымянный градиент 5",
141
+ gradientTransform: "matrix(1 0 0 -1 0 502)",
142
+ gradientUnits: "userSpaceOnUse",
143
+ id: "microsoft_word__e",
144
+ x1: "69.48",
145
+ x2: "485.94",
146
+ y1: "380.04",
147
+ y2: "373.16",
148
+ children: [
149
+ /* @__PURE__ */ t("stop", { offset: "0", stopColor: "#9deaff" }),
150
+ /* @__PURE__ */ t("stop", { offset: ".2", stopColor: "#3bd5ff" })
151
+ ]
152
+ }
153
+ )
154
+ ] }),
155
+ /* @__PURE__ */ t(
156
+ "path",
157
+ {
158
+ d: "m69.43 376.25 194.4-237.36L486 293.13v158.26c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31-37.31-83.31-83.33v-40.42Z",
159
+ style: { fill: "url(#microsoft_word__a)" }
160
+ }
161
+ ),
162
+ /* @__PURE__ */ t(
163
+ "path",
164
+ {
165
+ d: "M69.43 208.87c0-34.52 27.98-62.5 62.49-62.5h283.11L486 111.11v173.61c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31 37.31-83.31 83.33v-207.8Z",
166
+ style: { fill: "url(#microsoft_word__b)" }
167
+ }
168
+ ),
169
+ /* @__PURE__ */ t(
170
+ "path",
171
+ {
172
+ d: "M69.43 208.87c0-34.52 27.98-62.5 62.49-62.5h283.11L486 111.11v173.61c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31 37.31-83.31 83.33v-207.8Z",
173
+ style: { fill: "url(#microsoft_word__c)", fillOpacity: 0.6 }
174
+ }
175
+ ),
176
+ /* @__PURE__ */ t(
177
+ "path",
178
+ {
179
+ d: "M69.43 208.87c0-34.52 27.98-62.5 62.49-62.5h283.11L486 111.11v173.61c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31 37.31-83.31 83.33v-207.8Z",
180
+ style: { fill: "url(#microsoft_word__d)", fillOpacity: 0.1 }
181
+ }
182
+ ),
183
+ /* @__PURE__ */ t(
184
+ "path",
185
+ {
186
+ d: "M69.43 83.33C69.43 37.31 106.73 0 152.74 0H437.4C464.24 0 486 21.76 486 48.61v69.44c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31 37.31-83.31 83.33V83.33Z",
187
+ style: { fill: "url(#microsoft_word__e)" }
188
+ }
189
+ ),
190
+ /* @__PURE__ */ t(
191
+ "path",
192
+ {
193
+ d: "M69.43 83.33C69.43 37.31 106.73 0 152.74 0H437.4C464.24 0 486 21.76 486 48.61v69.44c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31 37.31-83.31 83.33V83.33Z",
194
+ style: { fill: "url(#microsoft_word__f)", fillOpacity: 0.8 }
195
+ }
196
+ ),
197
+ /* @__PURE__ */ t(
198
+ "rect",
199
+ {
200
+ height: "222.22",
201
+ rx: "45.13",
202
+ ry: "45.13",
203
+ style: { fill: "url(#microsoft_word__g)" },
204
+ width: "222.17",
205
+ y: "236.11"
206
+ }
207
+ ),
208
+ /* @__PURE__ */ t(
209
+ "rect",
210
+ {
211
+ height: "222.22",
212
+ rx: "45.13",
213
+ ry: "45.13",
214
+ style: { fill: "url(#microsoft_word__h)", fillOpacity: 0.65 },
215
+ width: "222.17",
216
+ y: "236.11"
217
+ }
218
+ ),
219
+ /* @__PURE__ */ t(
220
+ "path",
221
+ {
222
+ d: "M187.26 283.73 159.92 410.7l-32.69.02-16.14-76.19-16.9 76.19h-33L34.91 283.75h26.95l16.21 83.79 16.11-83.79h33.04l16.87 83.79 15.82-83.79 27.34-.02Z",
223
+ style: { fill: "#fff" }
224
+ }
225
+ )
226
+ ]
227
+ }
228
+ );
229
+ export {
230
+ a as MicrosoftWord,
231
+ a as default
232
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"openai.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/openai.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAErC,eAAO,MAAM,MAAM,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAOpD,CAAA;AAED,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"openai.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/openai.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,MAAM,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAepD,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,8 +1,25 @@
1
1
  import { jsxs as e, jsx as C } from "react/jsx-runtime";
2
- const i = (L) => /* @__PURE__ */ e("svg", { width: "256", height: "260", viewBox: "0 0 256 260", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid", ...L, children: [
3
- /* @__PURE__ */ C("title", { children: "OpenAI" }),
4
- /* @__PURE__ */ C("path", { d: "M239.183914,106.202783 C245.054304,88.5242096 243.02228,69.1733805 233.607599,53.0998864 C219.451678,28.4588021 190.999703,15.7836129 163.213007,21.739505 C147.554077,4.32145883 123.794909,-3.42398554 100.87901,1.41873898 C77.9631105,6.26146349 59.3690093,22.9572536 52.0959621,45.2214219 C33.8436494,48.9644867 18.0901721,60.392749 8.86672513,76.5818033 C-5.443491,101.182962 -2.19544431,132.215255 16.8986662,153.320094 C11.0060865,170.990656 13.0197283,190.343991 22.4238231,206.422991 C36.5975553,231.072344 65.0680342,243.746566 92.8695738,237.783372 C105.235639,251.708249 123.001113,259.630942 141.623968,259.52692 C170.105359,259.552169 195.337611,241.165718 204.037777,214.045661 C222.28734,210.296356 238.038489,198.869783 247.267014,182.68528 C261.404453,158.127515 258.142494,127.262775 239.183914,106.202783 L239.183914,106.202783 Z M141.623968,242.541207 C130.255682,242.559177 119.243876,238.574642 110.519381,231.286197 L112.054146,230.416496 L163.724595,200.590881 C166.340648,199.056444 167.954321,196.256818 167.970781,193.224005 L167.970781,120.373788 L189.815614,133.010026 C190.034132,133.121423 190.186235,133.330564 190.224885,133.572774 L190.224885,193.940229 C190.168603,220.758427 168.442166,242.484864 141.623968,242.541207 Z M37.1575749,197.93062 C31.456498,188.086359 29.4094818,176.546984 31.3766237,165.342426 L32.9113895,166.263285 L84.6329973,196.088901 C87.2389349,197.618207 90.4682717,197.618207 93.0742093,196.088901 L156.255402,159.663793 L156.255402,184.885111 C156.243557,185.149771 156.111725,185.394602 155.89729,185.550176 L103.561776,215.733903 C80.3054953,229.131632 50.5924954,221.165435 37.1575749,197.93062 Z M23.5493181,85.3811273 C29.2899861,75.4733097 38.3511911,67.9162648 49.1287482,64.0478825 L49.1287482,125.438515 C49.0891492,128.459425 50.6965386,131.262556 53.3237748,132.754232 L116.198014,169.025864 L94.3531808,181.662102 C94.1132325,181.789434 93.8257461,181.789434 93.5857979,181.662102 L41.3526015,151.529534 C18.1419426,138.076098 10.1817681,108.385562 23.5493181,85.125333 L23.5493181,85.3811273 Z M203.0146,127.075598 L139.935725,90.4458545 L161.7294,77.8607748 C161.969348,77.7334434 162.256834,77.7334434 162.496783,77.8607748 L214.729979,108.044502 C231.032329,117.451747 240.437294,135.426109 238.871504,154.182739 C237.305714,172.939368 225.050719,189.105572 207.414262,195.67963 L207.414262,134.288998 C207.322521,131.276867 205.650697,128.535853 203.0146,127.075598 Z M224.757116,94.3850867 L223.22235,93.4642272 L171.60306,63.3828173 C168.981293,61.8443751 165.732456,61.8443751 163.110689,63.3828173 L99.9806554,99.8079259 L99.9806554,74.5866077 C99.9533004,74.3254088 100.071095,74.0701869 100.287609,73.9215426 L152.520805,43.7889738 C168.863098,34.3743518 189.174256,35.2529043 204.642579,46.0434841 C220.110903,56.8340638 227.949269,75.5923959 224.757116,94.1804513 L224.757116,94.3850867 Z M88.0606409,139.097931 L66.2158076,126.512851 C65.9950399,126.379091 65.8450965,126.154176 65.8065367,125.898945 L65.8065367,65.684966 C65.8314495,46.8285367 76.7500605,29.6846032 93.8270852,21.6883055 C110.90411,13.6920079 131.063833,16.2835462 145.5632,28.338998 L144.028434,29.2086986 L92.3579852,59.0343142 C89.7419327,60.5687513 88.1282597,63.3683767 88.1117998,66.4011901 L88.0606409,139.097931 Z M99.9294965,113.5185 L128.06687,97.3011417 L156.255402,113.5185 L156.255402,145.953218 L128.169187,162.170577 L99.9806554,145.953218 L99.9294965,113.5185 Z", fill: "currentColor" })
5
- ] });
2
+ const i = (L) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ height: "260",
6
+ preserveAspectRatio: "xMidYMid",
7
+ viewBox: "0 0 256 260",
8
+ width: "256",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: [
12
+ /* @__PURE__ */ C("title", { children: "OpenAI" }),
13
+ /* @__PURE__ */ C(
14
+ "path",
15
+ {
16
+ d: "M239.183914,106.202783 C245.054304,88.5242096 243.02228,69.1733805 233.607599,53.0998864 C219.451678,28.4588021 190.999703,15.7836129 163.213007,21.739505 C147.554077,4.32145883 123.794909,-3.42398554 100.87901,1.41873898 C77.9631105,6.26146349 59.3690093,22.9572536 52.0959621,45.2214219 C33.8436494,48.9644867 18.0901721,60.392749 8.86672513,76.5818033 C-5.443491,101.182962 -2.19544431,132.215255 16.8986662,153.320094 C11.0060865,170.990656 13.0197283,190.343991 22.4238231,206.422991 C36.5975553,231.072344 65.0680342,243.746566 92.8695738,237.783372 C105.235639,251.708249 123.001113,259.630942 141.623968,259.52692 C170.105359,259.552169 195.337611,241.165718 204.037777,214.045661 C222.28734,210.296356 238.038489,198.869783 247.267014,182.68528 C261.404453,158.127515 258.142494,127.262775 239.183914,106.202783 L239.183914,106.202783 Z M141.623968,242.541207 C130.255682,242.559177 119.243876,238.574642 110.519381,231.286197 L112.054146,230.416496 L163.724595,200.590881 C166.340648,199.056444 167.954321,196.256818 167.970781,193.224005 L167.970781,120.373788 L189.815614,133.010026 C190.034132,133.121423 190.186235,133.330564 190.224885,133.572774 L190.224885,193.940229 C190.168603,220.758427 168.442166,242.484864 141.623968,242.541207 Z M37.1575749,197.93062 C31.456498,188.086359 29.4094818,176.546984 31.3766237,165.342426 L32.9113895,166.263285 L84.6329973,196.088901 C87.2389349,197.618207 90.4682717,197.618207 93.0742093,196.088901 L156.255402,159.663793 L156.255402,184.885111 C156.243557,185.149771 156.111725,185.394602 155.89729,185.550176 L103.561776,215.733903 C80.3054953,229.131632 50.5924954,221.165435 37.1575749,197.93062 Z M23.5493181,85.3811273 C29.2899861,75.4733097 38.3511911,67.9162648 49.1287482,64.0478825 L49.1287482,125.438515 C49.0891492,128.459425 50.6965386,131.262556 53.3237748,132.754232 L116.198014,169.025864 L94.3531808,181.662102 C94.1132325,181.789434 93.8257461,181.789434 93.5857979,181.662102 L41.3526015,151.529534 C18.1419426,138.076098 10.1817681,108.385562 23.5493181,85.125333 L23.5493181,85.3811273 Z M203.0146,127.075598 L139.935725,90.4458545 L161.7294,77.8607748 C161.969348,77.7334434 162.256834,77.7334434 162.496783,77.8607748 L214.729979,108.044502 C231.032329,117.451747 240.437294,135.426109 238.871504,154.182739 C237.305714,172.939368 225.050719,189.105572 207.414262,195.67963 L207.414262,134.288998 C207.322521,131.276867 205.650697,128.535853 203.0146,127.075598 Z M224.757116,94.3850867 L223.22235,93.4642272 L171.60306,63.3828173 C168.981293,61.8443751 165.732456,61.8443751 163.110689,63.3828173 L99.9806554,99.8079259 L99.9806554,74.5866077 C99.9533004,74.3254088 100.071095,74.0701869 100.287609,73.9215426 L152.520805,43.7889738 C168.863098,34.3743518 189.174256,35.2529043 204.642579,46.0434841 C220.110903,56.8340638 227.949269,75.5923959 224.757116,94.1804513 L224.757116,94.3850867 Z M88.0606409,139.097931 L66.2158076,126.512851 C65.9950399,126.379091 65.8450965,126.154176 65.8065367,125.898945 L65.8065367,65.684966 C65.8314495,46.8285367 76.7500605,29.6846032 93.8270852,21.6883055 C110.90411,13.6920079 131.063833,16.2835462 145.5632,28.338998 L144.028434,29.2086986 L92.3579852,59.0343142 C89.7419327,60.5687513 88.1282597,63.3683767 88.1117998,66.4011901 L88.0606409,139.097931 Z M99.9294965,113.5185 L128.06687,97.3011417 L156.255402,113.5185 L156.255402,145.953218 L128.169187,162.170577 L99.9806554,145.953218 L99.9294965,113.5185 Z",
17
+ fill: "currentColor"
18
+ }
19
+ )
20
+ ]
21
+ }
22
+ );
6
23
  export {
7
24
  i as Openai,
8
25
  i as default
@@ -1 +1 @@
1
- {"version":3,"file":"vscode.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/vscode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAErC,eAAO,MAAM,MAAM,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA6CpD,CAAA;AAED,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"vscode.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/vscode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,MAAM,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAoIpD,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,38 +1,186 @@
1
1
  import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
- const r = (l) => /* @__PURE__ */ i("svg", { width: "100", height: "100", viewBox: "0 0 100 100", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...l, children: [
3
- /* @__PURE__ */ e("title", { children: "Vscode" }),
4
- /* @__PURE__ */ e("mask", { id: "mask0", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "100", height: "100", children: /* @__PURE__ */ e("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M70.9119 99.3171C72.4869 99.9307 74.2828 99.8914 75.8725 99.1264L96.4608 89.2197C98.6242 88.1787 100 85.9892 100 83.5872V16.4133C100 14.0113 98.6243 11.8218 96.4609 10.7808L75.8725 0.873756C73.7862 -0.130129 71.3446 0.11576 69.5135 1.44695C69.252 1.63711 69.0028 1.84943 68.769 2.08341L29.3551 38.0415L12.1872 25.0096C10.589 23.7965 8.35363 23.8959 6.86933 25.2461L1.36303 30.2549C-0.452552 31.9064 -0.454633 34.7627 1.35853 36.417L16.2471 50.0001L1.35853 63.5832C-0.454633 65.2374 -0.452552 68.0938 1.36303 69.7453L6.86933 74.7541C8.35363 76.1043 10.589 76.2037 12.1872 74.9905L29.3551 61.9587L68.769 97.9167C69.3925 98.5406 70.1246 99.0104 70.9119 99.3171ZM75.0152 27.2989L45.1091 50.0001L75.0152 72.7012V27.2989Z", fill: "white" }) }),
5
- /* @__PURE__ */ i("g", { mask: "url(#mask0)", children: [
6
- /* @__PURE__ */ e("path", { d: "M96.4614 10.7962L75.8569 0.875542C73.4719 -0.272773 70.6217 0.211611 68.75 2.08333L1.29858 63.5832C-0.515693 65.2373 -0.513607 68.0937 1.30308 69.7452L6.81272 74.754C8.29793 76.1042 10.5347 76.2036 12.1338 74.9905L93.3609 13.3699C96.086 11.3026 100 13.2462 100 16.6667V16.4275C100 14.0265 98.6246 11.8378 96.4614 10.7962Z", fill: "#0065A9" }),
7
- /* @__PURE__ */ e("g", { filter: "url(#filter0_d)", children: /* @__PURE__ */ e("path", { d: "M96.4614 89.2038L75.8569 99.1245C73.4719 100.273 70.6217 99.7884 68.75 97.9167L1.29858 36.4169C-0.515693 34.7627 -0.513607 31.9063 1.30308 30.2548L6.81272 25.246C8.29793 23.8958 10.5347 23.7964 12.1338 25.0095L93.3609 86.6301C96.086 88.6974 100 86.7538 100 83.3334V83.5726C100 85.9735 98.6246 88.1622 96.4614 89.2038Z", fill: "#007ACC" }) }),
8
- /* @__PURE__ */ e("g", { filter: "url(#filter1_d)", children: /* @__PURE__ */ e("path", { d: "M75.8578 99.1263C73.4721 100.274 70.6219 99.7885 68.75 97.9166C71.0564 100.223 75 98.5895 75 95.3278V4.67213C75 1.41039 71.0564 -0.223106 68.75 2.08329C70.6219 0.211402 73.4721 -0.273666 75.8578 0.873633L96.4587 10.7807C98.6234 11.8217 100 14.0112 100 16.4132V83.5871C100 85.9891 98.6234 88.1786 96.4586 89.2196L75.8578 99.1263Z", fill: "#1F9CF0" }) }),
9
- /* @__PURE__ */ e("g", { style: { mixBlendMode: "overlay" }, opacity: "0.25", children: /* @__PURE__ */ e("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M70.8511 99.3171C72.4261 99.9306 74.2221 99.8913 75.8117 99.1264L96.4 89.2197C98.5634 88.1787 99.9392 85.9892 99.9392 83.5871V16.4133C99.9392 14.0112 98.5635 11.8217 96.4001 10.7807L75.8117 0.873695C73.7255 -0.13019 71.2838 0.115699 69.4527 1.44688C69.1912 1.63705 68.942 1.84937 68.7082 2.08335L29.2943 38.0414L12.1264 25.0096C10.5283 23.7964 8.29285 23.8959 6.80855 25.246L1.30225 30.2548C-0.513334 31.9064 -0.515415 34.7627 1.29775 36.4169L16.1863 50L1.29775 63.5832C-0.515415 65.2374 -0.513334 68.0937 1.30225 69.7452L6.80855 74.754C8.29285 76.1042 10.5283 76.2036 12.1264 74.9905L29.2943 61.9586L68.7082 97.9167C69.3317 98.5405 70.0638 99.0104 70.8511 99.3171ZM74.9544 27.2989L45.0483 50L74.9544 72.7012V27.2989Z", fill: "url(#paint0_linear)" }) })
10
- ] }),
11
- /* @__PURE__ */ i("defs", { children: [
12
- /* @__PURE__ */ i("filter", { id: "filter0_d", x: "-8.39411", y: "15.8291", width: "116.727", height: "92.2456", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
13
- /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
14
- /* @__PURE__ */ e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
15
- /* @__PURE__ */ e("feOffset", {}),
16
- /* @__PURE__ */ e("feGaussianBlur", { stdDeviation: "4.16667" }),
17
- /* @__PURE__ */ e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
18
- /* @__PURE__ */ e("feBlend", { mode: "overlay", in2: "BackgroundImageFix", result: "effect1_dropShadow" }),
19
- /* @__PURE__ */ e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })
20
- ] }),
21
- /* @__PURE__ */ i("filter", { id: "filter1_d", x: "60.4167", y: "-8.07558", width: "47.9167", height: "116.151", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
22
- /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
23
- /* @__PURE__ */ e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
24
- /* @__PURE__ */ e("feOffset", {}),
25
- /* @__PURE__ */ e("feGaussianBlur", { stdDeviation: "4.16667" }),
26
- /* @__PURE__ */ e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
27
- /* @__PURE__ */ e("feBlend", { mode: "overlay", in2: "BackgroundImageFix", result: "effect1_dropShadow" }),
28
- /* @__PURE__ */ e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })
29
- ] }),
30
- /* @__PURE__ */ i("linearGradient", { id: "paint0_linear", x1: "49.9392", y1: "0.257812", x2: "49.9392", y2: "99.7423", gradientUnits: "userSpaceOnUse", children: [
31
- /* @__PURE__ */ e("stop", { stopColor: "white" }),
32
- /* @__PURE__ */ e("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })
33
- ] })
34
- ] })
35
- ] });
2
+ const r = (l) => /* @__PURE__ */ i(
3
+ "svg",
4
+ {
5
+ fill: "none",
6
+ height: "100",
7
+ viewBox: "0 0 100 100",
8
+ width: "100",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ e("title", { children: "Vscode" }),
13
+ /* @__PURE__ */ e(
14
+ "mask",
15
+ {
16
+ height: "100",
17
+ id: "mask0",
18
+ maskUnits: "userSpaceOnUse",
19
+ style: { maskType: "alpha" },
20
+ width: "100",
21
+ x: "0",
22
+ y: "0",
23
+ children: /* @__PURE__ */ e(
24
+ "path",
25
+ {
26
+ clipRule: "evenodd",
27
+ d: "M70.9119 99.3171C72.4869 99.9307 74.2828 99.8914 75.8725 99.1264L96.4608 89.2197C98.6242 88.1787 100 85.9892 100 83.5872V16.4133C100 14.0113 98.6243 11.8218 96.4609 10.7808L75.8725 0.873756C73.7862 -0.130129 71.3446 0.11576 69.5135 1.44695C69.252 1.63711 69.0028 1.84943 68.769 2.08341L29.3551 38.0415L12.1872 25.0096C10.589 23.7965 8.35363 23.8959 6.86933 25.2461L1.36303 30.2549C-0.452552 31.9064 -0.454633 34.7627 1.35853 36.417L16.2471 50.0001L1.35853 63.5832C-0.454633 65.2374 -0.452552 68.0938 1.36303 69.7453L6.86933 74.7541C8.35363 76.1043 10.589 76.2037 12.1872 74.9905L29.3551 61.9587L68.769 97.9167C69.3925 98.5406 70.1246 99.0104 70.9119 99.3171ZM75.0152 27.2989L45.1091 50.0001L75.0152 72.7012V27.2989Z",
28
+ fill: "white",
29
+ fillRule: "evenodd"
30
+ }
31
+ )
32
+ }
33
+ ),
34
+ /* @__PURE__ */ i("g", { mask: "url(#mask0)", children: [
35
+ /* @__PURE__ */ e(
36
+ "path",
37
+ {
38
+ d: "M96.4614 10.7962L75.8569 0.875542C73.4719 -0.272773 70.6217 0.211611 68.75 2.08333L1.29858 63.5832C-0.515693 65.2373 -0.513607 68.0937 1.30308 69.7452L6.81272 74.754C8.29793 76.1042 10.5347 76.2036 12.1338 74.9905L93.3609 13.3699C96.086 11.3026 100 13.2462 100 16.6667V16.4275C100 14.0265 98.6246 11.8378 96.4614 10.7962Z",
39
+ fill: "#0065A9"
40
+ }
41
+ ),
42
+ /* @__PURE__ */ e("g", { filter: "url(#filter0_d)", children: /* @__PURE__ */ e(
43
+ "path",
44
+ {
45
+ d: "M96.4614 89.2038L75.8569 99.1245C73.4719 100.273 70.6217 99.7884 68.75 97.9167L1.29858 36.4169C-0.515693 34.7627 -0.513607 31.9063 1.30308 30.2548L6.81272 25.246C8.29793 23.8958 10.5347 23.7964 12.1338 25.0095L93.3609 86.6301C96.086 88.6974 100 86.7538 100 83.3334V83.5726C100 85.9735 98.6246 88.1622 96.4614 89.2038Z",
46
+ fill: "#007ACC"
47
+ }
48
+ ) }),
49
+ /* @__PURE__ */ e("g", { filter: "url(#filter1_d)", children: /* @__PURE__ */ e(
50
+ "path",
51
+ {
52
+ d: "M75.8578 99.1263C73.4721 100.274 70.6219 99.7885 68.75 97.9166C71.0564 100.223 75 98.5895 75 95.3278V4.67213C75 1.41039 71.0564 -0.223106 68.75 2.08329C70.6219 0.211402 73.4721 -0.273666 75.8578 0.873633L96.4587 10.7807C98.6234 11.8217 100 14.0112 100 16.4132V83.5871C100 85.9891 98.6234 88.1786 96.4586 89.2196L75.8578 99.1263Z",
53
+ fill: "#1F9CF0"
54
+ }
55
+ ) }),
56
+ /* @__PURE__ */ e("g", { opacity: "0.25", style: { mixBlendMode: "overlay" }, children: /* @__PURE__ */ e(
57
+ "path",
58
+ {
59
+ clipRule: "evenodd",
60
+ d: "M70.8511 99.3171C72.4261 99.9306 74.2221 99.8913 75.8117 99.1264L96.4 89.2197C98.5634 88.1787 99.9392 85.9892 99.9392 83.5871V16.4133C99.9392 14.0112 98.5635 11.8217 96.4001 10.7807L75.8117 0.873695C73.7255 -0.13019 71.2838 0.115699 69.4527 1.44688C69.1912 1.63705 68.942 1.84937 68.7082 2.08335L29.2943 38.0414L12.1264 25.0096C10.5283 23.7964 8.29285 23.8959 6.80855 25.246L1.30225 30.2548C-0.513334 31.9064 -0.515415 34.7627 1.29775 36.4169L16.1863 50L1.29775 63.5832C-0.515415 65.2374 -0.513334 68.0937 1.30225 69.7452L6.80855 74.754C8.29285 76.1042 10.5283 76.2036 12.1264 74.9905L29.2943 61.9586L68.7082 97.9167C69.3317 98.5405 70.0638 99.0104 70.8511 99.3171ZM74.9544 27.2989L45.0483 50L74.9544 72.7012V27.2989Z",
61
+ fill: "url(#paint0_linear)",
62
+ fillRule: "evenodd"
63
+ }
64
+ ) })
65
+ ] }),
66
+ /* @__PURE__ */ i("defs", { children: [
67
+ /* @__PURE__ */ i(
68
+ "filter",
69
+ {
70
+ colorInterpolationFilters: "sRGB",
71
+ filterUnits: "userSpaceOnUse",
72
+ height: "92.2456",
73
+ id: "filter0_d",
74
+ width: "116.727",
75
+ x: "-8.39411",
76
+ y: "15.8291",
77
+ children: [
78
+ /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
79
+ /* @__PURE__ */ e(
80
+ "feColorMatrix",
81
+ {
82
+ in: "SourceAlpha",
83
+ type: "matrix",
84
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
85
+ }
86
+ ),
87
+ /* @__PURE__ */ e("feOffset", {}),
88
+ /* @__PURE__ */ e("feGaussianBlur", { stdDeviation: "4.16667" }),
89
+ /* @__PURE__ */ e(
90
+ "feColorMatrix",
91
+ {
92
+ type: "matrix",
93
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
94
+ }
95
+ ),
96
+ /* @__PURE__ */ e(
97
+ "feBlend",
98
+ {
99
+ in2: "BackgroundImageFix",
100
+ mode: "overlay",
101
+ result: "effect1_dropShadow"
102
+ }
103
+ ),
104
+ /* @__PURE__ */ e(
105
+ "feBlend",
106
+ {
107
+ in: "SourceGraphic",
108
+ in2: "effect1_dropShadow",
109
+ mode: "normal",
110
+ result: "shape"
111
+ }
112
+ )
113
+ ]
114
+ }
115
+ ),
116
+ /* @__PURE__ */ i(
117
+ "filter",
118
+ {
119
+ colorInterpolationFilters: "sRGB",
120
+ filterUnits: "userSpaceOnUse",
121
+ height: "116.151",
122
+ id: "filter1_d",
123
+ width: "47.9167",
124
+ x: "60.4167",
125
+ y: "-8.07558",
126
+ children: [
127
+ /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
128
+ /* @__PURE__ */ e(
129
+ "feColorMatrix",
130
+ {
131
+ in: "SourceAlpha",
132
+ type: "matrix",
133
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
134
+ }
135
+ ),
136
+ /* @__PURE__ */ e("feOffset", {}),
137
+ /* @__PURE__ */ e("feGaussianBlur", { stdDeviation: "4.16667" }),
138
+ /* @__PURE__ */ e(
139
+ "feColorMatrix",
140
+ {
141
+ type: "matrix",
142
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
143
+ }
144
+ ),
145
+ /* @__PURE__ */ e(
146
+ "feBlend",
147
+ {
148
+ in2: "BackgroundImageFix",
149
+ mode: "overlay",
150
+ result: "effect1_dropShadow"
151
+ }
152
+ ),
153
+ /* @__PURE__ */ e(
154
+ "feBlend",
155
+ {
156
+ in: "SourceGraphic",
157
+ in2: "effect1_dropShadow",
158
+ mode: "normal",
159
+ result: "shape"
160
+ }
161
+ )
162
+ ]
163
+ }
164
+ ),
165
+ /* @__PURE__ */ i(
166
+ "linearGradient",
167
+ {
168
+ gradientUnits: "userSpaceOnUse",
169
+ id: "paint0_linear",
170
+ x1: "49.9392",
171
+ x2: "49.9392",
172
+ y1: "0.257812",
173
+ y2: "99.7423",
174
+ children: [
175
+ /* @__PURE__ */ e("stop", { stopColor: "white" }),
176
+ /* @__PURE__ */ e("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })
177
+ ]
178
+ }
179
+ )
180
+ ] })
181
+ ]
182
+ }
183
+ );
36
184
  export {
37
185
  r as Vscode,
38
186
  r as default
@@ -1 +1 @@
1
- {"version":3,"file":"windsurf.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/windsurf.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAErC,eAAO,MAAM,QAAQ,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAOtD,CAAA;AAED,eAAe,QAAQ,CAAA"}
1
+ {"version":3,"file":"windsurf.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/windsurf.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,QAAQ,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAetD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1,8 +1,25 @@
1
1
  import { jsxs as i, jsx as C } from "react/jsx-runtime";
2
- const l = (t) => /* @__PURE__ */ i("svg", { width: "1024", height: "1024", viewBox: "0 0 1024 1024", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t, children: [
3
- /* @__PURE__ */ C("title", { children: "Windsurf" }),
4
- /* @__PURE__ */ C("path", { d: "M897.246 286.869H889.819C850.735 286.808 819.017 318.46 819.017 357.539V515.589C819.017 547.15 792.93 572.716 761.882 572.716C743.436 572.716 725.02 563.433 714.093 547.85L552.673 317.304C539.28 298.16 517.486 286.747 493.895 286.747C457.094 286.747 423.976 318.034 423.976 356.657V515.619C423.976 547.181 398.103 572.746 366.842 572.746C348.335 572.746 329.949 563.463 319.021 547.881L138.395 289.882C134.316 284.038 125.154 286.93 125.154 294.052V431.892C125.154 438.862 127.285 445.619 131.272 451.34L309.037 705.2C319.539 720.204 335.033 731.344 352.9 735.392C397.616 745.557 438.77 711.135 438.77 667.278V508.406C438.77 476.845 464.339 451.279 495.904 451.279H495.995C515.02 451.279 532.857 460.562 543.785 476.145L705.235 706.661C718.659 725.835 739.327 737.218 763.983 737.218C801.606 737.218 833.841 705.9 833.841 667.308V508.376C833.841 476.815 859.41 451.249 890.975 451.249H897.276C901.233 451.249 904.43 448.053 904.43 444.097V294.021C904.43 290.065 901.233 286.869 897.276 286.869H897.246Z", fill: "currentColor" })
5
- ] });
2
+ const l = (t) => /* @__PURE__ */ i(
3
+ "svg",
4
+ {
5
+ fill: "none",
6
+ height: "1024",
7
+ viewBox: "0 0 1024 1024",
8
+ width: "1024",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ C("title", { children: "Windsurf" }),
13
+ /* @__PURE__ */ C(
14
+ "path",
15
+ {
16
+ d: "M897.246 286.869H889.819C850.735 286.808 819.017 318.46 819.017 357.539V515.589C819.017 547.15 792.93 572.716 761.882 572.716C743.436 572.716 725.02 563.433 714.093 547.85L552.673 317.304C539.28 298.16 517.486 286.747 493.895 286.747C457.094 286.747 423.976 318.034 423.976 356.657V515.619C423.976 547.181 398.103 572.746 366.842 572.746C348.335 572.746 329.949 563.463 319.021 547.881L138.395 289.882C134.316 284.038 125.154 286.93 125.154 294.052V431.892C125.154 438.862 127.285 445.619 131.272 451.34L309.037 705.2C319.539 720.204 335.033 731.344 352.9 735.392C397.616 745.557 438.77 711.135 438.77 667.278V508.406C438.77 476.845 464.339 451.279 495.904 451.279H495.995C515.02 451.279 532.857 460.562 543.785 476.145L705.235 706.661C718.659 725.835 739.327 737.218 763.983 737.218C801.606 737.218 833.841 705.9 833.841 667.308V508.376C833.841 476.815 859.41 451.249 890.975 451.249H897.276C901.233 451.249 904.43 448.053 904.43 444.097V294.021C904.43 290.065 901.233 286.869 897.276 286.869H897.246Z",
17
+ fill: "currentColor"
18
+ }
19
+ )
20
+ ]
21
+ }
22
+ );
6
23
  export {
7
24
  l as Windsurf,
8
25
  l as default