diff options
Diffstat (limited to 'icons/float-none.svg')
-rw-r--r-- | icons/float-none.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/icons/float-none.svg b/icons/float-none.svg new file mode 100644 index 0000000..4e38627 --- /dev/null +++ b/icons/float-none.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-float-none" 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"/> + <rect width="6" height="6" x="4" y="5" rx="1" /> + <line x1="4" y1="15" x2="20" y2="15" /> + <line x1="4" y1="19" x2="20" y2="19" /> +</svg> + + |