diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 17:05:07 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 17:05:07 +0100 |
commit | 28731a1350a33423e5594e57eb3bedb511a3820f (patch) | |
tree | 55a40920efcc28a8e69b05149868996c20adcc62 /_icons/file-x.svg | |
parent | align fixes, menu, plus/minus variants (diff) | |
download | tabler-icons-28731a1350a33423e5594e57eb3bedb511a3820f.tar.xz |
files
Diffstat (limited to '_icons/file-x.svg')
-rw-r--r-- | _icons/file-x.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_icons/file-x.svg b/_icons/file-x.svg new file mode 100644 index 00000000..5b769a48 --- /dev/null +++ b/_icons/file-x.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8"/> + <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z"/> + <line x1="10" y1="12" x2="14" y2="16" /> + <line x1="10" y1="16" x2="14" y2="12" /> +</svg> |