@blockspoon/cert-badge-renderer 1.0.34 → 1.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/cjs/templates/ribbons/RibbonWing15.d.ts +1 -1
  2. package/dist/cjs/templates/ribbons/RibbonWing15.js +2 -2
  3. package/dist/cjs/templates/ribbons/RibbonWing16.d.ts +1 -1
  4. package/dist/cjs/templates/ribbons/RibbonWing16.js +2 -2
  5. package/dist/cjs/templates/ribbons/RibbonWing17.d.ts +1 -1
  6. package/dist/cjs/templates/ribbons/RibbonWing17.js +2 -2
  7. package/dist/cjs/templates/ribbons/index.d.ts +6 -0
  8. package/dist/cjs/templates/ribbons/index.js +6 -0
  9. package/dist/cjs/templates/svgTemplate.js +12 -0
  10. package/dist/cjs/utils/generateAchievementHTML.js +2 -2
  11. package/dist/cjs/utils/generateDesignHTML.js +2 -2
  12. package/dist/esm/templates/ribbons/RibbonWing15.d.ts +1 -1
  13. package/dist/esm/templates/ribbons/RibbonWing15.js +2 -2
  14. package/dist/esm/templates/ribbons/RibbonWing16.d.ts +1 -1
  15. package/dist/esm/templates/ribbons/RibbonWing16.js +2 -2
  16. package/dist/esm/templates/ribbons/RibbonWing17.d.ts +1 -1
  17. package/dist/esm/templates/ribbons/RibbonWing17.js +2 -2
  18. package/dist/esm/templates/ribbons/index.d.ts +6 -0
  19. package/dist/esm/templates/ribbons/index.js +6 -0
  20. package/dist/esm/templates/svgTemplate.js +12 -0
  21. package/dist/esm/utils/generateAchievementHTML.js +2 -2
  22. package/dist/esm/utils/generateDesignHTML.js +2 -2
  23. package/package.json +1 -1
  24. package/src/templates/certificates/NewCertificateType31.ts +133 -80
  25. package/src/templates/ribbons/RibbonWing15.ts +3 -3
  26. package/src/templates/ribbons/RibbonWing16.ts +3 -3
  27. package/src/templates/ribbons/RibbonWing17.ts +3 -3
  28. package/src/templates/ribbons/index.ts +6 -0
  29. package/src/templates/svgTemplate.ts +12 -0
@@ -1,2 +1,2 @@
1
1
  import { ISvgProps } from "../../interface/index.js";
