-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtext.html
51 lines (51 loc) · 1.59 KB
/
text.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en" style="height: 100%">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Logseq Plugin</title>
</head>
<body style="height: 100%">
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 48 48"
data-size="regular"
>
<defs></defs>
<defs>
<path id="a" d="M12 0a12 12 0 0112 12v12H12a12 12 0 110-24z"></path>
<path id="c" d="M0 24V11.7A12 12 0 1112 24H0z"></path>
</defs>
<g fill="none" fill-rule="evenodd">
<path
fill="#1988E0"
d="M35.3 9.7a16 16 0 01-.6 23.2L24 43 13.3 33l-.6-.7A16 16 0 1135.3 9.7z"
></path>
<g transform="translate(0 19)">
<mask id="b" fill="#fff">
<use xlink:href="#a"></use>
</mask>
<use fill="#2CD4ED" xlink:href="#a"></use>
<path
fill="#0DB4E2"
d="M35.3-9.3a16 16 0 01-.6 23.2L24 24 13.3 14l-.6-.7A16 16 0 1135.3-9.3z"
mask="url(#b)"
></path>
</g>
<g transform="translate(24 19)">
<mask id="d" fill="#fff">
<use xlink:href="#c"></use>
</mask>
<use fill="#3169FF" xlink:href="#c"></use>
<path
fill="#3153FF"
d="M11.3-9.3a16 16 0 01-.6 23.2L0 24l-10.7-10-.6-.7A16 16 0 1111.3-9.3z"
mask="url(#d)"
></path>
</g>
</g>
</svg>
</body>
</html>