@blockspoon/cert-badge-renderer 1.0.15 → 1.0.17
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/templates/badges/BadgeType100.js +2 -2
- package/dist/templates/badges/BadgeType101.js +2 -2
- package/dist/templates/badges/BadgeType102.js +46 -46
- package/dist/templates/badges/BadgeType104.js +6 -6
- package/dist/templates/badges/BadgeType106.js +120 -120
- package/dist/templates/badges/BadgeType107.js +4 -4
- package/dist/templates/badges/BadgeType108.js +16 -16
- package/dist/templates/badges/BadgeType109.js +3 -3
- package/dist/templates/badges/BadgeType110.js +8 -8
- package/dist/templates/badges/BadgeType111.js +8 -8
- package/dist/templates/badges/BadgeType113.js +10 -10
- package/dist/templates/badges/BadgeType114.js +6 -6
- package/dist/templates/badges/BadgeType115.js +3 -3
- package/dist/templates/badges/BadgeType116.js +21 -21
- package/dist/templates/badges/BadgeType117.js +3 -3
- package/dist/templates/badges/BadgeType119.js +1 -1
- package/dist/templates/badges/BadgeType120.js +5 -5
- package/dist/templates/badges/BadgeType121.js +15 -15
- package/dist/templates/badges/BadgeType72.js +64 -64
- package/dist/templates/badges/BadgeType73.js +1 -1
- package/dist/templates/badges/BadgeType74.js +19 -19
- package/dist/templates/badges/BadgeType75.js +2 -2
- package/dist/templates/badges/BadgeType76.js +3 -3
- package/dist/templates/badges/BadgeType77.js +2 -2
- package/dist/templates/badges/BadgeType78.js +13 -13
- package/dist/templates/badges/BadgeType81.js +11 -11
- package/dist/templates/badges/BadgeType82.js +41 -41
- package/dist/templates/badges/BadgeType83.js +6 -6
- package/dist/templates/badges/BadgeType84.js +1 -1
- package/dist/templates/badges/BadgeType85.js +139 -139
- package/dist/templates/badges/BadgeType86.js +6 -6
- package/dist/templates/badges/BadgeType87.js +4 -4
- package/dist/templates/badges/BadgeType88.js +3 -3
- package/dist/templates/badges/BadgeType89.js +19 -19
- package/dist/templates/badges/BadgeType90.js +1 -1
- package/dist/templates/badges/BadgeType91.js +6 -6
- package/dist/templates/badges/BadgeType92.js +2 -2
- package/dist/templates/badges/BadgeType93.js +12 -12
- package/dist/templates/badges/BadgeType94.js +12 -12
- package/dist/templates/badges/BadgeType95.js +280 -280
- package/dist/templates/badges/BadgeType96.js +4 -4
- package/dist/templates/badges/BadgeType98.js +4 -4
- package/dist/templates/badges/BadgeType99.js +4 -4
- package/dist/templates/certificates/NewCertificateType1.js +0 -8
- package/dist/templates/certificates/NewCertificateType12.js +57 -57
- package/dist/templates/certificates/NewCertificateType14.js +3 -3
- package/dist/templates/certificates/NewCertificateType16.js +6 -6
- package/dist/templates/certificates/NewCertificateType17.js +12 -12
- package/dist/templates/certificates/NewCertificateType18.js +1071 -1071
- package/dist/templates/certificates/NewCertificateType28.js +2 -2
- package/dist/templates/certificates/NewCertificateType35.js +72 -72
- package/dist/templates/certificates/NewCertificateType36.js +16 -16
- package/dist/templates/certificates/NewCertificateType37.js +2 -2
- package/dist/templates/certificates/NewCertificateType38.js +8 -8
- package/dist/templates/certificates/NewCertificateType44.js +36 -36
- package/dist/templates/certificates/NewCertificateType45.js +51 -51
- package/dist/templates/certificates/NewCertificateType46.js +4 -4
- package/dist/templates/certificates/NewCertificateType47.js +160 -160
- package/dist/templates/certificates/NewCertificateType48.js +40 -40
- package/dist/templates/certificates/NewCertificateType49.js +6 -6
- package/dist/templates/certificates/NewCertificateType50.js +4 -4
- package/dist/templates/certificates/NewCertificateType51.js +5 -5
- package/dist/templates/certificates/NewCertificateType52.js +74 -74
- package/dist/templates/certificates/NewCertificateType54.js +11 -11
- package/dist/templates/icons/IconStar7.js +18 -18
- package/dist/templates/icons/IconStar8.js +6 -6
- package/dist/templates/ribbons/RibbonType101_1.js +2 -2
- package/dist/templates/ribbons/RibbonType103.js +6 -6
- package/dist/templates/ribbons/RibbonType107.js +6 -6
- package/dist/templates/ribbons/RibbonType109.js +4 -4
- package/dist/templates/ribbons/RibbonType110.js +2 -2
- package/dist/templates/ribbons/RibbonType115.js +2 -2
- package/dist/templates/ribbons/RibbonType116.js +4 -4
- package/dist/templates/ribbons/RibbonType92.js +5 -5
- package/dist/templates/ribbons/RibbonType93.js +8 -8
- package/dist/templates/ribbons/RibbonType93_1.js +8 -8
- package/dist/templates/ribbons/RibbonType96.js +2 -2
- package/dist/templates/ribbons/RibbonType96_1.js +2 -2
- package/dist/templates/ribbons/RibbonType97.js +4 -4
- package/dist/templates/ribbons/RibbonType99.js +4 -4
- package/dist/utils/generateDesignHTML.js +3 -0
- package/package.json +4 -2
- package/src/templates/badges/BadgeType100.ts +2 -2
- package/src/templates/badges/BadgeType101.ts +2 -2
- package/src/templates/badges/BadgeType102.ts +46 -46
- package/src/templates/badges/BadgeType104.ts +6 -6
- package/src/templates/badges/BadgeType106.ts +120 -120
- package/src/templates/badges/BadgeType107.ts +4 -4
- package/src/templates/badges/BadgeType108.ts +16 -16
- package/src/templates/badges/BadgeType109.ts +3 -3
- package/src/templates/badges/BadgeType110.ts +8 -8
- package/src/templates/badges/BadgeType111.ts +8 -8
- package/src/templates/badges/BadgeType113.ts +10 -10
- package/src/templates/badges/BadgeType114.ts +6 -6
- package/src/templates/badges/BadgeType115.ts +3 -3
- package/src/templates/badges/BadgeType116.ts +21 -21
- package/src/templates/badges/BadgeType117.ts +3 -3
- package/src/templates/badges/BadgeType119.ts +1 -1
- package/src/templates/badges/BadgeType120.ts +5 -5
- package/src/templates/badges/BadgeType121.ts +15 -15
- package/src/templates/badges/BadgeType72.ts +64 -64
- package/src/templates/badges/BadgeType73.ts +1 -1
- package/src/templates/badges/BadgeType74.ts +19 -19
- package/src/templates/badges/BadgeType75.ts +2 -2
- package/src/templates/badges/BadgeType76.ts +3 -3
- package/src/templates/badges/BadgeType77.ts +2 -2
- package/src/templates/badges/BadgeType78.ts +13 -13
- package/src/templates/badges/BadgeType81.ts +11 -11
- package/src/templates/badges/BadgeType82.ts +41 -41
- package/src/templates/badges/BadgeType83.ts +6 -6
- package/src/templates/badges/BadgeType84.ts +1 -1
- package/src/templates/badges/BadgeType85.ts +139 -139
- package/src/templates/badges/BadgeType86.ts +6 -6
- package/src/templates/badges/BadgeType87.ts +4 -4
- package/src/templates/badges/BadgeType88.ts +3 -3
- package/src/templates/badges/BadgeType89.ts +19 -19
- package/src/templates/badges/BadgeType90.ts +1 -1
- package/src/templates/badges/BadgeType91.ts +6 -6
- package/src/templates/badges/BadgeType92.ts +2 -2
- package/src/templates/badges/BadgeType93.ts +12 -12
- package/src/templates/badges/BadgeType94.ts +12 -12
- package/src/templates/badges/BadgeType95.ts +280 -280
- package/src/templates/badges/BadgeType96.ts +4 -4
- package/src/templates/badges/BadgeType98.ts +4 -4
- package/src/templates/badges/BadgeType99.ts +4 -4
- package/src/templates/certificates/NewCertificateType1.ts +0 -8
- package/src/templates/certificates/NewCertificateType12.ts +57 -57
- package/src/templates/certificates/NewCertificateType14.ts +3 -3
- package/src/templates/certificates/NewCertificateType16.ts +6 -6
- package/src/templates/certificates/NewCertificateType17.ts +12 -12
- package/src/templates/certificates/NewCertificateType18.ts +1071 -1071
- package/src/templates/certificates/NewCertificateType28.ts +2 -2
- package/src/templates/certificates/NewCertificateType35.ts +72 -72
- package/src/templates/certificates/NewCertificateType36.ts +16 -16
- package/src/templates/certificates/NewCertificateType37.ts +2 -2
- package/src/templates/certificates/NewCertificateType38.ts +8 -8
- package/src/templates/certificates/NewCertificateType44.ts +36 -36
- package/src/templates/certificates/NewCertificateType45.ts +51 -51
- package/src/templates/certificates/NewCertificateType46.ts +4 -4
- package/src/templates/certificates/NewCertificateType47.ts +160 -160
- package/src/templates/certificates/NewCertificateType48.ts +40 -40
- package/src/templates/certificates/NewCertificateType49.ts +6 -6
- package/src/templates/certificates/NewCertificateType50.ts +4 -4
- package/src/templates/certificates/NewCertificateType51.ts +5 -5
- package/src/templates/certificates/NewCertificateType52.ts +74 -74
- package/src/templates/certificates/NewCertificateType54.ts +11 -11
- package/src/templates/icons/IconStar7.ts +18 -18
- package/src/templates/icons/IconStar8.ts +6 -6
- package/src/templates/ribbons/RibbonType101_1.ts +2 -2
- package/src/templates/ribbons/RibbonType103.ts +6 -6
- package/src/templates/ribbons/RibbonType107.ts +6 -6
- package/src/templates/ribbons/RibbonType109.ts +4 -4
- package/src/templates/ribbons/RibbonType110.ts +2 -2
- package/src/templates/ribbons/RibbonType115.ts +2 -2
- package/src/templates/ribbons/RibbonType116.ts +4 -4
- package/src/templates/ribbons/RibbonType92.ts +5 -5
- package/src/templates/ribbons/RibbonType93.ts +8 -8
- package/src/templates/ribbons/RibbonType93_1.ts +8 -8
- package/src/templates/ribbons/RibbonType96.ts +2 -2
- package/src/templates/ribbons/RibbonType96_1.ts +2 -2
- package/src/templates/ribbons/RibbonType97.ts +4 -4
- package/src/templates/ribbons/RibbonType99.ts +4 -4
- package/src/utils/generateDesignHTML.ts +4 -0
- package/dist/server/index.d.ts +0 -1
- package/dist/server/index.js +0 -6
- package/dist/templates/icons/IconArrow.d.ts +0 -2
- package/dist/templates/icons/IconArrow.js +0 -23
- package/dist/templates/icons/IconBottomLeft1.d.ts +0 -2
- package/dist/templates/icons/IconBottomLeft1.js +0 -24
- package/dist/templates/icons/IconBottomLeft2.d.ts +0 -2
- package/dist/templates/icons/IconBottomLeft2.js +0 -37
- package/dist/templates/icons/IconBottomRight1.d.ts +0 -2
- package/dist/templates/icons/IconBottomRight1.js +0 -24
- package/dist/templates/icons/IconBottomRight2.d.ts +0 -2
- package/dist/templates/icons/IconBottomRight2.js +0 -37
- package/dist/templates/icons/IconContainer1.d.ts +0 -2
- package/dist/templates/icons/IconContainer1.js +0 -84
- package/dist/templates/icons/IconContainer2.d.ts +0 -2
- package/dist/templates/icons/IconContainer2.js +0 -28
- package/dist/templates/icons/IconContainer3.d.ts +0 -2
- package/dist/templates/icons/IconContainer3.js +0 -25
- package/dist/templates/icons/IconContainer4.d.ts +0 -2
- package/dist/templates/icons/IconContainer4.js +0 -27
- package/dist/templates/icons/IconContainer5.d.ts +0 -2
- package/dist/templates/icons/IconContainer5.js +0 -310
- package/dist/templates/icons/IconDonut.d.ts +0 -2
- package/dist/templates/icons/IconDonut.js +0 -25
- package/dist/templates/icons/IconEllipse1.d.ts +0 -2
- package/dist/templates/icons/IconEllipse1.js +0 -39
- package/dist/templates/icons/IconEllipse2.d.ts +0 -2
- package/dist/templates/icons/IconEllipse2.js +0 -40
- package/dist/templates/icons/IconFrame1.d.ts +0 -2
- package/dist/templates/icons/IconFrame1.js +0 -23
- package/dist/templates/icons/IconFrame2.d.ts +0 -2
- package/dist/templates/icons/IconFrame2.js +0 -23
- package/dist/templates/icons/IconFrame3.d.ts +0 -2
- package/dist/templates/icons/IconFrame3.js +0 -23
- package/dist/templates/icons/IconFrame4.d.ts +0 -2
- package/dist/templates/icons/IconFrame4.js +0 -84
- package/dist/templates/icons/IconGear.d.ts +0 -2
- package/dist/templates/icons/IconGear.js +0 -58
- package/dist/templates/icons/IconPhrase1.d.ts +0 -2
- package/dist/templates/icons/IconPhrase1.js +0 -231
- package/dist/templates/icons/IconPhrase2.d.ts +0 -2
- package/dist/templates/icons/IconPhrase2.js +0 -28
- package/dist/templates/icons/IconPhrase3.d.ts +0 -2
- package/dist/templates/icons/IconPhrase3.js +0 -23
- package/dist/templates/icons/IconPhrase4.d.ts +0 -2
- package/dist/templates/icons/IconPhrase4.js +0 -25
- package/dist/templates/icons/IconPillar1.d.ts +0 -2
- package/dist/templates/icons/IconPillar1.js +0 -72
- package/dist/templates/icons/IconPillar2.d.ts +0 -2
- package/dist/templates/icons/IconPillar2.js +0 -123
- package/dist/templates/icons/IconSkewedLeft.d.ts +0 -2
- package/dist/templates/icons/IconSkewedLeft.js +0 -21
- package/dist/templates/icons/IconSkewedRight.d.ts +0 -2
- package/dist/templates/icons/IconSkewedRight.js +0 -27
- package/dist/templates/icons/IconSmallType2.d.ts +0 -2
- package/dist/templates/icons/IconSmallType2.js +0 -28
- package/dist/templates/icons/IconSmallType3.d.ts +0 -2
- package/dist/templates/icons/IconSmallType3.js +0 -23
- package/dist/templates/icons/IconSmallType4.d.ts +0 -2
- package/dist/templates/icons/IconSmallType4.js +0 -30
- package/dist/templates/icons/IconSmallType5.d.ts +0 -2
- package/dist/templates/icons/IconSmallType5.js +0 -23
- package/dist/templates/icons/IconSmallType6.d.ts +0 -2
- package/dist/templates/icons/IconSmallType6.js +0 -27
- package/dist/templates/icons/IconSmallType7.d.ts +0 -2
- package/dist/templates/icons/IconSmallType7.js +0 -25
- package/dist/templates/icons/IconSmallType8.d.ts +0 -2
- package/dist/templates/icons/IconSmallType8.js +0 -23
- package/dist/templates/icons/IconSmallType9.d.ts +0 -2
- package/dist/templates/icons/IconSmallType9.js +0 -23
- package/dist/templates/icons/IconSpring1.d.ts +0 -2
- package/dist/templates/icons/IconSpring1.js +0 -68
- package/dist/templates/icons/IconSpring2.d.ts +0 -2
- package/dist/templates/icons/IconSpring2.js +0 -63
- package/dist/templates/icons/IconTopLeft1.d.ts +0 -2
- package/dist/templates/icons/IconTopLeft1.js +0 -24
- package/dist/templates/icons/IconTopLeft2.d.ts +0 -2
- package/dist/templates/icons/IconTopLeft2.js +0 -37
- package/dist/templates/icons/IconTopRight1.d.ts +0 -2
- package/dist/templates/icons/IconTopRight1.js +0 -24
- package/dist/templates/icons/IconTopRight2.d.ts +0 -2
- package/dist/templates/icons/IconTopRight2.js +0 -37
- package/dist/templates/icons/IconType47.d.ts +0 -2
- package/dist/templates/icons/IconType47.js +0 -28
- package/dist/templates/icons/IconWave1.d.ts +0 -4
- package/dist/templates/icons/IconWave1.js +0 -62
- package/dist/templates/icons/IconWave2.d.ts +0 -2
- package/dist/templates/icons/IconWave2.js +0 -47
- package/dist/utils/generateAchievementFile.d.ts +0 -12
- package/dist/utils/generateAchievementFile.js +0 -75
- package/dist/utils/generateDesignFile.d.ts +0 -12
- package/dist/utils/generateDesignFile.js +0 -75
- package/src/server/index.ts +0 -2
|
@@ -50,8 +50,8 @@ export function createRibbonType109({
|
|
|
50
50
|
y2="42.5"
|
|
51
51
|
gradientUnits="userSpaceOnUse"
|
|
52
52
|
>
|
|
53
|
-
<stop offset="0.218267"
|
|
54
|
-
<stop offset="1"
|
|
53
|
+
<stop offset="0.218267" stop-opacity="0" />
|
|
54
|
+
<stop offset="1" stop-opacity="0.4" />
|
|
55
55
|
</linearGradient>
|
|
56
56
|
<linearGradient
|
|
57
57
|
id="paint1_linear_3488_8546"
|
|
@@ -61,8 +61,8 @@ export function createRibbonType109({
|
|
|
61
61
|
y2="48"
|
|
62
62
|
gradientUnits="userSpaceOnUse"
|
|
63
63
|
>
|
|
64
|
-
<stop offset="0.218267"
|
|
65
|
-
<stop offset="1"
|
|
64
|
+
<stop offset="0.218267" stop-opacity="0" />
|
|
65
|
+
<stop offset="1" stop-opacity="0.4" />
|
|
66
66
|
</linearGradient>
|
|
67
67
|
</defs>
|
|
68
68
|
</svg>
|
|
@@ -48,8 +48,8 @@ export function createRibbonType110({
|
|
|
48
48
|
y2="-234.95"
|
|
49
49
|
gradientUnits="userSpaceOnUse"
|
|
50
50
|
>
|
|
51
|
-
<stop offset="0.296774"
|
|
52
|
-
<stop offset="0.736337"
|
|
51
|
+
<stop offset="0.296774" stop-color="${subColor}" />
|
|
52
|
+
<stop offset="0.736337" stop-color="${mainColor}" />
|
|
53
53
|
</linearGradient>
|
|
54
54
|
</defs>
|
|
55
55
|
</svg>
|
|
@@ -36,12 +36,12 @@ export function createRibbonType115({
|
|
|
36
36
|
<path
|
|
37
37
|
d="M52.8537 75.2129L0 95.8641L48.0577 113.84L26.4268 163.853L126.457 131.164L97.6162 62L52.8537 75.2129Z"
|
|
38
38
|
fill="black"
|
|
39
|
-
|
|
39
|
+
fill-opacity="0.2"
|
|
40
40
|
/>
|
|
41
41
|
<path
|
|
42
42
|
d="M471.028 75.2129L523.882 95.8641L475.824 113.84L497.455 163.853L397.457 131.164L426.266 62L471.028 75.2129Z"
|
|
43
43
|
fill="black"
|
|
44
|
-
|
|
44
|
+
fill-opacity="0.2"
|
|
45
45
|
/>
|
|
46
46
|
<path d="M395 132L473 120L439.151 103L395 132Z" fill="#1F1F1F" />
|
|
47
47
|
<path d="M130 132L52 120L85.8491 103L130 132Z" fill="#1F1F1F" />
|
|
@@ -40,12 +40,12 @@ export function createRibbonType116({
|
|
|
40
40
|
<path
|
|
41
41
|
d="M166.556 73.2556H0L37.3708 36.612L0 0H166.556V73.2556Z"
|
|
42
42
|
fill="black"
|
|
43
|
-
|
|
43
|
+
fill-opacity="0.14"
|
|
44
44
|
/>
|
|
45
45
|
<path
|
|
46
46
|
d="M395.176 73.2556H561.732L524.393 36.612L561.732 0H395.176V73.2556Z"
|
|
47
47
|
fill="black"
|
|
48
|
-
|
|
48
|
+
fill-opacity="0.14"
|
|
49
49
|
/>
|
|
50
50
|
<path
|
|
51
51
|
d="M508.268 29.7812L395.176 73.2541V29.7812H508.268Z"
|
|
@@ -54,12 +54,12 @@ export function createRibbonType116({
|
|
|
54
54
|
<path
|
|
55
55
|
d="M53.4648 29.7812L166.557 73.2541V29.7812H53.4648Z"
|
|
56
56
|
fill="black"
|
|
57
|
-
|
|
57
|
+
fill-opacity="0.75"
|
|
58
58
|
/>
|
|
59
59
|
<path
|
|
60
60
|
d="M508.268 29.7812L395.176 73.2541V29.7812H508.268Z"
|
|
61
61
|
fill="black"
|
|
62
|
-
|
|
62
|
+
fill-opacity="0.75"
|
|
63
63
|
/>
|
|
64
64
|
</svg>
|
|
65
65
|
`;
|
|
@@ -32,7 +32,7 @@ export function createRibbonType92({
|
|
|
32
32
|
<path
|
|
33
33
|
d="M519.821 132.192L519.773 132.5L519.821 132.808L538.636 253.815L276.15 234.006L276 233.994L275.85 234.006L13.3633 253.815L32.1787 132.808L32.2266 132.5L32.1787 132.192L13.3633 11.1836L275.85 30.9941L276 31.0059L276.15 30.9941L538.636 11.1836L519.821 132.192Z"
|
|
34
34
|
stroke="white"
|
|
35
|
-
|
|
35
|
+
stroke-width="4"
|
|
36
36
|
/>
|
|
37
37
|
<path
|
|
38
38
|
d="M455 7L516.67 2.5L516 262L446 257L455 7Z"
|
|
@@ -51,8 +51,8 @@ export function createRibbonType92({
|
|
|
51
51
|
y2="132.5"
|
|
52
52
|
gradientUnits="userSpaceOnUse"
|
|
53
53
|
>
|
|
54
|
-
<stop
|
|
55
|
-
<stop offset="1"
|
|
54
|
+
<stop stop-opacity="0" />
|
|
55
|
+
<stop offset="1" stop-opacity="0.5" />
|
|
56
56
|
</linearGradient>
|
|
57
57
|
<linearGradient
|
|
58
58
|
id="paint1_linear_3488_51"
|
|
@@ -62,8 +62,8 @@ export function createRibbonType92({
|
|
|
62
62
|
y2="132.5"
|
|
63
63
|
gradientUnits="userSpaceOnUse"
|
|
64
64
|
>
|
|
65
|
-
<stop
|
|
66
|
-
<stop offset="1"
|
|
65
|
+
<stop stop-opacity="0" />
|
|
66
|
+
<stop offset="1" stop-opacity="0.5" />
|
|
67
67
|
</linearGradient>
|
|
68
68
|
</defs>
|
|
69
69
|
</svg>
|
|
@@ -151,10 +151,10 @@ export function createRibbonType93({
|
|
|
151
151
|
y2="64.0132"
|
|
152
152
|
gradientUnits="userSpaceOnUse"
|
|
153
153
|
>
|
|
154
|
-
<stop
|
|
155
|
-
<stop offset="0.06"
|
|
156
|
-
<stop offset="0.58"
|
|
157
|
-
<stop offset="1"
|
|
154
|
+
<stop stop-color="${mainColor}" />
|
|
155
|
+
<stop offset="0.06" stop-color="${mainColor}" />
|
|
156
|
+
<stop offset="0.58" stop-color="${subColor}" />
|
|
157
|
+
<stop offset="1" stop-color="${mainColor}" />
|
|
158
158
|
</linearGradient>
|
|
159
159
|
<linearGradient
|
|
160
160
|
id={paintId1}
|
|
@@ -164,10 +164,10 @@ export function createRibbonType93({
|
|
|
164
164
|
y2="64.0132"
|
|
165
165
|
gradientUnits="userSpaceOnUse"
|
|
166
166
|
>
|
|
167
|
-
<stop
|
|
168
|
-
<stop offset="0.06"
|
|
169
|
-
<stop offset="0.58"
|
|
170
|
-
<stop offset="1"
|
|
167
|
+
<stop stop-color="${mainColor}" />
|
|
168
|
+
<stop offset="0.06" stop-color="${mainColor}" />
|
|
169
|
+
<stop offset="0.58" stop-color="${subColor}" />
|
|
170
|
+
<stop offset="1" stop-color="${mainColor}" />
|
|
171
171
|
</linearGradient>
|
|
172
172
|
<clipPath id="clip0_3488_6864">
|
|
173
173
|
<rect
|
|
@@ -43,10 +43,10 @@ export function createRibbonType93_1({
|
|
|
43
43
|
y2="53.8844"
|
|
44
44
|
gradientUnits="userSpaceOnUse"
|
|
45
45
|
>
|
|
46
|
-
<stop
|
|
47
|
-
<stop offset="0.06"
|
|
48
|
-
<stop offset="0.58"
|
|
49
|
-
<stop offset="1"
|
|
46
|
+
<stop stop-color="${mainColor}" />
|
|
47
|
+
<stop offset="0.06" stop-color="${mainColor}" />
|
|
48
|
+
<stop offset="0.58" stop-color="${subColor}" />
|
|
49
|
+
<stop offset="1" stop-color="${mainColor}" />
|
|
50
50
|
</linearGradient>
|
|
51
51
|
<linearGradient
|
|
52
52
|
id={paintId1}
|
|
@@ -56,10 +56,10 @@ export function createRibbonType93_1({
|
|
|
56
56
|
y2="51.2318"
|
|
57
57
|
gradientUnits="userSpaceOnUse"
|
|
58
58
|
>
|
|
59
|
-
<stop
|
|
60
|
-
<stop offset="0.06"
|
|
61
|
-
<stop offset="0.58"
|
|
62
|
-
<stop offset="1"
|
|
59
|
+
<stop stop-color="${mainColor}" />
|
|
60
|
+
<stop offset="0.06" stop-color="${mainColor}" />
|
|
61
|
+
<stop offset="0.58" stop-color="${subColor}" />
|
|
62
|
+
<stop offset="1" stop-color="${mainColor}" />
|
|
63
63
|
</linearGradient>
|
|
64
64
|
</defs>
|
|
65
65
|
</svg>
|
|
@@ -44,7 +44,7 @@ export function createRibbonType96({
|
|
|
44
44
|
gradientUnits="userSpaceOnUse"
|
|
45
45
|
>
|
|
46
46
|
<stop />
|
|
47
|
-
<stop offset="1"
|
|
47
|
+
<stop offset="1" stop-color="${mainColor}" />
|
|
48
48
|
</linearGradient>
|
|
49
49
|
<linearGradient
|
|
50
50
|
id={paintId1}
|
|
@@ -55,7 +55,7 @@ export function createRibbonType96({
|
|
|
55
55
|
gradientUnits="userSpaceOnUse"
|
|
56
56
|
>
|
|
57
57
|
<stop />
|
|
58
|
-
<stop offset="1"
|
|
58
|
+
<stop offset="1" stop-color="${mainColor}" />
|
|
59
59
|
</linearGradient>
|
|
60
60
|
</defs>
|
|
61
61
|
</svg>
|
|
@@ -152,7 +152,7 @@ export function createRibbonType96_1({
|
|
|
152
152
|
gradientUnits="userSpaceOnUse"
|
|
153
153
|
>
|
|
154
154
|
<stop />
|
|
155
|
-
<stop offset="0.533654"
|
|
155
|
+
<stop offset="0.533654" stop-color="${mainColor}" />
|
|
156
156
|
<stop offset="1" />
|
|
157
157
|
</linearGradient>
|
|
158
158
|
<linearGradient
|
|
@@ -164,7 +164,7 @@ export function createRibbonType96_1({
|
|
|
164
164
|
gradientUnits="userSpaceOnUse"
|
|
165
165
|
>
|
|
166
166
|
<stop />
|
|
167
|
-
<stop offset="0.533654"
|
|
167
|
+
<stop offset="0.533654" stop-color="${mainColor}" />
|
|
168
168
|
<stop offset="1" />
|
|
169
169
|
</linearGradient>
|
|
170
170
|
<clipPath id="clip0_3497_80512">
|
|
@@ -89,7 +89,7 @@ export function createRibbonType97({
|
|
|
89
89
|
gradientUnits="userSpaceOnUse"
|
|
90
90
|
>
|
|
91
91
|
<stop />
|
|
92
|
-
<stop offset="1"
|
|
92
|
+
<stop offset="1" stop-opacity="0" />
|
|
93
93
|
</linearGradient>
|
|
94
94
|
<linearGradient
|
|
95
95
|
id="paint1_linear_3488_6868"
|
|
@@ -100,7 +100,7 @@ export function createRibbonType97({
|
|
|
100
100
|
gradientUnits="userSpaceOnUse"
|
|
101
101
|
>
|
|
102
102
|
<stop />
|
|
103
|
-
<stop offset="1"
|
|
103
|
+
<stop offset="1" stop-opacity="0" />
|
|
104
104
|
</linearGradient>
|
|
105
105
|
<linearGradient
|
|
106
106
|
id="paint2_linear_3488_6868"
|
|
@@ -111,7 +111,7 @@ export function createRibbonType97({
|
|
|
111
111
|
gradientUnits="userSpaceOnUse"
|
|
112
112
|
>
|
|
113
113
|
<stop />
|
|
114
|
-
<stop offset="1"
|
|
114
|
+
<stop offset="1" stop-opacity="0" />
|
|
115
115
|
</linearGradient>
|
|
116
116
|
<linearGradient
|
|
117
117
|
id="paint3_linear_3488_6868"
|
|
@@ -122,7 +122,7 @@ export function createRibbonType97({
|
|
|
122
122
|
gradientUnits="userSpaceOnUse"
|
|
123
123
|
>
|
|
124
124
|
<stop />
|
|
125
|
-
<stop offset="1"
|
|
125
|
+
<stop offset="1" stop-opacity="0" />
|
|
126
126
|
</linearGradient>
|
|
127
127
|
</defs>
|
|
128
128
|
</svg>
|
|
@@ -26,13 +26,13 @@ export function createRibbonType99({
|
|
|
26
26
|
"
|
|
27
27
|
>
|
|
28
28
|
<path d="M0 1V166L79 130.98L158 166V1H0Z" fill="${mainColor}" />
|
|
29
|
-
<path d="M143 160V1H15.2324L15 160" stroke="white"
|
|
29
|
+
<path d="M143 160V1H15.2324L15 160" stroke="white" stroke-width="2" />
|
|
30
30
|
<path
|
|
31
31
|
d="M0 32H158V96.5L79 102L0 96.5V32Z"
|
|
32
32
|
fill="url(#paint0_linear_3488_6871)"
|
|
33
33
|
/>
|
|
34
34
|
<path d="M0 1V166L79 130.98L158 166V1H0Z" fill="${mainColor}" />
|
|
35
|
-
<path d="M143 160V1H15.2324L15 160" stroke="white"
|
|
35
|
+
<path d="M143 160V1H15.2324L15 160" stroke="white" stroke-width="2" />
|
|
36
36
|
<path
|
|
37
37
|
d="M0 32H158V96.5L79 102L0 96.5V32Z"
|
|
38
38
|
fill="url(#paint1_linear_3488_6871)"
|
|
@@ -47,7 +47,7 @@ export function createRibbonType99({
|
|
|
47
47
|
gradientUnits="userSpaceOnUse"
|
|
48
48
|
>
|
|
49
49
|
<stop />
|
|
50
|
-
<stop offset="1"
|
|
50
|
+
<stop offset="1" stop-opacity="0" />
|
|
51
51
|
</linearGradient>
|
|
52
52
|
<linearGradient
|
|
53
53
|
id="paint1_linear_3488_6871"
|
|
@@ -58,7 +58,7 @@ export function createRibbonType99({
|
|
|
58
58
|
gradientUnits="userSpaceOnUse"
|
|
59
59
|
>
|
|
60
60
|
<stop />
|
|
61
|
-
<stop offset="1"
|
|
61
|
+
<stop offset="1" stop-opacity="0" />
|
|
62
62
|
</linearGradient>
|
|
63
63
|
</defs>
|
|
64
64
|
</svg>
|
package/dist/server/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { generateAchievementHTML } from "../utils/generateAchievementHTML";
|
package/dist/server/index.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.generateAchievementHTML = void 0;
|
|
4
|
-
// ✅ src/server/index.ts
|
|
5
|
-
var generateAchievementHTML_1 = require("../utils/generateAchievementHTML");
|
|
6
|
-
Object.defineProperty(exports, "generateAchievementHTML", { enumerable: true, get: function () { return generateAchievementHTML_1.generateAchievementHTML; } });
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createIconArrow = createIconArrow;
|
|
4
|
-
function createIconArrow({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
|
|
5
|
-
return `
|
|
6
|
-
<div style="width: 100%; height: 100%; isolation: isolate; display: flex; align-items: center; justify-content: center; will-change: transform, contents; transform: translateZ(0); backface-visibility: hidden;">
|
|
7
|
-
<svg
|
|
8
|
-
width="100%"
|
|
9
|
-
height="100%"
|
|
10
|
-
viewBox="0 0 150 299"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
preserveAspectRatio="xMidYMid meet"
|
|
14
|
-
style="width: 100%; height: 100%; max-width: 100%; max-height: 100%; z-index: 1; mix-blend-mode: normal; pointer-events: none; display: block;"
|
|
15
|
-
>
|
|
16
|
-
<path
|
|
17
|
-
d="M0.338971 66.3969L83.1087 149.444L0.242188 232.589L0.338971 298.775L149.034 149.444L0.338971 0.210938V66.3969Z"
|
|
18
|
-
fill="${mainColor}"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
</div>
|
|
22
|
-
`;
|
|
23
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createIconBottomLeft1 = createIconBottomLeft1;
|
|
4
|
-
function createIconBottomLeft1({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
|
|
5
|
-
return `
|
|
6
|
-
<div style="width: 100%; height: 100%; isolation: isolate; display: flex; align-items: center; justify-content: center; will-change: transform, contents; transform: translateZ(0); backface-visibility: hidden;">
|
|
7
|
-
<svg
|
|
8
|
-
width="100%"
|
|
9
|
-
height="100%"
|
|
10
|
-
viewBox="0 0 307 237"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
preserveAspectRatio="xMidYMid meet"
|
|
14
|
-
style="width: 100%; height: 100%; max-width: 100%; max-height: 100%; z-index: 1; mix-blend-mode: normal; pointer-events: none; display: block;"
|
|
15
|
-
>
|
|
16
|
-
<path
|
|
17
|
-
d="M307 237C291.5 175.491 160.947 185.416 129 139.639C84 62.9997 55.5 8.72737 2.0158e-05 -1.83939e-06L3.05176e-05 237L307 237Z"
|
|
18
|
-
fill="${mainColor}"
|
|
19
|
-
fill-opacity="0.9"
|
|
20
|
-
/>
|
|
21
|
-
</svg>
|
|
22
|
-
</div>
|
|
23
|
-
`;
|
|
24
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createIconBottomLeft2 = createIconBottomLeft2;
|
|
4
|
-
function createIconBottomLeft2({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
|
|
5
|
-
const paintId0 = `paint0_linear_${Math.random().toString(36).substr(2, 9)}`;
|
|
6
|
-
return `
|
|
7
|
-
<div style="width: 100%; height: 100%; isolation: isolate; display: flex; align-items: center; justify-content: center; will-change: transform, contents; transform: translateZ(0); backface-visibility: hidden;">
|
|
8
|
-
<svg
|
|
9
|
-
width="100%"
|
|
10
|
-
height="100%"
|
|
11
|
-
viewBox="0 0 307 237"
|
|
12
|
-
fill="none"
|
|
13
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
-
preserveAspectRatio="xMidYMid meet"
|
|
15
|
-
style="width: 100%; height: 100%; max-width: 100%; max-height: 100%; z-index: 1; mix-blend-mode: normal; pointer-events: none; display: block;"
|
|
16
|
-
>
|
|
17
|
-
<path
|
|
18
|
-
d="M307 237C291.5 175.491 160.947 185.416 129 139.639C84 62.9997 55.5 8.72737 2.0158e-05 -1.83939e-06L3.05176e-05 237L307 237Z"
|
|
19
|
-
fill="url(#${paintId0})"
|
|
20
|
-
/>
|
|
21
|
-
<defs>
|
|
22
|
-
<linearGradient
|
|
23
|
-
id="${paintId0}"
|
|
24
|
-
x1="153.5"
|
|
25
|
-
y1="237"
|
|
26
|
-
x2="153.5"
|
|
27
|
-
y2="-8.54909e-06"
|
|
28
|
-
gradientUnits="userSpaceOnUse"
|
|
29
|
-
>
|
|
30
|
-
<stop stop-color="${subColor}" />
|
|
31
|
-
<stop offset="1" stop-color="${mainColor}" />
|
|
32
|
-
</linearGradient>
|
|
33
|
-
</defs>
|
|
34
|
-
</svg>
|
|
35
|
-
</div>
|
|
36
|
-
`;
|
|
37
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createIconBottomRight1 = createIconBottomRight1;
|
|
4
|
-
function createIconBottomRight1({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
|
|
5
|
-
return `
|
|
6
|
-
<div style="width: 100%; height: 100%; isolation: isolate; display: flex; align-items: center; justify-content: center; will-change: transform, contents; transform: translateZ(0); backface-visibility: hidden;">
|
|
7
|
-
<svg
|
|
8
|
-
width="100%"
|
|
9
|
-
height="100%"
|
|
10
|
-
viewBox="0 0 307 237"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
preserveAspectRatio="xMidYMid meet"
|
|
14
|
-
style="width: 100%; height: 100%; max-width: 100%; max-height: 100%; z-index: 1; mix-blend-mode: normal; pointer-events: none; display: block;"
|
|
15
|
-
>
|
|
16
|
-
<path
|
|
17
|
-
d="M0 237C15.5 175.491 146.053 185.416 178 139.639C223 62.9997 251.5 8.72737 307 -1.83939e-06L307 237L0 237Z"
|
|
18
|
-
fill="${mainColor}"
|
|
19
|
-
fill-opacity="0.9"
|
|
20
|
-
/>
|
|
21
|
-
</svg>
|
|
22
|
-
</div>
|
|
23
|
-
`;
|
|
24
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createIconBottomRight2 = createIconBottomRight2;
|
|
4
|
-
function createIconBottomRight2({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
|
|
5
|
-
const paintId0 = `paint0_linear_${Math.random().toString(36).substr(2, 9)}`;
|
|
6
|
-
return `
|
|
7
|
-
<div style="width: 100%; height: 100%; isolation: isolate; display: flex; align-items: center; justify-content: center; will-change: transform, contents; transform: translateZ(0); backface-visibility: hidden;">
|
|
8
|
-
<svg
|
|
9
|
-
width="100%"
|
|
10
|
-
height="100%"
|
|
11
|
-
viewBox="0 0 297 237"
|
|
12
|
-
fill="none"
|
|
13
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
-
preserveAspectRatio="xMidYMid meet"
|
|
15
|
-
style="width: 100%; height: 100%; max-width: 100%; max-height: 100%; z-index: 1; mix-blend-mode: normal; pointer-events: none; display: block;"
|
|
16
|
-
>
|
|
17
|
-
<path
|
|
18
|
-
d="M0 237C14.9951 175.491 141.296 185.416 172.202 139.639C215.736 62.9997 243.308 8.72737 297 -2.27651e-06L297 237L0 237Z"
|
|
19
|
-
fill="url(#${paintId0})"
|
|
20
|
-
/>
|
|
21
|
-
<defs>
|
|
22
|
-
<linearGradient
|
|
23
|
-
id="${paintId0}"
|
|
24
|
-
x1="148.5"
|
|
25
|
-
y1="237"
|
|
26
|
-
x2="148.5"
|
|
27
|
-
y2="-8.76765e-06"
|
|
28
|
-
gradientUnits="userSpaceOnUse"
|
|
29
|
-
>
|
|
30
|
-
<stop stop-color="${subColor}" />
|
|
31
|
-
<stop offset="1" stop-color="${mainColor}" />
|
|
32
|
-
</linearGradient>
|
|
33
|
-
</defs>
|
|
34
|
-
</svg>
|
|
35
|
-
</div>
|
|
36
|
-
`;
|
|
37
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createIconContainer1 = createIconContainer1;
|
|
4
|
-
function createIconContainer1({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
|
|
5
|
-
const paintId0 = `paint0_linear_${Math.random().toString(36).substr(2, 9)}`;
|
|
6
|
-
return `
|
|
7
|
-
<div style="width: 100%; height: 100%; isolation: isolate; display: flex; align-items: center; justify-content: center; will-change: transform, contents; transform: translateZ(0); backface-visibility: hidden;">
|
|
8
|
-
<svg
|
|
9
|
-
width="100%"
|
|
10
|
-
height="100%"
|
|
11
|
-
viewBox="0 0 1047 719"
|
|
12
|
-
fill="none"
|
|
13
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
-
preserveAspectRatio="xMidYMid meet"
|
|
15
|
-
style="width: 100%; height: 100%; max-width: 100%; max-height: 100%; z-index: 1; mix-blend-mode: normal; pointer-events: none; display: block;"
|
|
16
|
-
>
|
|
17
|
-
<g filter="url(#filter0_d_2546_427)">
|
|
18
|
-
<rect
|
|
19
|
-
x="24.3926"
|
|
20
|
-
y="24.1572"
|
|
21
|
-
width="998"
|
|
22
|
-
height="670"
|
|
23
|
-
rx="8"
|
|
24
|
-
fill="white"
|
|
25
|
-
/>
|
|
26
|
-
</g>
|
|
27
|
-
<path
|
|
28
|
-
fill-rule="evenodd"
|
|
29
|
-
clip-rule="evenodd"
|
|
30
|
-
d="M997.784 24.1572H973.176V50.1377H24.3926V74.7499H973.176V694.157H997.784V74.7499H1022.39V50.1377H997.784V24.1572Z"
|
|
31
|
-
fill="url(#${paintId0})"
|
|
32
|
-
/>
|
|
33
|
-
<defs>
|
|
34
|
-
<filter
|
|
35
|
-
id="filter0_d_2546_427"
|
|
36
|
-
x="0.392578"
|
|
37
|
-
y="0.157227"
|
|
38
|
-
width="1046"
|
|
39
|
-
height="717.999"
|
|
40
|
-
filterUnits="userSpaceOnUse"
|
|
41
|
-
color-interpolation-filters="sRGB"
|
|
42
|
-
>
|
|
43
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
44
|
-
<feColorMatrix
|
|
45
|
-
in="SourceAlpha"
|
|
46
|
-
type="matrix"
|
|
47
|
-
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
48
|
-
result="hardAlpha"
|
|
49
|
-
/>
|
|
50
|
-
<feOffset />
|
|
51
|
-
<feGaussianBlur stdDeviation="12" />
|
|
52
|
-
<feComposite in2="hardAlpha" operator="out" />
|
|
53
|
-
<feColorMatrix
|
|
54
|
-
type="matrix"
|
|
55
|
-
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
|
|
56
|
-
/>
|
|
57
|
-
<feBlend
|
|
58
|
-
mode="normal"
|
|
59
|
-
in2="BackgroundImageFix"
|
|
60
|
-
result="effect1_dropShadow_2546_427"
|
|
61
|
-
/>
|
|
62
|
-
<feBlend
|
|
63
|
-
mode="normal"
|
|
64
|
-
in="SourceGraphic"
|
|
65
|
-
in2="effect1_dropShadow_2546_427"
|
|
66
|
-
result="shape"
|
|
67
|
-
/>
|
|
68
|
-
</filter>
|
|
69
|
-
<linearGradient
|
|
70
|
-
id="${paintId0}"
|
|
71
|
-
x1="413.339"
|
|
72
|
-
y1="-130.353"
|
|
73
|
-
x2="792.139"
|
|
74
|
-
y2="812.39"
|
|
75
|
-
gradientUnits="userSpaceOnUse"
|
|
76
|
-
>
|
|
77
|
-
<stop stop-color="${mainColor}" />
|
|
78
|
-
<stop offset="1" stop-color="${subColor}" />
|
|
79
|
-
</linearGradient>
|
|
80
|
-
</defs>
|
|
81
|
-
</svg>
|
|
82
|
-
</div>
|
|
83
|
-
`;
|
|
84
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createIconContainer2 = createIconContainer2;
|
|
4
|
-
function createIconContainer2({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
|
|
5
|
-
return `
|
|
6
|
-
<div style="width: 100%; height: 100%; isolation: isolate; display: flex; align-items: center; justify-content: center; will-change: transform, contents; transform: translateZ(0); backface-visibility: hidden;">
|
|
7
|
-
<svg
|
|
8
|
-
width="100%"
|
|
9
|
-
height="100%"
|
|
10
|
-
viewBox="0 0 693 640"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
preserveAspectRatio="xMidYMid meet"
|
|
14
|
-
style="width: 100%; height: 100%; max-width: 100%; max-height: 100%; z-index: 1; mix-blend-mode: normal; pointer-events: none; display: block;"
|
|
15
|
-
>
|
|
16
|
-
<rect
|
|
17
|
-
x="0.345703"
|
|
18
|
-
y="0.157227"
|
|
19
|
-
width="692"
|
|
20
|
-
height="639"
|
|
21
|
-
rx="20"
|
|
22
|
-
fill="${mainColor}"
|
|
23
|
-
fill-opacity="0.7"
|
|
24
|
-
/>
|
|
25
|
-
</svg>
|
|
26
|
-
</div>
|
|
27
|
-
`;
|
|
28
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createIconContainer3 = createIconContainer3;
|
|
4
|
-
function createIconContainer3({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
|
|
5
|
-
return `
|
|
6
|
-
<div style="width: 100%; height: 100%; isolation: isolate; display: flex; align-items: center; justify-content: center; will-change: transform, contents; transform: translateZ(0); backface-visibility: hidden;">
|
|
7
|
-
<svg
|
|
8
|
-
width="100%"
|
|
9
|
-
height="100%"
|
|
10
|
-
viewBox="0 0 747 1081"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
preserveAspectRatio="xMidYMid meet"
|
|
14
|
-
style="width: 100%; height: 100%; max-width: 100%; max-height: 100%; z-index: 1; mix-blend-mode: normal; pointer-events: none; display: block;"
|
|
15
|
-
>
|
|
16
|
-
<path
|
|
17
|
-
fill-rule="evenodd"
|
|
18
|
-
clip-rule="evenodd"
|
|
19
|
-
d="M711.261 1080.37L36.0827 1080.37C34.2789 1080.37 32.76 1078.84 32.76 1077.02C32.76 1060.94 19.8488 1047.93 3.89967 1047.93C2.09596 1047.93 0.67189 1046.4 0.67189 1044.58L0.671934 36.1576C0.671935 34.3394 2.09601 32.8083 3.89972 32.8083C19.8488 32.8083 32.76 19.794 32.76 3.71741C32.76 1.89923 34.279 0.368133 36.0828 0.368133L711.261 0.368163C713.065 0.368163 714.584 1.89926 714.584 3.71744C714.584 19.794 727.495 32.8084 743.444 32.8084C745.248 32.8084 746.672 34.3395 746.672 36.1576L746.672 1044.58C746.672 1046.4 745.248 1047.93 743.444 1047.93C727.495 1047.93 714.584 1060.94 714.584 1077.02C714.584 1078.84 713.065 1080.37 711.261 1080.37Z"
|
|
20
|
-
fill="${mainColor}"
|
|
21
|
-
/>
|
|
22
|
-
</svg>
|
|
23
|
-
</div>
|
|
24
|
-
`;
|
|
25
|
-
}
|