~starkingdoms/starkingdoms

ref: 5acbc5acf039db7c4c1714859e9afe924969949b starkingdoms/starkingdoms-client/src/icons/MovableIcon.svelte -rw-r--r-- 1.1 KiB
5acbc5acTerraMaster85 UI dragging refactor & better Movable icon 1 year, 11 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
49
50
<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>