@exegia/corpora-ui 0.25.0 → 0.27.0

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 (48) hide show
  1. package/dist-lib/components/blocks/shell/animated-panel-provider.d.ts +1 -1
  2. package/dist-lib/components/blocks/shell/shell-layout.d.ts +1 -1
  3. package/dist-lib/components/blocks/shell/type.d.ts +21 -1
  4. package/dist-lib/components/icons/__tests__/icons.test.d.ts +1 -0
  5. package/dist-lib/components/icons/file-badge-cfm.d.ts +7 -0
  6. package/dist-lib/components/icons/file-badge-corpus.d.ts +7 -0
  7. package/dist-lib/components/icons/file-badge-pdf.d.ts +7 -0
  8. package/dist-lib/components/icons/file-badge-tei.d.ts +7 -0
  9. package/dist-lib/components/icons/file-badge-tf.d.ts +7 -0
  10. package/dist-lib/components/icons/file-badge-txt.d.ts +7 -0
  11. package/dist-lib/components/icons/file-badge-xml.d.ts +7 -0
  12. package/dist-lib/components/icons/file-wordmark-cfm.d.ts +7 -0
  13. package/dist-lib/components/icons/file-wordmark-corpus.d.ts +7 -0
  14. package/dist-lib/components/icons/file-wordmark-pdf.d.ts +7 -0
  15. package/dist-lib/components/icons/file-wordmark-tei.d.ts +7 -0
  16. package/dist-lib/components/icons/file-wordmark-tf.d.ts +7 -0
  17. package/dist-lib/components/icons/file-wordmark-txt.d.ts +7 -0
  18. package/dist-lib/components/icons/file-wordmark-xml.d.ts +7 -0
  19. package/dist-lib/components/icons/index.d.ts +15 -0
  20. package/dist-lib/components/icons/types.d.ts +7 -0
  21. package/dist-lib/index.d.ts +1 -0
  22. package/dist-lib/index.js +9134 -1920
  23. package/dist-lib/index.js.map +1 -1
  24. package/package.json +1 -1
  25. package/src/components/blocks/shell/__tests__/shell-layout.test.tsx +65 -0
  26. package/src/components/blocks/shell/animated-panel-provider.tsx +2 -0
  27. package/src/components/blocks/shell/shell-layout.tsx +28 -16
  28. package/src/components/blocks/shell/type.ts +22 -0
  29. package/src/components/blocks/shell/use-shell-panels.ts +30 -1
  30. package/src/components/icons/README.md +91 -0
  31. package/src/components/icons/__tests__/icons.test.tsx +58 -0
  32. package/src/components/icons/file-badge-cfm.tsx +615 -0
  33. package/src/components/icons/file-badge-corpus.tsx +604 -0
  34. package/src/components/icons/file-badge-pdf.tsx +570 -0
  35. package/src/components/icons/file-badge-tei.tsx +524 -0
  36. package/src/components/icons/file-badge-tf.tsx +620 -0
  37. package/src/components/icons/file-badge-txt.tsx +607 -0
  38. package/src/components/icons/file-badge-xml.tsx +576 -0
  39. package/src/components/icons/file-wordmark-cfm.tsx +424 -0
  40. package/src/components/icons/file-wordmark-corpus.tsx +454 -0
  41. package/src/components/icons/file-wordmark-pdf.tsx +470 -0
  42. package/src/components/icons/file-wordmark-tei.tsx +424 -0
  43. package/src/components/icons/file-wordmark-tf.tsx +406 -0
  44. package/src/components/icons/file-wordmark-txt.tsx +421 -0
  45. package/src/components/icons/file-wordmark-xml.tsx +424 -0
  46. package/src/components/icons/index.ts +16 -0
  47. package/src/components/icons/types.ts +8 -0
  48. package/src/index.ts +3 -0
@@ -0,0 +1,454 @@
1
+ import type { FileIconProps } from "./types"
2
+
3
+ /**
4
+ * Corpus file icon — wordmark variant.
5
+ * Light/dark artwork layers switch on Tailwind's `dark` variant.
6
+ */
7
+ export function FileWordmarkCorpus({
8
+ size = 64,
9
+ title = "Corpus file",
10
+ className,
11
+ ...props
12
+ }: FileIconProps) {
13
+ return (
14
+ <svg
15
+ viewBox="0 -48 1024 1114"
16
+ width={size}
17
+ height={size}
18
+ role={title ? "img" : "presentation"}
19
+ aria-label={title ?? undefined}
20
+ aria-hidden={title ? undefined : true}
21
+ className={className}
22
+ xmlns="http://www.w3.org/2000/svg"
23
+ {...props}
24
+ >
25
+ <g data-theme-layer="light" className="dark:hidden">
26
+ <defs>
27
+ <linearGradient
28
+ x1="17.6604798%"
29
+ y1="0%"
30
+ x2="49.177195%"
31
+ y2="97.4557292%"
32
+ id="corpus-wordmark-l-linearGradient-2"
33
+ >
34
+ <stop stopColor="#FBFAFF" offset="0%"></stop>
35
+ <stop stopColor="#E8E7F0" offset="100%"></stop>
36
+ </linearGradient>
37
+ <path
38
+ d="M332,12 L557.393952,12 C613.901876,12 642.155838,12 664.135334,22.0470049 C686.11483,32.0940098 704.602278,53.4598851 741.577175,96.1916357 L853.580372,225.633315 C884.253388,261.082006 899.589896,278.806351 906.574274,297.524519 C913.558651,316.242686 913.581362,339.681124 913.626783,386.558 L914.017631,789.931634 C914.119069,894.620332 914.169788,946.964682 881.683622,979.482341 C849.197455,1012 796.853082,1012 692.164334,1012 L332,1012 C227.348196,1012 175.022295,1012 142.511147,979.488853 C110,946.977705 110,894.651804 110,790 L110,234 C110,129.348196 110,77.0222946 142.511147,44.5111473 C175.022295,12 227.348196,12 332,12 Z"
39
+ id="corpus-wordmark-l-path-3"
40
+ ></path>
41
+ <filter
42
+ x="-50%"
43
+ y="-50%"
44
+ width="200%"
45
+ height="200%"
46
+ filterUnits="objectBoundingBox"
47
+ id="corpus-wordmark-l-filter-4"
48
+ >
49
+ <feOffset
50
+ dx="12"
51
+ dy="-3"
52
+ in="SourceAlpha"
53
+ result="shadowOffsetOuter1"
54
+ ></feOffset>
55
+ <feGaussianBlur
56
+ stdDeviation="28.5"
57
+ in="shadowOffsetOuter1"
58
+ result="shadowBlurOuter1"
59
+ ></feGaussianBlur>
60
+ <feColorMatrix
61
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"
62
+ type="matrix"
63
+ in="shadowBlurOuter1"
64
+ ></feColorMatrix>
65
+ </filter>
66
+ <filter
67
+ x="-50%"
68
+ y="-50%"
69
+ width="200%"
70
+ height="200%"
71
+ filterUnits="objectBoundingBox"
72
+ id="corpus-wordmark-l-filter-5"
73
+ >
74
+ <feGaussianBlur
75
+ stdDeviation="4"
76
+ in="SourceAlpha"
77
+ result="shadowBlurInner1"
78
+ ></feGaussianBlur>
79
+ <feOffset
80
+ dx="-10"
81
+ dy="14"
82
+ in="shadowBlurInner1"
83
+ result="shadowOffsetInner1"
84
+ ></feOffset>
85
+ <feComposite
86
+ in="shadowOffsetInner1"
87
+ in2="SourceAlpha"
88
+ operator="arithmetic"
89
+ k2="-1"
90
+ k3="1"
91
+ result="shadowInnerInner1"
92
+ ></feComposite>
93
+ <feColorMatrix
94
+ values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
95
+ type="matrix"
96
+ in="shadowInnerInner1"
97
+ result="shadowMatrixInner1"
98
+ ></feColorMatrix>
99
+ <feGaussianBlur
100
+ stdDeviation="4"
101
+ in="SourceAlpha"
102
+ result="shadowBlurInner2"
103
+ ></feGaussianBlur>
104
+ <feOffset
105
+ dx="4"
106
+ dy="-10"
107
+ in="shadowBlurInner2"
108
+ result="shadowOffsetInner2"
109
+ ></feOffset>
110
+ <feComposite
111
+ in="shadowOffsetInner2"
112
+ in2="SourceAlpha"
113
+ operator="arithmetic"
114
+ k2="-1"
115
+ k3="1"
116
+ result="shadowInnerInner2"
117
+ ></feComposite>
118
+ <feColorMatrix
119
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03 0"
120
+ type="matrix"
121
+ in="shadowInnerInner2"
122
+ result="shadowMatrixInner2"
123
+ ></feColorMatrix>
124
+ <feMerge>
125
+ <feMergeNode in="shadowMatrixInner1"></feMergeNode>
126
+ <feMergeNode in="shadowMatrixInner2"></feMergeNode>
127
+ </feMerge>
128
+ </filter>
129
+ <filter
130
+ x="-50%"
131
+ y="-50%"
132
+ width="200%"
133
+ height="200%"
134
+ filterUnits="objectBoundingBox"
135
+ id="corpus-wordmark-l-filter-6"
136
+ >
137
+ <feOffset
138
+ dx="0"
139
+ dy="5"
140
+ in="SourceAlpha"
141
+ result="shadowOffsetOuter1"
142
+ ></feOffset>
143
+ <feGaussianBlur
144
+ stdDeviation="3.5"
145
+ in="shadowOffsetOuter1"
146
+ result="shadowBlurOuter1"
147
+ ></feGaussianBlur>
148
+ <feColorMatrix
149
+ values="0 0 0 0 0.0889199747 0 0 0 0 0.0889199747 0 0 0 0 0.0889199747 0 0 0 0.03 0"
150
+ type="matrix"
151
+ in="shadowBlurOuter1"
152
+ result="shadowMatrixOuter1"
153
+ ></feColorMatrix>
154
+ <feMerge>
155
+ <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
156
+ <feMergeNode in="SourceGraphic"></feMergeNode>
157
+ </feMerge>
158
+ </filter>
159
+ <linearGradient
160
+ x1="50%"
161
+ y1="0%"
162
+ x2="50%"
163
+ y2="100%"
164
+ id="corpus-wordmark-l-linearGradient-7"
165
+ >
166
+ <stop stopColor="#4B008F" offset="0%"></stop>
167
+ <stop stopColor="#080043" offset="61.8567708%"></stop>
168
+ </linearGradient>
169
+ <g id="corpus-wordmark-l-text-9">
170
+ <g transform="translate(196.5, 746.762)">
171
+ <defs>
172
+ <g>
173
+ <g id="corpus-wordmark-l-lbl-glyph0-1">
174
+ <path d="M 21.453125 0.75 C 29.40625 0.75 34.953125 -5.25 34.953125 -12.75 C 34.953125 -20.09375 29.40625 -26.09375 21.453125 -26.09375 C 13.34375 -26.09375 7.796875 -20.09375 7.796875 -12.75 C 7.796875 -5.25 13.34375 0.75 21.453125 0.75 Z M 21.453125 0.75 " />
175
+ </g>
176
+ <g id="corpus-wordmark-l-lbl-glyph0-2">
177
+ <path d="M 106.046875 -30.90625 L 83.546875 -37.65625 C 79.796875 -25.203125 70.953125 -18.59375 58.046875 -18.59375 C 40.5 -18.59375 29.703125 -31.65625 29.703125 -52.796875 C 29.703125 -74.09375 40.5 -87 57.90625 -87 C 70.953125 -87 79.796875 -80.40625 83.546875 -67.953125 L 106.34375 -74.84375 C 100.65625 -96.453125 84 -108 58.046875 -108 C 26.40625 -108 4.796875 -86.09375 4.796875 -52.796875 C 4.796875 -19.65625 26.40625 2.40625 58.203125 2.40625 C 84 2.40625 100.34375 -9.296875 106.046875 -30.90625 Z M 106.046875 -30.90625 " />
178
+ </g>
179
+ <g id="corpus-wordmark-l-lbl-glyph0-3">
180
+ <path d="M 60.296875 2.546875 C 93.75 2.546875 115.953125 -19.5 115.953125 -52.796875 C 115.953125 -86.25 93.75 -108.296875 60.296875 -108.296875 C 26.84375 -108.296875 4.796875 -86.25 4.796875 -52.796875 C 4.796875 -19.5 26.84375 2.546875 60.296875 2.546875 Z M 60.296875 -18.59375 C 41.84375 -18.59375 29.703125 -32.09375 29.703125 -52.796875 C 29.703125 -73.65625 41.84375 -87.15625 60.296875 -87.15625 C 78.75 -87.15625 91.046875 -73.65625 91.046875 -52.796875 C 91.046875 -32.09375 78.75 -18.59375 60.296875 -18.59375 Z M 60.296875 -18.59375 " />
181
+ </g>
182
+ <g id="corpus-wordmark-l-lbl-glyph0-4">
183
+ <path d="M 8.703125 0 L 32.09375 0 L 32.09375 -49.203125 L 70.65625 0 L 99.296875 0 L 61.34375 -45.59375 C 81 -47.703125 91.953125 -58.796875 91.953125 -75.453125 C 91.953125 -94.203125 78.296875 -105.75 54.15625 -105.75 L 8.703125 -105.75 Z M 53.25 -87.15625 C 63.15625 -87.15625 69 -83.25 69 -75.453125 C 69 -67.796875 63.15625 -64.046875 53.25 -64.046875 L 32.09375 -64.046875 L 32.09375 -87.15625 Z M 53.25 -87.15625 " />
184
+ </g>
185
+ <g id="corpus-wordmark-l-lbl-glyph0-5">
186
+ <path d="M 8.703125 0 L 32.09375 0 L 32.09375 -42.75 L 54.15625 -42.75 C 78.296875 -42.75 91.953125 -54.90625 91.953125 -74.25 C 91.953125 -93.75 78.296875 -105.75 54.15625 -105.75 L 8.703125 -105.75 Z M 53.25 -86.84375 C 63.15625 -86.84375 69 -82.65625 69 -74.25 C 69 -65.84375 63.15625 -61.65625 53.25 -61.65625 L 32.09375 -61.65625 L 32.09375 -86.84375 Z M 53.25 -86.84375 " />
187
+ </g>
188
+ <g id="corpus-wordmark-l-lbl-glyph0-6">
189
+ <path d="M 52.34375 2.546875 C 79.65625 2.546875 96 -13.796875 96 -38.25 L 96 -105.75 L 71.84375 -105.75 L 71.84375 -42.15625 C 71.84375 -28.5 64.796875 -20.09375 52.34375 -20.09375 C 39.75 -20.09375 32.546875 -28.5 32.546875 -42.15625 L 32.546875 -105.75 L 8.40625 -105.75 L 8.40625 -38.25 C 8.40625 -13.796875 24.90625 2.546875 52.34375 2.546875 Z M 52.34375 2.546875 " />
190
+ </g>
191
+ <g id="corpus-wordmark-l-lbl-glyph0-7">
192
+ <path d="M 88.046875 -31.5 C 88.046875 -47.09375 79.203125 -57.15625 63.59375 -62.09375 L 44.703125 -67.953125 C 37.34375 -70.34375 33.75 -74.25 33.75 -79.65625 C 33.75 -86.40625 39 -90.453125 46.796875 -90.453125 C 55.5 -90.453125 61.5 -85.953125 63.75 -76.65625 L 86.09375 -80.09375 C 83.09375 -97.65625 68.546875 -108.296875 46.65625 -108.296875 C 23.84375 -108.296875 9.453125 -95.84375 9.453125 -77.703125 C 9.453125 -63.75 19.046875 -53.25 33.59375 -48.90625 L 50.546875 -43.65625 C 60.296875 -40.65625 63.75 -36.453125 63.75 -29.40625 C 63.75 -21.15625 58.203125 -16.046875 48.15625 -16.046875 C 37.046875 -16.046875 28.5 -23.09375 26.546875 -38.09375 L 3.296875 -33.453125 C 6.75 -8.546875 23.546875 2.546875 48.15625 2.546875 C 73.5 2.546875 88.046875 -11.09375 88.046875 -31.5 Z M 88.046875 -31.5 " />
193
+ </g>
194
+ </g>
195
+ </defs>
196
+ <g>
197
+ <g>
198
+ <use
199
+ href="#corpus-wordmark-l-lbl-glyph0-1"
200
+ x="0.445112"
201
+ y="137"
202
+ />
203
+ <use
204
+ href="#corpus-wordmark-l-lbl-glyph0-2"
205
+ x="31.255112"
206
+ y="137"
207
+ />
208
+ </g>
209
+ <g>
210
+ <use
211
+ href="#corpus-wordmark-l-lbl-glyph0-3"
212
+ x="137.965112"
213
+ y="137"
214
+ />
215
+ </g>
216
+ <g>
217
+ <use
218
+ href="#corpus-wordmark-l-lbl-glyph0-4"
219
+ x="254.725112"
220
+ y="137"
221
+ />
222
+ </g>
223
+ <g>
224
+ <use
225
+ href="#corpus-wordmark-l-lbl-glyph0-5"
226
+ x="351.535112"
227
+ y="137"
228
+ />
229
+ </g>
230
+ <g>
231
+ <use
232
+ href="#corpus-wordmark-l-lbl-glyph0-6"
233
+ x="442.795112"
234
+ y="137"
235
+ />
236
+ </g>
237
+ <g>
238
+ <use
239
+ href="#corpus-wordmark-l-lbl-glyph0-7"
240
+ x="543.355112"
241
+ y="137"
242
+ />
243
+ </g>
244
+ </g>
245
+ </g>
246
+ </g>
247
+ <filter
248
+ x="-50%"
249
+ y="-50%"
250
+ width="200%"
251
+ height="200%"
252
+ filterUnits="objectBoundingBox"
253
+ id="corpus-wordmark-l-filter-10"
254
+ >
255
+ <feMorphology
256
+ radius="0.5"
257
+ operator="dilate"
258
+ in="SourceAlpha"
259
+ result="shadowSpreadOuter1"
260
+ ></feMorphology>
261
+ <feOffset
262
+ dx="-3"
263
+ dy="3"
264
+ in="shadowSpreadOuter1"
265
+ result="shadowOffsetOuter1"
266
+ ></feOffset>
267
+ <feColorMatrix
268
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0501685049 0"
269
+ type="matrix"
270
+ in="shadowOffsetOuter1"
271
+ ></feColorMatrix>
272
+ </filter>
273
+ </defs>
274
+ <g stroke="none" fill="none">
275
+ <g>
276
+ <use
277
+ fill="black"
278
+ filter="url(#corpus-wordmark-l-filter-4)"
279
+ href="#corpus-wordmark-l-path-3"
280
+ ></use>
281
+ <use
282
+ fill="url(#corpus-wordmark-l-linearGradient-2)"
283
+ fillRule="evenodd"
284
+ href="#corpus-wordmark-l-path-3"
285
+ ></use>
286
+ <use
287
+ fill="black"
288
+ filter="url(#corpus-wordmark-l-filter-5)"
289
+ href="#corpus-wordmark-l-path-3"
290
+ ></use>
291
+ </g>
292
+ <g
293
+ filter="url(#corpus-wordmark-l-filter-6)"
294
+ opacity="0.13"
295
+ fillRule="evenodd"
296
+ transform="translate(256.5027, 305.518)"
297
+ >
298
+ <path
299
+ d="M304.544551,0.447520067 C319.125735,0.47109626 330.927008,12.3105936 330.903467,26.8917774 C330.879856,41.4729613 319.040358,53.2742341 304.459175,53.2506931 L27.7029447,52.8031731 C13.1217608,52.7795969 1.32048809,40.9400996 1.34402902,26.3589157 C1.36764048,11.7777318 13.2071378,-0.0235409293 27.7883217,1.01746264e-13 L304.544551,0.447520067 Z"
300
+ fill="url(#corpus-wordmark-l-linearGradient-7)"
301
+ fillRule="nonzero"
302
+ ></path>
303
+ <path
304
+ d="M509,164.674408 C509,179.255611 497.1796,191.076012 482.598397,191.076012 L27.296573,191.076012 C12.7153701,191.076012 0.894969607,179.255611 0.894969607,164.674408 C0.894969607,150.093206 12.7153701,138.272805 27.296573,138.272805 L482.598397,138.272805 C497.1796,138.272805 509,150.093206 509,164.674408 Z"
305
+ fill="url(#corpus-wordmark-l-linearGradient-7)"
306
+ fillRule="nonzero"
307
+ ></path>
308
+ <path
309
+ d="M508.552515,304.737062 C508.552515,319.318265 496.732115,331.138666 482.150912,331.138666 L26.8490882,331.138666 C12.2678853,331.138666 0.447484804,319.318265 0.447484804,304.737062 C0.447484804,290.15586 12.2678853,278.335459 26.8490882,278.335459 L482.150912,278.335459 C496.732115,278.335459 508.552515,290.15586 508.552515,304.737062 Z"
310
+ fill="url(#corpus-wordmark-l-linearGradient-7)"
311
+ fillRule="nonzero"
312
+ ></path>
313
+ </g>
314
+ <g fill="#D9A300">
315
+ <use
316
+ filter="url(#corpus-wordmark-l-filter-10)"
317
+ href="#corpus-wordmark-l-text-9"
318
+ ></use>
319
+ <use href="#corpus-wordmark-l-text-9"></use>
320
+ </g>
321
+ </g>
322
+ </g>
323
+ <g data-theme-layer="dark" className="hidden dark:inline">
324
+ <defs>
325
+ <linearGradient
326
+ x1="25.9355099%"
327
+ y1="0%"
328
+ x2="63.5613444%"
329
+ y2="91.834983%"
330
+ id="corpus-wordmark-d-linearGradient-2"
331
+ >
332
+ <stop
333
+ stopColor="#2A2A2A"
334
+ stopOpacity="0.980392157"
335
+ offset="0%"
336
+ ></stop>
337
+ <stop stopColor="#050505" offset="100%"></stop>
338
+ </linearGradient>
339
+ <filter
340
+ x="-50%"
341
+ y="-50%"
342
+ width="200%"
343
+ height="200%"
344
+ filterUnits="objectBoundingBox"
345
+ id="corpus-wordmark-d-filter-5"
346
+ >
347
+ <feGaussianBlur
348
+ stdDeviation="4"
349
+ in="SourceAlpha"
350
+ result="shadowBlurInner1"
351
+ ></feGaussianBlur>
352
+ <feOffset
353
+ dx="-10"
354
+ dy="14"
355
+ in="shadowBlurInner1"
356
+ result="shadowOffsetInner1"
357
+ ></feOffset>
358
+ <feComposite
359
+ in="shadowOffsetInner1"
360
+ in2="SourceAlpha"
361
+ operator="arithmetic"
362
+ k2="-1"
363
+ k3="1"
364
+ result="shadowInnerInner1"
365
+ ></feComposite>
366
+ <feColorMatrix
367
+ values="0 0 0 0 0.194256757 0 0 0 0 0.194256757 0 0 0 0 0.194256757 0 0 0 1 0"
368
+ type="matrix"
369
+ in="shadowInnerInner1"
370
+ result="shadowMatrixInner1"
371
+ ></feColorMatrix>
372
+ <feGaussianBlur
373
+ stdDeviation="4"
374
+ in="SourceAlpha"
375
+ result="shadowBlurInner2"
376
+ ></feGaussianBlur>
377
+ <feOffset
378
+ dx="4"
379
+ dy="-10"
380
+ in="shadowBlurInner2"
381
+ result="shadowOffsetInner2"
382
+ ></feOffset>
383
+ <feComposite
384
+ in="shadowOffsetInner2"
385
+ in2="SourceAlpha"
386
+ operator="arithmetic"
387
+ k2="-1"
388
+ k3="1"
389
+ result="shadowInnerInner2"
390
+ ></feComposite>
391
+ <feColorMatrix
392
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03 0"
393
+ type="matrix"
394
+ in="shadowInnerInner2"
395
+ result="shadowMatrixInner2"
396
+ ></feColorMatrix>
397
+ <feMerge>
398
+ <feMergeNode in="shadowMatrixInner1"></feMergeNode>
399
+ <feMergeNode in="shadowMatrixInner2"></feMergeNode>
400
+ </feMerge>
401
+ </filter>
402
+ </defs>
403
+ <g stroke="none" fill="none">
404
+ <g>
405
+ <use
406
+ fill="black"
407
+ filter="url(#corpus-wordmark-l-filter-4)"
408
+ href="#corpus-wordmark-l-path-3"
409
+ ></use>
410
+ <use
411
+ fill="url(#corpus-wordmark-d-linearGradient-2)"
412
+ fillRule="evenodd"
413
+ href="#corpus-wordmark-l-path-3"
414
+ ></use>
415
+ <use
416
+ fill="black"
417
+ filter="url(#corpus-wordmark-d-filter-5)"
418
+ href="#corpus-wordmark-l-path-3"
419
+ ></use>
420
+ </g>
421
+ <g
422
+ filter="url(#corpus-wordmark-l-filter-6)"
423
+ opacity="0.13"
424
+ fillRule="evenodd"
425
+ transform="translate(256.5027, 305.518)"
426
+ fill="#B2B2B2"
427
+ >
428
+ <path
429
+ d="M304.544551,0.447520067 C319.125735,0.47109626 330.927008,12.3105936 330.903467,26.8917774 C330.879856,41.4729613 319.040358,53.2742341 304.459175,53.2506931 L27.7029447,52.8031731 C13.1217608,52.7795969 1.32048809,40.9400996 1.34402902,26.3589157 C1.36764048,11.7777318 13.2071378,-0.0235409293 27.7883217,1.01746264e-13 L304.544551,0.447520067 Z"
430
+ fillRule="nonzero"
431
+ ></path>
432
+ <path
433
+ d="M509,164.674408 C509,179.255611 497.1796,191.076012 482.598397,191.076012 L27.296573,191.076012 C12.7153701,191.076012 0.894969607,179.255611 0.894969607,164.674408 C0.894969607,150.093206 12.7153701,138.272805 27.296573,138.272805 L482.598397,138.272805 C497.1796,138.272805 509,150.093206 509,164.674408 Z"
434
+ fillRule="nonzero"
435
+ ></path>
436
+ <path
437
+ d="M508.552515,304.737062 C508.552515,319.318265 496.732115,331.138666 482.150912,331.138666 L26.8490882,331.138666 C12.2678853,331.138666 0.447484804,319.318265 0.447484804,304.737062 C0.447484804,290.15586 12.2678853,278.335459 26.8490882,278.335459 L482.150912,278.335459 C496.732115,278.335459 508.552515,290.15586 508.552515,304.737062 Z"
438
+ fillRule="nonzero"
439
+ ></path>
440
+ </g>
441
+ <g fill="#F5C400">
442
+ <use
443
+ filter="url(#corpus-wordmark-l-filter-10)"
444
+ href="#corpus-wordmark-l-text-9"
445
+ ></use>
446
+ <use href="#corpus-wordmark-l-text-9"></use>
447
+ </g>
448
+ </g>
449
+ </g>
450
+ </svg>
451
+ )
452
+ }
453
+
454
+ export default FileWordmarkCorpus