react-native-inapp-inspector 1.0.6 → 1.0.9
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.
- package/README.md +8 -2
- package/assets/banner_dark.svg +186 -0
- package/assets/banner_light.svg +186 -0
- package/assets/icon_circle.svg +148 -0
- package/assets/icon_square.svg +148 -0
- package/assets/social_preview.png +0 -0
- package/dist/commonjs/components/BrandCircleIcon.d.ts +5 -0
- package/dist/commonjs/components/BrandCircleIcon.js +180 -0
- package/dist/commonjs/components/NetworkIcons.d.ts +1 -0
- package/dist/commonjs/components/NetworkIcons.js +3 -1
- package/dist/commonjs/index.js +1 -3
- package/dist/esm/components/BrandCircleIcon.d.ts +5 -0
- package/dist/esm/components/BrandCircleIcon.js +140 -0
- package/dist/esm/components/NetworkIcons.d.ts +1 -0
- package/dist/esm/components/NetworkIcons.js +1 -0
- package/dist/esm/index.js +2 -4
- package/package.json +3 -2
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="inapp inspector icon">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="tile" x1="30" y1="30" x2="210" y2="222" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop offset="0" stop-color="#141B33"/>
|
|
5
|
+
<stop offset="1" stop-color="#0A0E1C"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="edge" x1="14" y1="22" x2="220" y2="228" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0" stop-color="#3A4E7A"/>
|
|
9
|
+
<stop offset="1" stop-color="#1A2238"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="beam" x1="70" y1="74" x2="194" y2="187" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset="0" stop-color="#5EEAD4"/>
|
|
13
|
+
<stop offset="0.5" stop-color="#38BDF8"/>
|
|
14
|
+
<stop offset="1" stop-color="#A78BFA"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<radialGradient id="halo" cx="0.5" cy="0.45" r="0.55">
|
|
17
|
+
<stop offset="0" stop-color="#38BDF8" stop-opacity="0.12"/>
|
|
18
|
+
<stop offset="1" stop-color="#38BDF8" stop-opacity="0"/>
|
|
19
|
+
</radialGradient>
|
|
20
|
+
<linearGradient id="owlbody" x1="78" y1="60" x2="178" y2="186" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop offset="0" stop-color="#202E55"/>
|
|
22
|
+
<stop offset="1" stop-color="#10182F"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="beak" x1="120" y1="151" x2="136" y2="168" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop offset="0" stop-color="#FCD34D"/>
|
|
26
|
+
<stop offset="1" stop-color="#FB923C"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<radialGradient id="iris" cx="0.42" cy="0.38" r="0.72">
|
|
29
|
+
<stop offset="0" stop-color="#FDE68A"/>
|
|
30
|
+
<stop offset="0.5" stop-color="#FBBF24"/>
|
|
31
|
+
<stop offset="1" stop-color="#F59E0B"/>
|
|
32
|
+
</radialGradient>
|
|
33
|
+
<radialGradient id="blush" cx="0.5" cy="0.5" r="0.5">
|
|
34
|
+
<stop offset="0" stop-color="#FB7185" stop-opacity="0.5"/>
|
|
35
|
+
<stop offset="1" stop-color="#FB7185" stop-opacity="0"/>
|
|
36
|
+
</radialGradient>
|
|
37
|
+
<linearGradient id="wing" x1="70" y1="120" x2="190" y2="206" gradientUnits="userSpaceOnUse">
|
|
38
|
+
<stop offset="0" stop-color="#1A2545"/>
|
|
39
|
+
<stop offset="1" stop-color="#0E1530"/>
|
|
40
|
+
</linearGradient>
|
|
41
|
+
<linearGradient id="faceplate" x1="70" y1="72" x2="186" y2="152" gradientUnits="userSpaceOnUse">
|
|
42
|
+
<stop offset="0" stop-color="#35497E"/>
|
|
43
|
+
<stop offset="1" stop-color="#1E2D4D"/>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
<radialGradient id="lensglass" cx="0.4" cy="0.32" r="0.75">
|
|
46
|
+
<stop offset="0" stop-color="#7DE8FF" stop-opacity="0.22"/>
|
|
47
|
+
<stop offset="0.7" stop-color="#7DE8FF" stop-opacity="0.05"/>
|
|
48
|
+
<stop offset="1" stop-color="#7DE8FF" stop-opacity="0"/>
|
|
49
|
+
</radialGradient>
|
|
50
|
+
<linearGradient id="belly" x1="94" y1="126" x2="162" y2="212" gradientUnits="userSpaceOnUse">
|
|
51
|
+
<stop offset="0" stop-color="#33477A"/>
|
|
52
|
+
<stop offset="1" stop-color="#1D2B53"/>
|
|
53
|
+
</linearGradient>
|
|
54
|
+
<filter id="drop" x="-40%" y="-40%" width="180%" height="180%">
|
|
55
|
+
<feDropShadow dx="0" dy="5" stdDeviation="7" flood-color="#03050C" flood-opacity="0.7"/>
|
|
56
|
+
</filter>
|
|
57
|
+
<filter id="soft" x="-30%" y="-30%" width="160%" height="160%">
|
|
58
|
+
<feGaussianBlur stdDeviation="2.4" result="b"/>
|
|
59
|
+
<feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
60
|
+
</filter>
|
|
61
|
+
</defs>
|
|
62
|
+
<circle cx="128" cy="128" r="122" fill="url(#tile)"/>
|
|
63
|
+
<circle cx="128" cy="128" r="121.4" fill="none" stroke="url(#edge)" stroke-opacity="0.7" stroke-width="1.4"/>
|
|
64
|
+
<circle cx="128" cy="128" r="100" fill="url(#halo)"/>
|
|
65
|
+
<g transform="translate(128 132) scale(1.05) translate(-128 -134)">
|
|
66
|
+
|
|
67
|
+
<!-- ===== full-body debugger owl ===== -->
|
|
68
|
+
|
|
69
|
+
<!-- grounded body + wings (cast a soft shadow) -->
|
|
70
|
+
<g filter="url(#drop)">
|
|
71
|
+
<path d="M74 124 C58 154 60 190 86 204 C79 176 77 148 88 126 Z" fill="url(#wing)" stroke="url(#beam)" stroke-width="2.5" stroke-opacity="0.45"/>
|
|
72
|
+
<path d="M182 124 C198 154 196 190 170 204 C177 176 179 148 168 126 Z" fill="url(#wing)" stroke="url(#beam)" stroke-width="2.5" stroke-opacity="0.45"/>
|
|
73
|
+
<path d="M62 150 C58 104 70 70 90 58 L98 42 L116 62 Q128 57 140 62 L158 42 L166 58 C186 70 198 104 194 150 C198 180 184 204 152 212 C140 216 116 216 104 212 C72 204 58 180 62 150 Z"
|
|
74
|
+
fill="url(#owlbody)" stroke="url(#beam)" stroke-width="4" stroke-linejoin="round"/>
|
|
75
|
+
</g>
|
|
76
|
+
|
|
77
|
+
<!-- inner-ear shadows -->
|
|
78
|
+
<path d="M99 48 L114 62 L104 63 L98 55 Z" fill="#080F22" opacity="0.5"/>
|
|
79
|
+
<path d="M157 48 L142 62 L152 63 L158 55 Z" fill="#080F22" opacity="0.5"/>
|
|
80
|
+
|
|
81
|
+
<!-- wing feather lines -->
|
|
82
|
+
<g stroke="#22325A" stroke-width="2.2" fill="none" stroke-linecap="round" opacity="0.75">
|
|
83
|
+
<path d="M80 138 q-5 26 3 50"/>
|
|
84
|
+
<path d="M90 134 q-4 26 3 48"/>
|
|
85
|
+
<path d="M176 138 q5 26 -3 50"/>
|
|
86
|
+
<path d="M166 134 q4 26 -3 48"/>
|
|
87
|
+
</g>
|
|
88
|
+
|
|
89
|
+
<!-- belly plate -->
|
|
90
|
+
<path d="M128 126 C151 126 164 148 162 174 C160 198 146 212 128 212 C110 212 96 198 94 174 C92 148 105 126 128 126 Z"
|
|
91
|
+
fill="url(#belly)"/>
|
|
92
|
+
|
|
93
|
+
<!-- belly feather scallops -->
|
|
94
|
+
<g stroke="#3E588C" stroke-width="2.3" fill="none" stroke-linecap="round" opacity="0.4">
|
|
95
|
+
<path d="M110 154 Q118 162 126 154"/>
|
|
96
|
+
<path d="M126 154 Q134 162 142 154"/>
|
|
97
|
+
<path d="M142 154 Q150 162 158 154"/>
|
|
98
|
+
<path d="M102 172 Q110 180 118 172"/>
|
|
99
|
+
<path d="M150 172 Q158 180 166 172"/>
|
|
100
|
+
<path d="M112 190 Q120 198 128 190"/>
|
|
101
|
+
<path d="M128 190 Q136 198 144 190"/>
|
|
102
|
+
</g>
|
|
103
|
+
|
|
104
|
+
<!-- developer chest screen + code emblem -->
|
|
105
|
+
<rect x="107" y="161" width="42" height="32" rx="9" fill="#0C1426" stroke="url(#beam)" stroke-width="2" stroke-opacity="0.7"/>
|
|
106
|
+
<g stroke="#8FD0EC" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none">
|
|
107
|
+
<path d="M122 170 L115 177 L122 184"/>
|
|
108
|
+
<path d="M134 170 L141 177 L134 184"/>
|
|
109
|
+
<path d="M130 168 L126 186"/>
|
|
110
|
+
</g>
|
|
111
|
+
|
|
112
|
+
<!-- facial disc -->
|
|
113
|
+
<path d="M128 92 C148 70 186 78 186 108 C186 134 160 152 128 152 C96 152 70 134 70 108 C70 78 108 70 128 92 Z"
|
|
114
|
+
fill="url(#faceplate)" stroke="#52709E" stroke-width="2.6" stroke-opacity="0.7"/>
|
|
115
|
+
<!-- facial-disc centre ridge -->
|
|
116
|
+
<path d="M128 96 L128 120" stroke="#52709E" stroke-width="2" stroke-linecap="round" stroke-opacity="0.45"/>
|
|
117
|
+
|
|
118
|
+
<!-- feet -->
|
|
119
|
+
<g stroke="url(#beak)" stroke-width="5" stroke-linecap="round" fill="none">
|
|
120
|
+
<path d="M111 209 L105 224 M111 209 L111 226 M111 209 L117 224"/>
|
|
121
|
+
<path d="M145 209 L139 224 M145 209 L145 226 M145 209 L151 224"/>
|
|
122
|
+
</g>
|
|
123
|
+
|
|
124
|
+
<!-- normal eye: big cute yellow iris, dark pupil, sparkles -->
|
|
125
|
+
<circle cx="153" cy="107" r="17" fill="url(#iris)" stroke="#1A1205" stroke-width="2.2"/>
|
|
126
|
+
<circle cx="153" cy="108" r="8.2" fill="#0A0E18"/>
|
|
127
|
+
<circle cx="156.2" cy="104" r="3.1" fill="#ffffff" opacity="0.95"/>
|
|
128
|
+
<circle cx="149.6" cy="111" r="1.6" fill="#ffffff" opacity="0.7"/>
|
|
129
|
+
|
|
130
|
+
<!-- beak (small + rounded) -->
|
|
131
|
+
<path d="M123.5 123 Q128 121 132.5 123 Q131 132 128 134.5 Q125 132 123.5 123 Z" fill="url(#beak)"/>
|
|
132
|
+
|
|
133
|
+
<!-- ===== magnifier held to the big (debug) eye ===== -->
|
|
134
|
+
<circle cx="95" cy="103" r="20" fill="url(#iris)" stroke="#1A1205" stroke-width="2.6"/>
|
|
135
|
+
<circle cx="95" cy="104" r="10" fill="#0A0E18" filter="url(#soft)"/>
|
|
136
|
+
<circle cx="98.6" cy="100" r="3.4" fill="#ffffff" opacity="0.95"/>
|
|
137
|
+
<circle cx="91" cy="107" r="1.8" fill="#ffffff" opacity="0.7"/>
|
|
138
|
+
<circle cx="95" cy="103" r="28" fill="url(#lensglass)"/>
|
|
139
|
+
<path d="M77 87 A28 28 0 0 1 106 79" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round" stroke-opacity="0.5"/>
|
|
140
|
+
<line x1="75" y1="123" x2="54" y2="147" stroke="#0A0F1C" stroke-width="14" stroke-linecap="round"/>
|
|
141
|
+
<line x1="75" y1="123" x2="54" y2="147" stroke="url(#beam)" stroke-width="8.5" stroke-linecap="round"/>
|
|
142
|
+
<circle cx="95" cy="103" r="28" fill="none" stroke="url(#beam)" stroke-width="7" filter="url(#soft)"/>
|
|
143
|
+
|
|
144
|
+
<!-- rosy cheeks -->
|
|
145
|
+
<ellipse cx="83" cy="127" rx="9" ry="6" fill="url(#blush)"/>
|
|
146
|
+
<ellipse cx="167" cy="122" rx="9" ry="6" fill="url(#blush)"/>
|
|
147
|
+
</g>
|
|
148
|
+
</svg>
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="inapp inspector icon">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="tile" x1="30" y1="30" x2="210" y2="222" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop offset="0" stop-color="#141B33"/>
|
|
5
|
+
<stop offset="1" stop-color="#0A0E1C"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="edge" x1="14" y1="22" x2="220" y2="228" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0" stop-color="#3A4E7A"/>
|
|
9
|
+
<stop offset="1" stop-color="#1A2238"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="beam" x1="70" y1="74" x2="194" y2="187" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset="0" stop-color="#5EEAD4"/>
|
|
13
|
+
<stop offset="0.5" stop-color="#38BDF8"/>
|
|
14
|
+
<stop offset="1" stop-color="#A78BFA"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<radialGradient id="halo" cx="0.5" cy="0.45" r="0.55">
|
|
17
|
+
<stop offset="0" stop-color="#38BDF8" stop-opacity="0.12"/>
|
|
18
|
+
<stop offset="1" stop-color="#38BDF8" stop-opacity="0"/>
|
|
19
|
+
</radialGradient>
|
|
20
|
+
<linearGradient id="owlbody" x1="78" y1="60" x2="178" y2="186" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop offset="0" stop-color="#202E55"/>
|
|
22
|
+
<stop offset="1" stop-color="#10182F"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="beak" x1="120" y1="151" x2="136" y2="168" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop offset="0" stop-color="#FCD34D"/>
|
|
26
|
+
<stop offset="1" stop-color="#FB923C"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<radialGradient id="iris" cx="0.42" cy="0.38" r="0.72">
|
|
29
|
+
<stop offset="0" stop-color="#FDE68A"/>
|
|
30
|
+
<stop offset="0.5" stop-color="#FBBF24"/>
|
|
31
|
+
<stop offset="1" stop-color="#F59E0B"/>
|
|
32
|
+
</radialGradient>
|
|
33
|
+
<radialGradient id="blush" cx="0.5" cy="0.5" r="0.5">
|
|
34
|
+
<stop offset="0" stop-color="#FB7185" stop-opacity="0.5"/>
|
|
35
|
+
<stop offset="1" stop-color="#FB7185" stop-opacity="0"/>
|
|
36
|
+
</radialGradient>
|
|
37
|
+
<linearGradient id="wing" x1="70" y1="120" x2="190" y2="206" gradientUnits="userSpaceOnUse">
|
|
38
|
+
<stop offset="0" stop-color="#1A2545"/>
|
|
39
|
+
<stop offset="1" stop-color="#0E1530"/>
|
|
40
|
+
</linearGradient>
|
|
41
|
+
<linearGradient id="faceplate" x1="70" y1="72" x2="186" y2="152" gradientUnits="userSpaceOnUse">
|
|
42
|
+
<stop offset="0" stop-color="#35497E"/>
|
|
43
|
+
<stop offset="1" stop-color="#1E2D4D"/>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
<radialGradient id="lensglass" cx="0.4" cy="0.32" r="0.75">
|
|
46
|
+
<stop offset="0" stop-color="#7DE8FF" stop-opacity="0.22"/>
|
|
47
|
+
<stop offset="0.7" stop-color="#7DE8FF" stop-opacity="0.05"/>
|
|
48
|
+
<stop offset="1" stop-color="#7DE8FF" stop-opacity="0"/>
|
|
49
|
+
</radialGradient>
|
|
50
|
+
<linearGradient id="belly" x1="94" y1="126" x2="162" y2="212" gradientUnits="userSpaceOnUse">
|
|
51
|
+
<stop offset="0" stop-color="#33477A"/>
|
|
52
|
+
<stop offset="1" stop-color="#1D2B53"/>
|
|
53
|
+
</linearGradient>
|
|
54
|
+
<filter id="drop" x="-40%" y="-40%" width="180%" height="180%">
|
|
55
|
+
<feDropShadow dx="0" dy="5" stdDeviation="7" flood-color="#03050C" flood-opacity="0.7"/>
|
|
56
|
+
</filter>
|
|
57
|
+
<filter id="soft" x="-30%" y="-30%" width="160%" height="160%">
|
|
58
|
+
<feGaussianBlur stdDeviation="2.4" result="b"/>
|
|
59
|
+
<feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
60
|
+
</filter>
|
|
61
|
+
</defs>
|
|
62
|
+
<rect x="8" y="8" width="240" height="240" rx="58" fill="url(#tile)"/>
|
|
63
|
+
<rect x="8.6" y="8.6" width="238.8" height="238.8" rx="57.4" fill="none" stroke="url(#edge)" stroke-opacity="0.6"/>
|
|
64
|
+
<circle cx="128" cy="128" r="104" fill="url(#halo)"/>
|
|
65
|
+
<g transform="translate(128 128) scale(1.16) translate(-128 -134)">
|
|
66
|
+
|
|
67
|
+
<!-- ===== full-body debugger owl ===== -->
|
|
68
|
+
|
|
69
|
+
<!-- grounded body + wings (cast a soft shadow) -->
|
|
70
|
+
<g filter="url(#drop)">
|
|
71
|
+
<path d="M74 124 C58 154 60 190 86 204 C79 176 77 148 88 126 Z" fill="url(#wing)" stroke="url(#beam)" stroke-width="2.5" stroke-opacity="0.45"/>
|
|
72
|
+
<path d="M182 124 C198 154 196 190 170 204 C177 176 179 148 168 126 Z" fill="url(#wing)" stroke="url(#beam)" stroke-width="2.5" stroke-opacity="0.45"/>
|
|
73
|
+
<path d="M62 150 C58 104 70 70 90 58 L98 42 L116 62 Q128 57 140 62 L158 42 L166 58 C186 70 198 104 194 150 C198 180 184 204 152 212 C140 216 116 216 104 212 C72 204 58 180 62 150 Z"
|
|
74
|
+
fill="url(#owlbody)" stroke="url(#beam)" stroke-width="4" stroke-linejoin="round"/>
|
|
75
|
+
</g>
|
|
76
|
+
|
|
77
|
+
<!-- inner-ear shadows -->
|
|
78
|
+
<path d="M99 48 L114 62 L104 63 L98 55 Z" fill="#080F22" opacity="0.5"/>
|
|
79
|
+
<path d="M157 48 L142 62 L152 63 L158 55 Z" fill="#080F22" opacity="0.5"/>
|
|
80
|
+
|
|
81
|
+
<!-- wing feather lines -->
|
|
82
|
+
<g stroke="#22325A" stroke-width="2.2" fill="none" stroke-linecap="round" opacity="0.75">
|
|
83
|
+
<path d="M80 138 q-5 26 3 50"/>
|
|
84
|
+
<path d="M90 134 q-4 26 3 48"/>
|
|
85
|
+
<path d="M176 138 q5 26 -3 50"/>
|
|
86
|
+
<path d="M166 134 q4 26 -3 48"/>
|
|
87
|
+
</g>
|
|
88
|
+
|
|
89
|
+
<!-- belly plate -->
|
|
90
|
+
<path d="M128 126 C151 126 164 148 162 174 C160 198 146 212 128 212 C110 212 96 198 94 174 C92 148 105 126 128 126 Z"
|
|
91
|
+
fill="url(#belly)"/>
|
|
92
|
+
|
|
93
|
+
<!-- belly feather scallops -->
|
|
94
|
+
<g stroke="#3E588C" stroke-width="2.3" fill="none" stroke-linecap="round" opacity="0.4">
|
|
95
|
+
<path d="M110 154 Q118 162 126 154"/>
|
|
96
|
+
<path d="M126 154 Q134 162 142 154"/>
|
|
97
|
+
<path d="M142 154 Q150 162 158 154"/>
|
|
98
|
+
<path d="M102 172 Q110 180 118 172"/>
|
|
99
|
+
<path d="M150 172 Q158 180 166 172"/>
|
|
100
|
+
<path d="M112 190 Q120 198 128 190"/>
|
|
101
|
+
<path d="M128 190 Q136 198 144 190"/>
|
|
102
|
+
</g>
|
|
103
|
+
|
|
104
|
+
<!-- developer chest screen + code emblem -->
|
|
105
|
+
<rect x="107" y="161" width="42" height="32" rx="9" fill="#0C1426" stroke="url(#beam)" stroke-width="2" stroke-opacity="0.7"/>
|
|
106
|
+
<g stroke="#8FD0EC" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none">
|
|
107
|
+
<path d="M122 170 L115 177 L122 184"/>
|
|
108
|
+
<path d="M134 170 L141 177 L134 184"/>
|
|
109
|
+
<path d="M130 168 L126 186"/>
|
|
110
|
+
</g>
|
|
111
|
+
|
|
112
|
+
<!-- facial disc -->
|
|
113
|
+
<path d="M128 92 C148 70 186 78 186 108 C186 134 160 152 128 152 C96 152 70 134 70 108 C70 78 108 70 128 92 Z"
|
|
114
|
+
fill="url(#faceplate)" stroke="#52709E" stroke-width="2.6" stroke-opacity="0.7"/>
|
|
115
|
+
<!-- facial-disc centre ridge -->
|
|
116
|
+
<path d="M128 96 L128 120" stroke="#52709E" stroke-width="2" stroke-linecap="round" stroke-opacity="0.45"/>
|
|
117
|
+
|
|
118
|
+
<!-- feet -->
|
|
119
|
+
<g stroke="url(#beak)" stroke-width="5" stroke-linecap="round" fill="none">
|
|
120
|
+
<path d="M111 209 L105 224 M111 209 L111 226 M111 209 L117 224"/>
|
|
121
|
+
<path d="M145 209 L139 224 M145 209 L145 226 M145 209 L151 224"/>
|
|
122
|
+
</g>
|
|
123
|
+
|
|
124
|
+
<!-- normal eye: big cute yellow iris, dark pupil, sparkles -->
|
|
125
|
+
<circle cx="153" cy="107" r="17" fill="url(#iris)" stroke="#1A1205" stroke-width="2.2"/>
|
|
126
|
+
<circle cx="153" cy="108" r="8.2" fill="#0A0E18"/>
|
|
127
|
+
<circle cx="156.2" cy="104" r="3.1" fill="#ffffff" opacity="0.95"/>
|
|
128
|
+
<circle cx="149.6" cy="111" r="1.6" fill="#ffffff" opacity="0.7"/>
|
|
129
|
+
|
|
130
|
+
<!-- beak (small + rounded) -->
|
|
131
|
+
<path d="M123.5 123 Q128 121 132.5 123 Q131 132 128 134.5 Q125 132 123.5 123 Z" fill="url(#beak)"/>
|
|
132
|
+
|
|
133
|
+
<!-- ===== magnifier held to the big (debug) eye ===== -->
|
|
134
|
+
<circle cx="95" cy="103" r="20" fill="url(#iris)" stroke="#1A1205" stroke-width="2.6"/>
|
|
135
|
+
<circle cx="95" cy="104" r="10" fill="#0A0E18" filter="url(#soft)"/>
|
|
136
|
+
<circle cx="98.6" cy="100" r="3.4" fill="#ffffff" opacity="0.95"/>
|
|
137
|
+
<circle cx="91" cy="107" r="1.8" fill="#ffffff" opacity="0.7"/>
|
|
138
|
+
<circle cx="95" cy="103" r="28" fill="url(#lensglass)"/>
|
|
139
|
+
<path d="M77 87 A28 28 0 0 1 106 79" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round" stroke-opacity="0.5"/>
|
|
140
|
+
<line x1="75" y1="123" x2="54" y2="147" stroke="#0A0F1C" stroke-width="14" stroke-linecap="round"/>
|
|
141
|
+
<line x1="75" y1="123" x2="54" y2="147" stroke="url(#beam)" stroke-width="8.5" stroke-linecap="round"/>
|
|
142
|
+
<circle cx="95" cy="103" r="28" fill="none" stroke="url(#beam)" stroke-width="7" filter="url(#soft)"/>
|
|
143
|
+
|
|
144
|
+
<!-- rosy cheeks -->
|
|
145
|
+
<ellipse cx="83" cy="127" rx="9" ry="6" fill="url(#blush)"/>
|
|
146
|
+
<ellipse cx="167" cy="122" rx="9" ry="6" fill="url(#blush)"/>
|
|
147
|
+
</g>
|
|
148
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.BrandCircleIcon = void 0;
|
|
40
|
+
const react_1 = __importDefault(require("react"));
|
|
41
|
+
const react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
42
|
+
const BrandCircleIcon = ({ size = 56 }) => {
|
|
43
|
+
return (<react_native_svg_1.default width={size} height={size} viewBox="0 0 256 256" fill="none">
|
|
44
|
+
<react_native_svg_1.Defs>
|
|
45
|
+
<react_native_svg_1.LinearGradient id="tile" x1="30" y1="30" x2="210" y2="222" gradientUnits="userSpaceOnUse">
|
|
46
|
+
<react_native_svg_1.Stop offset="0" stopColor="#141B33"/>
|
|
47
|
+
<react_native_svg_1.Stop offset="1" stopColor="#0A0E1C"/>
|
|
48
|
+
</react_native_svg_1.LinearGradient>
|
|
49
|
+
<react_native_svg_1.LinearGradient id="edge" x1="14" y1="22" x2="220" y2="228" gradientUnits="userSpaceOnUse">
|
|
50
|
+
<react_native_svg_1.Stop offset="0" stopColor="#3A4E7A"/>
|
|
51
|
+
<react_native_svg_1.Stop offset="1" stopColor="#1A2238"/>
|
|
52
|
+
</react_native_svg_1.LinearGradient>
|
|
53
|
+
<react_native_svg_1.LinearGradient id="beam" x1="70" y1="74" x2="194" y2="187" gradientUnits="userSpaceOnUse">
|
|
54
|
+
<react_native_svg_1.Stop offset="0" stopColor="#5EEAD4"/>
|
|
55
|
+
<react_native_svg_1.Stop offset="0.5" stopColor="#38BDF8"/>
|
|
56
|
+
<react_native_svg_1.Stop offset="1" stopColor="#A78BFA"/>
|
|
57
|
+
</react_native_svg_1.LinearGradient>
|
|
58
|
+
<react_native_svg_1.RadialGradient id="halo" cx="0.5" cy="0.45" r="0.55">
|
|
59
|
+
<react_native_svg_1.Stop offset="0" stopColor="#38BDF8" stopOpacity={0.12}/>
|
|
60
|
+
<react_native_svg_1.Stop offset="1" stopColor="#38BDF8" stopOpacity={0}/>
|
|
61
|
+
</react_native_svg_1.RadialGradient>
|
|
62
|
+
<react_native_svg_1.LinearGradient id="owlbody" x1="78" y1="60" x2="178" y2="186" gradientUnits="userSpaceOnUse">
|
|
63
|
+
<react_native_svg_1.Stop offset="0" stopColor="#202E55"/>
|
|
64
|
+
<react_native_svg_1.Stop offset="1" stopColor="#10182F"/>
|
|
65
|
+
</react_native_svg_1.LinearGradient>
|
|
66
|
+
<react_native_svg_1.LinearGradient id="beak" x1="120" y1="151" x2="136" y2="168" gradientUnits="userSpaceOnUse">
|
|
67
|
+
<react_native_svg_1.Stop offset="0" stopColor="#FCD34D"/>
|
|
68
|
+
<react_native_svg_1.Stop offset="1" stopColor="#FB923C"/>
|
|
69
|
+
</react_native_svg_1.LinearGradient>
|
|
70
|
+
<react_native_svg_1.RadialGradient id="iris" cx="0.42" cy="0.38" r="0.72">
|
|
71
|
+
<react_native_svg_1.Stop offset="0" stopColor="#FDE68A"/>
|
|
72
|
+
<react_native_svg_1.Stop offset="0.5" stopColor="#FBBF24"/>
|
|
73
|
+
<react_native_svg_1.Stop offset="1" stopColor="#F59E0B"/>
|
|
74
|
+
</react_native_svg_1.RadialGradient>
|
|
75
|
+
<react_native_svg_1.RadialGradient id="blush" cx="0.5" cy="0.5" r="0.5">
|
|
76
|
+
<react_native_svg_1.Stop offset="0" stopColor="#FB7185" stopOpacity={0.5}/>
|
|
77
|
+
<react_native_svg_1.Stop offset="1" stopColor="#FB7185" stopOpacity={0}/>
|
|
78
|
+
</react_native_svg_1.RadialGradient>
|
|
79
|
+
<react_native_svg_1.LinearGradient id="wing" x1="70" y1="120" x2="190" y2="206" gradientUnits="userSpaceOnUse">
|
|
80
|
+
<react_native_svg_1.Stop offset="0" stopColor="#1A2545"/>
|
|
81
|
+
<react_native_svg_1.Stop offset="1" stopColor="#0E1530"/>
|
|
82
|
+
</react_native_svg_1.LinearGradient>
|
|
83
|
+
<react_native_svg_1.LinearGradient id="faceplate" x1="70" y1="72" x2="186" y2="152" gradientUnits="userSpaceOnUse">
|
|
84
|
+
<react_native_svg_1.Stop offset="0" stopColor="#35497E"/>
|
|
85
|
+
<react_native_svg_1.Stop offset="1" stopColor="#1E2D4D"/>
|
|
86
|
+
</react_native_svg_1.LinearGradient>
|
|
87
|
+
<react_native_svg_1.RadialGradient id="lensglass" cx="0.4" cy="0.32" r="0.75">
|
|
88
|
+
<react_native_svg_1.Stop offset="0" stopColor="#7DE8FF" stopOpacity={0.22}/>
|
|
89
|
+
<react_native_svg_1.Stop offset="0.7" stopColor="#7DE8FF" stopOpacity={0.05}/>
|
|
90
|
+
<react_native_svg_1.Stop offset="1" stopColor="#7DE8FF" stopOpacity={0}/>
|
|
91
|
+
</react_native_svg_1.RadialGradient>
|
|
92
|
+
<react_native_svg_1.LinearGradient id="belly" x1="94" y1="126" x2="162" y2="212" gradientUnits="userSpaceOnUse">
|
|
93
|
+
<react_native_svg_1.Stop offset="0" stopColor="#33477A"/>
|
|
94
|
+
<react_native_svg_1.Stop offset="1" stopColor="#1D2B53"/>
|
|
95
|
+
</react_native_svg_1.LinearGradient>
|
|
96
|
+
</react_native_svg_1.Defs>
|
|
97
|
+
<react_native_svg_1.Circle cx="128" cy="128" r="122" fill="url(#tile)"/>
|
|
98
|
+
<react_native_svg_1.Circle cx="128" cy="128" r="121.4" fill="none" stroke="url(#edge)" strokeOpacity={0.7} strokeWidth={1.4}/>
|
|
99
|
+
<react_native_svg_1.Circle cx="128" cy="128" r="100" fill="url(#halo)"/>
|
|
100
|
+
<react_native_svg_1.G transform="translate(128 132) scale(1.05) translate(-128 -134)">
|
|
101
|
+
{/* wing 1 */}
|
|
102
|
+
<react_native_svg_1.Path d="M74 124 C58 154 60 190 86 204 C79 176 77 148 88 126 Z" fill="url(#wing)" stroke="url(#beam)" strokeWidth={2.5} strokeOpacity={0.45}/>
|
|
103
|
+
{/* wing 2 */}
|
|
104
|
+
<react_native_svg_1.Path d="M182 124 C198 154 196 190 170 204 C177 176 179 148 168 126 Z" fill="url(#wing)" stroke="url(#beam)" strokeWidth={2.5} strokeOpacity={0.45}/>
|
|
105
|
+
{/* body */}
|
|
106
|
+
<react_native_svg_1.Path d="M62 150 C58 104 70 70 90 58 L98 42 L116 62 Q128 57 140 62 L158 42 L166 58 C186 70 198 104 194 150 C198 180 184 204 152 212 C140 216 116 216 104 212 C72 204 58 180 62 150 Z" fill="url(#owlbody)" stroke="url(#beam)" strokeWidth={4} strokeLinejoin="round"/>
|
|
107
|
+
|
|
108
|
+
{/* inner-ear shadows */}
|
|
109
|
+
<react_native_svg_1.Path d="M99 48 L114 62 L104 63 L98 55 Z" fill="#080F22" opacity={0.5}/>
|
|
110
|
+
<react_native_svg_1.Path d="M157 48 L142 62 L152 63 L158 55 Z" fill="#080F22" opacity={0.5}/>
|
|
111
|
+
|
|
112
|
+
{/* wing feather lines */}
|
|
113
|
+
<react_native_svg_1.G stroke="#22325A" strokeWidth={2.2} fill="none" strokeLinecap="round" opacity={0.75}>
|
|
114
|
+
<react_native_svg_1.Path d="M80 138 q-5 26 3 50"/>
|
|
115
|
+
<react_native_svg_1.Path d="M90 134 q-4 26 3 48"/>
|
|
116
|
+
<react_native_svg_1.Path d="M176 138 q5 26 -3 50"/>
|
|
117
|
+
<react_native_svg_1.Path d="M166 134 q4 26 -3 48"/>
|
|
118
|
+
</react_native_svg_1.G>
|
|
119
|
+
|
|
120
|
+
{/* belly plate */}
|
|
121
|
+
<react_native_svg_1.Path d="M128 126 C151 126 164 148 162 174 C160 198 146 212 128 212 C110 212 96 198 94 174 C92 148 105 126 128 126 Z" fill="url(#belly)"/>
|
|
122
|
+
|
|
123
|
+
{/* belly feather scallops */}
|
|
124
|
+
<react_native_svg_1.G stroke="#3E588C" strokeWidth={2.3} fill="none" strokeLinecap="round" opacity={0.4}>
|
|
125
|
+
<react_native_svg_1.Path d="M110 154 Q118 162 126 154"/>
|
|
126
|
+
<react_native_svg_1.Path d="M126 154 Q134 162 142 154"/>
|
|
127
|
+
<react_native_svg_1.Path d="M142 154 Q150 162 158 154"/>
|
|
128
|
+
<react_native_svg_1.Path d="M102 172 Q110 180 118 172"/>
|
|
129
|
+
<react_native_svg_1.Path d="M150 172 Q158 180 166 172"/>
|
|
130
|
+
<react_native_svg_1.Path d="M112 190 Q120 198 128 190"/>
|
|
131
|
+
<react_native_svg_1.Path d="M128 190 Q136 198 144 190"/>
|
|
132
|
+
</react_native_svg_1.G>
|
|
133
|
+
|
|
134
|
+
{/* developer chest screen + code emblem */}
|
|
135
|
+
<react_native_svg_1.Rect x={107} y={161} width={42} height={32} rx={9} fill="#0C1426" stroke="url(#beam)" strokeWidth={2} strokeOpacity={0.7}/>
|
|
136
|
+
<react_native_svg_1.G stroke="#8FD0EC" strokeWidth={3} strokeLinecap="round" strokeLinejoin="round" fill="none">
|
|
137
|
+
<react_native_svg_1.Path d="M122 170 L115 177 L122 184"/>
|
|
138
|
+
<react_native_svg_1.Path d="M134 170 L141 177 L134 184"/>
|
|
139
|
+
<react_native_svg_1.Path d="M130 168 L126 186"/>
|
|
140
|
+
</react_native_svg_1.G>
|
|
141
|
+
|
|
142
|
+
{/* facial disc */}
|
|
143
|
+
<react_native_svg_1.Path d="M128 92 C148 70 186 78 186 108 C186 134 160 152 128 152 C96 152 70 134 70 108 C70 78 108 70 128 92 Z" fill="url(#faceplate)" stroke="#52709E" strokeWidth={2.6} strokeOpacity={0.7}/>
|
|
144
|
+
{/* facial-disc centre ridge */}
|
|
145
|
+
<react_native_svg_1.Path d="M128 96 L128 120" stroke="#52709E" strokeWidth={2} strokeLinecap="round" strokeOpacity={0.45}/>
|
|
146
|
+
|
|
147
|
+
{/* feet */}
|
|
148
|
+
<react_native_svg_1.G stroke="url(#beak)" strokeWidth={5} strokeLinecap="round" fill="none">
|
|
149
|
+
<react_native_svg_1.Path d="M111 209 L105 224 M111 209 L111 226 M111 209 L117 224"/>
|
|
150
|
+
<react_native_svg_1.Path d="M145 209 L139 224 M145 209 L145 226 M145 209 L151 224"/>
|
|
151
|
+
</react_native_svg_1.G>
|
|
152
|
+
|
|
153
|
+
{/* normal eye: big cute yellow iris, dark pupil, sparkles */}
|
|
154
|
+
<react_native_svg_1.Circle cx={153} cy={107} r={17} fill="url(#iris)" stroke="#1A1205" strokeWidth={2.2}/>
|
|
155
|
+
<react_native_svg_1.Circle cx={153} cy={108} r={8.2} fill="#0A0E18"/>
|
|
156
|
+
<react_native_svg_1.Circle cx={156.2} cy={104} r={3.1} fill="#ffffff" opacity={0.95}/>
|
|
157
|
+
<react_native_svg_1.Circle cx={149.6} cy={111} r={1.6} fill="#ffffff" opacity={0.7}/>
|
|
158
|
+
|
|
159
|
+
{/* beak */}
|
|
160
|
+
<react_native_svg_1.Path d="M123.5 123 Q128 121 132.5 123 Q131 132 128 134.5 Q125 132 123.5 123 Z" fill="url(#beak)"/>
|
|
161
|
+
|
|
162
|
+
{/* magnifier held to the big (debug) eye */}
|
|
163
|
+
<react_native_svg_1.Circle cx={95} cy={103} r={20} fill="url(#iris)" stroke="#1A1205" strokeWidth={2.6}/>
|
|
164
|
+
<react_native_svg_1.Circle cx={95} cy={104} r={10} fill="#0A0E18"/>
|
|
165
|
+
<react_native_svg_1.Circle cx={98.6} cy={100} r={3.4} fill="#ffffff" opacity={0.95}/>
|
|
166
|
+
<react_native_svg_1.Circle cx={91} cy={107} r={1.8} fill="#ffffff" opacity={0.7}/>
|
|
167
|
+
<react_native_svg_1.Circle cx={95} cy={103} r={28} fill="url(#lensglass)"/>
|
|
168
|
+
<react_native_svg_1.Path d="M77 87 A28 28 0 0 1 106 79" fill="none" stroke="#ffffff" strokeWidth={4} strokeLinecap="round" strokeOpacity={0.5}/>
|
|
169
|
+
<react_native_svg_1.Line x1={75} y1={123} x2={54} y2={147} stroke="#0A0F1C" strokeWidth={14} strokeLinecap="round"/>
|
|
170
|
+
<react_native_svg_1.Line x1={75} y1={123} x2={54} y2={147} stroke="url(#beam)" strokeWidth={8.5} strokeLinecap="round"/>
|
|
171
|
+
<react_native_svg_1.Circle cx={95} cy={103} r={28} fill="none" stroke="url(#beam)" strokeWidth={7}/>
|
|
172
|
+
|
|
173
|
+
{/* rosy cheeks */}
|
|
174
|
+
<react_native_svg_1.Ellipse cx={83} cy={127} rx={9} ry={6} fill="url(#blush)"/>
|
|
175
|
+
<react_native_svg_1.Ellipse cx={167} cy={122} rx={9} ry={6} fill="url(#blush)"/>
|
|
176
|
+
</react_native_svg_1.G>
|
|
177
|
+
</react_native_svg_1.default>);
|
|
178
|
+
};
|
|
179
|
+
exports.BrandCircleIcon = BrandCircleIcon;
|
|
180
|
+
exports.default = exports.BrandCircleIcon;
|
|
@@ -34,3 +34,4 @@ export declare const InsightsIcon: ({ color, size, }: any) => React.JSX.Element;
|
|
|
34
34
|
export declare const DebugIcon: ({ color, size }: any) => React.JSX.Element;
|
|
35
35
|
export declare const SunIcon: ({ color, size }: any) => React.JSX.Element;
|
|
36
36
|
export declare const MoonIcon: ({ color, size }: any) => React.JSX.Element;
|
|
37
|
+
export { BrandCircleIcon } from './BrandCircleIcon';
|
|
@@ -36,7 +36,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
36
36
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.MoonIcon = exports.SunIcon = exports.DebugIcon = exports.InsightsIcon = exports.AnalyticsIcon = exports.WhiteBackNavigation = exports.CloseWhite = exports.DownloadIcon = exports.FilterIcon = exports.ChevronIcon = exports.SortArrowIcon = exports.GlobeIcon = exports.DiffIcon = exports.SignalIcon = exports.ExportIcon = exports.HeaderPauseIcon = exports.TrashIcon = exports.FailIcon = exports.CheckIcon = exports.TerminalIcon = exports.FetchIcon = exports.CopyIcon = exports.HeadersIcon = exports.ResponseIcon = exports.RequestIcon = exports.SizeIcon = exports.StatusIcon = exports.CalendarIcon = exports.ClockIcon = exports.ClearIcon = exports.SearchIcon = exports.ExpandCollapseIcon = exports.ScreenIcon = exports.MapPinIcon = exports.EmptyRadarIcon = void 0;
|
|
39
|
+
exports.BrandCircleIcon = exports.MoonIcon = exports.SunIcon = exports.DebugIcon = exports.InsightsIcon = exports.AnalyticsIcon = exports.WhiteBackNavigation = exports.CloseWhite = exports.DownloadIcon = exports.FilterIcon = exports.ChevronIcon = exports.SortArrowIcon = exports.GlobeIcon = exports.DiffIcon = exports.SignalIcon = exports.ExportIcon = exports.HeaderPauseIcon = exports.TrashIcon = exports.FailIcon = exports.CheckIcon = exports.TerminalIcon = exports.FetchIcon = exports.CopyIcon = exports.HeadersIcon = exports.ResponseIcon = exports.RequestIcon = exports.SizeIcon = exports.StatusIcon = exports.CalendarIcon = exports.ClockIcon = exports.ClearIcon = exports.SearchIcon = exports.ExpandCollapseIcon = exports.ScreenIcon = exports.MapPinIcon = exports.EmptyRadarIcon = void 0;
|
|
40
40
|
const react_1 = __importDefault(require("react"));
|
|
41
41
|
const react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
42
42
|
// Stylesheet
|
|
@@ -287,3 +287,5 @@ const MoonIcon = ({ color = '#FFFFFF', size = 16 }) => {
|
|
|
287
287
|
</react_native_svg_1.default>);
|
|
288
288
|
};
|
|
289
289
|
exports.MoonIcon = MoonIcon;
|
|
290
|
+
var BrandCircleIcon_1 = require("./BrandCircleIcon");
|
|
291
|
+
Object.defineProperty(exports, "BrandCircleIcon", { enumerable: true, get: function () { return BrandCircleIcon_1.BrandCircleIcon; } });
|
package/dist/commonjs/index.js
CHANGED
|
@@ -1064,9 +1064,7 @@ const NetworkInspector = () => {
|
|
|
1064
1064
|
{hasNavigationContext && (<NavigationTracker onStateChange={setNavState}/>)}
|
|
1065
1065
|
<TouchableScale_1.default style={styles_1.default.fabWrapper} onPress={() => setVisible(true)} hitSlop={10}>
|
|
1066
1066
|
<react_native_1.Animated.View style={[styles_1.default.fabPulseRing, { transform: [{ scale: pulseAnim }] }]}/>
|
|
1067
|
-
<
|
|
1068
|
-
<NetworkIcons_1.DebugIcon color="#FFFFFF" size={28}/>
|
|
1069
|
-
</react_native_linear_gradient_1.default>
|
|
1067
|
+
<NetworkIcons_1.BrandCircleIcon size={56}/>
|
|
1070
1068
|
{(logs.length > 0 || analyticsEvents.length > 0) && (<react_native_1.Animated.View style={[
|
|
1071
1069
|
styles_1.default.fabBadge,
|
|
1072
1070
|
hasErrors ? styles_1.default.fabBadgeError : styles_1.default.fabBadgeNormal,
|