diff options
Diffstat (limited to 'src/_icons/file-horizontal.svg')
-rw-r--r-- | src/_icons/file-horizontal.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/file-horizontal.svg b/src/_icons/file-horizontal.svg index 2e1ded8..64f6440 100644 --- a/src/_icons/file-horizontal.svg +++ b/src/_icons/file-horizontal.svg @@ -2,6 +2,6 @@ tags: [paper, new] --- <svg> - <path d="M16 5v4a1 1 0 00 1 1h4"></path> + <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> |