diff options
Diffstat (limited to 'src/icons/file-off.svg')
-rw-r--r-- | src/icons/file-off.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/file-off.svg b/src/icons/file-off.svg new file mode 100644 index 00000000..77f03052 --- /dev/null +++ b/src/icons/file-off.svg @@ -0,0 +1,10 @@ +--- +category: Document +tags: [new, close, gap, paper] +version: "1.22" +unicode: "ecf2" +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M7 3h7l5 5v7m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" /> +</svg> |