diff options
author | codecalm <codecalm@gmail.com> | 2020-12-05 17:26:57 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-12-05 17:26:57 +0100 |
commit | d48ad82e37c776c08e2a1295083cf640e001edfa (patch) | |
tree | a6cf929bd15432a31945d8b218eb15ce5e049310 /src/_icons/file-alert.svg | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-d48ad82e37c776c08e2a1295083cf640e001edfa.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/file-alert.svg')
-rw-r--r-- | src/_icons/file-alert.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/file-alert.svg b/src/_icons/file-alert.svg index 459b4bd9..786c46e8 100644 --- a/src/_icons/file-alert.svg +++ b/src/_icons/file-alert.svg @@ -5,6 +5,6 @@ category: Document <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <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="M12 17h.01" /> - <path d="M12 11v3" /> + <line x1="12" y1="17" x2="12.01" y2="17" /> + <line x1="12" y1="11" x2="12" y2="14" /> </svg> |