@n8n/n8n-nodes-langchain 0.7.4 → 0.9.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 (133) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/GooglePalmApi.credentials.js +1 -1
  3. package/dist/credentials/GooglePalmApi.credentials.js.map +1 -1
  4. package/dist/credentials/MistralCloudApi.credentials.d.ts +9 -0
  5. package/dist/credentials/MistralCloudApi.credentials.js +37 -0
  6. package/dist/credentials/MistralCloudApi.credentials.js.map +1 -0
  7. package/dist/credentials/QdrantApi.credentials.d.ts +9 -0
  8. package/dist/credentials/QdrantApi.credentials.js +45 -0
  9. package/dist/credentials/QdrantApi.credentials.js.map +1 -0
  10. package/dist/credentials/SerpApi.credentials.js +1 -1
  11. package/dist/credentials/SerpApi.credentials.js.map +1 -1
  12. package/dist/known/credentials.json +15 -0
  13. package/dist/known/nodes.json +16 -0
  14. package/dist/nodes/agents/Agent/Agent.node.js +1 -1
  15. package/dist/nodes/agents/Agent/Agent.node.js.map +1 -1
  16. package/dist/nodes/agents/Agent/agents/ConversationalAgent/description.js +13 -0
  17. package/dist/nodes/agents/Agent/agents/ConversationalAgent/description.js.map +1 -1
  18. package/dist/nodes/agents/Agent/agents/OpenAiFunctionsAgent/description.js +13 -0
  19. package/dist/nodes/agents/Agent/agents/OpenAiFunctionsAgent/description.js.map +1 -1
  20. package/dist/nodes/agents/Agent/agents/PlanAndExecuteAgent/description.js +13 -0
  21. package/dist/nodes/agents/Agent/agents/PlanAndExecuteAgent/description.js.map +1 -1
  22. package/dist/nodes/agents/Agent/agents/ReActAgent/description.js +13 -0
  23. package/dist/nodes/agents/Agent/agents/ReActAgent/description.js.map +1 -1
  24. package/dist/nodes/agents/OpenAiAssistant/OpenAiAssistant.node.js +17 -0
  25. package/dist/nodes/agents/OpenAiAssistant/OpenAiAssistant.node.js.map +1 -1
  26. package/dist/nodes/chains/ChainLLM/ChainLlm.node.js +13 -1
  27. package/dist/nodes/chains/ChainLLM/ChainLlm.node.js.map +1 -1
  28. package/dist/nodes/chains/ChainRetrievalQA/ChainRetrievalQa.node.js +13 -1
  29. package/dist/nodes/chains/ChainRetrievalQA/ChainRetrievalQa.node.js.map +1 -1
  30. package/dist/nodes/document_loaders/DocumentBinaryInputLoader/DocumentBinaryInputLoader.node.js +1 -1
  31. package/dist/nodes/document_loaders/DocumentBinaryInputLoader/binary.svg +1 -3
  32. package/dist/nodes/document_loaders/DocumentDefaultDataLoader/binary.svg +1 -3
  33. package/dist/nodes/document_loaders/DocumentGithubLoader/github.svg +1 -1
  34. package/dist/nodes/document_loaders/DocumentJSONInputLoader/DocumentJsonInputLoader.node.js +1 -1
  35. package/dist/nodes/document_loaders/DocumentJSONInputLoader/DocumentJsonInputLoader.node.js.map +1 -1
  36. package/dist/nodes/document_loaders/DocumentJSONInputLoader/json.svg +1 -48
  37. package/dist/nodes/embeddings/EmbeddingsAwsBedrock/bedrock.svg +1 -18
  38. package/dist/nodes/embeddings/EmbeddingsCohere/cohere.svg +1 -93
  39. package/dist/nodes/embeddings/EmbeddingsGooglePalm/google.svg +1 -1
  40. package/dist/nodes/embeddings/EmbeddingsHuggingFaceInference/huggingface.svg +1 -8
  41. package/dist/nodes/embeddings/EmbeddingsMistralCloud/EmbeddingsMistralCloud.node.d.ts +5 -0
  42. package/dist/nodes/embeddings/EmbeddingsMistralCloud/EmbeddingsMistralCloud.node.js +142 -0
  43. package/dist/nodes/embeddings/EmbeddingsMistralCloud/EmbeddingsMistralCloud.node.js.map +1 -0
  44. package/dist/nodes/embeddings/EmbeddingsMistralCloud/mistral.svg +262 -0
  45. package/dist/nodes/embeddings/EmbeddingsOpenAI/openAi.svg +1 -7
  46. package/dist/nodes/llms/LMChatAnthropic/anthropic.svg +1 -1
  47. package/dist/nodes/llms/LMChatOllama/ollama.svg +1 -43
  48. package/dist/nodes/llms/LMChatOpenAi/openAi.svg +1 -7
  49. package/dist/nodes/llms/LMCohere/cohere.svg +1 -93
  50. package/dist/nodes/llms/LMOllama/ollama.svg +1 -43
  51. package/dist/nodes/llms/LMOpenAi/openAi.svg +1 -7
  52. package/dist/nodes/llms/LMOpenHuggingFaceInference/huggingface.svg +1 -8
  53. package/dist/nodes/llms/LmChatAwsBedrock/bedrock.svg +1 -18
  54. package/dist/nodes/llms/LmChatGooglePalm/google.svg +1 -1
  55. package/dist/nodes/llms/LmChatMistralCloud/LmChatMistralCloud.node.d.ts +5 -0
  56. package/dist/nodes/llms/LmChatMistralCloud/LmChatMistralCloud.node.js +181 -0
  57. package/dist/nodes/llms/LmChatMistralCloud/LmChatMistralCloud.node.js.map +1 -0
  58. package/dist/nodes/llms/LmChatMistralCloud/mistral.svg +262 -0
  59. package/dist/nodes/llms/LmGooglePalm/google.svg +1 -1
  60. package/dist/nodes/memory/MemoryBufferWindow/MemoryBufferWindow.node.js +18 -1
  61. package/dist/nodes/memory/MemoryBufferWindow/MemoryBufferWindow.node.js.map +1 -1
  62. package/dist/nodes/memory/MemoryMotorhead/MemoryMotorhead.node.js +18 -1
  63. package/dist/nodes/memory/MemoryMotorhead/MemoryMotorhead.node.js.map +1 -1
  64. package/dist/nodes/memory/MemoryRedisChat/MemoryRedisChat.node.js +22 -1
  65. package/dist/nodes/memory/MemoryRedisChat/MemoryRedisChat.node.js.map +1 -1
  66. package/dist/nodes/memory/MemoryRedisChat/redis.svg +1 -1
  67. package/dist/nodes/memory/MemoryXata/MemoryXata.node.js +18 -1
  68. package/dist/nodes/memory/MemoryXata/MemoryXata.node.js.map +1 -1
  69. package/dist/nodes/memory/MemoryXata/xata.svg +1 -1
  70. package/dist/nodes/memory/MemoryZep/MemoryZep.node.js +18 -1
  71. package/dist/nodes/memory/MemoryZep/MemoryZep.node.js.map +1 -1
  72. package/dist/nodes/output_parser/OutputParserStructured/OutputParserStructured.node.js +0 -2
  73. package/dist/nodes/output_parser/OutputParserStructured/OutputParserStructured.node.js.map +1 -1
  74. package/dist/nodes/retrievers/RetrieverWorkflow/RetrieverWorkflow.node.js +2 -5
  75. package/dist/nodes/retrievers/RetrieverWorkflow/RetrieverWorkflow.node.js.map +1 -1
  76. package/dist/nodes/tools/ToolSerpApi/serpApi.svg +1 -13
  77. package/dist/nodes/tools/ToolWikipedia/wikipedia.svg +1 -41
  78. package/dist/nodes/tools/ToolWolframAlpha/wolfram-alpha.svg +1 -23
  79. package/dist/nodes/tools/ToolWorkflow/ToolWorkflow.node.js +2 -5
  80. package/dist/nodes/tools/ToolWorkflow/ToolWorkflow.node.js.map +1 -1
  81. package/dist/nodes/trigger/ChatTrigger/ChatTrigger.node.d.ts +5 -0
  82. package/dist/nodes/trigger/ChatTrigger/ChatTrigger.node.js +390 -0
  83. package/dist/nodes/trigger/ChatTrigger/ChatTrigger.node.js.map +1 -0
  84. package/dist/nodes/trigger/ChatTrigger/GenericFunctions.d.ts +2 -0
  85. package/dist/nodes/trigger/ChatTrigger/GenericFunctions.js +51 -0
  86. package/dist/nodes/trigger/ChatTrigger/GenericFunctions.js.map +1 -0
  87. package/dist/nodes/trigger/ChatTrigger/error.d.ts +4 -0
  88. package/dist/nodes/trigger/ChatTrigger/error.js +20 -0
  89. package/dist/nodes/trigger/ChatTrigger/error.js.map +1 -0
  90. package/dist/nodes/trigger/ChatTrigger/templates.d.ts +13 -0
  91. package/dist/nodes/trigger/ChatTrigger/templates.js +86 -0
  92. package/dist/nodes/trigger/ChatTrigger/templates.js.map +1 -0
  93. package/dist/nodes/trigger/ChatTrigger/types.d.ts +2 -0
  94. package/dist/nodes/trigger/ChatTrigger/types.js +3 -0
  95. package/dist/nodes/trigger/ChatTrigger/types.js.map +1 -0
  96. package/dist/nodes/trigger/ManualChatTrigger/ManualChatTrigger.node.js +1 -0
  97. package/dist/nodes/trigger/ManualChatTrigger/ManualChatTrigger.node.js.map +1 -1
  98. package/dist/nodes/vector_store/VectorStoreInMemoryInsert/VectorStoreInMemoryInsert.node.js +1 -1
  99. package/dist/nodes/vector_store/VectorStoreInMemoryInsert/VectorStoreInMemoryInsert.node.js.map +1 -1
  100. package/dist/nodes/vector_store/VectorStoreInMemoryLoad/VectorStoreInMemoryLoad.node.js +1 -1
  101. package/dist/nodes/vector_store/VectorStoreInMemoryLoad/VectorStoreInMemoryLoad.node.js.map +1 -1
  102. package/dist/nodes/vector_store/VectorStorePinecone/pinecone.svg +1 -1
  103. package/dist/nodes/vector_store/VectorStorePineconeInsert/VectorStorePineconeInsert.node.js +1 -1
  104. package/dist/nodes/vector_store/VectorStorePineconeInsert/VectorStorePineconeInsert.node.js.map +1 -1
  105. package/dist/nodes/vector_store/VectorStorePineconeInsert/pinecone.svg +1 -1
  106. package/dist/nodes/vector_store/VectorStorePineconeLoad/VectorStorePineconeLoad.node.js +1 -1
  107. package/dist/nodes/vector_store/VectorStorePineconeLoad/VectorStorePineconeLoad.node.js.map +1 -1
  108. package/dist/nodes/vector_store/VectorStorePineconeLoad/pinecone.svg +1 -1
  109. package/dist/nodes/vector_store/VectorStoreQdrant/VectorStoreQdrant.node.d.ts +12 -0
  110. package/dist/nodes/vector_store/VectorStoreQdrant/VectorStoreQdrant.node.js +71 -0
  111. package/dist/nodes/vector_store/VectorStoreQdrant/VectorStoreQdrant.node.js.map +1 -0
  112. package/dist/nodes/vector_store/VectorStoreQdrant/qdrant.svg +21 -0
  113. package/dist/nodes/vector_store/VectorStoreSupabase/supabase.svg +1 -15
  114. package/dist/nodes/vector_store/VectorStoreSupabaseInsert/VectorStoreSupabaseInsert.node.js +1 -1
  115. package/dist/nodes/vector_store/VectorStoreSupabaseInsert/VectorStoreSupabaseInsert.node.js.map +1 -1
  116. package/dist/nodes/vector_store/VectorStoreSupabaseInsert/supabase.svg +1 -15
  117. package/dist/nodes/vector_store/VectorStoreSupabaseLoad/VectorStoreSupabaseLoad.node.js +1 -1
  118. package/dist/nodes/vector_store/VectorStoreSupabaseLoad/VectorStoreSupabaseLoad.node.js.map +1 -1
  119. package/dist/nodes/vector_store/VectorStoreSupabaseLoad/supabase.svg +1 -15
  120. package/dist/nodes/vector_store/VectorStoreZepInsert/VectorStoreZepInsert.node.js +1 -1
  121. package/dist/nodes/vector_store/VectorStoreZepInsert/VectorStoreZepInsert.node.js.map +1 -1
  122. package/dist/nodes/vector_store/VectorStoreZepLoad/VectorStoreZepLoad.node.js +1 -1
  123. package/dist/nodes/vector_store/VectorStoreZepLoad/VectorStoreZepLoad.node.js.map +1 -1
  124. package/dist/nodes/vector_store/shared/descriptions.d.ts +1 -0
  125. package/dist/nodes/vector_store/shared/descriptions.js +23 -1
  126. package/dist/nodes/vector_store/shared/descriptions.js.map +1 -1
  127. package/dist/nodes/vector_store/shared/methods/listSearch.d.ts +6 -0
  128. package/dist/nodes/vector_store/shared/methods/listSearch.js +16 -1
  129. package/dist/nodes/vector_store/shared/methods/listSearch.js.map +1 -1
  130. package/dist/types/credentials.json +4 -2
  131. package/dist/types/nodes.json +27 -23
  132. package/dist/utils/N8nBinaryLoader.js.map +1 -1
  133. package/package.json +15 -4
