diff options
author | codecalm <codecalm@gmail.com> | 2020-04-20 06:25:03 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-20 06:25:03 +0200 |
commit | be554cdc7f6ecaf4a3625641e6cc3a71854f42a9 (patch) | |
tree | fb26e9f8d697d507e3d8915eefec2d87fc360106 | |
parent | `keyboard` icon (diff) | |
download | tabler-icons-be554cdc7f6ecaf4a3625641e6cc3a71854f42a9.tar.xz |
file-code icon
-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> |