@valtimo/layout 11.3.2 → 12.0.1

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 (33) hide show
  1. package/assets/css/app.css +1 -1
  2. package/assets/img/emptystate-empty.svg +261 -0
  3. package/assets/img/emptystate-error.svg +245 -0
  4. package/assets/img/emptystate-error404.svg +146 -0
  5. package/assets/img/emptystate-no-result.svg +327 -0
  6. package/assets/img/emptystate-not-authorised.svg +279 -0
  7. package/assets/img/emptystate-success.svg +118 -0
  8. package/assets/img/no-dashboards.svg +156 -0
  9. package/assets/img/no-widgets.svg +214 -0
  10. package/assets/img/valtimo/favicons/browserconfig.xml +1 -1
  11. package/assets/js/app.js +1 -1
  12. package/esm2022/lib/components/layout/layout.component.mjs +7 -7
  13. package/esm2022/lib/components/layout-internal/layout-internal.component.mjs +7 -7
  14. package/esm2022/lib/components/layout-public/layout-public.component.mjs +7 -9
  15. package/esm2022/lib/components/translation-management/translation-management.component.mjs +185 -0
  16. package/esm2022/lib/layout.module.mjs +6 -6
  17. package/esm2022/lib/services/layout/layout.service.mjs +6 -6
  18. package/esm2022/lib/translation-management-routing.module.mjs +43 -0
  19. package/esm2022/lib/translation-management.module.mjs +66 -0
  20. package/esm2022/public_api.mjs +3 -2
  21. package/fesm2022/valtimo-layout.mjs +311 -37
  22. package/fesm2022/valtimo-layout.mjs.map +1 -1
  23. package/lib/components/layout-public/layout-public.component.d.ts +1 -4
  24. package/lib/components/layout-public/layout-public.component.d.ts.map +1 -1
  25. package/lib/components/translation-management/translation-management.component.d.ts +46 -0
  26. package/lib/components/translation-management/translation-management.component.d.ts.map +1 -0
  27. package/lib/translation-management-routing.module.d.ts +8 -0
  28. package/lib/translation-management-routing.module.d.ts.map +1 -0
  29. package/lib/translation-management.module.d.ts +13 -0
  30. package/lib/translation-management.module.d.ts.map +1 -0
  31. package/package.json +7 -6
  32. package/public_api.d.ts +1 -0
  33. package/public_api.d.ts.map +1 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2015-2023 Ritense BV, the Netherlands.
2
+ * Copyright 2015-2024 Ritense BV, the Netherlands.
3
3
  *
4
4
  * Licensed under EUPL, Version 1.2 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -0,0 +1,261 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="80"
