@corto-ai/gds-angular 2.1.5-test.1 → 2.1.5-test.3

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 (84) hide show
  1. package/README.md +5 -5
  2. package/assets/css/acctivity.css +53 -166
  3. package/assets/css/acctivity.css.map +1 -1
  4. package/assets/css/all.css +95 -212
  5. package/assets/css/all.css.map +1 -1
  6. package/assets/css/corto.css +53 -166
  7. package/assets/css/corto.css.map +1 -1
  8. package/assets/css/lawy.css +53 -166
  9. package/assets/css/lawy.css.map +1 -1
  10. package/assets/css/leap.css +53 -166
  11. package/assets/css/leap.css.map +1 -1
  12. package/assets/scss/_fonts.scss +0 -1
  13. package/assets/scss/_mixins.scss +4 -2
  14. package/assets/scss/cdk-overlay-prebuilt.scss +7 -0
  15. package/assets/scss/css-custom-properties/acctivity/_custom-properties.scss +4 -4
  16. package/assets/scss/css-custom-properties/corto/_custom-properties.scss +4 -4
  17. package/assets/scss/css-custom-properties/lawy/_custom-properties.scss +4 -4
  18. package/assets/scss/css-custom-properties/leap/_custom-properties.scss +4 -4
  19. package/assets/scss/css-custom-properties/mixins/_gds.scss +5 -4
  20. package/assets/scss/mixins/_animated-border.scss +19 -7
  21. package/assets/scss/mixins/buttons/_base.scss +1 -1
  22. package/assets/scss/styles.scss +0 -1
  23. package/assets/scss/utilities/_background.scss +1 -1
  24. package/assets/scss/utilities/_focus-ring.scss +7 -0
  25. package/assets/scss/utilities/_position.scss +1 -1
  26. package/assets/svg/acctivity/acctivity-icon-default.svg +12 -8
  27. package/assets/svg/brand/brand-icon.svg +0 -0
  28. package/assets/svg/corto/corto-admin-dev-console-icon-light.svg +11 -0
  29. package/assets/svg/doc/doc-badge-sync-success.svg +4 -0
  30. package/assets/svg/doc/doc-badge-sync-warn.svg +4 -0
  31. package/assets/svg/doc/doc-badge-syncing.svg +4 -0
  32. package/assets/svg/doc/doc-csv.svg +70 -0
  33. package/assets/svg/doc/doc-email.svg +22 -3
  34. package/assets/svg/doc/doc-excel.svg +69 -13
  35. package/assets/svg/doc/doc-folder-zip.svg +69 -14
  36. package/assets/svg/doc/doc-folder.svg +23 -4
  37. package/assets/svg/doc/doc-html.svg +70 -0
  38. package/assets/svg/doc/doc-infotrack.svg +71 -8
  39. package/assets/svg/doc/doc-jpg.svg +70 -0
  40. package/assets/svg/doc/doc-md.svg +70 -0
  41. package/assets/svg/doc/doc-mp4.svg +70 -0
  42. package/assets/svg/doc/doc-pdf.svg +69 -6
  43. package/assets/svg/doc/doc-png.svg +70 -0
  44. package/assets/svg/doc/doc-powerpoint.svg +78 -9
  45. package/assets/svg/doc/doc-rtf.svg +70 -0
  46. package/assets/svg/doc/doc-svg.svg +70 -0
  47. package/assets/svg/doc/doc-tiff.svg +70 -0
  48. package/assets/svg/doc/doc-txt.svg +70 -0
  49. package/assets/svg/doc/doc-unknown-type.svg +69 -3
  50. package/assets/svg/doc/doc-word.svg +69 -9
  51. package/assets/svg/doc/doc-xml.svg +70 -0
  52. package/assets/svg/doc/doc-zip.svg +36 -0
  53. package/assets/svg/filled/filled-apps-list.svg +3 -0
  54. package/assets/svg/filled/filled-apps.svg +3 -0
  55. package/assets/svg/filled/filled-key.svg +3 -0
  56. package/assets/svg/filled/filled-people-queue.svg +3 -0
  57. package/assets/svg/filled/filled-people-team.svg +3 -0
  58. package/assets/svg/filled/filled-people.svg +3 -0
  59. package/assets/svg/line/line-apps-list.svg +3 -0
  60. package/assets/svg/line/line-apps.svg +3 -0
  61. package/assets/svg/line/line-building-people.svg +3 -0
  62. package/assets/svg/line/line-check-starburst.svg +3 -0
  63. package/assets/svg/line/line-clock-arrow.svg +3 -0
  64. package/assets/svg/line/line-code.svg +3 -0
  65. package/assets/svg/line/line-cursor-hover.svg +3 -0
  66. package/assets/svg/line/line-dismiss-circle.svg +3 -0
  67. package/assets/svg/line/line-document-text.svg +3 -0
  68. package/assets/svg/line/line-key.svg +3 -0
  69. package/assets/svg/line/line-live.svg +3 -0
  70. package/assets/svg/line/line-marketplace.svg +3 -0
  71. package/assets/svg/line/line-people-queue.svg +3 -0
  72. package/assets/svg/line/line-people-team.svg +3 -0
  73. package/assets/svg/line/line-reference.svg +3 -0
  74. package/assets/svg/line/line-rocket.svg +3 -0
  75. package/assets/svg/line/line-sparkle-circle.svg +3 -0
  76. package/assets/svg/line/line-upload.svg +3 -0
  77. package/assets/svg/line/line-window-dev-tools.svg +3 -0
  78. package/fesm2022/corto-ai-gds-angular.mjs +1733 -934
  79. package/fesm2022/corto-ai-gds-angular.mjs.map +1 -1
  80. package/package.json +8 -8
  81. package/types/corto-ai-gds-angular.d.ts +81 -21
  82. package/assets/fonts/Inter-VariableFont.ttf +0 -0
  83. package/assets/scss/fonts/_inter.scss +0 -7
  84. package/assets/scss/utilities/_toastr.scss +0 -58
