aboutsummaryrefslogtreecommitdiff
path: root/static/icons/tabler/git-fork.svg
blob: 425832bd27cf4457a02bdc75cfb37bf14bd486bc (plain)
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
<svg
    xmlns="http://www.w3.org/2000/svg"
    class="icon icon-tabler icon-tabler-git-fork"
    width="24"
    height="24"
    viewBox="0 0 24 24"
    stroke-width="2"
    stroke="currentColor"
    fill="none"
    stroke-linecap="round"
    stroke-linejoin="round"
  >
  <path
      stroke="none"
      d="M0 0h24v24H0z"
      fill="none"
  />
  <path
      d="M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
  />
  <path
      d="M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
  />
  <path
      d="M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
  />
  <path
      d="M7 8v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2"
  />
  <path
      d="M12 12l0 4"
  />
</svg
>