@@ -2,19 +2,81 @@ import React from 'react';
2
2
3
3
function NTT ( ) {
4
4
return (
5
- < svg viewBox = "0 0 100 100" xmlns = "http://www.w3.org/2000/svg" >
6
- < circle cx = "50" cy = "50" r = "40" fill = "magenta" />
7
- < text
8
- x = "50"
9
- y = "50"
10
- textAnchor = "middle"
11
- fill = "white"
12
- fontSize = "32"
13
- fontWeight = "bold"
14
- dominantBaseline = "middle"
5
+ < svg
6
+ viewBox = "316.829 225.555 66.146 48.89"
7
+ xmlns = "http://www.w3.org/2000/svg"
8
+ >
9
+ < defs >
10
+ < filter
11
+ id = "filter0_f_4160_67832"
12
+ x = "36.0726"
13
+ y = "19.3241"
14
+ width = "12.6301"
15
+ height = "12.6306"
16
+ filterUnits = "userSpaceOnUse"
17
+ colorInterpolationFilters = "sRGB"
18
+ >
19
+ < feFlood floodOpacity = "0" result = "BackgroundImageFix" />
20
+ < feBlend
21
+ mode = "normal"
22
+ in = "SourceGraphic"
23
+ in2 = "BackgroundImageFix"
24
+ result = "shape"
25
+ />
26
+ < feGaussianBlur
27
+ stdDeviation = "1.18048"
28
+ result = "effect1_foregroundBlur_4160_67832"
29
+ />
30
+ </ filter >
31
+ < linearGradient
32
+ id = "paint0_linear_4160_67832"
33
+ x1 = "76.3139"
34
+ y1 = "25.3915"
35
+ x2 = "10.1678"
36
+ y2 = "25.3915"
37
+ gradientUnits = "userSpaceOnUse"
38
+ gradientTransform = "matrix(1, 0, 0, 1, 307.155052, 224.001474)"
39
+ >
40
+ < stop stopColor = "white" stopOpacity = "0" />
41
+ < stop offset = "0.5142" stopColor = "white" />
42
+ < stop offset = "1" stopColor = "white" stopOpacity = "0" />
43
+ </ linearGradient >
44
+ < linearGradient
45
+ id = "paint1_linear_4160_67832"
46
+ x1 = "42.748"
47
+ y1 = "1.55322"
48
+ x2 = "42.748"
49
+ y2 = "50.4438"
50
+ gradientUnits = "userSpaceOnUse"
51
+ gradientTransform = "matrix(1, 0, 0, 1, 307.155052, 224.001474)"
52
+ >
53
+ < stop stopColor = "white" />
54
+ < stop offset = "0.4519" stopColor = "white" stopOpacity = "0" />
55
+ < stop offset = "0.5397" stopColor = "white" stopOpacity = "0" />
56
+ < stop offset = "1" stopColor = "white" />
57
+ </ linearGradient >
58
+ </ defs >
59
+ < g
60
+ filter = "url(#filter0_f_4160_67832)"
61
+ transform = "matrix(1, 0, 0, 1, 307.15521240234375, 224.00100708007812)"
15
62
>
16
- NTT
17
- </ text >
63
+ < path
64
+ d = "M42.3874 29.5938C40.2035 29.5938 38.433 27.8234 38.433 25.6394C38.433 23.4555 40.2035 21.6851 42.3874 21.6851C44.5714 21.6851 46.3418 23.4555 46.3418 25.6394C46.3418 27.8234 44.5714 29.5938 42.3874 29.5938Z"
65
+ fill = "white"
66
+ />
67
+ </ g >
68
+ < path
69
+ fillRule = "evenodd"
70
+ clipRule = "evenodd"
71
+ d = "M 316.829 249.281 L 382.975 249.281 L 382.975 250.719 L 316.829 250.719 L 316.829 249.281 Z"
72
+ fill = "url(#paint0_linear_4160_67832)"
73
+ />
74
+ < path
75
+ fillRule = "evenodd"
76
+ clipRule = "evenodd"
77
+ d = "M 349.903 273.007 C 362.609 273.007 372.91 262.707 372.91 250 C 372.91 237.293 362.609 226.993 349.903 226.993 C 337.196 226.993 326.896 237.293 326.896 250 C 326.896 262.707 337.196 273.007 349.903 273.007 Z M 349.903 274.445 C 363.404 274.445 374.348 263.501 374.348 250 C 374.348 236.499 363.404 225.555 349.903 225.555 C 336.402 225.555 325.458 236.499 325.458 250 C 325.458 263.501 336.402 274.445 349.903 274.445 Z"
78
+ fill = "url(#paint1_linear_4160_67832)"
79
+ />
18
80
</ svg >
19
81
) ;
20
82
}
0 commit comments