diff options
Diffstat (limited to 'icons/file-horizontal.svg')
-rw-r--r-- | icons/file-horizontal.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/file-horizontal.svg b/icons/file-horizontal.svg index e2d5644..27b98c9 100644 --- a/icons/file-horizontal.svg +++ b/icons/file-horizontal.svg @@ -1,6 +1,6 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-horizontal" 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"/> - <polyline points="16 5 16 10 21 10" /> + <path d="M16 5v4a1 1 0 0 0 1 1h4" /> <path d="M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-7l-5 -5h-11a2 2 0 0 0 -2 2z" /> </svg> |