summaryrefslogtreecommitdiff
path: root/src/content/img/icon/search/dark.svg
blob: 4781787f9c597aca8b283b305afb38cea3af3f48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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="M14.5 14.5L19 19"
    stroke="white"
    stroke-width="2"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
</svg>