diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 22:08:39 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 22:08:39 +0200 |
commit | 1ae4e1619dacdc2b4ce65d8afc0a49a17926bc42 (patch) | |
tree | 22e2ca91463c214c4968ade74583386db251e35b | |
parent | `stairs` icons (diff) | |
download | tabler-icons-1ae4e1619dacdc2b4ce65d8afc0a49a17926bc42.tar.xz |
optimize icons
-rw-r--r-- | src/_icons/stairs-up.svg | 4 | ||||
-rw-r--r-- | src/_icons/stairs.svg | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/stairs-up.svg b/src/_icons/stairs-up.svg index 5964a0aa..05ebe177 100644 --- a/src/_icons/stairs-up.svg +++ b/src/_icons/stairs-up.svg @@ -1,6 +1,6 @@ --- --- <svg> - <path d="M4 20h4v-4h4v-4h4v-4h4"></path> - <path d="M4 11l7 -7v4m-4 -4h4"></path> + <path d="M4 20h4v-4h4v-4h4v-4h4" /> + <path d="M4 11l7 -7v4m-4 -4h4" /> </svg> diff --git a/src/_icons/stairs.svg b/src/_icons/stairs.svg index 7e76be1c..d01260e6 100644 --- a/src/_icons/stairs.svg +++ b/src/_icons/stairs.svg @@ -1,5 +1,5 @@ --- --- <svg> - <path d="M4 18h4v-4h4v-4h4v-4h4"></path> + <path d="M4 18h4v-4h4v-4h4v-4h4" /> </svg> |