@thesvg/icons 3.3.0 → 3.3.2
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/dist/brevitas.cjs +41 -0
- package/dist/brevitas.d.ts +17 -0
- package/dist/brevitas.js +29 -0
- package/dist/decathlon-logo.cjs +44 -0
- package/dist/decathlon-logo.d.ts +17 -0
- package/dist/decathlon-logo.js +32 -0
- package/dist/farmsent.cjs +29 -0
- package/dist/farmsent.d.ts +17 -0
- package/dist/farmsent.js +17 -0
- package/dist/icloud.cjs +1 -1
- package/dist/icloud.js +1 -1
- package/dist/index.cjs +28 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +14 -0
- package/dist/knowbe4.cjs +29 -0
- package/dist/knowbe4.d.ts +17 -0
- package/dist/knowbe4.js +17 -0
- package/dist/lifesight-light.cjs +49 -0
- package/dist/lifesight-light.d.ts +17 -0
- package/dist/lifesight-light.js +37 -0
- package/dist/meetandy.cjs +29 -0
- package/dist/meetandy.d.ts +17 -0
- package/dist/meetandy.js +17 -0
- package/dist/orildo.cjs +42 -0
- package/dist/orildo.d.ts +17 -0
- package/dist/orildo.js +30 -0
- package/dist/prusa-research.cjs +31 -0
- package/dist/prusa-research.d.ts +17 -0
- package/dist/prusa-research.js +19 -0
- package/dist/rilian.cjs +55 -0
- package/dist/rilian.d.ts +17 -0
- package/dist/rilian.js +43 -0
- package/dist/rippling.cjs +29 -0
- package/dist/rippling.d.ts +17 -0
- package/dist/rippling.js +17 -0
- package/dist/sive.cjs +39 -0
- package/dist/sive.d.ts +17 -0
- package/dist/sive.js +27 -0
- package/dist/weavefox.cjs +91 -0
- package/dist/weavefox.d.ts +17 -0
- package/dist/weavefox.js +79 -0
- package/dist/zapal.cjs +29 -0
- package/dist/zapal.d.ts +17 -0
- package/dist/zapal.js +17 -0
- package/dist/zero.cjs +42 -0
- package/dist/zero.d.ts +17 -0
- package/dist/zero.js +30 -0
- package/dist/zod.cjs +2 -2
- package/dist/zod.js +2 -2
- package/package.json +2 -2
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Weavefox
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "weavefox";
|
|
8
|
+
exports.title = "Weavefox";
|
|
9
|
+
exports.hex = "268EFD";
|
|
10
|
+
exports.categories = ["AI", "Analytics", "SaaS", "Payment", "WeaveFox", "Developer Tools"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" viewBox="0 0 1000 1000">
|
|
13
|
+
<defs>
|
|
14
|
+
<linearGradient id="left-gradient" x1="0%" y1="50%" x2="100%" y2="50%" color-interpolation="sRGB">
|
|
15
|
+
<stop offset="0%" stop-color="#9189FC" stop-opacity="1"></stop>
|
|
16
|
+
<stop offset="27%" stop-color="#5C87FD" stop-opacity="1"></stop>
|
|
17
|
+
<stop offset="52%" stop-color="#268EFD" stop-opacity="1"></stop>
|
|
18
|
+
<stop offset="74%" stop-color="#099AFD" stop-opacity="1"></stop>
|
|
19
|
+
<stop offset="100%" stop-color="#159CFE" stop-opacity="1"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<radialGradient id="right-gradient" gradientUnits="userSpaceOnUse" cx="740" cy="180" r="310" fx="740" fy="180" gradientTransform="translate(740 180) scale(1.2 1) translate(-740 -180)" color-interpolation="sRGB">
|
|
22
|
+
<stop offset="0%" stop-color="#7EFEDC" stop-opacity="1"></stop>
|
|
23
|
+
<stop offset="18%" stop-color="#6EFADA" stop-opacity="1"></stop>
|
|
24
|
+
<stop offset="35%" stop-color="#6DF6E3" stop-opacity="1"></stop>
|
|
25
|
+
<stop offset="46%" stop-color="#3CFBC8" stop-opacity="1"></stop>
|
|
26
|
+
<stop offset="55%" stop-color="#77EFF4" stop-opacity="1"></stop>
|
|
27
|
+
<stop offset="72%" stop-color="#7EEDFA" stop-opacity="1"></stop>
|
|
28
|
+
<stop offset="100%" stop-color="#83EFF6" stop-opacity="1"></stop>
|
|
29
|
+
</radialGradient>
|
|
30
|
+
<linearGradient id="body-gradient" x1="0%" y1="46%" x2="100%" y2="54%" color-interpolation="sRGB">
|
|
31
|
+
<stop offset="0%" stop-color="#35F8BE" stop-opacity="1"></stop>
|
|
32
|
+
<stop offset="10%" stop-color="#28E2CF" stop-opacity="1"></stop>
|
|
33
|
+
<stop offset="23%" stop-color="#18C5E1" stop-opacity="1"></stop>
|
|
34
|
+
<stop offset="37%" stop-color="#0DB1ED" stop-opacity="1"></stop>
|
|
35
|
+
<stop offset="51%" stop-color="#06A3F7" stop-opacity="1"></stop>
|
|
36
|
+
<stop offset="66%" stop-color="#0199FE" stop-opacity="1"></stop>
|
|
37
|
+
<stop offset="100%" stop-color="#0097FF" stop-opacity="1"></stop>
|
|
38
|
+
</linearGradient>
|
|
39
|
+
</defs>
|
|
40
|
+
<path d="M 735.304 161.057 C 731.596 161.81 727.885 163.16 724.275 165.174 C 676.221 192.003 628.168 218.83 580.114 245.657 C 535.479 270.574 490.842 295.494 446.208 320.411 C 427.044 331.112 407.877 341.81 388.713 352.509 C 352.184 372.902 315.657 393.295 279.129 413.687 C 338.076 448.091 397.022 482.495 455.971 516.898 C 523.995 556.6 592.017 596.3 660.042 636.001 C 678.049 646.509 696.054 657.019 714.058 667.527 C 729.367 559.464 744.677 451.401 759.987 343.338 C 766.601 296.653 773.215 249.964 779.828 203.279 C 781.346 192.573 778.372 182.871 772.708 175.408 C 765.669 166.139 754.481 160.323 742.581 160.324 C 740.175 160.324 737.739 160.562 735.304 161.057 Z" fill="url(#right-gradient)"></path>
|
|
41
|
+
<path d="M 198.049 174.176 C 192.348 181.613 189.328 191.298 190.793 202.011 C 197.18 248.729 203.566 295.449 209.954 342.167 C 224.738 450.302 239.522 558.438 254.307 666.574 C 272.363 656.154 290.417 645.732 308.474 635.312 C 376.691 595.941 444.906 556.573 513.122 517.202 C 572.238 483.084 631.351 448.969 690.465 414.852 C 654.035 394.281 617.607 373.712 581.179 353.141 C 562.066 342.349 542.953 331.558 523.84 320.765 C 479.327 295.631 434.812 270.496 390.299 245.36 C 342.376 218.3 294.454 191.24 246.531 164.179 C 242.931 162.147 239.226 160.779 235.523 160.008 C 233.03 159.488 230.535 159.239 228.072 159.239 C 216.238 159.238 205.097 164.988 198.049 174.176 Z" fill="url(#left-gradient)"></path>
|
|
42
|
+
<path d="M 66.309 428.24 C 30.323 489.412 13.446 562.02 25.896 630.51 C 31.953 663.833 44.609 695.975 64.539 724.839 C 81.169 748.923 102.866 770.729 130.02 789.033 C 202.269 837.739 305.578 868.987 432.226 832.058 C 525.056 804.99 593.304 757.592 668.85 720.068 C 683.527 712.777 698.478 705.859 713.94 699.537 C 815.044 658.186 914.238 645.438 983.672 689.197 C 983.136 682.814 982.08 674.38 980.33 664.421 C 976.735 643.956 970.206 617.05 959.22 588.284 C 951.171 567.216 940.731 545.152 927.3 523.89 C 898.712 478.643 856.575 437.033 795.096 416.398 C 734.937 396.205 683.285 393.032 636.749 398.671 C 527.687 411.894 448.42 470.742 350.195 477.991 C 212.705 488.137 137.309 432.39 143.32 352.537 C 116.702 365.416 84.074 398.044 66.309 428.24 Z" fill="url(#body-gradient)"></path>
|
|
43
|
+
</svg>`;
|
|
44
|
+
exports.variants = {
|
|
45
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" viewBox="0 0 1000 1000">
|
|
46
|
+
<defs>
|
|
47
|
+
<linearGradient id="left-gradient" x1="0%" y1="50%" x2="100%" y2="50%" color-interpolation="sRGB">
|
|
48
|
+
<stop offset="0%" stop-color="#9189FC" stop-opacity="1"></stop>
|
|
49
|
+
<stop offset="27%" stop-color="#5C87FD" stop-opacity="1"></stop>
|
|
50
|
+
<stop offset="52%" stop-color="#268EFD" stop-opacity="1"></stop>
|
|
51
|
+
<stop offset="74%" stop-color="#099AFD" stop-opacity="1"></stop>
|
|
52
|
+
<stop offset="100%" stop-color="#159CFE" stop-opacity="1"></stop>
|
|
53
|
+
</linearGradient>
|
|
54
|
+
<radialGradient id="right-gradient" gradientUnits="userSpaceOnUse" cx="740" cy="180" r="310" fx="740" fy="180" gradientTransform="translate(740 180) scale(1.2 1) translate(-740 -180)" color-interpolation="sRGB">
|
|
55
|
+
<stop offset="0%" stop-color="#7EFEDC" stop-opacity="1"></stop>
|
|
56
|
+
<stop offset="18%" stop-color="#6EFADA" stop-opacity="1"></stop>
|
|
57
|
+
<stop offset="35%" stop-color="#6DF6E3" stop-opacity="1"></stop>
|
|
58
|
+
<stop offset="46%" stop-color="#3CFBC8" stop-opacity="1"></stop>
|
|
59
|
+
<stop offset="55%" stop-color="#77EFF4" stop-opacity="1"></stop>
|
|
60
|
+
<stop offset="72%" stop-color="#7EEDFA" stop-opacity="1"></stop>
|
|
61
|
+
<stop offset="100%" stop-color="#83EFF6" stop-opacity="1"></stop>
|
|
62
|
+
</radialGradient>
|
|
63
|
+
<linearGradient id="body-gradient" x1="0%" y1="46%" x2="100%" y2="54%" color-interpolation="sRGB">
|
|
64
|
+
<stop offset="0%" stop-color="#35F8BE" stop-opacity="1"></stop>
|
|
65
|
+
<stop offset="10%" stop-color="#28E2CF" stop-opacity="1"></stop>
|
|
66
|
+
<stop offset="23%" stop-color="#18C5E1" stop-opacity="1"></stop>
|
|
67
|
+
<stop offset="37%" stop-color="#0DB1ED" stop-opacity="1"></stop>
|
|
68
|
+
<stop offset="51%" stop-color="#06A3F7" stop-opacity="1"></stop>
|
|
69
|
+
<stop offset="66%" stop-color="#0199FE" stop-opacity="1"></stop>
|
|
70
|
+
<stop offset="100%" stop-color="#0097FF" stop-opacity="1"></stop>
|
|
71
|
+
</linearGradient>
|
|
72
|
+
</defs>
|
|
73
|
+
<path d="M 735.304 161.057 C 731.596 161.81 727.885 163.16 724.275 165.174 C 676.221 192.003 628.168 218.83 580.114 245.657 C 535.479 270.574 490.842 295.494 446.208 320.411 C 427.044 331.112 407.877 341.81 388.713 352.509 C 352.184 372.902 315.657 393.295 279.129 413.687 C 338.076 448.091 397.022 482.495 455.971 516.898 C 523.995 556.6 592.017 596.3 660.042 636.001 C 678.049 646.509 696.054 657.019 714.058 667.527 C 729.367 559.464 744.677 451.401 759.987 343.338 C 766.601 296.653 773.215 249.964 779.828 203.279 C 781.346 192.573 778.372 182.871 772.708 175.408 C 765.669 166.139 754.481 160.323 742.581 160.324 C 740.175 160.324 737.739 160.562 735.304 161.057 Z" fill="url(#right-gradient)"></path>
|
|
74
|
+
<path d="M 198.049 174.176 C 192.348 181.613 189.328 191.298 190.793 202.011 C 197.18 248.729 203.566 295.449 209.954 342.167 C 224.738 450.302 239.522 558.438 254.307 666.574 C 272.363 656.154 290.417 645.732 308.474 635.312 C 376.691 595.941 444.906 556.573 513.122 517.202 C 572.238 483.084 631.351 448.969 690.465 414.852 C 654.035 394.281 617.607 373.712 581.179 353.141 C 562.066 342.349 542.953 331.558 523.84 320.765 C 479.327 295.631 434.812 270.496 390.299 245.36 C 342.376 218.3 294.454 191.24 246.531 164.179 C 242.931 162.147 239.226 160.779 235.523 160.008 C 233.03 159.488 230.535 159.239 228.072 159.239 C 216.238 159.238 205.097 164.988 198.049 174.176 Z" fill="url(#left-gradient)"></path>
|
|
75
|
+
<path d="M 66.309 428.24 C 30.323 489.412 13.446 562.02 25.896 630.51 C 31.953 663.833 44.609 695.975 64.539 724.839 C 81.169 748.923 102.866 770.729 130.02 789.033 C 202.269 837.739 305.578 868.987 432.226 832.058 C 525.056 804.99 593.304 757.592 668.85 720.068 C 683.527 712.777 698.478 705.859 713.94 699.537 C 815.044 658.186 914.238 645.438 983.672 689.197 C 983.136 682.814 982.08 674.38 980.33 664.421 C 976.735 643.956 970.206 617.05 959.22 588.284 C 951.171 567.216 940.731 545.152 927.3 523.89 C 898.712 478.643 856.575 437.033 795.096 416.398 C 734.937 396.205 683.285 393.032 636.749 398.671 C 527.687 411.894 448.42 470.742 350.195 477.991 C 212.705 488.137 137.309 432.39 143.32 352.537 C 116.702 365.416 84.074 398.044 66.309 428.24 Z" fill="url(#body-gradient)"></path>
|
|
76
|
+
</svg>`
|
|
77
|
+
};
|
|
78
|
+
exports.license = "Apache-2.0";
|
|
79
|
+
exports.url = "https://www.weavefox.cn/";
|
|
80
|
+
|
|
81
|
+
exports.default = {
|
|
82
|
+
slug: exports.slug,
|
|
83
|
+
title: exports.title,
|
|
84
|
+
hex: exports.hex,
|
|
85
|
+
categories: exports.categories,
|
|
86
|
+
aliases: exports.aliases,
|
|
87
|
+
svg: exports.svg,
|
|
88
|
+
variants: exports.variants,
|
|
89
|
+
license: exports.license,
|
|
90
|
+
url: exports.url,
|
|
91
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Weavefox
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const weavefox: IconModule;
|
|
17
|
+
export default weavefox;
|
package/dist/weavefox.js
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// @thesvg/icons - Weavefox
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "weavefox";
|
|
5
|
+
export const title = "Weavefox";
|
|
6
|
+
export const hex = "268EFD";
|
|
7
|
+
export const categories = ["AI", "Analytics", "SaaS", "Payment", "WeaveFox", "Developer Tools"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" viewBox="0 0 1000 1000">
|
|
10
|
+
<defs>
|
|
11
|
+
<linearGradient id="left-gradient" x1="0%" y1="50%" x2="100%" y2="50%" color-interpolation="sRGB">
|
|
12
|
+
<stop offset="0%" stop-color="#9189FC" stop-opacity="1"></stop>
|
|
13
|
+
<stop offset="27%" stop-color="#5C87FD" stop-opacity="1"></stop>
|
|
14
|
+
<stop offset="52%" stop-color="#268EFD" stop-opacity="1"></stop>
|
|
15
|
+
<stop offset="74%" stop-color="#099AFD" stop-opacity="1"></stop>
|
|
16
|
+
<stop offset="100%" stop-color="#159CFE" stop-opacity="1"></stop>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<radialGradient id="right-gradient" gradientUnits="userSpaceOnUse" cx="740" cy="180" r="310" fx="740" fy="180" gradientTransform="translate(740 180) scale(1.2 1) translate(-740 -180)" color-interpolation="sRGB">
|
|
19
|
+
<stop offset="0%" stop-color="#7EFEDC" stop-opacity="1"></stop>
|
|
20
|
+
<stop offset="18%" stop-color="#6EFADA" stop-opacity="1"></stop>
|
|
21
|
+
<stop offset="35%" stop-color="#6DF6E3" stop-opacity="1"></stop>
|
|
22
|
+
<stop offset="46%" stop-color="#3CFBC8" stop-opacity="1"></stop>
|
|
23
|
+
<stop offset="55%" stop-color="#77EFF4" stop-opacity="1"></stop>
|
|
24
|
+
<stop offset="72%" stop-color="#7EEDFA" stop-opacity="1"></stop>
|
|
25
|
+
<stop offset="100%" stop-color="#83EFF6" stop-opacity="1"></stop>
|
|
26
|
+
</radialGradient>
|
|
27
|
+
<linearGradient id="body-gradient" x1="0%" y1="46%" x2="100%" y2="54%" color-interpolation="sRGB">
|
|
28
|
+
<stop offset="0%" stop-color="#35F8BE" stop-opacity="1"></stop>
|
|
29
|
+
<stop offset="10%" stop-color="#28E2CF" stop-opacity="1"></stop>
|
|
30
|
+
<stop offset="23%" stop-color="#18C5E1" stop-opacity="1"></stop>
|
|
31
|
+
<stop offset="37%" stop-color="#0DB1ED" stop-opacity="1"></stop>
|
|
32
|
+
<stop offset="51%" stop-color="#06A3F7" stop-opacity="1"></stop>
|
|
33
|
+
<stop offset="66%" stop-color="#0199FE" stop-opacity="1"></stop>
|
|
34
|
+
<stop offset="100%" stop-color="#0097FF" stop-opacity="1"></stop>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
</defs>
|
|
37
|
+
<path d="M 735.304 161.057 C 731.596 161.81 727.885 163.16 724.275 165.174 C 676.221 192.003 628.168 218.83 580.114 245.657 C 535.479 270.574 490.842 295.494 446.208 320.411 C 427.044 331.112 407.877 341.81 388.713 352.509 C 352.184 372.902 315.657 393.295 279.129 413.687 C 338.076 448.091 397.022 482.495 455.971 516.898 C 523.995 556.6 592.017 596.3 660.042 636.001 C 678.049 646.509 696.054 657.019 714.058 667.527 C 729.367 559.464 744.677 451.401 759.987 343.338 C 766.601 296.653 773.215 249.964 779.828 203.279 C 781.346 192.573 778.372 182.871 772.708 175.408 C 765.669 166.139 754.481 160.323 742.581 160.324 C 740.175 160.324 737.739 160.562 735.304 161.057 Z" fill="url(#right-gradient)"></path>
|
|
38
|
+
<path d="M 198.049 174.176 C 192.348 181.613 189.328 191.298 190.793 202.011 C 197.18 248.729 203.566 295.449 209.954 342.167 C 224.738 450.302 239.522 558.438 254.307 666.574 C 272.363 656.154 290.417 645.732 308.474 635.312 C 376.691 595.941 444.906 556.573 513.122 517.202 C 572.238 483.084 631.351 448.969 690.465 414.852 C 654.035 394.281 617.607 373.712 581.179 353.141 C 562.066 342.349 542.953 331.558 523.84 320.765 C 479.327 295.631 434.812 270.496 390.299 245.36 C 342.376 218.3 294.454 191.24 246.531 164.179 C 242.931 162.147 239.226 160.779 235.523 160.008 C 233.03 159.488 230.535 159.239 228.072 159.239 C 216.238 159.238 205.097 164.988 198.049 174.176 Z" fill="url(#left-gradient)"></path>
|
|
39
|
+
<path d="M 66.309 428.24 C 30.323 489.412 13.446 562.02 25.896 630.51 C 31.953 663.833 44.609 695.975 64.539 724.839 C 81.169 748.923 102.866 770.729 130.02 789.033 C 202.269 837.739 305.578 868.987 432.226 832.058 C 525.056 804.99 593.304 757.592 668.85 720.068 C 683.527 712.777 698.478 705.859 713.94 699.537 C 815.044 658.186 914.238 645.438 983.672 689.197 C 983.136 682.814 982.08 674.38 980.33 664.421 C 976.735 643.956 970.206 617.05 959.22 588.284 C 951.171 567.216 940.731 545.152 927.3 523.89 C 898.712 478.643 856.575 437.033 795.096 416.398 C 734.937 396.205 683.285 393.032 636.749 398.671 C 527.687 411.894 448.42 470.742 350.195 477.991 C 212.705 488.137 137.309 432.39 143.32 352.537 C 116.702 365.416 84.074 398.044 66.309 428.24 Z" fill="url(#body-gradient)"></path>
|
|
40
|
+
</svg>`;
|
|
41
|
+
export const variants = {
|
|
42
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" viewBox="0 0 1000 1000">
|
|
43
|
+
<defs>
|
|
44
|
+
<linearGradient id="left-gradient" x1="0%" y1="50%" x2="100%" y2="50%" color-interpolation="sRGB">
|
|
45
|
+
<stop offset="0%" stop-color="#9189FC" stop-opacity="1"></stop>
|
|
46
|
+
<stop offset="27%" stop-color="#5C87FD" stop-opacity="1"></stop>
|
|
47
|
+
<stop offset="52%" stop-color="#268EFD" stop-opacity="1"></stop>
|
|
48
|
+
<stop offset="74%" stop-color="#099AFD" stop-opacity="1"></stop>
|
|
49
|
+
<stop offset="100%" stop-color="#159CFE" stop-opacity="1"></stop>
|
|
50
|
+
</linearGradient>
|
|
51
|
+
<radialGradient id="right-gradient" gradientUnits="userSpaceOnUse" cx="740" cy="180" r="310" fx="740" fy="180" gradientTransform="translate(740 180) scale(1.2 1) translate(-740 -180)" color-interpolation="sRGB">
|
|
52
|
+
<stop offset="0%" stop-color="#7EFEDC" stop-opacity="1"></stop>
|
|
53
|
+
<stop offset="18%" stop-color="#6EFADA" stop-opacity="1"></stop>
|
|
54
|
+
<stop offset="35%" stop-color="#6DF6E3" stop-opacity="1"></stop>
|
|
55
|
+
<stop offset="46%" stop-color="#3CFBC8" stop-opacity="1"></stop>
|
|
56
|
+
<stop offset="55%" stop-color="#77EFF4" stop-opacity="1"></stop>
|
|
57
|
+
<stop offset="72%" stop-color="#7EEDFA" stop-opacity="1"></stop>
|
|
58
|
+
<stop offset="100%" stop-color="#83EFF6" stop-opacity="1"></stop>
|
|
59
|
+
</radialGradient>
|
|
60
|
+
<linearGradient id="body-gradient" x1="0%" y1="46%" x2="100%" y2="54%" color-interpolation="sRGB">
|
|
61
|
+
<stop offset="0%" stop-color="#35F8BE" stop-opacity="1"></stop>
|
|
62
|
+
<stop offset="10%" stop-color="#28E2CF" stop-opacity="1"></stop>
|
|
63
|
+
<stop offset="23%" stop-color="#18C5E1" stop-opacity="1"></stop>
|
|
64
|
+
<stop offset="37%" stop-color="#0DB1ED" stop-opacity="1"></stop>
|
|
65
|
+
<stop offset="51%" stop-color="#06A3F7" stop-opacity="1"></stop>
|
|
66
|
+
<stop offset="66%" stop-color="#0199FE" stop-opacity="1"></stop>
|
|
67
|
+
<stop offset="100%" stop-color="#0097FF" stop-opacity="1"></stop>
|
|
68
|
+
</linearGradient>
|
|
69
|
+
</defs>
|
|
70
|
+
<path d="M 735.304 161.057 C 731.596 161.81 727.885 163.16 724.275 165.174 C 676.221 192.003 628.168 218.83 580.114 245.657 C 535.479 270.574 490.842 295.494 446.208 320.411 C 427.044 331.112 407.877 341.81 388.713 352.509 C 352.184 372.902 315.657 393.295 279.129 413.687 C 338.076 448.091 397.022 482.495 455.971 516.898 C 523.995 556.6 592.017 596.3 660.042 636.001 C 678.049 646.509 696.054 657.019 714.058 667.527 C 729.367 559.464 744.677 451.401 759.987 343.338 C 766.601 296.653 773.215 249.964 779.828 203.279 C 781.346 192.573 778.372 182.871 772.708 175.408 C 765.669 166.139 754.481 160.323 742.581 160.324 C 740.175 160.324 737.739 160.562 735.304 161.057 Z" fill="url(#right-gradient)"></path>
|
|
71
|
+
<path d="M 198.049 174.176 C 192.348 181.613 189.328 191.298 190.793 202.011 C 197.18 248.729 203.566 295.449 209.954 342.167 C 224.738 450.302 239.522 558.438 254.307 666.574 C 272.363 656.154 290.417 645.732 308.474 635.312 C 376.691 595.941 444.906 556.573 513.122 517.202 C 572.238 483.084 631.351 448.969 690.465 414.852 C 654.035 394.281 617.607 373.712 581.179 353.141 C 562.066 342.349 542.953 331.558 523.84 320.765 C 479.327 295.631 434.812 270.496 390.299 245.36 C 342.376 218.3 294.454 191.24 246.531 164.179 C 242.931 162.147 239.226 160.779 235.523 160.008 C 233.03 159.488 230.535 159.239 228.072 159.239 C 216.238 159.238 205.097 164.988 198.049 174.176 Z" fill="url(#left-gradient)"></path>
|
|
72
|
+
<path d="M 66.309 428.24 C 30.323 489.412 13.446 562.02 25.896 630.51 C 31.953 663.833 44.609 695.975 64.539 724.839 C 81.169 748.923 102.866 770.729 130.02 789.033 C 202.269 837.739 305.578 868.987 432.226 832.058 C 525.056 804.99 593.304 757.592 668.85 720.068 C 683.527 712.777 698.478 705.859 713.94 699.537 C 815.044 658.186 914.238 645.438 983.672 689.197 C 983.136 682.814 982.08 674.38 980.33 664.421 C 976.735 643.956 970.206 617.05 959.22 588.284 C 951.171 567.216 940.731 545.152 927.3 523.89 C 898.712 478.643 856.575 437.033 795.096 416.398 C 734.937 396.205 683.285 393.032 636.749 398.671 C 527.687 411.894 448.42 470.742 350.195 477.991 C 212.705 488.137 137.309 432.39 143.32 352.537 C 116.702 365.416 84.074 398.044 66.309 428.24 Z" fill="url(#body-gradient)"></path>
|
|
73
|
+
</svg>`
|
|
74
|
+
};
|
|
75
|
+
export const license = "Apache-2.0";
|
|
76
|
+
export const url = "https://www.weavefox.cn/";
|
|
77
|
+
|
|
78
|
+
const weavefox = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
79
|
+
export default weavefox;
|
package/dist/zapal.cjs
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Zapal
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "zapal";
|
|
8
|
+
exports.title = "Zapal";
|
|
9
|
+
exports.hex = "FF2800";
|
|
10
|
+
exports.categories = ["Business", "Web", "Software", "Platform", "Mobile App", "Design"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<?xml version="1.0" encoding="UTF-8"?><svg id="e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 98 90"><defs><style>.w{fill:#ff2800;}</style><symbol id="a" viewBox="0 0 98 90"><path id="b" class="w" d="M98,40L73.3775,0l-18.9765,24c-5.2125,6.5924-.8915,16,7.349,16h10l-31.6275,40h26.25l31.6275-40Z"/><path id="c" class="w" d="M0,50l24.6225,40,18.9765-24c5.2125-6.5924.8915-16-7.349-16h-10L57.8776,10h-26.25L0,50Z"/></symbol></defs><g id="f"><use width="98" height="90" xlink:href="#a"/></g></svg>`;
|
|
13
|
+
exports.variants = {
|
|
14
|
+
"default": `<?xml version="1.0" encoding="UTF-8"?><svg id="e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 98 90"><defs><style>.w{fill:#ff2800;}</style><symbol id="a" viewBox="0 0 98 90"><path id="b" class="w" d="M98,40L73.3775,0l-18.9765,24c-5.2125,6.5924-.8915,16,7.349,16h10l-31.6275,40h26.25l31.6275-40Z"/><path id="c" class="w" d="M0,50l24.6225,40,18.9765-24c5.2125-6.5924.8915-16-7.349-16h-10L57.8776,10h-26.25L0,50Z"/></symbol></defs><g id="f"><use width="98" height="90" xlink:href="#a"/></g></svg>`
|
|
15
|
+
};
|
|
16
|
+
exports.license = "brand-use";
|
|
17
|
+
exports.url = "https://zapal.tech";
|
|
18
|
+
|
|
19
|
+
exports.default = {
|
|
20
|
+
slug: exports.slug,
|
|
21
|
+
title: exports.title,
|
|
22
|
+
hex: exports.hex,
|
|
23
|
+
categories: exports.categories,
|
|
24
|
+
aliases: exports.aliases,
|
|
25
|
+
svg: exports.svg,
|
|
26
|
+
variants: exports.variants,
|
|
27
|
+
license: exports.license,
|
|
28
|
+
url: exports.url,
|
|
29
|
+
};
|
package/dist/zapal.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Zapal
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const zapal: IconModule;
|
|
17
|
+
export default zapal;
|
package/dist/zapal.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Zapal
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "zapal";
|
|
5
|
+
export const title = "Zapal";
|
|
6
|
+
export const hex = "FF2800";
|
|
7
|
+
export const categories = ["Business", "Web", "Software", "Platform", "Mobile App", "Design"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<?xml version="1.0" encoding="UTF-8"?><svg id="e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 98 90"><defs><style>.w{fill:#ff2800;}</style><symbol id="a" viewBox="0 0 98 90"><path id="b" class="w" d="M98,40L73.3775,0l-18.9765,24c-5.2125,6.5924-.8915,16,7.349,16h10l-31.6275,40h26.25l31.6275-40Z"/><path id="c" class="w" d="M0,50l24.6225,40,18.9765-24c5.2125-6.5924.8915-16-7.349-16h-10L57.8776,10h-26.25L0,50Z"/></symbol></defs><g id="f"><use width="98" height="90" xlink:href="#a"/></g></svg>`;
|
|
10
|
+
export const variants = {
|
|
11
|
+
"default": `<?xml version="1.0" encoding="UTF-8"?><svg id="e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 98 90"><defs><style>.w{fill:#ff2800;}</style><symbol id="a" viewBox="0 0 98 90"><path id="b" class="w" d="M98,40L73.3775,0l-18.9765,24c-5.2125,6.5924-.8915,16,7.349,16h10l-31.6275,40h26.25l31.6275-40Z"/><path id="c" class="w" d="M0,50l24.6225,40,18.9765-24c5.2125-6.5924.8915-16-7.349-16h-10L57.8776,10h-26.25L0,50Z"/></symbol></defs><g id="f"><use width="98" height="90" xlink:href="#a"/></g></svg>`
|
|
12
|
+
};
|
|
13
|
+
export const license = "brand-use";
|
|
14
|
+
export const url = "https://zapal.tech";
|
|
15
|
+
|
|
16
|
+
const zapal = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
17
|
+
export default zapal;
|
package/dist/zero.cjs
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Zero
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "zero";
|
|
8
|
+
exports.title = "Zero";
|
|
9
|
+
exports.hex = "000000";
|
|
10
|
+
exports.categories = ["Software", "Platform"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<svg width="242" height="241" viewBox="0 0 242 241" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M138.969 1.16799C144.437 1.91199 149.914 3.10698 155.469 4.84298C170.954 9.68598 185.59 17.328 198.155 27.621C202.073 30.829 205.785 34.289 209.253 37.979C226.998 56.855 238.338 81.373 241.154 107.133C243.283 126.606 240.496 146.433 233.395 164.672C231.717 168.98 229.608 170.644 224.764 170.602C193.549 170.332 162.331 170.428 131.114 170.405C129.598 170.403 128.083 170.404 126.211 170.404C126.779 167.962 128.477 167.13 129.652 165.962C147.237 148.482 164.859 131.038 182.474 113.585C194.649 101.523 198.745 87.369 192.074 71.344C185.381 55.262 172.235 48.395 155.158 48.351C114.198 48.247 73.2395 48.178 32.2815 48.095C30.1185 48.091 27.9565 48.094 25.9615 48.094C24.8315 46.032 26.4875 45.269 27.2515 44.331C36.3265 33.183 47.2205 23.539 59.6425 16.27C83.1325 2.52899 111.887 -2.52001 138.969 1.16799Z" fill="black"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.447 192.658C207.795 205.566 197.059 215.65 184.187 223.295C111.609 266.402 13.8815 226.894 1.21852 136.067C-1.67048 115.344 0.445519 94.5621 8.98552 74.9091C10.1695 72.1861 11.1615 70.2461 14.7945 70.2591C49.0075 70.3861 83.2215 70.3241 117.434 70.3441C117.931 70.3441 118.427 70.6811 119.002 70.8901C118.472 73.1891 116.544 74.0771 115.219 75.3971C97.3655 93.1861 79.3495 110.816 61.6115 128.719C51.0875 139.342 47.8485 152.258 52.2425 166.488C56.3645 179.836 65.7835 188.392 79.4855 191.238C89.2355 193.263 99.3215 192.017 109.254 192.103C143.662 192.401 178.072 192.491 212.482 192.658C213.791 192.664 215.101 192.658 217.447 192.658Z" fill="black"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.9285 170.333C81.5815 170.222 76.8785 167.322 74.1445 161.669C71.1485 155.471 72.2115 149.621 76.9765 144.744C86.6715 134.82 96.5305 125.054 106.352 115.253C119.683 101.951 133.015 88.65 146.4 75.402C151.388 70.466 157.272 69.001 163.868 71.799C169.658 74.255 173.111 80.181 172.8 86.612C172.607 90.572 170.908 93.851 168.156 96.595C145.136 119.551 122.099 142.491 99.0575 165.425C95.9975 168.472 92.3945 170.367 87.9285 170.333Z" fill="black"/>
|
|
16
|
+
</svg>`;
|
|
17
|
+
exports.variants = {
|
|
18
|
+
"default": `<svg width="242" height="241" viewBox="0 0 242 241" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M138.969 1.16799C144.437 1.91199 149.914 3.10698 155.469 4.84298C170.954 9.68598 185.59 17.328 198.155 27.621C202.073 30.829 205.785 34.289 209.253 37.979C226.998 56.855 238.338 81.373 241.154 107.133C243.283 126.606 240.496 146.433 233.395 164.672C231.717 168.98 229.608 170.644 224.764 170.602C193.549 170.332 162.331 170.428 131.114 170.405C129.598 170.403 128.083 170.404 126.211 170.404C126.779 167.962 128.477 167.13 129.652 165.962C147.237 148.482 164.859 131.038 182.474 113.585C194.649 101.523 198.745 87.369 192.074 71.344C185.381 55.262 172.235 48.395 155.158 48.351C114.198 48.247 73.2395 48.178 32.2815 48.095C30.1185 48.091 27.9565 48.094 25.9615 48.094C24.8315 46.032 26.4875 45.269 27.2515 44.331C36.3265 33.183 47.2205 23.539 59.6425 16.27C83.1325 2.52899 111.887 -2.52001 138.969 1.16799Z" fill="black"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.447 192.658C207.795 205.566 197.059 215.65 184.187 223.295C111.609 266.402 13.8815 226.894 1.21852 136.067C-1.67048 115.344 0.445519 94.5621 8.98552 74.9091C10.1695 72.1861 11.1615 70.2461 14.7945 70.2591C49.0075 70.3861 83.2215 70.3241 117.434 70.3441C117.931 70.3441 118.427 70.6811 119.002 70.8901C118.472 73.1891 116.544 74.0771 115.219 75.3971C97.3655 93.1861 79.3495 110.816 61.6115 128.719C51.0875 139.342 47.8485 152.258 52.2425 166.488C56.3645 179.836 65.7835 188.392 79.4855 191.238C89.2355 193.263 99.3215 192.017 109.254 192.103C143.662 192.401 178.072 192.491 212.482 192.658C213.791 192.664 215.101 192.658 217.447 192.658Z" fill="black"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.9285 170.333C81.5815 170.222 76.8785 167.322 74.1445 161.669C71.1485 155.471 72.2115 149.621 76.9765 144.744C86.6715 134.82 96.5305 125.054 106.352 115.253C119.683 101.951 133.015 88.65 146.4 75.402C151.388 70.466 157.272 69.001 163.868 71.799C169.658 74.255 173.111 80.181 172.8 86.612C172.607 90.572 170.908 93.851 168.156 96.595C145.136 119.551 122.099 142.491 99.0575 165.425C95.9975 168.472 92.3945 170.367 87.9285 170.333Z" fill="black"/>
|
|
22
|
+
</svg>`,
|
|
23
|
+
"mono": `<svg width="242" height="241" viewBox="0 0 242 241" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M138.969 1.16799C144.437 1.91199 149.914 3.10698 155.469 4.84298C170.954 9.68598 185.59 17.328 198.155 27.621C202.073 30.829 205.785 34.289 209.253 37.979C226.998 56.855 238.338 81.373 241.154 107.133C243.283 126.606 240.496 146.433 233.395 164.672C231.717 168.98 229.608 170.644 224.764 170.602C193.549 170.332 162.331 170.428 131.114 170.405C129.598 170.403 128.083 170.404 126.211 170.404C126.779 167.962 128.477 167.13 129.652 165.962C147.237 148.482 164.859 131.038 182.474 113.585C194.649 101.523 198.745 87.369 192.074 71.344C185.381 55.262 172.235 48.395 155.158 48.351C114.198 48.247 73.2395 48.178 32.2815 48.095C30.1185 48.091 27.9565 48.094 25.9615 48.094C24.8315 46.032 26.4875 45.269 27.2515 44.331C36.3265 33.183 47.2205 23.539 59.6425 16.27C83.1325 2.52899 111.887 -2.52001 138.969 1.16799Z" fill="white"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.447 192.658C207.795 205.566 197.059 215.65 184.187 223.295C111.609 266.402 13.8815 226.894 1.21852 136.067C-1.67048 115.344 0.445519 94.5621 8.98552 74.9091C10.1695 72.1861 11.1615 70.2461 14.7945 70.2591C49.0075 70.3861 83.2215 70.3241 117.434 70.3441C117.931 70.3441 118.427 70.6811 119.002 70.8901C118.472 73.1891 116.544 74.0771 115.219 75.3971C97.3655 93.1861 79.3495 110.816 61.6115 128.719C51.0875 139.342 47.8485 152.258 52.2425 166.488C56.3645 179.836 65.7835 188.392 79.4855 191.238C89.2355 193.263 99.3215 192.017 109.254 192.103C143.662 192.401 178.072 192.491 212.482 192.658C213.791 192.664 215.101 192.658 217.447 192.658Z" fill="white"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.9285 170.333C81.5815 170.222 76.8785 167.322 74.1445 161.669C71.1485 155.471 72.2115 149.621 76.9765 144.744C86.6715 134.82 96.5305 125.054 106.352 115.253C119.683 101.951 133.015 88.65 146.4 75.402C151.388 70.466 157.272 69.001 163.868 71.799C169.658 74.255 173.111 80.181 172.8 86.612C172.607 90.572 170.908 93.851 168.156 96.595C145.136 119.551 122.099 142.491 99.0575 165.425C95.9975 168.472 92.3945 170.367 87.9285 170.333Z" fill="white"/>
|
|
27
|
+
</svg>`
|
|
28
|
+
};
|
|
29
|
+
exports.license = "MIT";
|
|
30
|
+
exports.url = "https://zerolifestyle.co/";
|
|
31
|
+
|
|
32
|
+
exports.default = {
|
|
33
|
+
slug: exports.slug,
|
|
34
|
+
title: exports.title,
|
|
35
|
+
hex: exports.hex,
|
|
36
|
+
categories: exports.categories,
|
|
37
|
+
aliases: exports.aliases,
|
|
38
|
+
svg: exports.svg,
|
|
39
|
+
variants: exports.variants,
|
|
40
|
+
license: exports.license,
|
|
41
|
+
url: exports.url,
|
|
42
|
+
};
|
package/dist/zero.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Zero
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const zero: IconModule;
|
|
17
|
+
export default zero;
|
package/dist/zero.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// @thesvg/icons - Zero
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "zero";
|
|
5
|
+
export const title = "Zero";
|
|
6
|
+
export const hex = "000000";
|
|
7
|
+
export const categories = ["Software", "Platform"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<svg width="242" height="241" viewBox="0 0 242 241" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M138.969 1.16799C144.437 1.91199 149.914 3.10698 155.469 4.84298C170.954 9.68598 185.59 17.328 198.155 27.621C202.073 30.829 205.785 34.289 209.253 37.979C226.998 56.855 238.338 81.373 241.154 107.133C243.283 126.606 240.496 146.433 233.395 164.672C231.717 168.98 229.608 170.644 224.764 170.602C193.549 170.332 162.331 170.428 131.114 170.405C129.598 170.403 128.083 170.404 126.211 170.404C126.779 167.962 128.477 167.13 129.652 165.962C147.237 148.482 164.859 131.038 182.474 113.585C194.649 101.523 198.745 87.369 192.074 71.344C185.381 55.262 172.235 48.395 155.158 48.351C114.198 48.247 73.2395 48.178 32.2815 48.095C30.1185 48.091 27.9565 48.094 25.9615 48.094C24.8315 46.032 26.4875 45.269 27.2515 44.331C36.3265 33.183 47.2205 23.539 59.6425 16.27C83.1325 2.52899 111.887 -2.52001 138.969 1.16799Z" fill="black"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.447 192.658C207.795 205.566 197.059 215.65 184.187 223.295C111.609 266.402 13.8815 226.894 1.21852 136.067C-1.67048 115.344 0.445519 94.5621 8.98552 74.9091C10.1695 72.1861 11.1615 70.2461 14.7945 70.2591C49.0075 70.3861 83.2215 70.3241 117.434 70.3441C117.931 70.3441 118.427 70.6811 119.002 70.8901C118.472 73.1891 116.544 74.0771 115.219 75.3971C97.3655 93.1861 79.3495 110.816 61.6115 128.719C51.0875 139.342 47.8485 152.258 52.2425 166.488C56.3645 179.836 65.7835 188.392 79.4855 191.238C89.2355 193.263 99.3215 192.017 109.254 192.103C143.662 192.401 178.072 192.491 212.482 192.658C213.791 192.664 215.101 192.658 217.447 192.658Z" fill="black"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.9285 170.333C81.5815 170.222 76.8785 167.322 74.1445 161.669C71.1485 155.471 72.2115 149.621 76.9765 144.744C86.6715 134.82 96.5305 125.054 106.352 115.253C119.683 101.951 133.015 88.65 146.4 75.402C151.388 70.466 157.272 69.001 163.868 71.799C169.658 74.255 173.111 80.181 172.8 86.612C172.607 90.572 170.908 93.851 168.156 96.595C145.136 119.551 122.099 142.491 99.0575 165.425C95.9975 168.472 92.3945 170.367 87.9285 170.333Z" fill="black"/>
|
|
13
|
+
</svg>`;
|
|
14
|
+
export const variants = {
|
|
15
|
+
"default": `<svg width="242" height="241" viewBox="0 0 242 241" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M138.969 1.16799C144.437 1.91199 149.914 3.10698 155.469 4.84298C170.954 9.68598 185.59 17.328 198.155 27.621C202.073 30.829 205.785 34.289 209.253 37.979C226.998 56.855 238.338 81.373 241.154 107.133C243.283 126.606 240.496 146.433 233.395 164.672C231.717 168.98 229.608 170.644 224.764 170.602C193.549 170.332 162.331 170.428 131.114 170.405C129.598 170.403 128.083 170.404 126.211 170.404C126.779 167.962 128.477 167.13 129.652 165.962C147.237 148.482 164.859 131.038 182.474 113.585C194.649 101.523 198.745 87.369 192.074 71.344C185.381 55.262 172.235 48.395 155.158 48.351C114.198 48.247 73.2395 48.178 32.2815 48.095C30.1185 48.091 27.9565 48.094 25.9615 48.094C24.8315 46.032 26.4875 45.269 27.2515 44.331C36.3265 33.183 47.2205 23.539 59.6425 16.27C83.1325 2.52899 111.887 -2.52001 138.969 1.16799Z" fill="black"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.447 192.658C207.795 205.566 197.059 215.65 184.187 223.295C111.609 266.402 13.8815 226.894 1.21852 136.067C-1.67048 115.344 0.445519 94.5621 8.98552 74.9091C10.1695 72.1861 11.1615 70.2461 14.7945 70.2591C49.0075 70.3861 83.2215 70.3241 117.434 70.3441C117.931 70.3441 118.427 70.6811 119.002 70.8901C118.472 73.1891 116.544 74.0771 115.219 75.3971C97.3655 93.1861 79.3495 110.816 61.6115 128.719C51.0875 139.342 47.8485 152.258 52.2425 166.488C56.3645 179.836 65.7835 188.392 79.4855 191.238C89.2355 193.263 99.3215 192.017 109.254 192.103C143.662 192.401 178.072 192.491 212.482 192.658C213.791 192.664 215.101 192.658 217.447 192.658Z" fill="black"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.9285 170.333C81.5815 170.222 76.8785 167.322 74.1445 161.669C71.1485 155.471 72.2115 149.621 76.9765 144.744C86.6715 134.82 96.5305 125.054 106.352 115.253C119.683 101.951 133.015 88.65 146.4 75.402C151.388 70.466 157.272 69.001 163.868 71.799C169.658 74.255 173.111 80.181 172.8 86.612C172.607 90.572 170.908 93.851 168.156 96.595C145.136 119.551 122.099 142.491 99.0575 165.425C95.9975 168.472 92.3945 170.367 87.9285 170.333Z" fill="black"/>
|
|
19
|
+
</svg>`,
|
|
20
|
+
"mono": `<svg width="242" height="241" viewBox="0 0 242 241" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M138.969 1.16799C144.437 1.91199 149.914 3.10698 155.469 4.84298C170.954 9.68598 185.59 17.328 198.155 27.621C202.073 30.829 205.785 34.289 209.253 37.979C226.998 56.855 238.338 81.373 241.154 107.133C243.283 126.606 240.496 146.433 233.395 164.672C231.717 168.98 229.608 170.644 224.764 170.602C193.549 170.332 162.331 170.428 131.114 170.405C129.598 170.403 128.083 170.404 126.211 170.404C126.779 167.962 128.477 167.13 129.652 165.962C147.237 148.482 164.859 131.038 182.474 113.585C194.649 101.523 198.745 87.369 192.074 71.344C185.381 55.262 172.235 48.395 155.158 48.351C114.198 48.247 73.2395 48.178 32.2815 48.095C30.1185 48.091 27.9565 48.094 25.9615 48.094C24.8315 46.032 26.4875 45.269 27.2515 44.331C36.3265 33.183 47.2205 23.539 59.6425 16.27C83.1325 2.52899 111.887 -2.52001 138.969 1.16799Z" fill="white"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.447 192.658C207.795 205.566 197.059 215.65 184.187 223.295C111.609 266.402 13.8815 226.894 1.21852 136.067C-1.67048 115.344 0.445519 94.5621 8.98552 74.9091C10.1695 72.1861 11.1615 70.2461 14.7945 70.2591C49.0075 70.3861 83.2215 70.3241 117.434 70.3441C117.931 70.3441 118.427 70.6811 119.002 70.8901C118.472 73.1891 116.544 74.0771 115.219 75.3971C97.3655 93.1861 79.3495 110.816 61.6115 128.719C51.0875 139.342 47.8485 152.258 52.2425 166.488C56.3645 179.836 65.7835 188.392 79.4855 191.238C89.2355 193.263 99.3215 192.017 109.254 192.103C143.662 192.401 178.072 192.491 212.482 192.658C213.791 192.664 215.101 192.658 217.447 192.658Z" fill="white"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.9285 170.333C81.5815 170.222 76.8785 167.322 74.1445 161.669C71.1485 155.471 72.2115 149.621 76.9765 144.744C86.6715 134.82 96.5305 125.054 106.352 115.253C119.683 101.951 133.015 88.65 146.4 75.402C151.388 70.466 157.272 69.001 163.868 71.799C169.658 74.255 173.111 80.181 172.8 86.612C172.607 90.572 170.908 93.851 168.156 96.595C145.136 119.551 122.099 142.491 99.0575 165.425C95.9975 168.472 92.3945 170.367 87.9285 170.333Z" fill="white"/>
|
|
24
|
+
</svg>`
|
|
25
|
+
};
|
|
26
|
+
export const license = "MIT";
|
|
27
|
+
export const url = "https://zerolifestyle.co/";
|
|
28
|
+
|
|
29
|
+
const zero = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
30
|
+
export default zero;
|
package/dist/zod.cjs
CHANGED
|
@@ -9,9 +9,9 @@ exports.title = "Zod";
|
|
|
9
9
|
exports.hex = "408AFF";
|
|
10
10
|
exports.categories = ["Library", "Software"];
|
|
11
11
|
exports.aliases = [];
|
|
12
|
-
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#408AFF"><path d="M2.584 3.582a2.25 2.25 0 0 1 2.112-1.479h14.617c.948 0 1.794.595 2.115 1.487l2.44 6.777a2.25 2.25 0 0 1-.624 2.443l-9.61 8.52a2.25 2.25 0 0 1-2.963.018L.776 12.773a2.25 2.25 0 0 1-.64-2.467Zm12.038 4.887-9.11 5.537 5.74 5.007a1.206 1.206 0 0 0 1.593-.006l5.643-5.001H14.4l6.239-3.957c.488-.328.69-.947.491-1.5l-1.24-3.446a1.535 1.535 0 0 0-1.456-1.015H5.545a1.535 1.535 0 0 0-1.431 1.01l-1.228 3.37z"/></svg>`;
|
|
13
13
|
exports.variants = {
|
|
14
|
-
"default": `<svg xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#408AFF"><path d="M2.584 3.582a2.25 2.25 0 0 1 2.112-1.479h14.617c.948 0 1.794.595 2.115 1.487l2.44 6.777a2.25 2.25 0 0 1-.624 2.443l-9.61 8.52a2.25 2.25 0 0 1-2.963.018L.776 12.773a2.25 2.25 0 0 1-.64-2.467Zm12.038 4.887-9.11 5.537 5.74 5.007a1.206 1.206 0 0 0 1.593-.006l5.643-5.001H14.4l6.239-3.957c.488-.328.69-.947.491-1.5l-1.24-3.446a1.535 1.535 0 0 0-1.456-1.015H5.545a1.535 1.535 0 0 0-1.431 1.01l-1.228 3.37z"/></svg>`,
|
|
15
15
|
"mono": `<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Zod</title><path d="M2.584 3.582a2.247 2.247 0 0 1 2.112-1.479h14.617c.948 0 1.794.595 2.115 1.487l2.44 6.777a2.248 2.248 0 0 1-.624 2.443l-9.61 8.52a2.247 2.247 0 0 1-2.963.018L.776 12.773a2.248 2.248 0 0 1-.64-2.467Zm12.038 4.887-9.11 5.537 5.74 5.007c.456.399 1.139.396 1.593-.006l5.643-5.001H14.4l6.239-3.957c.488-.328.69-.947.491-1.5l-1.24-3.446a1.535 1.535 0 0 0-1.456-1.015H5.545a1.535 1.535 0 0 0-1.431 1.01l-1.228 3.37z"/></svg>`
|
|
16
16
|
};
|
|
17
17
|
exports.license = "MIT";
|
package/dist/zod.js
CHANGED
|
@@ -6,9 +6,9 @@ export const title = "Zod";
|
|
|
6
6
|
export const hex = "408AFF";
|
|
7
7
|
export const categories = ["Library", "Software"];
|
|
8
8
|
export const aliases = [];
|
|
9
|
-
export const svg = `<svg xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#408AFF"><path d="M2.584 3.582a2.25 2.25 0 0 1 2.112-1.479h14.617c.948 0 1.794.595 2.115 1.487l2.44 6.777a2.25 2.25 0 0 1-.624 2.443l-9.61 8.52a2.25 2.25 0 0 1-2.963.018L.776 12.773a2.25 2.25 0 0 1-.64-2.467Zm12.038 4.887-9.11 5.537 5.74 5.007a1.206 1.206 0 0 0 1.593-.006l5.643-5.001H14.4l6.239-3.957c.488-.328.69-.947.491-1.5l-1.24-3.446a1.535 1.535 0 0 0-1.456-1.015H5.545a1.535 1.535 0 0 0-1.431 1.01l-1.228 3.37z"/></svg>`;
|
|
10
10
|
export const variants = {
|
|
11
|
-
"default": `<svg xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#408AFF"><path d="M2.584 3.582a2.25 2.25 0 0 1 2.112-1.479h14.617c.948 0 1.794.595 2.115 1.487l2.44 6.777a2.25 2.25 0 0 1-.624 2.443l-9.61 8.52a2.25 2.25 0 0 1-2.963.018L.776 12.773a2.25 2.25 0 0 1-.64-2.467Zm12.038 4.887-9.11 5.537 5.74 5.007a1.206 1.206 0 0 0 1.593-.006l5.643-5.001H14.4l6.239-3.957c.488-.328.69-.947.491-1.5l-1.24-3.446a1.535 1.535 0 0 0-1.456-1.015H5.545a1.535 1.535 0 0 0-1.431 1.01l-1.228 3.37z"/></svg>`,
|
|
12
12
|
"mono": `<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Zod</title><path d="M2.584 3.582a2.247 2.247 0 0 1 2.112-1.479h14.617c.948 0 1.794.595 2.115 1.487l2.44 6.777a2.248 2.248 0 0 1-.624 2.443l-9.61 8.52a2.247 2.247 0 0 1-2.963.018L.776 12.773a2.248 2.248 0 0 1-.64-2.467Zm12.038 4.887-9.11 5.537 5.74 5.007c.456.399 1.139.396 1.593-.006l5.643-5.001H14.4l6.239-3.957c.488-.328.69-.947.491-1.5l-1.24-3.446a1.535 1.535 0 0 0-1.456-1.015H5.545a1.535 1.535 0 0 0-1.431 1.01l-1.228 3.37z"/></svg>`
|
|
13
13
|
};
|
|
14
14
|
export const license = "MIT";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thesvg/icons",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"description": "Tree-shakeable SVG icon components and raw SVG strings from thesvg.org - 6,500+ brand icons",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"LICENSE"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"tsx": "^4.23.
|
|
48
|
+
"tsx": "^4.23.12",
|
|
49
49
|
"typescript": "^6.0.3"
|
|
50
50
|
},
|
|
51
51
|
"engines": {
|