From 00ebe2c5efa83003f9ebe55000a1026805792a57 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 18 Mar 2020 22:48:42 +0100 Subject: build fix --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 406ef60b..24ade262 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -204,7 +204,7 @@ gulp.task('build-zip', function(cb) { const version = p.version; return gulp.src('{icons/**/*,icons-png/**/*,tabler-sprite.svg}') - .pipe(zip(`${version}.zip`)) + .pipe(zip(`tabler-icons-${version}.zip`)) .pipe(gulp.dest('packages')) }); -- cgit v1.2.1 From 0a82a0280225fdcf9f8096e2145c2b3c222b1f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Thu, 19 Mar 2020 10:07:07 +0100 Subject: Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 389dbcde..04629f8e 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,21 @@ A set of over 300 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a `2px` stroke. -``` -npm install tabler-icons --save -``` +**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** ## Preview ![](./.github/icons.svg) +## Installation + +``` +npm install tabler-icons --save +``` + +or just download from Github. + ## Usage All icons are built with SVG, so you can place them as ``, `background-image` and inline in HTML code. -- cgit v1.2.1 From b19bf5e8fd3f1a6f780171e8d73354e9eb15112f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Thu, 19 Mar 2020 10:08:08 +0100 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04629f8e..db5868a1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A set of over 300 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a `2px` stroke. -**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** +**⭐️ If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** ## Preview @@ -15,7 +15,7 @@ A set of over 300 free MIT-licensed high-quality SVG icons for you to use in you npm install tabler-icons --save ``` -or just download from Github. +or just [download from Github](https://github.com/tabler/tabler-icons/releases). ## Usage -- cgit v1.2.1 From 2913a2c2146bfdec20dba13da6529955d6b976b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Thu, 19 Mar 2020 10:09:45 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db5868a1..d0656aeb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A set of over 300 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a `2px` stroke. -**⭐️ If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** +**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** ## Preview -- cgit v1.2.1 From 5526c46ad446a0dc4913b240797436ffde74047e Mon Sep 17 00:00:00 2001 From: Alex Winkler Date: Thu, 19 Mar 2020 12:52:47 +0100 Subject: example icon svg code has wrong class names --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0656aeb..639057f9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can paste the content of the icon file into your HTML code to display it on ```html -- cgit v1.2.1 From f6373d033e468bade371c856a7fc76f1f7e7565a Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 20 Mar 2020 15:14:30 +0100 Subject: sketch, illustrator, figma fixes temperature icons fix #4 --- .github/icons.png | Bin 76407 -> 77085 bytes .github/icons.svg | 689 +++++++++++++++++---------------- gulpfile.js | 1 + icons/activity.svg | 1 + icons/ajdustments.svg | 1 + icons/alert-circle.svg | 1 + icons/alert-triangle.svg | 3 +- icons/align-center.svg | 1 + icons/align-justified.svg | 1 + icons/align-left.svg | 1 + icons/align-right.svg | 1 + icons/archive.svg | 3 +- icons/arrow-bar-down.svg | 1 + icons/arrow-bar-left.svg | 1 + icons/arrow-bar-right.svg | 1 + icons/arrow-bar-up.svg | 1 + icons/arrow-down-circle.svg | 1 + icons/arrow-down-left-circle.svg | 1 + icons/arrow-down-left.svg | 1 + icons/arrow-down-right-circle.svg | 1 + icons/arrow-down-right.svg | 1 + icons/arrow-down.svg | 1 + icons/arrow-left-circle.svg | 1 + icons/arrow-left.svg | 1 + icons/arrow-narrow-down.svg | 1 + icons/arrow-narrow-left.svg | 1 + icons/arrow-narrow-right.svg | 1 + icons/arrow-narrow-up.svg | 1 + icons/arrow-right-circle.svg | 1 + icons/arrow-right.svg | 1 + icons/arrow-up-circle.svg | 1 + icons/arrow-up-left-circle.svg | 1 + icons/arrow-up-left.svg | 1 + icons/arrow-up-right-circle.svg | 1 + icons/arrow-up-right.svg | 1 + icons/arrow-up.svg | 1 + icons/arrows-diagonal-2.svg | 1 + icons/arrows-diagonal.svg | 1 + icons/arrows-maximize.svg | 1 + icons/arrows-minimize.svg | 1 + icons/at.svg | 3 +- icons/backspace.svg | 3 +- icons/ban.svg | 1 + icons/battery-1.svg | 3 +- icons/battery-2.svg | 3 +- icons/battery-3.svg | 3 +- icons/battery-4.svg | 3 +- icons/battery-charging.svg | 5 +- icons/battery.svg | 3 +- icons/bell.svg | 5 +- icons/bike.svg | 1 + icons/bluetooth.svg | 1 + icons/bolt.svg | 1 + icons/book.svg | 5 +- icons/bookmark.svg | 3 +- icons/border-all.svg | 1 + icons/border-bottom.svg | 1 + icons/border-horizontal.svg | 1 + icons/border-inner.svg | 1 + icons/border-left.svg | 1 + icons/border-none.svg | 1 + icons/border-outer.svg | 1 + icons/border-right.svg | 1 + icons/border-top.svg | 1 + icons/border-vertical.svg | 1 + icons/box.svg | 1 + icons/briefcase.svg | 5 +- icons/bucket.svg | 5 +- icons/bulb-off.svg | 3 +- icons/bulb.svg | 3 +- icons/calendar.svg | 1 + icons/camera.svg | 3 +- icons/cash.svg | 3 +- icons/cast.svg | 7 +- icons/chart-area-line.svg | 1 + icons/chart-area.svg | 1 + icons/chart-bar.svg | 1 + icons/chart-candle.svg | 1 + icons/chart-donut.svg | 5 +- icons/chart-line.svg | 1 + icons/chart-pie.svg | 5 +- icons/check.svg | 1 + icons/chevron-down.svg | 1 + icons/chevron-left.svg | 1 + icons/chevron-right.svg | 1 + icons/chevron-up.svg | 1 + icons/chevrons-down.svg | 1 + icons/chevrons-left.svg | 1 + icons/chevrons-right.svg | 1 + icons/chevrons-up.svg | 1 + icons/circle-check.svg | 1 + icons/circle-minus.svg | 1 + icons/circle-plus.svg | 1 + icons/circle-x.svg | 1 + icons/circle.svg | 1 + icons/clipboard-check.svg | 3 +- icons/clipboard-list.svg | 3 +- icons/clipboard-x.svg | 3 +- icons/clipboard.svg | 3 +- icons/clock.svg | 1 + icons/cloud-download.svg | 3 +- icons/cloud-rain.svg | 3 +- icons/cloud-snow.svg | 3 +- icons/cloud-storm.svg | 3 +- icons/cloud-upload.svg | 3 +- icons/cloud.svg | 3 +- icons/code.svg | 1 + icons/command.svg | 3 +- icons/compass.svg | 1 + icons/copy.svg | 3 +- icons/copyright.svg | 3 +- icons/corner-down-left.svg | 3 +- icons/corner-down-right.svg | 3 +- icons/corner-left-down.svg | 3 +- icons/corner-left-up.svg | 3 +- icons/corner-right-down.svg | 3 +- icons/corner-right-up.svg | 3 +- icons/corner-up-left.svg | 3 +- icons/corner-up-right.svg | 3 +- icons/credit-card.svg | 1 + icons/crop.svg | 1 + icons/cut.svg | 1 + icons/dashboard.svg | 3 +- icons/database.svg | 5 +- icons/device-desktop.svg | 1 + icons/device-mobile.svg | 1 + icons/device-tablet.svg | 1 + icons/device-tv.svg | 1 + icons/directions.svg | 1 + icons/disabled.svg | 3 +- icons/disc.svg | 1 + icons/dots-circle-horizontal.svg | 1 + icons/dots-diagonal-2.svg | 1 + icons/dots-diagonal.svg | 1 + icons/dots-vertical.svg | 1 + icons/dots.svg | 1 + icons/download.svg | 3 +- icons/droplet.svg | 3 +- icons/edit.svg | 5 +- icons/external-link.svg | 3 +- icons/eye.svg | 5 +- icons/face-id.svg | 11 +- icons/file-check.svg | 3 +- icons/file-download.svg | 3 +- icons/file-minus.svg | 3 +- icons/file-music.svg | 3 +- icons/file-plus.svg | 3 +- icons/file-shredder.svg | 3 +- icons/file-text.svg | 3 +- icons/file-x.svg | 3 +- icons/file.svg | 3 +- icons/filter.svg | 3 +- icons/flag.svg | 5 +- icons/flip-horizontal.svg | 1 + icons/flip-vertical.svg | 1 + icons/floppy-disk.svg | 3 +- icons/folder-minus.svg | 3 +- icons/folder-plus.svg | 3 +- icons/folder-x.svg | 3 +- icons/folder.svg | 3 +- icons/folders.svg | 5 +- icons/frame.svg | 1 + icons/friends.svg | 5 +- icons/gauge.svg | 3 +- icons/git-branch.svg | 3 +- icons/git-commit.svg | 1 + icons/git-compare.svg | 5 +- icons/git-merge.svg | 3 +- icons/git-pull-request.svg | 1 + icons/glass-full.svg | 5 +- icons/glass.svg | 3 +- icons/grid-dots.svg | 1 + icons/grid.svg | 1 + icons/hash.svg | 1 + icons/headphones.svg | 3 +- icons/heart.svg | 3 +- icons/home.svg | 5 +- icons/ice-cream.svg | 3 +- icons/inbox.svg | 1 + icons/info-circle.svg | 1 + icons/info-square.svg | 1 + icons/key.svg | 1 + icons/layers-difference.svg | 3 +- icons/layers-intersect.svg | 1 + icons/layers-subtract.svg | 3 +- icons/layers-union.svg | 3 +- icons/layout-2.svg | 1 + icons/layout-align-bottom.svg | 1 + icons/layout-align-center.svg | 1 + icons/layout-align-left.svg | 1 + icons/layout-align-middle.svg | 1 + icons/layout-align-right.svg | 1 + icons/layout-align-top.svg | 1 + icons/layout-columns.svg | 1 + icons/layout-distribute-horizontal.svg | 1 + icons/layout-distribute-vertical.svg | 1 + icons/layout-navbar.svg | 1 + icons/layout-rows.svg | 1 + icons/layout-sidebar-right.svg | 1 + icons/layout-sidebar.svg | 1 + icons/layout.svg | 1 + icons/lego.svg | 5 +- icons/lifebuoy.svg | 1 + icons/link.svg | 5 +- icons/location.svg | 3 +- icons/lock-open.svg | 3 +- icons/lock.svg | 3 +- icons/magnet.svg | 3 +- icons/mail-opened.svg | 3 +- icons/mail.svg | 1 + icons/man.svg | 3 +- icons/map-2.svg | 3 +- icons/map-pin.svg | 3 +- icons/map.svg | 1 + icons/maximize.svg | 9 +- icons/menu.svg | 1 + icons/message-2.svg | 3 +- icons/message-circle.svg | 3 +- icons/message-dots.svg | 3 +- icons/message.svg | 3 +- icons/microphone.svg | 3 +- icons/minimize.svg | 9 +- icons/minus.svg | 1 + icons/mood-confuzed.svg | 3 +- icons/mood-happy.svg | 3 +- icons/mood-neutral.svg | 1 + icons/mood-sad.svg | 3 +- icons/mood-smile.svg | 3 +- icons/moon.svg | 3 +- icons/mouse.svg | 1 + icons/movie.svg | 1 + icons/music.svg | 1 + icons/news.svg | 3 +- icons/notification.svg | 3 +- icons/package.svg | 1 + icons/paint.svg | 3 +- icons/paperclip.svg | 3 +- icons/parking.svg | 3 +- icons/phone-call.svg | 7 +- icons/phone-incoming.svg | 3 +- icons/phone-outgoing.svg | 3 +- icons/phone-pause.svg | 3 +- icons/phone.svg | 3 +- icons/photo.svg | 5 +- icons/plus.svg | 1 + icons/point.svg | 1 + icons/power.svg | 3 +- icons/printer.svg | 5 +- icons/prompt.svg | 1 + icons/puzzle.svg | 3 +- icons/qrcode.svg | 1 + icons/refresh.svg | 5 +- icons/registered.svg | 3 +- icons/rotate-clockwise.svg | 3 +- icons/rotate.svg | 3 +- icons/route.svg | 3 +- icons/router.svg | 5 +- icons/rss.svg | 1 + icons/search.svg | 1 + icons/selector.svg | 1 + icons/send.svg | 3 +- icons/server.svg | 1 + icons/settings.svg | 3 +- icons/share.svg | 1 + icons/shield-check.svg | 3 +- icons/shield-x.svg | 3 +- icons/shield.svg | 3 +- icons/shopping-cart.svg | 3 +- icons/sort-ascending.svg | 1 + icons/sort-descending.svg | 1 + icons/square-check.svg | 1 + icons/square-minus.svg | 1 + icons/square-plus.svg | 1 + icons/square-x.svg | 1 + icons/square.svg | 1 + icons/star.svg | 1 + icons/sticker.svg | 5 +- icons/sun.svg | 1 + icons/switch-horizontal.svg | 1 + icons/switch-vertical.svg | 1 + icons/switch.svg | 1 + icons/tag.svg | 3 +- icons/target.svg | 1 + icons/temperature-celsius.svg | 7 + icons/temperature-fahrenheit.svg | 8 + icons/temperature.svg | 7 + icons/test-pipe.svg | 5 +- icons/thumb-down.svg | 3 +- icons/thumb-up.svg | 3 +- icons/ticket.svg | 3 +- icons/toggle-left.svg | 1 + icons/toggle-right.svg | 1 + icons/tool.svg | 3 +- icons/trash.svg | 5 +- icons/trending-down.svg | 1 + icons/trending-up.svg | 1 + icons/triangle.svg | 3 +- icons/trophy.svg | 3 +- icons/unlink.svg | 5 +- icons/upload.svg | 3 +- icons/urgent.svg | 3 +- icons/user-check.svg | 3 +- icons/user-minus.svg | 3 +- icons/user-plus.svg | 3 +- icons/user-x.svg | 3 +- icons/user.svg | 3 +- icons/viewfinder.svg | 1 + icons/volume-2.svg | 5 +- icons/volume-3.svg | 3 +- icons/volume.svg | 7 +- icons/wifi.svg | 5 +- icons/woman.svg | 3 +- icons/world.svg | 5 +- icons/x.svg | 1 + icons/zoom-in.svg | 1 + icons/zoom-out.svg | 1 + src/_icons/alert-triangle.svg | 2 +- src/_icons/archive.svg | 2 +- src/_icons/at.svg | 2 +- src/_icons/backspace.svg | 2 +- src/_icons/battery-1.svg | 2 +- src/_icons/battery-2.svg | 2 +- src/_icons/battery-3.svg | 2 +- src/_icons/battery-4.svg | 2 +- src/_icons/battery-charging.svg | 4 +- src/_icons/battery.svg | 2 +- src/_icons/bell.svg | 4 +- src/_icons/book.svg | 4 +- src/_icons/bookmark.svg | 2 +- src/_icons/briefcase.svg | 4 +- src/_icons/bucket.svg | 4 +- src/_icons/bulb-off.svg | 2 +- src/_icons/bulb.svg | 2 +- src/_icons/camera.svg | 2 +- src/_icons/cash.svg | 2 +- src/_icons/cast.svg | 6 +- src/_icons/chart-donut.svg | 4 +- src/_icons/chart-pie.svg | 4 +- src/_icons/clipboard-check.svg | 2 +- src/_icons/clipboard-list.svg | 2 +- src/_icons/clipboard-x.svg | 2 +- src/_icons/clipboard.svg | 2 +- src/_icons/cloud-download.svg | 2 +- src/_icons/cloud-rain.svg | 2 +- src/_icons/cloud-snow.svg | 2 +- src/_icons/cloud-storm.svg | 2 +- src/_icons/cloud-upload.svg | 2 +- src/_icons/cloud.svg | 2 +- src/_icons/command.svg | 2 +- src/_icons/copy.svg | 2 +- src/_icons/copyright.svg | 2 +- src/_icons/corner-down-left.svg | 2 +- src/_icons/corner-down-right.svg | 2 +- src/_icons/corner-left-down.svg | 2 +- src/_icons/corner-left-up.svg | 2 +- src/_icons/corner-right-down.svg | 2 +- src/_icons/corner-right-up.svg | 2 +- src/_icons/corner-up-left.svg | 2 +- src/_icons/corner-up-right.svg | 2 +- src/_icons/dashboard.svg | 2 +- src/_icons/database.svg | 4 +- src/_icons/disabled.svg | 2 +- src/_icons/download.svg | 2 +- src/_icons/droplet.svg | 2 +- src/_icons/edit.svg | 4 +- src/_icons/external-link.svg | 2 +- src/_icons/eye.svg | 4 +- src/_icons/face-id.svg | 10 +- src/_icons/file-check.svg | 2 +- src/_icons/file-download.svg | 2 +- src/_icons/file-minus.svg | 2 +- src/_icons/file-music.svg | 2 +- src/_icons/file-plus.svg | 2 +- src/_icons/file-shredder.svg | 2 +- src/_icons/file-text.svg | 2 +- src/_icons/file-x.svg | 2 +- src/_icons/file.svg | 2 +- src/_icons/filter.svg | 2 +- src/_icons/flag.svg | 4 +- src/_icons/floppy-disk.svg | 2 +- src/_icons/folder-minus.svg | 2 +- src/_icons/folder-plus.svg | 2 +- src/_icons/folder-x.svg | 2 +- src/_icons/folder.svg | 2 +- src/_icons/folders.svg | 4 +- src/_icons/friends.svg | 4 +- src/_icons/gauge.svg | 2 +- src/_icons/git-branch.svg | 2 +- src/_icons/git-compare.svg | 4 +- src/_icons/git-merge.svg | 2 +- src/_icons/glass-full.svg | 4 +- src/_icons/glass.svg | 2 +- src/_icons/headphones.svg | 2 +- src/_icons/heart.svg | 2 +- src/_icons/home.svg | 4 +- src/_icons/ice-cream.svg | 2 +- src/_icons/layers-difference.svg | 2 +- src/_icons/layers-subtract.svg | 2 +- src/_icons/layers-union.svg | 2 +- src/_icons/lego.svg | 4 +- src/_icons/link.svg | 4 +- src/_icons/location.svg | 2 +- src/_icons/lock-open.svg | 2 +- src/_icons/lock.svg | 2 +- src/_icons/magnet.svg | 2 +- src/_icons/mail-opened.svg | 2 +- src/_icons/man.svg | 2 +- src/_icons/map-2.svg | 2 +- src/_icons/map-pin.svg | 2 +- src/_icons/maximize.svg | 8 +- src/_icons/message-2.svg | 2 +- src/_icons/message-circle.svg | 2 +- src/_icons/message-dots.svg | 2 +- src/_icons/message.svg | 2 +- src/_icons/microphone.svg | 2 +- src/_icons/minimize.svg | 8 +- src/_icons/mood-confuzed.svg | 2 +- src/_icons/mood-happy.svg | 2 +- src/_icons/mood-sad.svg | 2 +- src/_icons/mood-smile.svg | 2 +- src/_icons/moon.svg | 2 +- src/_icons/news.svg | 2 +- src/_icons/notification.svg | 2 +- src/_icons/paint.svg | 2 +- src/_icons/paperclip.svg | 2 +- src/_icons/parking.svg | 2 +- src/_icons/phone-call.svg | 6 +- src/_icons/phone-incoming.svg | 2 +- src/_icons/phone-outgoing.svg | 2 +- src/_icons/phone-pause.svg | 2 +- src/_icons/phone.svg | 2 +- src/_icons/photo.svg | 4 +- src/_icons/power.svg | 2 +- src/_icons/printer.svg | 4 +- src/_icons/puzzle.svg | 2 +- src/_icons/refresh.svg | 4 +- src/_icons/registered.svg | 2 +- src/_icons/rotate-clockwise.svg | 2 +- src/_icons/rotate.svg | 2 +- src/_icons/route.svg | 2 +- src/_icons/router.svg | 4 +- src/_icons/send.svg | 2 +- src/_icons/settings.svg | 2 +- src/_icons/shield-check.svg | 2 +- src/_icons/shield-x.svg | 2 +- src/_icons/shield.svg | 2 +- src/_icons/shopping-cart.svg | 2 +- src/_icons/sticker.svg | 4 +- src/_icons/tag.svg | 2 +- src/_icons/temperature-celsius.svg | 7 + src/_icons/temperature-fahrenheit.svg | 8 + src/_icons/temperature.svg | 7 + src/_icons/test-pipe.svg | 4 +- src/_icons/thumb-down.svg | 2 +- src/_icons/thumb-up.svg | 2 +- src/_icons/ticket.svg | 2 +- src/_icons/tool.svg | 2 +- src/_icons/trash.svg | 4 +- src/_icons/triangle.svg | 2 +- src/_icons/trophy.svg | 2 +- src/_icons/unlink.svg | 4 +- src/_icons/upload.svg | 2 +- src/_icons/urgent.svg | 2 +- src/_icons/user-check.svg | 2 +- src/_icons/user-minus.svg | 2 +- src/_icons/user-plus.svg | 2 +- src/_icons/user-x.svg | 2 +- src/_icons/user.svg | 2 +- src/_icons/volume-2.svg | 4 +- src/_icons/volume-3.svg | 2 +- src/_icons/volume.svg | 6 +- src/_icons/wifi.svg | 4 +- src/_icons/woman.svg | 2 +- src/_icons/world.svg | 4 +- src/_includes/icon.html | 3 +- tabler-sprite.svg | 2 +- 476 files changed, 1107 insertions(+), 742 deletions(-) create mode 100644 icons/temperature-celsius.svg create mode 100644 icons/temperature-fahrenheit.svg create mode 100644 icons/temperature.svg create mode 100644 src/_icons/temperature-celsius.svg create mode 100644 src/_icons/temperature-fahrenheit.svg create mode 100644 src/_icons/temperature.svg diff --git a/.github/icons.png b/.github/icons.png index 612bc146..37c2fd10 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 7010b3d1..511c9d3d 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,623 +1,629 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + @@ -900,35 +906,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 24ade262..37f6b224 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -191,6 +191,7 @@ gulp.task('optimize', function (cb) { .replace(/\s?\/>/g, ' />') .replace(/\n\s*<(line|circle|path|polyline)/g, "\n <$1") .replace(/polyline points="([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s([0-9.]+)"/g, 'line x1="$1" y1="$2" x2="$3" y2="$4"') + .replace(/a([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)/g, 'a$1 $2 $3 $4 $5 $6 $7') .replace(/\n\n+/g, "\n"); fs.writeFileSync(file, svgFileContent); diff --git a/icons/activity.svg b/icons/activity.svg index c31fe5b5..14941fed 100644 --- a/icons/activity.svg +++ b/icons/activity.svg @@ -1,4 +1,5 @@ + diff --git a/icons/ajdustments.svg b/icons/ajdustments.svg index 0a642906..3d87cf63 100644 --- a/icons/ajdustments.svg +++ b/icons/ajdustments.svg @@ -1,4 +1,5 @@ + diff --git a/icons/alert-circle.svg b/icons/alert-circle.svg index a107a2ac..168fdb82 100644 --- a/icons/alert-circle.svg +++ b/icons/alert-circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/alert-triangle.svg b/icons/alert-triangle.svg index b1cd8565..3515002a 100644 --- a/icons/alert-triangle.svg +++ b/icons/alert-triangle.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/align-center.svg b/icons/align-center.svg index d1423cfa..d76b2062 100644 --- a/icons/align-center.svg +++ b/icons/align-center.svg @@ -1,4 +1,5 @@ + diff --git a/icons/align-justified.svg b/icons/align-justified.svg index 358c9717..cf584b49 100644 --- a/icons/align-justified.svg +++ b/icons/align-justified.svg @@ -1,4 +1,5 @@ + diff --git a/icons/align-left.svg b/icons/align-left.svg index 0db5ff2b..3708d3a5 100644 --- a/icons/align-left.svg +++ b/icons/align-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/align-right.svg b/icons/align-right.svg index f5e10488..ae716dc5 100644 --- a/icons/align-right.svg +++ b/icons/align-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/archive.svg b/icons/archive.svg index 80091ca9..d1ee2a0c 100644 --- a/icons/archive.svg +++ b/icons/archive.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/arrow-bar-down.svg b/icons/arrow-bar-down.svg index fcbf607a..b412e122 100644 --- a/icons/arrow-bar-down.svg +++ b/icons/arrow-bar-down.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-bar-left.svg b/icons/arrow-bar-left.svg index 9f3c2efa..cfd41e79 100644 --- a/icons/arrow-bar-left.svg +++ b/icons/arrow-bar-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-bar-right.svg b/icons/arrow-bar-right.svg index d00fbaa5..b91786dc 100644 --- a/icons/arrow-bar-right.svg +++ b/icons/arrow-bar-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-bar-up.svg b/icons/arrow-bar-up.svg index 1721a57e..ee797838 100644 --- a/icons/arrow-bar-up.svg +++ b/icons/arrow-bar-up.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-down-circle.svg b/icons/arrow-down-circle.svg index 54890244..6d3851c6 100644 --- a/icons/arrow-down-circle.svg +++ b/icons/arrow-down-circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-down-left-circle.svg b/icons/arrow-down-left-circle.svg index e1268ff4..7e5b0afd 100644 --- a/icons/arrow-down-left-circle.svg +++ b/icons/arrow-down-left-circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-down-left.svg b/icons/arrow-down-left.svg index b52b52be..fe192dde 100644 --- a/icons/arrow-down-left.svg +++ b/icons/arrow-down-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-down-right-circle.svg b/icons/arrow-down-right-circle.svg index 465f9b47..9c444b86 100644 --- a/icons/arrow-down-right-circle.svg +++ b/icons/arrow-down-right-circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-down-right.svg b/icons/arrow-down-right.svg index 95054356..3a366a95 100644 --- a/icons/arrow-down-right.svg +++ b/icons/arrow-down-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-down.svg b/icons/arrow-down.svg index 070ab106..707ff86c 100644 --- a/icons/arrow-down.svg +++ b/icons/arrow-down.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-left-circle.svg b/icons/arrow-left-circle.svg index e551414a..7d9459ef 100644 --- a/icons/arrow-left-circle.svg +++ b/icons/arrow-left-circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-left.svg b/icons/arrow-left.svg index ffbc8c53..6e0fd743 100644 --- a/icons/arrow-left.svg +++ b/icons/arrow-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-narrow-down.svg b/icons/arrow-narrow-down.svg index de66fb2d..bde78ff9 100644 --- a/icons/arrow-narrow-down.svg +++ b/icons/arrow-narrow-down.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-narrow-left.svg b/icons/arrow-narrow-left.svg index f66ee1b3..caafc35c 100644 --- a/icons/arrow-narrow-left.svg +++ b/icons/arrow-narrow-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-narrow-right.svg b/icons/arrow-narrow-right.svg index f29d9003..ce0df587 100644 --- a/icons/arrow-narrow-right.svg +++ b/icons/arrow-narrow-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-narrow-up.svg b/icons/arrow-narrow-up.svg index bde540e1..6a92adde 100644 --- a/icons/arrow-narrow-up.svg +++ b/icons/arrow-narrow-up.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-right-circle.svg b/icons/arrow-right-circle.svg index 824aa433..088ca6ca 100644 --- a/icons/arrow-right-circle.svg +++ b/icons/arrow-right-circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-right.svg b/icons/arrow-right.svg index a65abc5f..3dbcd7de 100644 --- a/icons/arrow-right.svg +++ b/icons/arrow-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-up-circle.svg b/icons/arrow-up-circle.svg index b173d05c..f133607e 100644 --- a/icons/arrow-up-circle.svg +++ b/icons/arrow-up-circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-up-left-circle.svg b/icons/arrow-up-left-circle.svg index 470ca0cf..0e6e91e4 100644 --- a/icons/arrow-up-left-circle.svg +++ b/icons/arrow-up-left-circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-up-left.svg b/icons/arrow-up-left.svg index ee1f2128..5d7f404b 100644 --- a/icons/arrow-up-left.svg +++ b/icons/arrow-up-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-up-right-circle.svg b/icons/arrow-up-right-circle.svg index faa3a95c..0f8218a5 100644 --- a/icons/arrow-up-right-circle.svg +++ b/icons/arrow-up-right-circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-up-right.svg b/icons/arrow-up-right.svg index 70d46e45..d6ab38a3 100644 --- a/icons/arrow-up-right.svg +++ b/icons/arrow-up-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrow-up.svg b/icons/arrow-up.svg index c394f67b..473bcc7b 100644 --- a/icons/arrow-up.svg +++ b/icons/arrow-up.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrows-diagonal-2.svg b/icons/arrows-diagonal-2.svg index fb39db68..2d5115c5 100644 --- a/icons/arrows-diagonal-2.svg +++ b/icons/arrows-diagonal-2.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrows-diagonal.svg b/icons/arrows-diagonal.svg index 4ad8d71d..d3409f28 100644 --- a/icons/arrows-diagonal.svg +++ b/icons/arrows-diagonal.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrows-maximize.svg b/icons/arrows-maximize.svg index 9262007b..2fcdebab 100644 --- a/icons/arrows-maximize.svg +++ b/icons/arrows-maximize.svg @@ -1,4 +1,5 @@ + diff --git a/icons/arrows-minimize.svg b/icons/arrows-minimize.svg index b4e1495d..b7092003 100644 --- a/icons/arrows-minimize.svg +++ b/icons/arrows-minimize.svg @@ -1,4 +1,5 @@ + diff --git a/icons/at.svg b/icons/at.svg index 21283357..1b504658 100644 --- a/icons/at.svg +++ b/icons/at.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/backspace.svg b/icons/backspace.svg index cf206aba..8cfdb9e4 100644 --- a/icons/backspace.svg +++ b/icons/backspace.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/ban.svg b/icons/ban.svg index d9935554..209b77ef 100644 --- a/icons/ban.svg +++ b/icons/ban.svg @@ -1,4 +1,5 @@ + diff --git a/icons/battery-1.svg b/icons/battery-1.svg index ad047b33..bc77e6e6 100644 --- a/icons/battery-1.svg +++ b/icons/battery-1.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/battery-2.svg b/icons/battery-2.svg index 02457baa..0ce07b1a 100644 --- a/icons/battery-2.svg +++ b/icons/battery-2.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/battery-3.svg b/icons/battery-3.svg index 6e7306eb..ee7b61bd 100644 --- a/icons/battery-3.svg +++ b/icons/battery-3.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/battery-4.svg b/icons/battery-4.svg index fdedc0ea..149d30fc 100644 --- a/icons/battery-4.svg +++ b/icons/battery-4.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/battery-charging.svg b/icons/battery-charging.svg index 9b1d2a0b..100ea394 100644 --- a/icons/battery-charging.svg +++ b/icons/battery-charging.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/battery.svg b/icons/battery.svg index 54f124c6..629cbe14 100644 --- a/icons/battery.svg +++ b/icons/battery.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/bell.svg b/icons/bell.svg index b09058d6..4212ffc6 100644 --- a/icons/bell.svg +++ b/icons/bell.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/bike.svg b/icons/bike.svg index 4a91585e..c1fda39b 100644 --- a/icons/bike.svg +++ b/icons/bike.svg @@ -1,4 +1,5 @@ + diff --git a/icons/bluetooth.svg b/icons/bluetooth.svg index 3d9a335d..70371b91 100644 --- a/icons/bluetooth.svg +++ b/icons/bluetooth.svg @@ -1,4 +1,5 @@ + diff --git a/icons/bolt.svg b/icons/bolt.svg index 725a3918..35c052b3 100644 --- a/icons/bolt.svg +++ b/icons/bolt.svg @@ -1,4 +1,5 @@ + diff --git a/icons/book.svg b/icons/book.svg index 8197474a..fd96a5e6 100644 --- a/icons/book.svg +++ b/icons/book.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/bookmark.svg b/icons/bookmark.svg index 82688e79..df084ff2 100644 --- a/icons/bookmark.svg +++ b/icons/bookmark.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/border-all.svg b/icons/border-all.svg index b03c45f6..5901e4f1 100644 --- a/icons/border-all.svg +++ b/icons/border-all.svg @@ -1,4 +1,5 @@ + diff --git a/icons/border-bottom.svg b/icons/border-bottom.svg index cc4fdec2..5d552b10 100644 --- a/icons/border-bottom.svg +++ b/icons/border-bottom.svg @@ -1,4 +1,5 @@ + diff --git a/icons/border-horizontal.svg b/icons/border-horizontal.svg index e82c6dbb..62e40ae5 100644 --- a/icons/border-horizontal.svg +++ b/icons/border-horizontal.svg @@ -1,4 +1,5 @@ + diff --git a/icons/border-inner.svg b/icons/border-inner.svg index b0d3c824..0baa18c6 100644 --- a/icons/border-inner.svg +++ b/icons/border-inner.svg @@ -1,4 +1,5 @@ + diff --git a/icons/border-left.svg b/icons/border-left.svg index c3c9f34c..6f362777 100644 --- a/icons/border-left.svg +++ b/icons/border-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/border-none.svg b/icons/border-none.svg index bfb13d7a..5cf4c1d2 100644 --- a/icons/border-none.svg +++ b/icons/border-none.svg @@ -1,4 +1,5 @@ + diff --git a/icons/border-outer.svg b/icons/border-outer.svg index 5e09d75a..46ce1b30 100644 --- a/icons/border-outer.svg +++ b/icons/border-outer.svg @@ -1,4 +1,5 @@ + diff --git a/icons/border-right.svg b/icons/border-right.svg index 35983c4e..2132cf1b 100644 --- a/icons/border-right.svg +++ b/icons/border-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/border-top.svg b/icons/border-top.svg index be7578ea..e7bf72cb 100644 --- a/icons/border-top.svg +++ b/icons/border-top.svg @@ -1,4 +1,5 @@ + diff --git a/icons/border-vertical.svg b/icons/border-vertical.svg index 228ddd14..9f116d5f 100644 --- a/icons/border-vertical.svg +++ b/icons/border-vertical.svg @@ -1,4 +1,5 @@ + diff --git a/icons/box.svg b/icons/box.svg index 5fd96c5b..2738f565 100644 --- a/icons/box.svg +++ b/icons/box.svg @@ -1,4 +1,5 @@ + diff --git a/icons/briefcase.svg b/icons/briefcase.svg index 2f9d2324..163829ad 100644 --- a/icons/briefcase.svg +++ b/icons/briefcase.svg @@ -1,8 +1,9 @@ + - + - + diff --git a/icons/bucket.svg b/icons/bucket.svg index 41d0bc08..befb3209 100644 --- a/icons/bucket.svg +++ b/icons/bucket.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/bulb-off.svg b/icons/bulb-off.svg index 0d48d022..01397a8c 100644 --- a/icons/bulb-off.svg +++ b/icons/bulb-off.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/bulb.svg b/icons/bulb.svg index 3c8581c5..11774dbb 100644 --- a/icons/bulb.svg +++ b/icons/bulb.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/calendar.svg b/icons/calendar.svg index 713dc995..2ea5b6d0 100644 --- a/icons/calendar.svg +++ b/icons/calendar.svg @@ -1,4 +1,5 @@ + diff --git a/icons/camera.svg b/icons/camera.svg index 5861d38b..cd9a5291 100644 --- a/icons/camera.svg +++ b/icons/camera.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/cash.svg b/icons/cash.svg index a55b803d..f441c44e 100644 --- a/icons/cash.svg +++ b/icons/cash.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/cast.svg b/icons/cast.svg index 8ee126c7..9b84d9ea 100644 --- a/icons/cast.svg +++ b/icons/cast.svg @@ -1,8 +1,9 @@ + - - - + + + diff --git a/icons/chart-area-line.svg b/icons/chart-area-line.svg index a02d4ac0..5ac83acb 100644 --- a/icons/chart-area-line.svg +++ b/icons/chart-area-line.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chart-area.svg b/icons/chart-area.svg index 8e71a296..182d21aa 100644 --- a/icons/chart-area.svg +++ b/icons/chart-area.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chart-bar.svg b/icons/chart-bar.svg index 9b489f74..7ddfa878 100644 --- a/icons/chart-bar.svg +++ b/icons/chart-bar.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chart-candle.svg b/icons/chart-candle.svg index 94296aab..86d4fc5e 100644 --- a/icons/chart-candle.svg +++ b/icons/chart-candle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chart-donut.svg b/icons/chart-donut.svg index d5e691c0..6766538e 100644 --- a/icons/chart-donut.svg +++ b/icons/chart-donut.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/chart-line.svg b/icons/chart-line.svg index e085f90e..2454de04 100644 --- a/icons/chart-line.svg +++ b/icons/chart-line.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chart-pie.svg b/icons/chart-pie.svg index 8db6f459..d704d210 100644 --- a/icons/chart-pie.svg +++ b/icons/chart-pie.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/check.svg b/icons/check.svg index 56dc9695..6acbe60c 100644 --- a/icons/check.svg +++ b/icons/check.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chevron-down.svg b/icons/chevron-down.svg index 6bdd7a7b..89b3be31 100644 --- a/icons/chevron-down.svg +++ b/icons/chevron-down.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chevron-left.svg b/icons/chevron-left.svg index 125af481..fb79df76 100644 --- a/icons/chevron-left.svg +++ b/icons/chevron-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chevron-right.svg b/icons/chevron-right.svg index 8496c786..a8d47d9c 100644 --- a/icons/chevron-right.svg +++ b/icons/chevron-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chevron-up.svg b/icons/chevron-up.svg index 59593ce0..b437e81c 100644 --- a/icons/chevron-up.svg +++ b/icons/chevron-up.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chevrons-down.svg b/icons/chevrons-down.svg index 38db71b3..99434eaa 100644 --- a/icons/chevrons-down.svg +++ b/icons/chevrons-down.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chevrons-left.svg b/icons/chevrons-left.svg index 451ce55f..e4a8bfc3 100644 --- a/icons/chevrons-left.svg +++ b/icons/chevrons-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chevrons-right.svg b/icons/chevrons-right.svg index dc3b1ba8..47b0e1e1 100644 --- a/icons/chevrons-right.svg +++ b/icons/chevrons-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/chevrons-up.svg b/icons/chevrons-up.svg index f39f09fa..cd183578 100644 --- a/icons/chevrons-up.svg +++ b/icons/chevrons-up.svg @@ -1,4 +1,5 @@ + diff --git a/icons/circle-check.svg b/icons/circle-check.svg index 62acc273..1757b2f2 100644 --- a/icons/circle-check.svg +++ b/icons/circle-check.svg @@ -1,4 +1,5 @@ + diff --git a/icons/circle-minus.svg b/icons/circle-minus.svg index 3883f895..08083cd2 100644 --- a/icons/circle-minus.svg +++ b/icons/circle-minus.svg @@ -1,4 +1,5 @@ + diff --git a/icons/circle-plus.svg b/icons/circle-plus.svg index b3f6b617..f83ecc84 100644 --- a/icons/circle-plus.svg +++ b/icons/circle-plus.svg @@ -1,4 +1,5 @@ + diff --git a/icons/circle-x.svg b/icons/circle-x.svg index c25a261f..d9c4b52e 100644 --- a/icons/circle-x.svg +++ b/icons/circle-x.svg @@ -1,4 +1,5 @@ + diff --git a/icons/circle.svg b/icons/circle.svg index 82cbaebe..c9c6420b 100644 --- a/icons/circle.svg +++ b/icons/circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/clipboard-check.svg b/icons/clipboard-check.svg index 89c2fafd..b4324783 100644 --- a/icons/clipboard-check.svg +++ b/icons/clipboard-check.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/clipboard-list.svg b/icons/clipboard-list.svg index 3e37f1c7..807ab760 100644 --- a/icons/clipboard-list.svg +++ b/icons/clipboard-list.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/clipboard-x.svg b/icons/clipboard-x.svg index 1d93d5a1..5300e5bf 100644 --- a/icons/clipboard-x.svg +++ b/icons/clipboard-x.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/clipboard.svg b/icons/clipboard.svg index a5156e35..8607e2e0 100644 --- a/icons/clipboard.svg +++ b/icons/clipboard.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/clock.svg b/icons/clock.svg index 4d211acb..93fa64c9 100644 --- a/icons/clock.svg +++ b/icons/clock.svg @@ -1,4 +1,5 @@ + diff --git a/icons/cloud-download.svg b/icons/cloud-download.svg index a968d8e5..bbd94aea 100644 --- a/icons/cloud-download.svg +++ b/icons/cloud-download.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/cloud-rain.svg b/icons/cloud-rain.svg index 5bfd95c7..fad1de10 100644 --- a/icons/cloud-rain.svg +++ b/icons/cloud-rain.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/cloud-snow.svg b/icons/cloud-snow.svg index ed9e7e17..6b8071be 100644 --- a/icons/cloud-snow.svg +++ b/icons/cloud-snow.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/cloud-storm.svg b/icons/cloud-storm.svg index 0dee4329..2cdbbfc9 100644 --- a/icons/cloud-storm.svg +++ b/icons/cloud-storm.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/cloud-upload.svg b/icons/cloud-upload.svg index c5d0beab..ed2392ab 100644 --- a/icons/cloud-upload.svg +++ b/icons/cloud-upload.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/cloud.svg b/icons/cloud.svg index 9720934c..14ebc786 100644 --- a/icons/cloud.svg +++ b/icons/cloud.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/code.svg b/icons/code.svg index 8a2acef7..fda8d318 100644 --- a/icons/code.svg +++ b/icons/code.svg @@ -1,4 +1,5 @@ + diff --git a/icons/command.svg b/icons/command.svg index 1283d60c..d93ed392 100644 --- a/icons/command.svg +++ b/icons/command.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/compass.svg b/icons/compass.svg index 94eed4f0..abd85086 100644 --- a/icons/compass.svg +++ b/icons/compass.svg @@ -1,4 +1,5 @@ + diff --git a/icons/copy.svg b/icons/copy.svg index c3172f99..c6e7dcab 100644 --- a/icons/copy.svg +++ b/icons/copy.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/copyright.svg b/icons/copyright.svg index e66bcff4..c1c0df17 100644 --- a/icons/copyright.svg +++ b/icons/copyright.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/corner-down-left.svg b/icons/corner-down-left.svg index 95daf57b..b42b4e72 100644 --- a/icons/corner-down-left.svg +++ b/icons/corner-down-left.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/corner-down-right.svg b/icons/corner-down-right.svg index a958e8bb..d72d3765 100644 --- a/icons/corner-down-right.svg +++ b/icons/corner-down-right.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/corner-left-down.svg b/icons/corner-left-down.svg index 3d75dbdf..446c047d 100644 --- a/icons/corner-left-down.svg +++ b/icons/corner-left-down.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/corner-left-up.svg b/icons/corner-left-up.svg index 4d46026f..a677b7f4 100644 --- a/icons/corner-left-up.svg +++ b/icons/corner-left-up.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/corner-right-down.svg b/icons/corner-right-down.svg index c846c06a..6078ecbd 100644 --- a/icons/corner-right-down.svg +++ b/icons/corner-right-down.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/corner-right-up.svg b/icons/corner-right-up.svg index 1926e91f..7b2ab514 100644 --- a/icons/corner-right-up.svg +++ b/icons/corner-right-up.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/corner-up-left.svg b/icons/corner-up-left.svg index d0a4852b..d72fa598 100644 --- a/icons/corner-up-left.svg +++ b/icons/corner-up-left.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/corner-up-right.svg b/icons/corner-up-right.svg index 76122db3..426c15ab 100644 --- a/icons/corner-up-right.svg +++ b/icons/corner-up-right.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/credit-card.svg b/icons/credit-card.svg index 4096a7e8..8ab09925 100644 --- a/icons/credit-card.svg +++ b/icons/credit-card.svg @@ -1,4 +1,5 @@ + diff --git a/icons/crop.svg b/icons/crop.svg index a3684007..862432df 100644 --- a/icons/crop.svg +++ b/icons/crop.svg @@ -1,4 +1,5 @@ + diff --git a/icons/cut.svg b/icons/cut.svg index 22b33cd6..593ee6fc 100644 --- a/icons/cut.svg +++ b/icons/cut.svg @@ -1,4 +1,5 @@ + diff --git a/icons/dashboard.svg b/icons/dashboard.svg index afa3f933..2a6ad274 100644 --- a/icons/dashboard.svg +++ b/icons/dashboard.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/database.svg b/icons/database.svg index 2bc78137..f47f9a9d 100644 --- a/icons/database.svg +++ b/icons/database.svg @@ -1,7 +1,8 @@ + - - + + diff --git a/icons/device-desktop.svg b/icons/device-desktop.svg index e8d0cdb0..e94bcc40 100644 --- a/icons/device-desktop.svg +++ b/icons/device-desktop.svg @@ -1,4 +1,5 @@ + diff --git a/icons/device-mobile.svg b/icons/device-mobile.svg index 5b89b84e..3fff2d5b 100644 --- a/icons/device-mobile.svg +++ b/icons/device-mobile.svg @@ -1,4 +1,5 @@ + diff --git a/icons/device-tablet.svg b/icons/device-tablet.svg index 785a85bc..08aa5480 100644 --- a/icons/device-tablet.svg +++ b/icons/device-tablet.svg @@ -1,4 +1,5 @@ + diff --git a/icons/device-tv.svg b/icons/device-tv.svg index 9de7f2c2..4ec7a4b2 100644 --- a/icons/device-tv.svg +++ b/icons/device-tv.svg @@ -1,4 +1,5 @@ + diff --git a/icons/directions.svg b/icons/directions.svg index 101d0ce8..e5427580 100644 --- a/icons/directions.svg +++ b/icons/directions.svg @@ -1,4 +1,5 @@ + diff --git a/icons/disabled.svg b/icons/disabled.svg index ed3afa7b..b64fed04 100644 --- a/icons/disabled.svg +++ b/icons/disabled.svg @@ -1,8 +1,9 @@ + - + diff --git a/icons/disc.svg b/icons/disc.svg index 9eac7583..77b34d98 100644 --- a/icons/disc.svg +++ b/icons/disc.svg @@ -1,4 +1,5 @@ + diff --git a/icons/dots-circle-horizontal.svg b/icons/dots-circle-horizontal.svg index 0c4578c2..28166de5 100644 --- a/icons/dots-circle-horizontal.svg +++ b/icons/dots-circle-horizontal.svg @@ -1,4 +1,5 @@ + diff --git a/icons/dots-diagonal-2.svg b/icons/dots-diagonal-2.svg index 04157409..a55640be 100644 --- a/icons/dots-diagonal-2.svg +++ b/icons/dots-diagonal-2.svg @@ -1,4 +1,5 @@ + diff --git a/icons/dots-diagonal.svg b/icons/dots-diagonal.svg index a724fd9c..a7fb663a 100644 --- a/icons/dots-diagonal.svg +++ b/icons/dots-diagonal.svg @@ -1,4 +1,5 @@ + diff --git a/icons/dots-vertical.svg b/icons/dots-vertical.svg index 9546c3df..aacb6c8d 100644 --- a/icons/dots-vertical.svg +++ b/icons/dots-vertical.svg @@ -1,4 +1,5 @@ + diff --git a/icons/dots.svg b/icons/dots.svg index 003d8a85..05fb4573 100644 --- a/icons/dots.svg +++ b/icons/dots.svg @@ -1,4 +1,5 @@ + diff --git a/icons/download.svg b/icons/download.svg index ca4ee7e8..71dc32bf 100644 --- a/icons/download.svg +++ b/icons/download.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/droplet.svg b/icons/droplet.svg index 15dd8b4d..6f45559d 100644 --- a/icons/droplet.svg +++ b/icons/droplet.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/edit.svg b/icons/edit.svg index b9ff386d..7c2b2874 100644 --- a/icons/edit.svg +++ b/icons/edit.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/external-link.svg b/icons/external-link.svg index 97c326e6..f75cb448 100644 --- a/icons/external-link.svg +++ b/icons/external-link.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/eye.svg b/icons/eye.svg index c39f1106..912ecd0e 100644 --- a/icons/eye.svg +++ b/icons/eye.svg @@ -1,7 +1,8 @@ + - - + + diff --git a/icons/face-id.svg b/icons/face-id.svg index 10e60d56..14663e6d 100644 --- a/icons/face-id.svg +++ b/icons/face-id.svg @@ -1,11 +1,12 @@ - - - - + + + + + - + diff --git a/icons/file-check.svg b/icons/file-check.svg index 4b003387..a9fb06e8 100644 --- a/icons/file-check.svg +++ b/icons/file-check.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/file-download.svg b/icons/file-download.svg index 30d7e47e..3567cc7e 100644 --- a/icons/file-download.svg +++ b/icons/file-download.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/file-minus.svg b/icons/file-minus.svg index d635cd75..25cbcdb9 100644 --- a/icons/file-minus.svg +++ b/icons/file-minus.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/file-music.svg b/icons/file-music.svg index aeecfcb8..1ada3a2a 100644 --- a/icons/file-music.svg +++ b/icons/file-music.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/file-plus.svg b/icons/file-plus.svg index 69258cc3..1d5af6c7 100644 --- a/icons/file-plus.svg +++ b/icons/file-plus.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/file-shredder.svg b/icons/file-shredder.svg index bbdaf5b3..c6452ad0 100644 --- a/icons/file-shredder.svg +++ b/icons/file-shredder.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/file-text.svg b/icons/file-text.svg index ca3766aa..6542bf76 100644 --- a/icons/file-text.svg +++ b/icons/file-text.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/file-x.svg b/icons/file-x.svg index e5e8dcba..454054e0 100644 --- a/icons/file-x.svg +++ b/icons/file-x.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/file.svg b/icons/file.svg index 7f3ea339..de403a61 100644 --- a/icons/file.svg +++ b/icons/file.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/filter.svg b/icons/filter.svg index 594bea2b..a33e6e1f 100644 --- a/icons/filter.svg +++ b/icons/filter.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/flag.svg b/icons/flag.svg index 49e1bf84..80adb6dd 100644 --- a/icons/flag.svg +++ b/icons/flag.svg @@ -1,8 +1,9 @@ + - - + + diff --git a/icons/flip-horizontal.svg b/icons/flip-horizontal.svg index cec8adb9..7db98db4 100644 --- a/icons/flip-horizontal.svg +++ b/icons/flip-horizontal.svg @@ -1,4 +1,5 @@ + diff --git a/icons/flip-vertical.svg b/icons/flip-vertical.svg index 3b5d95b5..5480528c 100644 --- a/icons/flip-vertical.svg +++ b/icons/flip-vertical.svg @@ -1,4 +1,5 @@ + diff --git a/icons/floppy-disk.svg b/icons/floppy-disk.svg index 1fb198fe..ee2c37de 100644 --- a/icons/floppy-disk.svg +++ b/icons/floppy-disk.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/folder-minus.svg b/icons/folder-minus.svg index 62584904..b3cd3871 100644 --- a/icons/folder-minus.svg +++ b/icons/folder-minus.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/folder-plus.svg b/icons/folder-plus.svg index f0d6d1b7..f059d554 100644 --- a/icons/folder-plus.svg +++ b/icons/folder-plus.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/folder-x.svg b/icons/folder-x.svg index a5cb71a1..b9884414 100644 --- a/icons/folder-x.svg +++ b/icons/folder-x.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/folder.svg b/icons/folder.svg index ed2cfa71..9f14ef12 100644 --- a/icons/folder.svg +++ b/icons/folder.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/folders.svg b/icons/folders.svg index b5fd5010..50f316fd 100644 --- a/icons/folders.svg +++ b/icons/folders.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/frame.svg b/icons/frame.svg index 57d066f5..60b6ae80 100644 --- a/icons/frame.svg +++ b/icons/frame.svg @@ -1,4 +1,5 @@ + diff --git a/icons/friends.svg b/icons/friends.svg index b5a4c0f6..f5dc5c67 100644 --- a/icons/friends.svg +++ b/icons/friends.svg @@ -1,8 +1,9 @@ + - + - + diff --git a/icons/gauge.svg b/icons/gauge.svg index 1720aca3..72b66500 100644 --- a/icons/gauge.svg +++ b/icons/gauge.svg @@ -1,8 +1,9 @@ + - + diff --git a/icons/git-branch.svg b/icons/git-branch.svg index d79d02ae..80a91fd1 100644 --- a/icons/git-branch.svg +++ b/icons/git-branch.svg @@ -1,9 +1,10 @@ + - + diff --git a/icons/git-commit.svg b/icons/git-commit.svg index a9652cf8..f90b1f0f 100644 --- a/icons/git-commit.svg +++ b/icons/git-commit.svg @@ -1,4 +1,5 @@ + diff --git a/icons/git-compare.svg b/icons/git-compare.svg index 0425eaa8..63fdee04 100644 --- a/icons/git-compare.svg +++ b/icons/git-compare.svg @@ -1,9 +1,10 @@ + - + - + diff --git a/icons/git-merge.svg b/icons/git-merge.svg index 0365137f..d7f5553f 100644 --- a/icons/git-merge.svg +++ b/icons/git-merge.svg @@ -1,9 +1,10 @@ + - + diff --git a/icons/git-pull-request.svg b/icons/git-pull-request.svg index 72bfb521..9414d879 100644 --- a/icons/git-pull-request.svg +++ b/icons/git-pull-request.svg @@ -1,4 +1,5 @@ + diff --git a/icons/glass-full.svg b/icons/glass-full.svg index 92eea65a..14a656fb 100644 --- a/icons/glass-full.svg +++ b/icons/glass-full.svg @@ -1,8 +1,9 @@ + - - + + diff --git a/icons/glass.svg b/icons/glass.svg index 6e837bf0..27bf5c94 100644 --- a/icons/glass.svg +++ b/icons/glass.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/grid-dots.svg b/icons/grid-dots.svg index faa9e2bd..3db22a69 100644 --- a/icons/grid-dots.svg +++ b/icons/grid-dots.svg @@ -1,4 +1,5 @@ + diff --git a/icons/grid.svg b/icons/grid.svg index d140dc31..09443041 100644 --- a/icons/grid.svg +++ b/icons/grid.svg @@ -1,4 +1,5 @@ + diff --git a/icons/hash.svg b/icons/hash.svg index 05778241..5e81974a 100644 --- a/icons/hash.svg +++ b/icons/hash.svg @@ -1,4 +1,5 @@ + diff --git a/icons/headphones.svg b/icons/headphones.svg index ebdd6866..1c9147e8 100644 --- a/icons/headphones.svg +++ b/icons/headphones.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/heart.svg b/icons/heart.svg index ea6ec801..0a1589df 100644 --- a/icons/heart.svg +++ b/icons/heart.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/home.svg b/icons/home.svg index a24913ed..cb62d1f5 100644 --- a/icons/home.svg +++ b/icons/home.svg @@ -1,7 +1,8 @@ + - - + + diff --git a/icons/ice-cream.svg b/icons/ice-cream.svg index 5237525c..b50bbd16 100644 --- a/icons/ice-cream.svg +++ b/icons/ice-cream.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/inbox.svg b/icons/inbox.svg index 8995db51..66b59e43 100644 --- a/icons/inbox.svg +++ b/icons/inbox.svg @@ -1,4 +1,5 @@ + diff --git a/icons/info-circle.svg b/icons/info-circle.svg index b11a761e..f5bfb0a4 100644 --- a/icons/info-circle.svg +++ b/icons/info-circle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/info-square.svg b/icons/info-square.svg index 3ecb31d8..35c0cf3c 100644 --- a/icons/info-square.svg +++ b/icons/info-square.svg @@ -1,4 +1,5 @@ + diff --git a/icons/key.svg b/icons/key.svg index 38c06432..7987ebba 100644 --- a/icons/key.svg +++ b/icons/key.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layers-difference.svg b/icons/layers-difference.svg index 57a8a0a0..20187521 100644 --- a/icons/layers-difference.svg +++ b/icons/layers-difference.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/layers-intersect.svg b/icons/layers-intersect.svg index c09f7c37..cf693ed0 100644 --- a/icons/layers-intersect.svg +++ b/icons/layers-intersect.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layers-subtract.svg b/icons/layers-subtract.svg index 8fafa1e9..2877cb32 100644 --- a/icons/layers-subtract.svg +++ b/icons/layers-subtract.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/layers-union.svg b/icons/layers-union.svg index d3db67cb..c075b530 100644 --- a/icons/layers-union.svg +++ b/icons/layers-union.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/layout-2.svg b/icons/layout-2.svg index 10c3dcc2..dbd3a7eb 100644 --- a/icons/layout-2.svg +++ b/icons/layout-2.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-align-bottom.svg b/icons/layout-align-bottom.svg index 409def1b..85932c34 100644 --- a/icons/layout-align-bottom.svg +++ b/icons/layout-align-bottom.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-align-center.svg b/icons/layout-align-center.svg index 4e0ce489..d508e5b4 100644 --- a/icons/layout-align-center.svg +++ b/icons/layout-align-center.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-align-left.svg b/icons/layout-align-left.svg index 92243e62..340229c2 100644 --- a/icons/layout-align-left.svg +++ b/icons/layout-align-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-align-middle.svg b/icons/layout-align-middle.svg index 34f488d1..58b5d078 100644 --- a/icons/layout-align-middle.svg +++ b/icons/layout-align-middle.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-align-right.svg b/icons/layout-align-right.svg index 0e63a56f..12689732 100644 --- a/icons/layout-align-right.svg +++ b/icons/layout-align-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-align-top.svg b/icons/layout-align-top.svg index 6b0f9e14..e3d65ee6 100644 --- a/icons/layout-align-top.svg +++ b/icons/layout-align-top.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-columns.svg b/icons/layout-columns.svg index 3fe1aa3c..54559544 100644 --- a/icons/layout-columns.svg +++ b/icons/layout-columns.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-distribute-horizontal.svg b/icons/layout-distribute-horizontal.svg index c43841b4..1f02567e 100644 --- a/icons/layout-distribute-horizontal.svg +++ b/icons/layout-distribute-horizontal.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-distribute-vertical.svg b/icons/layout-distribute-vertical.svg index 7cbc0fda..d5117a5c 100644 --- a/icons/layout-distribute-vertical.svg +++ b/icons/layout-distribute-vertical.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-navbar.svg b/icons/layout-navbar.svg index e31e5873..714cd78f 100644 --- a/icons/layout-navbar.svg +++ b/icons/layout-navbar.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-rows.svg b/icons/layout-rows.svg index f791186a..19aa3dae 100644 --- a/icons/layout-rows.svg +++ b/icons/layout-rows.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-sidebar-right.svg b/icons/layout-sidebar-right.svg index b6935c87..7345ff1c 100644 --- a/icons/layout-sidebar-right.svg +++ b/icons/layout-sidebar-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout-sidebar.svg b/icons/layout-sidebar.svg index bce183d3..b92b7fdd 100644 --- a/icons/layout-sidebar.svg +++ b/icons/layout-sidebar.svg @@ -1,4 +1,5 @@ + diff --git a/icons/layout.svg b/icons/layout.svg index 1fa061a2..5b057b01 100644 --- a/icons/layout.svg +++ b/icons/layout.svg @@ -1,4 +1,5 @@ + diff --git a/icons/lego.svg b/icons/lego.svg index be3fedf8..7cca0617 100644 --- a/icons/lego.svg +++ b/icons/lego.svg @@ -1,8 +1,9 @@ + - - + + diff --git a/icons/lifebuoy.svg b/icons/lifebuoy.svg index 6d249919..bb66a03f 100644 --- a/icons/lifebuoy.svg +++ b/icons/lifebuoy.svg @@ -1,4 +1,5 @@ + diff --git a/icons/link.svg b/icons/link.svg index a910afab..31ea6fb8 100644 --- a/icons/link.svg +++ b/icons/link.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/location.svg b/icons/location.svg index be0b57b7..fbdda41e 100644 --- a/icons/location.svg +++ b/icons/location.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/lock-open.svg b/icons/lock-open.svg index 3301ac4b..2273a49e 100644 --- a/icons/lock-open.svg +++ b/icons/lock-open.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/lock.svg b/icons/lock.svg index 4825725c..fa3e5b71 100644 --- a/icons/lock.svg +++ b/icons/lock.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/magnet.svg b/icons/magnet.svg index b2d60eff..39100164 100644 --- a/icons/magnet.svg +++ b/icons/magnet.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/mail-opened.svg b/icons/mail-opened.svg index 2f642b58..0e276571 100644 --- a/icons/mail-opened.svg +++ b/icons/mail-opened.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/mail.svg b/icons/mail.svg index 5c24716f..63c9a2a6 100644 --- a/icons/mail.svg +++ b/icons/mail.svg @@ -1,4 +1,5 @@ + diff --git a/icons/man.svg b/icons/man.svg index 24e48d4c..78434d79 100644 --- a/icons/man.svg +++ b/icons/man.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/map-2.svg b/icons/map-2.svg index ad29921e..5cb35387 100644 --- a/icons/map-2.svg +++ b/icons/map-2.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/map-pin.svg b/icons/map-pin.svg index 9b551ef3..f2d4672d 100644 --- a/icons/map-pin.svg +++ b/icons/map-pin.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/map.svg b/icons/map.svg index 370e1386..6c3e73bd 100644 --- a/icons/map.svg +++ b/icons/map.svg @@ -1,4 +1,5 @@ + diff --git a/icons/maximize.svg b/icons/maximize.svg index 7ce717bc..0d5cdf76 100644 --- a/icons/maximize.svg +++ b/icons/maximize.svg @@ -1,8 +1,9 @@ - - - - + + + + + diff --git a/icons/menu.svg b/icons/menu.svg index 95f50fee..a73b775c 100644 --- a/icons/menu.svg +++ b/icons/menu.svg @@ -1,4 +1,5 @@ + diff --git a/icons/message-2.svg b/icons/message-2.svg index f61a6702..2b503756 100644 --- a/icons/message-2.svg +++ b/icons/message-2.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/message-circle.svg b/icons/message-circle.svg index c919374d..7caa0d74 100644 --- a/icons/message-circle.svg +++ b/icons/message-circle.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/message-dots.svg b/icons/message-dots.svg index a4a45095..f3bd7a05 100644 --- a/icons/message-dots.svg +++ b/icons/message-dots.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/message.svg b/icons/message.svg index 49044a27..c520bd8f 100644 --- a/icons/message.svg +++ b/icons/message.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/microphone.svg b/icons/microphone.svg index 829c7916..28f65f73 100644 --- a/icons/microphone.svg +++ b/icons/microphone.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/minimize.svg b/icons/minimize.svg index 4eaa0e2b..b589cfee 100644 --- a/icons/minimize.svg +++ b/icons/minimize.svg @@ -1,8 +1,9 @@ - - - - + + + + + diff --git a/icons/minus.svg b/icons/minus.svg index 859d963b..c6a2873f 100644 --- a/icons/minus.svg +++ b/icons/minus.svg @@ -1,4 +1,5 @@ + diff --git a/icons/mood-confuzed.svg b/icons/mood-confuzed.svg index 8affb151..5f50095d 100644 --- a/icons/mood-confuzed.svg +++ b/icons/mood-confuzed.svg @@ -1,8 +1,9 @@ + - + diff --git a/icons/mood-happy.svg b/icons/mood-happy.svg index 3695f9ad..a84260ac 100644 --- a/icons/mood-happy.svg +++ b/icons/mood-happy.svg @@ -1,8 +1,9 @@ + - + diff --git a/icons/mood-neutral.svg b/icons/mood-neutral.svg index fb7256af..d2134bbb 100644 --- a/icons/mood-neutral.svg +++ b/icons/mood-neutral.svg @@ -1,4 +1,5 @@ + diff --git a/icons/mood-sad.svg b/icons/mood-sad.svg index 346b9fb3..74c5b017 100644 --- a/icons/mood-sad.svg +++ b/icons/mood-sad.svg @@ -1,8 +1,9 @@ + - + diff --git a/icons/mood-smile.svg b/icons/mood-smile.svg index 72fc0575..2b145700 100644 --- a/icons/mood-smile.svg +++ b/icons/mood-smile.svg @@ -1,8 +1,9 @@ + - + diff --git a/icons/moon.svg b/icons/moon.svg index 1cef2a27..7692e65c 100644 --- a/icons/moon.svg +++ b/icons/moon.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/mouse.svg b/icons/mouse.svg index c8cb9ca6..645e8853 100644 --- a/icons/mouse.svg +++ b/icons/mouse.svg @@ -1,4 +1,5 @@ + diff --git a/icons/movie.svg b/icons/movie.svg index 31dd62b4..f68963fa 100644 --- a/icons/movie.svg +++ b/icons/movie.svg @@ -1,4 +1,5 @@ + diff --git a/icons/music.svg b/icons/music.svg index a039ef5a..0d0577c9 100644 --- a/icons/music.svg +++ b/icons/music.svg @@ -1,4 +1,5 @@ + diff --git a/icons/news.svg b/icons/news.svg index af8e48be..5a749d9f 100644 --- a/icons/news.svg +++ b/icons/news.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/notification.svg b/icons/notification.svg index d0ba4ba8..9bca8fcf 100644 --- a/icons/notification.svg +++ b/icons/notification.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/package.svg b/icons/package.svg index 4cfdfc0e..730673b8 100644 --- a/icons/package.svg +++ b/icons/package.svg @@ -1,4 +1,5 @@ + diff --git a/icons/paint.svg b/icons/paint.svg index d3e191b8..ef0542cf 100644 --- a/icons/paint.svg +++ b/icons/paint.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/paperclip.svg b/icons/paperclip.svg index ecb279bc..b995ac28 100644 --- a/icons/paperclip.svg +++ b/icons/paperclip.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/parking.svg b/icons/parking.svg index 81e973d9..e3bf27b6 100644 --- a/icons/parking.svg +++ b/icons/parking.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/phone-call.svg b/icons/phone-call.svg index 265745b3..8924b602 100644 --- a/icons/phone-call.svg +++ b/icons/phone-call.svg @@ -1,7 +1,8 @@ - - - + + + + diff --git a/icons/phone-incoming.svg b/icons/phone-incoming.svg index b6d5d5fa..c26f1bea 100644 --- a/icons/phone-incoming.svg +++ b/icons/phone-incoming.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/phone-outgoing.svg b/icons/phone-outgoing.svg index 922c9cd2..40095d4d 100644 --- a/icons/phone-outgoing.svg +++ b/icons/phone-outgoing.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/phone-pause.svg b/icons/phone-pause.svg index 54555230..02426faa 100644 --- a/icons/phone-pause.svg +++ b/icons/phone-pause.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/phone.svg b/icons/phone.svg index 2f56f132..c0aff957 100644 --- a/icons/phone.svg +++ b/icons/phone.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/photo.svg b/icons/photo.svg index 16f20378..4fd71a17 100644 --- a/icons/photo.svg +++ b/icons/photo.svg @@ -1,8 +1,9 @@ + - - + + diff --git a/icons/plus.svg b/icons/plus.svg index 5d7f8be9..a04c43d2 100644 --- a/icons/plus.svg +++ b/icons/plus.svg @@ -1,4 +1,5 @@ + diff --git a/icons/point.svg b/icons/point.svg index b592578b..a7c45aac 100644 --- a/icons/point.svg +++ b/icons/point.svg @@ -1,4 +1,5 @@ + diff --git a/icons/power.svg b/icons/power.svg index ad798487..138764ad 100644 --- a/icons/power.svg +++ b/icons/power.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/printer.svg b/icons/printer.svg index 26256593..67027392 100644 --- a/icons/printer.svg +++ b/icons/printer.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/prompt.svg b/icons/prompt.svg index 285de877..55b63f17 100644 --- a/icons/prompt.svg +++ b/icons/prompt.svg @@ -1,4 +1,5 @@ + diff --git a/icons/puzzle.svg b/icons/puzzle.svg index a787dfc7..58d1275d 100644 --- a/icons/puzzle.svg +++ b/icons/puzzle.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/qrcode.svg b/icons/qrcode.svg index ac6c3ecc..46a5adfe 100644 --- a/icons/qrcode.svg +++ b/icons/qrcode.svg @@ -1,4 +1,5 @@ + diff --git a/icons/refresh.svg b/icons/refresh.svg index 9a11aea5..28ad85be 100644 --- a/icons/refresh.svg +++ b/icons/refresh.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/registered.svg b/icons/registered.svg index c05284ef..3708c095 100644 --- a/icons/registered.svg +++ b/icons/registered.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/rotate-clockwise.svg b/icons/rotate-clockwise.svg index cb9167ed..14429476 100644 --- a/icons/rotate-clockwise.svg +++ b/icons/rotate-clockwise.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/rotate.svg b/icons/rotate.svg index 59c5c977..9e6cc028 100644 --- a/icons/rotate.svg +++ b/icons/rotate.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/route.svg b/icons/route.svg index 8c0973ee..60f3634e 100644 --- a/icons/route.svg +++ b/icons/route.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/router.svg b/icons/router.svg index 0b4111dd..dda92807 100644 --- a/icons/router.svg +++ b/icons/router.svg @@ -1,10 +1,11 @@ + - - + + diff --git a/icons/rss.svg b/icons/rss.svg index 619a8fb5..6801e722 100644 --- a/icons/rss.svg +++ b/icons/rss.svg @@ -1,4 +1,5 @@ + diff --git a/icons/search.svg b/icons/search.svg index 5fde9316..c504fa4b 100644 --- a/icons/search.svg +++ b/icons/search.svg @@ -1,4 +1,5 @@ + diff --git a/icons/selector.svg b/icons/selector.svg index 856959c2..989514cf 100644 --- a/icons/selector.svg +++ b/icons/selector.svg @@ -1,4 +1,5 @@ + diff --git a/icons/send.svg b/icons/send.svg index 2c3c12ef..3666b9fd 100644 --- a/icons/send.svg +++ b/icons/send.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/server.svg b/icons/server.svg index b34fd465..3885325e 100644 --- a/icons/server.svg +++ b/icons/server.svg @@ -1,4 +1,5 @@ + diff --git a/icons/settings.svg b/icons/settings.svg index cba2055e..518097c3 100644 --- a/icons/settings.svg +++ b/icons/settings.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/share.svg b/icons/share.svg index 1a944fd1..e48f3b27 100644 --- a/icons/share.svg +++ b/icons/share.svg @@ -1,4 +1,5 @@ + diff --git a/icons/shield-check.svg b/icons/shield-check.svg index 55848be0..d2f6f6e7 100644 --- a/icons/shield-check.svg +++ b/icons/shield-check.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/shield-x.svg b/icons/shield-x.svg index 532476f2..dd29d14f 100644 --- a/icons/shield-x.svg +++ b/icons/shield-x.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/shield.svg b/icons/shield.svg index b9c14b33..faf44269 100644 --- a/icons/shield.svg +++ b/icons/shield.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/shopping-cart.svg b/icons/shopping-cart.svg index 06598d42..c4621134 100644 --- a/icons/shopping-cart.svg +++ b/icons/shopping-cart.svg @@ -1,7 +1,8 @@ + - + diff --git a/icons/sort-ascending.svg b/icons/sort-ascending.svg index cb8fc64d..9954e7d7 100644 --- a/icons/sort-ascending.svg +++ b/icons/sort-ascending.svg @@ -1,4 +1,5 @@ + diff --git a/icons/sort-descending.svg b/icons/sort-descending.svg index 9f1940ae..8edc3403 100644 --- a/icons/sort-descending.svg +++ b/icons/sort-descending.svg @@ -1,4 +1,5 @@ + diff --git a/icons/square-check.svg b/icons/square-check.svg index 0d8113fb..764ce0f8 100644 --- a/icons/square-check.svg +++ b/icons/square-check.svg @@ -1,4 +1,5 @@ + diff --git a/icons/square-minus.svg b/icons/square-minus.svg index cb275be6..b36dff7d 100644 --- a/icons/square-minus.svg +++ b/icons/square-minus.svg @@ -1,4 +1,5 @@ + diff --git a/icons/square-plus.svg b/icons/square-plus.svg index 28e5d9ba..b197213c 100644 --- a/icons/square-plus.svg +++ b/icons/square-plus.svg @@ -1,4 +1,5 @@ + diff --git a/icons/square-x.svg b/icons/square-x.svg index 34b560c8..4c3b3da7 100644 --- a/icons/square-x.svg +++ b/icons/square-x.svg @@ -1,4 +1,5 @@ + diff --git a/icons/square.svg b/icons/square.svg index 1d9be329..3ad3e795 100644 --- a/icons/square.svg +++ b/icons/square.svg @@ -1,4 +1,5 @@ + diff --git a/icons/star.svg b/icons/star.svg index 7a598e67..940843be 100644 --- a/icons/star.svg +++ b/icons/star.svg @@ -1,4 +1,5 @@ + diff --git a/icons/sticker.svg b/icons/sticker.svg index ed196c7a..888d3497 100644 --- a/icons/sticker.svg +++ b/icons/sticker.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/sun.svg b/icons/sun.svg index 1b37d9d4..5c59dd9f 100644 --- a/icons/sun.svg +++ b/icons/sun.svg @@ -1,4 +1,5 @@ + diff --git a/icons/switch-horizontal.svg b/icons/switch-horizontal.svg index 6a7cdbb6..ff5be40d 100644 --- a/icons/switch-horizontal.svg +++ b/icons/switch-horizontal.svg @@ -1,4 +1,5 @@ + diff --git a/icons/switch-vertical.svg b/icons/switch-vertical.svg index 3b832e3d..480ecb1d 100644 --- a/icons/switch-vertical.svg +++ b/icons/switch-vertical.svg @@ -1,4 +1,5 @@ + diff --git a/icons/switch.svg b/icons/switch.svg index 70e08033..a88a6454 100644 --- a/icons/switch.svg +++ b/icons/switch.svg @@ -1,4 +1,5 @@ + diff --git a/icons/tag.svg b/icons/tag.svg index 78b63342..eb642210 100644 --- a/icons/tag.svg +++ b/icons/tag.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/target.svg b/icons/target.svg index 8d0f1f93..11d2a7ee 100644 --- a/icons/target.svg +++ b/icons/target.svg @@ -1,4 +1,5 @@ + diff --git a/icons/temperature-celsius.svg b/icons/temperature-celsius.svg new file mode 100644 index 00000000..d20093ee --- /dev/null +++ b/icons/temperature-celsius.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/temperature-fahrenheit.svg b/icons/temperature-fahrenheit.svg new file mode 100644 index 00000000..1842f8fd --- /dev/null +++ b/icons/temperature-fahrenheit.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/temperature.svg b/icons/temperature.svg new file mode 100644 index 00000000..35ad86a7 --- /dev/null +++ b/icons/temperature.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/test-pipe.svg b/icons/test-pipe.svg index d921e368..d0d763f4 100644 --- a/icons/test-pipe.svg +++ b/icons/test-pipe.svg @@ -1,7 +1,8 @@ - + + - + diff --git a/icons/thumb-down.svg b/icons/thumb-down.svg index ac08bb37..306f2bef 100644 --- a/icons/thumb-down.svg +++ b/icons/thumb-down.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/thumb-up.svg b/icons/thumb-up.svg index 79ec3612..c1f050a6 100644 --- a/icons/thumb-up.svg +++ b/icons/thumb-up.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/ticket.svg b/icons/ticket.svg index d939e58a..08f7cab9 100644 --- a/icons/ticket.svg +++ b/icons/ticket.svg @@ -1,8 +1,9 @@ + - + diff --git a/icons/toggle-left.svg b/icons/toggle-left.svg index 1840679d..26f40b44 100644 --- a/icons/toggle-left.svg +++ b/icons/toggle-left.svg @@ -1,4 +1,5 @@ + diff --git a/icons/toggle-right.svg b/icons/toggle-right.svg index 3833e5e7..b54fd0bb 100644 --- a/icons/toggle-right.svg +++ b/icons/toggle-right.svg @@ -1,4 +1,5 @@ + diff --git a/icons/tool.svg b/icons/tool.svg index 6208a4b0..df9dfa0f 100644 --- a/icons/tool.svg +++ b/icons/tool.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/trash.svg b/icons/trash.svg index ed2a7b10..658d6195 100644 --- a/icons/trash.svg +++ b/icons/trash.svg @@ -1,9 +1,10 @@ + - - + + diff --git a/icons/trending-down.svg b/icons/trending-down.svg index 54beb295..f3d33453 100644 --- a/icons/trending-down.svg +++ b/icons/trending-down.svg @@ -1,4 +1,5 @@ + diff --git a/icons/trending-up.svg b/icons/trending-up.svg index 1dd05904..931d32e0 100644 --- a/icons/trending-up.svg +++ b/icons/trending-up.svg @@ -1,4 +1,5 @@ + diff --git a/icons/triangle.svg b/icons/triangle.svg index 350597c2..9b9b7e33 100644 --- a/icons/triangle.svg +++ b/icons/triangle.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/trophy.svg b/icons/trophy.svg index d305d12d..458747e9 100644 --- a/icons/trophy.svg +++ b/icons/trophy.svg @@ -1,8 +1,9 @@ + - + diff --git a/icons/unlink.svg b/icons/unlink.svg index 5c31e34b..25cc6f0a 100644 --- a/icons/unlink.svg +++ b/icons/unlink.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/upload.svg b/icons/upload.svg index c1b0b0d5..bfea0cb6 100644 --- a/icons/upload.svg +++ b/icons/upload.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/urgent.svg b/icons/urgent.svg index d62bd4e3..9c7acdd4 100644 --- a/icons/urgent.svg +++ b/icons/urgent.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/user-check.svg b/icons/user-check.svg index 767aa063..99eb85db 100644 --- a/icons/user-check.svg +++ b/icons/user-check.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/user-minus.svg b/icons/user-minus.svg index e11ab9e2..5787c4c9 100644 --- a/icons/user-minus.svg +++ b/icons/user-minus.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/user-plus.svg b/icons/user-plus.svg index 01bd1e48..d525d7e1 100644 --- a/icons/user-plus.svg +++ b/icons/user-plus.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/user-x.svg b/icons/user-x.svg index 61e612fb..ddd31393 100644 --- a/icons/user-x.svg +++ b/icons/user-x.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/user.svg b/icons/user.svg index f4e57933..e8e2ce66 100644 --- a/icons/user.svg +++ b/icons/user.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/viewfinder.svg b/icons/viewfinder.svg index c8716b41..a3b8ca0f 100644 --- a/icons/viewfinder.svg +++ b/icons/viewfinder.svg @@ -1,4 +1,5 @@ + diff --git a/icons/volume-2.svg b/icons/volume-2.svg index 3bbc7cda..c236c91c 100644 --- a/icons/volume-2.svg +++ b/icons/volume-2.svg @@ -1,6 +1,7 @@ - - + + + diff --git a/icons/volume-3.svg b/icons/volume-3.svg index f3cda93a..5e07f031 100644 --- a/icons/volume-3.svg +++ b/icons/volume-3.svg @@ -1,5 +1,6 @@ - + + diff --git a/icons/volume.svg b/icons/volume.svg index f066f3fe..d500f856 100644 --- a/icons/volume.svg +++ b/icons/volume.svg @@ -1,7 +1,8 @@ - - - + + + + diff --git a/icons/wifi.svg b/icons/wifi.svg index f27c2671..69050b1b 100644 --- a/icons/wifi.svg +++ b/icons/wifi.svg @@ -1,7 +1,8 @@ + - - + + diff --git a/icons/woman.svg b/icons/woman.svg index d02ba0db..a2cc950a 100644 --- a/icons/woman.svg +++ b/icons/woman.svg @@ -1,6 +1,7 @@ + - + diff --git a/icons/world.svg b/icons/world.svg index f12a0787..a7e0ed9a 100644 --- a/icons/world.svg +++ b/icons/world.svg @@ -1,8 +1,9 @@ + - - + + diff --git a/icons/x.svg b/icons/x.svg index 4f13ed43..cc768014 100644 --- a/icons/x.svg +++ b/icons/x.svg @@ -1,4 +1,5 @@ + diff --git a/icons/zoom-in.svg b/icons/zoom-in.svg index c8f1d51a..227cfd67 100644 --- a/icons/zoom-in.svg +++ b/icons/zoom-in.svg @@ -1,4 +1,5 @@ + diff --git a/icons/zoom-out.svg b/icons/zoom-out.svg index 2d96c2f5..9c05ac9a 100644 --- a/icons/zoom-out.svg +++ b/icons/zoom-out.svg @@ -1,4 +1,5 @@ + diff --git a/src/_icons/alert-triangle.svg b/src/_icons/alert-triangle.svg index 82088744..062b3af5 100644 --- a/src/_icons/alert-triangle.svg +++ b/src/_icons/alert-triangle.svg @@ -3,5 +3,5 @@ tags: [warning, danger] --- - + diff --git a/src/_icons/archive.svg b/src/_icons/archive.svg index cd5c1697..886625ed 100644 --- a/src/_icons/archive.svg +++ b/src/_icons/archive.svg @@ -3,6 +3,6 @@ tags: [box, index] --- - + diff --git a/src/_icons/at.svg b/src/_icons/at.svg index 8fd88015..19b0667b 100644 --- a/src/_icons/at.svg +++ b/src/_icons/at.svg @@ -3,5 +3,5 @@ tags: [email, message, mention, sign, "@"] --- - + diff --git a/src/_icons/backspace.svg b/src/_icons/backspace.svg index ab1ff061..0bc5ce46 100644 --- a/src/_icons/backspace.svg +++ b/src/_icons/backspace.svg @@ -2,6 +2,6 @@ tags: [delete] --- - + diff --git a/src/_icons/battery-1.svg b/src/_icons/battery-1.svg index a2ddc0be..da72e2b5 100644 --- a/src/_icons/battery-1.svg +++ b/src/_icons/battery-1.svg @@ -2,6 +2,6 @@ tags: [energy, power, electricity] --- - + diff --git a/src/_icons/battery-2.svg b/src/_icons/battery-2.svg index 7df11fca..8e86792d 100644 --- a/src/_icons/battery-2.svg +++ b/src/_icons/battery-2.svg @@ -2,7 +2,7 @@ tags: [energy, power, electricity] --- - + diff --git a/src/_icons/battery-3.svg b/src/_icons/battery-3.svg index 38d33c51..21cce9ed 100644 --- a/src/_icons/battery-3.svg +++ b/src/_icons/battery-3.svg @@ -2,7 +2,7 @@ tags: [energy, power, electricity] --- - + diff --git a/src/_icons/battery-4.svg b/src/_icons/battery-4.svg index bd4316e8..ef23ce7d 100644 --- a/src/_icons/battery-4.svg +++ b/src/_icons/battery-4.svg @@ -2,7 +2,7 @@ tags: [energy, power, electricity] --- - + diff --git a/src/_icons/battery-charging.svg b/src/_icons/battery-charging.svg index 4789cc95..a1a304b1 100644 --- a/src/_icons/battery-charging.svg +++ b/src/_icons/battery-charging.svg @@ -2,7 +2,7 @@ tags: [charge, energy, power, electricity] --- - - + + diff --git a/src/_icons/battery.svg b/src/_icons/battery.svg index c7990aea..8bd28826 100644 --- a/src/_icons/battery.svg +++ b/src/_icons/battery.svg @@ -2,5 +2,5 @@ tags: [energy, power, electricity] --- - + diff --git a/src/_icons/bell.svg b/src/_icons/bell.svg index 447e5718..16d8fbfe 100644 --- a/src/_icons/bell.svg +++ b/src/_icons/bell.svg @@ -2,6 +2,6 @@ tags: [alarm, sound, notification] --- - - + + diff --git a/src/_icons/book.svg b/src/_icons/book.svg index 5fdb484e..b5630419 100644 --- a/src/_icons/book.svg +++ b/src/_icons/book.svg @@ -2,8 +2,8 @@ tags: [read, dictionary, magazine, library, booklet] --- - - + + diff --git a/src/_icons/bookmark.svg b/src/_icons/bookmark.svg index 9f087843..13ef8fc0 100644 --- a/src/_icons/bookmark.svg +++ b/src/_icons/bookmark.svg @@ -2,5 +2,5 @@ tags: [read, clip, marker, tag] --- - + diff --git a/src/_icons/briefcase.svg b/src/_icons/briefcase.svg index 35ec7aa2..c59e0392 100644 --- a/src/_icons/briefcase.svg +++ b/src/_icons/briefcase.svg @@ -3,7 +3,7 @@ tags: [bag, baggage] --- - + - + diff --git a/src/_icons/bucket.svg b/src/_icons/bucket.svg index 37716e3e..25e33e17 100644 --- a/src/_icons/bucket.svg +++ b/src/_icons/bucket.svg @@ -2,6 +2,6 @@ tags: [collection] --- - - + + diff --git a/src/_icons/bulb-off.svg b/src/_icons/bulb-off.svg index cd6df2af..87f66775 100644 --- a/src/_icons/bulb-off.svg +++ b/src/_icons/bulb-off.svg @@ -2,6 +2,6 @@ tags: [energy, power, electricity, creativity] --- - + diff --git a/src/_icons/bulb.svg b/src/_icons/bulb.svg index 84818ab3..4883d2c0 100644 --- a/src/_icons/bulb.svg +++ b/src/_icons/bulb.svg @@ -3,6 +3,6 @@ tags: [energy, power, electricity, creativity] --- - + diff --git a/src/_icons/camera.svg b/src/_icons/camera.svg index 94285c10..3b883ab2 100644 --- a/src/_icons/camera.svg +++ b/src/_icons/camera.svg @@ -2,6 +2,6 @@ tags: [video, photo, aperture] --- - + diff --git a/src/_icons/cash.svg b/src/_icons/cash.svg index 26a41b73..8eaaaa04 100644 --- a/src/_icons/cash.svg +++ b/src/_icons/cash.svg @@ -4,5 +4,5 @@ tags: [currency, payment] - + diff --git a/src/_icons/cast.svg b/src/_icons/cast.svg index e388a034..02a180f4 100644 --- a/src/_icons/cast.svg +++ b/src/_icons/cast.svg @@ -3,7 +3,7 @@ tags: [broadcast, stream, mirroring, apple, airplay, chromecast] --- - - - + + + diff --git a/src/_icons/chart-donut.svg b/src/_icons/chart-donut.svg index ff245f8f..29796ac1 100644 --- a/src/_icons/chart-donut.svg +++ b/src/_icons/chart-donut.svg @@ -2,6 +2,6 @@ tags: [statistics, diagram, graph, rhythm, data, analysis] --- - - + + diff --git a/src/_icons/chart-pie.svg b/src/_icons/chart-pie.svg index ea8c9869..8b1fdb67 100644 --- a/src/_icons/chart-pie.svg +++ b/src/_icons/chart-pie.svg @@ -2,6 +2,6 @@ tags: [statistics, diagram, graph, rhythm, data, analysis] --- - - + + diff --git a/src/_icons/clipboard-check.svg b/src/_icons/clipboard-check.svg index 0fdd277d..f54f95b4 100644 --- a/src/_icons/clipboard-check.svg +++ b/src/_icons/clipboard-check.svg @@ -2,7 +2,7 @@ tags: [copy, "yes"] --- - + diff --git a/src/_icons/clipboard-list.svg b/src/_icons/clipboard-list.svg index c55df69d..61303d99 100644 --- a/src/_icons/clipboard-list.svg +++ b/src/_icons/clipboard-list.svg @@ -2,7 +2,7 @@ tags: [copy, items] --- - + diff --git a/src/_icons/clipboard-x.svg b/src/_icons/clipboard-x.svg index 776039dc..0dda2404 100644 --- a/src/_icons/clipboard-x.svg +++ b/src/_icons/clipboard-x.svg @@ -2,7 +2,7 @@ tags: [copy, "no"] --- - + diff --git a/src/_icons/clipboard.svg b/src/_icons/clipboard.svg index 95658da0..9e1681fe 100644 --- a/src/_icons/clipboard.svg +++ b/src/_icons/clipboard.svg @@ -2,6 +2,6 @@ tags: [copy] --- - + diff --git a/src/_icons/cloud-download.svg b/src/_icons/cloud-download.svg index e53a4b14..d6699688 100644 --- a/src/_icons/cloud-download.svg +++ b/src/_icons/cloud-download.svg @@ -2,7 +2,7 @@ tags: [files] --- - + diff --git a/src/_icons/cloud-rain.svg b/src/_icons/cloud-rain.svg index 52902c1d..04db01d3 100644 --- a/src/_icons/cloud-rain.svg +++ b/src/_icons/cloud-rain.svg @@ -2,6 +2,6 @@ tags: [weather, dry] --- - + diff --git a/src/_icons/cloud-snow.svg b/src/_icons/cloud-snow.svg index 3a3e8e61..d6d4b15d 100644 --- a/src/_icons/cloud-snow.svg +++ b/src/_icons/cloud-snow.svg @@ -2,6 +2,6 @@ tags: [weather, blizzard] --- - + diff --git a/src/_icons/cloud-storm.svg b/src/_icons/cloud-storm.svg index 04e03192..5bde1ea6 100644 --- a/src/_icons/cloud-storm.svg +++ b/src/_icons/cloud-storm.svg @@ -2,6 +2,6 @@ tags: [weather, lightning] --- - + diff --git a/src/_icons/cloud-upload.svg b/src/_icons/cloud-upload.svg index 92493e61..56cd4259 100644 --- a/src/_icons/cloud-upload.svg +++ b/src/_icons/cloud-upload.svg @@ -2,7 +2,7 @@ tags: [files] --- - + diff --git a/src/_icons/cloud.svg b/src/_icons/cloud.svg index 82f3ca78..2bdaaa66 100644 --- a/src/_icons/cloud.svg +++ b/src/_icons/cloud.svg @@ -2,5 +2,5 @@ tags: [weather, online] --- - + diff --git a/src/_icons/command.svg b/src/_icons/command.svg index 4ca2c19b..7fd83d5d 100644 --- a/src/_icons/command.svg +++ b/src/_icons/command.svg @@ -2,5 +2,5 @@ tags: [apple, key, keyboard, cmd] --- - + diff --git a/src/_icons/copy.svg b/src/_icons/copy.svg index 4579a8fc..8ef8f7d3 100644 --- a/src/_icons/copy.svg +++ b/src/_icons/copy.svg @@ -3,5 +3,5 @@ tags: [clipboard, clone, duplicate] --- - + diff --git a/src/_icons/copyright.svg b/src/_icons/copyright.svg index 940278b5..ef4bf253 100644 --- a/src/_icons/copyright.svg +++ b/src/_icons/copyright.svg @@ -3,5 +3,5 @@ tags: [licence, license] --- - + diff --git a/src/_icons/corner-down-left.svg b/src/_icons/corner-down-left.svg index 9c6730b8..69d4e375 100644 --- a/src/_icons/corner-down-left.svg +++ b/src/_icons/corner-down-left.svg @@ -2,5 +2,5 @@ tags: [move, arrow] --- - + diff --git a/src/_icons/corner-down-right.svg b/src/_icons/corner-down-right.svg index d66e6b7a..9f3251f2 100644 --- a/src/_icons/corner-down-right.svg +++ b/src/_icons/corner-down-right.svg @@ -2,5 +2,5 @@ tags: [move, arrow] --- - + diff --git a/src/_icons/corner-left-down.svg b/src/_icons/corner-left-down.svg index 675ae711..94f2daaa 100644 --- a/src/_icons/corner-left-down.svg +++ b/src/_icons/corner-left-down.svg @@ -2,5 +2,5 @@ tags: [move, arrow] --- - + diff --git a/src/_icons/corner-left-up.svg b/src/_icons/corner-left-up.svg index a38147a0..3b165a96 100644 --- a/src/_icons/corner-left-up.svg +++ b/src/_icons/corner-left-up.svg @@ -2,5 +2,5 @@ tags: [move, arrow] --- - + diff --git a/src/_icons/corner-right-down.svg b/src/_icons/corner-right-down.svg index d894a705..dd3e8985 100644 --- a/src/_icons/corner-right-down.svg +++ b/src/_icons/corner-right-down.svg @@ -2,5 +2,5 @@ tags: [move, arrow] --- - + diff --git a/src/_icons/corner-right-up.svg b/src/_icons/corner-right-up.svg index 8204cd2d..447170d7 100644 --- a/src/_icons/corner-right-up.svg +++ b/src/_icons/corner-right-up.svg @@ -2,5 +2,5 @@ tags: [move, arrow] --- - + diff --git a/src/_icons/corner-up-left.svg b/src/_icons/corner-up-left.svg index 07f430fb..18d3f51b 100644 --- a/src/_icons/corner-up-left.svg +++ b/src/_icons/corner-up-left.svg @@ -2,5 +2,5 @@ tags: [move, arrow] --- - + diff --git a/src/_icons/corner-up-right.svg b/src/_icons/corner-up-right.svg index b7d59763..79cb4fcd 100644 --- a/src/_icons/corner-up-right.svg +++ b/src/_icons/corner-up-right.svg @@ -2,5 +2,5 @@ tags: [move, arrow] --- - + diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg index cbd21607..10a0ec06 100644 --- a/src/_icons/dashboard.svg +++ b/src/_icons/dashboard.svg @@ -4,5 +4,5 @@ tags: [home, car] - + diff --git a/src/_icons/database.svg b/src/_icons/database.svg index 46b2f3f2..e7eed0b6 100644 --- a/src/_icons/database.svg +++ b/src/_icons/database.svg @@ -3,6 +3,6 @@ tags: [storage, data, memory] --- - - + + diff --git a/src/_icons/disabled.svg b/src/_icons/disabled.svg index 802f8d8e..fd9c72a0 100644 --- a/src/_icons/disabled.svg +++ b/src/_icons/disabled.svg @@ -5,5 +5,5 @@ tags: [wheelchair] - + diff --git a/src/_icons/download.svg b/src/_icons/download.svg index 04eddc99..b862e291 100644 --- a/src/_icons/download.svg +++ b/src/_icons/download.svg @@ -2,7 +2,7 @@ tags: [save, arrow] --- - + diff --git a/src/_icons/droplet.svg b/src/_icons/droplet.svg index c2fe8104..f2ecd144 100644 --- a/src/_icons/droplet.svg +++ b/src/_icons/droplet.svg @@ -2,5 +2,5 @@ tags: [water] --- - + diff --git a/src/_icons/edit.svg b/src/_icons/edit.svg index 07b42d92..1bc8b10c 100644 --- a/src/_icons/edit.svg +++ b/src/_icons/edit.svg @@ -2,6 +2,6 @@ tags: [pencil, change] --- - - + + diff --git a/src/_icons/external-link.svg b/src/_icons/external-link.svg index 02c11276..693611d0 100644 --- a/src/_icons/external-link.svg +++ b/src/_icons/external-link.svg @@ -2,7 +2,7 @@ tags: [connection, outbound] --- - + diff --git a/src/_icons/eye.svg b/src/_icons/eye.svg index 80b73e2e..864f3a06 100644 --- a/src/_icons/eye.svg +++ b/src/_icons/eye.svg @@ -3,6 +3,6 @@ tags: [view, watch] --- - - + + diff --git a/src/_icons/face-id.svg b/src/_icons/face-id.svg index 2ee5dec4..46b422a1 100644 --- a/src/_icons/face-id.svg +++ b/src/_icons/face-id.svg @@ -2,11 +2,11 @@ tags: [apple, iphone, ipad] --- - - - - + + + + - + diff --git a/src/_icons/file-check.svg b/src/_icons/file-check.svg index da71343d..6b36c38f 100644 --- a/src/_icons/file-check.svg +++ b/src/_icons/file-check.svg @@ -3,6 +3,6 @@ tags: ["yes"] --- - + diff --git a/src/_icons/file-download.svg b/src/_icons/file-download.svg index db596e82..bb43bf34 100644 --- a/src/_icons/file-download.svg +++ b/src/_icons/file-download.svg @@ -3,7 +3,7 @@ tags: [] --- - + diff --git a/src/_icons/file-minus.svg b/src/_icons/file-minus.svg index 544de063..0eef13d1 100644 --- a/src/_icons/file-minus.svg +++ b/src/_icons/file-minus.svg @@ -3,6 +3,6 @@ tags: [remove] --- - + diff --git a/src/_icons/file-music.svg b/src/_icons/file-music.svg index d52c1d71..58cfe55f 100644 --- a/src/_icons/file-music.svg +++ b/src/_icons/file-music.svg @@ -3,7 +3,7 @@ tags: [mp3, wma, wav] --- - + diff --git a/src/_icons/file-plus.svg b/src/_icons/file-plus.svg index d4487191..a41b3bd0 100644 --- a/src/_icons/file-plus.svg +++ b/src/_icons/file-plus.svg @@ -3,7 +3,7 @@ tags: [add, create, new] --- - + diff --git a/src/_icons/file-shredder.svg b/src/_icons/file-shredder.svg index 602be8c4..365ca907 100644 --- a/src/_icons/file-shredder.svg +++ b/src/_icons/file-shredder.svg @@ -3,7 +3,7 @@ tags: [shred, destroy, cut] --- - + diff --git a/src/_icons/file-text.svg b/src/_icons/file-text.svg index 2be3ab17..f9d8e17f 100644 --- a/src/_icons/file-text.svg +++ b/src/_icons/file-text.svg @@ -3,7 +3,7 @@ tags: [data, pdf, txt] --- - + diff --git a/src/_icons/file-x.svg b/src/_icons/file-x.svg index d20e18bf..bd58f8b7 100644 --- a/src/_icons/file-x.svg +++ b/src/_icons/file-x.svg @@ -3,6 +3,6 @@ tags: [remove, delete, erase] --- - + diff --git a/src/_icons/file.svg b/src/_icons/file.svg index e756480b..0318b8c7 100644 --- a/src/_icons/file.svg +++ b/src/_icons/file.svg @@ -3,5 +3,5 @@ tags: [paper, new] --- - + diff --git a/src/_icons/filter.svg b/src/_icons/filter.svg index 9c855c74..30212258 100644 --- a/src/_icons/filter.svg +++ b/src/_icons/filter.svg @@ -2,5 +2,5 @@ tags: [funnel, hopper, filtration] --- - + diff --git a/src/_icons/flag.svg b/src/_icons/flag.svg index 1a2ab74c..3ea48226 100644 --- a/src/_icons/flag.svg +++ b/src/_icons/flag.svg @@ -4,6 +4,6 @@ tags: [banner, pin, report, map] - - + + diff --git a/src/_icons/floppy-disk.svg b/src/_icons/floppy-disk.svg index c192b2fd..6d12a9b3 100644 --- a/src/_icons/floppy-disk.svg +++ b/src/_icons/floppy-disk.svg @@ -2,7 +2,7 @@ tags: [save, disk] --- - + diff --git a/src/_icons/folder-minus.svg b/src/_icons/folder-minus.svg index 96322388..14aaa524 100644 --- a/src/_icons/folder-minus.svg +++ b/src/_icons/folder-minus.svg @@ -2,6 +2,6 @@ tags: [directory, dir] --- - + diff --git a/src/_icons/folder-plus.svg b/src/_icons/folder-plus.svg index 8d66a597..32bf0f50 100644 --- a/src/_icons/folder-plus.svg +++ b/src/_icons/folder-plus.svg @@ -2,7 +2,7 @@ tags: [add, create, new, directory, dir] --- - + diff --git a/src/_icons/folder-x.svg b/src/_icons/folder-x.svg index dde68663..8d4beffe 100644 --- a/src/_icons/folder-x.svg +++ b/src/_icons/folder-x.svg @@ -2,6 +2,6 @@ tags: [directory, dir] --- - + diff --git a/src/_icons/folder.svg b/src/_icons/folder.svg index d551a38c..4aff42be 100644 --- a/src/_icons/folder.svg +++ b/src/_icons/folder.svg @@ -2,5 +2,5 @@ tags: [cancel, "no", directory, dir] --- - + diff --git a/src/_icons/folders.svg b/src/_icons/folders.svg index 662ef817..165f5eb8 100644 --- a/src/_icons/folders.svg +++ b/src/_icons/folders.svg @@ -2,6 +2,6 @@ tags: [directory, dir, clone, copy] --- - - + + diff --git a/src/_icons/friends.svg b/src/_icons/friends.svg index 78272a67..78db9dab 100644 --- a/src/_icons/friends.svg +++ b/src/_icons/friends.svg @@ -3,7 +3,7 @@ tags: [people, boy, girl, man, woman] --- - + - + diff --git a/src/_icons/gauge.svg b/src/_icons/gauge.svg index bab0bee6..5c8defe2 100644 --- a/src/_icons/gauge.svg +++ b/src/_icons/gauge.svg @@ -5,5 +5,5 @@ tags: [car, dashboard] - + diff --git a/src/_icons/git-branch.svg b/src/_icons/git-branch.svg index 9fbd87f8..a6585b10 100644 --- a/src/_icons/git-branch.svg +++ b/src/_icons/git-branch.svg @@ -6,6 +6,6 @@ tags: [code, version control, command] - + diff --git a/src/_icons/git-compare.svg b/src/_icons/git-compare.svg index c8cc1288..d00c8061 100644 --- a/src/_icons/git-compare.svg +++ b/src/_icons/git-compare.svg @@ -4,8 +4,8 @@ tags: [code, version control, command] - + - + diff --git a/src/_icons/git-merge.svg b/src/_icons/git-merge.svg index 1a49d5cc..50af3724 100644 --- a/src/_icons/git-merge.svg +++ b/src/_icons/git-merge.svg @@ -6,5 +6,5 @@ tags: [code, version control, command] - + diff --git a/src/_icons/glass-full.svg b/src/_icons/glass-full.svg index 1fd92732..2844830c 100644 --- a/src/_icons/glass-full.svg +++ b/src/_icons/glass-full.svg @@ -4,6 +4,6 @@ tags: [wine, cup, goblet] - - + + diff --git a/src/_icons/glass.svg b/src/_icons/glass.svg index bc00bb6e..3449c452 100644 --- a/src/_icons/glass.svg +++ b/src/_icons/glass.svg @@ -4,5 +4,5 @@ tags: [wine, cup, goblet] - + diff --git a/src/_icons/headphones.svg b/src/_icons/headphones.svg index e1545ab7..cc71aefb 100644 --- a/src/_icons/headphones.svg +++ b/src/_icons/headphones.svg @@ -4,5 +4,5 @@ tags: [music, headset, audio, sound] - + diff --git a/src/_icons/heart.svg b/src/_icons/heart.svg index 0b680a0e..975f0f4c 100644 --- a/src/_icons/heart.svg +++ b/src/_icons/heart.svg @@ -2,5 +2,5 @@ tags: [love, emotion, like, favorite] --- - + diff --git a/src/_icons/home.svg b/src/_icons/home.svg index 2af13fa1..580da220 100644 --- a/src/_icons/home.svg +++ b/src/_icons/home.svg @@ -3,6 +3,6 @@ tags: [house, dashboard, living] --- - - + + diff --git a/src/_icons/ice-cream.svg b/src/_icons/ice-cream.svg index 00fd5da3..a2b936bd 100644 --- a/src/_icons/ice-cream.svg +++ b/src/_icons/ice-cream.svg @@ -4,5 +4,5 @@ tags: [candy] - + diff --git a/src/_icons/layers-difference.svg b/src/_icons/layers-difference.svg index 89607826..e1a952cc 100644 --- a/src/_icons/layers-difference.svg +++ b/src/_icons/layers-difference.svg @@ -2,6 +2,6 @@ tags: [stack] --- - + diff --git a/src/_icons/layers-subtract.svg b/src/_icons/layers-subtract.svg index e468b7d4..ed57b1b3 100644 --- a/src/_icons/layers-subtract.svg +++ b/src/_icons/layers-subtract.svg @@ -3,5 +3,5 @@ tags: [stack] --- - + diff --git a/src/_icons/layers-union.svg b/src/_icons/layers-union.svg index d8680d1c..fe68c62c 100644 --- a/src/_icons/layers-union.svg +++ b/src/_icons/layers-union.svg @@ -2,5 +2,5 @@ tags: [stack, join] --- - + diff --git a/src/_icons/lego.svg b/src/_icons/lego.svg index 0be88396..4fc50339 100644 --- a/src/_icons/lego.svg +++ b/src/_icons/lego.svg @@ -4,6 +4,6 @@ tags: [toy, boy, face] - - + + diff --git a/src/_icons/link.svg b/src/_icons/link.svg index abdcb2d7..e4f230fc 100644 --- a/src/_icons/link.svg +++ b/src/_icons/link.svg @@ -2,6 +2,6 @@ tags: [chain, url, connection, address] --- - - + + diff --git a/src/_icons/location.svg b/src/_icons/location.svg index f746635f..2443914c 100644 --- a/src/_icons/location.svg +++ b/src/_icons/location.svg @@ -2,5 +2,5 @@ tags: [navigation, map, direction, discover, travel] --- - + diff --git a/src/_icons/lock-open.svg b/src/_icons/lock-open.svg index 9dac9572..f0471805 100644 --- a/src/_icons/lock-open.svg +++ b/src/_icons/lock-open.svg @@ -4,5 +4,5 @@ tags: [security, password, secure, unprotected] - + diff --git a/src/_icons/lock.svg b/src/_icons/lock.svg index df086430..0c3870c8 100644 --- a/src/_icons/lock.svg +++ b/src/_icons/lock.svg @@ -4,5 +4,5 @@ tags: [security, password, secure] - + diff --git a/src/_icons/magnet.svg b/src/_icons/magnet.svg index c6813717..ac763561 100644 --- a/src/_icons/magnet.svg +++ b/src/_icons/magnet.svg @@ -2,7 +2,7 @@ tags: [] --- - + diff --git a/src/_icons/mail-opened.svg b/src/_icons/mail-opened.svg index d3001c3f..ef8ce307 100644 --- a/src/_icons/mail-opened.svg +++ b/src/_icons/mail-opened.svg @@ -3,7 +3,7 @@ tags: [inbox, gmail, email, envelope, message, read] --- - + diff --git a/src/_icons/man.svg b/src/_icons/man.svg index 94006ed4..eadc5c8c 100644 --- a/src/_icons/man.svg +++ b/src/_icons/man.svg @@ -3,5 +3,5 @@ tags: [guy, boy, male, gender] --- - + diff --git a/src/_icons/map-2.svg b/src/_icons/map-2.svg index 9be98465..79899661 100644 --- a/src/_icons/map-2.svg +++ b/src/_icons/map-2.svg @@ -3,7 +3,7 @@ tags: [navigation, location, travel, pin, position, marker] --- - + diff --git a/src/_icons/map-pin.svg b/src/_icons/map-pin.svg index aeff6b40..a83b6c32 100644 --- a/src/_icons/map-pin.svg +++ b/src/_icons/map-pin.svg @@ -3,5 +3,5 @@ tags: [navigation, location, travel, pin, position, marker] --- - + diff --git a/src/_icons/maximize.svg b/src/_icons/maximize.svg index c7711e66..9fac0b26 100644 --- a/src/_icons/maximize.svg +++ b/src/_icons/maximize.svg @@ -2,8 +2,8 @@ tags: [fullscreen] --- - - - - + + + + diff --git a/src/_icons/message-2.svg b/src/_icons/message-2.svg index 61a6737f..43b96584 100644 --- a/src/_icons/message-2.svg +++ b/src/_icons/message-2.svg @@ -2,7 +2,7 @@ tags: [comment, chat, reply] --- - + diff --git a/src/_icons/message-circle.svg b/src/_icons/message-circle.svg index 9fbd6896..b4316bb0 100644 --- a/src/_icons/message-circle.svg +++ b/src/_icons/message-circle.svg @@ -2,7 +2,7 @@ tags: [comment, chat, reply] --- - + diff --git a/src/_icons/message-dots.svg b/src/_icons/message-dots.svg index 0781e2dc..37025cc7 100644 --- a/src/_icons/message-dots.svg +++ b/src/_icons/message-dots.svg @@ -2,7 +2,7 @@ tags: [comment, chat, reply] --- - + diff --git a/src/_icons/message.svg b/src/_icons/message.svg index ab9ccdd7..2650737f 100644 --- a/src/_icons/message.svg +++ b/src/_icons/message.svg @@ -2,7 +2,7 @@ tags: [comment, chat, reply] --- - + diff --git a/src/_icons/microphone.svg b/src/_icons/microphone.svg index e01bab85..3db606d0 100644 --- a/src/_icons/microphone.svg +++ b/src/_icons/microphone.svg @@ -3,7 +3,7 @@ tags: [record, sound, listen] --- - + diff --git a/src/_icons/minimize.svg b/src/_icons/minimize.svg index 4efdd6fd..4efa8ef8 100644 --- a/src/_icons/minimize.svg +++ b/src/_icons/minimize.svg @@ -2,8 +2,8 @@ tags: [exit, close] --- - - - - + + + + diff --git a/src/_icons/mood-confuzed.svg b/src/_icons/mood-confuzed.svg index f7aba83c..9bdf7116 100644 --- a/src/_icons/mood-confuzed.svg +++ b/src/_icons/mood-confuzed.svg @@ -5,5 +5,5 @@ tags: [face, emoji, emotion, frown] - + diff --git a/src/_icons/mood-happy.svg b/src/_icons/mood-happy.svg index 07fd70a2..f905c6c3 100644 --- a/src/_icons/mood-happy.svg +++ b/src/_icons/mood-happy.svg @@ -5,5 +5,5 @@ tags: [face, emoji, emotion] - + diff --git a/src/_icons/mood-sad.svg b/src/_icons/mood-sad.svg index b801746b..5bc5ef24 100644 --- a/src/_icons/mood-sad.svg +++ b/src/_icons/mood-sad.svg @@ -5,5 +5,5 @@ tags: [face, emoji, emotion, mad] - + diff --git a/src/_icons/mood-smile.svg b/src/_icons/mood-smile.svg index 91f17035..eafd0bea 100644 --- a/src/_icons/mood-smile.svg +++ b/src/_icons/mood-smile.svg @@ -5,5 +5,5 @@ tags: [face, emoji, emotion] - + diff --git a/src/_icons/moon.svg b/src/_icons/moon.svg index ffad1ba1..40734e84 100644 --- a/src/_icons/moon.svg +++ b/src/_icons/moon.svg @@ -2,5 +2,5 @@ tags: [night, dark mode] --- - + diff --git a/src/_icons/news.svg b/src/_icons/news.svg index cab799d3..077d7ada 100644 --- a/src/_icons/news.svg +++ b/src/_icons/news.svg @@ -2,7 +2,7 @@ tags: [newspaper, article] --- - + diff --git a/src/_icons/notification.svg b/src/_icons/notification.svg index 91714fb7..c12bd08d 100644 --- a/src/_icons/notification.svg +++ b/src/_icons/notification.svg @@ -2,6 +2,6 @@ tags: [bell, alarm] --- - + diff --git a/src/_icons/paint.svg b/src/_icons/paint.svg index ce4694a9..97bc8c2e 100644 --- a/src/_icons/paint.svg +++ b/src/_icons/paint.svg @@ -3,6 +3,6 @@ tags: [brush] --- - + diff --git a/src/_icons/paperclip.svg b/src/_icons/paperclip.svg index a87a43e4..177be919 100644 --- a/src/_icons/paperclip.svg +++ b/src/_icons/paperclip.svg @@ -2,5 +2,5 @@ tags: [attachment, annex, ] --- - + diff --git a/src/_icons/parking.svg b/src/_icons/parking.svg index c10b0186..4fe5664d 100644 --- a/src/_icons/parking.svg +++ b/src/_icons/parking.svg @@ -3,5 +3,5 @@ tags: [] --- - + diff --git a/src/_icons/phone-call.svg b/src/_icons/phone-call.svg index 9e4a6c02..09b6acd4 100644 --- a/src/_icons/phone-call.svg +++ b/src/_icons/phone-call.svg @@ -2,7 +2,7 @@ tags: [ring] --- - - - + + + diff --git a/src/_icons/phone-incoming.svg b/src/_icons/phone-incoming.svg index b078aba9..26972bb7 100644 --- a/src/_icons/phone-incoming.svg +++ b/src/_icons/phone-incoming.svg @@ -4,5 +4,5 @@ tags: [call] - + diff --git a/src/_icons/phone-outgoing.svg b/src/_icons/phone-outgoing.svg index 9f27e443..cfbc78d6 100644 --- a/src/_icons/phone-outgoing.svg +++ b/src/_icons/phone-outgoing.svg @@ -4,5 +4,5 @@ tags: [call] - + diff --git a/src/_icons/phone-pause.svg b/src/_icons/phone-pause.svg index da680a85..ecf0bc30 100644 --- a/src/_icons/phone-pause.svg +++ b/src/_icons/phone-pause.svg @@ -4,5 +4,5 @@ tags: [call, mute] - + diff --git a/src/_icons/phone.svg b/src/_icons/phone.svg index 8575afd6..de05da2f 100644 --- a/src/_icons/phone.svg +++ b/src/_icons/phone.svg @@ -2,5 +2,5 @@ tags: [call] --- - + diff --git a/src/_icons/photo.svg b/src/_icons/photo.svg index e04621da..34b85fcc 100644 --- a/src/_icons/photo.svg +++ b/src/_icons/photo.svg @@ -4,6 +4,6 @@ tags: [image, picture, landscape] - - + + diff --git a/src/_icons/power.svg b/src/_icons/power.svg index c92fa72d..e5d1f2bf 100644 --- a/src/_icons/power.svg +++ b/src/_icons/power.svg @@ -2,6 +2,6 @@ tags: ["on", "off"] --- - + diff --git a/src/_icons/printer.svg b/src/_icons/printer.svg index 12f26a4c..b772264c 100644 --- a/src/_icons/printer.svg +++ b/src/_icons/printer.svg @@ -2,7 +2,7 @@ tags: [fax, office, device] --- - - + + diff --git a/src/_icons/puzzle.svg b/src/_icons/puzzle.svg index d5d71283..979e4d30 100644 --- a/src/_icons/puzzle.svg +++ b/src/_icons/puzzle.svg @@ -2,5 +2,5 @@ tags: [jigsaw, extension] --- - + diff --git a/src/_icons/refresh.svg b/src/_icons/refresh.svg index 56e08403..c74cadd2 100644 --- a/src/_icons/refresh.svg +++ b/src/_icons/refresh.svg @@ -2,6 +2,6 @@ tags: [synchronization, reload, restart, spinner, loader, ajax, update, arrows] --- - - + + diff --git a/src/_icons/registered.svg b/src/_icons/registered.svg index 516ec0ca..a6fca273 100644 --- a/src/_icons/registered.svg +++ b/src/_icons/registered.svg @@ -3,5 +3,5 @@ tags: [copyright] --- - + diff --git a/src/_icons/rotate-clockwise.svg b/src/_icons/rotate-clockwise.svg index f68ff43a..07a01f39 100644 --- a/src/_icons/rotate-clockwise.svg +++ b/src/_icons/rotate-clockwise.svg @@ -2,5 +2,5 @@ tags: [refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows] --- - + diff --git a/src/_icons/rotate.svg b/src/_icons/rotate.svg index 3fd0667b..c85d9b2e 100644 --- a/src/_icons/rotate.svg +++ b/src/_icons/rotate.svg @@ -2,5 +2,5 @@ tags: [refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows] --- - + diff --git a/src/_icons/route.svg b/src/_icons/route.svg index ca61b948..c945052d 100644 --- a/src/_icons/route.svg +++ b/src/_icons/route.svg @@ -4,5 +4,5 @@ tags: [path, navigation, map] - + diff --git a/src/_icons/router.svg b/src/_icons/router.svg index 0c7ffbe9..3d8cf454 100644 --- a/src/_icons/router.svg +++ b/src/_icons/router.svg @@ -6,6 +6,6 @@ tags: [wifi, device, wireless, signal, station, cast] - - + + diff --git a/src/_icons/send.svg b/src/_icons/send.svg index 7e8ef726..47ba7255 100644 --- a/src/_icons/send.svg +++ b/src/_icons/send.svg @@ -3,5 +3,5 @@ tags: [message, mail, email, gmail, paper, airplane, aeroplane] --- - + diff --git a/src/_icons/settings.svg b/src/_icons/settings.svg index 11f8546c..9afbfdd1 100644 --- a/src/_icons/settings.svg +++ b/src/_icons/settings.svg @@ -2,6 +2,6 @@ tags: [cog, edit, gear, preferences, tools] --- - + diff --git a/src/_icons/shield-check.svg b/src/_icons/shield-check.svg index 3cd18310..f758c457 100644 --- a/src/_icons/shield-check.svg +++ b/src/_icons/shield-check.svg @@ -3,5 +3,5 @@ tags: [safety, protect, protection, "yes", add] --- - + diff --git a/src/_icons/shield-x.svg b/src/_icons/shield-x.svg index 85f7762c..8860cf7e 100644 --- a/src/_icons/shield-x.svg +++ b/src/_icons/shield-x.svg @@ -2,6 +2,6 @@ tags: [unprotected, protection, cancel, "no"] --- - + diff --git a/src/_icons/shield.svg b/src/_icons/shield.svg index be3e9cc9..3341cdd4 100644 --- a/src/_icons/shield.svg +++ b/src/_icons/shield.svg @@ -2,5 +2,5 @@ tags: [safety, protect, protection] --- - + diff --git a/src/_icons/shopping-cart.svg b/src/_icons/shopping-cart.svg index 607b7c7f..21ebcde5 100644 --- a/src/_icons/shopping-cart.svg +++ b/src/_icons/shopping-cart.svg @@ -4,5 +4,5 @@ tags: [bag, ecommerce, purchase, store] - + diff --git a/src/_icons/sticker.svg b/src/_icons/sticker.svg index 6d41db81..c651dd23 100644 --- a/src/_icons/sticker.svg +++ b/src/_icons/sticker.svg @@ -2,6 +2,6 @@ tags: [] --- - - + + diff --git a/src/_icons/tag.svg b/src/_icons/tag.svg index db83021f..0e12e2e6 100644 --- a/src/_icons/tag.svg +++ b/src/_icons/tag.svg @@ -2,6 +2,6 @@ tags: [label, price] --- - + diff --git a/src/_icons/temperature-celsius.svg b/src/_icons/temperature-celsius.svg new file mode 100644 index 00000000..e1d62325 --- /dev/null +++ b/src/_icons/temperature-celsius.svg @@ -0,0 +1,7 @@ +--- +tags: [weather, celcius, fahrenheit, cold, hot] +--- + + + + diff --git a/src/_icons/temperature-fahrenheit.svg b/src/_icons/temperature-fahrenheit.svg new file mode 100644 index 00000000..59ad9b57 --- /dev/null +++ b/src/_icons/temperature-fahrenheit.svg @@ -0,0 +1,8 @@ +--- +tags: [weather, celcius, fahrenheit, cold, hot] +--- + + + + + diff --git a/src/_icons/temperature.svg b/src/_icons/temperature.svg new file mode 100644 index 00000000..abbf3a24 --- /dev/null +++ b/src/_icons/temperature.svg @@ -0,0 +1,7 @@ +--- +tags: [weather, celcius, fahrenheit, cold, hot] +--- + + + + diff --git a/src/_icons/test-pipe.svg b/src/_icons/test-pipe.svg index dee5cf27..4e55f825 100644 --- a/src/_icons/test-pipe.svg +++ b/src/_icons/test-pipe.svg @@ -2,7 +2,7 @@ tags: [sample, color] --- - + - + diff --git a/src/_icons/thumb-down.svg b/src/_icons/thumb-down.svg index 9529a25f..cf5fe09f 100644 --- a/src/_icons/thumb-down.svg +++ b/src/_icons/thumb-down.svg @@ -2,5 +2,5 @@ tags: [dislike, bad, emotion] --- - + diff --git a/src/_icons/thumb-up.svg b/src/_icons/thumb-up.svg index efcfa65f..1750d9b9 100644 --- a/src/_icons/thumb-up.svg +++ b/src/_icons/thumb-up.svg @@ -2,5 +2,5 @@ tags: [like, emotion, good, love] --- - + diff --git a/src/_icons/ticket.svg b/src/_icons/ticket.svg index 50c85c0c..8ebef9ae 100644 --- a/src/_icons/ticket.svg +++ b/src/_icons/ticket.svg @@ -5,5 +5,5 @@ tags: [] - + diff --git a/src/_icons/tool.svg b/src/_icons/tool.svg index fc10e3d1..ec2cc45f 100644 --- a/src/_icons/tool.svg +++ b/src/_icons/tool.svg @@ -2,5 +2,5 @@ tags: [preferences, edit, settings] --- - + diff --git a/src/_icons/trash.svg b/src/_icons/trash.svg index bac0f52e..c46256ad 100644 --- a/src/_icons/trash.svg +++ b/src/_icons/trash.svg @@ -5,6 +5,6 @@ tags: [garbage, delete, remove, bin, ash-bin, uninstall, dustbin] - - + + diff --git a/src/_icons/triangle.svg b/src/_icons/triangle.svg index d9ecc7ca..d88f63ff 100644 --- a/src/_icons/triangle.svg +++ b/src/_icons/triangle.svg @@ -2,5 +2,5 @@ tags: [delta] --- - + diff --git a/src/_icons/trophy.svg b/src/_icons/trophy.svg index 02c4ccf6..c07e3ec4 100644 --- a/src/_icons/trophy.svg +++ b/src/_icons/trophy.svg @@ -5,7 +5,7 @@ tags: [success, win, prize, winner] - + diff --git a/src/_icons/unlink.svg b/src/_icons/unlink.svg index ba0ea78e..959c3bb1 100644 --- a/src/_icons/unlink.svg +++ b/src/_icons/unlink.svg @@ -2,8 +2,8 @@ tags: [chain, url, address, remove, broke, unconnect] --- - - + + diff --git a/src/_icons/upload.svg b/src/_icons/upload.svg index f549a98e..f839d164 100644 --- a/src/_icons/upload.svg +++ b/src/_icons/upload.svg @@ -2,7 +2,7 @@ tags: [file, arrow] --- - + diff --git a/src/_icons/urgent.svg b/src/_icons/urgent.svg index 9857d257..87ab50f4 100644 --- a/src/_icons/urgent.svg +++ b/src/_icons/urgent.svg @@ -2,7 +2,7 @@ tags: [alert, important] --- - + diff --git a/src/_icons/user-check.svg b/src/_icons/user-check.svg index 920a4ba3..6e535021 100644 --- a/src/_icons/user-check.svg +++ b/src/_icons/user-check.svg @@ -3,6 +3,6 @@ tags: [tick, person, account] --- - + diff --git a/src/_icons/user-minus.svg b/src/_icons/user-minus.svg index e0964b26..9fc4c5aa 100644 --- a/src/_icons/user-minus.svg +++ b/src/_icons/user-minus.svg @@ -3,6 +3,6 @@ tags: [remove, cancel, person, account, unsubscribe] --- - + diff --git a/src/_icons/user-plus.svg b/src/_icons/user-plus.svg index ef27be3c..f228f2c8 100644 --- a/src/_icons/user-plus.svg +++ b/src/_icons/user-plus.svg @@ -3,7 +3,7 @@ tags: [add, create, new, person, people, follow, subscribe] --- - + diff --git a/src/_icons/user-x.svg b/src/_icons/user-x.svg index decda94b..f3248db1 100644 --- a/src/_icons/user-x.svg +++ b/src/_icons/user-x.svg @@ -3,6 +3,6 @@ tags: [cancel, remove, person, account, unsubscribe] --- - + diff --git a/src/_icons/user.svg b/src/_icons/user.svg index e4824f62..38b7f801 100644 --- a/src/_icons/user.svg +++ b/src/_icons/user.svg @@ -3,5 +3,5 @@ tags: [person, account] --- - + diff --git a/src/_icons/volume-2.svg b/src/_icons/volume-2.svg index 4973f888..a17650a2 100644 --- a/src/_icons/volume-2.svg +++ b/src/_icons/volume-2.svg @@ -2,6 +2,6 @@ tags: [music, sound, speaker] --- - - + + diff --git a/src/_icons/volume-3.svg b/src/_icons/volume-3.svg index d8503933..1a3f8298 100644 --- a/src/_icons/volume-3.svg +++ b/src/_icons/volume-3.svg @@ -2,6 +2,6 @@ tags: [mute, music, sound, off, speaker] --- - + diff --git a/src/_icons/volume.svg b/src/_icons/volume.svg index 92d4c99e..97d71803 100644 --- a/src/_icons/volume.svg +++ b/src/_icons/volume.svg @@ -2,7 +2,7 @@ tags: [music, sound, speaker] --- - - - + + + diff --git a/src/_icons/wifi.svg b/src/_icons/wifi.svg index 0107fffb..7eac4101 100644 --- a/src/_icons/wifi.svg +++ b/src/_icons/wifi.svg @@ -3,6 +3,6 @@ tags: [online, connection, signal, wireless] --- - - + + diff --git a/src/_icons/woman.svg b/src/_icons/woman.svg index 74c1151f..dccfe6be 100644 --- a/src/_icons/woman.svg +++ b/src/_icons/woman.svg @@ -3,5 +3,5 @@ tags: [girl, female, gender] --- - + diff --git a/src/_icons/world.svg b/src/_icons/world.svg index bbc7c5d2..acc5c100 100644 --- a/src/_icons/world.svg +++ b/src/_icons/world.svg @@ -4,6 +4,6 @@ tags: [earth, globe, global, language, union] - - + + diff --git a/src/_includes/icon.html b/src/_includes/icon.html index a481f4d2..25ec600d 100644 --- a/src/_includes/icon.html +++ b/src/_includes/icon.html @@ -1 +1,2 @@ -{% assign stroke = include.stroke | default: 2 %}{% assign width = 24 %}{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% capture replace-to %}{% endcapture %}{% assign content = icon.content | replace: '', replace-to %}{{ content }} +{% assign stroke = include.stroke | default: 2 %}{% assign width = 24 %}{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% capture replace-to %} + {% endcapture %}{% assign content = icon.content | replace: '', replace-to %}{{ content }} diff --git a/tabler-sprite.svg b/tabler-sprite.svg index 1c47a958..9d2618d6 100644 --- a/tabler-sprite.svg +++ b/tabler-sprite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.1 From d4397a8da9daf0c460ade90ef9774404dd4d8a6a Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 20 Mar 2020 15:19:19 +0100 Subject: new icons png --- icons-png/temperature-celsius.png | Bin 0 -> 2984 bytes icons-png/temperature-fahrenheit.png | Bin 0 -> 1976 bytes icons-png/temperature.png | Bin 0 -> 2932 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 icons-png/temperature-celsius.png create mode 100644 icons-png/temperature-fahrenheit.png create mode 100644 icons-png/temperature.png diff --git a/icons-png/temperature-celsius.png b/icons-png/temperature-celsius.png new file mode 100644 index 00000000..c3860185 Binary files /dev/null and b/icons-png/temperature-celsius.png differ diff --git a/icons-png/temperature-fahrenheit.png b/icons-png/temperature-fahrenheit.png new file mode 100644 index 00000000..93f097eb Binary files /dev/null and b/icons-png/temperature-fahrenheit.png differ diff --git a/icons-png/temperature.png b/icons-png/temperature.png new file mode 100644 index 00000000..81284bab Binary files /dev/null and b/icons-png/temperature.png differ -- cgit v1.2.1