@@ -0,0 +1,70 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M4.6361 3.6C4.6361 1.61178 6.24788 0 8.2361 0H11.7205C11.7969 0 11.8711 0.013992 11.9419 0.042348C12.906 0.42798 20.2041 3.3472 23.4609 4.64993C23.6887 4.74104 23.8361 4.96087 23.8361 5.20622V20.4C23.8361 22.3883 22.2244 24 20.2361 24H8.2361C6.24788 24 4.6361 22.3883 4.6361 20.4V3.6Z"
4
+ fill="#351875"
5
+ />
6
+ <path
7
+ d="M11.8359 0.0106506C11.8719 0.0176826 11.9072 0.0280867 11.9418 0.0418987C12.9059 0.427531 20.2039 3.34675 23.4607 4.64948C23.5715 4.69378 23.6633 4.76852 23.7283 4.86183L20.8347 7.04335C19.8234 7.80584 18.3936 7.65118 17.5687 6.69007L11.8359 0.0106506Z"
8
+ fill="#A08AD0"
9
+ />
10
+ <g filter="url(#gds-doc-svg-shadow)">
11
+ <rect
12
+ x="1.63636"
13
+ y="11.2273"
14
+ width="19.6364"
15
+ height="9.18182"
16
+ rx="4.59091"
17
+ fill="url(#gds-doc-svg-fill)"
18
+ />
19
+ <rect
20
+ x="1.70455"
21
+ y="11.2955"
22
+ width="19.5"
23
+ height="9.04545"
24
+ rx="4.52273"
25
+ fill="none"
26
+ stroke="url(#gds-doc-svg-stroke)"
27
+ stroke-width="0.136364"
28
+ />
29
+ <path
30
+ d="M6.59618 14.686C6.59618 14.0467 7.12561 13.6022 7.89478 13.6022C8.63399 13.6022 9.10348 14.0117 9.12346 14.671H8.48415C8.46917 14.3564 8.24441 14.1716 7.8848 14.1716C7.49022 14.1716 7.23549 14.3614 7.23549 14.666C7.23549 14.9258 7.37534 15.0706 7.68002 15.1405L8.2544 15.2654C8.87873 15.4002 9.1834 15.7199 9.1834 16.2643C9.1834 16.9436 8.65397 17.3831 7.84983 17.3831C7.07067 17.3831 6.56122 16.9686 6.54624 16.3143H7.18555C7.19054 16.6239 7.44027 16.8087 7.84983 16.8087C8.27438 16.8087 8.54409 16.6239 8.54409 16.3193C8.54409 16.0745 8.41922 15.9297 8.11954 15.8647L7.54017 15.7349C6.92083 15.6 6.59618 15.2454 6.59618 14.686ZM10.7125 17.3182L9.33398 13.6671H10.0132L10.8124 15.7698C10.8923 15.9896 10.9622 16.2044 11.0421 16.4991C11.132 16.1794 11.207 15.9546 11.2769 15.7698L12.066 13.6671H12.7303L11.3718 17.3182H10.7125ZM14.6036 14.2065C13.8794 14.2065 13.4648 14.731 13.4648 15.5201C13.4648 16.3342 13.9343 16.7788 14.6086 16.7788C15.2429 16.7788 15.6275 16.4291 15.6275 15.8448V15.8298H14.5237V15.2654H16.2219V17.3182H15.6825L15.6425 16.8986C15.4427 17.1783 15.0282 17.3731 14.5337 17.3731C13.5098 17.3731 12.7956 16.6289 12.7956 15.5051C12.7956 14.3963 13.5198 13.6072 14.6186 13.6072C15.4527 13.6072 16.097 14.0917 16.2019 14.8359H15.5276C15.4127 14.4063 15.0431 14.2065 14.6036 14.2065Z"
31
+ fill="white"
32
+ />
33
+ </g>
34
+ <defs>
35
+ <filter
36
+ id="gds-doc-svg-shadow"
37
+ x="-0.1"
38
+ y="-0.15"
39
+ width="1.2"
40
+ height="1.4"
41
+ filterUnits="objectBoundingBox"
42
+ color-interpolation-filters="sRGB"
43
+ >
44
+ <feDropShadow dx="0" dy="0.08" stdDeviation="0.06" flood-opacity="0.14" />
45
+ <feDropShadow dx="0" dy="0" stdDeviation="0.03" flood-opacity="0.12" />
46
+ </filter>
47
+ <linearGradient
48
+ id="gds-doc-svg-fill"
49
+ x1="6"
50
+ y1="16.679"
51
+ x2="21.2732"
52
+ y2="16.4197"
53
+ gradientUnits="userSpaceOnUse"
54
+ >
55
+ <stop stop-color="#A08AD0" />
56
+ <stop offset="1" stop-color="#351875" />
57
+ </linearGradient>
58
+ <linearGradient
59
+ id="gds-doc-svg-stroke"
60
+ x1="11.4545"
61
+ y1="12.4017"
62
+ x2="-4.63003"
63
+ y2="19.1881"
64
+ gradientUnits="userSpaceOnUse"
65
+ >
66
+ <stop stop-color="#CCCCCC" />
67
+ <stop offset="1" stop-color="#7B52D4" />
68
+ </linearGradient>
69
+ </defs>
70
+ </svg>
@@ -0,0 +1,70 @@
1
+ <svg width="26" height="24" viewBox="0 0 26 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M5.72701 3.6C5.72701 1.61178 7.33878 0 9.327 0H12.8115C12.8878 0 12.962 0.013992 13.0328 0.042348C13.9969 0.42798 21.295 3.3472 24.5518 4.64993C24.7796 4.74104 24.927 4.96087 24.927 5.20622V20.4C24.927 22.3883 23.3153 24 21.327 24H9.327C7.33878 24 5.72701 22.3883 5.72701 20.4V3.6Z"
4
+ fill="#7C9EB2"
5
+ />
6
+ <path
7
+ d="M12.9268 0.0106201C12.9628 0.0176521 12.9981 0.0280562 13.0327 0.0418682C13.9968 0.4275 21.2948 3.34672 24.5516 4.64945C24.6624 4.69375 24.7542 4.76849 24.8192 4.8618L21.9256 7.04332C20.9143 7.80581 19.4845 7.65115 18.6596 6.69004L12.9268 0.0106201Z"
8
+ fill="#99C4DD"
9
+ />
10
+ <g filter="url(#gds-doc-tiff-shadow)">
11
+ <rect
12
+ x="2.18182"
13
+ y="11.2273"
14
+ width="17.4545"
15
+ height="9.18182"
16
+ rx="4.59091"
17
+ fill="url(#gds-doc-tiff-fill)"
18
+ />
19
+ <rect
20
+ x="2.25"
21
+ y="11.2955"
22
+ width="17.3182"
23
+ height="9.04545"
24
+ rx="4.52273"
25
+ fill="none"
26
+ stroke="url(#gds-doc-tiff-stroke)"
27
+ stroke-width="0.136364"
28
+ />
29
+ <path
30
+ d="M5.96279 14.2565V13.6672H8.73981V14.2565H7.67096V17.3182H7.03164V14.2565H5.96279ZM9.86781 13.6672V17.3182H9.2285V13.6672H9.86781ZM12.675 15.8248H11.3164V17.3182H10.6771V13.6672H12.9347V14.2565H11.3164V15.2505H12.675V15.8248ZM15.5088 15.8248H14.1503V17.3182H13.511V13.6672H15.7686V14.2565H14.1503V15.2505H15.5088V15.8248Z"
31
+ fill="white"
32
+ />
33
+ </g>
34
+ <defs>
35
+ <filter
36
+ id="gds-doc-tiff-shadow"
37
+ x="-0.1"
38
+ y="-0.15"
39
+ width="1.2"
40
+ height="1.4"
41
+ filterUnits="objectBoundingBox"
42
+ color-interpolation-filters="sRGB"
43
+ >
44
+ <feDropShadow dx="0" dy="0.08" stdDeviation="0.06" flood-opacity="0.14" />
45
+ <feDropShadow dx="0" dy="0" stdDeviation="0.03" flood-opacity="0.12" />
46
+ </filter>
47
+ <linearGradient
48
+ id="gds-doc-tiff-fill"
49
+ x1="6.06061"
50
+ y1="16.679"
51
+ x2="18.7177"
52
+ y2="16.6594"
53
+ gradientUnits="userSpaceOnUse"
54
+ >
55
+ <stop stop-color="#99C4DD" />
56
+ <stop offset="1" stop-color="#7C9EB2" />
57
+ </linearGradient>
58
+ <linearGradient
59
+ id="gds-doc-tiff-stroke"
60
+ x1="10.9091"
61
+ y1="12.4017"
62
+ x2="-3.85661"
63
+ y2="17.9394"
64
+ gradientUnits="userSpaceOnUse"
65
+ >
66
+ <stop stop-color="#CCCCCC" />
67
+ <stop offset="1" stop-color="#6B5B45" />
68
+ </linearGradient>
69
+ </defs>
70
+ </svg>
@@ -0,0 +1,70 @@
1
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M5.27246 3.6C5.27246 1.61178 6.88424 0 8.87246 0H12.3569C12.4332 0 12.5075 0.013992 12.5783 0.042348C13.5424 0.42798 20.8404 3.3472 24.0972 4.64993C24.3251 4.74104 24.4725 4.96087 24.4725 5.20622V20.4C24.4725 22.3883 22.8607 24 20.8725 24H8.87246C6.88424 24 5.27246 22.3883 5.27246 20.4V3.6Z"
4
+ fill="#4A5568"
5
+ />
6
+ <path
7
+ d="M12.4723 0.0106201C12.5083 0.0176521 12.5436 0.0280562 12.5781 0.0418682C13.5422 0.4275 20.8403 3.34672 24.0971 4.64945C24.2078 4.69375 24.2996 4.76849 24.3647 4.8618L21.4711 7.04332C20.4597 7.80581 19.0299 7.65115 18.2051 6.69004L12.4723 0.0106201Z"
8
+ fill="#9BA0A9"
9
+ />
10
+ <g filter="url(#gds-doc-txt-shadow)">
11
+ <rect
12
+ x="2.18182"
13
+ y="11.2273"
14
+ width="16.5455"
15
+ height="9.18182"
16
+ rx="4.59091"
17
+ fill="url(#gds-doc-txt-fill)"
18
+ />
19
+ <rect
20
+ x="2.25"
21
+ y="11.2955"
22
+ width="16.4091"
23
+ height="9.04545"
24
+ rx="4.52273"
25
+ fill="none"
26
+ stroke="url(#gds-doc-txt-stroke)"
27
+ stroke-width="0.136364"
28
+ />
29
+ <path
30
+ d="M5.89358 14.2565V13.6672H8.67059V14.2565H7.60174V17.3182H6.96243V14.2565H5.89358ZM10.0783 15.4952L8.8646 13.6672H9.62378L10.0683 14.3215C10.2181 14.5462 10.343 14.756 10.4779 15.0057L11.3269 13.6672H12.0711L10.8774 15.4902L12.0761 17.3182H11.322L10.9124 16.7139C10.7526 16.4692 10.6227 16.2494 10.4779 15.9847L9.58882 17.3182H8.83962L10.0783 15.4952ZM12.2393 14.2565V13.6672H15.0163V14.2565H13.9474V17.3182H13.3081V14.2565H12.2393Z"
31
+ fill="white"
32
+ />
33
+ </g>
34
+ <defs>
35
+ <filter
36
+ id="gds-doc-txt-shadow"
37
+ x="-0.1"
38
+ y="-0.15"
39
+ width="1.2"
40
+ height="1.4"
41
+ filterUnits="objectBoundingBox"
42
+ color-interpolation-filters="sRGB"
43
+ >
44
+ <feDropShadow dx="0" dy="0.08" stdDeviation="0.06" flood-opacity="0.14" />
45
+ <feDropShadow dx="0" dy="0" stdDeviation="0.03" flood-opacity="0.12" />
46
+ </filter>
47
+ <linearGradient
48
+ id="gds-doc-txt-fill"
49
+ x1="5.85859"
50
+ y1="16.679"
51
+ x2="18.7287"
52
+ y2="16.4949"
53
+ gradientUnits="userSpaceOnUse"
54
+ >
55
+ <stop stop-color="#9BA0A9" />
56
+ <stop offset="1" stop-color="#4A5568" />
57
+ </linearGradient>
58
+ <linearGradient
59
+ id="gds-doc-txt-stroke"
60
+ x1="10.4545"
61
+ y1="12.4017"
62
+ x2="-3.71943"
63
+ y2="17.4407"
64
+ gradientUnits="userSpaceOnUse"
65
+ >
66
+ <stop stop-color="#CCCCCC" />
67
+ <stop offset="1" stop-color="#4A5568" />
68
+ </linearGradient>
69
+ </defs>
70
+ </svg>
@@ -1,4 +1,70 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.9998 2.00002H6.43217C6.43217 2.00002 6.24645 1.97827 6.11696 2.11719C5.98747 2.2561 5.99982 2.375 5.99982 2.48438V21.2593C5.99982 21.6489 5.9732 21.7378 6.10269 21.8767C6.23218 22.0156 6.35723 22 6.69029 22H19.3094C19.4925 22 19.7454 22.0295 19.8749 21.8906C20.0044 21.7517 19.9999 21.4557 19.9999 21.2593V7.00002C19.9998 6.80358 19.9271 6.6152 19.7976 6.47631L16.488 2.21705C16.3585 2.07813 16.1829 2.00006 15.9998 2.00002Z" fill="white"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.2196 1.53531C16.909 1.20195 16.472 1.00012 16.0001 1.00002H6.46187C6.4416 0.999144 6.419 0.998644 6.39436 0.998811C6.32704 0.999269 6.23803 1.00474 6.13601 1.02417C5.93528 1.06241 5.63751 1.16497 5.38549 1.43533C5.20084 1.63343 5.08438 1.8596 5.03231 2.1011C5.00875 2.21038 5.00237 2.30465 5.00039 2.37023C4.99942 2.40247 4.99947 2.4306 4.99958 2.44894L4.99984 2.48438V21.2593C4.99984 21.3183 4.99929 21.3603 4.99871 21.4038C4.99835 21.4314 4.99797 21.4597 4.99773 21.4934C4.99725 21.5595 4.99696 21.6625 5.0085 21.7694C5.02141 21.8889 5.05099 22.0376 5.12451 22.1964C5.19723 22.3536 5.29038 22.4718 5.37123 22.5585C5.46718 22.6615 5.5891 22.7637 5.7449 22.8438C5.89941 22.9233 6.04749 22.9606 6.17068 22.9792C6.28515 22.9965 6.39158 22.9994 6.46449 23.0002C6.50851 23.0007 6.56652 23.0005 6.61859 23.0002L6.69032 23H19.3094C19.3332 23 19.3429 23.0003 19.3573 23.0007C19.373 23.0012 19.3942 23.0018 19.4452 23.0024C19.5093 23.0031 19.6044 23.0029 19.7094 22.9927C19.8928 22.9748 20.2908 22.911 20.6064 22.5725C20.894 22.2639 20.9565 21.8877 20.9776 21.7254C21.0007 21.548 21.0002 21.37 20.9999 21.2813L20.9999 21.2593V6.99982C20.9998 6.57767 20.9254 6.13795 20.6406 5.8125L17.2502 1.56809L17.2196 1.53531ZM6.11698 2.11719C6.24647 1.97827 6.43219 2.00002 6.43219 2.00002H14V6.68764C14 7.07485 14 7.40633 14.2578 7.67969C14.4453 7.87848 14.8047 8 15.1562 8H19.9566C19.9712 8 19.9856 7.99937 19.9999 7.99815L19.9999 21.2785C20 21.4745 20.0002 21.7562 19.8749 21.8906C19.7641 22.0095 19.563 22.005 19.3926 22.0013C19.3638 22.0006 19.3359 22 19.3094 22H6.69032C6.65825 22 6.62812 22.0002 6.59972 22.0003C6.33356 22.0016 6.21966 22.0021 6.10272 21.8767C5.99428 21.7603 5.99531 21.6791 5.99851 21.427C5.99914 21.378 5.99984 21.3226 5.99984 21.2593V2.48438L5.99968 2.45811C5.99877 2.35598 5.99779 2.24506 6.11698 2.11719ZM19.9999 7.00185L19.9999 6.98951C19.9999 6.79609 19.9999 6.59043 19.8727 6.45401L16.488 2.21705C16.3585 2.07813 16.183 2.00006 15.9998 2.00002H15V6.54274C15 6.73438 15.0303 6.81853 15.1094 6.90234C15.1875 6.98516 15.2617 7 15.4029 7H19.9566C19.9712 7 19.9856 7.00063 19.9999 7.00185Z" fill="#979593"/>
1
+ <svg width="25" height="26" viewBox="0 0 25 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M4.36365 3.6C4.36365 1.61178 5.97543 0 7.96365 0H11.4481C11.5244 0 11.5987 0.013992 11.6695 0.042348C12.6336 0.42798 19.9316 3.3472 23.1884 4.64993C23.4163 4.74104 23.5636 4.96087 23.5636 5.20622V20.4C23.5636 22.3883 21.9519 24 19.9636 24H7.96365C5.97543 24 4.36365 22.3883 4.36365 20.4V3.6Z"
4
+ fill="#B9B9B9"
5
+ />
6
+ <path
7
+ d="M11.7275 0C11.7635 0.007032 11.7988 0.0174361 11.8334 0.0312481C12.7975 0.41688 20.0955 3.3361 23.3523 4.63883C23.4631 4.68313 23.5549 4.75787 23.6199 4.85118L20.7263 7.0327C19.715 7.79519 18.2852 7.64053 17.4603 6.67942L11.7275 0Z"
8
+ fill="#D7D7D7"
9
+ />
10
+ <g filter="url(#gds-doc-unknown-type-shadow)">
11
+ <rect
12
+ x="2.18182"
13
+ y="10.5"
14
+ width="11.5"
15
+ height="11.5"
16
+ rx="5.75"
17
+ fill="url(#gds-doc-unknown-type-fill)"
18
+ />
19
+ <rect
20
+ x="2.25182"
21
+ y="10.57"
22
+ width="11.36"
23
+ height="11.36"
24
+ rx="5.68"
25
+ fill="none"
26
+ stroke="url(#gds-doc-unknown-type-stroke)"
27
+ stroke-width="0.14"
28
+ />
29
+ <path
30
+ d="M7.93182 13.25C7.10375 13.25 6.43182 13.9219 6.43182 14.75C6.43182 14.8881 6.54375 15 6.68182 15C6.81989 15 6.93182 14.8881 6.93182 14.75C6.93182 14.1981 7.37989 13.75 7.93182 13.75C8.48375 13.75 8.93182 14.1981 8.93182 14.75C8.93182 15.0881 8.86207 15.2899 8.77451 15.43C8.68308 15.5763 8.56036 15.677 8.40065 15.8048L8.39088 15.8126C8.23983 15.9334 8.05505 16.0811 7.91514 16.305C7.76832 16.5399 7.68182 16.8381 7.68182 17.25V17.5C7.68182 17.6381 7.79375 17.75 7.93182 17.75C8.06989 17.75 8.18182 17.6381 8.18182 17.5V17.25C8.18182 16.9119 8.25158 16.7101 8.33914 16.57C8.43057 16.4237 8.55329 16.323 8.713 16.1952L8.72276 16.1874C8.87381 16.0666 9.0586 15.9189 9.19851 15.695C9.34533 15.4601 9.43182 15.1619 9.43182 14.75C9.43182 13.9219 8.75989 13.25 7.93182 13.25ZM7.93182 19.25C8.13893 19.25 8.30682 19.0821 8.30682 18.875C8.30682 18.6679 8.13893 18.5 7.93182 18.5C7.72472 18.5 7.55682 18.6679 7.55682 18.875C7.55682 19.0821 7.72472 19.25 7.93182 19.25Z"
31
+ fill="white"
32
+ />
33
+ </g>
34
+ <defs>
35
+ <filter
36
+ id="gds-doc-unknown-type-shadow"
37
+ x="-0.1"
38
+ y="-0.15"
39
+ width="1.2"
40
+ height="1.4"
41
+ filterUnits="objectBoundingBox"
42
+ color-interpolation-filters="sRGB"
43
+ >
44
+ <feDropShadow dx="0" dy="0.08" stdDeviation="0.06" flood-opacity="0.14" />
45
+ <feDropShadow dx="0" dy="0" stdDeviation="0.03" flood-opacity="0.12" />
46
+ </filter>
47
+ <linearGradient
48
+ id="gds-doc-unknown-type-fill"
49
+ x1="4.73738"
50
+ y1="17.3281"
51
+ x2="13.6841"
52
+ y2="17.2571"
53
+ gradientUnits="userSpaceOnUse"
54
+ >
55
+ <stop stop-color="#B7B7B7" />
56
+ <stop offset="1" stop-color="#848484" />
57
+ </linearGradient>
58
+ <linearGradient
59
+ id="gds-doc-unknown-type-stroke"
60
+ x1="7.93182"
61
+ y1="11.9709"
62
+ x2="-2.74924"
63
+ y2="14.0782"
64
+ gradientUnits="userSpaceOnUse"
65
+ >
66
+ <stop stop-color="#CCCCCC" />
67
+ <stop offset="1" stop-color="#6B5B45" />
68
+ </linearGradient>
69
+ </defs>
4
70
  </svg>
