~starkingdoms/starkingdoms

ref: 708a15886c76e9f2dc332f5410bd0b68c55ac852 starkingdoms/starkingdoms-client/src/icons/MovableIcon.svelte -rw-r--r-- 1.1 KiB
708a1588 — core fmt 1 year, 8 months ago
                                                                                
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
<script lang="ts">
  let clazz = "";
  export { clazz as class };
</script>

<svg
  width="1rem"
  height="1rem"
  viewBox="0 0 32 32"
  version="1.1"
  id="svg1"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:svg="http://www.w3.org/2000/svg">
  <defs id="defs1" />
  <g id="layer1">
    <path
      id="rect1-5"
      style="fill:#ffffff;fill-opacity:1;stroke-width:0"
      d="M 6,22 0,16 6,10 Z" />
    <path
      id="rect1-5-6"
      style="fill:#ffffff;fill-opacity:1;stroke-width:0"
      d="M 10,6 16,0 22,6 Z" />
    <path
      id="rect1-5-61"
      style="fill:#ffffff;fill-opacity:1;stroke-width:0"
      d="M 26,10 32,16 26,22 Z" />
    <path
      id="rect1-5-2"
      style="fill:#ffffff;fill-opacity:1;stroke-width:0"
      d="M 22,26 16,32 10,26 Z" />
    <rect
      style="fill:#ffffff;fill-opacity:1;stroke-width:0"
      id="rect1"
      width="4"
      height="24"
      x="14"
      y="4" />
    <rect
      style="fill:#ffffff;fill-opacity:1;stroke-width:0"
      id="rect1-7"
      width="4"
      height="24"
      x="14"
      y="-28"
      transform="rotate(90)" />
  </g>
</svg>