diff --git a/gulpfile.js b/gulpfile.js index 3ba79bd21..5210a8d2d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -222,31 +222,48 @@ gulp.task('prepare-changelog', function(cb) { }); if(newIcons.length > 0) { - console.log(`**${newIcons.length} new icons:**\n`); + let str = ''; + str += `${newIcons.length} new icons: `; - newIcons.forEach(function(icon){ - console.log(`- \`${icon}\``); + newIcons.forEach(function(icon, i){ + str += `\`${icon}\``; + + if((i + 1) <= newIcons.length - 1) { + str += ', ' + } }); - console.log(''); + console.log(str); } if(modifiedIcons.length > 0) { - console.log(`**Fixed icons:**\n`); + let str = ''; + str += `Fixed icons: `; - modifiedIcons.forEach(function(icon){ - console.log(`- \`${icon}\``); + modifiedIcons.forEach(function(icon, i){ + str += `\`${icon}\``; + + if((i + 1) <= modifiedIcons.length - 1) { + str += ', ' + } }); - console.log(''); + console.log(str); } if(renamedIcons.length > 0) { - console.log(`**Renamed icons:**\n`); + let str = ''; + str += `**Renamed icons: `; - renamedIcons.forEach(function(icon){ - console.log(`- \`${icon[0]}\` renamed to \`${icon[1]}\``); - }) + renamedIcons.forEach(function(icon, i){ + str += `\`${icon[0]}\` renamed to \`${icon[1]}\``; + + if((i + 1) <= renamedIcons.length - 1) { + str += ', ' + } + }); + + console.log(str); } cb(); diff --git a/icons-png/ad.png b/icons-png/ad.png new file mode 100644 index 000000000..23c2a8e17 Binary files /dev/null and b/icons-png/ad.png differ diff --git a/icons-png/ajdustments.png b/icons-png/adjustments.png similarity index 100% rename from icons-png/ajdustments.png rename to icons-png/adjustments.png diff --git a/icons-png/alarm.png b/icons-png/alarm.png new file mode 100644 index 000000000..011ed13c4 Binary files /dev/null and b/icons-png/alarm.png differ diff --git a/icons-png/arrow-back.png b/icons-png/arrow-back.png new file mode 100644 index 000000000..a9f296a61 Binary files /dev/null and b/icons-png/arrow-back.png differ diff --git a/icons-png/arrow-forward.png b/icons-png/arrow-forward.png new file mode 100644 index 000000000..d8b078be6 Binary files /dev/null and b/icons-png/arrow-forward.png differ diff --git a/icons-png/artboard.png b/icons-png/artboard.png new file mode 100644 index 000000000..2bb3aaebd Binary files /dev/null and b/icons-png/artboard.png differ diff --git a/icons-png/award.png b/icons-png/award.png new file mode 100644 index 000000000..a8adf8632 Binary files /dev/null and b/icons-png/award.png differ diff --git a/icons-png/bug.png b/icons-png/bug.png new file mode 100644 index 000000000..cf72a0858 Binary files /dev/null and b/icons-png/bug.png differ diff --git a/icons-png/building-arch.png b/icons-png/building-arch.png new file mode 100644 index 000000000..80bb7a8c3 Binary files /dev/null and b/icons-png/building-arch.png differ diff --git a/icons-png/building-bridge-2.png b/icons-png/building-bridge-2.png new file mode 100644 index 000000000..6e3323e33 Binary files /dev/null and b/icons-png/building-bridge-2.png differ diff --git a/icons-png/building-bridge.png b/icons-png/building-bridge.png new file mode 100644 index 000000000..339fca021 Binary files /dev/null and b/icons-png/building-bridge.png differ diff --git a/icons-png/building-church.png b/icons-png/building-church.png new file mode 100644 index 000000000..d907c6fe5 Binary files /dev/null and b/icons-png/building-church.png differ diff --git a/icons-png/building-hospital.png b/icons-png/building-hospital.png new file mode 100644 index 000000000..9cfda8df5 Binary files /dev/null and b/icons-png/building-hospital.png differ diff --git a/icons-png/building-store.png b/icons-png/building-store.png new file mode 100644 index 000000000..cfefd0800 Binary files /dev/null and b/icons-png/building-store.png differ diff --git a/icons-png/building.png b/icons-png/building.png new file mode 100644 index 000000000..812b2116c Binary files /dev/null and b/icons-png/building.png differ diff --git a/icons-png/calendar-event.png b/icons-png/calendar-event.png new file mode 100644 index 000000000..e1b2289c0 Binary files /dev/null and b/icons-png/calendar-event.png differ diff --git a/icons-png/device-speaker.png b/icons-png/device-speaker.png new file mode 100644 index 000000000..23fac92b5 Binary files /dev/null and b/icons-png/device-speaker.png differ diff --git a/icons-png/directions.png b/icons-png/directions.png index 478fa353e..7548d7827 100644 Binary files a/icons-png/directions.png and b/icons-png/directions.png differ diff --git a/icons-png/disabled.png b/icons-png/disabled.png index 0b093621d..c59c28070 100644 Binary files a/icons-png/disabled.png and b/icons-png/disabled.png differ diff --git a/icons-png/disc.png b/icons-png/disc.png index 85a1482e8..3e74a4b2f 100644 Binary files a/icons-png/disc.png and b/icons-png/disc.png differ diff --git a/icons-png/edit.png b/icons-png/edit.png index 8e6d78cb3..67f583df8 100644 Binary files a/icons-png/edit.png and b/icons-png/edit.png differ diff --git a/icons-png/globe.png b/icons-png/globe.png new file mode 100644 index 000000000..1090c4808 Binary files /dev/null and b/icons-png/globe.png differ diff --git a/icons-png/help.png b/icons-png/help.png new file mode 100644 index 000000000..ffd3cbd38 Binary files /dev/null and b/icons-png/help.png differ diff --git a/icons-png/home-2.png b/icons-png/home-2.png new file mode 100644 index 000000000..09c6eba6d Binary files /dev/null and b/icons-png/home-2.png differ diff --git a/icons-png/id.png b/icons-png/id.png new file mode 100644 index 000000000..4039fefd0 Binary files /dev/null and b/icons-png/id.png differ diff --git a/icons-png/layout-2.png b/icons-png/layout-2.png index 46699a8fc..4ec5d3d20 100644 Binary files a/icons-png/layout-2.png and b/icons-png/layout-2.png differ diff --git a/icons-png/layout-bottombar.png b/icons-png/layout-bottombar.png new file mode 100644 index 000000000..46a02a811 Binary files /dev/null and b/icons-png/layout-bottombar.png differ diff --git a/icons-png/layout-columns.png b/icons-png/layout-columns.png index 8af948be8..165b67670 100644 Binary files a/icons-png/layout-columns.png and b/icons-png/layout-columns.png differ diff --git a/icons-png/layout-navbar.png b/icons-png/layout-navbar.png index 9f112b042..b787d17ca 100644 Binary files a/icons-png/layout-navbar.png and b/icons-png/layout-navbar.png differ diff --git a/icons-png/layout-rows.png b/icons-png/layout-rows.png index 5eb04d317..d3dc75318 100644 Binary files a/icons-png/layout-rows.png and b/icons-png/layout-rows.png differ diff --git a/icons-png/layout-sidebar-right.png b/icons-png/layout-sidebar-right.png index 52fcd0151..770a05658 100644 Binary files a/icons-png/layout-sidebar-right.png and b/icons-png/layout-sidebar-right.png differ diff --git a/icons-png/layout-sidebar.png b/icons-png/layout-sidebar.png index 8972715c8..4b2ae5c1a 100644 Binary files a/icons-png/layout-sidebar.png and b/icons-png/layout-sidebar.png differ diff --git a/icons-png/layout.png b/icons-png/layout.png index 954e7d5c9..4c0a6f8de 100644 Binary files a/icons-png/layout.png and b/icons-png/layout.png differ diff --git a/icons-png/live-photo.png b/icons-png/live-photo.png new file mode 100644 index 000000000..2009a3cb5 Binary files /dev/null and b/icons-png/live-photo.png differ diff --git a/icons-png/mug.png b/icons-png/mug.png new file mode 100644 index 000000000..e897a57ce Binary files /dev/null and b/icons-png/mug.png differ diff --git a/icons-png/palette.png b/icons-png/palette.png new file mode 100644 index 000000000..2e5a13e7c Binary files /dev/null and b/icons-png/palette.png differ diff --git a/icons-png/pencil.png b/icons-png/pencil.png new file mode 100644 index 000000000..8d061e71b Binary files /dev/null and b/icons-png/pencil.png differ diff --git a/icons-png/record-mail.png b/icons-png/record-mail.png new file mode 100644 index 000000000..c909ceaf1 Binary files /dev/null and b/icons-png/record-mail.png differ diff --git a/icons-png/registered.png b/icons-png/registered.png index fd7b3da18..6a0ba150b 100644 Binary files a/icons-png/registered.png and b/icons-png/registered.png differ diff --git a/icons-png/ruler.png b/icons-png/ruler.png new file mode 100644 index 000000000..79677ba0f Binary files /dev/null and b/icons-png/ruler.png differ diff --git a/icons-png/scissors.png b/icons-png/scissors.png new file mode 100644 index 000000000..482ffc146 Binary files /dev/null and b/icons-png/scissors.png differ diff --git a/icons-png/stack.png b/icons-png/stack.png new file mode 100644 index 000000000..5b16335a9 Binary files /dev/null and b/icons-png/stack.png differ diff --git a/icons-png/template.png b/icons-png/template.png new file mode 100644 index 000000000..a344ce02b Binary files /dev/null and b/icons-png/template.png differ diff --git a/icons/activity.svg b/icons/activity.svg index 14941fed9..c829adc11 100644 --- a/icons/activity.svg +++ b/icons/activity.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/ad.svg b/icons/ad.svg index c88d477ba..346fb4134 100644 --- a/icons/ad.svg +++ b/icons/ad.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/adjustments.svg b/icons/adjustments.svg index 099004292..95872d615 100644 --- a/icons/adjustments.svg +++ b/icons/adjustments.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/alarm.svg b/icons/alarm.svg new file mode 100644 index 000000000..4cae4e415 --- /dev/null +++ b/icons/alarm.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/alert-circle.svg b/icons/alert-circle.svg index 168fdb824..767f63c4b 100644 --- a/icons/alert-circle.svg +++ b/icons/alert-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/alert-triangle.svg b/icons/alert-triangle.svg index 3515002a0..1aa569903 100644 --- a/icons/alert-triangle.svg +++ b/icons/alert-triangle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/align-center.svg b/icons/align-center.svg index d76b20626..c17d564b6 100644 --- a/icons/align-center.svg +++ b/icons/align-center.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/align-justified.svg b/icons/align-justified.svg index cf584b49d..80fe663e8 100644 --- a/icons/align-justified.svg +++ b/icons/align-justified.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/align-left.svg b/icons/align-left.svg index 3708d3a5c..ba91baff7 100644 --- a/icons/align-left.svg +++ b/icons/align-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/align-right.svg b/icons/align-right.svg index ae716dc5e..77183e925 100644 --- a/icons/align-right.svg +++ b/icons/align-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/archive.svg b/icons/archive.svg index d1ee2a0c3..cd96cbeab 100644 --- a/icons/archive.svg +++ b/icons/archive.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-back.svg b/icons/arrow-back.svg new file mode 100644 index 000000000..0f7c5f4e1 --- /dev/null +++ b/icons/arrow-back.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/arrow-bar-down.svg b/icons/arrow-bar-down.svg index b412e122b..8ceab0ab5 100644 --- a/icons/arrow-bar-down.svg +++ b/icons/arrow-bar-down.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-bar-left.svg b/icons/arrow-bar-left.svg index cfd41e791..79c074b8e 100644 --- a/icons/arrow-bar-left.svg +++ b/icons/arrow-bar-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-bar-right.svg b/icons/arrow-bar-right.svg index b91786dc4..3a4820f99 100644 --- a/icons/arrow-bar-right.svg +++ b/icons/arrow-bar-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-bar-up.svg b/icons/arrow-bar-up.svg index ee7978382..3258c8637 100644 --- a/icons/arrow-bar-up.svg +++ b/icons/arrow-bar-up.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-down-circle.svg b/icons/arrow-down-circle.svg index 6d3851c62..91a94c421 100644 --- a/icons/arrow-down-circle.svg +++ b/icons/arrow-down-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-down-left-circle.svg b/icons/arrow-down-left-circle.svg index 7e5b0afdb..db8c7b302 100644 --- a/icons/arrow-down-left-circle.svg +++ b/icons/arrow-down-left-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-down-left.svg b/icons/arrow-down-left.svg index fe192dde3..9ffacf570 100644 --- a/icons/arrow-down-left.svg +++ b/icons/arrow-down-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-down-right-circle.svg b/icons/arrow-down-right-circle.svg index 9c444b863..fc7e25205 100644 --- a/icons/arrow-down-right-circle.svg +++ b/icons/arrow-down-right-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-down-right.svg b/icons/arrow-down-right.svg index 3a366a953..ed8eefacf 100644 --- a/icons/arrow-down-right.svg +++ b/icons/arrow-down-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-down.svg b/icons/arrow-down.svg index 707ff86c0..bcb5ba075 100644 --- a/icons/arrow-down.svg +++ b/icons/arrow-down.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-forward.svg b/icons/arrow-forward.svg new file mode 100644 index 000000000..b7e964c29 --- /dev/null +++ b/icons/arrow-forward.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/arrow-left-circle.svg b/icons/arrow-left-circle.svg index 7d9459efe..8d48d3129 100644 --- a/icons/arrow-left-circle.svg +++ b/icons/arrow-left-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-left.svg b/icons/arrow-left.svg index 6e0fd7436..4f1bfc02b 100644 --- a/icons/arrow-left.svg +++ b/icons/arrow-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-narrow-down.svg b/icons/arrow-narrow-down.svg index bde78ff9a..c8b218ce1 100644 --- a/icons/arrow-narrow-down.svg +++ b/icons/arrow-narrow-down.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-narrow-left.svg b/icons/arrow-narrow-left.svg index caafc35c4..c28044a33 100644 --- a/icons/arrow-narrow-left.svg +++ b/icons/arrow-narrow-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-narrow-right.svg b/icons/arrow-narrow-right.svg index ce0df5874..57a9b0874 100644 --- a/icons/arrow-narrow-right.svg +++ b/icons/arrow-narrow-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-narrow-up.svg b/icons/arrow-narrow-up.svg index 6a92added..144a4db2d 100644 --- a/icons/arrow-narrow-up.svg +++ b/icons/arrow-narrow-up.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-right-circle.svg b/icons/arrow-right-circle.svg index 088ca6cad..e3e5db0f6 100644 --- a/icons/arrow-right-circle.svg +++ b/icons/arrow-right-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-right.svg b/icons/arrow-right.svg index 3dbcd7dee..6ca666c6b 100644 --- a/icons/arrow-right.svg +++ b/icons/arrow-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-up-circle.svg b/icons/arrow-up-circle.svg index f133607eb..46fee6dbc 100644 --- a/icons/arrow-up-circle.svg +++ b/icons/arrow-up-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-up-left-circle.svg b/icons/arrow-up-left-circle.svg index 0e6e91e45..1a24482c6 100644 --- a/icons/arrow-up-left-circle.svg +++ b/icons/arrow-up-left-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-up-left.svg b/icons/arrow-up-left.svg index 5d7f404b5..e797af2e8 100644 --- a/icons/arrow-up-left.svg +++ b/icons/arrow-up-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-up-right-circle.svg b/icons/arrow-up-right-circle.svg index 0f8218a58..582f90462 100644 --- a/icons/arrow-up-right-circle.svg +++ b/icons/arrow-up-right-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-up-right.svg b/icons/arrow-up-right.svg index d6ab38a37..cf8ebd2e5 100644 --- a/icons/arrow-up-right.svg +++ b/icons/arrow-up-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrow-up.svg b/icons/arrow-up.svg index 473bcc7b7..534f2d9ab 100644 --- a/icons/arrow-up.svg +++ b/icons/arrow-up.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrows-diagonal-2.svg b/icons/arrows-diagonal-2.svg index 2d5115c5b..86e5d7870 100644 --- a/icons/arrows-diagonal-2.svg +++ b/icons/arrows-diagonal-2.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrows-diagonal.svg b/icons/arrows-diagonal.svg index d3409f28b..6a69e94c5 100644 --- a/icons/arrows-diagonal.svg +++ b/icons/arrows-diagonal.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrows-maximize.svg b/icons/arrows-maximize.svg index 2fcdebaba..e9ad78be2 100644 --- a/icons/arrows-maximize.svg +++ b/icons/arrows-maximize.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/arrows-minimize.svg b/icons/arrows-minimize.svg index b7092003d..a81bc4426 100644 --- a/icons/arrows-minimize.svg +++ b/icons/arrows-minimize.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/artboard.svg b/icons/artboard.svg new file mode 100644 index 000000000..b9442f634 --- /dev/null +++ b/icons/artboard.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/at.svg b/icons/at.svg index 1b504658c..8584d19e5 100644 --- a/icons/at.svg +++ b/icons/at.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/award.svg b/icons/award.svg new file mode 100644 index 000000000..2ef8cc3ff --- /dev/null +++ b/icons/award.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/backspace.svg b/icons/backspace.svg index 8cfdb9e44..a5a4b92af 100644 --- a/icons/backspace.svg +++ b/icons/backspace.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/ban.svg b/icons/ban.svg index 209b77efb..7766abc94 100644 --- a/icons/ban.svg +++ b/icons/ban.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/battery-1.svg b/icons/battery-1.svg index bc77e6e67..f7389383f 100644 --- a/icons/battery-1.svg +++ b/icons/battery-1.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/battery-2.svg b/icons/battery-2.svg index 0ce07b1ab..fd15ace50 100644 --- a/icons/battery-2.svg +++ b/icons/battery-2.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/battery-3.svg b/icons/battery-3.svg index ee7b61bdb..8aaa3a116 100644 --- a/icons/battery-3.svg +++ b/icons/battery-3.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/battery-4.svg b/icons/battery-4.svg index 149d30fcd..0a9576b7b 100644 --- a/icons/battery-4.svg +++ b/icons/battery-4.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/battery-charging.svg b/icons/battery-charging.svg index 100ea3948..49df208ce 100644 --- a/icons/battery-charging.svg +++ b/icons/battery-charging.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/battery.svg b/icons/battery.svg index 629cbe140..53eaa24a3 100644 --- a/icons/battery.svg +++ b/icons/battery.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/bell.svg b/icons/bell.svg index 4212ffc66..49dde5d28 100644 --- a/icons/bell.svg +++ b/icons/bell.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/bike.svg b/icons/bike.svg index c1fda39b0..2fe4b2b6e 100644 --- a/icons/bike.svg +++ b/icons/bike.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/bluetooth.svg b/icons/bluetooth.svg index 70371b91b..a5630265d 100644 --- a/icons/bluetooth.svg +++ b/icons/bluetooth.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/bolt.svg b/icons/bolt.svg index 35c052b34..f8e34b95d 100644 --- a/icons/bolt.svg +++ b/icons/bolt.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/book.svg b/icons/book.svg index fd96a5e68..92e7c2f43 100644 --- a/icons/book.svg +++ b/icons/book.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/bookmark.svg b/icons/bookmark.svg index df084ff21..8d3bda25c 100644 --- a/icons/bookmark.svg +++ b/icons/bookmark.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/border-all.svg b/icons/border-all.svg index 5901e4f1e..6969872f0 100644 --- a/icons/border-all.svg +++ b/icons/border-all.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/border-bottom.svg b/icons/border-bottom.svg index 5d552b10e..f9907e395 100644 --- a/icons/border-bottom.svg +++ b/icons/border-bottom.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/border-horizontal.svg b/icons/border-horizontal.svg index 62e40ae5d..f3c9a5825 100644 --- a/icons/border-horizontal.svg +++ b/icons/border-horizontal.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/border-inner.svg b/icons/border-inner.svg index 0baa18c69..87ced6928 100644 --- a/icons/border-inner.svg +++ b/icons/border-inner.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/border-left.svg b/icons/border-left.svg index 6f3627771..e82bba165 100644 --- a/icons/border-left.svg +++ b/icons/border-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/border-none.svg b/icons/border-none.svg index 5cf4c1d29..ec7b0b2b1 100644 --- a/icons/border-none.svg +++ b/icons/border-none.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/border-outer.svg b/icons/border-outer.svg index 46ce1b30d..da3ed4836 100644 --- a/icons/border-outer.svg +++ b/icons/border-outer.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/border-right.svg b/icons/border-right.svg index 2132cf1bc..261d36ce4 100644 --- a/icons/border-right.svg +++ b/icons/border-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/border-top.svg b/icons/border-top.svg index e7bf72cbf..4b889772f 100644 --- a/icons/border-top.svg +++ b/icons/border-top.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/border-vertical.svg b/icons/border-vertical.svg index 9f116d5fb..6b5d7934c 100644 --- a/icons/border-vertical.svg +++ b/icons/border-vertical.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/box.svg b/icons/box.svg index 2738f565c..a97bcd8c0 100644 --- a/icons/box.svg +++ b/icons/box.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/briefcase.svg b/icons/briefcase.svg index 163829ad4..491c242a6 100644 --- a/icons/briefcase.svg +++ b/icons/briefcase.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/bucket.svg b/icons/bucket.svg index befb3209f..66d8938cd 100644 --- a/icons/bucket.svg +++ b/icons/bucket.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/bug.svg b/icons/bug.svg new file mode 100644 index 000000000..a653cee7e --- /dev/null +++ b/icons/bug.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/building-arch.svg b/icons/building-arch.svg index d0c0ed93b..5fdef60e0 100644 --- a/icons/building-arch.svg +++ b/icons/building-arch.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/building-bridge-2.svg b/icons/building-bridge-2.svg index 6351d39b2..c5e63b8af 100644 --- a/icons/building-bridge-2.svg +++ b/icons/building-bridge-2.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/building-bridge.svg b/icons/building-bridge.svg index dde9bf5a2..7f128f445 100644 --- a/icons/building-bridge.svg +++ b/icons/building-bridge.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/building-church.svg b/icons/building-church.svg index f2c4386c4..91d1a000e 100644 --- a/icons/building-church.svg +++ b/icons/building-church.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/building-hospital.svg b/icons/building-hospital.svg index 2cd9be4ee..a054f9e8f 100644 --- a/icons/building-hospital.svg +++ b/icons/building-hospital.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/building-store.svg b/icons/building-store.svg index 269cb8dd2..c2e9b1a7e 100644 --- a/icons/building-store.svg +++ b/icons/building-store.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/building.svg b/icons/building.svg new file mode 100644 index 000000000..3b4414462 --- /dev/null +++ b/icons/building.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/bulb-off.svg b/icons/bulb-off.svg index 01397a8c7..b68e8a021 100644 --- a/icons/bulb-off.svg +++ b/icons/bulb-off.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/bulb.svg b/icons/bulb.svg index 11774dbb9..148f9be80 100644 --- a/icons/bulb.svg +++ b/icons/bulb.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/calendar-event.svg b/icons/calendar-event.svg new file mode 100644 index 000000000..94a3aeadf --- /dev/null +++ b/icons/calendar-event.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/calendar.svg b/icons/calendar.svg index 2ea5b6d0d..51e8ce103 100644 --- a/icons/calendar.svg +++ b/icons/calendar.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/camera.svg b/icons/camera.svg index cd9a52917..c30590ff0 100644 --- a/icons/camera.svg +++ b/icons/camera.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/cash.svg b/icons/cash.svg index f441c44e6..e34cdd4df 100644 --- a/icons/cash.svg +++ b/icons/cash.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/cast.svg b/icons/cast.svg index 9b84d9ea4..4f21c81d5 100644 --- a/icons/cast.svg +++ b/icons/cast.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chart-area-line.svg b/icons/chart-area-line.svg index 5ac83acbe..f4e289d24 100644 --- a/icons/chart-area-line.svg +++ b/icons/chart-area-line.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chart-area.svg b/icons/chart-area.svg index 182d21aa5..22f0b1dec 100644 --- a/icons/chart-area.svg +++ b/icons/chart-area.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chart-bar.svg b/icons/chart-bar.svg index 7ddfa8783..ea482f084 100644 --- a/icons/chart-bar.svg +++ b/icons/chart-bar.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chart-candle.svg b/icons/chart-candle.svg index 86d4fc5e1..776781967 100644 --- a/icons/chart-candle.svg +++ b/icons/chart-candle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chart-donut.svg b/icons/chart-donut.svg index 6766538ed..d78a96979 100644 --- a/icons/chart-donut.svg +++ b/icons/chart-donut.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chart-line.svg b/icons/chart-line.svg index 2454de044..2e6bebc4a 100644 --- a/icons/chart-line.svg +++ b/icons/chart-line.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chart-pie.svg b/icons/chart-pie.svg index d704d2100..a3968d3c6 100644 --- a/icons/chart-pie.svg +++ b/icons/chart-pie.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/check.svg b/icons/check.svg index 6acbe60cc..17d491591 100644 --- a/icons/check.svg +++ b/icons/check.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chevron-down.svg b/icons/chevron-down.svg index 89b3be31a..5bce4ce6a 100644 --- a/icons/chevron-down.svg +++ b/icons/chevron-down.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chevron-left.svg b/icons/chevron-left.svg index fb79df76f..ee52db4c9 100644 --- a/icons/chevron-left.svg +++ b/icons/chevron-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chevron-right.svg b/icons/chevron-right.svg index a8d47d9cd..ee80023d0 100644 --- a/icons/chevron-right.svg +++ b/icons/chevron-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chevron-up.svg b/icons/chevron-up.svg index b437e81c8..081ff5aac 100644 --- a/icons/chevron-up.svg +++ b/icons/chevron-up.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chevrons-down.svg b/icons/chevrons-down.svg index 99434eaa3..bb83188bc 100644 --- a/icons/chevrons-down.svg +++ b/icons/chevrons-down.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chevrons-left.svg b/icons/chevrons-left.svg index e4a8bfc3b..494e3cebd 100644 --- a/icons/chevrons-left.svg +++ b/icons/chevrons-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chevrons-right.svg b/icons/chevrons-right.svg index 47b0e1e1c..a54255b45 100644 --- a/icons/chevrons-right.svg +++ b/icons/chevrons-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/chevrons-up.svg b/icons/chevrons-up.svg index cd1835781..8b781ea44 100644 --- a/icons/chevrons-up.svg +++ b/icons/chevrons-up.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/circle-check.svg b/icons/circle-check.svg index 1757b2f26..1beaa6a6d 100644 --- a/icons/circle-check.svg +++ b/icons/circle-check.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/circle-minus.svg b/icons/circle-minus.svg index 08083cd28..53c454c4e 100644 --- a/icons/circle-minus.svg +++ b/icons/circle-minus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/circle-plus.svg b/icons/circle-plus.svg index f83ecc844..3c1451efa 100644 --- a/icons/circle-plus.svg +++ b/icons/circle-plus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/circle-x.svg b/icons/circle-x.svg index d9c4b52ec..2e40313d7 100644 --- a/icons/circle-x.svg +++ b/icons/circle-x.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/circle.svg b/icons/circle.svg index c9c6420b8..f40422c3f 100644 --- a/icons/circle.svg +++ b/icons/circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/clipboard-check.svg b/icons/clipboard-check.svg index b43247832..88ef1c913 100644 --- a/icons/clipboard-check.svg +++ b/icons/clipboard-check.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/clipboard-list.svg b/icons/clipboard-list.svg index 807ab7609..65ccc1612 100644 --- a/icons/clipboard-list.svg +++ b/icons/clipboard-list.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/clipboard-x.svg b/icons/clipboard-x.svg index 5300e5bf7..89293c930 100644 --- a/icons/clipboard-x.svg +++ b/icons/clipboard-x.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/clipboard.svg b/icons/clipboard.svg index 8607e2e09..5c245a329 100644 --- a/icons/clipboard.svg +++ b/icons/clipboard.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/clock.svg b/icons/clock.svg index 93fa64c9b..96e7a56ec 100644 --- a/icons/clock.svg +++ b/icons/clock.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/cloud-download.svg b/icons/cloud-download.svg index bbd94aeaa..a7cff6f19 100644 --- a/icons/cloud-download.svg +++ b/icons/cloud-download.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/cloud-rain.svg b/icons/cloud-rain.svg index fad1de10e..e823a38df 100644 --- a/icons/cloud-rain.svg +++ b/icons/cloud-rain.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/cloud-snow.svg b/icons/cloud-snow.svg index 6b8071be1..07d6fcdfd 100644 --- a/icons/cloud-snow.svg +++ b/icons/cloud-snow.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/cloud-storm.svg b/icons/cloud-storm.svg index 2cdbbfc9b..351f30b09 100644 --- a/icons/cloud-storm.svg +++ b/icons/cloud-storm.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/cloud-upload.svg b/icons/cloud-upload.svg index ed2392aba..06de32963 100644 --- a/icons/cloud-upload.svg +++ b/icons/cloud-upload.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/cloud.svg b/icons/cloud.svg index 14ebc7864..495a5b6e7 100644 --- a/icons/cloud.svg +++ b/icons/cloud.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/code.svg b/icons/code.svg index fda8d318e..98f4409bf 100644 --- a/icons/code.svg +++ b/icons/code.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/command.svg b/icons/command.svg index d93ed3920..4c2208618 100644 --- a/icons/command.svg +++ b/icons/command.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/compass.svg b/icons/compass.svg index abd850860..46a11d3a1 100644 --- a/icons/compass.svg +++ b/icons/compass.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/copy.svg b/icons/copy.svg index c6e7dcabf..e1d35291d 100644 --- a/icons/copy.svg +++ b/icons/copy.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/copyright.svg b/icons/copyright.svg index c1c0df170..2ac45fff3 100644 --- a/icons/copyright.svg +++ b/icons/copyright.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/corner-down-left.svg b/icons/corner-down-left.svg index b42b4e722..ad2f21738 100644 --- a/icons/corner-down-left.svg +++ b/icons/corner-down-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/corner-down-right.svg b/icons/corner-down-right.svg index d72d37655..4380e00b8 100644 --- a/icons/corner-down-right.svg +++ b/icons/corner-down-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/corner-left-down.svg b/icons/corner-left-down.svg index 446c047d2..c69c7bac1 100644 --- a/icons/corner-left-down.svg +++ b/icons/corner-left-down.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/corner-left-up.svg b/icons/corner-left-up.svg index a677b7f44..e852ad4ee 100644 --- a/icons/corner-left-up.svg +++ b/icons/corner-left-up.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/corner-right-down.svg b/icons/corner-right-down.svg index 6078ecbda..978e9c65d 100644 --- a/icons/corner-right-down.svg +++ b/icons/corner-right-down.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/corner-right-up.svg b/icons/corner-right-up.svg index 7b2ab5146..d46880267 100644 --- a/icons/corner-right-up.svg +++ b/icons/corner-right-up.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/corner-up-left.svg b/icons/corner-up-left.svg index d72fa5983..2c10ab47c 100644 --- a/icons/corner-up-left.svg +++ b/icons/corner-up-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/corner-up-right.svg b/icons/corner-up-right.svg index 426c15ab4..3193746b5 100644 --- a/icons/corner-up-right.svg +++ b/icons/corner-up-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/credit-card.svg b/icons/credit-card.svg index 8ab099254..9740ad967 100644 --- a/icons/credit-card.svg +++ b/icons/credit-card.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/crop.svg b/icons/crop.svg index 862432dfc..3811ddf98 100644 --- a/icons/crop.svg +++ b/icons/crop.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/cut.svg b/icons/cut.svg index 593ee6fc2..7bbf89195 100644 --- a/icons/cut.svg +++ b/icons/cut.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/dashboard.svg b/icons/dashboard.svg index 2a6ad2742..aed151faf 100644 --- a/icons/dashboard.svg +++ b/icons/dashboard.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/database.svg b/icons/database.svg index f47f9a9d6..7702af511 100644 --- a/icons/database.svg +++ b/icons/database.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/device-desktop.svg b/icons/device-desktop.svg index e94bcc403..2ccbe93df 100644 --- a/icons/device-desktop.svg +++ b/icons/device-desktop.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/device-mobile.svg b/icons/device-mobile.svg index 3fff2d5b0..d58020a1c 100644 --- a/icons/device-mobile.svg +++ b/icons/device-mobile.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/device-speaker.svg b/icons/device-speaker.svg index 9c3b4819c..ce622a27f 100644 --- a/icons/device-speaker.svg +++ b/icons/device-speaker.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/device-tablet.svg b/icons/device-tablet.svg index 08aa54800..b4206808e 100644 --- a/icons/device-tablet.svg +++ b/icons/device-tablet.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/device-tv.svg b/icons/device-tv.svg index 4ec7a4b2e..3c5ab379b 100644 --- a/icons/device-tv.svg +++ b/icons/device-tv.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/directions.svg b/icons/directions.svg index e54275802..f0cdda2ce 100644 --- a/icons/directions.svg +++ b/icons/directions.svg @@ -1,7 +1,7 @@ - - - + + + diff --git a/icons/disabled.svg b/icons/disabled.svg index b64fed046..e2bb9b08f 100644 --- a/icons/disabled.svg +++ b/icons/disabled.svg @@ -1,9 +1,9 @@ - + - + diff --git a/icons/disc.svg b/icons/disc.svg index 77b34d98e..7997833fe 100644 --- a/icons/disc.svg +++ b/icons/disc.svg @@ -1,7 +1,9 @@ - - + + + + diff --git a/icons/dots-circle-horizontal.svg b/icons/dots-circle-horizontal.svg index 28166de5b..5ab45bf58 100644 --- a/icons/dots-circle-horizontal.svg +++ b/icons/dots-circle-horizontal.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/dots-diagonal-2.svg b/icons/dots-diagonal-2.svg index a55640be8..5232ffc37 100644 --- a/icons/dots-diagonal-2.svg +++ b/icons/dots-diagonal-2.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/dots-diagonal.svg b/icons/dots-diagonal.svg index a7fb663a0..8a727f46a 100644 --- a/icons/dots-diagonal.svg +++ b/icons/dots-diagonal.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/dots-vertical.svg b/icons/dots-vertical.svg index aacb6c8da..3957ed231 100644 --- a/icons/dots-vertical.svg +++ b/icons/dots-vertical.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/dots.svg b/icons/dots.svg index 05fb45737..14ed0154f 100644 --- a/icons/dots.svg +++ b/icons/dots.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/download.svg b/icons/download.svg index 71dc32bf4..082cc98ba 100644 --- a/icons/download.svg +++ b/icons/download.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/droplet.svg b/icons/droplet.svg index 6f45559d0..b78f45428 100644 --- a/icons/droplet.svg +++ b/icons/droplet.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/edit.svg b/icons/edit.svg index 7c2b2874f..a10a68320 100644 --- a/icons/edit.svg +++ b/icons/edit.svg @@ -1,7 +1,8 @@ - + + diff --git a/icons/external-link.svg b/icons/external-link.svg index f75cb448e..2983d5466 100644 --- a/icons/external-link.svg +++ b/icons/external-link.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/eye.svg b/icons/eye.svg index 912ecd0e2..8d34f870b 100644 --- a/icons/eye.svg +++ b/icons/eye.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/face-id.svg b/icons/face-id.svg index 14663e6dc..d0212325f 100644 --- a/icons/face-id.svg +++ b/icons/face-id.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/file-check.svg b/icons/file-check.svg index a9fb06e8e..f0db44a96 100644 --- a/icons/file-check.svg +++ b/icons/file-check.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/file-download.svg b/icons/file-download.svg index 3567cc7ef..18c30038a 100644 --- a/icons/file-download.svg +++ b/icons/file-download.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/file-minus.svg b/icons/file-minus.svg index 25cbcdb9e..1f529fb99 100644 --- a/icons/file-minus.svg +++ b/icons/file-minus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/file-music.svg b/icons/file-music.svg index 1ada3a2a5..3ecfdaedb 100644 --- a/icons/file-music.svg +++ b/icons/file-music.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/file-plus.svg b/icons/file-plus.svg index 1d5af6c79..686cbd762 100644 --- a/icons/file-plus.svg +++ b/icons/file-plus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/file-shredder.svg b/icons/file-shredder.svg index c6452ad04..65c0b0f15 100644 --- a/icons/file-shredder.svg +++ b/icons/file-shredder.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/file-text.svg b/icons/file-text.svg index 6542bf760..fbb78a524 100644 --- a/icons/file-text.svg +++ b/icons/file-text.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/file-x.svg b/icons/file-x.svg index 454054e0f..b9e2883b5 100644 --- a/icons/file-x.svg +++ b/icons/file-x.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/file.svg b/icons/file.svg index de403a61d..f68a92a69 100644 --- a/icons/file.svg +++ b/icons/file.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/filter.svg b/icons/filter.svg index a33e6e1f2..4b587cb56 100644 --- a/icons/filter.svg +++ b/icons/filter.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/flag.svg b/icons/flag.svg index 80adb6ddc..6470546c1 100644 --- a/icons/flag.svg +++ b/icons/flag.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/flip-horizontal.svg b/icons/flip-horizontal.svg index 7db98db4a..b9a2221b1 100644 --- a/icons/flip-horizontal.svg +++ b/icons/flip-horizontal.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/flip-vertical.svg b/icons/flip-vertical.svg index 5480528c5..1b686484b 100644 --- a/icons/flip-vertical.svg +++ b/icons/flip-vertical.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/floppy-disk.svg b/icons/floppy-disk.svg index ee2c37de2..a3ae268a7 100644 --- a/icons/floppy-disk.svg +++ b/icons/floppy-disk.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/folder-minus.svg b/icons/folder-minus.svg index b3cd3871a..0f9da2dc1 100644 --- a/icons/folder-minus.svg +++ b/icons/folder-minus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/folder-plus.svg b/icons/folder-plus.svg index f059d554c..9f71ec69b 100644 --- a/icons/folder-plus.svg +++ b/icons/folder-plus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/folder-x.svg b/icons/folder-x.svg index b98844144..b3099e95e 100644 --- a/icons/folder-x.svg +++ b/icons/folder-x.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/folder.svg b/icons/folder.svg index 9f14ef12e..1eac3a3c4 100644 --- a/icons/folder.svg +++ b/icons/folder.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/folders.svg b/icons/folders.svg index 50f316fd4..37e8681f6 100644 --- a/icons/folders.svg +++ b/icons/folders.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/frame.svg b/icons/frame.svg index 60b6ae80b..a2ad50897 100644 --- a/icons/frame.svg +++ b/icons/frame.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/friends.svg b/icons/friends.svg index f5dc5c679..e4e0e2df2 100644 --- a/icons/friends.svg +++ b/icons/friends.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/gauge.svg b/icons/gauge.svg index 72b665002..83f480ec7 100644 --- a/icons/gauge.svg +++ b/icons/gauge.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/git-branch.svg b/icons/git-branch.svg index 80a91fd1f..7ce296b5b 100644 --- a/icons/git-branch.svg +++ b/icons/git-branch.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/git-commit.svg b/icons/git-commit.svg index f90b1f0f5..2e568a23e 100644 --- a/icons/git-commit.svg +++ b/icons/git-commit.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/git-compare.svg b/icons/git-compare.svg index 63fdee049..2edffddd7 100644 --- a/icons/git-compare.svg +++ b/icons/git-compare.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/git-merge.svg b/icons/git-merge.svg index d7f5553ff..2cf849635 100644 --- a/icons/git-merge.svg +++ b/icons/git-merge.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/git-pull-request.svg b/icons/git-pull-request.svg index 9414d879c..3e3d690d5 100644 --- a/icons/git-pull-request.svg +++ b/icons/git-pull-request.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/glass-full.svg b/icons/glass-full.svg index 14a656fbe..c5a58fbea 100644 --- a/icons/glass-full.svg +++ b/icons/glass-full.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/glass.svg b/icons/glass.svg index 27bf5c940..b1999aa6d 100644 --- a/icons/glass.svg +++ b/icons/glass.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/globe.svg b/icons/globe.svg new file mode 100644 index 000000000..fa9b56fec --- /dev/null +++ b/icons/globe.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/grid-dots.svg b/icons/grid-dots.svg index 3db22a694..88fb1aaad 100644 --- a/icons/grid-dots.svg +++ b/icons/grid-dots.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/grid.svg b/icons/grid.svg index 09443041b..fc76f8568 100644 --- a/icons/grid.svg +++ b/icons/grid.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/hash.svg b/icons/hash.svg index 5e81974ac..e00ab1d1e 100644 --- a/icons/hash.svg +++ b/icons/hash.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/headphones.svg b/icons/headphones.svg index 1c9147e83..f1f2f57c9 100644 --- a/icons/headphones.svg +++ b/icons/headphones.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/heart.svg b/icons/heart.svg index 0a1589df9..dd177d150 100644 --- a/icons/heart.svg +++ b/icons/heart.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/help.svg b/icons/help.svg new file mode 100644 index 000000000..cf8c31573 --- /dev/null +++ b/icons/help.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/home-2.svg b/icons/home-2.svg index 28b31b067..3dafb62a9 100644 --- a/icons/home-2.svg +++ b/icons/home-2.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/home.svg b/icons/home.svg index cb62d1f5d..ed5fd53df 100644 --- a/icons/home.svg +++ b/icons/home.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/ice-cream.svg b/icons/ice-cream.svg index b50bbd160..622f35919 100644 --- a/icons/ice-cream.svg +++ b/icons/ice-cream.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/id.svg b/icons/id.svg index 514a56005..d309a0a64 100644 --- a/icons/id.svg +++ b/icons/id.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/inbox.svg b/icons/inbox.svg index 66b59e437..e8f4969ae 100644 --- a/icons/inbox.svg +++ b/icons/inbox.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/info-circle.svg b/icons/info-circle.svg index f5bfb0a4f..1ca2800f0 100644 --- a/icons/info-circle.svg +++ b/icons/info-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/info-square.svg b/icons/info-square.svg index 35c0cf3c4..096b420f7 100644 --- a/icons/info-square.svg +++ b/icons/info-square.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/key.svg b/icons/key.svg index 7987ebba1..9af6dd123 100644 --- a/icons/key.svg +++ b/icons/key.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layers-difference.svg b/icons/layers-difference.svg index 20187521f..9f9236839 100644 --- a/icons/layers-difference.svg +++ b/icons/layers-difference.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layers-intersect.svg b/icons/layers-intersect.svg index cf693ed0b..85d6b221c 100644 --- a/icons/layers-intersect.svg +++ b/icons/layers-intersect.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layers-subtract.svg b/icons/layers-subtract.svg index 2877cb32e..05ae73b59 100644 --- a/icons/layers-subtract.svg +++ b/icons/layers-subtract.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layers-union.svg b/icons/layers-union.svg index c075b5306..825bea2cc 100644 --- a/icons/layers-union.svg +++ b/icons/layers-union.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-2.svg b/icons/layout-2.svg index 8387825c7..e1a9f8489 100644 --- a/icons/layout-2.svg +++ b/icons/layout-2.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-align-bottom.svg b/icons/layout-align-bottom.svg index 85932c34f..414e190de 100644 --- a/icons/layout-align-bottom.svg +++ b/icons/layout-align-bottom.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-align-center.svg b/icons/layout-align-center.svg index d508e5b48..cee086531 100644 --- a/icons/layout-align-center.svg +++ b/icons/layout-align-center.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-align-left.svg b/icons/layout-align-left.svg index 340229c27..7b0fe52ab 100644 --- a/icons/layout-align-left.svg +++ b/icons/layout-align-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-align-middle.svg b/icons/layout-align-middle.svg index 58b5d078b..379ebb4f4 100644 --- a/icons/layout-align-middle.svg +++ b/icons/layout-align-middle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-align-right.svg b/icons/layout-align-right.svg index 126897324..9c5feb873 100644 --- a/icons/layout-align-right.svg +++ b/icons/layout-align-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-align-top.svg b/icons/layout-align-top.svg index e3d65ee6d..cf7c85f29 100644 --- a/icons/layout-align-top.svg +++ b/icons/layout-align-top.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-bottombar.svg b/icons/layout-bottombar.svg index a5b0c6981..913be4640 100644 --- a/icons/layout-bottombar.svg +++ b/icons/layout-bottombar.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-columns.svg b/icons/layout-columns.svg index 682f0f7b5..b8423c373 100644 --- a/icons/layout-columns.svg +++ b/icons/layout-columns.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-distribute-horizontal.svg b/icons/layout-distribute-horizontal.svg index 1f02567e5..b6b0f91bc 100644 --- a/icons/layout-distribute-horizontal.svg +++ b/icons/layout-distribute-horizontal.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-distribute-vertical.svg b/icons/layout-distribute-vertical.svg index d5117a5c1..e3c4ae20a 100644 --- a/icons/layout-distribute-vertical.svg +++ b/icons/layout-distribute-vertical.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-navbar.svg b/icons/layout-navbar.svg index f6e005c46..5c6dd95ca 100644 --- a/icons/layout-navbar.svg +++ b/icons/layout-navbar.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-rows.svg b/icons/layout-rows.svg index f8bd040ad..936b67e71 100644 --- a/icons/layout-rows.svg +++ b/icons/layout-rows.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-sidebar-right.svg b/icons/layout-sidebar-right.svg index 8059c2b42..ef11f2693 100644 --- a/icons/layout-sidebar-right.svg +++ b/icons/layout-sidebar-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout-sidebar.svg b/icons/layout-sidebar.svg index 92a444459..ea4e91064 100644 --- a/icons/layout-sidebar.svg +++ b/icons/layout-sidebar.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/layout.svg b/icons/layout.svg index 62670d33c..f10f22365 100644 --- a/icons/layout.svg +++ b/icons/layout.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/lego.svg b/icons/lego.svg index 7cca0617c..e0024a293 100644 --- a/icons/lego.svg +++ b/icons/lego.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/lifebuoy.svg b/icons/lifebuoy.svg index bb66a03fc..0ba4727e5 100644 --- a/icons/lifebuoy.svg +++ b/icons/lifebuoy.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/link.svg b/icons/link.svg index 31ea6fb8e..3c878039f 100644 --- a/icons/link.svg +++ b/icons/link.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/live-photo.svg b/icons/live-photo.svg index 500ef3e36..dc1fe8d92 100644 --- a/icons/live-photo.svg +++ b/icons/live-photo.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/location.svg b/icons/location.svg index fbdda41e0..e06cbad9d 100644 --- a/icons/location.svg +++ b/icons/location.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/lock-open.svg b/icons/lock-open.svg index 2273a49e1..df96766ce 100644 --- a/icons/lock-open.svg +++ b/icons/lock-open.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/lock.svg b/icons/lock.svg index fa3e5b711..a613057eb 100644 --- a/icons/lock.svg +++ b/icons/lock.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/magnet.svg b/icons/magnet.svg index 391001646..f31bcbd14 100644 --- a/icons/magnet.svg +++ b/icons/magnet.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/mail-opened.svg b/icons/mail-opened.svg index 0e2765710..545324df1 100644 --- a/icons/mail-opened.svg +++ b/icons/mail-opened.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/mail.svg b/icons/mail.svg index 63c9a2a63..2c12e5516 100644 --- a/icons/mail.svg +++ b/icons/mail.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/man.svg b/icons/man.svg index 78434d795..c1fab0792 100644 --- a/icons/man.svg +++ b/icons/man.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/map-2.svg b/icons/map-2.svg index 5cb35387b..eb5e36c45 100644 --- a/icons/map-2.svg +++ b/icons/map-2.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/map-pin.svg b/icons/map-pin.svg index f2d4672d8..97a3b3bde 100644 --- a/icons/map-pin.svg +++ b/icons/map-pin.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/map.svg b/icons/map.svg index 6c3e73bda..dc0319d09 100644 --- a/icons/map.svg +++ b/icons/map.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/maximize.svg b/icons/maximize.svg index 0d5cdf769..8d97babd4 100644 --- a/icons/maximize.svg +++ b/icons/maximize.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/menu.svg b/icons/menu.svg index a73b775c7..0b56006bb 100644 --- a/icons/menu.svg +++ b/icons/menu.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/message-2.svg b/icons/message-2.svg index 2b503756c..91173eb74 100644 --- a/icons/message-2.svg +++ b/icons/message-2.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/message-circle.svg b/icons/message-circle.svg index 7caa0d748..21c242b0f 100644 --- a/icons/message-circle.svg +++ b/icons/message-circle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/message-dots.svg b/icons/message-dots.svg index f3bd7a056..8452a925b 100644 --- a/icons/message-dots.svg +++ b/icons/message-dots.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/message.svg b/icons/message.svg index c520bd8f7..283ad7399 100644 --- a/icons/message.svg +++ b/icons/message.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/microphone.svg b/icons/microphone.svg index 28f65f73d..d8a6b7cfd 100644 --- a/icons/microphone.svg +++ b/icons/microphone.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/minimize.svg b/icons/minimize.svg index b589cfeea..245e20120 100644 --- a/icons/minimize.svg +++ b/icons/minimize.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/minus.svg b/icons/minus.svg index c6a2873f8..137cce28c 100644 --- a/icons/minus.svg +++ b/icons/minus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/mood-confuzed.svg b/icons/mood-confuzed.svg index 5f50095d7..ad1f6e85d 100644 --- a/icons/mood-confuzed.svg +++ b/icons/mood-confuzed.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/mood-happy.svg b/icons/mood-happy.svg index a84260ac7..850ee3d66 100644 --- a/icons/mood-happy.svg +++ b/icons/mood-happy.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/mood-neutral.svg b/icons/mood-neutral.svg index d2134bbb7..3bdccbbcd 100644 --- a/icons/mood-neutral.svg +++ b/icons/mood-neutral.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/mood-sad.svg b/icons/mood-sad.svg index 74c5b017c..a8f6c1225 100644 --- a/icons/mood-sad.svg +++ b/icons/mood-sad.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/mood-smile.svg b/icons/mood-smile.svg index 2b1457003..899ffd256 100644 --- a/icons/mood-smile.svg +++ b/icons/mood-smile.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/moon.svg b/icons/moon.svg index 7692e65c8..2aea02b08 100644 --- a/icons/moon.svg +++ b/icons/moon.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/mouse.svg b/icons/mouse.svg index 645e88539..770a6e8f6 100644 --- a/icons/mouse.svg +++ b/icons/mouse.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/movie.svg b/icons/movie.svg index f68963fa3..528e440ad 100644 --- a/icons/movie.svg +++ b/icons/movie.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/mug.svg b/icons/mug.svg new file mode 100644 index 000000000..108143afc --- /dev/null +++ b/icons/mug.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/music.svg b/icons/music.svg index 0d0577c9d..29cca2f65 100644 --- a/icons/music.svg +++ b/icons/music.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/news.svg b/icons/news.svg index ee41a3955..02c5f9fa2 100644 --- a/icons/news.svg +++ b/icons/news.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/notification.svg b/icons/notification.svg index 9bca8fcf7..118443fb9 100644 --- a/icons/notification.svg +++ b/icons/notification.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/package.svg b/icons/package.svg index 730673b83..38edae2c8 100644 --- a/icons/package.svg +++ b/icons/package.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/paint.svg b/icons/paint.svg index ef0542cf3..53a525011 100644 --- a/icons/paint.svg +++ b/icons/paint.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/palette.svg b/icons/palette.svg new file mode 100644 index 000000000..d5bcc66ca --- /dev/null +++ b/icons/palette.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/paperclip.svg b/icons/paperclip.svg index b995ac28c..2d0c10a06 100644 --- a/icons/paperclip.svg +++ b/icons/paperclip.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/parking.svg b/icons/parking.svg index e3bf27b61..fb10f61b8 100644 --- a/icons/parking.svg +++ b/icons/parking.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/pencil.svg b/icons/pencil.svg new file mode 100644 index 000000000..e71497309 --- /dev/null +++ b/icons/pencil.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/phone-call.svg b/icons/phone-call.svg index 8924b6024..8add59c34 100644 --- a/icons/phone-call.svg +++ b/icons/phone-call.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/phone-incoming.svg b/icons/phone-incoming.svg index c26f1beac..82480b946 100644 --- a/icons/phone-incoming.svg +++ b/icons/phone-incoming.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/phone-outgoing.svg b/icons/phone-outgoing.svg index 40095d4d5..078e7080e 100644 --- a/icons/phone-outgoing.svg +++ b/icons/phone-outgoing.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/phone-pause.svg b/icons/phone-pause.svg index 02426faa0..c3de0f633 100644 --- a/icons/phone-pause.svg +++ b/icons/phone-pause.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/phone.svg b/icons/phone.svg index c0aff957a..65ed9b0ce 100644 --- a/icons/phone.svg +++ b/icons/phone.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/photo.svg b/icons/photo.svg index 4fd71a172..1bc21c5ac 100644 --- a/icons/photo.svg +++ b/icons/photo.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/plus.svg b/icons/plus.svg index a04c43d25..ccd07cd79 100644 --- a/icons/plus.svg +++ b/icons/plus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/point.svg b/icons/point.svg index a7c45aac2..fce2a56be 100644 --- a/icons/point.svg +++ b/icons/point.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/power.svg b/icons/power.svg index 138764ade..e2476a134 100644 --- a/icons/power.svg +++ b/icons/power.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/printer.svg b/icons/printer.svg index 670273929..7c79c9421 100644 --- a/icons/printer.svg +++ b/icons/printer.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/prompt.svg b/icons/prompt.svg index 55b63f17d..a3b3ff132 100644 --- a/icons/prompt.svg +++ b/icons/prompt.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/puzzle.svg b/icons/puzzle.svg index 58d1275d0..1dc4cdce6 100644 --- a/icons/puzzle.svg +++ b/icons/puzzle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/qrcode.svg b/icons/qrcode.svg index 46a5adfef..2371174eb 100644 --- a/icons/qrcode.svg +++ b/icons/qrcode.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/record-mail.svg b/icons/record-mail.svg new file mode 100644 index 000000000..cf93a4a3e --- /dev/null +++ b/icons/record-mail.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/refresh.svg b/icons/refresh.svg index 28ad85be5..2e583b256 100644 --- a/icons/refresh.svg +++ b/icons/refresh.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/registered.svg b/icons/registered.svg index 537a77d97..03ecaeb7e 100644 --- a/icons/registered.svg +++ b/icons/registered.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/rotate-clockwise.svg b/icons/rotate-clockwise.svg index 144294760..f95c2cbfc 100644 --- a/icons/rotate-clockwise.svg +++ b/icons/rotate-clockwise.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/rotate.svg b/icons/rotate.svg index 9e6cc0289..b806a991d 100644 --- a/icons/rotate.svg +++ b/icons/rotate.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/route.svg b/icons/route.svg index 60f3634e0..229447d34 100644 --- a/icons/route.svg +++ b/icons/route.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/router.svg b/icons/router.svg index dda928070..9eb9c794f 100644 --- a/icons/router.svg +++ b/icons/router.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/rss.svg b/icons/rss.svg index 6801e7223..b92ea8f58 100644 --- a/icons/rss.svg +++ b/icons/rss.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/ruler.svg b/icons/ruler.svg new file mode 100644 index 000000000..3365c781d --- /dev/null +++ b/icons/ruler.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/scissors.svg b/icons/scissors.svg new file mode 100644 index 000000000..7fcb0a8c9 --- /dev/null +++ b/icons/scissors.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/search.svg b/icons/search.svg index c504fa4bb..a0b0ddc64 100644 --- a/icons/search.svg +++ b/icons/search.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/selector.svg b/icons/selector.svg index 989514cf6..c31651f4b 100644 --- a/icons/selector.svg +++ b/icons/selector.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/send.svg b/icons/send.svg index 3666b9fda..0a313fa30 100644 --- a/icons/send.svg +++ b/icons/send.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/server.svg b/icons/server.svg index 3885325e4..683ebc5bb 100644 --- a/icons/server.svg +++ b/icons/server.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/settings.svg b/icons/settings.svg index 518097c35..d3ed7d203 100644 --- a/icons/settings.svg +++ b/icons/settings.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/share.svg b/icons/share.svg index e48f3b277..ed92cf805 100644 --- a/icons/share.svg +++ b/icons/share.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/shield-check.svg b/icons/shield-check.svg index d2f6f6e74..dd119a7f6 100644 --- a/icons/shield-check.svg +++ b/icons/shield-check.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/shield-x.svg b/icons/shield-x.svg index dd29d14fa..6aa32b851 100644 --- a/icons/shield-x.svg +++ b/icons/shield-x.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/shield.svg b/icons/shield.svg index faf442692..068ad5e1c 100644 --- a/icons/shield.svg +++ b/icons/shield.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/shopping-cart.svg b/icons/shopping-cart.svg index c46211343..1c22eb0fd 100644 --- a/icons/shopping-cart.svg +++ b/icons/shopping-cart.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/sort-ascending.svg b/icons/sort-ascending.svg index 9954e7d7a..c17b26e38 100644 --- a/icons/sort-ascending.svg +++ b/icons/sort-ascending.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/sort-descending.svg b/icons/sort-descending.svg index 8edc3403f..d6652081f 100644 --- a/icons/sort-descending.svg +++ b/icons/sort-descending.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/square-check.svg b/icons/square-check.svg index 764ce0f86..9542ac893 100644 --- a/icons/square-check.svg +++ b/icons/square-check.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/square-minus.svg b/icons/square-minus.svg index b36dff7d1..d5c1aff27 100644 --- a/icons/square-minus.svg +++ b/icons/square-minus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/square-plus.svg b/icons/square-plus.svg index b197213cb..e23234ca3 100644 --- a/icons/square-plus.svg +++ b/icons/square-plus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/square-x.svg b/icons/square-x.svg index 4c3b3da78..cb6a394bb 100644 --- a/icons/square-x.svg +++ b/icons/square-x.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/square.svg b/icons/square.svg index 3ad3e7952..698c564c8 100644 --- a/icons/square.svg +++ b/icons/square.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/stack.svg b/icons/stack.svg new file mode 100644 index 000000000..11fc91300 --- /dev/null +++ b/icons/stack.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/star.svg b/icons/star.svg index 940843be7..fe0f14836 100644 --- a/icons/star.svg +++ b/icons/star.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/sticker.svg b/icons/sticker.svg index 888d34976..d6dd8f1e7 100644 --- a/icons/sticker.svg +++ b/icons/sticker.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/sun.svg b/icons/sun.svg index 5c59dd9f8..8c3322530 100644 --- a/icons/sun.svg +++ b/icons/sun.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/switch-horizontal.svg b/icons/switch-horizontal.svg index ff5be40d5..b3a378548 100644 --- a/icons/switch-horizontal.svg +++ b/icons/switch-horizontal.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/switch-vertical.svg b/icons/switch-vertical.svg index 480ecb1d5..edd039ca8 100644 --- a/icons/switch-vertical.svg +++ b/icons/switch-vertical.svg @@ -1,11 +1,9 @@ - - + - diff --git a/icons/switch.svg b/icons/switch.svg index a88a6454f..751bb693d 100644 --- a/icons/switch.svg +++ b/icons/switch.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/tag.svg b/icons/tag.svg index eb642210c..ef7a63d69 100644 --- a/icons/tag.svg +++ b/icons/tag.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/target.svg b/icons/target.svg index 11d2a7eea..597e49a44 100644 --- a/icons/target.svg +++ b/icons/target.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/temperature-celsius.svg b/icons/temperature-celsius.svg index d20093eec..2e33e1666 100644 --- a/icons/temperature-celsius.svg +++ b/icons/temperature-celsius.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/temperature-fahrenheit.svg b/icons/temperature-fahrenheit.svg index 1842f8fd6..4d047efe6 100644 --- a/icons/temperature-fahrenheit.svg +++ b/icons/temperature-fahrenheit.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/temperature.svg b/icons/temperature.svg index 35ad86a7e..a9a7bc9b4 100644 --- a/icons/temperature.svg +++ b/icons/temperature.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/template.svg b/icons/template.svg index d2261cdab..85002e8c1 100644 --- a/icons/template.svg +++ b/icons/template.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/test-pipe.svg b/icons/test-pipe.svg index d0d763f41..fdc2834f4 100644 --- a/icons/test-pipe.svg +++ b/icons/test-pipe.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/thumb-down.svg b/icons/thumb-down.svg index 306f2bef2..761220c01 100644 --- a/icons/thumb-down.svg +++ b/icons/thumb-down.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/thumb-up.svg b/icons/thumb-up.svg index c1f050a67..8c66637c5 100644 --- a/icons/thumb-up.svg +++ b/icons/thumb-up.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/ticket.svg b/icons/ticket.svg index 08f7cab97..3c1b4d917 100644 --- a/icons/ticket.svg +++ b/icons/ticket.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/toggle-left.svg b/icons/toggle-left.svg index 26f40b447..c3048d424 100644 --- a/icons/toggle-left.svg +++ b/icons/toggle-left.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/toggle-right.svg b/icons/toggle-right.svg index b54fd0bb9..d3edd633a 100644 --- a/icons/toggle-right.svg +++ b/icons/toggle-right.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/tool.svg b/icons/tool.svg index df9dfa0f0..34ffa6d66 100644 --- a/icons/tool.svg +++ b/icons/tool.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/trash.svg b/icons/trash.svg index 658d61959..16ed6a6bf 100644 --- a/icons/trash.svg +++ b/icons/trash.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/trending-down.svg b/icons/trending-down.svg index f3d334536..ef252f807 100644 --- a/icons/trending-down.svg +++ b/icons/trending-down.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/trending-up.svg b/icons/trending-up.svg index 931d32e0c..aa7c86359 100644 --- a/icons/trending-up.svg +++ b/icons/trending-up.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/triangle.svg b/icons/triangle.svg index 9b9b7e33f..267133471 100644 --- a/icons/triangle.svg +++ b/icons/triangle.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/trophy.svg b/icons/trophy.svg index 458747e9a..c7faaa641 100644 --- a/icons/trophy.svg +++ b/icons/trophy.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/unlink.svg b/icons/unlink.svg index 25cc6f0a4..63d8857e6 100644 --- a/icons/unlink.svg +++ b/icons/unlink.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/upload.svg b/icons/upload.svg index bfea0cb69..603d27506 100644 --- a/icons/upload.svg +++ b/icons/upload.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/urgent.svg b/icons/urgent.svg index 9c7acdd48..c3c964941 100644 --- a/icons/urgent.svg +++ b/icons/urgent.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/user-check.svg b/icons/user-check.svg index 99eb85db6..67752a0c3 100644 --- a/icons/user-check.svg +++ b/icons/user-check.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/user-minus.svg b/icons/user-minus.svg index 5787c4c94..0461dd458 100644 --- a/icons/user-minus.svg +++ b/icons/user-minus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/user-plus.svg b/icons/user-plus.svg index d525d7e15..07a9fe1f8 100644 --- a/icons/user-plus.svg +++ b/icons/user-plus.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/user-x.svg b/icons/user-x.svg index ddd313930..4252d79e8 100644 --- a/icons/user-x.svg +++ b/icons/user-x.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/user.svg b/icons/user.svg index e8e2ce668..b5f7ca689 100644 --- a/icons/user.svg +++ b/icons/user.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/viewfinder.svg b/icons/viewfinder.svg index a3b8ca0f7..3fddeced4 100644 --- a/icons/viewfinder.svg +++ b/icons/viewfinder.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/volume-2.svg b/icons/volume-2.svg index c236c91c3..b6af3b4e5 100644 --- a/icons/volume-2.svg +++ b/icons/volume-2.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/volume-3.svg b/icons/volume-3.svg index 5e07f0314..3292afa34 100644 --- a/icons/volume-3.svg +++ b/icons/volume-3.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/volume.svg b/icons/volume.svg index d500f8563..b23979490 100644 --- a/icons/volume.svg +++ b/icons/volume.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/wifi.svg b/icons/wifi.svg index 69050b1b9..d84759722 100644 --- a/icons/wifi.svg +++ b/icons/wifi.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/woman.svg b/icons/woman.svg index a2cc950ae..bb14e0621 100644 --- a/icons/woman.svg +++ b/icons/woman.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/world.svg b/icons/world.svg index a7e0ed9a8..c34298860 100644 --- a/icons/world.svg +++ b/icons/world.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/x.svg b/icons/x.svg index cc768014b..ff7f01707 100644 --- a/icons/x.svg +++ b/icons/x.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/zoom-in.svg b/icons/zoom-in.svg index 227cfd676..deae9fa67 100644 --- a/icons/zoom-in.svg +++ b/icons/zoom-in.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/zoom-out.svg b/icons/zoom-out.svg index 9c05ac9a3..a5e702c91 100644 --- a/icons/zoom-out.svg +++ b/icons/zoom-out.svg @@ -1,5 +1,5 @@ - + diff --git a/src/_icons/alarm.svg b/src/_icons/alarm.svg new file mode 100644 index 000000000..4b7996bd6 --- /dev/null +++ b/src/_icons/alarm.svg @@ -0,0 +1,9 @@ +--- +tags: [time, watch, clock] +--- + + + + + + diff --git a/src/_icons/arrow-back.svg b/src/_icons/arrow-back.svg new file mode 100644 index 000000000..dab9f2798 --- /dev/null +++ b/src/_icons/arrow-back.svg @@ -0,0 +1,6 @@ +--- +tags: [] +--- + + + diff --git a/src/_icons/arrow-forward.svg b/src/_icons/arrow-forward.svg new file mode 100644 index 000000000..34c5e1dfe --- /dev/null +++ b/src/_icons/arrow-forward.svg @@ -0,0 +1,6 @@ +--- +tags: [] +--- + + + diff --git a/src/_icons/artboard.svg b/src/_icons/artboard.svg new file mode 100644 index 000000000..ebf7104d1 --- /dev/null +++ b/src/_icons/artboard.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/src/_icons/award.svg b/src/_icons/award.svg new file mode 100644 index 000000000..3f488f3ff --- /dev/null +++ b/src/_icons/award.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/bug.svg b/src/_icons/bug.svg new file mode 100644 index 000000000..9bf0b4fe2 --- /dev/null +++ b/src/_icons/bug.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/src/_icons/calendar-event.svg b/src/_icons/calendar-event.svg new file mode 100644 index 000000000..4aa8cee72 --- /dev/null +++ b/src/_icons/calendar-event.svg @@ -0,0 +1,10 @@ +--- +tags: [date, day, plan, schedule, agenda] +--- + + + + + + + diff --git a/src/_icons/directions.svg b/src/_icons/directions.svg index 4021d8b46..9cb450d3e 100644 --- a/src/_icons/directions.svg +++ b/src/_icons/directions.svg @@ -2,8 +2,8 @@ tags: [travel, navigation, discover] --- - - + + diff --git a/src/_icons/disabled.svg b/src/_icons/disabled.svg index fd9c72a08..157aa3eac 100644 --- a/src/_icons/disabled.svg +++ b/src/_icons/disabled.svg @@ -5,5 +5,5 @@ tags: [wheelchair] - + diff --git a/src/_icons/disc.svg b/src/_icons/disc.svg index a87332b46..f09c7b0b4 100644 --- a/src/_icons/disc.svg +++ b/src/_icons/disc.svg @@ -2,6 +2,8 @@ tags: [cd, music, album] --- - + + + diff --git a/src/_icons/edit.svg b/src/_icons/edit.svg index 1bc8b10c9..caf302371 100644 --- a/src/_icons/edit.svg +++ b/src/_icons/edit.svg @@ -4,4 +4,5 @@ tags: [pencil, change] + diff --git a/src/_icons/globe.svg b/src/_icons/globe.svg new file mode 100644 index 000000000..49ab57690 --- /dev/null +++ b/src/_icons/globe.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/help.svg b/src/_icons/help.svg new file mode 100644 index 000000000..2a1cb0ab7 --- /dev/null +++ b/src/_icons/help.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/mug.svg b/src/_icons/mug.svg new file mode 100644 index 000000000..1525619e1 --- /dev/null +++ b/src/_icons/mug.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/palette.svg b/src/_icons/palette.svg new file mode 100644 index 000000000..14f09d034 --- /dev/null +++ b/src/_icons/palette.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/pencil.svg b/src/_icons/pencil.svg new file mode 100644 index 000000000..9ace37767 --- /dev/null +++ b/src/_icons/pencil.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/record-mail.svg b/src/_icons/record-mail.svg new file mode 100644 index 000000000..8ee5886b2 --- /dev/null +++ b/src/_icons/record-mail.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/ruler.svg b/src/_icons/ruler.svg new file mode 100644 index 000000000..847a84f95 --- /dev/null +++ b/src/_icons/ruler.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/scissors.svg b/src/_icons/scissors.svg new file mode 100644 index 000000000..583197c9a --- /dev/null +++ b/src/_icons/scissors.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/stack.svg b/src/_icons/stack.svg new file mode 100644 index 000000000..554507e8f --- /dev/null +++ b/src/_icons/stack.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/switch-vertical.svg b/src/_icons/switch-vertical.svg index 165cd5498..1c4b7a409 100644 --- a/src/_icons/switch-vertical.svg +++ b/src/_icons/switch-vertical.svg @@ -2,10 +2,8 @@ tags: [toggle, up, down, arrows] --- - - diff --git a/src/_includes/icon.html b/src/_includes/icon.html index 25ec600d5..39b96aaaf 100644 --- a/src/_includes/icon.html +++ b/src/_includes/icon.html @@ -1,2 +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 }} + {% endcapture %}{% assign content = icon.content | replace: '', replace-to %}{{ content }}