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/arrow-big-down.svg | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-d48ad82e37c776c08e2a1295083cf640e001edfa.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/arrow-big-down.svg')
-rw-r--r-- | src/_icons/arrow-big-down.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/arrow-big-down.svg b/src/_icons/arrow-big-down.svg index 90ff7ae2..426b5205 100644 --- a/src/_icons/arrow-big-down.svg +++ b/src/_icons/arrow-big-down.svg @@ -2,5 +2,5 @@ category: Arrows --- <svg> - <path d="M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1-1.414 0l-6.586-6.586A1 1 0 0 1 5.414 12H9V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z"/> + <path d="M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-8a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1z" /> </svg> |