diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 22:02:02 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 22:02:02 +0100 |
commit | f63cec2220801adf9ed3d15953126f9cf59377ff (patch) | |
tree | 5b214ca3f8cb87294655265ff424f140a5d2c4fb /_icons/file-x.svg | |
parent | camera, cash, magnet (diff) | |
download | tabler-icons-f63cec2220801adf9ed3d15953126f9cf59377ff.tar.xz |
clipboards
Diffstat (limited to '_icons/file-x.svg')
-rw-r--r-- | _icons/file-x.svg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_icons/file-x.svg b/_icons/file-x.svg index 5b769a48..a2c8d4d3 100644 --- a/_icons/file-x.svg +++ b/_icons/file-x.svg @@ -3,6 +3,5 @@ <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" /> + <path d="M10 12l4 4m0 -4l-4 4"></path> </svg> |