@thesvg/react 0.1.0 → 0.4.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 (92) hide show
  1. package/README.md +1 -2
  2. package/dist/ai360-360.cjs +1 -2
  3. package/dist/ai360-360.js +5 -9
  4. package/dist/akashchat.cjs +5 -4
  5. package/dist/akashchat.js +3 -3
  6. package/dist/antgroup.cjs +117 -0
  7. package/dist/antgroup.js +32 -9
  8. package/dist/azureai.cjs +294 -1
  9. package/dist/azureai.js +74 -8
  10. package/dist/baichuan.cjs +1 -2
  11. package/dist/baichuan.js +1 -3
  12. package/dist/bedrock-aws.cjs +1 -2
  13. package/dist/bedrock-aws.js +1 -3
  14. package/dist/burncloud.js +1 -2
  15. package/dist/chatglm.cjs +1 -2
  16. package/dist/chatglm.js +1 -3
  17. package/dist/civitai.cjs +66 -2
  18. package/dist/civitai.js +23 -4
  19. package/dist/codeflicker.cjs +271 -3
  20. package/dist/codeflicker.js +62 -6
  21. package/dist/codex-openai.cjs +2 -9
  22. package/dist/codex-openai.js +2 -4
  23. package/dist/cogvideo.cjs +836 -17
  24. package/dist/cogvideo.js +316 -44
  25. package/dist/cogview.cjs +1031 -27
  26. package/dist/cogview.js +419 -50
  27. package/dist/copilotkit.cjs +150 -4
  28. package/dist/copilotkit.js +77 -14
  29. package/dist/crusoe.js +1 -2
  30. package/dist/essential-ai.js +1 -2
  31. package/dist/fastgpt.cjs +66 -2
  32. package/dist/fastgpt.js +32 -4
  33. package/dist/gemini-google.cjs +0 -22
  34. package/dist/gemini-google.js +1 -8
  35. package/dist/gemma-google.cjs +1 -2
  36. package/dist/gemma-google.js +1 -3
  37. package/dist/hailuo.js +1 -2
  38. package/dist/higress.cjs +66 -2
  39. package/dist/higress.js +44 -10
  40. package/dist/jimeng.cjs +244 -94
  41. package/dist/jimeng.js +61 -19
  42. package/dist/kling.cjs +160 -4
  43. package/dist/kling.js +67 -9
  44. package/dist/kolors.cjs +1 -2
  45. package/dist/kolors.js +1 -3
  46. package/dist/kwaipilot.cjs +67 -2
  47. package/dist/kwaipilot.js +32 -4
  48. package/dist/llamaindex.js +1 -2
  49. package/dist/llava.cjs +622 -12
  50. package/dist/llava.js +235 -30
  51. package/dist/lobehub.cjs +697 -16
  52. package/dist/lobehub.js +251 -29
  53. package/dist/luma.cjs +156 -5
  54. package/dist/luma.js +51 -18
  55. package/dist/metaai.cjs +171 -9
  56. package/dist/metaai.js +42 -4
  57. package/dist/microsoft-bing.cjs +1 -17
  58. package/dist/microsoft-bing.js +1 -8
  59. package/dist/myshell.cjs +66 -2
  60. package/dist/myshell.js +36 -6
  61. package/dist/new-api.cjs +98 -3
  62. package/dist/new-api.js +47 -6
  63. package/dist/nova-aws.cjs +1 -16
  64. package/dist/nova-aws.js +1 -3
  65. package/dist/openchat.cjs +66 -2
  66. package/dist/openchat.js +18 -4
  67. package/dist/openclaw-moltbot-clawdbot.cjs +7 -9
  68. package/dist/openclaw-moltbot-clawdbot.js +7 -12
  69. package/dist/pixverse.cjs +1 -2
  70. package/dist/pixverse.js +1 -3
  71. package/dist/rwkv.cjs +1 -2
  72. package/dist/rwkv.js +1 -3
  73. package/dist/sora-openai.cjs +5 -15
  74. package/dist/sora-openai.js +5 -13
  75. package/dist/stability-stablediffusion.cjs +1 -2
  76. package/dist/stability-stablediffusion.js +2 -4
  77. package/dist/stepfun.cjs +1 -2
  78. package/dist/stepfun.js +1 -3
  79. package/dist/submodel.cjs +95 -2
  80. package/dist/submodel.js +27 -7
  81. package/dist/tiangong.cjs +96 -3
  82. package/dist/tiangong.js +48 -7
  83. package/dist/upstage.cjs +71 -1
  84. package/dist/upstage.js +11 -2
  85. package/dist/vidu.js +1 -2
  86. package/dist/wenxin.cjs +0 -8
  87. package/dist/wenxin.js +1 -4
  88. package/dist/workersai-cloudflare.cjs +1 -2
  89. package/dist/workersai-cloudflare.js +1 -3
  90. package/dist/xinference.cjs +98 -3
  91. package/dist/xinference.js +47 -6
  92. package/package.json +1 -1
