diff options
-rw-r--r-- | src/_icons/file-code.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/file-code.svg b/src/_icons/file-code.svg new file mode 100644 index 00000000..f5c5474d --- /dev/null +++ b/src/_icons/file-code.svg @@ -0,0 +1,9 @@ +--- +tags: [paper, new] +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> + <path d="M10 13l-1 2l1 2"></path> + <path d="M14 13l1 2l-1 2"></path> +</svg> |