MCPcopy Create free account
hub / github.com/AntiHub-Project/AntiHub / LoaderIcon

Function LoaderIcon

components/ai-elements/loader.tsx:8–80  ·  view source on GitHub ↗
({ size = 16 }: LoaderIconProps)

Source from the content-addressed store, hash-verified

6};
7
8const LoaderIcon = ({ size = 16 }: LoaderIconProps) => (
9 <svg
10 height={size}
11 strokeLinejoin="round"
12 style={{ color: "currentcolor" }}
13 viewBox="0 0 16 16"
14 width={size}
15 >
16 <title>Loader</title>
17 <g clipPath="url(#clip0_2393_1490)">
18 <path d="M8 0V4" stroke="currentColor" strokeWidth="1.5" />
19 <path
20 d="M8 16V12"
21 opacity="0.5"
22 stroke="currentColor"
23 strokeWidth="1.5"
24 />
25 <path
26 d="M3.29773 1.52783L5.64887 4.7639"
27 opacity="0.9"
28 stroke="currentColor"
29 strokeWidth="1.5"
30 />
31 <path
32 d="M12.7023 1.52783L10.3511 4.7639"
33 opacity="0.1"
34 stroke="currentColor"
35 strokeWidth="1.5"
36 />
37 <path
38 d="M12.7023 14.472L10.3511 11.236"
39 opacity="0.4"
40 stroke="currentColor"
41 strokeWidth="1.5"
42 />
43 <path
44 d="M3.29773 14.472L5.64887 11.236"
45 opacity="0.6"
46 stroke="currentColor"
47 strokeWidth="1.5"
48 />
49 <path
50 d="M15.6085 5.52783L11.8043 6.7639"
51 opacity="0.2"
52 stroke="currentColor"
53 strokeWidth="1.5"
54 />
55 <path
56 d="M0.391602 10.472L4.19583 9.23598"
57 opacity="0.7"
58 stroke="currentColor"
59 strokeWidth="1.5"
60 />
61 <path
62 d="M15.6085 10.4722L11.8043 9.2361"
63 opacity="0.3"
64 stroke="currentColor"
65 strokeWidth="1.5"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected