@acorex/platform-generator 18.0.7 → 18.0.8

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 (55) hide show
  1. package/README.md +11 -11
  2. package/generators.json +9 -9
  3. package/package.json +1 -1
  4. package/src/generators/app-module/files/.eslintrc.json.template +40 -40
  5. package/src/generators/app-module/files/jest.config.ts.template +22 -22
  6. package/src/generators/app-module/files/project.json.template +308 -308
  7. package/src/generators/app-module/files/src/app/app.component.ts.template +10 -10
  8. package/src/generators/app-module/files/src/app/app.module.ts.template +99 -99
  9. package/src/generators/app-module/files/src/app/app.routes.ts.template +13 -13
  10. package/src/generators/app-module/files/src/app/header-interceptor.interceptor.ts.template +33 -33
  11. package/src/generators/app-module/files/src/app/modules/auth/application.loader.ts.template +34 -34
  12. package/src/generators/app-module/files/src/app/modules/auth/auth-root.module.ts.template +52 -52
  13. package/src/generators/app-module/files/src/app/modules/auth/auth.strategy.ts.template +91 -91
  14. package/src/generators/app-module/files/src/app/modules/auth/feature.loader.ts.template +17 -17
  15. package/src/generators/app-module/files/src/app/modules/auth/permission.loader.ts.template +21 -21
  16. package/src/generators/app-module/files/src/app/modules/auth/tenant.loader.ts.template +32 -32
  17. package/src/generators/app-module/files/src/app/modules/common/translation-root.module.ts.template +45 -45
  18. package/src/generators/app-module/files/src/app/modules/layout/entity.loader.ts.template +21 -21
  19. package/src/generators/app-module/files/src/app/modules/layout/layout-root.module.ts.template +79 -79
  20. package/src/generators/app-module/files/src/app/modules/layout/menu.loader.ts.template +159 -159
  21. package/src/generators/app-module/files/src/app/modules/root/home/home.page.html.template +2 -2
  22. package/src/generators/app-module/files/src/app/modules/root/home/home.page.ts.template +9 -9
  23. package/src/generators/app-module/files/src/app/modules/root/root.module.ts.template +32 -32
  24. package/src/generators/app-module/files/src/app/modules/root/sample/sample.entity.ts.template +184 -184
  25. package/src/generators/app-module/files/src/assets/auth-background.svg +6 -6
  26. package/src/generators/app-module/files/src/assets/documents.svg +9 -9
  27. package/src/generators/app-module/files/src/assets/fonts/font-awesome/css/brands.min.css +1457 -1457
  28. package/src/generators/app-module/files/src/assets/fonts/font-awesome/css/fontawesome.min.css +11291 -11291
  29. package/src/generators/app-module/files/src/assets/fonts/font-awesome/css/light.min.css +22 -22
  30. package/src/generators/app-module/files/src/assets/fonts/font-awesome/css/regular.min.css +22 -22
  31. package/src/generators/app-module/files/src/assets/fonts/font-awesome/css/solid.min.css +5 -5
  32. package/src/generators/app-module/files/src/assets/i18n/en/auth.json +49 -49
  33. package/src/generators/app-module/files/src/assets/i18n/en/common.json +179 -179
  34. package/src/generators/app-module/files/src/assets/images/error/error-404.svg +336 -336
  35. package/src/generators/app-module/files/src/assets/images/error/error-offline.svg +133 -133
  36. package/src/generators/app-module/files/src/assets/logos/logo-colored.svg +18 -18
  37. package/src/generators/app-module/files/src/assets/logos/logo-white.svg +17 -17
  38. package/src/generators/app-module/files/src/assets/themes/default/default.scss.template +141 -141
  39. package/src/generators/app-module/files/src/environments/environment.dev.ts.template +19 -19
  40. package/src/generators/app-module/files/src/environments/environment.local.ts.template +19 -19
  41. package/src/generators/app-module/files/src/environments/environment.prod.ts.template +19 -19
  42. package/src/generators/app-module/files/src/environments/environment.test.local.ts.template +19 -19
  43. package/src/generators/app-module/files/src/environments/environment.test.ts.template +19 -19
  44. package/src/generators/app-module/files/src/environments/environment.ts.template +19 -19
  45. package/src/generators/app-module/files/src/index.html.template +34 -34
  46. package/src/generators/app-module/files/src/main.ts.template +6 -6
  47. package/src/generators/app-module/files/src/styles.scss.template +188 -188
  48. package/src/generators/app-module/files/src/test-setup.ts.template +7 -7
  49. package/src/generators/app-module/files/tailwind.config.js.template +18 -18
  50. package/src/generators/app-module/files/tsconfig.app.json.template +10 -10
  51. package/src/generators/app-module/files/tsconfig.editor.json.template +7 -7
  52. package/src/generators/app-module/files/tsconfig.json.template +34 -34
  53. package/src/generators/app-module/files/tsconfig.spec.json.template +11 -11
  54. package/src/generators/app-module/schema.d.ts +4 -4
  55. package/src/generators/app-module/schema.json +27 -27
