|
15 | 15 | <div id="app"> |
16 | 16 | <div id="controls"> |
17 | 17 | <button id="create"> |
18 | | - <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-square-plus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
| 18 | + <svg |
| 19 | + xmlns="http://www.w3.org/2000/svg" |
| 20 | + class="icon icon-tabler icon-tabler-square-plus" |
| 21 | + width="24" |
| 22 | + height="24" |
| 23 | + viewBox="0 0 24 24" |
| 24 | + stroke-width="2" |
| 25 | + stroke="currentColor" |
| 26 | + fill="none" |
| 27 | + stroke-linecap="round" |
| 28 | + stroke-linejoin="round" |
| 29 | + > |
19 | 30 | <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> |
20 | | - <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z"></path> |
| 31 | + <path |
| 32 | + d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" |
| 33 | + ></path> |
21 | 34 | <path d="M9 12l6 0"></path> |
22 | 35 | <path d="M12 9l0 6"></path> |
23 | 36 | </svg> |
|
43 | 56 | stroke-width="0" |
44 | 57 | fill="currentColor" |
45 | 58 | ></path> |
46 | | - <path d="M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" stroke-width="0" fill="currentColor"></path> |
47 | | - <path d="M15 17a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" stroke-width="0" fill="currentColor"></path> |
| 59 | + <path |
| 60 | + d="M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" |
| 61 | + stroke-width="0" |
| 62 | + fill="currentColor" |
| 63 | + ></path> |
| 64 | + <path |
| 65 | + d="M15 17a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" |
| 66 | + stroke-width="0" |
| 67 | + fill="currentColor" |
| 68 | + ></path> |
48 | 69 | </svg> |
49 | 70 | Long text |
50 | 71 | </button> |
|
67 | 88 | stroke-width="0" |
68 | 89 | fill="currentColor" |
69 | 90 | ></path> |
70 | | - <path d="M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" stroke-width="0" fill="currentColor"></path> |
71 | | - <path d="M15 5a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" stroke-width="0" fill="currentColor"></path> |
| 91 | + <path |
| 92 | + d="M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" |
| 93 | + stroke-width="0" |
| 94 | + fill="currentColor" |
| 95 | + ></path> |
| 96 | + <path |
| 97 | + d="M15 5a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" |
| 98 | + stroke-width="0" |
| 99 | + fill="currentColor" |
| 100 | + ></path> |
72 | 101 | </svg> |
73 | 102 | Short text |
74 | 103 | </button> |
75 | 104 | |
76 | 105 | <button id="highlight"> |
77 | | - <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-highlight" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
| 106 | + <svg |
| 107 | + xmlns="http://www.w3.org/2000/svg" |
| 108 | + class="icon icon-tabler icon-tabler-highlight" |
| 109 | + width="24" |
| 110 | + height="24" |
| 111 | + viewBox="0 0 24 24" |
| 112 | + stroke-width="2" |
| 113 | + stroke="currentColor" |
| 114 | + fill="none" |
| 115 | + stroke-linecap="round" |
| 116 | + stroke-linejoin="round" |
| 117 | + > |
78 | 118 | <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> |
79 | 119 | <path d="M3 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4"></path> |
80 | 120 | <path d="M12.5 5.5l4 4"></path> |
|
107 | 147 | </button> |
108 | 148 | |
109 | 149 | <button id="scroll"> |
110 | | - <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-line-height" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
| 150 | + <svg |
| 151 | + xmlns="http://www.w3.org/2000/svg" |
| 152 | + class="icon icon-tabler icon-tabler-line-height" |
| 153 | + width="24" |
| 154 | + height="24" |
| 155 | + viewBox="0 0 24 24" |
| 156 | + stroke-width="2" |
| 157 | + stroke="currentColor" |
| 158 | + fill="none" |
| 159 | + stroke-linecap="round" |
| 160 | + stroke-linejoin="round" |
| 161 | + > |
111 | 162 | <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> |
112 | 163 | <path d="M3 8l3 -3l3 3"></path> |
113 | 164 | <path d="M3 16l3 3l3 -3"></path> |
|
120 | 171 | </button> |
121 | 172 | |
122 | 173 | <button id="layout"> |
123 | | - <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-refresh-dot" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
| 174 | + <svg |
| 175 | + xmlns="http://www.w3.org/2000/svg" |
| 176 | + class="icon icon-tabler icon-tabler-refresh-dot" |
| 177 | + width="24" |
| 178 | + height="24" |
| 179 | + viewBox="0 0 24 24" |
| 180 | + stroke-width="2" |
| 181 | + stroke="currentColor" |
| 182 | + fill="none" |
| 183 | + stroke-linecap="round" |
| 184 | + stroke-linejoin="round" |
| 185 | + > |
124 | 186 | <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> |
125 | 187 | <path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4"></path> |
126 | 188 | <path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4"></path> |
|
0 commit comments