4
+ height="80"
5
+ class="iot--empty-state--icon"
6
+ data-testid="EmptyState-icon"
7
+ version="1.1"
8
+ id="svg280"
9
+ sodipodi:docname="empty.svg"
10
+ inkscape:version="1.2.2 (b0a8486, 2022-12-01)"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ xmlns:svg="http://www.w3.org/2000/svg">
15
+ <sodipodi:namedview
16
+ id="namedview282"
17
+ pagecolor="#ffffff"
18
+ bordercolor="#000000"
19
+ borderopacity="0.25"
20
+ inkscape:showpageshadow="2"
21
+ inkscape:pageopacity="0.0"
22
+ inkscape:pagecheckerboard="0"
23
+ inkscape:deskcolor="#d1d1d1"
24
+ showgrid="false"
25
+ inkscape:zoom="12.8375"
26
+ inkscape:cx="39.961052"
27
+ inkscape:cy="40"
28
+ inkscape:window-width="1390"
29
+ inkscape:window-height="1205"
30
+ inkscape:window-x="0"
31
+ inkscape:window-y="25"
32
+ inkscape:window-maximized="0"
33
+ inkscape:current-layer="svg280" />
34
+ <defs
35
+ id="defs246">
36
+ <linearGradient
37
+ id="a"
38
+ x1="37.502%"
39
+ x2="55.959%"
40
+ y1="34.928%"
41
+ y2="57.808%">
42
+ <stop
43
+ offset="0%"
44
+ stop-opacity=".04"
45
+ id="stop196" />
46
+ <stop
47
+ offset="100%"
48
+ stop-opacity=".04"
49
+ id="stop198" />
50
+ </linearGradient>
51
+ <linearGradient
52
+ id="b"
53
+ x1="-63.062%"
54
+ x2="101.194%"
55
+ y1="77.587%"
56
+ y2="37.496%">
57
+ <stop
58
+ offset="0%"
59
+ stop-color="#767676"
60
+ id="stop201" />
61
+ <stop
62
+ offset="100%"
63
+ stop-color="#929292"
64
+ id="stop203" />
65
+ </linearGradient>
66
+ <linearGradient
67
+ id="c"
68
+ x1="73.167%"
69
+ x2="44.204%"
70
+ y1="89.948%"
71
+ y2="39.998%">
72
+ <stop
73
+ offset="0%"
74
+ stop-color="#969696"
75
+ id="stop206" />
76
+ <stop
77
+ offset="100%"
78
+ stop-color="#E8E8E8"
79
+ id="stop208" />
80
+ </linearGradient>
81
+ <linearGradient
82
+ id="d"
83
+ x1="-23.114%"
84
+ x2="57.391%"
85
+ y1="-11.496%"
86
+ y2="56.197%">
87
+ <stop
88
+ offset="0%"
89
+ stop-color="#393939"
90
+ id="stop211" />
91
+ <stop
92
+ offset="99%"
93
+ stop-color="#525252"
94
+ id="stop213" />
95
+ </linearGradient>
96
+ <linearGradient
97
+ id="e"
98
+ x1="5.255%"
99
+ x2="56.521%"
100
+ y1="115.2%"
101
+ y2="40.489%">
102
+ <stop
103
+ offset="0%"
104
+ stop-color="#9C9C9C"
105
+ id="stop216" />
106
+ <stop
107
+ offset="100%"
108
+ stop-color="#C5C5C5"
109
+ id="stop218" />
110
+ </linearGradient>
111
+ <linearGradient
112
+ id="f"
113
+ x1="45.625%"
114
+ x2="61.212%"
115
+ y1="38.922%"
116
+ y2="78.234%">
117
+ <stop
118
+ offset="0%"
119
+ stop-color="#8A8A8A"
120
+ id="stop221" />
121
+ <stop
122
+ offset="100%"
123
+ stop-color="#B5B5B5"
124
+ id="stop223" />
125
+ </linearGradient>
126
+ <linearGradient
127
+ id="g"
128
+ x1="57.243%"
129
+ x2="41.531%"
130
+ y1="31.727%"
131
+ y2="71.327%">
132
+ <stop
133
+ offset="0%"
134
+ stop-color="#A4A4A4"
135
+ id="stop226" />
136
+ <stop
137
+ offset="100%"
138
+ stop-color="#BEBEBE"
139
+ id="stop228" />
140
+ </linearGradient>
141
+ <linearGradient
142
+ id="h"
143
+ x1="27.599%"
144
+ x2="45.796%"
145
+ y1="69.394%"
146
+ y2="53.639%">
147
+ <stop
148
+ offset="0%"
149
+ stop-color="#C2C2C2"
150
+ id="stop231" />
151
+ <stop
152
+ offset="100%"
153
+ stop-color="#E8E8E8"
154
+ id="stop233" />
155
+ </linearGradient>
156
+ <linearGradient
157
+ id="i"
158
+ x1="62.356%"
159
+ x2="31.337%"
160
+ y1="64.634%"
161
+ y2="27.889%">
162
+ <stop
163
+ offset="0%"
164
+ stop-color="#C6C6C6"
165
+ id="stop236" />
166
+ <stop
167
+ offset="100%"
168
+ stop-color="#E8E8E8"
169
+ id="stop238" />
170
+ </linearGradient>
171
+ <linearGradient
172
+ id="j"
173
+ x1="62.354%"
174
+ x2="43.81%"
175
+ y1="114.244%"
176
+ y2="17.782%">
177
+ <stop
178
+ offset="0%"
179
+ stop-color="#B7B7B7"
180
+ id="stop241" />
181
+ <stop
182
+ offset="100%"
183
+ stop-color="#EEE"
184
+ id="stop243" />
185
+ </linearGradient>
186
+ </defs>
187
+ <g
188
+ fill="none"
189
+ id="g278">
190
+ <path
191
+ fill="#A8A8A8"
192
+ d="M36.131 27.683c.03.03.065.053.103.069h.042l-.159-.09s0 .02.014.02z"
193
+ id="path248" />
194
+ <path
195
+ fill="url(#a)"
196
+ d="M28.793.593.041 17.241l28.835 16.697 28.758-16.62z"
197
+ transform="translate(11.724 43)"
198
+ id="path250" />
199
+ <path
200
+ fill="url(#b)"
201
+ d="M.069 16.207v24.476L28.062 24.51V.034L.07 16.207z"
202
+ transform="translate(12.414 7.138)"
203
+ id="path252" />
204
+ <path
205
+ fill="url(#c)"
206
+ d="M40.455 2.807 27.945.33 0 16.551l12.483 2.477z"
207
+ transform="translate(0 4.38)"
208
+ id="path254" />
209
+ <path
210
+ fill="url(#d)"
211
+ d="M27.986.276 0 16.462l28.048 16.241 27.986-16.151z"
212
+ transform="translate(12.414 31.276)"
213
+ id="path256" />
214
+ <path
215
+ fill="url(#e)"
216
+ d="M28.434 40.641V16.207L.47.034V24.47l27.965 16.172z"
217
+ transform="translate(40 7.138)"
218
+ id="path258" />
219
+ <path
220
+ fill="url(#f)"
221
+ d="M28.476 24.828V.352l-28 16.2v24.482l28-16.206z"
222
+ transform="translate(40 23)"
223
+ id="path260" />
224
+ <path
225
+ fill="url(#g)"
226
+ d="M28.062 41.007V16.524L.097.36v24.475l27.965 16.173z"
227
+ transform="translate(12.414 23)"
228
+ id="path262" />
229
+ <path
230
+ fill="url(#h)"
231
+ d="M28.517 20.407 40 16.84 11.952.607.469 4.172z"
232
+ transform="translate(40 3)"
233
+ id="path264" />
234
+ <path
235
+ fill="url(#i)"
236
+ d="M39.559 10.834 28.524.317.517 16.503l11.076 10.51z"
237
+ transform="translate(40 23)"
238
+ id="path266" />
239
+ <path
240
+ fill="url(#j)"
241
+ d="m28.276 31.848 10.227-15.296L10.455.276.235 15.606z"
242
+ transform="translate(2.069 23)"
243
+ id="path268" />
244
+ <path
245
+ fill="#FFF"
246
+ d="m2.303 38.607.063.041 10.158-15.227 27.966 16.2.082-.104-28.048-16.241z"
247
+ id="path270" />
248
+ <path
249
+ fill="#FFF"
250
+ d="m68.69 23.503-.2-.186-27.973 16.186 11.076 10.51.076-.054-10.855-10.345z"
251
+ id="path272" />
252
+ <path
253
+ fill="#999"
254
+ d="m80 19.841-.159-.09-11.324 3.511-27.89-16.124-.158.055 28.048 16.235z"
255
+ id="path274" />
256
+ <path
257
+ fill="#FFF"
258
+ d="M68.517 23.262h.09L40.614 7.028v-.042l-.131.042 28.034 16.234z"
259
+ id="path276" />
260
+ </g>
261
+ </svg>
@@ -0,0 +1,245 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="80"
4
+ height="80"
5
+ class="iot--empty-state--icon"
6
+ data-testid="EmptyState-icon"
7
+ version="1.1"
8
+ id="svg419"
9
+ sodipodi:docname="error.svg"
10
+ inkscape:version="1.2.2 (b0a8486, 2022-12-01)"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ xmlns:svg="http://www.w3.org/2000/svg">
15
+ <sodipodi:namedview
16
+ id="namedview421"
17
+ pagecolor="#ffffff"
18
+ bordercolor="#000000"
19
+ borderopacity="0.25"
20
+ inkscape:showpageshadow="2"
21
+ inkscape:pageopacity="0.0"
22
+ inkscape:pagecheckerboard="0"
23
+ inkscape:deskcolor="#d1d1d1"
24
+ showgrid="false"
25
+ inkscape:zoom="6.1531589"
26
+ inkscape:cx="16.576851"
27
+ inkscape:cy="39.248133"
28
+ inkscape:window-width="1390"
29
+ inkscape:window-height="1205"
30
+ inkscape:window-x="0"
31
+ inkscape:window-y="25"
32
+ inkscape:window-maximized="0"
33
+ inkscape:current-layer="svg419" />
34
+ <defs
35
+ id="defs393">
36
+ <linearGradient
37
+ id="a"
38
+ x1="40.83%"
39
+ x2="53.752%"
40
+ y1="147.026%"
41
+ y2="5.476%">
42
+ <stop
43
+ offset="0%"
44
+ stop-color="#767676"
45
+ id="stop343" />
46
+ <stop
47
+ offset="100%"
48
+ stop-color="#FFF"
49
+ id="stop345" />
50
+ </linearGradient>
51
+ <linearGradient
52
+ id="b"
53
+ x1="44.373%"
54
+ x2="66.603%"
55
+ y1="97.685%"
56
+ y2="-9.503%">
57
+ <stop
58
+ offset="0%"
59
+ stop-color="#FFF"
60
+ id="stop348" />
61
+ <stop
62
+ offset="100%"
63
+ stop-color="#FFF"
64
+ id="stop350" />
65
+ </linearGradient>
66
+ <linearGradient
67
+ id="c"
68
+ x1="45.733%"
69
+ x2="67.978%"
70
+ y1="91.053%"
71
+ y2="-16.135%">
72
+ <stop
73
+ offset="0%"
74
+ stop-color="#939393"
75
+ id="stop353" />
76
+ <stop
77
+ offset="100%"
78
+ stop-color="#DCDCDC"
79
+ id="stop355" />
80
+ </linearGradient>
81
+ <linearGradient
82
+ id="d"
83
+ x1="-52.354%"
84
+ x2="72.326%"
85
+ y1="92.68%"
86
+ y2="51.331%">
87
+ <stop
88
+ offset="0%"
89
+ stop-opacity=".18"
90
+ id="stop358" />
91
+ <stop
92
+ offset="100%"
93
+ stop-opacity=".05"
94
+ id="stop360" />
95
+ </linearGradient>
96
+ <linearGradient
97
+ id="e"
98
+ x1="55.034%"
99
+ x2="40.155%"
100
+ y1="-24.481%"
101
+ y2="198.063%">
102
+ <stop
103
+ offset="0%"
104
+ stop-opacity=".2"
105
+ id="stop363" />
106
+ <stop
107
+ offset="100%"
108
+ stop-opacity=".5"
109
+ id="stop365" />
110
+ </linearGradient>
111
+ <linearGradient
112
+ id="f"
113
+ x1="39.23%"
114
+ x2="48.628%"
115
+ y1="121.252%"
116
+ y2="57.245%">
117
+ <stop
118
+ offset="0%"
119
+ stop-color="#BEBEBE"
120
+ id="stop368" />
121
+ <stop
122
+ offset="100%"
123
+ stop-color="#D8D8D8"
124
+ id="stop370" />
125
+ </linearGradient>
126
+ <linearGradient
127
+ id="g"
128
+ x1="6.81%"
129
+ x2="49.062%"
130
+ y1="148.311%"
131
+ y2="26.577%">
132
+ <stop
133
+ offset="0%"
134
+ stop-color="#CCC"
135
+ id="stop373" />
136
+ <stop
137
+ offset="100%"
138
+ stop-color="#FFF"
139
+ id="stop375" />
140
+ </linearGradient>
141
+ <linearGradient
142
+ id="h"
143
+ x1="50.263%"
144
+ x2="50.263%"
145
+ y1="63.049%"
146
+ y2="-84.145%">
147
+ <stop
148
+ offset="2%"
149
+ stop-color="#CCC"
150
+ id="stop378" />
151
+ <stop
152
+ offset="100%"
153
+ stop-color="#EEE"
154
+ id="stop380" />
155
+ </linearGradient>
156
+ <linearGradient
157
+ id="i"
158
+ x1="9731.507%"
159
+ x2="9762.569%"
160
+ y1="17393.65%"
161
+ y2="17462.12%">
162
+ <stop
163
+ offset="0%"
164
+ stop-color="#CCC"
165
+ id="stop383" />
166
+ <stop
167
+ offset="100%"
168
+ stop-color="#FFF"
169
+ id="stop385" />
170
+ </linearGradient>
171
+ <linearGradient
172
+ id="j"
173
+ x1="39.379%"
174
+ x2="47.452%"
175
+ y1="-82.789%"
176
+ y2="18.145%">
177
+ <stop
178
+ offset="0%"
179
+ stop-color="#828282"
180
+ id="stop388" />
181
+ <stop
182
+ offset="100%"
183
+ stop-color="#C9C9C9"
184
+ id="stop390" />
185
+ </linearGradient>
186
+ </defs>
187
+ <g
188
+ fill="none"
189
+ id="g417">
190
+ <path
191
+ fill="url(#a)"
192
+ d="M27.333.84A2.98 2.98 0 0 0 26.18.5a5.153 5.153 0 0 0-3.013.833A10.747 10.747 0 0 0 20.2 4 15.147 15.147 0 0 0 18 7.76L.933 51.64a11.32 11.32 0 0 0-.806 3.927 5.06 5.06 0 0 0 .8 2.973c.206.308.466.576.766.793l.134.08c.07.045.144.086.22.12l5.613 3.24a3.093 3.093 0 0 1-.94-.88 5.04 5.04 0 0 1-.8-2.78v-.193c.036-1.347.311-2.677.813-3.927l17.06-43.9A15.333 15.333 0 0 1 26 7.273a10.767 10.767 0 0 1 2.967-2.606A7.74 7.74 0 0 1 30 4.133a4.547 4.547 0 0 1 1.96-.3c.368.03.727.128 1.06.287L27.333.827V.84z"
193
+ transform="translate(14)"
194
+ id="path395" />
195
+ <path
196
+ fill="url(#b)"
197
+ d="M28.667 1.587A3.16 3.16 0 0 0 27.84.78a1.467 1.467 0 0 0-.2-.127l-.113-.06a3.193 3.193 0 0 0-1.06-.286 4.547 4.547 0 0 0-1.96.3 7.74 7.74 0 0 0-1.034.506A10.767 10.767 0 0 0 20.5 3.747a15.333 15.333 0 0 0-2.2 3.82L1.207 51.447A11.167 11.167 0 0 0 .4 55.373v.194c-.016.984.26 1.952.793 2.78.247.357.567.657.94.88.39.212.819.34 1.26.373a5.007 5.007 0 0 0 2.96-.787l34-19.673a10.973 10.973 0 0 0 3.007-2.667 14.433 14.433 0 0 0 2.173-3.793c.5-1.236.766-2.554.787-3.887a5.207 5.207 0 0 0-.773-3.006l-16.88-24.2z"
198
+ transform="translate(19.333 3.333)"
199
+ id="path397" />
200
+ <path
201
+ fill="url(#c)"
202
+ d="M28.827 1.78A3.16 3.16 0 0 0 28 .973a2 2 0 0 0-.2-.126l-.113-.06A3.04 3.04 0 0 0 26.627.5a4.547 4.547 0 0 0-1.96.3 7.74 7.74 0 0 0-1.034.507 10.767 10.767 0 0 0-2.966 2.633 15.333 15.333 0 0 0-2.2 3.82L1.4 51.64a11.34 11.34 0 0 0-.814 3.927v.193c-.01.985.268 1.951.8 2.78a2.827 2.827 0 0 0 2.2 1.253 5.007 5.007 0 0 0 2.96-.786l34.027-19.674a10.973 10.973 0 0 0 3.007-2.666 14.433 14.433 0 0 0 2.173-3.794c.5-1.236.766-2.553.787-3.886A5.207 5.207 0 0 0 45.767 26L28.827 1.78z"
203
+ transform="translate(19.333 3.333)"
204
+ id="path399" />
205
+ <path
206
+ fill="url(#d)"
207
+ d="M2.26 18.607c-2.284 1.333-2.284 2.666 0 4l4.513 2.606a6.42 6.42 0 0 0 6.867 0l29.887-17.32c2.293-1.333 2.293-2.666 0-4l-4.514-2.56a6.433 6.433 0 0 0-6.873 0L2.26 18.607z"
208
+ transform="translate(19.333 53.333)"
209
+ id="path401" />
210
+ <path
211
+ fill="url(#e)"
212
+ d="M5.333 20a1.507 1.507 0 0 0-1.26.06l-.253.1c-.199.09-.392.19-.58.3C1.42 21.507.507 22.92.5 24.713v.834c-.08.567.118 1.138.533 1.533l.08.04 1.554.88c.446.24 1.16.08 2.126-.473 1.778-1.04 2.667-2.45 2.667-4.227v-.827a1.847 1.847 0 0 0-.493-1.533l-.107-.06L5.393 20M.94 3.107v6.786l1.4 9.074 1.593.933 1.907-1.113L7.253 8.053l.014-6.72-1.594-.92L.94 3.107z"
213
+ transform="translate(39.333 17.333)"
214
+ id="path403" />
215
+ <path
216
+ fill="url(#f)"
217
+ d="M.127 2.833V9.62l1.413 9.093L3.447 17.6 4.86 6.867V.08z"
218
+ transform="translate(43.333 18)"
219
+ id="path405" />
220
+ <path
221
+ fill="url(#g)"
222
+ d="M2.113 10.98V4.193l4.72-2.726L5.267.52.547 3.253v6.787z"
223
+ transform="translate(41.333 16.667)"
224
+ id="path407" />
225
+ <path
226
+ fill="url(#h)"
227
+ d="M5.153.333a1.48 1.48 0 0 0-1 0l-.206.06a6.753 6.753 0 0 0-.82.414C1.309 1.856.393 3.27.38 5.053v.834c-.001.223.017.446.053.666.034.353.219.674.507.88.453.24 1.167.087 2.14-.473 1.778-1.04 2.667-2.449 2.667-4.227v-.78A1.813 1.813 0 0 0 5.24.42L5.153.333z"
228
+ transform="translate(42.667 37.333)"
229
+ id="path409" />
230
+ <path
231
+ fill="url(#i)"
232
+ d="m5.28 1.087.207-.06a1.48 1.48 0 0 1 1 0l-1.5-.854A1.513 1.513 0 0 0 3.74.22l-.253.113a6.11 6.11 0 0 0-.58.3C1.093 1.68.173 3.1.167 4.887v.78c0 .777.173 1.284.52 1.52l.086.046 1.534.88a1.227 1.227 0 0 1-.507-.88 3.913 3.913 0 0 1-.053-.666v-.82c0-1.778.915-3.194 2.746-4.247.253-.155.516-.293.787-.413z"
233
+ transform="translate(41.333 36.667)"
234
+ id="path411" />
235
+ <path
236
+ fill="url(#j)"
237
+ d="M2.113.98.52.06l1.4 9.073 1.593.92z"
238
+ transform="translate(41.333 26.667)"
239
+ id="path413" />
240
+ <path
241
+ fill="#A8A8A8"
242
+ d="m38.293 46.947-.193-.087.193.12z"
243
+ id="path415" />
244
+ </g>
245
+ </svg>
@@ -0,0 +1,146 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="80"
4
+ height="80"
5
+ class="iot--empty-state--icon"
6
+ data-testid="EmptyState-icon"
7
+ version="1.1"
8
+ id="svg46"
9
+ sodipodi:docname="error404.svg"
10
+ inkscape:version="1.2.2 (b0a8486, 2022-12-01)"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ xmlns:svg="http://www.w3.org/2000/svg">
15
+ <sodipodi:namedview
16
+ id="namedview48"
17
+ pagecolor="#ffffff"
18
+ bordercolor="#000000"
19
+ borderopacity="0.25"
20
+ inkscape:showpageshadow="2"
21
+ inkscape:pageopacity="0.0"
22
+ inkscape:pagecheckerboard="0"
23
+ inkscape:deskcolor="#d1d1d1"
24
+ showgrid="false"
25
+ inkscape:zoom="12.8375"
26
+ inkscape:cx="39.961052"
27
+ inkscape:cy="40"
28
+ inkscape:window-width="1390"
29
+ inkscape:window-height="1205"
30
+ inkscape:window-x="0"
31
+ inkscape:window-y="25"
32
+ inkscape:window-maximized="0"
33
+ inkscape:current-layer="svg46" />
34
+ <defs
35
+ id="defs24">
36
+ <linearGradient
37
+ id="a"
38
+ x1="52.286%"
39
+ x2="20.038%"
40
+ y1="35.257%"
41
+ y2="99.807%">
42
+ <stop
43
+ offset="0%"
44
+ stop-color="#D4D4D4"
45
+ id="stop2" />
46
+ <stop
47
+ offset="100%"
48
+ stop-color="#757575"
49
+ id="stop4" />
50
+ </linearGradient>
51
+ <linearGradient
52
+ id="b"
53
+ x1="36.118%"
54
+ x2="58.465%"
55
+ y1="88.863%"
56
+ y2="81.744%">
57
+ <stop
58
+ offset="0%"
59
+ stop-opacity="0"
60
+ id="stop7" />
61
+ <stop
62
+ offset="98%"
63
+ stop-opacity=".37"
64
+ id="stop9" />
65
+ </linearGradient>
66
+ <linearGradient
67
+ id="c"
68
+ x1="-133.356%"
69
+ x2="-127.214%"
70
+ y1="3308.565%"
71
+ y2="3313.015%">
72
+ <stop
73
+ offset="0%"
74
+ stop-opacity="0"
75
+ id="stop12" />
76
+ <stop
77
+ offset="98%"
78
+ stop-opacity=".37"
79
+ id="stop14" />
80
+ </linearGradient>
81
+ <linearGradient
82
+ id="d"
83
+ x1="54.886%"
84
+ x2="54.886%"
85
+ y1="0%"
86
+ y2="158.279%">
87
+ <stop
88
+ offset="0%"
89
+ stop-opacity="0"
90
+ id="stop17" />
91
+ <stop
92
+ offset="47.927%"
93
+ stop-opacity=".345"
94
+ id="stop19" />
95
+ <stop
96
+ offset="100%"
97
+ stop-opacity=".37"
98
+ id="stop21" />
99
+ </linearGradient>
100
+ </defs>
101
+ <g
102
+ fill="none"
103
+ id="g44">
104
+ <path
105
+ fill="url(#emptystate-404-icon_svg__a-227d7484-fdb6-4ac2-a04c-39a62c316be4-227d7484-fdb6-4ac2-a04c-39a62c316be4)"
106
+ d="m.05 22.713 38.714 22.303 38.572-22.303L38.62.409z"
107
+ transform="translate(2.143 27.804)"
108
+ id="path26" />
109
+ <path
110
+ fill="url(#a)"
111
+ d="m.036.402.15 44.607 38.571-22.304z"
112
+ transform="translate(40.714 27.804)"
113
+ id="path28" />
114
+ <path
115
+ fill="url(#b)"
116
+ d="m0 8.358 10.307 5.94 7.55-2.36L13.871.357z"
117
+ transform="translate(2.143 42.152)"
118
+ id="path30" />
119
+ <path
120
+ fill="url(#c)"
121
+ d="M16.064 11.945 12.093.365.357 7.175l12.55 34.148 10.236-4.154z"
122
+ transform="translate(25 29.957)"
123
+ id="path32" />
124
+ <path
125
+ fill="#E6E6E6"
126
+ d="M9.214 22.022 4.93 24.533l11.914 34.514 6.65 3.838c0-.05 0-.108-.057-.165-1.476-4.381-2.86-8.463-4.15-12.246-4.52-13.2-7.853-22.684-10-28.452h-.072m37.143 47.6 4.357-2.519A5448.833 5448.833 0 0 0 45 50.473C37.605 28.819 32.869 15.24 30.793 9.74l-4.286 2.504 19.85 57.377z"
127
+ id="path34" />
128
+ <path
129
+ fill="#A6A6A6"
130
+ d="M26.429 12.244 22.07 9.74l21.322 61.574 2.936-1.693-19.9-57.377M4.907 24.533l-4.364-2.51 12.028 34.57 4.286 2.454-11.95-34.514z"
131
+ id="path36" />
132
+ <path
133
+ fill="#CECECE"
134
+ d="m35.557 69.7 3.572 2.059 5.842-3.228-1.221-3.587-8.207 4.734m-15.336-8.666.329.187-.35-.187m18.571-10.337-1.221-3.544-16.2 9.369c.38 1.148.785 2.343 1.214 3.587l16.207-9.412m-7.536-22.117L30 24.97l-16.279 9.433c.393 1.127.8 2.296 1.222 3.523l16.278-9.37z"
135
+ id="path38" />
136
+ <path
137
+ fill="#FFF"
138
+ d="m32.779 68.2 2.628 1.536 8.329-4.814-2.629-1.5-8.328 4.779m4.728-21.113-2.621-1.507L20.45 53.89c.279.839.564 1.686.857 2.546l16.2-9.326M12.793 31.822c.293.818.586 1.657.878 2.51L30 24.936 27.343 23.4l-14.55 8.422zm-3.607-9.836h.035l-4.335-2.518L.52 21.986l4.365 2.511 4.285-2.51M26.43 7.178 22.064 9.69l4.365 2.518 4.285-2.518-4.285-2.51z"
139
+ id="path40" />
140
+ <path
141
+ fill="url(#d)"
142
+ d="m0 .43 38.729 22.304L77.3.43z"
143
+ transform="translate(2.143 50.043)"
144
+ id="path42" />
145
+ </g>
146
+ </svg>