2
- export declare function createRibbonWing14({ mainColor, subColor, }: ISvgProps): string;
2
+ export declare function createRibbonWing15({ mainColor, subColor, }: ISvgProps): string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createRibbonWing14 = createRibbonWing14;
4
- function createRibbonWing14({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
3
+ exports.createRibbonWing15 = createRibbonWing15;
4
+ function createRibbonWing15({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
5
5
  return `
6
6
  <svg
7
7
  width="100%"
@@ -1,2 +1,2 @@
1
1
  import { ISvgProps } from "../../interface/index.js";
2
- export declare function createRibbonWing14({ mainColor, subColor, }: ISvgProps): string;
2
+ export declare function createRibbonWing16({ mainColor, subColor, }: ISvgProps): string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createRibbonWing14 = createRibbonWing14;
4
- function createRibbonWing14({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
3
+ exports.createRibbonWing16 = createRibbonWing16;
4
+ function createRibbonWing16({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
5
5
  return `
6
6
  <svg
7
7
  width="100%"
@@ -1,2 +1,2 @@
1
1
  import { ISvgProps } from "../../interface/index.js";
2
- export declare function createRibbonWing14({ mainColor, subColor, }: ISvgProps): string;
2
+ export declare function createRibbonWing17({ mainColor, subColor, }: ISvgProps): string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createRibbonWing14 = createRibbonWing14;
4
- function createRibbonWing14({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
3
+ exports.createRibbonWing17 = createRibbonWing17;
4
+ function createRibbonWing17({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
5
5
  return `
6
6
  <svg
7
7
  width="100%"
@@ -61,6 +61,9 @@ import { createRibbonWing10 } from "./RibbonWing10.js";
61
61
  import { createRibbonWing11 } from "./RibbonWing11.js";
62
62
  import { createRibbonWing12 } from "./RibbonWing12.js";
63
63
  import { createRibbonWing14 } from "./RibbonWing14.js";
64
+ import { createRibbonWing15 } from "./RibbonWing15.js";
65
+ import { createRibbonWing16 } from "./RibbonWing16.js";
66
+ import { createRibbonWing17 } from "./RibbonWing17.js";
64
67
  import { createRibbonWing104 } from "./RibbonWing104.js";
65
68
  import { createRibbonWing105 } from "./RibbonWing105.js";
66
69
  import { createRibbonWing106 } from "./RibbonWing106.js";
@@ -128,6 +131,9 @@ declare const Ribbons: {
128
131
  RibbonWing11: typeof createRibbonWing11;
129
132
  RibbonWing12: typeof createRibbonWing12;
130
133
  RibbonWing14: typeof createRibbonWing14;
134
+ RibbonWing15: typeof createRibbonWing15;
135
+ RibbonWing16: typeof createRibbonWing16;
136
+ RibbonWing17: typeof createRibbonWing17;
131
137
  RibbonWing104: typeof createRibbonWing104;
132
138
  RibbonWing105: typeof createRibbonWing105;
133
139
  RibbonWing106: typeof createRibbonWing106;
@@ -63,6 +63,9 @@ const RibbonWing10_js_1 = require("./RibbonWing10.js");
63
63
  const RibbonWing11_js_1 = require("./RibbonWing11.js");
64
64
  const RibbonWing12_js_1 = require("./RibbonWing12.js");
65
65
  const RibbonWing14_js_1 = require("./RibbonWing14.js");
66
+ const RibbonWing15_js_1 = require("./RibbonWing15.js");
67
+ const RibbonWing16_js_1 = require("./RibbonWing16.js");
68
+ const RibbonWing17_js_1 = require("./RibbonWing17.js");
66
69
  const RibbonWing104_js_1 = require("./RibbonWing104.js");
67
70
  const RibbonWing105_js_1 = require("./RibbonWing105.js");
68
71
  const RibbonWing106_js_1 = require("./RibbonWing106.js");
@@ -132,6 +135,9 @@ const Ribbons = {
132
135
  RibbonWing11: RibbonWing11_js_1.createRibbonWing11,
133
136
  RibbonWing12: RibbonWing12_js_1.createRibbonWing12,
134
137
  RibbonWing14: RibbonWing14_js_1.createRibbonWing14,
138
+ RibbonWing15: RibbonWing15_js_1.createRibbonWing15,
139
+ RibbonWing16: RibbonWing16_js_1.createRibbonWing16,
140
+ RibbonWing17: RibbonWing17_js_1.createRibbonWing17,
135
141
  RibbonWing104: RibbonWing104_js_1.createRibbonWing104,
136
142
  RibbonWing105: RibbonWing105_js_1.createRibbonWing105,
137
143
  RibbonWing106: RibbonWing106_js_1.createRibbonWing106,
@@ -751,6 +751,18 @@ exports.ribbonTemplates = [
751
751
  id: "RibbonWing104",
752
752
  Component: index_js_2.default.RibbonWing104,
753
753
  },
754
+ {
755
+ id: "RibbonWing15",
756
+ Component: index_js_2.default.RibbonWing15,
757
+ },
758
+ {
759
+ id: "RibbonWing16",
760
+ Component: index_js_2.default.RibbonWing16,
761
+ },
762
+ {
763
+ id: "RibbonWing17",
764
+ Component: index_js_2.default.RibbonWing17,
765
+ },
754
766
  {
755
767
  id: "RibbonWing105",
756
768
  Component: index_js_2.default.RibbonWing105,
@@ -136,8 +136,8 @@ async function generateAchievementHTML(achievementInfo, options = {}) {
136
136
  : element.textAlign === "left"
137
137
  ? "flex-start"
138
138
  : "flex-end"};
139
- word-break: break-word;
140
- white-space: pre-wrap;
139
+ word-break: ${type === "badge" ? "break-word" : "normal"};
140
+ white-space: ${type === "badge" ? "pre-wrap" : "normal"};
141
141
  opacity: ${element.opacity || 1};
142
142
  `;
143
143
  if (element.controlType === "svg") {
@@ -136,8 +136,8 @@ async function generateDesignHTML(data, options = {}) {
136
136
  : element.textAlign === "left"
137
137
  ? "flex-start"
138
138
  : "flex-end"};
139
- word-break: break-word;
140
- white-space: pre-wrap;
139
+ word-break: ${isBadge ? "break-word" : "normal"};
140
+ white-space: ${isBadge ? "pre-wrap" : "normal"};
141
141
  opacity: ${element.opacity || 1};
142
142
  `;
143
143
  if (element.controlType === "svg") {
@@ -1,2 +1,2 @@
1
1
  import { ISvgProps } from "../../interface/index.js";
2
- export declare function createRibbonWing14({ mainColor, subColor, }: ISvgProps): string;
2
+ export declare function createRibbonWing15({ mainColor, subColor, }: ISvgProps): string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createRibbonWing14 = createRibbonWing14;
4
- function createRibbonWing14({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
3
+ exports.createRibbonWing15 = createRibbonWing15;
4
+ function createRibbonWing15({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
5
5
  return `
6
6
  <svg
7
7
  width="100%"
@@ -1,2 +1,2 @@
1
1
  import { ISvgProps } from "../../interface/index.js";
2
- export declare function createRibbonWing14({ mainColor, subColor, }: ISvgProps): string;
2
+ export declare function createRibbonWing16({ mainColor, subColor, }: ISvgProps): string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createRibbonWing14 = createRibbonWing14;
4
- function createRibbonWing14({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
3
+ exports.createRibbonWing16 = createRibbonWing16;
4
+ function createRibbonWing16({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
5
5
  return `
6
6
  <svg
7
7
  width="100%"
@@ -1,2 +1,2 @@
1
1
  import { ISvgProps } from "../../interface/index.js";
2
- export declare function createRibbonWing14({ mainColor, subColor, }: ISvgProps): string;
2
+ export declare function createRibbonWing17({ mainColor, subColor, }: ISvgProps): string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createRibbonWing14 = createRibbonWing14;
4
- function createRibbonWing14({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
3
+ exports.createRibbonWing17 = createRibbonWing17;
4
+ function createRibbonWing17({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
5
5
  return `
6
6
  <svg
7
7
  width="100%"
@@ -61,6 +61,9 @@ import { createRibbonWing10 } from "./RibbonWing10.js";
61
61
  import { createRibbonWing11 } from "./RibbonWing11.js";
62
62
  import { createRibbonWing12 } from "./RibbonWing12.js";
63
63
  import { createRibbonWing14 } from "./RibbonWing14.js";
64
+ import { createRibbonWing15 } from "./RibbonWing15.js";
65
+ import { createRibbonWing16 } from "./RibbonWing16.js";
66
+ import { createRibbonWing17 } from "./RibbonWing17.js";
64
67
  import { createRibbonWing104 } from "./RibbonWing104.js";
65
68
  import { createRibbonWing105 } from "./RibbonWing105.js";
66
69
  import { createRibbonWing106 } from "./RibbonWing106.js";
@@ -128,6 +131,9 @@ declare const Ribbons: {
128
131
  RibbonWing11: typeof createRibbonWing11;
129
132
  RibbonWing12: typeof createRibbonWing12;
130
133
  RibbonWing14: typeof createRibbonWing14;
134
+ RibbonWing15: typeof createRibbonWing15;
135
+ RibbonWing16: typeof createRibbonWing16;
136
+ RibbonWing17: typeof createRibbonWing17;
131
137
  RibbonWing104: typeof createRibbonWing104;
132
138
  RibbonWing105: typeof createRibbonWing105;
133
139
  RibbonWing106: typeof createRibbonWing106;
@@ -63,6 +63,9 @@ const RibbonWing10_js_1 = require("./RibbonWing10.js");
63
63
  const RibbonWing11_js_1 = require("./RibbonWing11.js");
64
64
  const RibbonWing12_js_1 = require("./RibbonWing12.js");
65
65
  const RibbonWing14_js_1 = require("./RibbonWing14.js");
66
+ const RibbonWing15_js_1 = require("./RibbonWing15.js");
67
+ const RibbonWing16_js_1 = require("./RibbonWing16.js");
68
+ const RibbonWing17_js_1 = require("./RibbonWing17.js");
66
69
  const RibbonWing104_js_1 = require("./RibbonWing104.js");
67
70
  const RibbonWing105_js_1 = require("./RibbonWing105.js");
68
71
  const RibbonWing106_js_1 = require("./RibbonWing106.js");
@@ -132,6 +135,9 @@ const Ribbons = {
132
135
  RibbonWing11: RibbonWing11_js_1.createRibbonWing11,
133
136
  RibbonWing12: RibbonWing12_js_1.createRibbonWing12,
134
137
  RibbonWing14: RibbonWing14_js_1.createRibbonWing14,
138
+ RibbonWing15: RibbonWing15_js_1.createRibbonWing15,
139
+ RibbonWing16: RibbonWing16_js_1.createRibbonWing16,
140
+ RibbonWing17: RibbonWing17_js_1.createRibbonWing17,
135
141
  RibbonWing104: RibbonWing104_js_1.createRibbonWing104,
136
142
  RibbonWing105: RibbonWing105_js_1.createRibbonWing105,
137
143
  RibbonWing106: RibbonWing106_js_1.createRibbonWing106,
@@ -751,6 +751,18 @@ exports.ribbonTemplates = [
751
751
  id: "RibbonWing104",
752
752
  Component: index_js_2.default.RibbonWing104,
753
753
  },
754
+ {
755
+ id: "RibbonWing15",
756
+ Component: index_js_2.default.RibbonWing15,
757
+ },
758
+ {
759
+ id: "RibbonWing16",
760
+ Component: index_js_2.default.RibbonWing16,
761
+ },
762
+ {
763
+ id: "RibbonWing17",
764
+ Component: index_js_2.default.RibbonWing17,
765
+ },
754
766
  {
755
767
  id: "RibbonWing105",
756
768
  Component: index_js_2.default.RibbonWing105,
@@ -136,8 +136,8 @@ async function generateAchievementHTML(achievementInfo, options = {}) {
136
136
  : element.textAlign === "left"
137
137
  ? "flex-start"
138
138
  : "flex-end"};
139
- word-break: break-word;
140
- white-space: pre-wrap;
139
+ word-break: ${type === "badge" ? "break-word" : "normal"};
140
+ white-space: ${type === "badge" ? "pre-wrap" : "normal"};
141
141
  opacity: ${element.opacity || 1};
142
142
  `;
143
143
  if (element.controlType === "svg") {
@@ -136,8 +136,8 @@ async function generateDesignHTML(data, options = {}) {
136
136
  : element.textAlign === "left"
137
137
  ? "flex-start"
138
138
  : "flex-end"};
139
- word-break: break-word;
140
- white-space: pre-wrap;
139
+ word-break: ${isBadge ? "break-word" : "normal"};
140
+ white-space: ${isBadge ? "pre-wrap" : "normal"};
141
141
  opacity: ${element.opacity || 1};
142
142
  `;
143
143
  if (element.controlType === "svg") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockspoon/cert-badge-renderer",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "description": "Render certificate and badge designs from Kolleges achievement data into HTML, PNG, or Base64.",
5
5
  "main": "./dist/esm/index.js",
6
6
  "exports": {
@@ -15,149 +15,202 @@ export function createNewCertificateType31({
15
15
  <svg
16
16
  width="100%"
17
17
  height="100%"
18
- viewBox="0 0 1152 814"
18
+ viewBox="0 0 1152 815"
19
19
  fill="none"
20
20
  xmlns="http://www.w3.org/2000/svg"
21
21
  >
22
- <g clipPath="url(#clip0_3052_36600)">
23
- <rect width="1152" height="814" fill="white" />
22
+ <g clipPath="url(#clip0_2086_1137)">
23
+ <rect
24
+ width="1152"
25
+ height="814"
26
+ transform="translate(0 0.499512)"
27
+ fill="white"
28
+ />
24
29
  <path
25
- fillRule="evenodd"
26
- clipRule="evenodd"
27
- d="M0 798.929V796.585L747.754 0.167459H749.957L0 798.929ZM0 778.834V776.323L728.871 0H731.074L0 778.834ZM0 758.74V756.395L709.831 0.167459H712.191L0 758.74ZM0 738.645V736.301L690.948 0H693.151L0 738.645ZM0 718.55V716.206L672.223 0.167459H674.426L0 718.55ZM0 698.456V696.111L653.183 0.167459H655.543L0 698.456ZM0 678.361V675.849L634.3 0H636.503L0 678.361ZM0 658.267V655.922L615.575 0.167459H617.778L0 658.267ZM0 638.172V635.828L596.692 0H598.895L0 638.172ZM0 618.077V615.733L577.652 0.167459H579.855L0 618.077ZM0 597.983V595.638L558.927 0H561.13L0 597.983ZM0 577.888V575.544L540.044 0.167459H542.247L0 577.888ZM0 557.793V555.449L521.004 0.167459H523.207L0 557.793ZM117.859 813.832H115.656L879.932 0H882.135L117.859 813.832ZM98.9766 813.832H96.7737L861.05 0H863.253L98.9766 813.832ZM80.094 813.832H77.891L842.324 0H844.527L80.094 813.832ZM61.2113 813.832H59.0083L823.284 0H825.487L61.2113 813.832ZM136.742 813.832H134.539L898.815 0H901.018L136.742 813.832ZM155.625 813.832H153.422L917.698 0H919.901L155.625 813.832ZM4.56331 813.832H2.36033L766.794 0H768.997L4.56331 813.832ZM174.507 813.832H172.304L936.58 0H938.783L174.507 813.832ZM0 537.699V535.187L502.279 0H504.482L0 537.699ZM42.3286 814H39.9683L804.402 0.167459H806.605L42.3286 814ZM0 517.604V515.26L483.396 0.167459H485.599L0 517.604ZM23.446 813.832H21.0856L785.519 0H787.722L23.446 813.832ZM0 497.51V495.165L464.514 0H466.717L0 497.51ZM0 477.415V475.071L445.631 0.167459H447.834L0 477.415ZM0 457.32V454.976L426.591 0.167459H428.794L0 457.32ZM0 437.226V434.714L407.866 0H410.069L0 437.226ZM0 417.131V414.787L388.983 0.167459H391.186L0 417.131ZM0 397.036V394.692L369.943 0H372.146L0 397.036ZM0 376.942V374.597L351.218 0.167459H353.421L0 376.942ZM0 356.847V354.503L332.335 0H334.538L0 356.847ZM0 336.752V334.408L313.295 0.167459H315.655L0 336.752ZM0 316.658V314.313L294.412 0.167459H296.615L0 316.658ZM0 296.563V294.051L275.687 0H277.89L0 296.563ZM0 276.469V274.124L256.804 0.167459H259.007L0 276.469ZM0 256.374V254.03L237.764 0H239.967L0 256.374ZM0 236.279V233.935L219.039 0.167459H221.242L0 236.279ZM0 216.185V213.84L200.156 0.167459H202.359L0 216.185ZM0 196.09V193.578L181.116 0H183.319L0 196.09ZM0 175.995V173.651L162.391 0.167459H164.594L0 175.995ZM0 155.901V153.556L143.508 0H145.711L0 155.901ZM0 135.806V133.462L124.468 0.167459H126.829L0 135.806ZM0 115.712V113.367L105.586 0H107.789L0 115.712ZM0 95.617V93.2726L86.8603 0.167459H89.0632L0 95.617ZM0 75.5223V73.1779L67.8202 0.167459H70.1806L0 75.5223ZM0 55.4277V52.9159L48.9376 0H51.1406L0 55.4277ZM0 35.3331V32.9887L30.2123 0.167459H32.4152L0 35.3331ZM11.3296 0H13.5326L0 15.2384V12.8941L11.3296 0ZM401.099 813.832H398.896L1151.84 11.2195V13.5639L401.099 813.832ZM419.982 813.832H417.779L1152 31.4816V33.826L419.982 813.832ZM438.865 813.832H436.662L1152 51.4088V53.7531L438.865 813.832ZM457.747 813.832H455.387L1151.84 71.6708V74.0152L457.747 813.832ZM476.63 813.832H474.427L1152 91.598V93.9424L476.63 813.832ZM495.513 813.832H493.31L1151.84 111.86V114.204L495.513 813.832ZM514.395 813.832H512.192L1152 131.787V134.132L514.395 813.832ZM533.278 813.832H531.075L1151.84 152.049V154.394L533.278 813.832ZM552.161 813.832H549.958L1152 171.977V174.321L552.161 813.832ZM571.043 813.832H568.84L1151.84 192.239V194.583L571.043 813.832ZM589.926 813.832H587.723L1152 212.166V214.51L589.926 813.832ZM608.809 813.832H606.606L1152 232.428V234.772L608.809 813.832ZM627.691 813.832H625.331L1151.84 252.355V254.699L627.691 813.832ZM646.574 813.832H644.371L1152 272.617V274.962L646.574 813.832ZM665.457 813.832H663.096L1151.84 292.544V294.889L665.457 813.832ZM684.339 813.832H682.136L1152 312.806V315.151L684.339 813.832ZM703.222 813.832H701.019L1151.84 332.734V335.078L703.222 813.832ZM722.105 813.832H719.902L1152 352.996V355.34L722.105 813.832ZM740.987 813.832H738.784L1151.84 372.923V375.267L740.987 813.832ZM759.87 813.832H757.667L1152 393.185V395.529L759.87 813.832ZM778.753 813.832H776.55L1151.84 413.112V415.624L778.753 813.832ZM797.635 813.832H795.432L1152 433.207V435.551L797.635 813.832ZM816.518 813.832H814.315L1152 453.301V455.813L816.518 813.832ZM835.401 813.832H833.04L1151.84 473.396V475.74L835.401 813.832ZM854.283 813.832H852.08L1152 493.491V496.002L854.283 813.832ZM873.166 813.832H870.963L1151.84 513.585V515.93L873.166 813.832ZM287.803 813.832H285.6L1049.88 0H1052.08L287.803 813.832ZM363.334 813.832H361.131L1125.56 0H1127.77L363.334 813.832ZM344.451 813.832H342.248L1106.52 0H1108.73L344.451 813.832ZM325.569 813.832H323.366L1087.64 0H1089.84L325.569 813.832ZM892.049 813.832H889.846L1152 533.68V536.192L892.049 813.832ZM382.217 813.832H380.014L1144.29 0H1146.49L382.217 813.832ZM306.686 813.832H304.483L1068.76 0H1070.96L306.686 813.832ZM910.931 813.832H908.728L1152 553.775V556.119L910.931 813.832ZM231.155 813.832H228.952L993.228 0H995.431L231.155 813.832ZM212.273 813.832H210.07L974.346 0H976.549L212.273 813.832ZM929.814 813.832H927.611L1152 574.037V576.381L929.814 813.832ZM250.038 813.832H247.835L1012.11 0H1014.31L250.038 813.832ZM193.39 813.832H191.187L955.463 0H957.666L193.39 813.832ZM268.921 813.832H266.718L1030.99 0H1033.35L268.921 813.832ZM948.697 813.832H946.336L1151.84 593.964V596.308L948.697 813.832ZM967.579 813.832H965.376L1152 614.226V616.57L967.579 813.832ZM986.462 813.832H984.259L1151.84 634.153V636.497L986.462 813.832ZM1005.34 813.832H1003.14L1152 654.415V656.759L1005.34 813.832ZM1024.23 813.832H1022.02L1151.84 674.342V676.687L1024.23 813.832ZM1043.11 813.832H1040.91L1152 694.604V696.949L1043.11 813.832ZM1061.99 813.832H1059.79L1151.84 714.532V716.876L1061.99 813.832ZM1080.88 813.832H1078.67L1152 734.794V737.138L1080.88 813.832ZM1099.76 813.832H1097.56L1152 754.721V757.065L1099.76 813.832ZM1118.64 813.832H1116.28L1151.84 774.983V777.327L1118.64 813.832ZM1137.52 813.832H1135.32L1152 794.91V797.254L1137.52 813.832Z"
30
+ fill-rule="evenodd"
31
+ clip-rule="evenodd"
32
+ d="M0 799.429V797.084L747.754 0.666971H749.957L0 799.429ZM0 779.334V776.822L728.871 0.499512H731.074L0 779.334ZM0 759.239V756.895L709.831 0.666971H712.191L0 759.239ZM0 739.145V736.8L690.948 0.499512H693.151L0 739.145ZM0 719.05V716.706L672.223 0.666971H674.426L0 719.05ZM0 698.955V696.611L653.183 0.666971H655.543L0 698.955ZM0 678.861V676.349L634.3 0.499512H636.503L0 678.861ZM0 658.766V656.422L615.575 0.666971H617.778L0 658.766ZM0 638.671V636.327L596.692 0.499512H598.895L0 638.671ZM0 618.577V616.232L577.652 0.666971H579.855L0 618.577ZM0 598.482V596.138L558.927 0.499512H561.13L0 598.482ZM0 578.388V576.043L540.044 0.666971H542.247L0 578.388ZM0 558.293V555.949L521.004 0.666971H523.207L0 558.293ZM117.859 814.332H115.656L879.932 0.499512H882.135L117.859 814.332ZM98.9766 814.332H96.7737L861.05 0.499512H863.253L98.9766 814.332ZM80.094 814.332H77.891L842.324 0.499512H844.527L80.094 814.332ZM61.2113 814.332H59.0083L823.284 0.499512H825.487L61.2113 814.332ZM136.742 814.332H134.539L898.815 0.499512H901.018L136.742 814.332ZM155.625 814.332H153.422L917.698 0.499512H919.901L155.625 814.332ZM4.56331 814.332H2.36033L766.794 0.499512H768.997L4.56331 814.332ZM174.507 814.332H172.304L936.58 0.499512H938.783L174.507 814.332ZM0 538.198V535.686L502.279 0.499512H504.482L0 538.198ZM42.3286 814.5H39.9683L804.402 0.666971H806.605L42.3286 814.5ZM0 518.104V515.759L483.396 0.666971H485.599L0 518.104ZM23.446 814.332H21.0856L785.519 0.499512H787.722L23.446 814.332ZM0 498.009V495.665L464.514 0.499512H466.717L0 498.009ZM0 477.914V475.57L445.631 0.666971H447.834L0 477.914ZM0 457.82V455.475L426.591 0.666971H428.794L0 457.82ZM0 437.725V435.213L407.866 0.499512H410.069L0 437.725ZM0 417.631V415.286L388.983 0.666971H391.186L0 417.631ZM0 397.536V395.192L369.943 0.499512H372.146L0 397.536ZM0 377.441V375.097L351.218 0.666971H353.421L0 377.441ZM0 357.347V355.002L332.335 0.499512H334.538L0 357.347ZM0 337.252V334.908L313.295 0.666971H315.655L0 337.252ZM0 317.157V314.813L294.412 0.666971H296.615L0 317.157ZM0 297.063V294.551L275.687 0.499512H277.89L0 297.063ZM0 276.968V274.624L256.804 0.666971H259.007L0 276.968ZM0 256.873V254.529L237.764 0.499512H239.967L0 256.873ZM0 236.779V234.434L219.039 0.666971H221.242L0 236.779ZM0 216.684V214.34L200.156 0.666971H202.359L0 216.684ZM0 196.59V194.078L181.116 0.499512H183.319L0 196.59ZM0 176.495V174.151L162.391 0.666971H164.594L0 176.495ZM0 156.4V154.056L143.508 0.499512H145.711L0 156.4ZM0 136.306V133.961L124.468 0.666971H126.829L0 136.306ZM0 116.211V113.867L105.586 0.499512H107.789L0 116.211ZM0 96.1165V93.7721L86.8603 0.666971H89.0632L0 96.1165ZM0 76.0218V73.6775L67.8202 0.666971H70.1806L0 76.0218ZM0 55.9272V53.4154L48.9376 0.499512H51.1406L0 55.9272ZM0 35.8326V33.4882L30.2123 0.666971H32.4152L0 35.8326ZM11.3296 0.499512H13.5326L0 15.7379V13.3936L11.3296 0.499512ZM401.099 814.332H398.896L1151.84 11.719V14.0634L401.099 814.332ZM419.982 814.332H417.779L1152 31.9811V34.3255L419.982 814.332ZM438.865 814.332H436.662L1152 51.9083V54.2526L438.865 814.332ZM457.747 814.332H455.387L1151.84 72.1704V74.5147L457.747 814.332ZM476.63 814.332H474.427L1152 92.0975V94.4419L476.63 814.332ZM495.513 814.332H493.31L1151.84 112.36V114.704L495.513 814.332ZM514.395 814.332H512.192L1152 132.287V134.631L514.395 814.332ZM533.278 814.332H531.075L1151.84 152.549V154.893L533.278 814.332ZM552.161 814.332H549.958L1152 172.476V174.82L552.161 814.332ZM571.043 814.332H568.84L1151.84 192.738V195.083L571.043 814.332ZM589.926 814.332H587.723L1152 212.665V215.01L589.926 814.332ZM608.809 814.332H606.606L1152 232.927V235.272L608.809 814.332ZM627.691 814.332H625.331L1151.84 252.855V255.199L627.691 814.332ZM646.574 814.332H644.371L1152 273.117V275.461L646.574 814.332ZM665.457 814.332H663.096L1151.84 293.044V295.388L665.457 814.332ZM684.339 814.332H682.136L1152 313.306V315.65L684.339 814.332ZM703.222 814.332H701.019L1151.84 333.233V335.577L703.222 814.332ZM722.105 814.332H719.902L1152 353.495V355.84L722.105 814.332ZM740.987 814.332H738.784L1151.84 373.422V375.767L740.987 814.332ZM759.87 814.332H757.667L1152 393.684V396.029L759.87 814.332ZM778.753 814.332H776.55L1151.84 413.612V416.123L778.753 814.332ZM797.635 814.332H795.432L1152 433.706V436.051L797.635 814.332ZM816.518 814.332H814.315L1152 453.801V456.313L816.518 814.332ZM835.401 814.332H833.04L1151.84 473.896V476.24L835.401 814.332ZM854.283 814.332H852.08L1152 493.99V496.502L854.283 814.332ZM873.166 814.332H870.963L1151.84 514.085V516.429L873.166 814.332ZM287.803 814.332H285.6L1049.88 0.499512H1052.08L287.803 814.332ZM363.334 814.332H361.131L1125.56 0.499512H1127.77L363.334 814.332ZM344.451 814.332H342.248L1106.52 0.499512H1108.73L344.451 814.332ZM325.569 814.332H323.366L1087.64 0.499512H1089.84L325.569 814.332ZM892.049 814.332H889.846L1152 534.179V536.691L892.049 814.332ZM382.217 814.332H380.014L1144.29 0.499512H1146.49L382.217 814.332ZM306.686 814.332H304.483L1068.76 0.499512H1070.96L306.686 814.332ZM910.931 814.332H908.728L1152 554.274V556.618L910.931 814.332ZM231.155 814.332H228.952L993.228 0.499512H995.431L231.155 814.332ZM212.273 814.332H210.07L974.346 0.499512H976.549L212.273 814.332ZM929.814 814.332H927.611L1152 574.536V576.88L929.814 814.332ZM250.038 814.332H247.835L1012.11 0.499512H1014.31L250.038 814.332ZM193.39 814.332H191.187L955.463 0.499512H957.666L193.39 814.332ZM268.921 814.332H266.718L1030.99 0.499512H1033.35L268.921 814.332ZM948.697 814.332H946.336L1151.84 594.463V596.808L948.697 814.332ZM967.579 814.332H965.376L1152 614.725V617.07L967.579 814.332ZM986.462 814.332H984.259L1151.84 634.653V636.997L986.462 814.332ZM1005.34 814.332H1003.14L1152 654.915V657.259L1005.34 814.332ZM1024.23 814.332H1022.02L1151.84 674.842V677.186L1024.23 814.332ZM1043.11 814.332H1040.91L1152 695.104V697.448L1043.11 814.332ZM1061.99 814.332H1059.79L1151.84 715.031V717.375L1061.99 814.332ZM1080.88 814.332H1078.67L1152 735.293V737.638L1080.88 814.332ZM1099.76 814.332H1097.56L1152 755.22V757.565L1099.76 814.332ZM1118.64 814.332H1116.28L1151.84 775.482V777.827L1118.64 814.332ZM1137.52 814.332H1135.32L1152 795.41V797.754L1137.52 814.332Z"
28
33
  fill="#FCFCFC"
29
34
  />
30
35
  <rect
31
36
  x="40"
32
- y="41"
37
+ y="41.4995"
33
38
  width="1071"
34
39
  height="732"
35
- stroke="${subColor}"
36
- strokeWidth="2"
40
+ stroke="black"
41
+ stroke-width="2"
37
42
  />
43
+
44
+ <rect x="703" y="620.5" width="80" height="80" />
45
+
46
+ <rect x="812" y="620.5" width="80" height="80" />
47
+
48
+ <rect x="921" y="620.5" width="80" height="80" />
49
+
38
50
  <rect
39
51
  x="1090"
40
- y="42"
52
+ y="42.4995"
41
53
  width="20"
42
54
  height="200"
43
55
  fill="${mainColor}"
44
56
  />
45
57
  <rect
46
58
  x="225"
47
- y="42"
59
+ y="42.4995"
48
60
  width="16"
49
61
  height="109"
50
- transform="rotate(90 225 42)"
51
- fill="${subColor}"
62
+ transform="rotate(90 225 42.4995)"
63
+ fill="#31384B"
52
64
  />
53
65
  <rect
54
66
  x="967"
55
- y="42"
67
+ y="42.4995"
56
68
  width="16"
57
69
  height="109"
58
- transform="rotate(90 967 42)"
70
+ transform="rotate(90 967 42.4995)"
59
71
  fill="${mainColor}"
60
72
  />
61
73
  <rect
62
74
  x="61"
63
- y="451"
75
+ y="451.5"
64
76
  width="13"
65
77
  height="124"
66
78
  fill="${mainColor}"
67
79
  />
68
80
  <rect
69
81
  x="411"
70
- y="764"
82
+ y="764.5"
71
83
  width="8.00001"
72
84
  height="124"
73
- transform="rotate(90 411 764)"
85
+ transform="rotate(90 411 764.5)"
74
86
  fill="${mainColor}"
75
87
  />
76
88
  <rect
77
89
  x="959"
78
- y="764"
90
+ y="764.5"
79
91
  width="8.00001"
80
92
  height="192"
81
- transform="rotate(90 959 764)"
82
- fill="${subColor}"
93
+ transform="rotate(90 959 764.5)"
94
+ fill="#31384B"
83
95
  />
84
96
  <rect
85
97
  x="1078"
86
- y="745"
98
+ y="745.5"
87
99
  width="8.00001"
88
100
  height="131"
89
- transform="rotate(90 1078 745)"
90
- fill="${subColor}"
101
+ transform="rotate(90 1078 745.5)"
102
+ fill="#31384B"
91
103
  />
92
104
  <rect
93
105
  x="1110"
94
- y="753"
106
+ y="753.5"
95
107
  width="19"
96
108
  height="94"
97
- transform="rotate(90 1110 753)"
109
+ transform="rotate(90 1110 753.5)"
98
110
  fill="${mainColor}"
99
111
  />
100
- <rect
101
- x="56"
102
- y="74"
103
- width="32"
104
- height="88"
105
- fill="${extraColor1}"
106
- />
107
- <rect
108
- x="1078"
109
- y="665"
110
- width="32"
111
- height="88"
112
- fill="${extraColor1}"
113
- />
114
- <rect
115
- x="41"
116
- y="541"
117
- width="20"
118
- height="231"
119
- fill="${subColor}"
120
- />
121
- <rect
122
- x="41"
123
- y="42"
124
- width="15"
125
- height="82"
126
- fill="${subColor}"
127
- />
128
- <rect
129
- x="1078"
130
- y="100"
131
- width="12"
132
- height="159"
133
- fill="${extraColor1}"
134
- />
135
- <rect
136
- x="1090"
137
- y="242"
138
- width="12"
139
- height="159"
140
- fill="${subColor}"
112
+ <rect x="56" y="74.4995" width="32" height="88" fill="#D0D0D2" />
113
+ <rect x="1078" y="665.5" width="32" height="88" fill="#D0D0D2" />
114
+ <rect x="41" y="541.5" width="20" height="231" fill="#31384B" />
115
+ <rect x="41" y="42.4995" width="15" height="82" fill="#31384B" />
116
+ <rect x="1078" y="100.5" width="12" height="159" fill="#D0D0D2" />
117
+ <rect x="1090" y="242.5" width="12" height="159" fill="#31384B" />
118
+ <rect x="943" y="58.4995" width="12" height="54" fill="#31384B" />
119
+ <rect x="955" y="85.4995" width="12" height="78" fill="#D0D0D2" />
120
+ <rect
121
+ x="156"
122
+ y="66.4995"
123
+ width="60"
124
+ height="60"
125
+ transform="rotate(90 156 66.4995)"
126
+ fill="url(#pattern0_2086_1137)"
141
127
  />
128
+
142
129
  <rect
143
- x="943"
144
- y="58"
145
- width="12"
146
- height="54"
147
- fill="${subColor}"
148
- />
130
+ x="525.6"
131
+ y="609.1"
132
+ width="100.8"
133
+ height="100.8"
134
+ rx="4.8"
135
+ fill="white"
136
+ />
137
+ <mask
138
+ id="mask0_2086_1137"
139
+ maskUnits="userSpaceOnUse"
140
+ x="525"
141
+ y="609"
142
+ width="102"
143
+ height="101"
144
+ >
145
+ <rect
146
+ x="525.6"
147
+ y="609.1"
148
+ width="100.8"
149
+ height="100.8"
150
+ rx="4.8"
151
+ fill="white"
152
+ />
153
+ </mask>
154
+ <g mask="url(#mask0_2086_1137)">
155
+ <path
156
+ fill-rule="evenodd"
157
+ clip-rule="evenodd"
158
+ d="M496.199 736.345V735.885L599.794 579.733H600.099L496.199 736.345ZM496.199 732.405V731.913L597.178 579.7H597.483L496.199 732.405ZM496.199 728.465V728.005L594.54 579.733H594.867L496.199 728.465ZM496.199 724.525V724.066L591.924 579.7H592.23L496.199 724.525ZM496.199 720.585V720.126L589.33 579.733H589.635L496.199 720.585ZM496.199 716.645V716.186L586.692 579.733H587.019L496.199 716.645ZM496.199 712.705V712.213L584.076 579.7H584.381L496.199 712.705ZM496.199 708.766V708.306L581.482 579.733H581.787L496.199 708.766ZM496.199 704.826V704.366L578.866 579.7H579.171L496.199 704.826ZM496.199 700.886V700.426L576.228 579.733H576.533L496.199 700.886ZM496.199 696.946V696.486L573.634 579.7H573.939L496.199 696.946ZM496.199 693.006V692.546L571.018 579.733H571.323L496.199 693.006ZM496.199 689.066V688.606L568.38 579.733H568.685L496.199 689.066ZM512.528 739.267H512.222L618.106 579.7H618.412L512.528 739.267ZM509.912 739.267H509.606L615.49 579.7H615.796L509.912 739.267ZM507.296 739.267H506.99L612.896 579.7H613.201L507.296 739.267ZM504.68 739.267H504.374L610.258 579.7H610.564L504.68 739.267ZM515.144 739.267H514.838L620.723 579.7H621.028L515.144 739.267ZM517.76 739.267H517.455L623.339 579.7H623.644L517.76 739.267ZM496.831 739.267H496.526L602.432 579.7H602.737L496.831 739.267ZM520.376 739.267H520.071L625.955 579.7H626.26L520.376 739.267ZM496.199 685.126V684.633L565.786 579.7H566.091L496.199 685.126ZM502.064 739.3H501.736L607.642 579.733H607.948L502.064 739.3ZM496.199 681.186V680.726L563.17 579.733H563.475L496.199 681.186ZM499.447 739.267H499.12L605.026 579.7H605.332L499.447 739.267ZM496.199 677.246V676.786L560.554 579.7H560.859L496.199 677.246ZM496.199 673.306V672.846L557.938 579.733H558.243L496.199 673.306ZM496.199 669.366V668.907L555.3 579.733H555.605L496.199 669.366ZM496.199 665.426V664.934L552.706 579.7H553.011L496.199 665.426ZM496.199 661.486V661.027L550.09 579.733H550.395L496.199 661.486ZM496.199 657.546V657.087L547.452 579.7H547.757L496.199 657.546ZM496.199 653.606V653.147L544.857 579.733H545.163L496.199 653.606ZM496.199 649.667V649.207L542.241 579.7H542.547L496.199 649.667ZM496.199 645.727V645.267L539.604 579.733H539.931L496.199 645.727ZM496.199 641.787V641.327L536.988 579.733H537.293L496.199 641.787ZM496.199 637.847V637.354L534.393 579.7H534.699L496.199 637.847ZM496.199 633.907V633.447L531.777 579.733H532.083L496.199 633.907ZM496.199 629.967V629.507L529.139 579.7H529.445L496.199 629.967ZM496.199 626.027V625.567L526.545 579.733H526.85L496.199 626.027ZM496.199 622.087V621.627L523.929 579.733H524.234L496.199 622.087ZM496.199 618.147V617.655L521.291 579.7H521.597L496.199 618.147ZM496.199 614.207V613.748L518.697 579.733H519.002L496.199 614.207ZM496.199 610.267V609.808L516.081 579.7H516.386L496.199 610.267ZM496.199 606.327V605.868L513.443 579.733H513.77L496.199 606.327ZM496.199 602.387V601.928L510.827 579.7H511.132L496.199 602.387ZM496.199 598.447V597.988L508.233 579.733H508.538L496.199 598.447ZM496.199 594.508V594.048L505.595 579.733H505.922L496.199 594.508ZM496.199 590.568V590.075L502.979 579.7H503.284L496.199 590.568ZM496.199 586.628V586.168L500.385 579.733H500.69L496.199 586.628ZM497.769 579.7H498.074L496.199 582.688V582.228L497.769 579.7ZM551.768 739.267H551.463L655.777 581.9V582.359L551.768 739.267ZM554.384 739.267H554.079L655.799 585.873V586.332L554.384 739.267ZM557 739.267H556.695L655.799 589.78V590.239L557 739.267ZM559.616 739.267H559.289L655.777 593.752V594.212L559.616 739.267ZM562.232 739.267H561.927L655.799 597.659V598.119L562.232 739.267ZM564.848 739.267H564.543L655.777 601.632V602.092L564.848 739.267ZM567.464 739.267H567.159L655.799 605.539V605.999L567.464 739.267ZM570.08 739.267H569.775L655.777 609.512V609.972L570.08 739.267ZM572.696 739.267H572.391L655.799 613.419V613.879L572.696 739.267ZM575.313 739.267H575.007L655.777 617.392V617.852L575.313 739.267ZM577.929 739.267H577.623L655.799 621.299V621.759L577.929 739.267ZM580.545 739.267H580.239L655.799 625.272V625.731L580.545 739.267ZM583.161 739.267H582.834L655.777 629.179V629.639L583.161 739.267ZM585.777 739.267H585.471L655.799 633.152V633.611L585.777 739.267ZM588.393 739.267H588.066L655.777 637.059V637.518L588.393 739.267ZM591.009 739.267H590.704L655.799 641.032V641.491L591.009 739.267ZM593.625 739.267H593.32L655.777 644.939V645.398L593.625 739.267ZM596.241 739.267H595.936L655.799 648.911V649.371L596.241 739.267ZM598.857 739.267H598.552L655.777 652.818V653.278L598.857 739.267ZM601.473 739.267H601.168L655.799 656.791V657.251L601.473 739.267ZM604.089 739.267H603.784L655.777 660.698V661.191L604.089 739.267ZM606.705 739.267H606.4L655.799 664.638V665.098L606.705 739.267ZM609.321 739.267H609.016L655.799 668.578V669.071L609.321 739.267ZM611.937 739.267H611.61L655.777 672.518V672.978L611.937 739.267ZM614.553 739.267H614.248L655.799 676.458V676.951L614.553 739.267ZM617.169 739.267H616.864L655.777 680.398V680.858L617.169 739.267ZM536.072 739.267H535.767L641.651 579.7H641.956L536.072 739.267ZM546.536 739.267H546.231L652.137 579.7H652.442L546.536 739.267ZM543.92 739.267H543.615L649.499 579.7H649.804L543.92 739.267ZM541.304 739.267H540.999L646.883 579.7H647.188L541.304 739.267ZM619.785 739.267H619.48L655.799 684.338V684.83L619.785 739.267ZM549.152 739.267H548.847L654.731 579.7H655.036L549.152 739.267ZM538.688 739.267H538.383L644.267 579.7H644.572L538.688 739.267ZM622.401 739.267H622.096L655.799 688.278V688.738L622.401 739.267ZM528.224 739.267H527.919L633.803 579.7H634.108L528.224 739.267ZM525.608 739.267H525.303L631.187 579.7H631.492L525.608 739.267ZM625.017 739.267H624.712L655.799 692.251V692.71L625.017 739.267ZM530.84 739.267H530.535L636.419 579.7H636.724L530.84 739.267ZM522.992 739.267H522.687L628.571 579.7H628.876L522.992 739.267ZM533.456 739.267H533.151L639.035 579.7H639.362L533.456 739.267ZM627.633 739.267H627.306L655.777 696.158V696.617L627.633 739.267ZM630.249 739.267H629.944L655.799 700.13V700.59L630.249 739.267ZM632.865 739.267H632.56L655.777 704.038V704.497L632.865 739.267ZM635.481 739.267H635.176L655.799 708.01V708.47L635.481 739.267ZM638.097 739.267H637.792L655.777 711.917V712.377L638.097 739.267ZM640.713 739.267H640.408L655.799 715.89V716.35L640.713 739.267ZM643.329 739.267H643.024L655.777 719.797V720.257L643.329 739.267ZM645.945 739.267H645.64L655.799 723.77V724.23L645.945 739.267ZM648.562 739.267H648.256L655.799 727.677V728.137L648.562 739.267ZM651.178 739.267H650.851L655.777 731.65V732.11L651.178 739.267ZM653.794 739.267H653.488L655.799 735.557V736.017L653.794 739.267Z"
159
+ fill="#FCFCFC"
160
+ />
161
+ </g>
162
+ <mask
163
+ id="mask1_2086_1137"
164
+ maskUnits="userSpaceOnUse"
165
+ x="527"
166
+ y="610"
167
+ width="98"
168
+ height="99"
169
+ >
170
+ <rect
171
+ x="527.199"
172
+ y="610.699"
173
+ width="97.6"
174
+ height="97.6"
175
+ rx="4"
176
+ fill="white"
177
+ />
178
+ </mask>
179
+ <g mask="url(#mask1_2086_1137)"></g>
180
+
149
181
  <rect
150
- x="955"
151
- y="85"
152
- width="12"
153
- height="78"
154
- fill="${extraColor1}"
182
+ x="568"
183
+ y="679.899"
184
+ width="16"
185
+ height="16"
186
+ fill="url(#pattern1_2086_1137)"
155
187
  />
156
188
  </g>
157
189
  <defs>
158
- <clipPath id="clip0_3052_36600">
159
- <rect width="1152" height="814" fill="white" />
190
+ <pattern
191
+ id="pattern0_2086_1137"
192
+ patternContentUnits="objectBoundingBox"
193
+ width="1"
194
+ height="1"
195
+ ></pattern>
196
+ <pattern
197
+ id="pattern1_2086_1137"
198
+ patternContentUnits="objectBoundingBox"
199
+ width="1"
200
+ height="1"
201
+ >
202
+ <use transform="translate(-0.131198 -0.126971) scale(0.00353698)" />
203
+ </pattern>
204
+ <clipPath id="clip0_2086_1137">
205
+ <rect
206
+ width="1152"
207
+ height="814"
208
+ fill="white"
209
+ transform="translate(0 0.499512)"
210
+ />
160
211
  </clipPath>
212
+ <image id="image0_2086_1137" width="357" height="357" />
213
+ <image id="image1_2086_1137" width="360" height="360" />
161
214
  </defs>
162
215
  </svg>
163
216
  `;
@@ -1,6 +1,6 @@
1
- import { ISvgProps } from "../../interface/index.js";
1
+ import { ISvgProps } from "../../interface/index.js";
2
2
 
3
- export function createRibbonWing14({
3
+ export function createRibbonWing15({
4
4
  mainColor = "#96A6B4",
5
5
  subColor = "#96A6B4",
6
6
  }: ISvgProps): string {
@@ -67,4 +67,4 @@ export function createRibbonWing14({
67
67
  </g>
68
68
  </svg>
69
69
  `;
70
- }
70
+ }
@@ -1,6 +1,6 @@
1
- import { ISvgProps } from "../../interface/index.js";
1
+ import { ISvgProps } from "../../interface/index.js";
2
2
 
3
- export function createRibbonWing14({
3
+ export function createRibbonWing16({
4
4
  mainColor = "#96A6B4",
5
5
  subColor = "#96A6B4",
6
6
  }: ISvgProps): string {
@@ -67,4 +67,4 @@ export function createRibbonWing14({
67
67
  </g>
68
68
  </svg>
69
69
  `;
70
- }
70
+ }
@@ -1,6 +1,6 @@
1
- import { ISvgProps } from "../../interface/index.js";
1
+ import { ISvgProps } from "../../interface/index.js";
2
2
 
3
- export function createRibbonWing14({
3
+ export function createRibbonWing17({
4
4
  mainColor = "#96A6B4",
5
5
  subColor = "#96A6B4",
6
6
  }: ISvgProps): string {
@@ -65,4 +65,4 @@ export function createRibbonWing14({
65
65
  />
66
66
  </svg>
67
67
  `;
68
- }
68
+ }
@@ -62,6 +62,9 @@ import { createRibbonWing10 } from "./RibbonWing10.js";
62
62
  import { createRibbonWing11 } from "./RibbonWing11.js";
63
63
  import { createRibbonWing12 } from "./RibbonWing12.js";
64
64
  import { createRibbonWing14 } from "./RibbonWing14.js";
65
+ import { createRibbonWing15 } from "./RibbonWing15.js";
66
+ import { createRibbonWing16 } from "./RibbonWing16.js";
67
+ import { createRibbonWing17 } from "./RibbonWing17.js";
65
68
  import { createRibbonWing104 } from "./RibbonWing104.js";
66
69
  import { createRibbonWing105 } from "./RibbonWing105.js";
67
70
  import { createRibbonWing106 } from "./RibbonWing106.js";
@@ -133,6 +136,9 @@ const Ribbons = {
133
136
  RibbonWing11: createRibbonWing11,
134
137
  RibbonWing12: createRibbonWing12,
135
138
  RibbonWing14: createRibbonWing14,
139
+ RibbonWing15: createRibbonWing15,
140
+ RibbonWing16: createRibbonWing16,
141
+ RibbonWing17: createRibbonWing17,
136
142
  RibbonWing104: createRibbonWing104,
137
143
  RibbonWing105: createRibbonWing105,
138
144
  RibbonWing106: createRibbonWing106,
@@ -754,6 +754,18 @@ export const ribbonTemplates: templateType[] = [
754
754
  id: "RibbonWing104",
755
755
  Component: Ribbons.RibbonWing104,
756
756
  },
757
+ {
758
+ id: "RibbonWing15",
759
+ Component: Ribbons.RibbonWing15,
760
+ },
761
+ {
762
+ id: "RibbonWing16",
763
+ Component: Ribbons.RibbonWing16,
764
+ },
765
+ {
766
+ id: "RibbonWing17",
767
+ Component: Ribbons.RibbonWing17,
768
+ },
757
769
  {
758
770
  id: "RibbonWing105",
759
771
  Component: Ribbons.RibbonWing105,