@@ -0,0 +1,262 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="216"
4
+ height="216"
5
+ version="1.1"
6
+ id="svg41"
7
+ sodipodi:docname="mistral.svg"
8
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
9
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:xlink="http://www.w3.org/1999/xlink"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ xmlns:svg="http://www.w3.org/2000/svg">
14
+ <sodipodi:namedview
15
+ id="namedview41"
16
+ pagecolor="#ffffff"
17
+ bordercolor="#000000"
18
+ borderopacity="0.25"
19
+ inkscape:showpageshadow="2"
20
+ inkscape:pageopacity="0.0"
21
+ inkscape:pagecheckerboard="0"
22
+ inkscape:deskcolor="#d1d1d1"
23
+ inkscape:zoom="1.936488"
24
+ inkscape:cx="197.78072"
25
+ inkscape:cy="79.00901"
26
+ inkscape:window-width="1920"
27
+ inkscape:window-height="1017"
28
+ inkscape:window-x="0"
29
+ inkscape:window-y="0"
30
+ inkscape:window-maximized="1"
31
+ inkscape:current-layer="svg41" />
32
+ <style
33
+ id="style1"><![CDATA[.I{fill:#ff7000}.J{fill:#ff4900}.K{fill:#ffa300}.L{fill:#1c1c1b icc-color(adobe-rgb-1998, 0.13299561, 0.13299561, 0.1289978)}]]></style>
34
+ <defs
35
+ id="defs10">
36
+ <clipPath
37
+ id="A">
38
+ <path
39
+ d="M 0,184.252 H 481.89 V 0 H 0 Z"
40
+ transform="translate(-206.251,-140.139)"
41
+ id="path1" />
42
+ </clipPath>
43
+ <clipPath
44
+ id="B">
45
+ <path
46
+ d="M 0,184.252 H 481.89 V 0 H 0 Z"
47
+ transform="translate(-247.436,-104.865)"
48
+ id="path2" />
49
+ </clipPath>
50
+ <clipPath
51
+ id="C">
52
+ <path
53
+ d="M 0,184.252 H 481.89 V 0 H 0 Z"
54
+ transform="translate(-285.938,-102.089)"
55
+ id="path3" />
56
+ </clipPath>
57
+ <clipPath
58
+ id="D">
59
+ <path
60
+ d="M 0,184.252 H 481.89 V 0 H 0 Z"
61
+ transform="translate(-337.769,-131.877)"
62
+ id="path4" />
63
+ </clipPath>
64
+ <clipPath
65
+ id="E">
66
+ <path
67
+ d="M 0,184.252 H 481.89 V 0 H 0 Z"
68
+ transform="translate(-377.247,-132.319)"
69
+ id="path5" />
70
+ </clipPath>
71
+ <clipPath
72
+ id="F">
73
+ <path
74
+ d="M 0,184.252 H 481.89 V 0 H 0 Z"
75
+ transform="translate(-418.107,-114.634)"
76
+ id="path6" />
77
+ </clipPath>
78
+ <clipPath
79
+ id="G">
80
+ <path
81
+ d="M 0,184.252 H 481.89 V 0 H 0 Z"
82
+ transform="translate(-450.023,-140.139)"
83
+ id="path7" />
84
+ </clipPath>
85
+ <clipPath
86
+ id="H">
87
+ <path
88
+ d="M 0,184.252 H 481.89 V 0 H 0 Z"
89
+ transform="translate(-217.694,-44.794)"
90
+ id="path8" />
91
+ </clipPath>
92
+ <clipPath
93
+ id="I">
94
+ <path
95
+ d="M 0,184.252 H 481.89 V 0 H 0 Z"
96
+ transform="translate(-247.436,-35.025)"
97
+ id="path9" />
98
+ </clipPath>
99
+ <clipPath
100
+ id="J">
101
+ <path
102
+ d="M 0,184.252 H 481.89 V 0 H 0 Z"
103
+ id="path10" />
104
+ </clipPath>
105
+ <path
106
+ id="K"
107
+ d="m 173.987,134.362 h -37.795 l 9.633,-37.776 h 37.796 z" />
108
+ </defs>
109
+ <g
110
+ transform="matrix(1,0,0.254535,1,-51.362792,-7.4725007)"
111
+ id="g32">
112
+ <g
113
+ class="L"
114
+ id="g22">
115
+ <path
116
+ d="M 98.397,134.362 H 60.602 l 9.633,-37.776 h 37.796 z"
117
+ id="path11" />
118
+ <path
119
+ d="M 126.558,172.138 H 88.763 l 9.633,-37.776 h 37.796 z"
120
+ id="path12" />
121
+ <path
122
+ d="M 136.192,134.362 H 98.397 l 9.633,-37.776 h 37.796 z"
123
+ id="path13" />
124
+ <use
125
+ xlink:href="#K"
126
+ id="use13" />
127
+ <path
128
+ d="M 108.031,96.585 H 70.236 l 9.633,-37.776 h 37.796 z"
129
+ id="path14" />
130
+ <use
131
+ xlink:href="#K"
132
+ x="9.6339998"
133
+ y="-37.777"
134
+ id="use14" />
135
+ <path
136
+ d="M 60.602,134.362 H 22.807 L 32.44,96.586 h 37.796 z"
137
+ id="path15" />
138
+ <path
139
+ d="M 70.236,96.585 H 32.441 L 42.074,58.809 H 79.87 Z"
140
+ id="path16" />
141
+ <path
142
+ d="M 79.87,58.809 H 42.075 l 9.633,-37.776 h 37.796 z"
143
+ id="path17" />
144
+ <use
145
+ xlink:href="#K"
146
+ x="57.063"
147
+ y="-75.553001"
148
+ id="use17" />
149
+ <path
150
+ d="M 50.968,172.138 H 13.173 l 9.633,-37.776 h 37.796 z"
151
+ id="path18" />
152
+ <path
153
+ d="M 41.334,209.915 H 3.539 l 9.633,-37.776 h 37.796 z"
154
+ id="path19" />
155
+ <use
156
+ xlink:href="#K"
157
+ x="37.794998"
158
+ id="use19" />
159
+ <use
160
+ xlink:href="#K"
161
+ x="47.429001"
162
+ y="-37.777"
163
+ id="use20" />
164
+ <use
165
+ xlink:href="#K"
166
+ x="28.160999"
167
+ y="37.776001"
168
+ id="use21" />
169
+ <use
170
+ xlink:href="#K"
171
+ x="18.527"
172
+ y="75.553001"
173
+ id="use22" />
174
+ </g>
175
+ <path
176
+ d="M 114.115,134.359 H 76.321 l 9.633,-37.776 h 37.796 z"
177
+ class="I"
178
+ id="path22" />
179
+ <use
180
+ xlink:href="#K"
181
+ x="-31.709999"
182
+ y="37.772999"
183
+ class="J"
184
+ id="use23" />
185
+ <g
186
+ class="I"
187
+ id="g25">
188
+ <use
189
+ xlink:href="#K"
190
+ x="-22.076"
191
+ y="-0.003"
192
+ id="use24" />
193
+ <use
194
+ xlink:href="#K"
195
+ x="15.719"
196
+ y="-0.003"
197
+ id="use25" />
198
+ </g>
199
+ <g
200
+ class="K"
201
+ id="g26">
202
+ <path
203
+ d="M 123.749,96.582 H 85.955 l 9.633,-37.776 h 37.796 z"
204
+ id="path25" />
205
+ <use
206
+ xlink:href="#K"
207
+ x="25.353001"
208
+ y="-37.779999"
209
+ id="use26" />
210
+ </g>
211
+ <path
212
+ d="M 76.32,134.359 H 38.526 l 9.633,-37.776 h 37.796 z"
213
+ class="I"
214
+ id="path26" />
215
+ <path
216
+ d="M 85.954,96.582 H 48.16 l 9.633,-37.776 h 37.796 z"
217
+ class="K"
218
+ id="path27" />
219
+ <g
220
+ fill="#ffce00"
221
+ id="g28">
222
+ <path
223
+ d="M 95.588,58.806 H 57.794 L 67.427,21.03 h 37.796 z"
224
+ id="path28" />
225
+ <use
226
+ xlink:href="#K"
227
+ x="72.781998"
228
+ y="-75.556"
229
+ id="use28" />
230
+ </g>
231
+ <path
232
+ d="M 66.686,172.135 H 28.892 l 9.633,-37.776 h 37.796 z"
233
+ class="J"
234
+ id="path29" />
235
+ <path
236
+ d="M 57.052,209.912 H 19.258 l 9.633,-37.776 h 37.796 z"
237
+ fill="#ff0107"
238
+ id="path30" />
239
+ <use
240
+ xlink:href="#K"
241
+ x="53.514"
242
+ y="-0.003"
243
+ class="I"
244
+ id="use30" />
245
+ <path
246
+ d="M 237.135,96.582 H 199.34 l 9.633,-37.776 h 37.796 z"
247
+ class="K"
248
+ id="path31" />
249
+ <use
250
+ xlink:href="#K"
251
+ x="43.880001"
252
+ y="37.772999"
253
+ class="J"
254
+ id="use31" />
255
+ <use
256
+ xlink:href="#K"
257
+ x="34.245998"
258
+ y="75.550003"
259
+ fill="#ff0107"
260
+ id="use32" />
261
+ </g>
262
+ </svg>
@@ -1,7 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="256px" height="260px" viewBox="0 0 256 260" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
3
- <title>OpenAI</title>
4
- <g>
5
- <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="#7D7D87"></path>
6
- </g>
7
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="256" height="260" preserveAspectRatio="xMidYMid"><path fill="#7D7D87" d="M239.184 106.203a64.72 64.72 0 0 0-5.576-53.103C219.452 28.459 191 15.784 163.213 21.74A65.586 65.586 0 0 0 52.096 45.22a64.72 64.72 0 0 0-43.23 31.36c-14.31 24.602-11.061 55.634 8.033 76.74a64.67 64.67 0 0 0 5.525 53.102c14.174 24.65 42.644 37.324 70.446 31.36a64.72 64.72 0 0 0 48.754 21.744c28.481.025 53.714-18.361 62.414-45.481a64.77 64.77 0 0 0 43.229-31.36c14.137-24.558 10.875-55.423-8.083-76.483m-97.56 136.338a48.4 48.4 0 0 1-31.105-11.255l1.535-.87 51.67-29.825a8.6 8.6 0 0 0 4.247-7.367v-72.85l21.845 12.636c.218.111.37.32.409.563v60.367c-.056 26.818-21.783 48.545-48.601 48.601M37.158 197.93a48.35 48.35 0 0 1-5.781-32.589l1.534.921 51.722 29.826a8.34 8.34 0 0 0 8.441 0l63.181-36.425v25.221a.87.87 0 0 1-.358.665l-52.335 30.184c-23.257 13.398-52.97 5.431-66.404-17.803M23.549 85.38a48.5 48.5 0 0 1 25.58-21.333v61.39a8.29 8.29 0 0 0 4.195 7.316l62.874 36.272-21.845 12.636a.82.82 0 0 1-.767 0L41.353 151.53c-23.211-13.454-31.171-43.144-17.804-66.405zm179.466 41.695-63.08-36.63L161.73 77.86a.82.82 0 0 1 .768 0l52.233 30.184a48.6 48.6 0 0 1-7.316 87.635v-61.391a8.54 8.54 0 0 0-4.4-7.213m21.742-32.69-1.535-.922-51.619-30.081a8.39 8.39 0 0 0-8.492 0L99.98 99.808V74.587a.72.72 0 0 1 .307-.665l52.233-30.133a48.652 48.652 0 0 1 72.236 50.391zM88.061 139.097l-21.845-12.585a.87.87 0 0 1-.41-.614V65.685a48.652 48.652 0 0 1 79.757-37.346l-1.535.87-51.67 29.825a8.6 8.6 0 0 0-4.246 7.367zm11.868-25.58L128.067 97.3l28.188 16.218v32.434l-28.086 16.218-28.188-16.218z"/></svg>
@@ -1 +1 @@
1
- <svg width="46" height="32" viewBox="0 0 46 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M32.73 0h-6.945L38.45 32h6.945L32.73 0ZM12.665 0 0 32h7.082l2.59-6.72h13.25l2.59 6.72h7.082L19.929 0h-7.264Zm-.702 19.337 4.334-11.246 4.334 11.246h-8.668Z" fill="#7D7D87"></path></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="46" height="32" fill="none"><path fill="#7D7D87" d="M32.73 0h-6.945L38.45 32h6.945zM12.665 0 0 32h7.082l2.59-6.72h13.25l2.59 6.72h7.082L19.929 0zm-.702 19.337 4.334-11.246 4.334 11.246z"/></svg>
@@ -1,43 +1 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
- <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
- width="181.000000pt" height="256.000000pt" viewBox="0 0 181.000000 256.000000"
6
- preserveAspectRatio="xMidYMid meet">
7
-
8
- <g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)"
9
- fill="#7D7D87" stroke="none">
10
- <path d="M377 2365 c-52 -18 -83 -49 -117 -116 -45 -89 -62 -192 -58 -355 l3
11
- -142 -58 -61 c-148 -155 -185 -387 -92 -574 l34 -69 -20 -44 c-34 -82 -50
12
- -164 -50 -263 0 -108 18 -190 58 -262 l26 -48 -21 -49 c-12 -27 -26 -71 -32
13
- -98 -14 -62 -15 -221 -1 -257 10 -26 14 -27 76 -27 73 0 70 -4 53 86 -15 82 2
14
- 188 42 266 37 70 38 104 5 148 -47 64 -68 136 -69 240 -1 103 14 160 66 261
15
- 31 61 29 87 -10 122 -11 10 -31 42 -43 70 -19 42 -24 69 -23 142 0 114 25 183
16
- 95 260 70 76 142 110 239 112 41 0 78 2 82 2 4 1 17 22 29 47 30 59 96 119
17
- 167 152 49 23 70 27 147 27 79 0 97 -4 149 -29 68 -33 133 -94 159 -148 10
18
- -20 23 -41 30 -45 6 -4 46 -8 87 -8 67 -1 83 -5 140 -36 123 -68 193 -187 193
19
- -334 1 -67 -4 -90 -27 -142 -16 -35 -35 -68 -43 -75 -34 -28 -35 -58 -5 -117
20
- 52 -101 67 -158 66 -261 -1 -104 -22 -176 -69 -240 -33 -44 -32 -78 5 -148 40
21
- -78 57 -184 42 -266 -17 -90 -20 -86 53 -86 62 0 66 1 76 27 14 36 13 195 -1
22
- 257 -6 27 -20 71 -32 98 l-21 49 26 48 c76 139 79 359 6 528 l-20 47 25 46
23
- c99 183 64 439 -81 591 l-58 61 3 142 c4 164 -13 266 -58 357 -64 126 -172
24
- 159 -263 79 -54 -47 -92 -138 -123 -298 -3 -14 -10 -22 -17 -18 -182 80 -297
25
- 85 -443 21 l-54 -24 -4 22 c-36 185 -85 285 -156 322 -43 21 -74 24 -113 10z
26
- m77 -168 c42 -71 81 -301 57 -336 -5 -8 -31 -16 -58 -18 -26 -2 -62 -8 -80
27
- -13 l-31 -8 -7 49 c-8 59 2 172 22 248 14 57 48 121 63 121 5 0 20 -19 34 -43z
28
- m965 10 c40 -65 69 -239 56 -336 l-7 -49 -31 8 c-18 5 -54 11 -80 13 -27 2
29
- -53 10 -58 18 -12 17 -3 141 17 229 15 64 57 150 74 150 4 0 18 -15 29 -33z"/>
30
- <path d="M778 1361 c-73 -24 -116 -51 -165 -104 -55 -60 -76 -120 -71 -201 5
31
- -76 35 -129 106 -183 62 -47 127 -63 257 -63 172 0 258 36 329 138 42 59 48
32
- 155 16 230 -29 68 -111 143 -188 173 -80 31 -207 36 -284 10z m257 -100 c161
33
- -71 194 -232 66 -318 -49 -33 -94 -43 -196 -43 -102 0 -147 10 -196 43 -178
34
- 120 -32 356 211 343 39 -2 86 -12 115 -25z"/>
35
- <path d="M838 1159 c-25 -14 -22 -44 7 -67 20 -16 24 -26 19 -49 -7 -36 15
36
- -58 51 -49 21 5 25 12 25 46 0 29 5 42 20 50 27 15 27 66 0 75 -10 3 -28 1
37
- -40 -5 -14 -7 -26 -8 -39 0 -23 12 -22 12 -43 -1z"/>
38
- <path d="M397 1348 c-9 -7 -23 -30 -32 -50 -21 -53 -1 -103 47 -116 43 -11 60
39
- -6 92 27 40 41 43 81 11 119 -21 25 -34 32 -64 32 -20 0 -45 -6 -54 -12z"/>
40
- <path d="M1295 1328 c-32 -38 -29 -78 11 -119 32 -33 49 -38 92 -27 49 13 68
41
- 62 46 118 -19 47 -38 60 -87 60 -27 0 -41 -7 -62 -32z"/>
42
- </g>
43
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="241.333" height="341.333" version="1.0" viewBox="0 0 181 256"><g fill="#7D7D87"><path d="M37.7 19.5c-5.2 1.8-8.3 4.9-11.7 11.6-4.5 8.9-6.2 19.2-5.8 35.5l.3 14.2-5.8 6.1c-14.8 15.5-18.5 38.7-9.2 57.4l3.4 6.9-2 4.4c-3.4 8.2-5 16.4-5 26.3 0 10.8 1.8 19 5.8 26.2l2.6 4.8-2.1 4.9c-1.2 2.7-2.6 7.1-3.2 9.8-1.4 6.2-1.5 22.1-.1 25.7 1 2.6 1.4 2.7 7.6 2.7 7.3 0 7 .4 5.3-8.6-1.5-8.2.2-18.8 4.2-26.6 3.7-7 3.8-10.4.5-14.8-4.7-6.4-6.8-13.6-6.9-24-.1-10.3 1.4-16 6.6-26.1 3.1-6.1 2.9-8.7-1-12.2-1.1-1-3.1-4.2-4.3-7-1.9-4.2-2.4-6.9-2.3-14.2 0-11.4 2.5-18.3 9.5-26 7-7.6 14.2-11 23.9-11.2 4.1 0 7.8-.2 8.2-.2.4-.1 1.7-2.2 2.9-4.7 3-5.9 9.6-11.9 16.7-15.2 4.9-2.3 7-2.7 14.7-2.7 7.9 0 9.7.4 14.9 2.9 6.8 3.3 13.3 9.4 15.9 14.8 1 2 2.3 4.1 3 4.5.6.4 4.6.8 8.7.8 6.7.1 8.3.5 14 3.6 12.3 6.8 19.3 18.7 19.3 33.4.1 6.7-.4 9-2.7 14.2-1.6 3.5-3.5 6.8-4.3 7.5-3.4 2.8-3.5 5.8-.5 11.7 5.2 10.1 6.7 15.8 6.6 26.1-.1 10.4-2.2 17.6-6.9 24-3.3 4.4-3.2 7.8.5 14.8 4 7.8 5.7 18.4 4.2 26.6-1.7 9-2 8.6 5.3 8.6 6.2 0 6.6-.1 7.6-2.7 1.4-3.6 1.3-19.5-.1-25.7-.6-2.7-2-7.1-3.2-9.8l-2.1-4.9 2.6-4.8c7.6-13.9 7.9-35.9.6-52.8l-2-4.7 2.5-4.6c9.9-18.3 6.4-43.9-8.1-59.1l-5.8-6.1.3-14.2c.4-16.4-1.3-26.6-5.8-35.7-6.4-12.6-17.2-15.9-26.3-7.9-5.4 4.7-9.2 13.8-12.3 29.8-.3 1.4-1 2.2-1.7 1.8-18.2-8-29.7-8.5-44.3-2.1L65 54.9l-.4-2.2C61 34.2 56.1 24.2 49 20.5c-4.3-2.1-7.4-2.4-11.3-1m7.7 16.8c4.2 7.1 8.1 30.1 5.7 33.6-.5.8-3.1 1.6-5.8 1.8-2.6.2-6.2.8-8 1.3l-3.1.8-.7-4.9c-.8-5.9.2-17.2 2.2-24.8C37.1 38.4 40.5 32 42 32c.5 0 2 1.9 3.4 4.3m96.5-1c4 6.5 6.9 23.9 5.6 33.6l-.7 4.9-3.1-.8c-1.8-.5-5.4-1.1-8-1.3-2.7-.2-5.3-1-5.8-1.8-1.2-1.7-.3-14.1 1.7-22.9 1.5-6.4 5.7-15 7.4-15 .4 0 1.8 1.5 2.9 3.3"/><path d="M77.8 119.9c-7.3 2.4-11.6 5.1-16.5 10.4-5.5 6-7.6 12-7.1 20.1.5 7.6 3.5 12.9 10.6 18.3 6.2 4.7 12.7 6.3 25.7 6.3 17.2 0 25.8-3.6 32.9-13.8 4.2-5.9 4.8-15.5 1.6-23-2.9-6.8-11.1-14.3-18.8-17.3-8-3.1-20.7-3.6-28.4-1m25.7 10c16.1 7.1 19.4 23.2 6.6 31.8-4.9 3.3-9.4 4.3-19.6 4.3s-14.7-1-19.6-4.3c-17.8-12-3.2-35.6 21.1-34.3 3.9.2 8.6 1.2 11.5 2.5"/><path d="M83.8 140.1c-2.5 1.4-2.2 4.4.7 6.7 2 1.6 2.4 2.6 1.9 4.9-.7 3.6 1.5 5.8 5.1 4.9 2.1-.5 2.5-1.2 2.5-4.6 0-2.9.5-4.2 2-5 2.7-1.5 2.7-6.6 0-7.5-1-.3-2.8-.1-4 .5-1.4.7-2.6.8-3.9 0-2.3-1.2-2.2-1.2-4.3.1m-44.1-18.9c-.9.7-2.3 3-3.2 5-2.1 5.3-.1 10.3 4.7 11.6 4.3 1.1 6 .6 9.2-2.7 4-4.1 4.3-8.1 1.1-11.9-2.1-2.5-3.4-3.2-6.4-3.2-2 0-4.5.6-5.4 1.2m89.8 2c-3.2 3.8-2.9 7.8 1.1 11.9 3.2 3.3 4.9 3.8 9.2 2.7 4.9-1.3 6.8-6.2 4.6-11.8-1.9-4.7-3.8-6-8.7-6-2.7 0-4.1.7-6.2 3.2"/></g></svg>
@@ -1,7 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="256px" height="260px" viewBox="0 0 256 260" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
3
- <title>OpenAI</title>
4
- <g>
5
- <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="#7D7D87"></path>
6
- </g>
7
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="256" height="260" preserveAspectRatio="xMidYMid"><path fill="#7D7D87" d="M239.184 106.203a64.72 64.72 0 0 0-5.576-53.103C219.452 28.459 191 15.784 163.213 21.74A65.586 65.586 0 0 0 52.096 45.22a64.72 64.72 0 0 0-43.23 31.36c-14.31 24.602-11.061 55.634 8.033 76.74a64.67 64.67 0 0 0 5.525 53.102c14.174 24.65 42.644 37.324 70.446 31.36a64.72 64.72 0 0 0 48.754 21.744c28.481.025 53.714-18.361 62.414-45.481a64.77 64.77 0 0 0 43.229-31.36c14.137-24.558 10.875-55.423-8.083-76.483m-97.56 136.338a48.4 48.4 0 0 1-31.105-11.255l1.535-.87 51.67-29.825a8.6 8.6 0 0 0 4.247-7.367v-72.85l21.845 12.636c.218.111.37.32.409.563v60.367c-.056 26.818-21.783 48.545-48.601 48.601M37.158 197.93a48.35 48.35 0 0 1-5.781-32.589l1.534.921 51.722 29.826a8.34 8.34 0 0 0 8.441 0l63.181-36.425v25.221a.87.87 0 0 1-.358.665l-52.335 30.184c-23.257 13.398-52.97 5.431-66.404-17.803M23.549 85.38a48.5 48.5 0 0 1 25.58-21.333v61.39a8.29 8.29 0 0 0 4.195 7.316l62.874 36.272-21.845 12.636a.82.82 0 0 1-.767 0L41.353 151.53c-23.211-13.454-31.171-43.144-17.804-66.405zm179.466 41.695-63.08-36.63L161.73 77.86a.82.82 0 0 1 .768 0l52.233 30.184a48.6 48.6 0 0 1-7.316 87.635v-61.391a8.54 8.54 0 0 0-4.4-7.213m21.742-32.69-1.535-.922-51.619-30.081a8.39 8.39 0 0 0-8.492 0L99.98 99.808V74.587a.72.72 0 0 1 .307-.665l52.233-30.133a48.652 48.652 0 0 1 72.236 50.391zM88.061 139.097l-21.845-12.585a.87.87 0 0 1-.41-.614V65.685a48.652 48.652 0 0 1 79.757-37.346l-1.535.87-51.67 29.825a8.6 8.6 0 0 0-4.246 7.367zm11.868-25.58L128.067 97.3l28.188 16.218v32.434l-28.086 16.218-28.188-16.218z"/></svg>
@@ -1,93 +1 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- viewBox="0 0 1000 166.84006"
11
- height="166.84006"
12
- width="1000"
13
- version="1.1"
14
- id="svg17"
15
- sodipodi:docname="f5e234e86f931398d5e05f4cdeb8d6dfcd182c7a-102x18.svg"
16
- style="fill:none"
17
- inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
18
- <metadata
19
- id="metadata21">
20
- <rdf:RDF>
21
- <cc:Work
22
- rdf:about="">
23
- <dc:format>image/svg+xml</dc:format>
24
- <dc:type
25
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
26
- <dc:title></dc:title>
27
- </cc:Work>
28
- </rdf:RDF>
29
- </metadata>
30
- <sodipodi:namedview
31
- pagecolor="#ffffff"
32
- bordercolor="#111111"
33
- borderopacity="1"
34
- objecttolerance="10"
35
- gridtolerance="10"
36
- guidetolerance="10"
37
- inkscape:pageopacity="0"
38
- inkscape:pageshadow="2"
39
- inkscape:window-width="1920"
40
- inkscape:window-height="1017"
41
- id="namedview19"
42
- showgrid="false"
43
- fit-margin-top="0"
44
- fit-margin-left="0"
45
- fit-margin-right="0"
46
- fit-margin-bottom="0"
47
- inkscape:zoom="0.57365771"
48
- inkscape:cx="572.84853"
49
- inkscape:cy="17.606572"
50
- inkscape:window-x="1912"
51
- inkscape:window-y="-8"
52
- inkscape:window-maximized="1"
53
- inkscape:current-layer="svg17" />
54
- <path
55
- d="m 281.72414,166.80668 c 24.78262,0 46.47281,-12.39131 55.04741,-37.41044 1.66447,-5.01011 -0.7233,-8.33906 -5.48119,-8.33906 h -9.2979 c -4.28779,0 -7.14566,1.90001 -9.06236,5.95128 -7.3812,14.54453 -17.63695,19.77349 -30.49934,19.77349 -22.88358,0 -36.93937,-15.97346 -36.93937,-42.65609 0,-26.683027 14.54355,-42.655802 36.45161,-42.655802 13.34917,0 24.31252,5.716529 31.22264,19.301823 2.15224,4.052054 4.75789,5.95197 9.06236,5.95197 h 9.2979 c 4.75789,0 7.14566,-3.093705 5.48119,-7.633325 C 327.00257,51.920035 304.59006,41.44523 281.72414,41.44523 c -34.55159,0 -60.29304,25.506014 -60.29304,62.68063 0,37.1749 24.54805,62.68082 60.29304,62.68082 z M 905.35262,93.163386 c 3.09341,-20.260172 16.91464,-32.887118 35.74499,-32.887118 18.83134,0 32.88712,12.862288 34.55159,32.887118 z m 36.70383,73.643294 c 21.92475,0 43.85047,-10.24005 54.57731,-33.35819 2.62037,-5.48119 0.23554,-9.2979 -4.52431,-9.2979 h -8.81308 c -4.28387,0 -6.90718,1.90001 -9.05942,5.71672 -7.14566,12.62685 -19.53697,17.8725 -32.16382,17.8725 -21.6892,0 -35.74499,-14.77909 -37.41044,-38.83938 h 87.46639 c 4.75984,0 7.87092,-2.62234 7.87092,-7.63245 -0.96178,-37.410441 -25.2586,-59.80597 -58.86804,-59.80597 -33.61042,0 -60.29305,24.312325 -60.29305,62.68053 0,38.36831 25.97602,62.68083 61.25091,62.68083 z M 803.36232,107.23595 h 7.86798 c 4.75887,0 7.3812,-2.62233 8.1045,-7.633421 4.54001,-32.197284 23.38803,-36.467996 43.42945,-35.509549 4.2868,0.20168 7.80124,-3.093706 7.80124,-7.397983 V 49.3139 c 0,-4.75818 -2.38778,-7.63333 -7.14566,-7.86867 -17.73804,-0.67256 -33.55939,5.41386 -42.70615,22.64775 -0.50444,0.941468 -1.91669,0.689343 -2.03446,-0.369895 l -1.47997,-12.99684 c -0.4701,-4.758175 -3.09341,-7.145755 -7.86798,-7.145755 h -35.98151 c -4.20339,0 -7.63343,3.41315 -7.63343,7.633321 v 4.052054 c 0,4.203388 3.41335,7.633325 7.63343,7.633325 h 14.77908 c 4.20339,0 7.63342,3.413155 7.63342,7.633325 v 29.070014 c 0,4.203391 3.41335,7.633421 7.63343,7.633421 z m -32.1648,57.19964 h 74.58437 c 4.75887,0 7.63342,-2.85787 7.63342,-7.63342 v -4.05225 c 0,-4.75789 -2.85787,-7.63244 -7.63342,-7.63244 H 826.716 c -4.75789,0 -7.63342,-2.85886 -7.63342,-7.63343 v -13.11461 c 0,-4.75886 -2.85788,-7.63342 -7.63343,-7.63342 h -8.10352 c -4.75886,0 -7.63342,2.85787 -7.63342,7.63342 v 13.11461 c 0,4.75789 -2.85885,7.63343 -7.63342,7.63343 h -16.91464 c -4.75788,0 -7.63342,2.85787 -7.63342,7.63244 v 4.05225 c 0,4.75886 2.85885,7.63342 7.63342,7.63342 z M 656.09261,93.180266 c 3.09439,-20.26027 16.91463,-32.887118 35.74597,-32.887118 18.83035,0 32.88712,12.862289 34.55159,32.887118 z m 36.70383,73.643104 c 21.92474,0 43.84949,-10.23908 54.57632,-33.3582 2.62331,-5.48119 0.23554,-9.2979 -4.52235,-9.2979 h -8.81013 c -4.28779,0 -6.91013,1.90002 -9.06236,5.71673 -7.14566,12.62685 -19.53795,17.87249 -32.1648,17.87249 -21.68921,0 -35.74499,-14.77908 -37.40947,-38.8384 h 87.46345 c 4.75788,0 7.86896,-2.62331 7.86896,-7.63342 -0.95884,-37.410251 -25.2537,-59.80588 -58.86411,-59.80588 -33.61042,0 -60.29305,24.312327 -60.29305,62.68044 0,38.3683 25.97699,62.68082 61.25188,62.68082 z m -275.70711,0 c 35.74597,0 61.25189,-26.44808 61.25189,-62.68083 0,-36.232947 -25.50592,-62.68053 -61.25189,-62.68053 -35.74499,0 -61.25091,26.935148 -61.25091,62.68053 0,8.34004 1.42894,17.63696 5.71574,27.87701 2.15224,5.01011 6.20449,5.71672 10.49228,2.62233 l 6.91012,-5.01011 c 3.58118,-2.62331 4.52235,-5.71672 3.32895,-10.23907 -1.90001,-5.95226 -2.38777,-11.19791 -2.38777,-15.72124 0,-25.018055 15.01462,-42.18462 37.1749,-42.18462 22.16029,0 37.17491,16.914342 37.17491,42.6557 0,25.74146 -14.77908,42.65609 -36.70383,42.65609 -7.63342,0 -14.77908,-1.42893 -23.35466,-7.86896 -3.58117,-2.85787 -6.91012,-3.32895 -10.72683,-0.47108 l -5.24565,3.81672 c -4.28779,3.09439 -4.75789,7.3812 -0.7233,10.72683 12.39229,10.00451 26.68361,13.82123 39.56268,13.82123 z m 91.49901,-2.38778 h 7.86896 c 4.20339,0 7.63342,-3.41335 7.63342,-7.63342 V 99.854752 c 0,-24.059611 12.86141,-38.367912 32.88712,-38.367912 18.10803,0 28.59933,11.920721 28.59933,33.845565 v 61.486445 c 0,4.20339 3.41335,7.63342 7.63342,7.63342 h 8.10352 c 4.20339,0 7.63342,-3.41335 7.63342,-7.63342 V 91.515693 c 0,-32.164111 -16.44356,-50.036903 -44.31958,-50.036903 -18.98248,0 -30.19707,7.76788 -38.57048,18.578918 -0.6389,0.823895 -1.93338,0.369894 -1.93338,-0.655682 V 7.63333 C 524.07309,3.41314 520.66069,0 516.4573,0 h -7.86896 c -4.20339,0 -7.63343,3.41314 -7.63343,7.63333 v 149.16884 c 0,4.20338 3.41336,7.63342 7.63343,7.63342 z"
56
- id="path2"
57
- inkscape:connector-curvature="0"
58
- style="fill:#39594d;stroke-width:9.81412029" />
59
- <g
60
- clip-path="url(#clip0_2207_90691)"
61
- id="g10"
62
- transform="matrix(9.8141206,0,0,9.8141206,0,-4.90706)">
63
- <path
64
- d="m 5.50773,10.6219 c 0.45757,0 1.36777,-0.0251 2.62589,-0.5431 C 9.59973,9.47518 12.5166,8.37942 14.6208,7.2539 16.0924,6.46668 16.7375,5.42553 16.7375,4.02344 16.7375,2.07751 15.16,0.5 13.2141,0.5 H 5.06095 C 2.26586,0.5 0,2.76586 0,5.56095 0,8.35604 2.12151,10.6219 5.50773,10.6219 Z"
65
- id="path4"
66
- inkscape:connector-curvature="0"
67
- style="clip-rule:evenodd;fill:#39594d;fill-rule:evenodd" />
68
- <path
69
- d="m 6.88672,14.107 c 0,-1.3701 0.82483,-2.6054 2.09027,-3.1306 L 11.5446,9.9108 c 2.5971,-1.07786 5.4557,0.8307 5.4557,3.6427 0,2.1785 -1.7664,3.9444 -3.945,3.9438 l -2.7799,-7e-4 C 8.40372,17.4961 6.88672,15.9787 6.88672,14.107 Z"
70
- id="path6"
71
- inkscape:connector-curvature="0"
72
- style="clip-rule:evenodd;fill:#d18ee2;fill-rule:evenodd" />
73
- <path
74
- d="m 2.91749,11.2891 h -5e-5 C 1.30618,11.2891 0,12.5952 0,14.2065 v 0.3779 c 0,1.6112 1.30618,2.9174 2.91744,2.9174 h 5e-5 c 1.61126,0 2.91744,-1.3062 2.91744,-2.9174 v -0.3779 c 0,-1.6113 -1.30618,-2.9174 -2.91744,-2.9174 z"
75
- id="path8"
76
- inkscape:connector-curvature="0"
77
- style="fill:#ff7759" />
78
- </g>
79
- <defs
80
- id="defs15">
81
- <clipPath
82
- id="clip0_2207_90691">
83
- <rect
84
- transform="translate(0,0.5)"
85
- height="17"
86
- width="17"
87
- id="rect12"
88
- x="0"
89
- y="0"
90
- style="fill:#ffffff" />
91
- </clipPath>
92
- </defs>
93
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1000" height="166.84" style="fill:none"><path d="M281.724 166.807c24.783 0 46.473-12.392 55.048-37.41 1.664-5.01-.724-8.34-5.482-8.34h-9.298c-4.287 0-7.145 1.9-9.062 5.951-7.381 14.545-17.637 19.774-30.5 19.774-22.883 0-36.939-15.974-36.939-42.656 0-26.683 14.544-42.656 36.452-42.656 13.35 0 24.313 5.717 31.223 19.302 2.152 4.052 4.758 5.952 9.062 5.952h9.298c4.758 0 7.146-3.094 5.481-7.633-10.004-27.171-32.417-37.646-55.283-37.646-34.551 0-60.293 25.506-60.293 62.68 0 37.176 24.548 62.682 60.293 62.682m623.629-73.644c3.093-20.26 16.914-32.887 35.745-32.887s32.887 12.863 34.551 32.887zm36.703 73.644c21.925 0 43.85-10.24 54.578-33.359 2.62-5.48.235-9.297-4.525-9.297h-8.813c-4.283 0-6.907 1.9-9.059 5.716-7.146 12.627-19.537 17.873-32.164 17.873-21.69 0-35.745-14.78-37.41-38.84h87.466c4.76 0 7.871-2.622 7.871-7.632-.962-37.41-25.259-59.806-58.868-59.806s-60.293 24.312-60.293 62.68c0 38.369 25.976 62.681 61.25 62.681zm-138.694-59.571h7.868c4.76 0 7.381-2.622 8.105-7.633 4.54-32.198 23.388-36.468 43.43-35.51 4.286.202 7.8-3.094 7.8-7.398v-7.381c0-4.758-2.387-7.633-7.145-7.869-17.738-.672-33.56 5.414-42.706 22.648-.505.941-1.917.69-2.035-.37l-1.48-12.997c-.47-4.758-3.093-7.146-7.868-7.146H773.35c-4.204 0-7.634 3.414-7.634 7.634v4.052c0 4.203 3.414 7.633 7.634 7.633h14.779c4.203 0 7.633 3.413 7.633 7.634v29.07c0 4.203 3.414 7.633 7.634 7.633zm-32.164 57.2h74.584c4.759 0 7.633-2.858 7.633-7.634v-4.052c0-4.758-2.858-7.633-7.633-7.633h-19.066c-4.758 0-7.633-2.858-7.633-7.633v-13.115c0-4.758-2.858-7.633-7.634-7.633h-8.103c-4.76 0-7.634 2.858-7.634 7.633v13.115c0 4.758-2.859 7.633-7.633 7.633h-16.915c-4.758 0-7.633 2.858-7.633 7.633v4.052c0 4.759 2.859 7.634 7.633 7.634zM656.093 93.18c3.094-20.26 16.914-32.887 35.746-32.887 18.83 0 32.887 12.862 34.551 32.887zm36.703 73.643c21.925 0 43.85-10.239 54.577-33.358 2.623-5.481.235-9.298-4.523-9.298h-8.81c-4.288 0-6.91 1.9-9.062 5.717-7.146 12.627-19.538 17.872-32.165 17.872-21.69 0-35.745-14.779-37.41-38.838h87.464c4.758 0 7.87-2.623 7.87-7.633-.96-37.41-25.255-59.806-58.865-59.806s-60.293 24.312-60.293 62.68c0 38.369 25.977 62.681 61.252 62.681zm-275.707 0c35.746 0 61.252-26.448 61.252-62.68s-25.506-62.681-61.252-62.681c-35.745 0-61.25 26.935-61.25 62.68 0 8.34 1.428 17.638 5.715 27.878 2.152 5.01 6.205 5.716 10.492 2.622l6.91-5.01c3.582-2.624 4.523-5.717 3.33-10.24-1.9-5.952-2.388-11.197-2.388-15.72 0-25.019 15.014-42.185 37.175-42.185s37.175 16.914 37.175 42.656-14.78 42.656-36.704 42.656c-7.634 0-14.78-1.43-23.355-7.87-3.581-2.857-6.91-3.328-10.727-.47l-5.245 3.816c-4.288 3.095-4.758 7.382-.724 10.727 12.393 10.005 26.684 13.821 39.563 13.821zm91.5-2.387h7.868c4.204 0 7.634-3.414 7.634-7.634V99.855c0-24.06 12.861-38.368 32.887-38.368 18.108 0 28.6 11.92 28.6 33.845v61.487c0 4.203 3.413 7.633 7.633 7.633h8.103c4.204 0 7.634-3.413 7.634-7.633V91.516c0-32.164-16.444-50.037-44.32-50.037-18.983 0-30.197 7.768-38.57 18.579-.64.824-1.934.37-1.934-.656V7.633c-.05-4.22-3.463-7.633-7.667-7.633h-7.869c-4.203 0-7.633 3.413-7.633 7.633v149.17c0 4.203 3.413 7.633 7.633 7.633" style="fill:#39594d;stroke-width:9.81412029"/><g clip-path="url(#a)" transform="translate(0 -4.907)scale(9.81412)"><path d="M5.508 10.622c.457 0 1.367-.025 2.626-.543 1.466-.604 4.383-1.7 6.487-2.825 1.471-.787 2.117-1.828 2.117-3.23A3.523 3.523 0 0 0 13.214.5H5.061A5.06 5.06 0 0 0 0 5.561c0 2.795 2.122 5.06 5.508 5.06" style="clip-rule:evenodd;fill:#39594d;fill-rule:evenodd"/><path d="M6.887 14.107a3.39 3.39 0 0 1 2.09-3.13l2.568-1.066C14.142 8.833 17 10.74 17 13.554a3.944 3.944 0 0 1-3.945 3.943h-2.78a3.39 3.39 0 0 1-3.388-3.39" style="clip-rule:evenodd;fill:#d18ee2;fill-rule:evenodd"/><path d="M2.917 11.29A2.917 2.917 0 0 0 0 14.206v.377a2.917 2.917 0 0 0 5.835 0v-.378a2.917 2.917 0 0 0-2.918-2.917" style="fill:#ff7759"/></g><defs><clipPath id="a"><path d="M0 0h17v17H0z" style="fill:#fff" transform="translate(0 .5)"/></clipPath></defs></svg>
@@ -1,43 +1 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
- <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
- width="181.000000pt" height="256.000000pt" viewBox="0 0 181.000000 256.000000"
6
- preserveAspectRatio="xMidYMid meet">
7
-
8
- <g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)"
9
- fill="#7D7D87" stroke="none">
10
- <path d="M377 2365 c-52 -18 -83 -49 -117 -116 -45 -89 -62 -192 -58 -355 l3
11
- -142 -58 -61 c-148 -155 -185 -387 -92 -574 l34 -69 -20 -44 c-34 -82 -50
12
- -164 -50 -263 0 -108 18 -190 58 -262 l26 -48 -21 -49 c-12 -27 -26 -71 -32
13
- -98 -14 -62 -15 -221 -1 -257 10 -26 14 -27 76 -27 73 0 70 -4 53 86 -15 82 2
14
- 188 42 266 37 70 38 104 5 148 -47 64 -68 136 -69 240 -1 103 14 160 66 261
15
- 31 61 29 87 -10 122 -11 10 -31 42 -43 70 -19 42 -24 69 -23 142 0 114 25 183
16
- 95 260 70 76 142 110 239 112 41 0 78 2 82 2 4 1 17 22 29 47 30 59 96 119
17
- 167 152 49 23 70 27 147 27 79 0 97 -4 149 -29 68 -33 133 -94 159 -148 10
18
- -20 23 -41 30 -45 6 -4 46 -8 87 -8 67 -1 83 -5 140 -36 123 -68 193 -187 193
19
- -334 1 -67 -4 -90 -27 -142 -16 -35 -35 -68 -43 -75 -34 -28 -35 -58 -5 -117
20
- 52 -101 67 -158 66 -261 -1 -104 -22 -176 -69 -240 -33 -44 -32 -78 5 -148 40
21
- -78 57 -184 42 -266 -17 -90 -20 -86 53 -86 62 0 66 1 76 27 14 36 13 195 -1
22
- 257 -6 27 -20 71 -32 98 l-21 49 26 48 c76 139 79 359 6 528 l-20 47 25 46
23
- c99 183 64 439 -81 591 l-58 61 3 142 c4 164 -13 266 -58 357 -64 126 -172
24
- 159 -263 79 -54 -47 -92 -138 -123 -298 -3 -14 -10 -22 -17 -18 -182 80 -297
25
- 85 -443 21 l-54 -24 -4 22 c-36 185 -85 285 -156 322 -43 21 -74 24 -113 10z
26
- m77 -168 c42 -71 81 -301 57 -336 -5 -8 -31 -16 -58 -18 -26 -2 -62 -8 -80
27
- -13 l-31 -8 -7 49 c-8 59 2 172 22 248 14 57 48 121 63 121 5 0 20 -19 34 -43z
28
- m965 10 c40 -65 69 -239 56 -336 l-7 -49 -31 8 c-18 5 -54 11 -80 13 -27 2
29
- -53 10 -58 18 -12 17 -3 141 17 229 15 64 57 150 74 150 4 0 18 -15 29 -33z"/>
30
- <path d="M778 1361 c-73 -24 -116 -51 -165 -104 -55 -60 -76 -120 -71 -201 5
31
- -76 35 -129 106 -183 62 -47 127 -63 257 -63 172 0 258 36 329 138 42 59 48
32
- 155 16 230 -29 68 -111 143 -188 173 -80 31 -207 36 -284 10z m257 -100 c161
33
- -71 194 -232 66 -318 -49 -33 -94 -43 -196 -43 -102 0 -147 10 -196 43 -178
34
- 120 -32 356 211 343 39 -2 86 -12 115 -25z"/>
35
- <path d="M838 1159 c-25 -14 -22 -44 7 -67 20 -16 24 -26 19 -49 -7 -36 15
36
- -58 51 -49 21 5 25 12 25 46 0 29 5 42 20 50 27 15 27 66 0 75 -10 3 -28 1
37
- -40 -5 -14 -7 -26 -8 -39 0 -23 12 -22 12 -43 -1z"/>
38
- <path d="M397 1348 c-9 -7 -23 -30 -32 -50 -21 -53 -1 -103 47 -116 43 -11 60
39
- -6 92 27 40 41 43 81 11 119 -21 25 -34 32 -64 32 -20 0 -45 -6 -54 -12z"/>
40
- <path d="M1295 1328 c-32 -38 -29 -78 11 -119 32 -33 49 -38 92 -27 49 13 68
41
- 62 46 118 -19 47 -38 60 -87 60 -27 0 -41 -7 -62 -32z"/>
42
- </g>
43
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="241.333" height="341.333" version="1.0" viewBox="0 0 181 256"><g fill="#7D7D87"><path d="M37.7 19.5c-5.2 1.8-8.3 4.9-11.7 11.6-4.5 8.9-6.2 19.2-5.8 35.5l.3 14.2-5.8 6.1c-14.8 15.5-18.5 38.7-9.2 57.4l3.4 6.9-2 4.4c-3.4 8.2-5 16.4-5 26.3 0 10.8 1.8 19 5.8 26.2l2.6 4.8-2.1 4.9c-1.2 2.7-2.6 7.1-3.2 9.8-1.4 6.2-1.5 22.1-.1 25.7 1 2.6 1.4 2.7 7.6 2.7 7.3 0 7 .4 5.3-8.6-1.5-8.2.2-18.8 4.2-26.6 3.7-7 3.8-10.4.5-14.8-4.7-6.4-6.8-13.6-6.9-24-.1-10.3 1.4-16 6.6-26.1 3.1-6.1 2.9-8.7-1-12.2-1.1-1-3.1-4.2-4.3-7-1.9-4.2-2.4-6.9-2.3-14.2 0-11.4 2.5-18.3 9.5-26 7-7.6 14.2-11 23.9-11.2 4.1 0 7.8-.2 8.2-.2.4-.1 1.7-2.2 2.9-4.7 3-5.9 9.6-11.9 16.7-15.2 4.9-2.3 7-2.7 14.7-2.7 7.9 0 9.7.4 14.9 2.9 6.8 3.3 13.3 9.4 15.9 14.8 1 2 2.3 4.1 3 4.5.6.4 4.6.8 8.7.8 6.7.1 8.3.5 14 3.6 12.3 6.8 19.3 18.7 19.3 33.4.1 6.7-.4 9-2.7 14.2-1.6 3.5-3.5 6.8-4.3 7.5-3.4 2.8-3.5 5.8-.5 11.7 5.2 10.1 6.7 15.8 6.6 26.1-.1 10.4-2.2 17.6-6.9 24-3.3 4.4-3.2 7.8.5 14.8 4 7.8 5.7 18.4 4.2 26.6-1.7 9-2 8.6 5.3 8.6 6.2 0 6.6-.1 7.6-2.7 1.4-3.6 1.3-19.5-.1-25.7-.6-2.7-2-7.1-3.2-9.8l-2.1-4.9 2.6-4.8c7.6-13.9 7.9-35.9.6-52.8l-2-4.7 2.5-4.6c9.9-18.3 6.4-43.9-8.1-59.1l-5.8-6.1.3-14.2c.4-16.4-1.3-26.6-5.8-35.7-6.4-12.6-17.2-15.9-26.3-7.9-5.4 4.7-9.2 13.8-12.3 29.8-.3 1.4-1 2.2-1.7 1.8-18.2-8-29.7-8.5-44.3-2.1L65 54.9l-.4-2.2C61 34.2 56.1 24.2 49 20.5c-4.3-2.1-7.4-2.4-11.3-1m7.7 16.8c4.2 7.1 8.1 30.1 5.7 33.6-.5.8-3.1 1.6-5.8 1.8-2.6.2-6.2.8-8 1.3l-3.1.8-.7-4.9c-.8-5.9.2-17.2 2.2-24.8C37.1 38.4 40.5 32 42 32c.5 0 2 1.9 3.4 4.3m96.5-1c4 6.5 6.9 23.9 5.6 33.6l-.7 4.9-3.1-.8c-1.8-.5-5.4-1.1-8-1.3-2.7-.2-5.3-1-5.8-1.8-1.2-1.7-.3-14.1 1.7-22.9 1.5-6.4 5.7-15 7.4-15 .4 0 1.8 1.5 2.9 3.3"/><path d="M77.8 119.9c-7.3 2.4-11.6 5.1-16.5 10.4-5.5 6-7.6 12-7.1 20.1.5 7.6 3.5 12.9 10.6 18.3 6.2 4.7 12.7 6.3 25.7 6.3 17.2 0 25.8-3.6 32.9-13.8 4.2-5.9 4.8-15.5 1.6-23-2.9-6.8-11.1-14.3-18.8-17.3-8-3.1-20.7-3.6-28.4-1m25.7 10c16.1 7.1 19.4 23.2 6.6 31.8-4.9 3.3-9.4 4.3-19.6 4.3s-14.7-1-19.6-4.3c-17.8-12-3.2-35.6 21.1-34.3 3.9.2 8.6 1.2 11.5 2.5"/><path d="M83.8 140.1c-2.5 1.4-2.2 4.4.7 6.7 2 1.6 2.4 2.6 1.9 4.9-.7 3.6 1.5 5.8 5.1 4.9 2.1-.5 2.5-1.2 2.5-4.6 0-2.9.5-4.2 2-5 2.7-1.5 2.7-6.6 0-7.5-1-.3-2.8-.1-4 .5-1.4.7-2.6.8-3.9 0-2.3-1.2-2.2-1.2-4.3.1m-44.1-18.9c-.9.7-2.3 3-3.2 5-2.1 5.3-.1 10.3 4.7 11.6 4.3 1.1 6 .6 9.2-2.7 4-4.1 4.3-8.1 1.1-11.9-2.1-2.5-3.4-3.2-6.4-3.2-2 0-4.5.6-5.4 1.2m89.8 2c-3.2 3.8-2.9 7.8 1.1 11.9 3.2 3.3 4.9 3.8 9.2 2.7 4.9-1.3 6.8-6.2 4.6-11.8-1.9-4.7-3.8-6-8.7-6-2.7 0-4.1.7-6.2 3.2"/></g></svg>
@@ -1,7 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="256px" height="260px" viewBox="0 0 256 260" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
3
- <title>OpenAI</title>
4
- <g>
5
- <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="#7D7D87"></path>
6
- </g>
7
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="256" height="260" preserveAspectRatio="xMidYMid"><path fill="#7D7D87" d="M239.184 106.203a64.72 64.72 0 0 0-5.576-53.103C219.452 28.459 191 15.784 163.213 21.74A65.586 65.586 0 0 0 52.096 45.22a64.72 64.72 0 0 0-43.23 31.36c-14.31 24.602-11.061 55.634 8.033 76.74a64.67 64.67 0 0 0 5.525 53.102c14.174 24.65 42.644 37.324 70.446 31.36a64.72 64.72 0 0 0 48.754 21.744c28.481.025 53.714-18.361 62.414-45.481a64.77 64.77 0 0 0 43.229-31.36c14.137-24.558 10.875-55.423-8.083-76.483m-97.56 136.338a48.4 48.4 0 0 1-31.105-11.255l1.535-.87 51.67-29.825a8.6 8.6 0 0 0 4.247-7.367v-72.85l21.845 12.636c.218.111.37.32.409.563v60.367c-.056 26.818-21.783 48.545-48.601 48.601M37.158 197.93a48.35 48.35 0 0 1-5.781-32.589l1.534.921 51.722 29.826a8.34 8.34 0 0 0 8.441 0l63.181-36.425v25.221a.87.87 0 0 1-.358.665l-52.335 30.184c-23.257 13.398-52.97 5.431-66.404-17.803M23.549 85.38a48.5 48.5 0 0 1 25.58-21.333v61.39a8.29 8.29 0 0 0 4.195 7.316l62.874 36.272-21.845 12.636a.82.82 0 0 1-.767 0L41.353 151.53c-23.211-13.454-31.171-43.144-17.804-66.405zm179.466 41.695-63.08-36.63L161.73 77.86a.82.82 0 0 1 .768 0l52.233 30.184a48.6 48.6 0 0 1-7.316 87.635v-61.391a8.54 8.54 0 0 0-4.4-7.213m21.742-32.69-1.535-.922-51.619-30.081a8.39 8.39 0 0 0-8.492 0L99.98 99.808V74.587a.72.72 0 0 1 .307-.665l52.233-30.133a48.652 48.652 0 0 1 72.236 50.391zM88.061 139.097l-21.845-12.585a.87.87 0 0 1-.41-.614V65.685a48.652 48.652 0 0 1 79.757-37.346l-1.535.87-51.67 29.825a8.6 8.6 0 0 0-4.246 7.367zm11.868-25.58L128.067 97.3l28.188 16.218v32.434l-28.086 16.218-28.188-16.218z"/></svg>