diff options
Diffstat (limited to 'src/icons/file-horizontal.svg')
-rw-r--r-- | src/icons/file-horizontal.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/file-horizontal.svg b/src/icons/file-horizontal.svg new file mode 100644 index 00000000..adba93f8 --- /dev/null +++ b/src/icons/file-horizontal.svg @@ -0,0 +1,10 @@ +--- +tags: [paper, new] +category: Document +version: "1.4" +unicode: "ebb0" +--- +<svg> + <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> |