diff options
author | codecalm <codecalm@gmail.com> | 2020-09-22 00:31:53 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-22 00:31:53 +0200 |
commit | b77f02d6594ad06ac3b828b901173cfb85d7e8ec (patch) | |
tree | 5ca21a5a3bfc2d657b5f1ca12ae854e4ee77d2c6 /src/_icons/chevrons-down-right.svg | |
parent | 8 new icons: `chevron-down-left`, `chevron-down-right`, `chevron-up-left`, `c... (diff) | |
download | tabler-icons-b77f02d6594ad06ac3b828b901173cfb85d7e8ec.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/chevrons-down-right.svg')
-rw-r--r-- | src/_icons/chevrons-down-right.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/chevrons-down-right.svg b/src/_icons/chevrons-down-right.svg index e065de1d..5d992a02 100644 --- a/src/_icons/chevrons-down-right.svg +++ b/src/_icons/chevrons-down-right.svg @@ -2,6 +2,6 @@ category: Arrows --- <svg> - <path d="M13 5v8h-8"/> - <path d="M17 9v8h-8"/> + <path d="M13 5v8h-8" /> + <path d="M17 9v8h-8" /> </svg> |