summaryrefslogtreecommitdiff
path: root/src/content/img/icon/zoom-in/dark.svg
blob: 77f5f4ded9933f2a40de0ea342d7fd18db45b6fe (plain) (blame)
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
<svg
  xmlns="http://www.w3.org/2000/svg"
  viewBox="0 0 24 24"
  fill="none"
>
  <circle
    cx="10"
    cy="10"
    r="6"
    stroke="white"
    stroke-width="2"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
  <path
    d="
      M 14.5 14.5
      L 19 19
    "
    stroke="white"
    stroke-width="2"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
  <path
    d="
      M 8  10
      H 10
      M 12 10
      H 10
      M 10 10
      V 8
      M 10 10
      V 12
    "
    stroke="white"
    stroke-width="2"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
</svg>