@@ -1,133 +1,133 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
- <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
- width="1024.000000pt" height="1024.000000pt" viewBox="0 0 1024.000000 1024.000000"
6
- preserveAspectRatio="xMidYMid meet">
7
- <metadata>
8
- Created by potrace 1.16, written by Peter Selinger 2001-2019
9
- </metadata>
10
- <g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
11
- fill="#000000" stroke="none">
12
- <path d="M4567 7816 c-84 -23 -147 -105 -147 -191 0 -73 51 -154 118 -189 28
13
- -14 36 -33 112 -258 44 -134 84 -251 87 -260 3 -10 0 -18 -6 -18 -44 0 -233
14
- -109 -332 -191 l-46 -38 -154 -2 c-197 -1 -254 -11 -357 -59 -143 -67 -247
15
- -191 -287 -341 -10 -38 -15 -111 -15 -240 l0 -186 -41 -6 c-50 -7 -125 -56
16
- -160 -105 -44 -62 -51 -102 -47 -292 2 -145 6 -181 21 -211 35 -71 85 -109
17
- 208 -157 26 -10 27 -13 31 -115 3 -97 6 -109 42 -183 44 -87 125 -181 194
18
- -221 93 -55 139 -66 287 -72 l140 -6 -85 -57 c-104 -69 -242 -209 -298 -303
19
- -98 -166 -127 -363 -73 -504 40 -107 143 -208 238 -234 l42 -11 3 -162 c4
20
- -216 -7 -204 195 -204 l153 0 -2 -307 -3 -308 -62 -6 c-63 -6 -117 -31 -110
21
- -52 9 -29 76 -32 912 -32 881 0 925 2 925 40 0 24 -40 38 -125 44 l-80 6 0
22
- 305 0 305 160 3 c130 2 162 5 177 19 16 14 18 35 18 183 l0 167 43 13 c105 31
23
- 168 88 221 199 30 63 31 71 31 191 -1 144 -19 211 -97 348 -54 97 -185 230
24
- -292 297 l-79 50 119 8 c190 12 279 46 387 147 101 94 149 205 162 370 l6 75
25
- 59 17 c41 13 70 30 103 62 67 64 77 109 77 325 0 164 -2 180 -24 227 -29 63
26
- -94 119 -162 140 l-51 17 -7 200 c-8 220 -18 264 -81 362 -42 66 -139 157
27
- -201 188 -97 49 -144 57 -337 57 l-178 0 -102 80 c-94 75 -240 160 -273 160
28
- -19 0 -18 10 15 114 16 50 51 160 77 244 l48 153 49 35 c65 47 91 103 85 190
29
- -4 70 -20 98 -82 148 -51 42 -143 49 -212 16 -115 -56 -148 -218 -63 -314 l30
30
- -35 -36 -123 c-20 -68 -53 -178 -72 -245 l-36 -122 -31 6 c-38 8 -251 10 -330
31
- 3 l-58 -5 -44 135 c-24 74 -58 186 -75 248 -28 105 -29 113 -13 129 26 27 54
32
- 101 54 146 -1 85 -68 174 -147 196 -47 13 -56 13 -116 -3z m133 -103 c56 -51
33
- 51 -150 -9 -186 -59 -35 -144 -10 -176 52 -19 38 -19 55 1 97 32 68 128 87
34
- 184 37z m964 6 c35 -28 56 -70 56 -114 0 -28 -7 -44 -31 -66 -26 -24 -39 -29
35
- -84 -29 -47 0 -58 4 -89 34 -41 38 -48 84 -21 136 30 58 118 79 169 39z m-930
36
- -451 c27 -90 61 -199 77 -243 26 -74 26 -107 0 -91 -6 4 -35 84 -65 179 -102
37
- 321 -101 317 -73 317 8 0 33 -67 61 -162z m844 130 c-9 -43 -140 -453 -146
38
- -460 -4 -4 -12 -4 -19 0 -8 5 4 57 43 182 30 96 62 203 70 238 13 50 20 62 36
39
- 62 16 0 19 -5 16 -22z m-338 -518 c97 -12 226 -49 318 -91 57 -25 192 -113
40
- 192 -124 0 -7 -1202 -6 -1227 1 -21 6 -20 8 19 41 81 67 259 142 397 167 94
41
- 17 191 19 301 6z m1054 -326 c109 -27 232 -139 279 -254 l22 -55 0 -680 0
42
- -680 -32 -67 c-42 -89 -110 -160 -190 -200 -58 -28 -75 -32 -201 -39 -75 -4
43
- -599 -6 -1164 -4 -1146 3 -1083 -1 -1194 74 -96 65 -155 159 -174 278 -14 80
44
- -13 1210 1 1292 24 153 127 274 276 327 l68 24 1123 0 c989 0 1130 -2 1186
45
- -16z m477 -817 c18 -12 44 -38 57 -57 23 -34 23 -40 20 -226 l-3 -191 -28 -36
46
- c-26 -34 -98 -69 -113 -54 -3 3 -8 136 -11 296 l-5 291 25 0 c13 0 39 -10 58
47
- -23z m-3231 -283 l0 -295 -22 6 c-46 14 -98 56 -119 96 -18 37 -21 60 -22 208
48
- -2 151 0 169 19 201 25 44 78 80 115 80 l29 0 0 -296z m2108 -1003 l212 -1 0
49
- -150 0 -150 -97 -1 c-54 0 -359 -2 -678 -4 -319 -2 -610 -1 -647 2 l-68 5 3
50
- 147 2 146 35 5 c19 3 258 4 530 3 272 -1 591 -2 708 -2z m-1440 -170 c43 -34
51
- 72 -77 72 -104 0 -8 -12 -19 -26 -26 -23 -10 -28 -9 -41 9 -29 42 -84 90 -108
52
- 96 -38 9 -38 19 2 47 40 29 39 29 101 -22z m1926 15 l30 -23 -41 -26 c-23 -15
53
- -54 -42 -70 -62 -27 -33 -73 -49 -73 -24 0 5 -4 7 -10 4 -22 -13 -8 26 23 67
54
- 29 38 89 88 106 88 3 0 19 -11 35 -24z m-2098 -287 l0 -86 -76 -6 c-42 -3 -88
55
- -11 -103 -16 -35 -13 -34 -8 5 87 44 108 50 113 117 110 l56 -3 1 -86z m2274
56
- 78 c16 -8 34 -37 57 -92 41 -102 42 -110 4 -90 -16 8 -60 18 -98 21 l-68 6 -2
57
- 84 -3 84 43 0 c23 0 53 -6 67 -13z m-205 -33 c12 -5 15 -28 15 -120 l0 -113
58
- -29 -15 c-73 -38 -130 -127 -131 -204 0 -78 35 -137 118 -194 l43 -29 -3 -147
59
- -3 -147 -990 0 -990 0 -3 150 -2 150 40 23 c25 14 51 41 70 75 28 47 31 59 28
60
- 128 -3 65 -7 81 -32 114 -16 20 -48 51 -72 68 l-44 31 0 106 c0 70 4 110 12
61
- 118 9 9 236 12 985 12 535 0 980 -3 988 -6z m-2091 -194 c36 -13 33 -22 -17
62
- -43 -63 -25 -112 -70 -141 -128 -30 -61 -39 -51 -40 46 -1 49 3 68 19 85 39
63
- 45 120 63 179 40z m2331 0 c14 -5 37 -22 50 -36 21 -22 25 -36 24 -83 -1 -31
64
- -4 -67 -8 -80 -6 -23 -8 -22 -19 16 -14 48 -69 101 -142 138 -43 22 -49 29
65
- -40 41 14 16 95 19 135 4z m-81 -138 c65 -38 89 -154 41 -206 -46 -50 -118
66
- -60 -185 -26 -47 24 -70 64 -70 120 0 112 112 171 214 112z m-2139 -2 c90 -56
67
- 84 -195 -10 -240 -23 -11 -52 -20 -64 -20 -34 0 -88 29 -116 62 -48 56 -24
68
- 166 43 203 39 21 109 19 147 -5z m1133 -1001 l-3 -282 -139 -1 -140 -1 2 275
69
- c2 204 6 276 15 282 6 4 69 8 140 8 l127 0 -2 -281z m-368 241 l0 -30 -210 0
70
- -210 0 0 30 0 30 210 0 210 0 0 -30z m870 0 l0 -30 -205 0 -205 0 0 30 0 30
71
- 205 0 205 0 0 -30z m-870 -160 l0 -60 -210 0 -210 0 0 44 c0 80 -12 76 216 76
72
- l204 0 0 -60z m868 -2 l3 -58 -211 0 -210 0 0 44 c0 80 -12 76 214 73 l201 -2
73
- 3 -57z m-868 -180 l0 -58 -210 0 -210 0 0 60 0 61 210 -3 210 -3 0 -57z m758
74
- 55 l112 -6 0 -52 0 -52 -97 -5 c-54 -3 -149 -3 -210 0 l-113 5 0 52 c0 28 3
75
- 55 7 58 8 9 155 9 301 0z m-758 -235 l0 -58 -210 0 -210 0 0 53 c0 30 3 57 7
76
- 61 4 4 99 6 210 5 l203 -3 0 -58z m718 55 l152 -6 0 -54 0 -53 -205 0 -205 0
77
- 0 60 0 60 53 0 c30 0 122 -3 205 -7z"/>
78
- <path d="M4150 6350 c-123 -10 -211 -61 -265 -155 -45 -77 -47 -116 -43 -675
79
- 3 -509 4 -526 24 -570 12 -25 38 -61 58 -79 41 -40 47 -34 12 12 -65 87 -61
80
- 46 -61 662 l0 560 24 53 c30 67 98 127 164 147 44 13 195 15 1076 15 1009 0
81
- 1027 -1 1071 -21 24 -11 60 -32 78 -46 39 -29 92 -108 92 -135 0 -10 5 -18 10
82
- -18 31 0 -13 103 -67 157 -50 50 -118 82 -196 94 -68 10 -1855 9 -1977 -1z"/>
83
- <path d="M4490 5579 c-52 -16 -86 -45 -109 -92 -47 -98 -3 -220 92 -256 40
84
- -15 113 -14 145 3 58 30 102 103 102 169 0 46 -43 128 -82 154 -40 27 -101 36
85
- -148 22z"/>
86
- <path d="M5645 5576 c-83 -31 -138 -132 -115 -214 12 -47 59 -106 101 -128
87
- 109 -56 259 42 259 171 0 121 -130 212 -245 171z"/>
88
- <path d="M5065 5336 c-16 -7 -41 -25 -55 -40 -19 -21 -22 -31 -14 -44 16 -25
89
- 50 -26 71 -3 23 27 72 27 106 1 31 -25 53 -25 65 -2 15 28 -3 58 -50 81 -51
90
- 24 -80 26 -123 7z"/>
91
- <path d="M4404 3916 c-6 -16 12 -55 50 -105 21 -28 26 -46 26 -93 0 -55 1 -58
92
- 24 -58 29 0 36 16 36 79 0 38 5 52 28 74 15 14 36 42 46 62 17 31 18 38 5 46
93
- -26 16 -44 9 -72 -31 -16 -22 -32 -40 -36 -40 -5 0 -21 18 -36 40 -28 40 -61
94
- 52 -71 26z"/>
95
- <path d="M4670 3892 c-39 -39 -43 -51 -42 -124 1 -69 53 -113 133 -111 91 2
96
- 157 111 115 191 -26 50 -62 75 -116 80 -48 4 -52 3 -90 -36z m129 -39 c53 -44
97
- 24 -133 -43 -133 -67 0 -98 69 -55 124 24 31 66 35 98 9z"/>
98
- <path d="M4932 3913 c-5 -10 -8 -40 -7 -68 2 -27 3 -69 4 -93 1 -31 8 -50 26
99
- -67 33 -34 93 -34 132 -1 27 24 28 26 28 133 0 101 -1 108 -20 108 -18 0 -20
100
- -8 -23 -89 -3 -98 -12 -119 -51 -114 -26 3 -26 5 -29 92 -2 50 -8 96 -14 103
101
- -15 18 -36 16 -46 -4z"/>
102
- <path d="M5328 3919 c-19 -11 -92 -223 -84 -244 9 -23 35 -18 48 10 9 21 18
103
- 25 53 25 35 0 44 -4 53 -25 13 -28 39 -33 48 -10 9 22 -65 234 -85 244 -10 6
104
- -23 6 -33 0z"/>
105
- <path d="M5500 3917 c-24 -12 -25 -17 -28 -115 -3 -109 6 -142 38 -142 17 0
106
- 20 7 20 41 0 50 17 49 43 -4 12 -24 26 -37 38 -37 27 0 32 19 16 65 -11 33
107
- -11 44 0 65 7 14 13 37 13 52 0 59 -84 105 -140 75z"/>
108
- <path d="M5687 3914 c-4 -4 -7 -60 -7 -125 0 -135 2 -139 85 -139 56 0 85 14
109
- 85 40 0 18 -7 20 -55 20 -48 0 -55 3 -55 19 0 16 8 20 43 23 38 3 42 6 45 31
110
- 3 25 1 27 -36 27 -41 0 -73 23 -56 40 5 5 32 10 59 12 46 3 50 5 50 28 0 24
111
- -2 25 -75 28 -42 1 -79 0 -83 -4z"/>
112
- <path d="M4484 3500 c-11 -4 -32 -22 -46 -39 -68 -81 -30 -202 69 -220 75 -14
113
- 143 28 165 101 10 33 8 43 -13 84 -36 70 -109 101 -175 74z m75 -61 c44 -15
114
- 66 -60 49 -97 -42 -87 -159 -44 -141 52 4 21 28 43 59 56 1 0 15 -5 33 -11z"/>
115
- <path d="M4710 3491 c-5 -11 -10 -67 -10 -124 0 -80 3 -107 15 -117 27 -22 45
116
- -4 45 45 l0 45 45 0 c43 0 45 1 45 30 0 29 -2 30 -45 30 -41 0 -45 2 -45 25 0
117
- 24 3 25 54 25 61 0 68 5 55 38 -8 20 -15 22 -78 22 -59 0 -72 -3 -81 -19z"/>
118
- <path d="M4902 3498 c-15 -15 -17 -244 -2 -253 6 -3 19 -3 30 0 16 5 20 15 20
119
- 50 l0 44 43 3 c37 3 42 6 42 28 0 22 -5 25 -42 28 -38 3 -43 6 -43 28 0 23 3
120
- 24 55 24 54 0 55 0 55 30 l0 30 -73 0 c-43 0 -78 -5 -85 -12z"/>
121
- <path d="M5392 3502 c-9 -7 -12 -40 -10 -133 3 -120 4 -124 26 -127 21 -3 22
122
- 0 22 72 0 42 3 76 8 76 4 0 22 -22 39 -48 66 -97 114 -123 126 -69 3 12 5 66
123
- 5 119 1 101 -8 125 -42 112 -12 -5 -16 -21 -16 -73 l0 -66 -66 73 c-68 75 -71
124
- 77 -92 64z"/>
125
- <path d="M5656 3494 c-23 -22 -23 -216 0 -238 23 -24 149 -23 158 1 10 25 -20
126
- 43 -71 43 -36 0 -43 3 -43 20 0 17 7 20 44 20 36 0 46 4 51 20 10 31 -2 40
127
- -51 40 -40 0 -44 2 -44 25 0 23 3 25 50 25 57 0 78 22 45 46 -26 20 -119 18
128
- -139 -2z"/>
129
- <path d="M5087 3494 c-4 -4 -7 -56 -7 -115 0 -134 5 -141 94 -137 58 3 61 4
130
- 61 28 0 23 -4 25 -47 28 l-47 3 -3 97 c-3 89 -5 97 -23 100 -12 2 -24 0 -28
131
- -4z"/>
132
- </g>
133
- </svg>
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
+ <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
+ width="1024.000000pt" height="1024.000000pt" viewBox="0 0 1024.000000 1024.000000"
6
+ preserveAspectRatio="xMidYMid meet">
7
+ <metadata>
8
+ Created by potrace 1.16, written by Peter Selinger 2001-2019
9
+ </metadata>
10
+ <g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
11
+ fill="#000000" stroke="none">
12
+ <path d="M4567 7816 c-84 -23 -147 -105 -147 -191 0 -73 51 -154 118 -189 28
13
+ -14 36 -33 112 -258 44 -134 84 -251 87 -260 3 -10 0 -18 -6 -18 -44 0 -233
14
+ -109 -332 -191 l-46 -38 -154 -2 c-197 -1 -254 -11 -357 -59 -143 -67 -247
15
+ -191 -287 -341 -10 -38 -15 -111 -15 -240 l0 -186 -41 -6 c-50 -7 -125 -56
16
+ -160 -105 -44 -62 -51 -102 -47 -292 2 -145 6 -181 21 -211 35 -71 85 -109
17
+ 208 -157 26 -10 27 -13 31 -115 3 -97 6 -109 42 -183 44 -87 125 -181 194
18
+ -221 93 -55 139 -66 287 -72 l140 -6 -85 -57 c-104 -69 -242 -209 -298 -303
19
+ -98 -166 -127 -363 -73 -504 40 -107 143 -208 238 -234 l42 -11 3 -162 c4
20
+ -216 -7 -204 195 -204 l153 0 -2 -307 -3 -308 -62 -6 c-63 -6 -117 -31 -110
21
+ -52 9 -29 76 -32 912 -32 881 0 925 2 925 40 0 24 -40 38 -125 44 l-80 6 0
22
+ 305 0 305 160 3 c130 2 162 5 177 19 16 14 18 35 18 183 l0 167 43 13 c105 31
23
+ 168 88 221 199 30 63 31 71 31 191 -1 144 -19 211 -97 348 -54 97 -185 230
24
+ -292 297 l-79 50 119 8 c190 12 279 46 387 147 101 94 149 205 162 370 l6 75
25
+ 59 17 c41 13 70 30 103 62 67 64 77 109 77 325 0 164 -2 180 -24 227 -29 63
26
+ -94 119 -162 140 l-51 17 -7 200 c-8 220 -18 264 -81 362 -42 66 -139 157
27
+ -201 188 -97 49 -144 57 -337 57 l-178 0 -102 80 c-94 75 -240 160 -273 160
28
+ -19 0 -18 10 15 114 16 50 51 160 77 244 l48 153 49 35 c65 47 91 103 85 190
29
+ -4 70 -20 98 -82 148 -51 42 -143 49 -212 16 -115 -56 -148 -218 -63 -314 l30
30
+ -35 -36 -123 c-20 -68 -53 -178 -72 -245 l-36 -122 -31 6 c-38 8 -251 10 -330
31
+ 3 l-58 -5 -44 135 c-24 74 -58 186 -75 248 -28 105 -29 113 -13 129 26 27 54
32
+ 101 54 146 -1 85 -68 174 -147 196 -47 13 -56 13 -116 -3z m133 -103 c56 -51
33
+ 51 -150 -9 -186 -59 -35 -144 -10 -176 52 -19 38 -19 55 1 97 32 68 128 87
34
+ 184 37z m964 6 c35 -28 56 -70 56 -114 0 -28 -7 -44 -31 -66 -26 -24 -39 -29
35
+ -84 -29 -47 0 -58 4 -89 34 -41 38 -48 84 -21 136 30 58 118 79 169 39z m-930
36
+ -451 c27 -90 61 -199 77 -243 26 -74 26 -107 0 -91 -6 4 -35 84 -65 179 -102
37
+ 321 -101 317 -73 317 8 0 33 -67 61 -162z m844 130 c-9 -43 -140 -453 -146
38
+ -460 -4 -4 -12 -4 -19 0 -8 5 4 57 43 182 30 96 62 203 70 238 13 50 20 62 36
39
+ 62 16 0 19 -5 16 -22z m-338 -518 c97 -12 226 -49 318 -91 57 -25 192 -113
40
+ 192 -124 0 -7 -1202 -6 -1227 1 -21 6 -20 8 19 41 81 67 259 142 397 167 94
41
+ 17 191 19 301 6z m1054 -326 c109 -27 232 -139 279 -254 l22 -55 0 -680 0
42
+ -680 -32 -67 c-42 -89 -110 -160 -190 -200 -58 -28 -75 -32 -201 -39 -75 -4
43
+ -599 -6 -1164 -4 -1146 3 -1083 -1 -1194 74 -96 65 -155 159 -174 278 -14 80
44
+ -13 1210 1 1292 24 153 127 274 276 327 l68 24 1123 0 c989 0 1130 -2 1186
45
+ -16z m477 -817 c18 -12 44 -38 57 -57 23 -34 23 -40 20 -226 l-3 -191 -28 -36
46
+ c-26 -34 -98 -69 -113 -54 -3 3 -8 136 -11 296 l-5 291 25 0 c13 0 39 -10 58
47
+ -23z m-3231 -283 l0 -295 -22 6 c-46 14 -98 56 -119 96 -18 37 -21 60 -22 208
48
+ -2 151 0 169 19 201 25 44 78 80 115 80 l29 0 0 -296z m2108 -1003 l212 -1 0
49
+ -150 0 -150 -97 -1 c-54 0 -359 -2 -678 -4 -319 -2 -610 -1 -647 2 l-68 5 3
50
+ 147 2 146 35 5 c19 3 258 4 530 3 272 -1 591 -2 708 -2z m-1440 -170 c43 -34
51
+ 72 -77 72 -104 0 -8 -12 -19 -26 -26 -23 -10 -28 -9 -41 9 -29 42 -84 90 -108
52
+ 96 -38 9 -38 19 2 47 40 29 39 29 101 -22z m1926 15 l30 -23 -41 -26 c-23 -15
53
+ -54 -42 -70 -62 -27 -33 -73 -49 -73 -24 0 5 -4 7 -10 4 -22 -13 -8 26 23 67
54
+ 29 38 89 88 106 88 3 0 19 -11 35 -24z m-2098 -287 l0 -86 -76 -6 c-42 -3 -88
55
+ -11 -103 -16 -35 -13 -34 -8 5 87 44 108 50 113 117 110 l56 -3 1 -86z m2274
56
+ 78 c16 -8 34 -37 57 -92 41 -102 42 -110 4 -90 -16 8 -60 18 -98 21 l-68 6 -2
57
+ 84 -3 84 43 0 c23 0 53 -6 67 -13z m-205 -33 c12 -5 15 -28 15 -120 l0 -113
58
+ -29 -15 c-73 -38 -130 -127 -131 -204 0 -78 35 -137 118 -194 l43 -29 -3 -147
59
+ -3 -147 -990 0 -990 0 -3 150 -2 150 40 23 c25 14 51 41 70 75 28 47 31 59 28
60
+ 128 -3 65 -7 81 -32 114 -16 20 -48 51 -72 68 l-44 31 0 106 c0 70 4 110 12
61
+ 118 9 9 236 12 985 12 535 0 980 -3 988 -6z m-2091 -194 c36 -13 33 -22 -17
62
+ -43 -63 -25 -112 -70 -141 -128 -30 -61 -39 -51 -40 46 -1 49 3 68 19 85 39
63
+ 45 120 63 179 40z m2331 0 c14 -5 37 -22 50 -36 21 -22 25 -36 24 -83 -1 -31
64
+ -4 -67 -8 -80 -6 -23 -8 -22 -19 16 -14 48 -69 101 -142 138 -43 22 -49 29
65
+ -40 41 14 16 95 19 135 4z m-81 -138 c65 -38 89 -154 41 -206 -46 -50 -118
66
+ -60 -185 -26 -47 24 -70 64 -70 120 0 112 112 171 214 112z m-2139 -2 c90 -56
67
+ 84 -195 -10 -240 -23 -11 -52 -20 -64 -20 -34 0 -88 29 -116 62 -48 56 -24
68
+ 166 43 203 39 21 109 19 147 -5z m1133 -1001 l-3 -282 -139 -1 -140 -1 2 275
69
+ c2 204 6 276 15 282 6 4 69 8 140 8 l127 0 -2 -281z m-368 241 l0 -30 -210 0
70
+ -210 0 0 30 0 30 210 0 210 0 0 -30z m870 0 l0 -30 -205 0 -205 0 0 30 0 30
71
+ 205 0 205 0 0 -30z m-870 -160 l0 -60 -210 0 -210 0 0 44 c0 80 -12 76 216 76
72
+ l204 0 0 -60z m868 -2 l3 -58 -211 0 -210 0 0 44 c0 80 -12 76 214 73 l201 -2
73
+ 3 -57z m-868 -180 l0 -58 -210 0 -210 0 0 60 0 61 210 -3 210 -3 0 -57z m758
74
+ 55 l112 -6 0 -52 0 -52 -97 -5 c-54 -3 -149 -3 -210 0 l-113 5 0 52 c0 28 3
75
+ 55 7 58 8 9 155 9 301 0z m-758 -235 l0 -58 -210 0 -210 0 0 53 c0 30 3 57 7
76
+ 61 4 4 99 6 210 5 l203 -3 0 -58z m718 55 l152 -6 0 -54 0 -53 -205 0 -205 0
77
+ 0 60 0 60 53 0 c30 0 122 -3 205 -7z"/>
78
+ <path d="M4150 6350 c-123 -10 -211 -61 -265 -155 -45 -77 -47 -116 -43 -675
79
+ 3 -509 4 -526 24 -570 12 -25 38 -61 58 -79 41 -40 47 -34 12 12 -65 87 -61
80
+ 46 -61 662 l0 560 24 53 c30 67 98 127 164 147 44 13 195 15 1076 15 1009 0
81
+ 1027 -1 1071 -21 24 -11 60 -32 78 -46 39 -29 92 -108 92 -135 0 -10 5 -18 10
82
+ -18 31 0 -13 103 -67 157 -50 50 -118 82 -196 94 -68 10 -1855 9 -1977 -1z"/>
83
+ <path d="M4490 5579 c-52 -16 -86 -45 -109 -92 -47 -98 -3 -220 92 -256 40
84
+ -15 113 -14 145 3 58 30 102 103 102 169 0 46 -43 128 -82 154 -40 27 -101 36
85
+ -148 22z"/>
86
+ <path d="M5645 5576 c-83 -31 -138 -132 -115 -214 12 -47 59 -106 101 -128
87
+ 109 -56 259 42 259 171 0 121 -130 212 -245 171z"/>
88
+ <path d="M5065 5336 c-16 -7 -41 -25 -55 -40 -19 -21 -22 -31 -14 -44 16 -25
89
+ 50 -26 71 -3 23 27 72 27 106 1 31 -25 53 -25 65 -2 15 28 -3 58 -50 81 -51
90
+ 24 -80 26 -123 7z"/>
91
+ <path d="M4404 3916 c-6 -16 12 -55 50 -105 21 -28 26 -46 26 -93 0 -55 1 -58
92
+ 24 -58 29 0 36 16 36 79 0 38 5 52 28 74 15 14 36 42 46 62 17 31 18 38 5 46
93
+ -26 16 -44 9 -72 -31 -16 -22 -32 -40 -36 -40 -5 0 -21 18 -36 40 -28 40 -61
94
+ 52 -71 26z"/>
95
+ <path d="M4670 3892 c-39 -39 -43 -51 -42 -124 1 -69 53 -113 133 -111 91 2
96
+ 157 111 115 191 -26 50 -62 75 -116 80 -48 4 -52 3 -90 -36z m129 -39 c53 -44
97
+ 24 -133 -43 -133 -67 0 -98 69 -55 124 24 31 66 35 98 9z"/>
98
+ <path d="M4932 3913 c-5 -10 -8 -40 -7 -68 2 -27 3 -69 4 -93 1 -31 8 -50 26
99
+ -67 33 -34 93 -34 132 -1 27 24 28 26 28 133 0 101 -1 108 -20 108 -18 0 -20
100
+ -8 -23 -89 -3 -98 -12 -119 -51 -114 -26 3 -26 5 -29 92 -2 50 -8 96 -14 103
101
+ -15 18 -36 16 -46 -4z"/>
102
+ <path d="M5328 3919 c-19 -11 -92 -223 -84 -244 9 -23 35 -18 48 10 9 21 18
103
+ 25 53 25 35 0 44 -4 53 -25 13 -28 39 -33 48 -10 9 22 -65 234 -85 244 -10 6
104
+ -23 6 -33 0z"/>
105
+ <path d="M5500 3917 c-24 -12 -25 -17 -28 -115 -3 -109 6 -142 38 -142 17 0
106
+ 20 7 20 41 0 50 17 49 43 -4 12 -24 26 -37 38 -37 27 0 32 19 16 65 -11 33
107
+ -11 44 0 65 7 14 13 37 13 52 0 59 -84 105 -140 75z"/>
108
+ <path d="M5687 3914 c-4 -4 -7 -60 -7 -125 0 -135 2 -139 85 -139 56 0 85 14
109
+ 85 40 0 18 -7 20 -55 20 -48 0 -55 3 -55 19 0 16 8 20 43 23 38 3 42 6 45 31
110
+ 3 25 1 27 -36 27 -41 0 -73 23 -56 40 5 5 32 10 59 12 46 3 50 5 50 28 0 24
111
+ -2 25 -75 28 -42 1 -79 0 -83 -4z"/>
112
+ <path d="M4484 3500 c-11 -4 -32 -22 -46 -39 -68 -81 -30 -202 69 -220 75 -14
113
+ 143 28 165 101 10 33 8 43 -13 84 -36 70 -109 101 -175 74z m75 -61 c44 -15
114
+ 66 -60 49 -97 -42 -87 -159 -44 -141 52 4 21 28 43 59 56 1 0 15 -5 33 -11z"/>
115
+ <path d="M4710 3491 c-5 -11 -10 -67 -10 -124 0 -80 3 -107 15 -117 27 -22 45
116
+ -4 45 45 l0 45 45 0 c43 0 45 1 45 30 0 29 -2 30 -45 30 -41 0 -45 2 -45 25 0
117
+ 24 3 25 54 25 61 0 68 5 55 38 -8 20 -15 22 -78 22 -59 0 -72 -3 -81 -19z"/>
118
+ <path d="M4902 3498 c-15 -15 -17 -244 -2 -253 6 -3 19 -3 30 0 16 5 20 15 20
119
+ 50 l0 44 43 3 c37 3 42 6 42 28 0 22 -5 25 -42 28 -38 3 -43 6 -43 28 0 23 3
120
+ 24 55 24 54 0 55 0 55 30 l0 30 -73 0 c-43 0 -78 -5 -85 -12z"/>
121
+ <path d="M5392 3502 c-9 -7 -12 -40 -10 -133 3 -120 4 -124 26 -127 21 -3 22
122
+ 0 22 72 0 42 3 76 8 76 4 0 22 -22 39 -48 66 -97 114 -123 126 -69 3 12 5 66
123
+ 5 119 1 101 -8 125 -42 112 -12 -5 -16 -21 -16 -73 l0 -66 -66 73 c-68 75 -71
124
+ 77 -92 64z"/>
125
+ <path d="M5656 3494 c-23 -22 -23 -216 0 -238 23 -24 149 -23 158 1 10 25 -20
126
+ 43 -71 43 -36 0 -43 3 -43 20 0 17 7 20 44 20 36 0 46 4 51 20 10 31 -2 40
127
+ -51 40 -40 0 -44 2 -44 25 0 23 3 25 50 25 57 0 78 22 45 46 -26 20 -119 18
128
+ -139 -2z"/>
129
+ <path d="M5087 3494 c-4 -4 -7 -56 -7 -115 0 -134 5 -141 94 -137 58 3 61 4
130
+ 61 28 0 23 -4 25 -47 28 l-47 3 -3 97 c-3 89 -5 97 -23 100 -12 2 -24 0 -28
131
+ -4z"/>
132
+ </g>
133
+ </svg>
@@ -1,19 +1,19 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 667.85 115.64" fill="#000" width="128px">
2
- <g id="Layer_2" data-name="Layer 2">
3
- <g id="Layer_1-2" data-name="Layer 1">
4
- <path
5
- fill="#3B82F6"
6
- d="M64.15,4.53a8,8,0,0,0-14.42,0L.81,102.34l-.07.14a8.2,8.2,0,0,0,3.8,10.74l.53.22a9.17,9.17,0,0,0,3,.56,8.83,8.83,0,0,0,1.38-.08,9.77,9.77,0,0,0,1.45.08h94.65a8.08,8.08,0,0,0,7-3.86,8.36,8.36,0,0,0,.44-7.58Zm-43,93.29L56.85,26.13,92.57,97.82Z" />
7
- <path
8
- d="M186.17,18.15A40.34,40.34,0,0,1,215,30.09a7.94,7.94,0,0,0,5.66,2.38h0a7.93,7.93,0,0,0,5.65-2.38,8.16,8.16,0,0,0,0-11.49A56.17,56.17,0,0,0,186.17,2c-31.12,0-56.44,25.49-56.44,56.82s25.32,56.82,56.44,56.82A56.15,56.15,0,0,0,226.26,99a8.15,8.15,0,0,0,0-11.49,7.91,7.91,0,0,0-11.31,0,40.62,40.62,0,1,1-28.78-69.4Z" />
9
- <path
10
- d="M302.51,0h-.72a56.71,56.71,0,1,0,.72,0Zm-.72,97.71a40.77,40.77,0,1,1,0-81.54h.48a40.77,40.77,0,0,1-.48,81.54Z" />
11
- <path
12
- d="M665.77,100.27,627.85,56.83l37.88-43.39a8,8,0,0,0,2.1-6A7.75,7.75,0,0,0,665,2a8,8,0,0,0-6-2,7.71,7.71,0,0,0-5.37,2.84L617.05,44.56,580.5,2.77a8.08,8.08,0,0,0-12.3,10.49l38.21,43.57-38.09,43.44-.12.14a8.1,8.1,0,0,0,6.21,13.24,8.22,8.22,0,0,0,6.13-2.8L617.05,69.1l36.54,41.6a7.48,7.48,0,0,0,6.16,2.94,7.92,7.92,0,0,0,5.32-2.08,7.7,7.7,0,0,0,2.76-5.3A8,8,0,0,0,665.77,100.27Z" />
13
- <path
14
- d="M459.34,36a36,36,0,0,0-36-36H383.12a8,8,0,0,0-7.65,5.65A8,8,0,0,0,374.73,9v97a8,8,0,0,0,16,0V16h32.61a20,20,0,0,1,0,40H409.59a8,8,0,0,0-4.82,14.37L445,111.59a8,8,0,0,0,11.45-11.18L428.37,71.64A36,36,0,0,0,459.34,36Z" />
15
- <path
16
- d="M542.32,16a8,8,0,0,0,0-16H483.73a8,8,0,0,0-8,8v98a8,8,0,0,0,8,8h58.59a8,8,0,0,0,0-16H491.73V65h41a8,8,0,0,0,0-16h-41V16Z" />
17
- </g>
18
- </g>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 667.85 115.64" fill="#000" width="128px">
2
+ <g id="Layer_2" data-name="Layer 2">
3
+ <g id="Layer_1-2" data-name="Layer 1">
4
+ <path
5
+ fill="#3B82F6"
6
+ d="M64.15,4.53a8,8,0,0,0-14.42,0L.81,102.34l-.07.14a8.2,8.2,0,0,0,3.8,10.74l.53.22a9.17,9.17,0,0,0,3,.56,8.83,8.83,0,0,0,1.38-.08,9.77,9.77,0,0,0,1.45.08h94.65a8.08,8.08,0,0,0,7-3.86,8.36,8.36,0,0,0,.44-7.58Zm-43,93.29L56.85,26.13,92.57,97.82Z" />
7
+ <path
8
+ d="M186.17,18.15A40.34,40.34,0,0,1,215,30.09a7.94,7.94,0,0,0,5.66,2.38h0a7.93,7.93,0,0,0,5.65-2.38,8.16,8.16,0,0,0,0-11.49A56.17,56.17,0,0,0,186.17,2c-31.12,0-56.44,25.49-56.44,56.82s25.32,56.82,56.44,56.82A56.15,56.15,0,0,0,226.26,99a8.15,8.15,0,0,0,0-11.49,7.91,7.91,0,0,0-11.31,0,40.62,40.62,0,1,1-28.78-69.4Z" />
9
+ <path
10
+ d="M302.51,0h-.72a56.71,56.71,0,1,0,.72,0Zm-.72,97.71a40.77,40.77,0,1,1,0-81.54h.48a40.77,40.77,0,0,1-.48,81.54Z" />
11
+ <path
12
+ d="M665.77,100.27,627.85,56.83l37.88-43.39a8,8,0,0,0,2.1-6A7.75,7.75,0,0,0,665,2a8,8,0,0,0-6-2,7.71,7.71,0,0,0-5.37,2.84L617.05,44.56,580.5,2.77a8.08,8.08,0,0,0-12.3,10.49l38.21,43.57-38.09,43.44-.12.14a8.1,8.1,0,0,0,6.21,13.24,8.22,8.22,0,0,0,6.13-2.8L617.05,69.1l36.54,41.6a7.48,7.48,0,0,0,6.16,2.94,7.92,7.92,0,0,0,5.32-2.08,7.7,7.7,0,0,0,2.76-5.3A8,8,0,0,0,665.77,100.27Z" />
13
+ <path
14
+ d="M459.34,36a36,36,0,0,0-36-36H383.12a8,8,0,0,0-7.65,5.65A8,8,0,0,0,374.73,9v97a8,8,0,0,0,16,0V16h32.61a20,20,0,0,1,0,40H409.59a8,8,0,0,0-4.82,14.37L445,111.59a8,8,0,0,0,11.45-11.18L428.37,71.64A36,36,0,0,0,459.34,36Z" />
15
+ <path
16
+ d="M542.32,16a8,8,0,0,0,0-16H483.73a8,8,0,0,0-8,8v98a8,8,0,0,0,8,8h58.59a8,8,0,0,0,0-16H491.73V65h41a8,8,0,0,0,0-16h-41V16Z" />
17
+ </g>
18
+ </g>
19
19
  </svg>
@@ -1,18 +1,18 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 667.85 115.64" fill="#fff">
2
- <g id="Layer_2" data-name="Layer 2">
3
- <g id="Layer_1-2" data-name="Layer 1">
4
- <path
5
- d="M64.15,4.53a8,8,0,0,0-14.42,0L.81,102.34l-.07.14a8.2,8.2,0,0,0,3.8,10.74l.53.22a9.17,9.17,0,0,0,3,.56,8.83,8.83,0,0,0,1.38-.08,9.77,9.77,0,0,0,1.45.08h94.65a8.08,8.08,0,0,0,7-3.86,8.36,8.36,0,0,0,.44-7.58Zm-43,93.29L56.85,26.13,92.57,97.82Z" />
6
- <path
7
- d="M186.17,18.15A40.34,40.34,0,0,1,215,30.09a7.94,7.94,0,0,0,5.66,2.38h0a7.93,7.93,0,0,0,5.65-2.38,8.16,8.16,0,0,0,0-11.49A56.17,56.17,0,0,0,186.17,2c-31.12,0-56.44,25.49-56.44,56.82s25.32,56.82,56.44,56.82A56.15,56.15,0,0,0,226.26,99a8.15,8.15,0,0,0,0-11.49,7.91,7.91,0,0,0-11.31,0,40.62,40.62,0,1,1-28.78-69.4Z" />
8
- <path
9
- d="M302.51,0h-.72a56.71,56.71,0,1,0,.72,0Zm-.72,97.71a40.77,40.77,0,1,1,0-81.54h.48a40.77,40.77,0,0,1-.48,81.54Z" />
10
- <path
11
- d="M665.77,100.27,627.85,56.83l37.88-43.39a8,8,0,0,0,2.1-6A7.75,7.75,0,0,0,665,2a8,8,0,0,0-6-2,7.71,7.71,0,0,0-5.37,2.84L617.05,44.56,580.5,2.77a8.08,8.08,0,0,0-12.3,10.49l38.21,43.57-38.09,43.44-.12.14a8.1,8.1,0,0,0,6.21,13.24,8.22,8.22,0,0,0,6.13-2.8L617.05,69.1l36.54,41.6a7.48,7.48,0,0,0,6.16,2.94,7.92,7.92,0,0,0,5.32-2.08,7.7,7.7,0,0,0,2.76-5.3A8,8,0,0,0,665.77,100.27Z" />
12
- <path
13
- d="M459.34,36a36,36,0,0,0-36-36H383.12a8,8,0,0,0-7.65,5.65A8,8,0,0,0,374.73,9v97a8,8,0,0,0,16,0V16h32.61a20,20,0,0,1,0,40H409.59a8,8,0,0,0-4.82,14.37L445,111.59a8,8,0,0,0,11.45-11.18L428.37,71.64A36,36,0,0,0,459.34,36Z" />
14
- <path
15
- d="M542.32,16a8,8,0,0,0,0-16H483.73a8,8,0,0,0-8,8v98a8,8,0,0,0,8,8h58.59a8,8,0,0,0,0-16H491.73V65h41a8,8,0,0,0,0-16h-41V16Z" />
16
- </g>
17
- </g>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 667.85 115.64" fill="#fff">
2
+ <g id="Layer_2" data-name="Layer 2">
3
+ <g id="Layer_1-2" data-name="Layer 1">
4
+ <path
5
+ d="M64.15,4.53a8,8,0,0,0-14.42,0L.81,102.34l-.07.14a8.2,8.2,0,0,0,3.8,10.74l.53.22a9.17,9.17,0,0,0,3,.56,8.83,8.83,0,0,0,1.38-.08,9.77,9.77,0,0,0,1.45.08h94.65a8.08,8.08,0,0,0,7-3.86,8.36,8.36,0,0,0,.44-7.58Zm-43,93.29L56.85,26.13,92.57,97.82Z" />
6
+ <path
7
+ d="M186.17,18.15A40.34,40.34,0,0,1,215,30.09a7.94,7.94,0,0,0,5.66,2.38h0a7.93,7.93,0,0,0,5.65-2.38,8.16,8.16,0,0,0,0-11.49A56.17,56.17,0,0,0,186.17,2c-31.12,0-56.44,25.49-56.44,56.82s25.32,56.82,56.44,56.82A56.15,56.15,0,0,0,226.26,99a8.15,8.15,0,0,0,0-11.49,7.91,7.91,0,0,0-11.31,0,40.62,40.62,0,1,1-28.78-69.4Z" />
8
+ <path
9
+ d="M302.51,0h-.72a56.71,56.71,0,1,0,.72,0Zm-.72,97.71a40.77,40.77,0,1,1,0-81.54h.48a40.77,40.77,0,0,1-.48,81.54Z" />
10
+ <path
11
+ d="M665.77,100.27,627.85,56.83l37.88-43.39a8,8,0,0,0,2.1-6A7.75,7.75,0,0,0,665,2a8,8,0,0,0-6-2,7.71,7.71,0,0,0-5.37,2.84L617.05,44.56,580.5,2.77a8.08,8.08,0,0,0-12.3,10.49l38.21,43.57-38.09,43.44-.12.14a8.1,8.1,0,0,0,6.21,13.24,8.22,8.22,0,0,0,6.13-2.8L617.05,69.1l36.54,41.6a7.48,7.48,0,0,0,6.16,2.94,7.92,7.92,0,0,0,5.32-2.08,7.7,7.7,0,0,0,2.76-5.3A8,8,0,0,0,665.77,100.27Z" />
12
+ <path
13
+ d="M459.34,36a36,36,0,0,0-36-36H383.12a8,8,0,0,0-7.65,5.65A8,8,0,0,0,374.73,9v97a8,8,0,0,0,16,0V16h32.61a20,20,0,0,1,0,40H409.59a8,8,0,0,0-4.82,14.37L445,111.59a8,8,0,0,0,11.45-11.18L428.37,71.64A36,36,0,0,0,459.34,36Z" />
14
+ <path
15
+ d="M542.32,16a8,8,0,0,0,0-16H483.73a8,8,0,0,0-8,8v98a8,8,0,0,0,8,8h58.59a8,8,0,0,0,0-16H491.73V65h41a8,8,0,0,0,0-16h-41V16Z" />
16
+ </g>
17
+ </g>
18
18
  </svg>
