@thesvg/react 0.1.0 → 0.4.1
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.
- package/README.md +7 -2
- package/dist/ai360-360.cjs +1 -2
- package/dist/ai360-360.js +5 -9
- package/dist/akashchat.cjs +5 -4
- package/dist/akashchat.js +3 -3
- package/dist/antgroup.cjs +117 -0
- package/dist/antgroup.js +32 -9
- package/dist/azureai.cjs +294 -1
- package/dist/azureai.js +74 -8
- package/dist/baichuan.cjs +1 -2
- package/dist/baichuan.js +1 -3
- package/dist/bedrock-aws.cjs +1 -2
- package/dist/bedrock-aws.js +1 -3
- package/dist/burncloud.js +1 -2
- package/dist/chatglm.cjs +1 -2
- package/dist/chatglm.js +1 -3
- package/dist/civitai.cjs +66 -2
- package/dist/civitai.js +23 -4
- package/dist/codeflicker.cjs +271 -3
- package/dist/codeflicker.js +62 -6
- package/dist/codex-openai.cjs +2 -9
- package/dist/codex-openai.js +2 -4
- package/dist/cogvideo.cjs +836 -17
- package/dist/cogvideo.js +316 -44
- package/dist/cogview.cjs +1031 -27
- package/dist/cogview.js +419 -50
- package/dist/copilotkit.cjs +150 -4
- package/dist/copilotkit.js +77 -14
- package/dist/crusoe.js +1 -2
- package/dist/essential-ai.js +1 -2
- package/dist/fastgpt.cjs +66 -2
- package/dist/fastgpt.js +32 -4
- package/dist/gemini-google.cjs +0 -22
- package/dist/gemini-google.js +1 -8
- package/dist/gemma-google.cjs +1 -2
- package/dist/gemma-google.js +1 -3
- package/dist/hailuo.js +1 -2
- package/dist/higress.cjs +66 -2
- package/dist/higress.js +44 -10
- package/dist/jimeng.cjs +244 -94
- package/dist/jimeng.js +61 -19
- package/dist/kling.cjs +160 -4
- package/dist/kling.js +67 -9
- package/dist/kolors.cjs +1 -2
- package/dist/kolors.js +1 -3
- package/dist/kwaipilot.cjs +67 -2
- package/dist/kwaipilot.js +32 -4
- package/dist/llamaindex.js +1 -2
- package/dist/llava.cjs +622 -12
- package/dist/llava.js +235 -30
- package/dist/lobehub.cjs +697 -16
- package/dist/lobehub.js +251 -29
- package/dist/luma.cjs +156 -5
- package/dist/luma.js +51 -18
- package/dist/metaai.cjs +171 -9
- package/dist/metaai.js +42 -4
- package/dist/microsoft-bing.cjs +1 -17
- package/dist/microsoft-bing.js +1 -8
- package/dist/myshell.cjs +66 -2
- package/dist/myshell.js +36 -6
- package/dist/new-api.cjs +98 -3
- package/dist/new-api.js +47 -6
- package/dist/nova-aws.cjs +1 -16
- package/dist/nova-aws.js +1 -3
- package/dist/openchat.cjs +66 -2
- package/dist/openchat.js +18 -4
- package/dist/openclaw-moltbot-clawdbot.cjs +7 -9
- package/dist/openclaw-moltbot-clawdbot.js +7 -12
- package/dist/pixverse.cjs +1 -2
- package/dist/pixverse.js +1 -3
- package/dist/rwkv.cjs +1 -2
- package/dist/rwkv.js +1 -3
- package/dist/sora-openai.cjs +5 -15
- package/dist/sora-openai.js +5 -13
- package/dist/stability-stablediffusion.cjs +1 -2
- package/dist/stability-stablediffusion.js +2 -4
- package/dist/stepfun.cjs +1 -2
- package/dist/stepfun.js +1 -3
- package/dist/submodel.cjs +95 -2
- package/dist/submodel.js +27 -7
- package/dist/tiangong.cjs +96 -3
- package/dist/tiangong.js +48 -7
- package/dist/upstage.cjs +71 -1
- package/dist/upstage.js +11 -2
- package/dist/vidu.js +1 -2
- package/dist/wenxin.cjs +0 -8
- package/dist/wenxin.js +1 -4
- package/dist/workersai-cloudflare.cjs +1 -2
- package/dist/workersai-cloudflare.js +1 -3
- package/dist/xinference.cjs +98 -3
- package/dist/xinference.js +47 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://github.com/GLINCKER/thesvg">
|
|
3
|
+
<img src="https://raw.githubusercontent.com/GLINCKER/thesvg/main/public/og-image.png" alt="theSVG - 3,847 Brand SVG Icons" width="700" />
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
1
7
|
# @thesvg/react
|
|
2
8
|
|
|
3
9
|
Typed React SVG components for all 3,800+ brand icons from [thesvg.org](https://thesvg.org).
|
|
@@ -140,5 +146,4 @@ Over 3,800 brand icons are available. Browse the full list at
|
|
|
140
146
|
|
|
141
147
|
MIT - see [LICENSE](./LICENSE).
|
|
142
148
|
|
|
143
|
-
|
|
144
|
-
See [thesvg.org](https://thesvg.org) for per-icon license details.
|
|
149
|
+
Brand icons and logos are the property of their respective trademark holders. See [thesvg.org](https://thesvg.org) for details.
|
package/dist/ai360-360.cjs
CHANGED
|
@@ -20,8 +20,7 @@ const Ai360360 = react_1.forwardRef(function Ai360360({ viewBox = '0 0 24 24', .
|
|
|
20
20
|
"type": "path",
|
|
21
21
|
"props": {
|
|
22
22
|
"clipRule": "evenodd",
|
|
23
|
-
"d": "M12 0h.018c1.473-.002 2.88.261 4.179.754C20.755 2.456 24 6.85 24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm8.604 18.967A11.024 11.024 0 0023.07 12c0-1.717-.39-3.344-1.089-4.794a2.59 2.59 0 01-3.214.62 6.278 6.278 0 01-1.333-.992C16.283 5.73 15.109 4.66 13.696 3.9c-3.211-1.729-6.825-1.501-9.695.447A11.033 11.033 0 00.93 12c0 1.663.367 3.241 1.024 4.657.75-.973 2.131-1.346 3.232-.71.667.384 1.257.92 1.837 1.447l.176.16c1.365 1.234 2.794 2.355 4.558 2.965 3.053 1.053 6.356.437 8.847-1.552z"
|
|
24
|
-
"fillRule": "evenodd"
|
|
23
|
+
"d": "M12 0h.018c1.473-.002 2.88.261 4.179.754C20.755 2.456 24 6.85 24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm8.604 18.967A11.024 11.024 0 0023.07 12c0-1.717-.39-3.344-1.089-4.794a2.59 2.59 0 01-3.214.62 6.278 6.278 0 01-1.333-.992C16.283 5.73 15.109 4.66 13.696 3.9c-3.211-1.729-6.825-1.501-9.695.447A11.033 11.033 0 00.93 12c0 1.663.367 3.241 1.024 4.657.75-.973 2.131-1.346 3.232-.71.667.384 1.257.92 1.837 1.447l.176.16c1.365 1.234 2.794 2.355 4.558 2.965 3.053 1.053 6.356.437 8.847-1.552z"
|
|
25
24
|
},
|
|
26
25
|
"children": []
|
|
27
26
|
},
|
package/dist/ai360-360.js
CHANGED
|
@@ -16,15 +16,11 @@ const Ai360360 = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(
|
|
|
16
16
|
>
|
|
17
17
|
<title>Ai360 (360智脑)</title>
|
|
18
18
|
<path clipRule="evenodd"
|
|
19
|
-
d="M12 0h.018c1.473-.002 2.88.261 4.179.754C20.755 2.456 24 6.85 24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm8.604 18.967A11.024 11.024 0 0023.07 12c0-1.717-.39-3.344-1.089-4.794a2.59 2.59 0 01-3.214.62 6.278 6.278 0 01-1.333-.992C16.283 5.73 15.109 4.66 13.696 3.9c-3.211-1.729-6.825-1.501-9.695.447A11.033 11.033 0 00.93 12c0 1.663.367 3.241 1.024 4.657.75-.973 2.131-1.346 3.232-.71.667.384 1.257.92 1.837 1.447l.176.16c1.365 1.234 2.794 2.355 4.558 2.965 3.053 1.053 6.356.437 8.847-1.552z"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<path d="
|
|
23
|
-
|
|
24
|
-
<path d="M18.059 13.644c.989-.206 1.577-.838 1.592-1.697.015-.83-.624-1.582-1.46-1.724-.77-.13-1.599.383-1.844 1.18-.069.22-.117.448-.165.676-.06.29-.122.58-.225.854-.367.986-1.593 1.546-2.926 1.394-.824-.095-1.106-.446-1.342-1.674-.18-.938-.864-1.535-1.681-1.467-.85.07-1.515.829-1.468 1.673.05.892.678 1.44 1.705 1.489 1.375.064 1.75.396 1.926 1.787.067.531.267.967.685 1.288 1.02.783 2.407.208 2.66-1.108l.022-.114c.152-.796.3-1.577 1.04-2.101.36-.255.761-.326 1.166-.397.105-.019.21-.037.315-.06z"
|
|
25
|
-
fill={c.fill} />
|
|
26
|
-
<path d="M13.83 7.961a.755.755 0 11-1.51 0 .755.755 0 011.51 0z" fill={d.fill} />
|
|
27
|
-
<path d="M10.809 16.678a.755.755 0 100-1.511.755.755 0 000 1.51z" fill={e.fill} />
|
|
19
|
+
d="M12 0h.018c1.473-.002 2.88.261 4.179.754C20.755 2.456 24 6.85 24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm8.604 18.967A11.024 11.024 0 0023.07 12c0-1.717-.39-3.344-1.089-4.794a2.59 2.59 0 01-3.214.62 6.278 6.278 0 01-1.333-.992C16.283 5.73 15.109 4.66 13.696 3.9c-3.211-1.729-6.825-1.501-9.695.447A11.033 11.033 0 00.93 12c0 1.663.367 3.241 1.024 4.657.75-.973 2.131-1.346 3.232-.71.667.384 1.257.92 1.837 1.447l.176.16c1.365 1.234 2.794 2.355 4.558 2.965 3.053 1.053 6.356.437 8.847-1.552z" />
|
|
20
|
+
<path d="M5.643 10.312c-.83.11-1.401.766-1.408 1.618a1.715 1.715 0 001.45 1.72c.805.128 1.64-.426 1.87-1.26.046-.167.076-.338.106-.51.025-.14.05-.282.084-.42.318-1.317 1.237-1.95 2.788-1.93 1.086.013 1.318.271 1.68 1.855.017.076.043.151.07.226.26.714.976 1.17 1.67 1.065a1.647 1.647 0 001.38-1.438c.083-.729-.348-1.264-1.122-1.575-.34-.136-.664-.158-.995-.141-.726.037-1.121-.36-1.339-.977a3.359 3.359 0 01-.134-.65c-.014-.093-.027-.186-.043-.278-.156-.887-.835-1.51-1.669-1.532-.791-.02-1.464.551-1.665 1.418l-.06.27-.025.117c-.355 1.636-.974 2.205-2.638 2.422z" />
|
|
21
|
+
<path d="M18.059 13.644c.989-.206 1.577-.838 1.592-1.697.015-.83-.624-1.582-1.46-1.724-.77-.13-1.599.383-1.844 1.18-.069.22-.117.448-.165.676-.06.29-.122.58-.225.854-.367.986-1.593 1.546-2.926 1.394-.824-.095-1.106-.446-1.342-1.674-.18-.938-.864-1.535-1.681-1.467-.85.07-1.515.829-1.468 1.673.05.892.678 1.44 1.705 1.489 1.375.064 1.75.396 1.926 1.787.067.531.267.967.685 1.288 1.02.783 2.407.208 2.66-1.108l.022-.114c.152-.796.3-1.577 1.04-2.101.36-.255.761-.326 1.166-.397.105-.019.21-.037.315-.06z" />
|
|
22
|
+
<path d="M13.83 7.961a.755.755 0 11-1.51 0 .755.755 0 011.51 0z" />
|
|
23
|
+
<path d="M10.809 16.678a.755.755 0 100-1.511.755.755 0 000 1.51z" />
|
|
28
24
|
</svg>
|
|
29
25
|
);
|
|
30
26
|
}
|
package/dist/akashchat.cjs
CHANGED
|
@@ -19,6 +19,7 @@ const Akashchat = react_1.forwardRef(function Akashchat({ viewBox = '0 0 24 24',
|
|
|
19
19
|
{
|
|
20
20
|
"type": "path",
|
|
21
21
|
"props": {
|
|
22
|
+
"clipRule": "evenodd",
|
|
22
23
|
"d": "M15.902 14.836l3.93 6.914h-7.934L7.93 14.836h7.972z"
|
|
23
24
|
},
|
|
24
25
|
"children": []
|
|
@@ -26,16 +27,16 @@ const Akashchat = react_1.forwardRef(function Akashchat({ viewBox = '0 0 24 24',
|
|
|
26
27
|
{
|
|
27
28
|
"type": "path",
|
|
28
29
|
"props": {
|
|
29
|
-
"
|
|
30
|
-
"
|
|
30
|
+
"clipRule": "evenodd",
|
|
31
|
+
"d": "M19.828 21.754l3.96-6.918L15.86 1H7.93l11.898 20.754z"
|
|
31
32
|
},
|
|
32
33
|
"children": []
|
|
33
34
|
},
|
|
34
35
|
{
|
|
35
36
|
"type": "path",
|
|
36
37
|
"props": {
|
|
37
|
-
"
|
|
38
|
-
"
|
|
38
|
+
"clipRule": "evenodd",
|
|
39
|
+
"d": "M3.965 7.914h7.93L3.969 21.75 0 14.836l3.965-6.922z"
|
|
39
40
|
},
|
|
40
41
|
"children": []
|
|
41
42
|
}
|
package/dist/akashchat.js
CHANGED
|
@@ -15,9 +15,9 @@ const Akashchat = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(
|
|
|
15
15
|
{...props}
|
|
16
16
|
>
|
|
17
17
|
<title>AkashChat</title>
|
|
18
|
-
<path d="M15.902 14.836l3.93 6.914h-7.934L7.93 14.836h7.972z"
|
|
19
|
-
<path d="M19.828 21.754l3.96-6.918L15.86 1H7.93l11.898 20.754z"
|
|
20
|
-
<path d="M3.965 7.914h7.93L3.969 21.75 0 14.836l3.965-6.922z"
|
|
18
|
+
<path clipRule="evenodd" d="M15.902 14.836l3.93 6.914h-7.934L7.93 14.836h7.972z" />
|
|
19
|
+
<path clipRule="evenodd" d="M19.828 21.754l3.96-6.918L15.86 1H7.93l11.898 20.754z" />
|
|
20
|
+
<path clipRule="evenodd" d="M3.965 7.914h7.93L3.969 21.75 0 14.836l3.965-6.922z" />
|
|
21
21
|
</svg>
|
|
22
22
|
);
|
|
23
23
|
}
|
package/dist/antgroup.cjs
CHANGED
|
@@ -20,6 +20,7 @@ const Antgroup = react_1.forwardRef(function Antgroup({ viewBox = '0 0 24 24', .
|
|
|
20
20
|
"type": "path",
|
|
21
21
|
"props": {
|
|
22
22
|
"d": "M9.797 6.282a.451.451 0 01-.336-.315 1.019 1.019 0 010-.505c.156-.86.3-1.725.501-2.577.14-.7.42-1.367.823-1.96.305-.431.75-.746 1.262-.89.877-.217 1.24.629.937 1.348-.259.593-.877.914-1.334 1.348-.835.795-1.096 2.14-1.336 3.212a.427.427 0 01-.186.277.437.437 0 01-.331.062z",
|
|
23
|
+
"fill": "url(#grad-a)",
|
|
23
24
|
"transform": "translate(3)"
|
|
24
25
|
},
|
|
25
26
|
"children": []
|
|
@@ -28,6 +29,7 @@ const Antgroup = react_1.forwardRef(function Antgroup({ viewBox = '0 0 24 24', .
|
|
|
28
29
|
"type": "path",
|
|
29
30
|
"props": {
|
|
30
31
|
"d": "M6.334 4.672c.33-.121.682.146.946.297.278.145.587.219.901.214.231.01.466 0 .688.018 4.098.176 7.484 3.22 8.05 7.237.565 4.016-1.852 7.859-5.745 9.134-3.894 1.276-8.153-.38-10.126-3.935A8.339 8.339 0 013.133 7.081c.348-.278.716-.53 1.102-.755a8.404 8.404 0 001.318-.79c.28-.243.45-.742.781-.864zm4.406 2.15c-2.841.003-4.898 2.533-4.628 5.642.27 3.109 2.781 5.641 5.613 5.665 2.832.024 4.932-2.512 4.658-5.644-.273-3.133-2.802-5.666-5.643-5.663zm.357.57a4.707 4.707 0 013.304 1.446 5.703 5.703 0 011.643 3.49 4.841 4.841 0 01-1.141 3.705v.015a3.923 3.923 0 01-2.808 1.303 4.664 4.664 0 01-3.367-1.387 5.678 5.678 0 01-1.71-3.518 4.832 4.832 0 011.14-3.753 3.923 3.923 0 012.813-1.3h.126z",
|
|
32
|
+
"fill": "url(#grad-b)",
|
|
31
33
|
"transform": "translate(3)"
|
|
32
34
|
},
|
|
33
35
|
"children": []
|
|
@@ -36,9 +38,124 @@ const Antgroup = react_1.forwardRef(function Antgroup({ viewBox = '0 0 24 24', .
|
|
|
36
38
|
"type": "path",
|
|
37
39
|
"props": {
|
|
38
40
|
"d": "M2.346 2.054a1.26 1.26 0 01.384-.594.842.842 0 011.165.11c.694.82.169 2.078.142 3.02.013.805.208 1.597.57 2.318.084.134.147.279.186.43a.539.539 0 01-.3.577c-.345.17-.568-.19-.709-.446-.324-.6-.617-1.216-.877-1.846a8.698 8.698 0 01-.618-1.987 7.523 7.523 0 01-.051-.37 3.717 3.717 0 01-.024-.34 2.506 2.506 0 01.132-.872z",
|
|
41
|
+
"fill": "url(#grad-c)",
|
|
39
42
|
"transform": "translate(3)"
|
|
40
43
|
},
|
|
41
44
|
"children": []
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"type": "defs",
|
|
48
|
+
"props": {},
|
|
49
|
+
"children": [
|
|
50
|
+
{
|
|
51
|
+
"type": "linearGradient",
|
|
52
|
+
"props": {
|
|
53
|
+
"id": "grad-a",
|
|
54
|
+
"x1": "31.373%",
|
|
55
|
+
"x2": "61.365%",
|
|
56
|
+
"y1": "95.551%",
|
|
57
|
+
"y2": "-.348%"
|
|
58
|
+
},
|
|
59
|
+
"children": [
|
|
60
|
+
{
|
|
61
|
+
"type": "stop",
|
|
62
|
+
"props": {
|
|
63
|
+
"offset": "0%",
|
|
64
|
+
"stopColor": "#06F"
|
|
65
|
+
},
|
|
66
|
+
"children": []
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"type": "stop",
|
|
70
|
+
"props": {
|
|
71
|
+
"offset": "20%",
|
|
72
|
+
"stopColor": "#1677FF"
|
|
73
|
+
},
|
|
74
|
+
"children": []
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"type": "stop",
|
|
78
|
+
"props": {
|
|
79
|
+
"offset": "100%",
|
|
80
|
+
"stopColor": "#04A6FF"
|
|
81
|
+
},
|
|
82
|
+
"children": []
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"type": "linearGradient",
|
|
90
|
+
"props": {
|
|
91
|
+
"id": "grad-b",
|
|
92
|
+
"x1": "4.366%",
|
|
93
|
+
"x2": "94.359%",
|
|
94
|
+
"y1": "65.982%",
|
|
95
|
+
"y2": "32.918%"
|
|
96
|
+
},
|
|
97
|
+
"children": [
|
|
98
|
+
{
|
|
99
|
+
"type": "stop",
|
|
100
|
+
"props": {
|
|
101
|
+
"offset": "0%",
|
|
102
|
+
"stopColor": "#06F"
|
|
103
|
+
},
|
|
104
|
+
"children": []
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "stop",
|
|
108
|
+
"props": {
|
|
109
|
+
"offset": "20%",
|
|
110
|
+
"stopColor": "#1677FF"
|
|
111
|
+
},
|
|
112
|
+
"children": []
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "stop",
|
|
116
|
+
"props": {
|
|
117
|
+
"offset": "100%",
|
|
118
|
+
"stopColor": "#04A6FF"
|
|
119
|
+
},
|
|
120
|
+
"children": []
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"type": "linearGradient",
|
|
126
|
+
"props": {
|
|
127
|
+
"id": "grad-c",
|
|
128
|
+
"x1": "56.255%",
|
|
129
|
+
"x2": "45.986%",
|
|
130
|
+
"y1": "99.257%",
|
|
131
|
+
"y2": "1.384%"
|
|
132
|
+
},
|
|
133
|
+
"children": [
|
|
134
|
+
{
|
|
135
|
+
"type": "stop",
|
|
136
|
+
"props": {
|
|
137
|
+
"offset": "0%",
|
|
138
|
+
"stopColor": "#06F"
|
|
139
|
+
},
|
|
140
|
+
"children": []
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"type": "stop",
|
|
144
|
+
"props": {
|
|
145
|
+
"offset": "20%",
|
|
146
|
+
"stopColor": "#1677FF"
|
|
147
|
+
},
|
|
148
|
+
"children": []
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"type": "stop",
|
|
152
|
+
"props": {
|
|
153
|
+
"offset": "100%",
|
|
154
|
+
"stopColor": "#04A6FF"
|
|
155
|
+
},
|
|
156
|
+
"children": []
|
|
157
|
+
}
|
|
158
|
+
]
|
|
42
159
|
}
|
|
43
160
|
]
|
|
44
161
|
.map(function(el) {
|
package/dist/antgroup.js
CHANGED
|
@@ -15,15 +15,38 @@ const Antgroup = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(
|
|
|
15
15
|
{...props}
|
|
16
16
|
>
|
|
17
17
|
<title>AntGroup</title>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
fill=
|
|
26
|
-
transform="translate(3)"
|
|
18
|
+
<path
|
|
19
|
+
d="M9.797 6.282a.451.451 0 01-.336-.315 1.019 1.019 0 010-.505c.156-.86.3-1.725.501-2.577.14-.7.42-1.367.823-1.96.305-.431.75-.746 1.262-.89.877-.217 1.24.629.937 1.348-.259.593-.877.914-1.334 1.348-.835.795-1.096 2.14-1.336 3.212a.427.427 0 01-.186.277.437.437 0 01-.331.062z"
|
|
20
|
+
fill="url(#grad-a)"
|
|
21
|
+
transform="translate(3)"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M6.334 4.672c.33-.121.682.146.946.297.278.145.587.219.901.214.231.01.466 0 .688.018 4.098.176 7.484 3.22 8.05 7.237.565 4.016-1.852 7.859-5.745 9.134-3.894 1.276-8.153-.38-10.126-3.935A8.339 8.339 0 013.133 7.081c.348-.278.716-.53 1.102-.755a8.404 8.404 0 001.318-.79c.28-.243.45-.742.781-.864zm4.406 2.15c-2.841.003-4.898 2.533-4.628 5.642.27 3.109 2.781 5.641 5.613 5.665 2.832.024 4.932-2.512 4.658-5.644-.273-3.133-2.802-5.666-5.643-5.663zm.357.57a4.707 4.707 0 013.304 1.446 5.703 5.703 0 011.643 3.49 4.841 4.841 0 01-1.141 3.705v.015a3.923 3.923 0 01-2.808 1.303 4.664 4.664 0 01-3.367-1.387 5.678 5.678 0 01-1.71-3.518 4.832 4.832 0 011.14-3.753 3.923 3.923 0 012.813-1.3h.126z"
|
|
25
|
+
fill="url(#grad-b)"
|
|
26
|
+
transform="translate(3)"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M2.346 2.054a1.26 1.26 0 01.384-.594.842.842 0 011.165.11c.694.82.169 2.078.142 3.02.013.805.208 1.597.57 2.318.084.134.147.279.186.43a.539.539 0 01-.3.577c-.345.17-.568-.19-.709-.446-.324-.6-.617-1.216-.877-1.846a8.698 8.698 0 01-.618-1.987 7.523 7.523 0 01-.051-.37 3.717 3.717 0 01-.024-.34 2.506 2.506 0 01.132-.872z"
|
|
30
|
+
fill="url(#grad-c)"
|
|
31
|
+
transform="translate(3)"
|
|
32
|
+
/>
|
|
33
|
+
<defs>
|
|
34
|
+
<linearGradient id="grad-a" x1="31.373%" x2="61.365%" y1="95.551%" y2="-.348%">
|
|
35
|
+
<stop offset="0%" stopColor="#06F" />
|
|
36
|
+
<stop offset="20%" stopColor="#1677FF" />
|
|
37
|
+
<stop offset="100%" stopColor="#04A6FF" />
|
|
38
|
+
</linearGradient>
|
|
39
|
+
<linearGradient id="grad-b" x1="4.366%" x2="94.359%" y1="65.982%" y2="32.918%">
|
|
40
|
+
<stop offset="0%" stopColor="#06F" />
|
|
41
|
+
<stop offset="20%" stopColor="#1677FF" />
|
|
42
|
+
<stop offset="100%" stopColor="#04A6FF" />
|
|
43
|
+
</linearGradient>
|
|
44
|
+
<linearGradient id="grad-c" x1="56.255%" x2="45.986%" y1="99.257%" y2="1.384%">
|
|
45
|
+
<stop offset="0%" stopColor="#06F" />
|
|
46
|
+
<stop offset="20%" stopColor="#1677FF" />
|
|
47
|
+
<stop offset="100%" stopColor="#04A6FF" />
|
|
48
|
+
</linearGradient>
|
|
49
|
+
</defs>
|
|
27
50
|
</svg>
|
|
28
51
|
);
|
|
29
52
|
}
|
package/dist/azureai.cjs
CHANGED
|
@@ -21,6 +21,7 @@ const Azureai = react_1.forwardRef(function Azureai({ viewBox = '0 0 24 24', ...
|
|
|
21
21
|
"props": {
|
|
22
22
|
"clipRule": "evenodd",
|
|
23
23
|
"d": "M16.233 0c.713 0 1.345.551 1.572 1.329.227.778 1.555 5.59 1.555 5.59v9.562h-4.813L14.645 0h1.588z",
|
|
24
|
+
"fill": "url(#grad-a)",
|
|
24
25
|
"fillRule": "evenodd"
|
|
25
26
|
},
|
|
26
27
|
"children": []
|
|
@@ -28,7 +29,8 @@ const Azureai = react_1.forwardRef(function Azureai({ viewBox = '0 0 24 24', ...
|
|
|
28
29
|
{
|
|
29
30
|
"type": "path",
|
|
30
31
|
"props": {
|
|
31
|
-
"d": "M23.298 7.47c0-.34-.275-.6-.6-.6h-2.835a3.617 3.617 0 00-3.614 3.615v5.996h3.436a3.617 3.617 0 003.613-3.614V7.47z"
|
|
32
|
+
"d": "M23.298 7.47c0-.34-.275-.6-.6-.6h-2.835a3.617 3.617 0 00-3.614 3.615v5.996h3.436a3.617 3.617 0 003.613-3.614V7.47z",
|
|
33
|
+
"fill": "url(#grad-b)"
|
|
32
34
|
},
|
|
33
35
|
"children": []
|
|
34
36
|
},
|
|
@@ -37,9 +39,300 @@ const Azureai = react_1.forwardRef(function Azureai({ viewBox = '0 0 24 24', ...
|
|
|
37
39
|
"props": {
|
|
38
40
|
"clipRule": "evenodd",
|
|
39
41
|
"d": "M16.233 0a.982.982 0 00-.989.989l-.097 18.198A4.814 4.814 0 0110.334 24H1.6a.597.597 0 01-.567-.794l7-19.981A4.819 4.819 0 0112.57 0h3.679-.016z",
|
|
42
|
+
"fill": "url(#grad-c)",
|
|
40
43
|
"fillRule": "evenodd"
|
|
41
44
|
},
|
|
42
45
|
"children": []
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "defs",
|
|
49
|
+
"props": {},
|
|
50
|
+
"children": [
|
|
51
|
+
{
|
|
52
|
+
"type": "linearGradient",
|
|
53
|
+
"props": {
|
|
54
|
+
"gradientUnits": "userSpaceOnUse",
|
|
55
|
+
"id": "grad-a",
|
|
56
|
+
"x1": "18.242",
|
|
57
|
+
"x2": "14.191",
|
|
58
|
+
"y1": "16.837",
|
|
59
|
+
"y2": ".616"
|
|
60
|
+
},
|
|
61
|
+
"children": [
|
|
62
|
+
{
|
|
63
|
+
"type": "stop",
|
|
64
|
+
"props": {
|
|
65
|
+
"stopColor": "#712575"
|
|
66
|
+
},
|
|
67
|
+
"children": []
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"type": "stop",
|
|
71
|
+
"props": {
|
|
72
|
+
"offset": ".09",
|
|
73
|
+
"stopColor": "#9A2884"
|
|
74
|
+
},
|
|
75
|
+
"children": []
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "stop",
|
|
79
|
+
"props": {
|
|
80
|
+
"offset": ".18",
|
|
81
|
+
"stopColor": "#BF2C92"
|
|
82
|
+
},
|
|
83
|
+
"children": []
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "stop",
|
|
87
|
+
"props": {
|
|
88
|
+
"offset": ".27",
|
|
89
|
+
"stopColor": "#DA2E9C"
|
|
90
|
+
},
|
|
91
|
+
"children": []
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "stop",
|
|
95
|
+
"props": {
|
|
96
|
+
"offset": ".34",
|
|
97
|
+
"stopColor": "#EB30A2"
|
|
98
|
+
},
|
|
99
|
+
"children": []
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"type": "stop",
|
|
103
|
+
"props": {
|
|
104
|
+
"offset": ".4",
|
|
105
|
+
"stopColor": "#F131A5"
|
|
106
|
+
},
|
|
107
|
+
"children": []
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"type": "stop",
|
|
111
|
+
"props": {
|
|
112
|
+
"offset": ".5",
|
|
113
|
+
"stopColor": "#EC30A3"
|
|
114
|
+
},
|
|
115
|
+
"children": []
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"type": "stop",
|
|
119
|
+
"props": {
|
|
120
|
+
"offset": ".61",
|
|
121
|
+
"stopColor": "#DF2F9E"
|
|
122
|
+
},
|
|
123
|
+
"children": []
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"type": "stop",
|
|
127
|
+
"props": {
|
|
128
|
+
"offset": ".72",
|
|
129
|
+
"stopColor": "#C92D96"
|
|
130
|
+
},
|
|
131
|
+
"children": []
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"type": "stop",
|
|
135
|
+
"props": {
|
|
136
|
+
"offset": ".83",
|
|
137
|
+
"stopColor": "#AA2A8A"
|
|
138
|
+
},
|
|
139
|
+
"children": []
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"type": "stop",
|
|
143
|
+
"props": {
|
|
144
|
+
"offset": ".95",
|
|
145
|
+
"stopColor": "#83267C"
|
|
146
|
+
},
|
|
147
|
+
"children": []
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"type": "stop",
|
|
151
|
+
"props": {
|
|
152
|
+
"offset": "1",
|
|
153
|
+
"stopColor": "#712575"
|
|
154
|
+
},
|
|
155
|
+
"children": []
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"type": "linearGradient",
|
|
163
|
+
"props": {
|
|
164
|
+
"gradientUnits": "userSpaceOnUse",
|
|
165
|
+
"id": "grad-b",
|
|
166
|
+
"x1": "19.782",
|
|
167
|
+
"x2": "19.782",
|
|
168
|
+
"y1": ".34",
|
|
169
|
+
"y2": "23.222"
|
|
170
|
+
},
|
|
171
|
+
"children": [
|
|
172
|
+
{
|
|
173
|
+
"type": "stop",
|
|
174
|
+
"props": {
|
|
175
|
+
"stopColor": "#DA7ED0"
|
|
176
|
+
},
|
|
177
|
+
"children": []
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"type": "stop",
|
|
181
|
+
"props": {
|
|
182
|
+
"offset": ".08",
|
|
183
|
+
"stopColor": "#B17BD5"
|
|
184
|
+
},
|
|
185
|
+
"children": []
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"type": "stop",
|
|
189
|
+
"props": {
|
|
190
|
+
"offset": ".19",
|
|
191
|
+
"stopColor": "#8778DB"
|
|
192
|
+
},
|
|
193
|
+
"children": []
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"type": "stop",
|
|
197
|
+
"props": {
|
|
198
|
+
"offset": ".3",
|
|
199
|
+
"stopColor": "#6276E1"
|
|
200
|
+
},
|
|
201
|
+
"children": []
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"type": "stop",
|
|
205
|
+
"props": {
|
|
206
|
+
"offset": ".41",
|
|
207
|
+
"stopColor": "#4574E5"
|
|
208
|
+
},
|
|
209
|
+
"children": []
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"type": "stop",
|
|
213
|
+
"props": {
|
|
214
|
+
"offset": ".54",
|
|
215
|
+
"stopColor": "#2E72E8"
|
|
216
|
+
},
|
|
217
|
+
"children": []
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"type": "stop",
|
|
221
|
+
"props": {
|
|
222
|
+
"offset": ".67",
|
|
223
|
+
"stopColor": "#1D71EB"
|
|
224
|
+
},
|
|
225
|
+
"children": []
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"type": "stop",
|
|
229
|
+
"props": {
|
|
230
|
+
"offset": ".81",
|
|
231
|
+
"stopColor": "#1471EC"
|
|
232
|
+
},
|
|
233
|
+
"children": []
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"type": "stop",
|
|
237
|
+
"props": {
|
|
238
|
+
"offset": "1",
|
|
239
|
+
"stopColor": "#1171ED"
|
|
240
|
+
},
|
|
241
|
+
"children": []
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"type": "linearGradient",
|
|
247
|
+
"props": {
|
|
248
|
+
"gradientUnits": "userSpaceOnUse",
|
|
249
|
+
"id": "grad-c",
|
|
250
|
+
"x1": "18.404",
|
|
251
|
+
"x2": "3.236",
|
|
252
|
+
"y1": ".859",
|
|
253
|
+
"y2": "25.183"
|
|
254
|
+
},
|
|
255
|
+
"children": [
|
|
256
|
+
{
|
|
257
|
+
"type": "stop",
|
|
258
|
+
"props": {
|
|
259
|
+
"stopColor": "#DA7ED0"
|
|
260
|
+
},
|
|
261
|
+
"children": []
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"type": "stop",
|
|
265
|
+
"props": {
|
|
266
|
+
"offset": ".05",
|
|
267
|
+
"stopColor": "#B77BD4"
|
|
268
|
+
},
|
|
269
|
+
"children": []
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"type": "stop",
|
|
273
|
+
"props": {
|
|
274
|
+
"offset": ".11",
|
|
275
|
+
"stopColor": "#9079DA"
|
|
276
|
+
},
|
|
277
|
+
"children": []
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"type": "stop",
|
|
281
|
+
"props": {
|
|
282
|
+
"offset": ".18",
|
|
283
|
+
"stopColor": "#6E77DF"
|
|
284
|
+
},
|
|
285
|
+
"children": []
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"type": "stop",
|
|
289
|
+
"props": {
|
|
290
|
+
"offset": ".25",
|
|
291
|
+
"stopColor": "#5175E3"
|
|
292
|
+
},
|
|
293
|
+
"children": []
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"type": "stop",
|
|
297
|
+
"props": {
|
|
298
|
+
"offset": ".33",
|
|
299
|
+
"stopColor": "#3973E7"
|
|
300
|
+
},
|
|
301
|
+
"children": []
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"type": "stop",
|
|
305
|
+
"props": {
|
|
306
|
+
"offset": ".42",
|
|
307
|
+
"stopColor": "#2772E9"
|
|
308
|
+
},
|
|
309
|
+
"children": []
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"type": "stop",
|
|
313
|
+
"props": {
|
|
314
|
+
"offset": ".54",
|
|
315
|
+
"stopColor": "#1A71EB"
|
|
316
|
+
},
|
|
317
|
+
"children": []
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"type": "stop",
|
|
321
|
+
"props": {
|
|
322
|
+
"offset": ".68",
|
|
323
|
+
"stopColor": "#1371EC"
|
|
324
|
+
},
|
|
325
|
+
"children": []
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"type": "stop",
|
|
329
|
+
"props": {
|
|
330
|
+
"offset": "1",
|
|
331
|
+
"stopColor": "#1171ED"
|
|
332
|
+
},
|
|
333
|
+
"children": []
|
|
334
|
+
}
|
|
335
|
+
]
|
|
43
336
|
}
|
|
44
337
|
]
|
|
45
338
|
.map(function(el) {
|