package/dist/metaai.cjs CHANGED
@@ -17,21 +17,183 @@ const Metaai = react_1.forwardRef(function Metaai({ viewBox = '0 0 24 24', ...pr
17
17
  "children": []
18
18
  },
19
19
  {
20
- "type": "path",
20
+ "type": "g",
21
21
  "props": {
22
- "clipRule": "evenodd",
23
- "d": "M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3.627a8.373 8.373 0 100 16.746 8.373 8.373 0 000-16.746z",
24
- "fillRule": "evenodd"
22
+ "clipPath": "",
23
+ "filter": ""
25
24
  },
26
- "children": []
25
+ "children": [
26
+ {
27
+ "type": "path",
28
+ "props": {
29
+ "clipRule": "evenodd",
30
+ "d": "M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3.627a8.373 8.373 0 100 16.746 8.373 8.373 0 000-16.746z",
31
+ "fill": "url(#grad-c)",
32
+ "fillRule": "evenodd"
33
+ },
34
+ "children": []
35
+ }
36
+ ]
27
37
  },
28
38
  {
29
- "type": "path",
39
+ "type": "defs",
40
+ "props": {},
41
+ "children": [
42
+ {
43
+ "type": "linearGradient",
44
+ "props": {
45
+ "gradientUnits": "userSpaceOnUse",
46
+ "id": "grad-c",
47
+ "x1": "24",
48
+ "x2": "0",
49
+ "y1": "0",
50
+ "y2": "24"
51
+ },
52
+ "children": [
53
+ {
54
+ "type": "stop",
55
+ "props": {
56
+ "offset": ".13",
57
+ "stopColor": "#FF97E3"
58
+ },
59
+ "children": []
60
+ },
61
+ {
62
+ "type": "stop",
63
+ "props": {
64
+ "offset": ".18",
65
+ "stopColor": "#D14FE1"
66
+ },
67
+ "children": []
68
+ },
69
+ {
70
+ "type": "stop",
71
+ "props": {
72
+ "offset": ".338",
73
+ "stopColor": "#0050E2"
74
+ },
75
+ "children": []
76
+ },
77
+ {
78
+ "type": "stop",
79
+ "props": {
80
+ "offset": ".666",
81
+ "stopColor": "#0050E2"
82
+ },
83
+ "children": []
84
+ },
85
+ {
86
+ "type": "stop",
87
+ "props": {
88
+ "offset": ".809",
89
+ "stopColor": "#00DDF4"
90
+ },
91
+ "children": []
92
+ },
93
+ {
94
+ "type": "stop",
95
+ "props": {
96
+ "offset": ".858",
97
+ "stopColor": "#23F8CC"
98
+ },
99
+ "children": []
100
+ }
101
+ ]
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "type": "clipPath",
30
107
  "props": {
31
- "d": "M0 0h24v24H0z",
32
- "fill": "#fff"
108
+ "id": "grad-a"
33
109
  },
34
- "children": []
110
+ "children": [
111
+ {
112
+ "type": "path",
113
+ "props": {
114
+ "d": "M0 0h24v24H0z",
115
+ "fill": "#fff"
116
+ },
117
+ "children": []
118
+ }
119
+ ]
120
+ },
121
+ {
122
+ "type": "filter",
123
+ "props": {
124
+ "colorInterpolationFilters": "sRGB",
125
+ "filterUnits": "userSpaceOnUse",
126
+ "height": "24",
127
+ "id": "grad-b",
128
+ "width": "24",
129
+ "x": "0",
130
+ "y": "0"
131
+ },
132
+ "children": [
133
+ {
134
+ "type": "feFlood",
135
+ "props": {
136
+ "floodOpacity": "0",
137
+ "result": "BackgroundImageFix"
138
+ },
139
+ "children": []
140
+ },
141
+ {
142
+ "type": "feBlend",
143
+ "props": {
144
+ "in": "SourceGraphic",
145
+ "in2": "BackgroundImageFix",
146
+ "result": "shape"
147
+ },
148
+ "children": []
149
+ },
150
+ {
151
+ "type": "feColorMatrix",
152
+ "props": {
153
+ "in": "SourceAlpha",
154
+ "result": "hardAlpha",
155
+ "values": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
156
+ },
157
+ "children": []
158
+ },
159
+ {
160
+ "type": "feOffset",
161
+ "props": {},
162
+ "children": []
163
+ },
164
+ {
165
+ "type": "feGaussianBlur",
166
+ "props": {
167
+ "stdDeviation": ".75"
168
+ },
169
+ "children": []
170
+ },
171
+ {
172
+ "type": "feComposite",
173
+ "props": {
174
+ "in2": "hardAlpha",
175
+ "k2": "-1",
176
+ "k3": "1",
177
+ "operator": "arithmetic"
178
+ },
179
+ "children": []
180
+ },
181
+ {
182
+ "type": "feColorMatrix",
183
+ "props": {
184
+ "values": "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"
185
+ },
186
+ "children": []
187
+ },
188
+ {
189
+ "type": "feBlend",
190
+ "props": {
191
+ "in2": "shape",
192
+ "result": "effect1_innerShadow_674_237"
193
+ },
194
+ "children": []
195
+ }
196
+ ]
35
197
  }
36
198
  ]
37
199
  .map(function(el) {
package/dist/metaai.js CHANGED
@@ -15,11 +15,49 @@ const Metaai = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(
15
15
  {...props}
16
16
  >
17
17
  <title>MetaAI</title>
18
- <path clipRule="evenodd"
18
+ <g clipPath="" filter="">
19
+ <path
20
+ clipRule="evenodd"
19
21
  d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3.627a8.373 8.373 0 100 16.746 8.373 8.373 0 000-16.746z"
20
- fill={c.fill}
21
- fillRule="evenodd" />
22
- <path d="M0 0h24v24H0z" fill="#fff" />
22
+ fill="url(#grad-c)"
23
+ fillRule="evenodd"
24
+ />
25
+ </g>
26
+ <defs>
27
+ <linearGradient gradientUnits="userSpaceOnUse" id="grad-c" x1="24" x2="0" y1="0" y2="24">
28
+ <stop offset=".13" stopColor="#FF97E3" />
29
+ <stop offset=".18" stopColor="#D14FE1" />
30
+ <stop offset=".338" stopColor="#0050E2" />
31
+ <stop offset=".666" stopColor="#0050E2" />
32
+ <stop offset=".809" stopColor="#00DDF4" />
33
+ <stop offset=".858" stopColor="#23F8CC" />
34
+ </linearGradient>
35
+ <clipPath id="grad-a">
36
+ <path d="M0 0h24v24H0z" fill="#fff" />
37
+ </clipPath>
38
+ <filter
39
+ colorInterpolationFilters="sRGB"
40
+ filterUnits="userSpaceOnUse"
41
+ height="24"
42
+ id="grad-b"
43
+ width="24"
44
+ x="0"
45
+ y="0"
46
+ >
47
+ <feFlood floodOpacity="0" result="BackgroundImageFix" />
48
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
49
+ <feColorMatrix
50
+ in="SourceAlpha"
51
+ result="hardAlpha"
52
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
53
+ />
54
+ <feOffset />
55
+ <feGaussianBlur stdDeviation=".75" />
56
+ <feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic" />
57
+ <feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0" />
58
+ <feBlend in2="shape" result="effect1_innerShadow_674_237" />
59
+ </filter>
60
+ </defs>
23
61
  </svg>
24
62
  );
25
63
  }
@@ -19,23 +19,7 @@ const MicrosoftBing = react_1.forwardRef(function MicrosoftBing({ viewBox = '0 0
19
19
  {
20
20
  "type": "path",
21
21
  "props": {
22
- "d": "M11.97 7.569a.92.92 0 00-.805.863c-.013.195-.01.209.43 1.347 1 2.59 1.242 3.214 1.283 3.302.099.213.237.413.41.592.134.138.222.212.37.311.26.176.39.224 1.405.527.989.295 1.529.49 1.994.723.603.302 1.024.644 1.29 1.051.191.292.36.815.434 1.342.029.206.029.661 0 .847a2.491 2.491 0 01-.376 1.026c-.1.151-.065.126.081-.058.415-.52.838-1.408 1.054-2.213a6.728 6.728 0 00.102-3.012 6.626 6.626 0 00-3.291-4.53 104.157 104.157 0 00-1.322-.698l-.254-.133a737.941 737.941 0 01-1.575-.827c-.548-.29-.78-.406-.846-.426a1.376 1.376 0 00-.29-.045l-.093.01z"
23
- },
24
- "children": []
25
- },
26
- {
27
- "type": "path",
28
- "props": {
29
- "d": "M13.164 17.24a4.385 4.385 0 00-.202.125 511.45 511.45 0 00-1.795 1.115 163.087 163.087 0 01-.989.614l-.463.288a99.198 99.198 0 01-1.502.941c-.326.2-.704.334-1.09.387-.18.024-.52.024-.7 0a2.807 2.807 0 01-1.318-.538 3.665 3.665 0 01-.543-.545 2.837 2.837 0 01-.506-1.141 2.161 2.161 0 00-.041-.182c-.008-.008.006.138.032.33.027.199.085.487.147.733.482 1.907 1.85 3.457 3.705 4.195a6.31 6.31 0 001.658.412c.22.025.844.035 1.074.017 1.054-.08 1.972-.393 2.913-.992a325.28 325.28 0 01.937-.596l.384-.244.684-.435.234-.149.009-.005.025-.017.013-.007.172-.11.597-.38c.76-.481.987-.65 1.34-.998.148-.146.37-.394.381-.425.002-.007.042-.068.088-.136a2.49 2.49 0 00.373-1.023 4.181 4.181 0 000-.847 4.336 4.336 0 00-.318-1.137c-.224-.472-.7-.9-1.383-1.245a2.972 2.972 0 00-.406-.181c-.01 0-.646.392-1.413.87a7089.171 7089.171 0 00-1.658 1.031l-.439.274z",
30
- "fillRule": "nonzero"
31
- },
32
- "children": []
33
- },
34
- {
35
- "type": "path",
36
- "props": {
37
- "d": "M4.003 14.946l.004 3.33.042.193c.134.604.366 1.04.77 1.445a2.701 2.701 0 001.955.814c.536 0 1-.135 1.479-.43l.703-.435.556-.346V8.003c0-2.306-.004-3.675-.012-3.782a2.734 2.734 0 00-.797-1.765c-.145-.144-.268-.24-.637-.496A1780.102 1780.102 0 015.762.362C5.406.115 5.38.098 5.271.059a.943.943 0 00-1.254.696C4.003.818 4 1.659 4 6.223v5.394H4l.003 3.329z",
38
- "fillRule": "nonzero"
22
+ "d": "M4.842.005a.966.966 0 01.604.142l2.62 1.813c.369.256.492.352.637.496.471.47.752 1.09.797 1.765l.008.847.003 1.441.004 13.002.144-.094 7.015-4.353.015.003.029.01c-.398-.17-.893-.339-1.655-.566l-.484-.146c-.584-.18-.71-.238-.921-.38a2.009 2.009 0 01-.37-.312 2.172 2.172 0 01-.41-.592L11.32 9.063c-.166-.444-.166-.49-.156-.63a.92.92 0 01.806-.864l.094-.01c.044-.005.22.023.29.044l.052.021c.06.026.16.075.313.154l3.63 1.908a6.626 6.626 0 013.292 4.531c.194.99.159 2.037-.102 3.012-.216.805-.639 1.694-1.054 2.213l-.08.099-.047.05c-.01.01-.013.01-.01.002l.043-.074-.072.114c-.011.031-.233.28-.38.425l-.17.161c-.22.202-.431.36-.832.62L13.544 23c-.941.6-1.86.912-2.913.992-.23.018-.854.008-1.074-.017a6.31 6.31 0 01-1.658-.412c-1.854-.738-3.223-2.288-3.705-4.195a8.077 8.077 0 01-.121-.57l-.046-.325a1.123 1.123 0 01-.014-.168l-.006-.029L4 11.617 4.01.866a.981.981 0 01.007-.111.943.943 0 01.825-.75z"
39
23
  },
40
24
  "children": []
41
25
  }
@@ -15,14 +15,7 @@ const MicrosoftBing = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(
15
15
  {...props}
16
16
  >
17
17
  <title>Microsoft Bing</title>
18
- <path d="M11.97 7.569a.92.92 0 00-.805.863c-.013.195-.01.209.43 1.347 1 2.59 1.242 3.214 1.283 3.302.099.213.237.413.41.592.134.138.222.212.37.311.26.176.39.224 1.405.527.989.295 1.529.49 1.994.723.603.302 1.024.644 1.29 1.051.191.292.36.815.434 1.342.029.206.029.661 0 .847a2.491 2.491 0 01-.376 1.026c-.1.151-.065.126.081-.058.415-.52.838-1.408 1.054-2.213a6.728 6.728 0 00.102-3.012 6.626 6.626 0 00-3.291-4.53 104.157 104.157 0 00-1.322-.698l-.254-.133a737.941 737.941 0 01-1.575-.827c-.548-.29-.78-.406-.846-.426a1.376 1.376 0 00-.29-.045l-.093.01z"
19
- fill={a.fill} />
20
- <path d="M13.164 17.24a4.385 4.385 0 00-.202.125 511.45 511.45 0 00-1.795 1.115 163.087 163.087 0 01-.989.614l-.463.288a99.198 99.198 0 01-1.502.941c-.326.2-.704.334-1.09.387-.18.024-.52.024-.7 0a2.807 2.807 0 01-1.318-.538 3.665 3.665 0 01-.543-.545 2.837 2.837 0 01-.506-1.141 2.161 2.161 0 00-.041-.182c-.008-.008.006.138.032.33.027.199.085.487.147.733.482 1.907 1.85 3.457 3.705 4.195a6.31 6.31 0 001.658.412c.22.025.844.035 1.074.017 1.054-.08 1.972-.393 2.913-.992a325.28 325.28 0 01.937-.596l.384-.244.684-.435.234-.149.009-.005.025-.017.013-.007.172-.11.597-.38c.76-.481.987-.65 1.34-.998.148-.146.37-.394.381-.425.002-.007.042-.068.088-.136a2.49 2.49 0 00.373-1.023 4.181 4.181 0 000-.847 4.336 4.336 0 00-.318-1.137c-.224-.472-.7-.9-1.383-1.245a2.972 2.972 0 00-.406-.181c-.01 0-.646.392-1.413.87a7089.171 7089.171 0 00-1.658 1.031l-.439.274z"
21
- fill={b.fill}
22
- fillRule="nonzero" />
23
- <path d="M4.003 14.946l.004 3.33.042.193c.134.604.366 1.04.77 1.445a2.701 2.701 0 001.955.814c.536 0 1-.135 1.479-.43l.703-.435.556-.346V8.003c0-2.306-.004-3.675-.012-3.782a2.734 2.734 0 00-.797-1.765c-.145-.144-.268-.24-.637-.496A1780.102 1780.102 0 015.762.362C5.406.115 5.38.098 5.271.059a.943.943 0 00-1.254.696C4.003.818 4 1.659 4 6.223v5.394H4l.003 3.329z"
24
- fill={c.fill}
25
- fillRule="nonzero" />
18
+ <path d="M4.842.005a.966.966 0 01.604.142l2.62 1.813c.369.256.492.352.637.496.471.47.752 1.09.797 1.765l.008.847.003 1.441.004 13.002.144-.094 7.015-4.353.015.003.029.01c-.398-.17-.893-.339-1.655-.566l-.484-.146c-.584-.18-.71-.238-.921-.38a2.009 2.009 0 01-.37-.312 2.172 2.172 0 01-.41-.592L11.32 9.063c-.166-.444-.166-.49-.156-.63a.92.92 0 01.806-.864l.094-.01c.044-.005.22.023.29.044l.052.021c.06.026.16.075.313.154l3.63 1.908a6.626 6.626 0 013.292 4.531c.194.99.159 2.037-.102 3.012-.216.805-.639 1.694-1.054 2.213l-.08.099-.047.05c-.01.01-.013.01-.01.002l.043-.074-.072.114c-.011.031-.233.28-.38.425l-.17.161c-.22.202-.431.36-.832.62L13.544 23c-.941.6-1.86.912-2.913.992-.23.018-.854.008-1.074-.017a6.31 6.31 0 01-1.658-.412c-1.854-.738-3.223-2.288-3.705-4.195a8.077 8.077 0 01-.121-.57l-.046-.325a1.123 1.123 0 01-.014-.168l-.006-.029L4 11.617 4.01.866a.981.981 0 01.007-.111.943.943 0 01.825-.75z" />
26
19
  </svg>
27
20
  );
28
21
  }
package/dist/myshell.cjs CHANGED
@@ -19,14 +19,16 @@ const Myshell = react_1.forwardRef(function Myshell({ viewBox = '0 0 24 24', ...
19
19
  {
20
20
  "type": "path",
21
21
  "props": {
22
- "d": "M5.743 4C1.703 4 .306 13.31.002 15.83c-.026.216.241.328.404.182 7.957-7.15 11.644 3.594 14.802 3.594-1.768 0-3.063-4.94-4.69-9.263C9.253 6.985 7.788 4 5.743 4z"
22
+ "d": "M5.743 4C1.703 4 .306 13.31.002 15.83c-.026.216.241.328.404.182 7.957-7.15 11.644 3.594 14.802 3.594-1.768 0-3.063-4.94-4.69-9.263C9.253 6.985 7.788 4 5.743 4z",
23
+ "fill": "url(#grad-a)"
23
24
  },
24
25
  "children": []
25
26
  },
26
27
  {
27
28
  "type": "path",
28
29
  "props": {
29
- "d": "M23.58 15.76c.153.185.454.063.417-.174-.364-2.303-1.562-8.395-4.078-8.395-1.547 0-1.941 3.084-2.337 6.178l-.002.01c3.381 0 4.665.758 6 2.38z"
30
+ "d": "M23.58 15.76c.153.185.454.063.417-.174-.364-2.303-1.562-8.395-4.078-8.395-1.547 0-1.941 3.084-2.337 6.178l-.002.01c3.381 0 4.665.758 6 2.38z",
31
+ "fill": "url(#grad-b)"
30
32
  },
31
33
  "children": []
32
34
  },
@@ -37,6 +39,68 @@ const Myshell = react_1.forwardRef(function Myshell({ viewBox = '0 0 24 24', ...
37
39
  "fill": "#DDB1FF"
38
40
  },
39
41
  "children": []
42
+ },
43
+ {
44
+ "type": "defs",
45
+ "props": {},
46
+ "children": [
47
+ {
48
+ "type": "linearGradient",
49
+ "props": {
50
+ "gradientUnits": "userSpaceOnUse",
51
+ "id": "grad-a",
52
+ "x1": "0",
53
+ "x2": "15.209",
54
+ "y1": "11.563",
55
+ "y2": "12.019"
56
+ },
57
+ "children": [
58
+ {
59
+ "type": "stop",
60
+ "props": {
61
+ "stopColor": "#3239DC"
62
+ },
63
+ "children": []
64
+ },
65
+ {
66
+ "type": "stop",
67
+ "props": {
68
+ "offset": "1",
69
+ "stopColor": "#5A38E2"
70
+ },
71
+ "children": []
72
+ }
73
+ ]
74
+ }
75
+ ]
76
+ },
77
+ {
78
+ "type": "linearGradient",
79
+ "props": {
80
+ "gradientUnits": "userSpaceOnUse",
81
+ "id": "grad-b",
82
+ "x1": "17.58",
83
+ "x2": "24.003",
84
+ "y1": "11.387",
85
+ "y2": "11.533"
86
+ },
87
+ "children": [
88
+ {
89
+ "type": "stop",
90
+ "props": {
91
+ "stopColor": "#3239DC"
92
+ },
93
+ "children": []
94
+ },
95
+ {
96
+ "type": "stop",
97
+ "props": {
98
+ "offset": "1",
99
+ "stopColor": "#5A38E2"
100
+ },
101
+ "children": []
102
+ }
103
+ ]
40
104
  }
41
105
  ]
42
106
  .map(function(el) {
package/dist/myshell.js CHANGED
@@ -15,12 +15,42 @@ const Myshell = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(
15
15
  {...props}
16
16
  >
17
17
  <title>MyShell</title>
18
- <path d="M5.743 4C1.703 4 .306 13.31.002 15.83c-.026.216.241.328.404.182 7.957-7.15 11.644 3.594 14.802 3.594-1.768 0-3.063-4.94-4.69-9.263C9.253 6.985 7.788 4 5.743 4z"
19
- fill={a.fill} />
20
- <path d="M23.58 15.76c.153.185.454.063.417-.174-.364-2.303-1.562-8.395-4.078-8.395-1.547 0-1.941 3.084-2.337 6.178l-.002.01c3.381 0 4.665.758 6 2.38z"
21
- fill={b.fill} />
22
- <path d="M10.517 10.343c1.627 4.322 2.923 9.263 4.69 9.263 1.573 0 1.975-3.117 2.373-6.226l.002-.01c.396-3.095.79-6.18 2.336-6.18-3.1 0-4.71 11.248-9.4 3.153z"
23
- fill="#DDB1FF" />
18
+ <path
19
+ d="M5.743 4C1.703 4 .306 13.31.002 15.83c-.026.216.241.328.404.182 7.957-7.15 11.644 3.594 14.802 3.594-1.768 0-3.063-4.94-4.69-9.263C9.253 6.985 7.788 4 5.743 4z"
20
+ fill="url(#grad-a)"
21
+ />
22
+ <path
23
+ d="M23.58 15.76c.153.185.454.063.417-.174-.364-2.303-1.562-8.395-4.078-8.395-1.547 0-1.941 3.084-2.337 6.178l-.002.01c3.381 0 4.665.758 6 2.38z"
24
+ fill="url(#grad-b)"
25
+ />
26
+ <path
27
+ d="M10.517 10.343c1.627 4.322 2.923 9.263 4.69 9.263 1.573 0 1.975-3.117 2.373-6.226l.002-.01c.396-3.095.79-6.18 2.336-6.18-3.1 0-4.71 11.248-9.4 3.153z"
28
+ fill="#DDB1FF"
29
+ />
30
+ <defs>
31
+ <linearGradient
32
+ gradientUnits="userSpaceOnUse"
33
+ id="grad-a"
34
+ x1="0"
35
+ x2="15.209"
36
+ y1="11.563"
37
+ y2="12.019"
38
+ >
39
+ <stop stopColor="#3239DC" />
40
+ <stop offset="1" stopColor="#5A38E2" />
41
+ </linearGradient>
42
+ <linearGradient
43
+ gradientUnits="userSpaceOnUse"
44
+ id="grad-b"
45
+ x1="17.58"
46
+ x2="24.003"
47
+ y1="11.387"
48
+ y2="11.533"
49
+ >
50
+ <stop stopColor="#3239DC" />
51
+ <stop offset="1" stopColor="#5A38E2" />
52
+ </linearGradient>
53
+ </defs>
24
54
  </svg>
25
55
  );
26
56
  }
package/dist/new-api.cjs CHANGED
@@ -19,23 +19,118 @@ const NewApi = react_1.forwardRef(function NewApi({ viewBox = '0 0 24 24', ...pr
19
19
  {
20
20
  "type": "path",
21
21
  "props": {
22
- "d": "M23.078 16.34c-.506 1.323-1.198 2.519-2.117 3.562-2.378 2.696-5.374 4.057-8.971 4.098a.037.037 0 01-.024-.01.041.041 0 01-.013-.023.041.041 0 01.003-.025.037.037 0 01.019-.019c1.886-.779 3.454-1.973 4.625-3.639a10.148 10.148 0 001.626-3.677c.217-.98.33-1.955.282-2.942-.048-1.018-.152-1.601-.484-2.565-.386-1.12-.915-2.16-1.627-3.089-.883-1.154-1.876-1.87-2.9-2.779-.995-.88-2.19-2.623-1.059-3.754.384-.384.997-.59 1.838-.621 2.478-.09 5.011 1.636 6.597 3.453.75.86 1.38 1.798 1.865 2.837.486 1.041.814 2.122.978 3.246.133.915.117 1.441.092 2.365a10.82 10.82 0 01-.73 3.582z"
22
+ "d": "M23.078 16.34c-.506 1.323-1.198 2.519-2.117 3.562-2.378 2.696-5.374 4.057-8.971 4.098a.037.037 0 01-.024-.01.041.041 0 01-.013-.023.041.041 0 01.003-.025.037.037 0 01.019-.019c1.886-.779 3.454-1.973 4.625-3.639a10.148 10.148 0 001.626-3.677c.217-.98.33-1.955.282-2.942-.048-1.018-.152-1.601-.484-2.565-.386-1.12-.915-2.16-1.627-3.089-.883-1.154-1.876-1.87-2.9-2.779-.995-.88-2.19-2.623-1.059-3.754.384-.384.997-.59 1.838-.621 2.478-.09 5.011 1.636 6.597 3.453.75.86 1.38 1.798 1.865 2.837.486 1.041.814 2.122.978 3.246.133.915.117 1.441.092 2.365a10.82 10.82 0 01-.73 3.582z",
23
+ "fill": "url(#grad-a)"
23
24
  },
24
25
  "children": []
25
26
  },
26
27
  {
27
28
  "type": "path",
28
29
  "props": {
29
- "d": "M11.86.01a.041.041 0 01.009.049.038.038 0 01-.018.018C9.964.856 8.396 2.05 7.225 3.716a10.148 10.148 0 00-1.626 3.678c-.217.979-.33 1.955-.283 2.941.049 1.018.154 1.601.486 2.565.385 1.12.914 2.16 1.626 3.088.883 1.154 1.876 1.872 2.9 2.78.995.88 2.19 2.622 1.059 3.753-.385.385-.997.591-1.838.622-2.478.089-5.011-1.636-6.597-3.454-.75-.86-1.38-1.797-1.865-2.837a11.591 11.591 0 01-.978-3.246c-.133-.914-.117-1.44-.091-2.364.034-1.225.284-2.416.73-3.582.504-1.323 1.197-2.52 2.116-3.562C5.241 1.402 8.238.04 11.835 0c.009 0 .018.004.024.01z"
30
+ "d": "M11.86.01a.041.041 0 01.009.049.038.038 0 01-.018.018C9.964.856 8.396 2.05 7.225 3.716a10.148 10.148 0 00-1.626 3.678c-.217.979-.33 1.955-.283 2.941.049 1.018.154 1.601.486 2.565.385 1.12.914 2.16 1.626 3.088.883 1.154 1.876 1.872 2.9 2.78.995.88 2.19 2.622 1.059 3.753-.385.385-.997.591-1.838.622-2.478.089-5.011-1.636-6.597-3.454-.75-.86-1.38-1.797-1.865-2.837a11.591 11.591 0 01-.978-3.246c-.133-.914-.117-1.44-.091-2.364.034-1.225.284-2.416.73-3.582.504-1.323 1.197-2.52 2.116-3.562C5.241 1.402 8.238.04 11.835 0c.009 0 .018.004.024.01z",
31
+ "fill": "url(#grad-b)"
30
32
  },
31
33
  "children": []
32
34
  },
33
35
  {
34
36
  "type": "path",
35
37
  "props": {
36
- "d": "M8.721 11.903l2.455-.708.72-2.48a.066.066 0 01.127.002l.58 2.26c.776.437 1.65.755 2.622.956a.05.05 0 01.028.075.05.05 0 01-.024.019l-2.382.709a.163.163 0 00-.109.108l-.72 2.444a.034.034 0 01-.031.027.034.034 0 01-.034-.024l-.713-2.395a.183.183 0 00-.128-.128l-2.39-.705a.084.084 0 01-.044-.13.084.084 0 01.043-.03z"
38
+ "d": "M8.721 11.903l2.455-.708.72-2.48a.066.066 0 01.127.002l.58 2.26c.776.437 1.65.755 2.622.956a.05.05 0 01.028.075.05.05 0 01-.024.019l-2.382.709a.163.163 0 00-.109.108l-.72 2.444a.034.034 0 01-.031.027.034.034 0 01-.034-.024l-.713-2.395a.183.183 0 00-.128-.128l-2.39-.705a.084.084 0 01-.044-.13.084.084 0 01.043-.03z",
39
+ "fill": "url(#grad-c)"
37
40
  },
38
41
  "children": []
42
+ },
43
+ {
44
+ "type": "defs",
45
+ "props": {},
46
+ "children": [
47
+ {
48
+ "type": "linearGradient",
49
+ "props": {
50
+ "gradientUnits": "userSpaceOnUse",
51
+ "id": "grad-a",
52
+ "x1": "17.889",
53
+ "x2": "17.889",
54
+ "y1": ".854",
55
+ "y2": "24"
56
+ },
57
+ "children": [
58
+ {
59
+ "type": "stop",
60
+ "props": {
61
+ "stopColor": "#F85EAD"
62
+ },
63
+ "children": []
64
+ },
65
+ {
66
+ "type": "stop",
67
+ "props": {
68
+ "offset": "1",
69
+ "stopColor": "#FD75FD"
70
+ },
71
+ "children": []
72
+ }
73
+ ]
74
+ }
75
+ ]
76
+ },
77
+ {
78
+ "type": "linearGradient",
79
+ "props": {
80
+ "gradientUnits": "userSpaceOnUse",
81
+ "id": "grad-b",
82
+ "x1": "5.936",
83
+ "x2": "5.936",
84
+ "y1": "0",
85
+ "y2": "23.146"
86
+ },
87
+ "children": [
88
+ {
89
+ "type": "stop",
90
+ "props": {
91
+ "offset": ".332",
92
+ "stopColor": "#11F5EF"
93
+ },
94
+ "children": []
95
+ },
96
+ {
97
+ "type": "stop",
98
+ "props": {
99
+ "offset": "1",
100
+ "stopColor": "#C738FB"
101
+ },
102
+ "children": []
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "type": "linearGradient",
108
+ "props": {
109
+ "gradientUnits": "userSpaceOnUse",
110
+ "id": "grad-c",
111
+ "x1": "11.961",
112
+ "x2": "11.961",
113
+ "y1": "8.666",
114
+ "y2": "15.315"
115
+ },
116
+ "children": [
117
+ {
118
+ "type": "stop",
119
+ "props": {
120
+ "offset": ".332",
121
+ "stopColor": "#11F5EF"
122
+ },
123
+ "children": []
124
+ },
125
+ {
126
+ "type": "stop",
127
+ "props": {
128
+ "offset": "1",
129
+ "stopColor": "#C738FB"
130
+ },
131
+ "children": []
132
+ }
133
+ ]
39
134
  }
40
135
  ]
41
136
  .map(function(el) {
package/dist/new-api.js CHANGED
@@ -15,12 +15,53 @@ const NewApi = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(
15
15
  {...props}
16
16
  >
17
17
  <title>New API</title>
18
- <path d="M23.078 16.34c-.506 1.323-1.198 2.519-2.117 3.562-2.378 2.696-5.374 4.057-8.971 4.098a.037.037 0 01-.024-.01.041.041 0 01-.013-.023.041.041 0 01.003-.025.037.037 0 01.019-.019c1.886-.779 3.454-1.973 4.625-3.639a10.148 10.148 0 001.626-3.677c.217-.98.33-1.955.282-2.942-.048-1.018-.152-1.601-.484-2.565-.386-1.12-.915-2.16-1.627-3.089-.883-1.154-1.876-1.87-2.9-2.779-.995-.88-2.19-2.623-1.059-3.754.384-.384.997-.59 1.838-.621 2.478-.09 5.011 1.636 6.597 3.453.75.86 1.38 1.798 1.865 2.837.486 1.041.814 2.122.978 3.246.133.915.117 1.441.092 2.365a10.82 10.82 0 01-.73 3.582z"
19
- fill={a.fill} />
20
- <path d="M11.86.01a.041.041 0 01.009.049.038.038 0 01-.018.018C9.964.856 8.396 2.05 7.225 3.716a10.148 10.148 0 00-1.626 3.678c-.217.979-.33 1.955-.283 2.941.049 1.018.154 1.601.486 2.565.385 1.12.914 2.16 1.626 3.088.883 1.154 1.876 1.872 2.9 2.78.995.88 2.19 2.622 1.059 3.753-.385.385-.997.591-1.838.622-2.478.089-5.011-1.636-6.597-3.454-.75-.86-1.38-1.797-1.865-2.837a11.591 11.591 0 01-.978-3.246c-.133-.914-.117-1.44-.091-2.364.034-1.225.284-2.416.73-3.582.504-1.323 1.197-2.52 2.116-3.562C5.241 1.402 8.238.04 11.835 0c.009 0 .018.004.024.01z"
21
- fill={b.fill} />
22
- <path d="M8.721 11.903l2.455-.708.72-2.48a.066.066 0 01.127.002l.58 2.26c.776.437 1.65.755 2.622.956a.05.05 0 01.028.075.05.05 0 01-.024.019l-2.382.709a.163.163 0 00-.109.108l-.72 2.444a.034.034 0 01-.031.027.034.034 0 01-.034-.024l-.713-2.395a.183.183 0 00-.128-.128l-2.39-.705a.084.084 0 01-.044-.13.084.084 0 01.043-.03z"
23
- fill={c.fill} />
18
+ <path
19
+ d="M23.078 16.34c-.506 1.323-1.198 2.519-2.117 3.562-2.378 2.696-5.374 4.057-8.971 4.098a.037.037 0 01-.024-.01.041.041 0 01-.013-.023.041.041 0 01.003-.025.037.037 0 01.019-.019c1.886-.779 3.454-1.973 4.625-3.639a10.148 10.148 0 001.626-3.677c.217-.98.33-1.955.282-2.942-.048-1.018-.152-1.601-.484-2.565-.386-1.12-.915-2.16-1.627-3.089-.883-1.154-1.876-1.87-2.9-2.779-.995-.88-2.19-2.623-1.059-3.754.384-.384.997-.59 1.838-.621 2.478-.09 5.011 1.636 6.597 3.453.75.86 1.38 1.798 1.865 2.837.486 1.041.814 2.122.978 3.246.133.915.117 1.441.092 2.365a10.82 10.82 0 01-.73 3.582z"
20
+ fill="url(#grad-a)"
21
+ />
22
+ <path
23
+ d="M11.86.01a.041.041 0 01.009.049.038.038 0 01-.018.018C9.964.856 8.396 2.05 7.225 3.716a10.148 10.148 0 00-1.626 3.678c-.217.979-.33 1.955-.283 2.941.049 1.018.154 1.601.486 2.565.385 1.12.914 2.16 1.626 3.088.883 1.154 1.876 1.872 2.9 2.78.995.88 2.19 2.622 1.059 3.753-.385.385-.997.591-1.838.622-2.478.089-5.011-1.636-6.597-3.454-.75-.86-1.38-1.797-1.865-2.837a11.591 11.591 0 01-.978-3.246c-.133-.914-.117-1.44-.091-2.364.034-1.225.284-2.416.73-3.582.504-1.323 1.197-2.52 2.116-3.562C5.241 1.402 8.238.04 11.835 0c.009 0 .018.004.024.01z"
24
+ fill="url(#grad-b)"
25
+ />
26
+ <path
27
+ d="M8.721 11.903l2.455-.708.72-2.48a.066.066 0 01.127.002l.58 2.26c.776.437 1.65.755 2.622.956a.05.05 0 01.028.075.05.05 0 01-.024.019l-2.382.709a.163.163 0 00-.109.108l-.72 2.444a.034.034 0 01-.031.027.034.034 0 01-.034-.024l-.713-2.395a.183.183 0 00-.128-.128l-2.39-.705a.084.084 0 01-.044-.13.084.084 0 01.043-.03z"
28
+ fill="url(#grad-c)"
29
+ />
30
+ <defs>
31
+ <linearGradient
32
+ gradientUnits="userSpaceOnUse"
33
+ id="grad-a"
34
+ x1="17.889"
35
+ x2="17.889"
36
+ y1=".854"
37
+ y2="24"
38
+ >
39
+ <stop stopColor="#F85EAD" />
40
+ <stop offset="1" stopColor="#FD75FD" />
41
+ </linearGradient>
42
+ <linearGradient
43
+ gradientUnits="userSpaceOnUse"
44
+ id="grad-b"
45
+ x1="5.936"
46
+ x2="5.936"
47
+ y1="0"
48
+ y2="23.146"
49
+ >
50
+ <stop offset=".332" stopColor="#11F5EF" />
51
+ <stop offset="1" stopColor="#C738FB" />
52
+ </linearGradient>
53
+ <linearGradient
54
+ gradientUnits="userSpaceOnUse"
55
+ id="grad-c"
56
+ x1="11.961"
57
+ x2="11.961"
58
+ y1="8.666"
59
+ y2="15.315"
60
+ >
61
+ <stop offset=".332" stopColor="#11F5EF" />
62
+ <stop offset="1" stopColor="#C738FB" />
63
+ </linearGradient>
64
+ </defs>
24
65
  </svg>
25
66
  );
26
67
  }
package/dist/nova-aws.cjs CHANGED
@@ -16,26 +16,11 @@ const NovaAws = react_1.forwardRef(function NovaAws({ viewBox = '0 0 33 32', ...
16
16
  "props": {},
17
17
  "children": []
18
18
  },
19
- {
20
- "type": "path",
21
- "props": {
22
- "d": "M31.8 0H0v32h31.8z",
23
- "fill": "#fff"
24
- },
25
- "children": []
26
- },
27
19
  {
28
20
  "type": "path",
29
21
  "props": {
30
22
  "d": "m17.865 23.28 1.533 1.543c.07.07.092.175.055.267l-2.398 6.118A1.24 1.24 0 0 1 15.9 32c-.51 0-.969-.315-1.155-.793l-3.451-8.804-5.582 5.617a.246.246 0 0 1-.35 0l-1.407-1.415a.25.25 0 0 1 0-.352l6.89-6.932a1.3 1.3 0 0 1 .834-.398 1.25 1.25 0 0 1 1.232.79l2.992 7.63 1.557-3.977a.248.248 0 0 1 .408-.085zm8.224-19.3-5.583 5.617-3.45-8.805a1.24 1.24 0 0 0-1.43-.762c-.414.092-.744.407-.899.805l-2.38 6.072a.25.25 0 0 0 .055.267l1.533 1.543c.127.127.34.082.407-.085L15.9 4.655l2.991 7.629a1.24 1.24 0 0 0 2.035.425l6.922-6.965a.25.25 0 0 0 0-.352L26.44 3.977a.246.246 0 0 0-.35 0zM8.578 17.566l-3.953-1.567 7.582-3.01c.49-.195.815-.685.785-1.24a1.3 1.3 0 0 0-.395-.84l-6.886-6.93a.246.246 0 0 0-.35 0L3.954 5.395a.25.25 0 0 0 0 .353l5.583 5.617-8.75 3.472a1.25 1.25 0 0 0 0 2.325l6.079 2.412a.24.24 0 0 0 .266-.055l1.533-1.542a.25.25 0 0 0-.085-.41zm22.434-2.73-6.08-2.412a.24.24 0 0 0-.265.055l-1.533 1.542a.25.25 0 0 0 .084.41L27.172 16l-7.583 3.01a1.255 1.255 0 0 0-.785 1.24c.018.317.172.614.395.84l6.89 6.931a.246.246 0 0 0 .35 0l1.406-1.415a.25.25 0 0 0 0-.352l-5.582-5.617 8.75-3.472a1.25 1.25 0 0 0 0-2.325z",
31
- "fill": "#fff"
32
- },
33
- "children": []
34
- },
35
- {
36
- "type": "path",
37
- "props": {
38
- "d": "M-2.915 34.125h37.448V-2.109H-2.915z"
23
+ "fill": "currentColor"
39
24
  },
40
25
  "children": []
41
26
  }