@@ -1,10 +1,70 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.9998 2.00002H6.43217C6.43217 2.00002 6.24645 1.97827 6.11696 2.11719C5.98747 2.2561 5.99982 2.375 5.99982 2.48438V21.2593C5.99982 21.6489 5.9732 21.7378 6.10269 21.8767C6.23218 22.0156 6.35723 22 6.69029 22H19.3094C19.4925 22 19.7454 22.0295 19.8749 21.8906C20.0044 21.7517 19.9999 21.4557 19.9999 21.2593V7.00002C19.9998 6.80358 19.9271 6.6152 19.7976 6.47631L16.488 2.21705C16.3585 2.07813 16.1829 2.00006 15.9998 2.00002Z" fill="white"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.2196 1.53531C16.909 1.20195 16.472 1.00012 16.0001 1.00002H6.46187C6.4416 0.999144 6.419 0.998644 6.39436 0.998811C6.32704 0.999269 6.23803 1.00474 6.13601 1.02417C5.93528 1.06241 5.63751 1.16497 5.38549 1.43533C5.20084 1.63343 5.08438 1.8596 5.03231 2.1011C5.00875 2.21038 5.00237 2.30465 5.00039 2.37023C4.99942 2.40247 4.99947 2.4306 4.99958 2.44894L4.99984 2.48438V21.2593C4.99984 21.3183 4.99929 21.3603 4.99871 21.4038C4.99835 21.4314 4.99797 21.4597 4.99773 21.4934C4.99725 21.5595 4.99696 21.6625 5.0085 21.7694C5.02141 21.8889 5.05099 22.0376 5.12451 22.1964C5.19723 22.3536 5.29038 22.4718 5.37123 22.5585C5.46718 22.6615 5.5891 22.7637 5.7449 22.8438C5.89941 22.9233 6.04749 22.9606 6.17068 22.9792C6.28515 22.9965 6.39158 22.9994 6.46449 23.0002C6.50851 23.0007 6.56652 23.0005 6.61859 23.0002L6.69032 23H19.3094C19.3332 23 19.3429 23.0003 19.3573 23.0007C19.373 23.0012 19.3942 23.0018 19.4452 23.0024C19.5093 23.0031 19.6044 23.0029 19.7094 22.9927C19.8928 22.9748 20.2908 22.911 20.6064 22.5725C20.894 22.2639 20.9565 21.8877 20.9776 21.7254C21.0007 21.548 21.0002 21.37 20.9999 21.2813L20.9999 21.2593V6.99982C20.9998 6.57767 20.9254 6.13795 20.6406 5.8125L17.2502 1.56809L17.2196 1.53531ZM6.11698 2.11719C6.24647 1.97827 6.43219 2.00002 6.43219 2.00002H14V6.68764C14 7.07485 14 7.40633 14.2578 7.67969C14.4453 7.87848 14.8047 8 15.1562 8H19.9566C19.9712 8 19.9856 7.99937 19.9999 7.99815L19.9999 21.2785C20 21.4745 20.0002 21.7562 19.8749 21.8906C19.7641 22.0095 19.563 22.005 19.3926 22.0013C19.3638 22.0006 19.3359 22 19.3094 22H6.69032C6.65825 22 6.62812 22.0002 6.59972 22.0003C6.33356 22.0016 6.21966 22.0021 6.10272 21.8767C5.99428 21.7603 5.99531 21.6791 5.99851 21.427C5.99914 21.378 5.99984 21.3226 5.99984 21.2593V2.48438L5.99968 2.45811C5.99877 2.35598 5.99779 2.24506 6.11698 2.11719ZM19.9999 7.00185L19.9999 6.98951C19.9999 6.79609 19.9999 6.59043 19.8727 6.45401L16.488 2.21705C16.3585 2.07813 16.183 2.00006 15.9998 2.00002H15V6.54274C15 6.73438 15.0303 6.81853 15.1094 6.90234C15.1875 6.98516 15.2617 7 15.4029 7H19.9566C19.9712 7 19.9856 7.00063 19.9999 7.00185Z" fill="#979593"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11 17.5C11 17.2239 11.2239 17 11.5 17L17.5 17C17.7761 17 18 17.2239 18 17.5C18 17.7761 17.7761 18 17.5 18L11.5 18C11.2239 18 11 17.7761 11 17.5Z" fill="#103F91"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11 15.5C11 15.2239 11.2239 15 11.5 15L17.5 15C17.7761 15 18 15.2239 18 15.5C18 15.7761 17.7761 16 17.5 16L11.5 16C11.2239 16 11 15.7761 11 15.5Z" fill="#185ABD"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 14L11.5 14C11.2239 14 11 13.7761 11 13.5C11 13.2239 11.2239 13 11.5 13L17.5 13C17.7761 13 18 13.2239 18 13.5C18 13.7761 17.7761 14 17.5 14Z" fill="#2B7CD3"/>
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11 11.5C11 11.2239 11.2239 11 11.5 11L17.5 11C17.7761 11 18 11.2239 18 11.5C18 11.7761 17.7761 12 17.5 12L11.5 12C11.2239 12 11 11.7761 11 11.5Z" fill="#41A5EE"/>
8
- <path d="M2 20H11C11.2652 20 11.5196 19.8946 11.7071 19.7071C11.8946 19.5196 12 19.2652 12 19V10C12 9.73478 11.8946 9.48043 11.7071 9.29289C11.5196 9.10536 11.2652 9 11 9H2C1.73478 9 1.48043 9.10536 1.29289 9.29289C1.10536 9.48043 1 9.73478 1 10V19C1 19.2652 1.10536 19.5196 1.29289 19.7071C1.48043 19.8946 1.73478 20 2 20Z" fill="#185ABD"/>
9
- <path d="M4.5 15.5L6 11H7L8.5 15.5L9 11H10.5L9 18H8L6.5 13L5 18H4L2.5 11H4L4.5 15.5Z" fill="#F9F7F7"/>
1
+ <svg width="26" height="24" viewBox="0 0 26 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M5.04519 3.6C5.04519 1.61178 6.65697 0 8.64519 0H12.1296C12.206 0 12.2802 0.013992 12.351 0.042348C13.3151 0.42798 20.6131 3.3472 23.8699 4.64993C24.0978 4.74104 24.2452 4.96087 24.2452 5.20622V20.4C24.2452 22.3883 22.6335 24 20.6452 24H8.64519C6.65697 24 5.04519 22.3883 5.04519 20.4V3.6Z"
4
+ fill="#185ABD"
5
+ />
6
+ <path
7
+ d="M12.245 0.0106812C12.281 0.0177132 12.3163 0.0281172 12.3509 0.0419292C13.3149 0.427561 20.613 3.34678 23.8698 4.64951C23.9805 4.69381 24.0723 4.76855 24.1374 4.86186L21.2438 7.04338C20.2325 7.80587 18.8027 7.65121 17.9778 6.6901L12.245 0.0106812Z"
8
+ fill="#81A1CF"
9
+ />
10
+ <g filter="url(#gds-doc-word-3-shadow)">
11
+ <rect
12
+ x="2.18182"
13
+ y="11.2273"
14
+ width="21.5455"
15
+ height="9.18182"
16
+ rx="4.59091"
17
+ fill="url(#gds-doc-word-3-fill)"
18
+ />
19
+ <rect
20
+ x="2.25"
21
+ y="11.2955"
22
+ width="21.4091"
23
+ height="9.04545"
24
+ rx="4.52273"
25
+ fill="none"
26
+ stroke="url(#gds-doc-word-3-stroke)"
27
+ stroke-width="0.136364"
28
+ />
29
+ <path
30
+ d="M7.29051 17.3182H5.97692V13.6671H7.25554C8.33438 13.6671 9.07858 14.4113 9.07858 15.5001C9.07858 16.574 8.34937 17.3182 7.29051 17.3182ZM7.19561 14.2565H6.61623V16.7288H7.23057C7.95979 16.7288 8.40431 16.2593 8.40431 15.5001C8.40431 14.726 7.9498 14.2565 7.19561 14.2565ZM13.0055 15.4901C13.0055 16.599 12.2763 17.3781 11.2274 17.3781C10.1836 17.3781 9.46434 16.6039 9.46434 15.4901C9.46434 14.3813 10.1886 13.6022 11.2324 13.6022C12.2763 13.6022 13.0055 14.3763 13.0055 15.4901ZM12.3313 15.4901C12.3313 14.711 11.9017 14.2165 11.2324 14.2165C10.5632 14.2165 10.1336 14.711 10.1336 15.4901C10.1336 16.2693 10.5632 16.7638 11.2324 16.7638C11.9017 16.7638 12.3313 16.2593 12.3313 15.4901ZM15.1439 17.3781C14.08 17.3781 13.3908 16.6389 13.3908 15.4951C13.3908 14.3614 14.105 13.6072 15.1739 13.6072C16.0379 13.6072 16.6822 14.1116 16.8071 14.8958H16.1328C16.008 14.4712 15.6434 14.2215 15.1589 14.2215C14.4846 14.2215 14.0601 14.711 14.0601 15.4901C14.0601 16.2643 14.4896 16.7638 15.1589 16.7638C15.6533 16.7638 16.0329 16.5041 16.1528 16.0995H16.8171C16.6772 16.8687 16.008 17.3781 15.1439 17.3781ZM18.2607 15.4951L17.047 13.6671H17.8061L18.2507 14.3214C18.4005 14.5462 18.5254 14.7559 18.6602 15.0057L19.5093 13.6671H20.2535L19.0598 15.4901L20.2585 17.3182H19.5043L19.0948 16.7138C18.9349 16.4691 18.8051 16.2493 18.6602 15.9846L17.7712 17.3182H17.022L18.2607 15.4951Z"
31
+ fill="white"
32
+ />
33
+ </g>
34
+ <defs>
35
+ <filter
36
+ id="gds-doc-word-3-shadow"
37
+ x="-0.1"
38
+ y="-0.15"
39
+ width="1.2"
40
+ height="1.4"
41
+ filterUnits="objectBoundingBox"
42
+ color-interpolation-filters="sRGB"
43
+ >
44
+ <feDropShadow dx="0" dy="0.08" stdDeviation="0.06" flood-opacity="0.14" />
45
+ <feDropShadow dx="0" dy="0" stdDeviation="0.03" flood-opacity="0.12" />
46
+ </filter>
47
+ <linearGradient
48
+ id="gds-doc-word-3-fill"
49
+ x1="6.9697"
50
+ y1="16.679"
51
+ x2="23.7268"
52
+ y2="16.3669"
53
+ gradientUnits="userSpaceOnUse"
54
+ >
55
+ <stop stop-color="#81A1CF" />
56
+ <stop offset="0.956731" stop-color="#185ABD" />
57
+ </linearGradient>
58
+ <linearGradient
59
+ id="gds-doc-word-3-stroke"
60
+ x1="12.9545"
61
+ y1="12.4017"
62
+ x2="-4.16628"
63
+ y2="20.3276"
64
+ gradientUnits="userSpaceOnUse"
65
+ >
66
+ <stop stop-color="#CCCCCC" />
67
+ <stop offset="1" stop-color="#185ABD" />
68
+ </linearGradient>
69
+ </defs>
10
70
  </svg>