@@ -1,141 +1,141 @@
1
- :root {
2
- --ax-size-base: 2.5rem;
3
- --ax-size-default: var(--ax-size-base);
4
- --ax-icon-weight: 300;
5
- --ax-icon-size: 100%;
6
-
7
- --ax-rounded-border-default: 0.5rem;
8
- --ax-color-border-default: 224, 224, 224;
9
-
10
- --ax-color-background-default: 249, 250, 251;
11
- --ax-color-text-default: 22, 22, 22;
12
-
13
- --ax-color-surface: 255, 255, 255;
14
- --ax-color-surface-fore: 22, 22, 22;
15
-
16
- --ax-color-on-surface: 243, 244, 246;
17
- --ax-color-on-surface-fore: 22, 22, 22;
18
-
19
- --ax-color-input-surface: 255, 255, 255;
20
- --ax-color-input-surface-fore: 22, 22, 22;
21
-
22
- --ax-color-ghost: 255, 255, 255;
23
- --ax-color-ghost-fore: 22, 22, 22;
24
-
25
- --ax-color-primary-fore: 255, 255, 255;
26
- --ax-color-primary-fore-tint: 11, 30, 71;
27
- --ax-color-primary-50: 244, 247, 254;
28
- --ax-color-primary-100: 233, 239, 253;
29
- --ax-color-primary-200: 190, 208, 249;
30
- --ax-color-primary-300: 146, 177, 245;
31
- --ax-color-primary-400: 102, 146, 241;
32
- --ax-color-primary-500: 37, 99, 235;
33
- --ax-color-primary-600: 33, 89, 212;
34
- --ax-color-primary-700: 26, 69, 165;
35
- --ax-color-primary-800: 19, 50, 118;
36
- --ax-color-primary-900: 11, 30, 71;
37
- --ax-color-primary-950: 4, 10, 23;
38
-
39
- --ax-color-secondary-fore: 255, 255, 255;
40
- --ax-color-secondary-fore-tint: 9, 12, 18;
41
- --ax-color-secondary-50: 244, 244, 245;
42
- --ax-color-secondary-100: 233, 234, 235;
43
- --ax-color-secondary-200: 188, 191, 196;
44
- --ax-color-secondary-300: 143, 148, 157;
45
- --ax-color-secondary-400: 98, 105, 118;
46
- --ax-color-secondary-500: 30, 41, 59;
47
- --ax-color-secondary-600: 27, 37, 53;
48
- --ax-color-secondary-700: 21, 29, 41;
49
- --ax-color-secondary-800: 15, 21, 30;
50
- --ax-color-secondary-900: 9, 12, 18;
51
- --ax-color-secondary-950: 3, 4, 6;
52
-
53
- --ax-color-success-fore: 255, 255, 255;
54
- --ax-color-success-fore-tint: 4, 120, 87;
55
- --ax-color-success-50: 236, 253, 245;
56
- --ax-color-success-100: 209, 250, 229;
57
- --ax-color-success-200: 167, 243, 208;
58
- --ax-color-success-300: 110, 231, 183;
59
- --ax-color-success-400: 52, 211, 153;
60
- --ax-color-success-500: 16, 185, 129;
61
- --ax-color-success-600: 5, 150, 105;
62
- --ax-color-success-700: 4, 120, 87;
63
- --ax-color-success-800: 6, 95, 70;
64
- --ax-color-success-900: 6, 78, 59;
65
- --ax-color-success-950: 2, 44, 34;
66
-
67
- --ax-color-danger-fore: 255, 255, 255;
68
- --ax-color-danger-fore-tint: 185, 28, 28;
69
- --ax-color-danger-50: 254, 242, 242;
70
- --ax-color-danger-100: 254, 226, 226;
71
- --ax-color-danger-200: 254, 202, 202;
72
- --ax-color-danger-300: 252, 165, 165;
73
- --ax-color-danger-400: 248, 113, 113;
74
- --ax-color-danger-500: 239, 68, 68;
75
- --ax-color-danger-600: 220, 38, 38;
76
- --ax-color-danger-700: 185, 28, 28;
77
- --ax-color-danger-800: 153, 27, 27;
78
- --ax-color-danger-900: 127, 29, 29;
79
- --ax-color-danger-950: 69, 10, 10;
80
-
81
- --ax-color-warning-fore: 48, 26, 10;
82
- --ax-color-warning-fore-tint: 255, 160, 0;
83
- --ax-color-warning-50: 255, 248, 225;
84
- --ax-color-warning-100: 255, 236, 179;
85
- --ax-color-warning-200: 255, 224, 130;
86
- --ax-color-warning-300: 255, 213, 79;
87
- --ax-color-warning-400: 255, 202, 40;
88
- --ax-color-warning-500: 255, 193, 7;
89
- --ax-color-warning-600: 255, 179, 0;
90
- --ax-color-warning-700: 255, 160, 0;
91
- --ax-color-warning-800: 255, 143, 0;
92
- --ax-color-warning-900: 255, 111, 0;
93
- --ax-color-warning-950: 72, 40, 15;
94
-
95
- --ax-color-info-fore: 255, 255, 255;
96
- --ax-color-info-fore-tint: 67, 56, 202;
97
- --ax-color-info-50: 238, 242, 255;
98
- --ax-color-info-100: 224, 231, 255;
99
- --ax-color-info-200: 199, 210, 254;
100
- --ax-color-info-300: 165, 180, 252;
101
- --ax-color-info-400: 129, 140, 248;
102
- --ax-color-info-500: 99, 102, 241;
103
- --ax-color-info-600: 79, 70, 229;
104
- --ax-color-info-700: 67, 56, 202;
105
- --ax-color-info-800: 55, 48, 163;
106
- --ax-color-info-900: 49, 46, 129;
107
- --ax-color-info-950: 30, 27, 75;
108
-
109
- --ax-color-neutral-fore: 3, 7, 18;
110
- --ax-color-neutral-fore-tint: 17, 24, 39;
111
- --ax-color-neutral-50: 249, 250, 251;
112
- --ax-color-neutral-100: 243, 244, 246;
113
- --ax-color-neutral-200: 229, 231, 235;
114
- --ax-color-neutral-300: 209, 213, 219;
115
- --ax-color-neutral-400: 156, 163, 175;
116
- --ax-color-neutral-500: 107, 114, 128;
117
- --ax-color-neutral-600: 75, 85, 99;
118
- --ax-color-neutral-700: 55, 65, 81;
119
- --ax-color-neutral-800: 31, 41, 55;
120
- --ax-color-neutral-900: 17, 24, 39;
121
- --ax-color-neutral-950: 3, 7, 18;
122
- }
123
-
124
- .ax-dark {
125
- --ax-color-border-default: 75, 85, 99;
126
-
127
- --ax-color-background-default: 24, 32, 43;
128
- --ax-color-text-default: 255, 255, 255;
129
-
130
- --ax-color-surface: 31, 41, 55;
131
- --ax-color-surface-fore: 255, 255, 255;
132
-
133
- --ax-color-on-surface: 55, 65, 81;
134
- --ax-color-on-surface-fore: 255, 255, 255;
135
-
136
- --ax-color-input-surface: 38, 45, 57;
137
- --ax-color-input-surface-fore: 224, 224, 224;
138
-
139
- --ax-color-ghost: 77, 91, 113;
140
- --ax-color-ghost-fore: 255, 255, 255;
141
- }
1
+ :root {
2
+ --ax-size-base: 2.5rem;
3
+ --ax-size-default: var(--ax-size-base);
4
+ --ax-icon-weight: 300;
5
+ --ax-icon-size: 100%;
6
+
7
+ --ax-rounded-border-default: 0.5rem;
8
+ --ax-color-border-default: 224, 224, 224;
9
+
10
+ --ax-color-background-default: 249, 250, 251;
11
+ --ax-color-text-default: 22, 22, 22;
12
+
13
+ --ax-color-surface: 255, 255, 255;
14
+ --ax-color-surface-fore: 22, 22, 22;
15
+
16
+ --ax-color-on-surface: 243, 244, 246;
17
+ --ax-color-on-surface-fore: 22, 22, 22;
18
+
19
+ --ax-color-input-surface: 255, 255, 255;
20
+ --ax-color-input-surface-fore: 22, 22, 22;
21
+
22
+ --ax-color-ghost: 255, 255, 255;
23
+ --ax-color-ghost-fore: 22, 22, 22;
24
+
25
+ --ax-color-primary-fore: 255, 255, 255;
26
+ --ax-color-primary-fore-tint: 11, 30, 71;
27
+ --ax-color-primary-50: 244, 247, 254;
28
+ --ax-color-primary-100: 233, 239, 253;
29
+ --ax-color-primary-200: 190, 208, 249;
30
+ --ax-color-primary-300: 146, 177, 245;
31
+ --ax-color-primary-400: 102, 146, 241;
32
+ --ax-color-primary-500: 37, 99, 235;
33
+ --ax-color-primary-600: 33, 89, 212;
34
+ --ax-color-primary-700: 26, 69, 165;
35
+ --ax-color-primary-800: 19, 50, 118;
36
+ --ax-color-primary-900: 11, 30, 71;
37
+ --ax-color-primary-950: 4, 10, 23;
38
+
39
+ --ax-color-secondary-fore: 255, 255, 255;
40
+ --ax-color-secondary-fore-tint: 9, 12, 18;
41
+ --ax-color-secondary-50: 244, 244, 245;
42
+ --ax-color-secondary-100: 233, 234, 235;
43
+ --ax-color-secondary-200: 188, 191, 196;
44
+ --ax-color-secondary-300: 143, 148, 157;
45
+ --ax-color-secondary-400: 98, 105, 118;
46
+ --ax-color-secondary-500: 30, 41, 59;
47
+ --ax-color-secondary-600: 27, 37, 53;
48
+ --ax-color-secondary-700: 21, 29, 41;
49
+ --ax-color-secondary-800: 15, 21, 30;
50
+ --ax-color-secondary-900: 9, 12, 18;
51
+ --ax-color-secondary-950: 3, 4, 6;
52
+
53
+ --ax-color-success-fore: 255, 255, 255;
54
+ --ax-color-success-fore-tint: 4, 120, 87;
55
+ --ax-color-success-50: 236, 253, 245;
56
+ --ax-color-success-100: 209, 250, 229;
57
+ --ax-color-success-200: 167, 243, 208;
58
+ --ax-color-success-300: 110, 231, 183;
59
+ --ax-color-success-400: 52, 211, 153;
60
+ --ax-color-success-500: 16, 185, 129;
61
+ --ax-color-success-600: 5, 150, 105;
62
+ --ax-color-success-700: 4, 120, 87;
63
+ --ax-color-success-800: 6, 95, 70;
64
+ --ax-color-success-900: 6, 78, 59;
65
+ --ax-color-success-950: 2, 44, 34;
66
+
67
+ --ax-color-danger-fore: 255, 255, 255;
68
+ --ax-color-danger-fore-tint: 185, 28, 28;
69
+ --ax-color-danger-50: 254, 242, 242;
70
+ --ax-color-danger-100: 254, 226, 226;
71
+ --ax-color-danger-200: 254, 202, 202;
72
+ --ax-color-danger-300: 252, 165, 165;
73
+ --ax-color-danger-400: 248, 113, 113;
74
+ --ax-color-danger-500: 239, 68, 68;
75
+ --ax-color-danger-600: 220, 38, 38;
76
+ --ax-color-danger-700: 185, 28, 28;
77
+ --ax-color-danger-800: 153, 27, 27;
78
+ --ax-color-danger-900: 127, 29, 29;
79
+ --ax-color-danger-950: 69, 10, 10;
80
+
81
+ --ax-color-warning-fore: 48, 26, 10;
82
+ --ax-color-warning-fore-tint: 255, 160, 0;
83
+ --ax-color-warning-50: 255, 248, 225;
84
+ --ax-color-warning-100: 255, 236, 179;
85
+ --ax-color-warning-200: 255, 224, 130;
86
+ --ax-color-warning-300: 255, 213, 79;
87
+ --ax-color-warning-400: 255, 202, 40;
88
+ --ax-color-warning-500: 255, 193, 7;
89
+ --ax-color-warning-600: 255, 179, 0;
90
+ --ax-color-warning-700: 255, 160, 0;
91
+ --ax-color-warning-800: 255, 143, 0;
92
+ --ax-color-warning-900: 255, 111, 0;
93
+ --ax-color-warning-950: 72, 40, 15;
94
+
95
+ --ax-color-info-fore: 255, 255, 255;
96
+ --ax-color-info-fore-tint: 67, 56, 202;
97
+ --ax-color-info-50: 238, 242, 255;
98
+ --ax-color-info-100: 224, 231, 255;
99
+ --ax-color-info-200: 199, 210, 254;
100
+ --ax-color-info-300: 165, 180, 252;
101
+ --ax-color-info-400: 129, 140, 248;
102
+ --ax-color-info-500: 99, 102, 241;
103
+ --ax-color-info-600: 79, 70, 229;
104
+ --ax-color-info-700: 67, 56, 202;
105
+ --ax-color-info-800: 55, 48, 163;
106
+ --ax-color-info-900: 49, 46, 129;
107
+ --ax-color-info-950: 30, 27, 75;
108
+
109
+ --ax-color-neutral-fore: 3, 7, 18;
110
+ --ax-color-neutral-fore-tint: 17, 24, 39;
111
+ --ax-color-neutral-50: 249, 250, 251;
112
+ --ax-color-neutral-100: 243, 244, 246;
113
+ --ax-color-neutral-200: 229, 231, 235;
114
+ --ax-color-neutral-300: 209, 213, 219;
115
+ --ax-color-neutral-400: 156, 163, 175;
116
+ --ax-color-neutral-500: 107, 114, 128;
117
+ --ax-color-neutral-600: 75, 85, 99;
118
+ --ax-color-neutral-700: 55, 65, 81;
119
+ --ax-color-neutral-800: 31, 41, 55;
120
+ --ax-color-neutral-900: 17, 24, 39;
121
+ --ax-color-neutral-950: 3, 7, 18;
122
+ }
123
+
124
+ .ax-dark {
125
+ --ax-color-border-default: 75, 85, 99;
126
+
127
+ --ax-color-background-default: 24, 32, 43;
128
+ --ax-color-text-default: 255, 255, 255;
129
+
130
+ --ax-color-surface: 31, 41, 55;
131
+ --ax-color-surface-fore: 255, 255, 255;
132
+
133
+ --ax-color-on-surface: 55, 65, 81;
134
+ --ax-color-on-surface-fore: 255, 255, 255;
135
+
136
+ --ax-color-input-surface: 38, 45, 57;
137
+ --ax-color-input-surface-fore: 224, 224, 224;
138
+
139
+ --ax-color-ghost: 77, 91, 113;
140
+ --ax-color-ghost-fore: 255, 255, 255;
141
+ }