summaryrefslogtreecommitdiff
path: root/src/content/img/icon/search/light.svg
blob: eb13d7ba3fd7f7d4efd01b1bee5f4f72f61b0c84 (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="black"
    stroke-width="2"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
  <path d="M14.5 14.5L19 19"
    stroke="black"
    stroke-width="2"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
</svg>