@@ -0,0 +1,70 @@
1
+ <svg width="26" height="24" viewBox="0 0 26 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M5.18155 3.6C5.18155 1.61178 6.79333 0 8.78155 0H12.266C12.3423 0 12.4166 0.013992 12.4874 0.042348C13.4515 0.42798 20.7495 3.3472 24.0063 4.64993C24.2342 4.74104 24.3815 4.96087 24.3815 5.20622V20.4C24.3815 22.3883 22.7698 24 20.7816 24H8.78155C6.79333 24 5.18155 22.3883 5.18155 20.4V3.6Z"
4
+ fill="#8B6F47"
5
+ />
6
+ <path
7
+ d="M12.3814 0.0106201C12.4174 0.0176521 12.4527 0.0280562 12.4872 0.0418682C13.4513 0.4275 20.7494 3.34672 24.0062 4.64945C24.1169 4.69375 24.2087 4.76849 24.2738 4.8618L21.3802 7.04332C20.3688 7.80581 18.939 7.65115 18.1142 6.69004L12.3814 0.0106201Z"
8
+ fill="#C09B65"
9
+ />
10
+ <g filter="url(#gds-doc-xml-shadow)">
11
+ <rect
12
+ x="2.18182"
13
+ y="11.2273"
14
+ width="19.6364"
15
+ height="9.18182"
16
+ rx="4.59091"
17
+ fill="url(#gds-doc-xml-fill)"
18
+ />
19
+ <rect
20
+ x="2.25"
21
+ y="11.2955"
22
+ width="19.5"
23
+ height="9.04545"
24
+ rx="4.52273"
25
+ fill="none"
26
+ stroke="url(#gds-doc-xml-stroke)"
27
+ stroke-width="0.136364"
28
+ />
29
+ <path
30
+ d="M8.07288 15.4952L6.85919 13.6672H7.61837L8.06289 14.3215C8.21273 14.5462 8.3376 14.756 8.47245 15.0057L9.32154 13.6672H10.0657L8.87202 15.4902L10.0707 17.3182H9.31654L8.90698 16.7139C8.74715 16.4692 8.61729 16.2494 8.47245 15.9847L7.58341 17.3182H6.83421L8.07288 15.4952ZM11.1729 17.3182H10.5535V13.6672H11.1729L12.3516 16.574L13.5303 13.6672H14.1596V17.3182H13.5403V16.1944C13.5403 15.4602 13.5403 15.2455 13.5753 14.9857L12.6463 17.3182H12.0569L11.1329 14.9907C11.1679 15.2105 11.1729 15.5551 11.1729 16.0096V17.3182ZM15.607 13.6672V16.7289H17.1354V17.3182H14.9677V13.6672H15.607Z"
31
+ fill="white"
32
+ />
33
+ </g>
34
+ <defs>
35
+ <filter
36
+ id="gds-doc-xml-shadow"
37
+ x="-0.1"
38
+ y="-0.15"
39
+ width="1.2"
40
+ height="1.4"
41
+ filterUnits="objectBoundingBox"
42
+ color-interpolation-filters="sRGB"
43
+ >
44
+ <feDropShadow dx="0" dy="0.08" stdDeviation="0.06" flood-opacity="0.14" />
45
+ <feDropShadow dx="0" dy="0" stdDeviation="0.03" flood-opacity="0.12" />
46
+ </filter>
47
+ <linearGradient
48
+ id="gds-doc-xml-fill"
49
+ x1="6.54545"
50
+ y1="16.679"
51
+ x2="21.8187"
52
+ y2="16.4198"
53
+ gradientUnits="userSpaceOnUse"
54
+ >
55
+ <stop stop-color="#C09B65" />
56
+ <stop offset="1" stop-color="#8B6F47" />
57
+ </linearGradient>
58
+ <linearGradient
59
+ id="gds-doc-xml-stroke"
60
+ x1="12"
61
+ y1="12.4017"
62
+ x2="-4.08457"
63
+ y2="19.1881"
64
+ gradientUnits="userSpaceOnUse"
65
+ >
66
+ <stop stop-color="#CCCCCC" />
67
+ <stop offset="1" stop-color="#C09B65" />
68
+ </linearGradient>
69
+ </defs>
70
+ </svg>
@@ -0,0 +1,36 @@
1
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.18155 3.6C5.18155 1.61178 6.79333 0 8.78155 0H12.266C12.3423 0 12.4166 0.013992 12.4874 0.042348C13.4515 0.42798 20.7495 3.3472 24.0063 4.64993C24.2342 4.74104 24.3815 4.96087 24.3815 5.20622V20.4C24.3815 22.3883 22.7698 24 20.7816 24H8.78155C6.79333 24 5.18155 22.3883 5.18155 20.4V3.6Z" fill="#6B5B45"/>
3
+ <path d="M12.3814 0.0106201C12.4174 0.0176521 12.4527 0.0280562 12.4872 0.0418682C13.4513 0.4275 20.7494 3.34672 24.0062 4.64945C24.1169 4.69375 24.2087 4.76849 24.2738 4.8618L21.3802 7.04332C20.3688 7.80581 18.939 7.65115 18.1142 6.69004L12.3814 0.0106201Z" fill="#ABA49A"/>
4
+ <foreignObject x="-128.727" y="-119.682" width="281.455" height="271"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(65.45px);clip-path:url(#bgblur_0_1532_7429_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter0_dd_1532_7429)" data-figma-bg-blur-radius="130.909">
5
+ <rect x="2.18182" y="11.2273" width="19.6364" height="9.18182" rx="4.59091" fill="url(#paint0_linear_1532_7429)"/>
6
+ <rect x="2.25" y="11.2955" width="19.5" height="9.04545" rx="4.52273" stroke="url(#paint1_linear_1532_7429)" stroke-width="0.136364"/>
7
+ <path d="M10.9946 17.3182H8.36741V16.7239L10.1705 14.2565H8.40736V13.6672H10.9646V14.2366L9.14657 16.7289H10.9946V17.3182ZM12.1927 13.6672V17.3182H11.5534V13.6672H12.1927ZM14.4455 16.0596H13.6414V17.3182H13.0021V13.6672H14.4455C15.1797 13.6672 15.6542 14.1467 15.6542 14.8609C15.6542 15.5651 15.1747 16.0596 14.4455 16.0596ZM14.3206 14.2366H13.6414V15.4902H14.3107C14.7502 15.4902 14.9849 15.2555 14.9849 14.8559C14.9849 14.4563 14.7452 14.2366 14.3206 14.2366Z" fill="white"/>
8
+ </g>
9
+ <defs>
10
+ <filter id="filter0_dd_1532_7429" x="-128.727" y="-119.682" width="281.455" height="271" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
11
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
12
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
13
+ <feOffset dy="1.09091"/>
14
+ <feGaussianBlur stdDeviation="1.09091"/>
15
+ <feComposite in2="hardAlpha" operator="out"/>
16
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0"/>
17
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1532_7429"/>
18
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
19
+ <feOffset/>
20
+ <feGaussianBlur stdDeviation="0.545455"/>
21
+ <feComposite in2="hardAlpha" operator="out"/>
22
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
23
+ <feBlend mode="normal" in2="effect1_dropShadow_1532_7429" result="effect2_dropShadow_1532_7429"/>
24
+ <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1532_7429" result="shape"/>
25
+ </filter>
26
+ <clipPath id="bgblur_0_1532_7429_clip_path" transform="translate(128.727 119.682)"><rect x="2.18182" y="11.2273" width="19.6364" height="9.18182" rx="4.59091"/>
27
+ </clipPath><linearGradient id="paint0_linear_1532_7429" x1="6.54545" y1="16.679" x2="21.8187" y2="16.4198" gradientUnits="userSpaceOnUse">
28
+ <stop stop-color="#ABA49A"/>
29
+ <stop offset="1" stop-color="#6B5B45"/>
30
+ </linearGradient>
31
+ <linearGradient id="paint1_linear_1532_7429" x1="12" y1="12.4017" x2="-4.08457" y2="19.1881" gradientUnits="userSpaceOnUse">
32
+ <stop stop-color="#CCCCCC"/>
33
+ <stop offset="1" stop-color="#6B5B45"/>
34
+ </linearGradient>
35
+ </defs>
36
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 4.5C8 4.22386 8.22386 4 8.5 4H17.5C17.7761 4 18 4.22386 18 4.5C18 4.77614 17.7761 5 17.5 5H8.5C8.22386 5 8 4.77614 8 4.5ZM8 10.5C8 10.2239 8.22386 10 8.5 10H17.5C17.7761 10 18 10.2239 18 10.5C18 10.7761 17.7761 11 17.5 11H8.5C8.22386 11 8 10.7761 8 10.5ZM8 16.5C8 16.2239 8.22386 16 8.5 16H17.5C17.7761 16 18 16.2239 18 16.5C18 16.7761 17.7761 17 17.5 17H8.5C8.22386 17 8 16.7761 8 16.5ZM2 15.5C2 14.6716 2.67157 14 3.5 14H4.5C5.32843 14 6 14.6716 6 15.5V16.5C6 17.3284 5.32843 18 4.5 18H3.5C2.67157 18 2 17.3284 2 16.5V15.5ZM2 9.5C2 8.67157 2.67157 8 3.5 8H4.5C5.32843 8 6 8.67157 6 9.5V10.5C6 11.3284 5.32843 12 4.5 12H3.5C2.67157 12 2 11.3284 2 10.5V9.5ZM2 3.5C2 2.67157 2.67157 2 3.5 2H4.5C5.32843 2 6 2.67157 6 3.5V4.5C6 5.32843 5.32843 6 4.5 6H3.5C2.67157 6 2 5.32843 2 4.5V3.5Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.5 17.0009C3.7203 17.0009 3.07955 16.406 3.00687 15.6454L3 15.5009V4.50092C3 3.72122 3.59489 3.08047 4.35554 3.00778L4.5 3.00092H9C9.7797 3.00092 10.4204 3.5958 10.4931 4.35646L10.5 4.50092V4.75534L12.6886 2.48609C13.2276 1.92691 14.0959 1.8766 14.6956 2.34798L14.8118 2.44922L17.5694 5.17386C18.1219 5.71976 18.1614 6.5886 17.68 7.18505L17.5767 7.30053L15.266 9.50034L15.5 9.50092C16.2797 9.50092 16.9204 10.0958 16.9931 10.8565L17 11.0009V15.5009C17 16.2806 16.4051 16.9214 15.6445 16.994L15.5 17.0009H4.5ZM9.5 10.5009H4V15.5009C4 15.7157 4.13542 15.8988 4.32553 15.9696L4.41012 15.9929L4.5 16.0009H9.5V10.5009ZM15.5 10.5009H10.5V16.0009H15.5C15.7455 16.0009 15.9496 15.824 15.9919 15.5908L16 15.5009V11.0009C16 10.7555 15.8231 10.5513 15.5899 10.509L15.5 10.5009ZM10.5 7.71034V9.50034H12.29L10.5 7.71034ZM9 4.00092H4.5C4.25454 4.00092 4.05039 4.17779 4.00806 4.41104L4 4.50092V9.50092H9.5V4.50092C9.5 4.28614 9.36458 4.10299 9.17447 4.0322L9.08988 4.00897L9 4.00092Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 7.5C7 4.42386 9.42386 2 12.5 2C15.5761 2 18 4.42386 18 7.5C18 10.5761 15.5761 13 12.5 13C12.0069 13 11.4935 12.9536 11 12.8199V13C11 13.5523 10.5523 14 10 14H9V15C9 15.5523 8.55228 16 8 16H7V16.5C7 17.3284 6.32843 18 5.5 18H3.5C2.67157 18 2 17.3284 2 16.5V14.9142C2 14.5164 2.15804 14.1349 2.43934 13.8536L6.98018 9.31271C7.11378 9.17912 7.17968 8.94454 7.12154 8.67456C7.04001 8.29598 7 7.89668 7 7.5ZM15 6C15 5.44772 14.5523 5 14 5C13.4477 5 13 5.44772 13 6C13 6.55228 13.4477 7 14 7C14.5523 7 15 6.55228 15 6Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.75 5.25C8.75 6.49264 7.74264 7.5 6.5 7.5C5.25736 7.5 4.25 6.49264 4.25 5.25C4.25 4.00736 5.25736 3 6.5 3C7.74264 3 8.75 4.00736 8.75 5.25ZM4 8C3.44772 8 3 8.44772 3 9V13.5C3 15.433 4.567 17 6.5 17C8.433 17 10 15.433 10 13.5V9C10 8.44772 9.55229 8 9 8H4ZM9.74984 5.25C9.74984 5.89992 9.55907 6.50529 9.23046 7.01315C9.64289 7.06051 10.0172 7.23331 10.3141 7.49244C10.3754 7.49745 10.4373 7.5 10.4998 7.5C11.7425 7.5 12.7498 6.49264 12.7498 5.25C12.7498 4.00736 11.7425 3 10.4998 3C10.0101 3 9.55689 3.15647 9.1875 3.42215C9.54238 3.94295 9.74984 4.57225 9.74984 5.25ZM9.49908 16.8548C10.4201 16.0308 10.9998 14.8331 10.9998 13.5V9C10.9998 8.63571 10.9024 8.29417 10.7323 8H12.9998C13.5521 8 13.9998 8.44772 13.9998 9V13.5C13.9998 15.433 12.4328 17 10.4998 17C10.1521 17 9.81616 16.9493 9.49908 16.8548ZM13.7498 5.25C13.7498 5.89992 13.5591 6.50529 13.2305 7.01315C13.6429 7.06051 14.0172 7.23331 14.3141 7.49244C14.3754 7.49745 14.4373 7.5 14.4998 7.5C15.7425 7.5 16.7498 6.49264 16.7498 5.25C16.7498 4.00736 15.7425 3 14.4998 3C14.0101 3 13.5569 3.15647 13.1875 3.42215C13.5424 3.94295 13.7498 4.57225 13.7498 5.25ZM13.4991 16.8548C14.4201 16.0308 14.9998 14.8331 14.9998 13.5V9C14.9998 8.63571 14.9024 8.29417 14.7323 8H16.9998C17.5521 8 17.9998 8.44772 17.9998 9V13.5C17.9998 15.433 16.4328 17 14.4998 17C14.1521 17 13.8162 16.9493 13.4991 16.8548Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.5 4.5C12.5 5.88071 11.3807 7 10 7C8.61929 7 7.5 5.88071 7.5 4.5C7.5 3.11929 8.61929 2 10 2C11.3807 2 12.5 3.11929 12.5 4.5ZM17.5 5C17.5 6.10457 16.6046 7 15.5 7C14.3954 7 13.5 6.10457 13.5 5C13.5 3.89543 14.3954 3 15.5 3C16.6046 3 17.5 3.89543 17.5 5ZM4.5 7C5.60457 7 6.5 6.10457 6.5 5C6.5 3.89543 5.60457 3 4.5 3C3.39543 3 2.5 3.89543 2.5 5C2.5 6.10457 3.39543 7 4.5 7ZM6 9.25C6 8.55964 6.55964 8 7.25 8H12.75C13.4404 8 14 8.55964 14 9.25V14C14 16.2091 12.2091 18 10 18C7.79086 18 6 16.2091 6 14V9.25ZM5 9.25C5 8.78746 5.13957 8.35752 5.37889 8H3.25C2.55964 8 2 8.55964 2 9.25V13C2 14.6569 3.34315 16 5 16C5.13712 16 5.27209 15.9908 5.40434 15.973C5.14412 15.3677 5 14.7007 5 14V9.25ZM15 14C15 14.7007 14.8559 15.3677 14.5957 15.973C14.7279 15.9908 14.8629 16 15 16C16.6569 16 18 14.6569 18 13V9.25C18 8.55964 17.4404 8 16.75 8H14.6211C14.8604 8.35752 15 8.78746 15 9.25V14Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.75 10C8.54493 10 10 8.54493 10 6.75C10 4.95507 8.54493 3.5 6.75 3.5C4.95507 3.5 3.5 4.95507 3.5 6.75C3.5 8.54493 4.95507 10 6.75 10ZM12.4373 15.1449C12.9668 15.3619 13.6409 15.5 14.4992 15.5C18.4992 15.5 18.4992 12.5 18.4992 12.5C18.4992 11.6716 17.8276 11 16.9992 11H12.3714C12.7641 11.4755 13 12.0852 13 12.75V13.0625C13 13.0625 13 13.0619 13 13.0646L13 13.0667L13 13.0713L12.9999 13.0814L12.9995 13.1058C12.9991 13.1238 12.9984 13.1453 12.9973 13.1701C12.995 13.2197 12.9908 13.2828 12.9835 13.3575C12.9688 13.5065 12.9408 13.7047 12.8875 13.9363C12.8096 14.2745 12.6743 14.6976 12.4373 15.1449ZM17 7.5C17 8.88071 15.8807 10 14.5 10C13.1193 10 12 8.88071 12 7.5C12 6.11929 13.1193 5 14.5 5C15.8807 5 17 6.11929 17 7.5ZM1.5 13C1.5 11.8954 2.39543 11 3.5 11H10C11.1046 11 12 11.8954 12 13C12 13 12 17 6.75 17C1.5 17 1.5 13 1.5 13ZM12.9995 13.1058L12.9973 13.1701L12.9995 13.1058Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 3.5C2 2.67157 2.67157 2 3.5 2H4.5C5.32843 2 6 2.67157 6 3.5V4.5C6 5.32843 5.32843 6 4.5 6H3.5C2.67157 6 2 5.32843 2 4.5V3.5ZM3.5 3C3.22386 3 3 3.22386 3 3.5V4.5C3 4.77614 3.22386 5 3.5 5H4.5C4.77614 5 5 4.77614 5 4.5V3.5C5 3.22386 4.77614 3 4.5 3H3.5ZM2 9.5C2 8.67157 2.67157 8 3.5 8H4.5C5.32843 8 6 8.67157 6 9.5V10.5C6 11.3284 5.32843 12 4.5 12H3.5C2.67157 12 2 11.3284 2 10.5V9.5ZM3.5 9C3.22386 9 3 9.22386 3 9.5V10.5C3 10.7761 3.22386 11 3.5 11H4.5C4.77614 11 5 10.7761 5 10.5V9.5C5 9.22386 4.77614 9 4.5 9H3.5ZM2 15.5C2 14.6716 2.67157 14 3.5 14H4.5C5.32843 14 6 14.6716 6 15.5V16.5C6 17.3284 5.32843 18 4.5 18H3.5C2.67157 18 2 17.3284 2 16.5V15.5ZM3.5 15C3.22386 15 3 15.2239 3 15.5V16.5C3 16.7761 3.22386 17 3.5 17H4.5C4.77614 17 5 16.7761 5 16.5V15.5C5 15.2239 4.77614 15 4.5 15H3.5ZM8 4.5C8 4.22386 8.22386 4 8.5 4H17.5C17.7761 4 18 4.22386 18 4.5C18 4.77614 17.7761 5 17.5 5H8.5C8.22386 5 8 4.77614 8 4.5ZM8 10.5C8 10.2239 8.22386 10 8.5 10H17.5C17.7761 10 18 10.2239 18 10.5C18 10.7761 17.7761 11 17.5 11H8.5C8.22386 11 8 10.7761 8 10.5ZM8 16.5C8 16.2239 8.22386 16 8.5 16H17.5C17.7761 16 18 16.2239 18 16.5C18 16.7761 17.7761 17 17.5 17H8.5C8.22386 17 8 16.7761 8 16.5Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.5 17.0009C3.7203 17.0009 3.07955 16.406 3.00687 15.6454L3 15.5009V4.50092C3 3.72122 3.59489 3.08047 4.35554 3.00778L4.5 3.00092H9C9.7797 3.00092 10.4204 3.5958 10.4931 4.35646L10.5 4.50092V4.75534L12.6886 2.48609C13.2276 1.92691 14.0959 1.8766 14.6956 2.34798L14.8118 2.44922L17.5694 5.17386C18.1219 5.71976 18.1614 6.5886 17.68 7.18505L17.5767 7.30053L15.266 9.50034L15.5 9.50092C16.2797 9.50092 16.9204 10.0958 16.9931 10.8565L17 11.0009V15.5009C17 16.2806 16.4051 16.9214 15.6445 16.994L15.5 17.0009H4.5ZM9.5 10.5009H4V15.5009C4 15.7157 4.13542 15.8988 4.32553 15.9696L4.41012 15.9929L4.5 16.0009H9.5V10.5009ZM15.5 10.5009H10.5V16.0009H15.5C15.7455 16.0009 15.9496 15.824 15.9919 15.5908L16 15.5009V11.0009C16 10.7555 15.8231 10.5513 15.5899 10.509L15.5 10.5009ZM10.5 7.71034V9.50034H12.29L10.5 7.71034ZM9 4.00092H4.5C4.25454 4.00092 4.05039 4.17779 4.00806 4.41104L4 4.50092V9.50092H9.5V4.50092C9.5 4.28614 9.36458 4.10299 9.17447 4.0322L9.08988 4.00897L9 4.00092ZM14.1222 3.17357C13.9396 2.99744 13.6692 2.98247 13.4768 3.12096L13.4086 3.18007L10.7926 5.89421C10.6271 6.06592 10.6086 6.32593 10.7356 6.51736L10.799 6.59475L13.4147 9.21046C13.5826 9.37838 13.8409 9.40226 14.0345 9.28022L14.1131 9.21898L16.8708 6.59231C17.0433 6.4177 17.061 6.14817 16.9248 5.95411L16.8665 5.88521L14.1222 3.17357Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.5 6.5C7.5 5.94772 7.94772 5.5 8.5 5.5C9.05229 5.5 9.5 5.94772 9.5 6.5C9.5 7.05228 9.05229 7.5 8.5 7.5C7.94772 7.5 7.5 7.05228 7.5 6.5ZM8.5 12.5C7.94772 12.5 7.5 12.9477 7.5 13.5C7.5 14.0523 7.94772 14.5 8.5 14.5C9.05229 14.5 9.5 14.0523 9.5 13.5C9.5 12.9477 9.05229 12.5 8.5 12.5ZM7.5 10C7.5 9.44771 7.94772 9 8.5 9C9.05229 9 9.5 9.44771 9.5 10C9.5 10.5523 9.05229 11 8.5 11C7.94772 11 7.5 10.5523 7.5 10ZM12 5.5C11.4477 5.5 11 5.94772 11 6.5C11 7.05228 11.4477 7.5 12 7.5C12.5523 7.5 13 7.05228 13 6.5C13 5.94772 12.5523 5.5 12 5.5ZM11 10C11 9.44771 11.4477 9 12 9C12.5523 9 13 9.44771 13 10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10ZM4 4.25C4 3.00736 5.00736 2 6.25 2H14.25C15.4926 2 16.5 3.00736 16.5 4.25V9.4993H17.7528C18.9954 9.4993 20.0028 10.5067 20.0028 11.7493V13.1027C19.5633 13.2265 19.1684 13.4568 18.8478 13.7641C18.7639 13.5004 18.6473 13.2513 18.5028 13.0216V11.7493C18.5028 11.3351 18.167 10.9993 17.7528 10.9993H15.75C15.3358 10.9993 15 10.6635 15 10.2493V4.25C15 3.83579 14.6642 3.5 14.25 3.5H6.25C5.83579 3.5 5.5 3.83579 5.5 4.25V20H11.0018C11.0162 20.5037 11.1183 21.016 11.3241 21.5H4.75C4.33579 21.5 4 21.1642 4 20.75V4.25ZM18 14.75C18 15.9926 16.9926 17 15.75 17C14.5074 17 13.5 15.9926 13.5 14.75C13.5 13.5074 14.5074 12.5 15.75 12.5C16.9926 12.5 18 13.5074 18 14.75ZM19.5 19.875C19.5 21.4315 18.4286 23 15.75 23C13.0714 23 12 21.4374 12 19.875C12 18.8395 12.7195 18 13.6071 18H17.8929C18.7805 18 19.5 18.8395 19.5 19.875ZM20.75 17.5C21.7165 17.5 22.5 16.7165 22.5 15.75C22.5 14.7835 21.7165 14 20.75 14C19.7835 14 19 14.7835 19 15.75C19 16.7165 19.7835 17.5 20.75 17.5ZM20.4984 19.875C20.4984 20.5948 20.3199 21.3397 19.9159 21.9994C19.9451 21.9998 19.9745 22 20.0042 22C22.1471 22 23.0042 20.9021 23.0042 19.8125C23.0042 19.0876 22.4286 18.5 21.7185 18.5H20.1779C20.3858 18.9236 20.4984 19.3993 20.4984 19.875Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.46149 1.89751L9.45114 2.28698C9.80417 2.42592 10.1967 2.42592 10.5498 2.28698L11.5394 1.89751C12.7508 1.42078 14.1221 1.9888 14.6415 3.18245L15.0659 4.15764C15.2173 4.50551 15.4949 4.7831 15.8428 4.93449L16.818 5.35888C18.0116 5.87833 18.5796 7.24966 18.1029 8.461L17.7134 9.45065C17.5745 9.80368 17.5745 10.1962 17.7134 10.5493L18.1029 11.5389C18.5796 12.7503 18.0116 14.1216 16.818 14.6411L15.8428 15.0654C15.4949 15.2168 15.2173 15.4944 15.0659 15.8423L14.6415 16.8175C14.1221 18.0111 12.7508 18.5792 11.5394 18.1024L10.5498 17.7129C10.1967 17.574 9.80417 17.574 9.45114 17.7129L8.46149 18.1024C7.25014 18.5792 5.87882 18.0111 5.35937 16.8175L4.93498 15.8423C4.78359 15.4944 4.506 15.2168 4.15813 15.0654L3.18293 14.6411C1.98929 14.1216 1.42127 12.7503 1.898 11.5389L2.28747 10.5493C2.42641 10.1962 2.42641 9.80368 2.28747 9.45065L1.898 8.461C1.42127 7.24966 1.98929 5.87833 3.18293 5.35888L4.15813 4.93449C4.506 4.7831 4.78359 4.50551 4.93498 4.15764L5.35937 3.18245C5.87882 1.9888 7.25014 1.42078 8.46149 1.89751ZM11.9056 2.82804L10.916 3.21752C10.3276 3.44908 9.67332 3.44908 9.08493 3.21752L8.09527 2.82804C7.38499 2.54851 6.58089 2.88157 6.2763 3.58148L5.85191 4.55668C5.5996 5.13647 5.13696 5.59911 4.55716 5.85143L3.58197 6.27581C2.88206 6.5804 2.54899 7.3845 2.82853 8.09479L3.21801 9.08444C3.44956 9.67283 3.44956 10.3271 3.21801 10.9155L2.82853 11.9051C2.54899 12.6154 2.88206 13.4195 3.58197 13.7241L4.55716 14.1485C5.13696 14.4008 5.5996 14.8635 5.85191 15.4433L6.2763 16.4185C6.58089 17.1184 7.38499 17.4514 8.09527 17.1719L9.08493 16.7824C9.67332 16.5509 10.3276 16.5509 10.916 16.7824L11.9056 17.1719C12.6159 17.4514 13.42 17.1184 13.7246 16.4185L14.149 15.4433C14.4013 14.8635 14.864 14.4008 15.4437 14.1485L16.4189 13.7241C17.1188 13.4195 17.4519 12.6154 17.1724 11.9051L16.7829 10.9155C16.5513 10.3271 16.5513 9.67283 16.7829 9.08444L17.1724 8.09479C17.4519 7.3845 17.1188 6.5804 16.4189 6.27581L15.4437 5.85143C14.864 5.59911 14.4013 5.13647 14.149 4.55668L13.7246 3.58148C13.42 2.88157 12.6159 2.54851 11.9056 2.82804ZM8.97905 11.7715L12.6267 7.66779C12.8102 7.46139 13.1262 7.4428 13.3326 7.62626C13.5161 7.78934 13.5512 8.05716 13.4278 8.25962L13.3742 8.33215L9.37416 12.8321C9.20427 13.0233 8.92251 13.0522 8.71913 12.9134L8.6469 12.8535L6.6469 10.8535C6.45164 10.6583 6.45164 10.3417 6.6469 10.1464C6.82047 9.97285 7.08989 9.95356 7.28476 10.0886L7.35401 10.1464L8.97905 11.7715L12.6267 7.66779L8.97905 11.7715Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.85355 0.146447C7.65829 -0.0488155 7.34171 -0.0488155 7.14645 0.146447C6.95118 0.341709 6.95118 0.658291 7.14645 0.853553L8.29603 2.00314C4.80056 2.11088 2 4.97839 2 8.5C2 12.0899 4.91015 15 8.5 15C12.0899 15 15 12.0899 15 8.5C15 8.48656 15 8.47313 14.9999 8.45971C14.9983 8.2001 14.7805 8 14.5209 8H14.4782C14.2093 8 14 8.23107 14 8.5C14 11.5376 11.5376 14 8.5 14C5.46243 14 3 11.5376 3 8.5C3 5.53311 5.34917 3.11491 8.28892 3.00398L7.14645 4.14645C6.95118 4.34171 6.95118 4.65829 7.14645 4.85355C7.34171 5.04882 7.65829 5.04882 7.85355 4.85355L9.85355 2.85355C10.0488 2.65829 10.0488 2.34171 9.85355 2.14645L7.85355 0.146447ZM11.8536 6.14645C12.0488 6.34171 12.0488 6.65829 11.8536 6.85355L8.85355 9.85355C8.65829 10.0488 8.34171 10.0488 8.14645 9.85355L6.64645 8.35355C6.45118 8.15829 6.45118 7.84171 6.64645 7.64645C6.84171 7.45118 7.15829 7.45118 7.35355 7.64645L8.5 8.79289L11.1464 6.14645C11.3417 5.95118 11.6583 5.95118 11.8536 6.14645Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.06562 19.9432L15.5656 5.44321C15.7351 5.06524 16.1788 4.89618 16.5568 5.06562C16.9033 5.22094 17.0742 5.60677 16.9698 5.96113L16.9344 6.05679L10.4344 20.5568C10.2649 20.9348 9.82118 21.1038 9.44321 20.9344C9.09673 20.7791 8.92581 20.3932 9.03024 20.0389L9.06562 19.9432L15.5656 5.44321L9.06562 19.9432ZM3.21967 12.4697L7.46967 8.21967C7.76256 7.92678 8.23744 7.92678 8.53033 8.21967C8.7966 8.48594 8.8208 8.9026 8.60295 9.19621L8.53033 9.28033L4.81066 13L8.53033 16.7197C8.82322 17.0126 8.82322 17.4874 8.53033 17.7803C8.26406 18.0466 7.8474 18.0708 7.55379 17.853L7.46967 17.7803L3.21967 13.5303C2.9534 13.2641 2.9292 12.8474 3.14705 12.5538L3.21967 12.4697L7.46967 8.21967L3.21967 12.4697ZM17.4697 8.21967C17.7359 7.95341 18.1526 7.9292 18.4462 8.14705L18.5303 8.21967L22.7803 12.4697C23.0466 12.7359 23.0708 13.1526 22.8529 13.4462L22.7803 13.5303L18.5303 17.7803C18.2374 18.0732 17.7626 18.0732 17.4697 17.7803C17.2034 17.5141 17.1792 17.0974 17.3971 16.8038L17.4697 16.7197L21.1893 13L17.4697 9.28033C17.1768 8.98744 17.1768 8.51257 17.4697 8.21967Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1 5C1 3.89543 1.89543 3 3 3H13C14.1046 3 15 3.89543 15 5V10C15 10.8062 14.523 11.501 13.8358 11.8175C13.7656 11.6802 13.6736 11.5523 13.5607 11.4394L13.1148 10.9935C13.613 10.9366 14 10.5135 14 10V5C14 4.44772 13.5523 4 13 4H3C2.44772 4 2 4.44772 2 5V10C2 10.5523 2.44772 11 3 11H7V12H3C1.89543 12 1 11.1046 1 10V5ZM8.85355 8.14645C8.71055 8.00345 8.4955 7.96067 8.30866 8.03806C8.12182 8.11545 8 8.29777 8 8.5V14.5C8 14.7152 8.13771 14.9063 8.34189 14.9743C8.54606 15.0424 8.77087 14.9722 8.9 14.8L10.25 13H12.5C12.7022 13 12.8845 12.8782 12.9619 12.6913C13.0393 12.5045 12.9966 12.2894 12.8536 12.1464L8.85355 8.14645ZM9 13V9.70711L11.2929 12H10C9.84262 12 9.69443 12.0741 9.6 12.2L9 13Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM8 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3ZM5.83859 5.96569L5.89645 5.89645C6.07001 5.72288 6.33944 5.7036 6.53431 5.83859L6.60355 5.89645L8 7.293L9.39645 5.89645C9.57001 5.72288 9.83944 5.7036 10.0343 5.83859L10.1036 5.89645C10.2771 6.07001 10.2964 6.33944 10.1614 6.53431L10.1036 6.60355L8.707 8L10.1036 9.39645C10.2771 9.57001 10.2964 9.83944 10.1614 10.0343L10.1036 10.1036C9.92999 10.2771 9.66056 10.2964 9.46569 10.1614L9.39645 10.1036L8 8.707L6.60355 10.1036C6.42999 10.2771 6.16056 10.2964 5.96569 10.1614L5.89645 10.1036C5.72288 9.92999 5.7036 9.66056 5.83859 9.46569L5.89645 9.39645L7.293 8L5.89645 6.60355C5.72288 6.42999 5.7036 6.16056 5.83859 5.96569L5.89645 5.89645L5.83859 5.96569Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 3C3 1.89543 3.89543 1 5 1H8.58579C8.98361 1 9.36514 1.15804 9.64645 1.43934L12.5607 4.35355C12.842 4.63486 13 5.01639 13 5.41421V13C13 14.1046 12.1046 15 11 15H5C3.89543 15 3 14.1046 3 13V3ZM5 2C4.44772 2 4 2.44772 4 3V13C4 13.5523 4.44772 14 5 14H11C11.5523 14 12 13.5523 12 13V6H9.5C8.67157 6 8 5.32843 8 4.5V2H5ZM9.5 5H11.7929L9 2.20711V4.5C9 4.77614 9.22386 5 9.5 5ZM5.5 8C5.22386 8 5 8.22386 5 8.5C5 8.77614 5.22386 9 5.5 9H10.5C10.7761 9 11 8.77614 11 8.5C11 8.22386 10.7761 8 10.5 8H5.5ZM5 10.5C5 10.2239 5.22386 10 5.5 10H10.5C10.7761 10 11 10.2239 11 10.5C11 10.7761 10.7761 11 10.5 11H5.5C5.22386 11 5 10.7761 5 10.5ZM5.5 12C5.22386 12 5 12.2239 5 12.5C5 12.7761 5.22386 13 5.5 13H10.5C10.7761 13 11 12.7761 11 12.5C11 12.2239 10.7761 12 10.5 12H5.5Z" fill="#1A1A1A"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 6C15 6.55228 14.5523 7 14 7C13.4477 7 13 6.55228 13 6C13 5.44772 13.4477 5 14 5C14.5523 5 15 5.44772 15 6ZM12.5 2C9.42386 2 7 4.42386 7 7.5C7 7.89668 7.04001 8.29598 7.12154 8.67456C7.17968 8.94454 7.11378 9.17912 6.98018 9.31271L2.43934 13.8536C2.15804 14.1349 2 14.5164 2 14.9142V16.5C2 17.3284 2.67157 18 3.5 18H5.5C6.32843 18 7 17.3284 7 16.5V16H8C8.55228 16 9 15.5523 9 15V14H10C10.5523 14 11 13.5523 11 13V12.8199C11.4935 12.9536 12.0069 13 12.5 13C15.5761 13 18 10.5761 18 7.5C18 4.42386 15.5761 2 12.5 2ZM8 7.5C8 4.97614 9.97614 3 12.5 3C15.0239 3 17 4.97614 17 7.5C17 10.0239 15.0239 12 12.5 12C11.8408 12 11.2274 11.9047 10.7236 11.6528C10.5686 11.5753 10.3845 11.5836 10.2371 11.6747C10.0897 11.7658 10 11.9267 10 12.1V13H9C8.44772 13 8 13.4477 8 14V15H7C6.44772 15 6 15.4477 6 16V16.5C6 16.7761 5.77614 17 5.5 17H3.5C3.22386 17 3 16.7761 3 16.5V14.9142C3 14.7816 3.05268 14.6544 3.14645 14.5607L7.68729 10.0198C8.11942 9.58768 8.20942 8.97619 8.09913 8.46404C8.03354 8.15949 8 7.83105 8 7.5Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.35281 4.33368C4.53936 4.14776 4.83968 4.15785 5.02591 4.34409C5.22983 4.548 5.21706 4.88095 5.01461 5.08633C3.76882 6.35014 3 8.08538 3 10.0002C3 11.9903 3.83047 13.7864 5.16377 15.0609C5.37638 15.2642 5.39483 15.6054 5.18685 15.8133C5.00478 15.9954 4.71256 16.0094 4.52487 15.8331C2.97073 14.3738 2 12.3003 2 10.0002C2 7.78613 2.89942 5.78215 4.35281 4.33368ZM14.9854 5.08633C14.7829 4.88095 14.7702 4.548 14.9741 4.34409C15.1603 4.15785 15.4606 4.14776 15.6472 4.33368C17.1006 5.78215 18 7.78613 18 10.0002C18 12.3003 17.0293 14.3738 15.4751 15.8331C15.2874 16.0094 14.9952 15.9954 14.8132 15.8133C14.6052 15.6054 14.6236 15.2642 14.8362 15.0609C16.1695 13.7864 17 11.9903 17 10.0002C17 8.08538 16.2312 6.35014 14.9854 5.08633ZM6.13159 6.09039C6.31407 5.90982 6.60608 5.92412 6.78761 6.10565C6.99573 6.31377 6.97537 6.65519 6.7704 6.8664C5.98409 7.67664 5.5 8.78181 5.5 10C5.5 11.2906 6.04324 12.4542 6.91351 13.2747C7.13387 13.4825 7.16356 13.8365 6.9494 14.0506C6.77419 14.2259 6.49437 14.2454 6.31064 14.0791C5.19861 13.0728 4.5 11.618 4.5 10C4.5 8.47077 5.12414 7.08728 6.13159 6.09039ZM13.2296 6.8664C13.0246 6.65519 13.0043 6.31377 13.2124 6.10565C13.3939 5.92412 13.6859 5.90982 13.8684 6.09039C14.8759 7.08728 15.5 8.47077 15.5 10C15.5 11.618 14.8014 13.0728 13.6894 14.0791C13.5056 14.2454 13.2258 14.2259 13.0506 14.0506C12.8364 13.8365 12.8661 13.4825 13.0865 13.2747C13.9568 12.4542 14.5 11.2906 14.5 10C14.5 8.78181 14.0159 7.67664 13.2296 6.8664ZM10 8.75009C9.30964 8.75009 8.75 9.30974 8.75 10.0001C8.75 10.6904 9.30964 11.2501 10 11.2501C10.6904 11.2501 11.25 10.6904 11.25 10.0001C11.25 9.30974 10.6904 8.75009 10 8.75009Z" fill="currentColor"/>
3
+ </svg>