diff options
author | codecalm <codecalm@gmail.com> | 2020-05-31 19:19:30 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-31 19:19:30 +0200 |
commit | 13368f2dac678d0161c92be017ed1ad7853da866 (patch) | |
tree | c5391f6b8f017b5be3601f1da4fce1b8ea8d9f8a /src/_icons/basket.svg | |
parent | 2 new icons: `building-bank`, `users` (diff) | |
download | tabler-icons-13368f2dac678d0161c92be017ed1ad7853da866.tar.xz |
3 new icons: `alien`, `history`, `math`
Fixed icons: `ball`, `basket`, `building-bank`, `clear-formatting`, `clock`, `color-picker`, `file-check`, `file-code`, `file-download`, `file-horizontal`, `file-invoice`, `file-minus`, `file-music`, `file-plus`, `file-shredder`, `file-text`, `file-x`, `file`, `social`, `temperature-minus`, `temperature-plus`, `users`
Diffstat (limited to 'src/_icons/basket.svg')
-rw-r--r-- | src/_icons/basket.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index 09170fb..ba57bb4 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -1,7 +1,7 @@ --- --- <svg> - <polyline points="7 10 12 4 17 10"></polyline> + <polyline points="7 10 12 4 17 10" /> <path d="M21 10l-2 8a2 2.5 0 0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8Z" /> - <circle cx="12" cy="15" r="2"></circle> + <circle cx="12" cy="15" r="2" /> </svg> |