MCPcopy Create free account
hub / github.com/VienLi/CcView / ServerErrorIcon

Function ServerErrorIcon

src/components/Svg/ServerErrorIcon.tsx:7–471  ·  view source on GitHub ↗
({ className, height = 200, width = 400 }: ServerErrorProp)

Source from the content-addressed store, hash-verified

5}
6
7export default function ServerErrorIcon({ className, height = 200, width = 400 }: ServerErrorProp) {
8 return (
9 <div>
10 <style jsx>{`
11 .cls-1 {
12 fill: #ffc541;
13 }
14
15 .cls-2 {
16 fill: #fdba74;
17 }
18
19 .cls-3 {
20 fill: #fed7aa;
21 }
22
23 .cls-4 {
24 fill: #f78d5e;
25 }
26
27 .cls-5 {
28 fill: #fa976c;
29 }
30
31 .cls-6,
32 .cls-7,
33 .cls-8 {
34 fill: #945436;
35 }
36
37 .cls-10,
38 .cls-6 {
39 opacity: 0.6;
40 }
41
42 .cls-7 {
43 opacity: 0.4;
44 }
45
46 .cls-9 {
47 fill: #9b6c0a;
48 }
49
50 .cls-11 {
51 fill: #f9c358;
52 }
53
54 .cls-12 {
55 fill: #9b462c;
56 }
57
58 .cls-13 {
59 fill: #aa512e;
60 }
61
62 .cls-14 {
63 fill: #7d6aa5;
64 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected