From 7a95449c82302ddb818df80d1c16515011ffe89f Mon Sep 17 00:00:00 2001 From: Andreas Reinhold / reini Date: Thu, 17 Sep 2026 04:04:06 +0200 Subject: [PATCH] Draw the 67 Material Symbols Google ships without a viewBox at every size Google publishes 67 symbols per cut (auto_awesome, insights, tips_and_updates, battery_50 ...) with width and height but no viewBox, their paths in 24 units, or 20 in the 20 cut, where every other symbol draws in `0 -960 960 960`. bin/fetch-symbols dropped the size so CSS decides it, which left these with no coordinate system: `` drew them at 1:1, whole only at exactly 24px and cut off or misplaced at any other size, the 20 cut every small button uses included. normalise() now turns a file's width and height into its viewBox when it has none, before dropping them. The 268 files are regenerated from Google's originals at the recorded SOURCE commit with the fixed step (each shipped file matched the old step's output first; the other 16,272 do not change), and every path lies inside its new viewBox. IconTest checks that each shipped symbol has a viewBox and that `` renders in 20 units at size 16 and in 24 at size 32; both fail without the change. Co-Authored-By: Claude Opus 5 (1M context) --- UPGRADE.md | 5 +++++ bin/fetch-symbols | 7 ++++++- resources/svg/symbols/filled-20/assistant.svg | 2 +- .../filled-20/astrophotography_auto.svg | 2 +- .../symbols/filled-20/astrophotography_off.svg | 2 +- .../symbols/filled-20/auto_activity_zone.svg | 2 +- .../svg/symbols/filled-20/auto_awesome.svg | 2 +- .../symbols/filled-20/auto_detect_voice.svg | 2 +- resources/svg/symbols/filled-20/auto_fix.svg | 2 +- .../svg/symbols/filled-20/auto_fix_high.svg | 2 +- .../svg/symbols/filled-20/auto_fix_normal.svg | 2 +- .../svg/symbols/filled-20/auto_fix_off.svg | 2 +- resources/svg/symbols/filled-20/auto_graph.svg | 2 +- resources/svg/symbols/filled-20/auto_mode.svg | 2 +- .../svg/symbols/filled-20/auto_schedule.svg | 2 +- resources/svg/symbols/filled-20/autopay.svg | 2 +- resources/svg/symbols/filled-20/battery_20.svg | 2 +- resources/svg/symbols/filled-20/battery_30.svg | 2 +- resources/svg/symbols/filled-20/battery_50.svg | 2 +- resources/svg/symbols/filled-20/battery_60.svg | 2 +- resources/svg/symbols/filled-20/battery_80.svg | 2 +- resources/svg/symbols/filled-20/battery_90.svg | 2 +- .../svg/symbols/filled-20/battery_vert_005.svg | 2 +- .../svg/symbols/filled-20/battery_vert_020.svg | 2 +- .../svg/symbols/filled-20/battery_vert_050.svg | 2 +- .../svg/symbols/filled-20/camera_enhance.svg | 2 +- .../svg/symbols/filled-20/cloud_queue.svg | 2 +- resources/svg/symbols/filled-20/cloudy.svg | 2 +- .../svg/symbols/filled-20/cloudy_filled.svg | 2 +- .../filled-20/drive_file_move_outline.svg | 2 +- .../symbols/filled-20/drive_file_move_rtl.svg | 2 +- .../filled-20/drive_file_rename_outline.svg | 2 +- .../symbols/filled-20/error_circle_rounded.svg | 2 +- .../filled-20/face_retouching_natural.svg | 2 +- .../svg/symbols/filled-20/file_download.svg | 2 +- .../svg/symbols/filled-20/file_upload.svg | 2 +- .../svg/symbols/filled-20/flourescent.svg | 2 +- .../symbols/filled-20/generating_tokens.svg | 2 +- .../symbols/filled-20/google_plus_reshare.svg | 2 +- .../svg/symbols/filled-20/hourglass_full.svg | 2 +- .../symbols/filled-20/image_not_supported.svg | 2 +- resources/svg/symbols/filled-20/insights.svg | 2 +- resources/svg/symbols/filled-20/join_full.svg | 2 +- .../svg/symbols/filled-20/keyboard_voice.svg | 2 +- .../symbols/filled-20/location_automation.svg | 2 +- .../svg/symbols/filled-20/magic_button.svg | 2 +- .../svg/symbols/filled-20/movie_filter.svg | 2 +- .../svg/symbols/filled-20/nest_locator_tag.svg | 2 +- .../svg/symbols/filled-20/nest_wifi_gale.svg | 2 +- .../symbols/filled-20/nest_wifi_mistral.svg | 2 +- .../filled-20/nest_wifi_point_vento.svg | 2 +- resources/svg/symbols/filled-20/note.svg | 2 +- .../svg/symbols/filled-20/person_filled.svg | 2 +- .../phone_in_talk_watchface_indicator.svg | 2 +- .../svg/symbols/filled-20/photo_filter.svg | 2 +- .../svg/symbols/filled-20/power_rounded.svg | 2 +- resources/svg/symbols/filled-20/push_pin.svg | 2 +- .../symbols/filled-20/replay_circle_filled.svg | 2 +- .../svg/symbols/filled-20/settings_suggest.svg | 2 +- .../svg/symbols/filled-20/smart_button.svg | 2 +- resources/svg/symbols/filled-20/sms_failed.svg | 2 +- .../filled-20/temp_preferences_custom.svg | 2 +- .../svg/symbols/filled-20/thumb_down_off.svg | 2 +- .../svg/symbols/filled-20/thumb_up_off.svg | 2 +- .../svg/symbols/filled-20/tips_and_updates.svg | 2 +- .../svg/symbols/filled-20/tools_wrench.svg | 2 +- .../svg/symbols/filled-20/view_in_ar_new.svg | 2 +- resources/svg/symbols/filled-20/vitals.svg | 2 +- .../symbols/filled-20/workspaces_outline.svg | 2 +- resources/svg/symbols/filled/assistant.svg | 2 +- .../symbols/filled/astrophotography_auto.svg | 2 +- .../symbols/filled/astrophotography_off.svg | 2 +- .../svg/symbols/filled/auto_activity_zone.svg | 2 +- resources/svg/symbols/filled/auto_awesome.svg | 2 +- .../svg/symbols/filled/auto_detect_voice.svg | 2 +- resources/svg/symbols/filled/auto_fix.svg | 2 +- resources/svg/symbols/filled/auto_fix_high.svg | 2 +- .../svg/symbols/filled/auto_fix_normal.svg | 2 +- resources/svg/symbols/filled/auto_fix_off.svg | 2 +- resources/svg/symbols/filled/auto_graph.svg | 2 +- resources/svg/symbols/filled/auto_mode.svg | 2 +- resources/svg/symbols/filled/auto_schedule.svg | 2 +- resources/svg/symbols/filled/autopay.svg | 2 +- resources/svg/symbols/filled/battery_20.svg | 2 +- resources/svg/symbols/filled/battery_30.svg | 2 +- resources/svg/symbols/filled/battery_50.svg | 2 +- resources/svg/symbols/filled/battery_60.svg | 2 +- resources/svg/symbols/filled/battery_80.svg | 2 +- resources/svg/symbols/filled/battery_90.svg | 2 +- .../svg/symbols/filled/battery_vert_005.svg | 2 +- .../svg/symbols/filled/battery_vert_020.svg | 2 +- .../svg/symbols/filled/battery_vert_050.svg | 2 +- .../svg/symbols/filled/camera_enhance.svg | 2 +- resources/svg/symbols/filled/cloud_queue.svg | 2 +- resources/svg/symbols/filled/cloudy.svg | 2 +- resources/svg/symbols/filled/cloudy_filled.svg | 2 +- .../symbols/filled/drive_file_move_outline.svg | 2 +- .../svg/symbols/filled/drive_file_move_rtl.svg | 2 +- .../filled/drive_file_rename_outline.svg | 2 +- .../symbols/filled/error_circle_rounded.svg | 2 +- .../symbols/filled/face_retouching_natural.svg | 2 +- resources/svg/symbols/filled/file_download.svg | 2 +- resources/svg/symbols/filled/file_upload.svg | 2 +- resources/svg/symbols/filled/flourescent.svg | 2 +- .../svg/symbols/filled/generating_tokens.svg | 2 +- .../svg/symbols/filled/google_plus_reshare.svg | 2 +- .../svg/symbols/filled/hourglass_full.svg | 2 +- .../svg/symbols/filled/image_not_supported.svg | 2 +- resources/svg/symbols/filled/insights.svg | 2 +- resources/svg/symbols/filled/join_full.svg | 2 +- .../svg/symbols/filled/keyboard_voice.svg | 2 +- .../svg/symbols/filled/location_automation.svg | 2 +- resources/svg/symbols/filled/magic_button.svg | 2 +- resources/svg/symbols/filled/movie_filter.svg | 2 +- .../svg/symbols/filled/nest_locator_tag.svg | 2 +- .../svg/symbols/filled/nest_wifi_gale.svg | 2 +- .../svg/symbols/filled/nest_wifi_mistral.svg | 2 +- .../symbols/filled/nest_wifi_point_vento.svg | 2 +- resources/svg/symbols/filled/note.svg | 2 +- resources/svg/symbols/filled/person_filled.svg | 2 +- .../phone_in_talk_watchface_indicator.svg | 2 +- resources/svg/symbols/filled/photo_filter.svg | 2 +- resources/svg/symbols/filled/power_rounded.svg | 2 +- resources/svg/symbols/filled/push_pin.svg | 2 +- .../symbols/filled/replay_circle_filled.svg | 2 +- .../svg/symbols/filled/settings_suggest.svg | 2 +- resources/svg/symbols/filled/smart_button.svg | 2 +- resources/svg/symbols/filled/sms_failed.svg | 2 +- .../symbols/filled/temp_preferences_custom.svg | 2 +- .../svg/symbols/filled/thumb_down_off.svg | 2 +- resources/svg/symbols/filled/thumb_up_off.svg | 2 +- .../svg/symbols/filled/tips_and_updates.svg | 2 +- resources/svg/symbols/filled/tools_wrench.svg | 2 +- .../svg/symbols/filled/view_in_ar_new.svg | 2 +- resources/svg/symbols/filled/vitals.svg | 2 +- .../svg/symbols/filled/workspaces_outline.svg | 2 +- .../svg/symbols/outlined-20/assistant.svg | 2 +- .../outlined-20/astrophotography_auto.svg | 2 +- .../outlined-20/astrophotography_off.svg | 2 +- .../symbols/outlined-20/auto_activity_zone.svg | 2 +- .../svg/symbols/outlined-20/auto_awesome.svg | 2 +- .../symbols/outlined-20/auto_detect_voice.svg | 2 +- resources/svg/symbols/outlined-20/auto_fix.svg | 2 +- .../svg/symbols/outlined-20/auto_fix_high.svg | 2 +- .../symbols/outlined-20/auto_fix_normal.svg | 2 +- .../svg/symbols/outlined-20/auto_fix_off.svg | 2 +- .../svg/symbols/outlined-20/auto_graph.svg | 2 +- .../svg/symbols/outlined-20/auto_mode.svg | 2 +- .../svg/symbols/outlined-20/auto_schedule.svg | 2 +- resources/svg/symbols/outlined-20/autopay.svg | 2 +- .../svg/symbols/outlined-20/battery_20.svg | 2 +- .../svg/symbols/outlined-20/battery_30.svg | 2 +- .../svg/symbols/outlined-20/battery_50.svg | 2 +- .../svg/symbols/outlined-20/battery_60.svg | 2 +- .../svg/symbols/outlined-20/battery_80.svg | 2 +- .../svg/symbols/outlined-20/battery_90.svg | 2 +- .../symbols/outlined-20/battery_vert_005.svg | 2 +- .../symbols/outlined-20/battery_vert_020.svg | 2 +- .../symbols/outlined-20/battery_vert_050.svg | 2 +- .../svg/symbols/outlined-20/camera_enhance.svg | 2 +- .../svg/symbols/outlined-20/cloud_queue.svg | 2 +- resources/svg/symbols/outlined-20/cloudy.svg | 2 +- .../svg/symbols/outlined-20/cloudy_filled.svg | 2 +- .../outlined-20/drive_file_move_outline.svg | 2 +- .../outlined-20/drive_file_move_rtl.svg | 2 +- .../outlined-20/drive_file_rename_outline.svg | 2 +- .../outlined-20/error_circle_rounded.svg | 2 +- .../outlined-20/face_retouching_natural.svg | 2 +- .../svg/symbols/outlined-20/file_download.svg | 2 +- .../svg/symbols/outlined-20/file_upload.svg | 2 +- .../svg/symbols/outlined-20/flourescent.svg | 2 +- .../symbols/outlined-20/generating_tokens.svg | 2 +- .../outlined-20/google_plus_reshare.svg | 2 +- .../svg/symbols/outlined-20/hourglass_full.svg | 2 +- .../outlined-20/image_not_supported.svg | 2 +- resources/svg/symbols/outlined-20/insights.svg | 2 +- .../svg/symbols/outlined-20/join_full.svg | 2 +- .../svg/symbols/outlined-20/keyboard_voice.svg | 2 +- .../outlined-20/location_automation.svg | 2 +- .../svg/symbols/outlined-20/magic_button.svg | 2 +- .../svg/symbols/outlined-20/movie_filter.svg | 2 +- .../symbols/outlined-20/nest_locator_tag.svg | 2 +- .../svg/symbols/outlined-20/nest_wifi_gale.svg | 2 +- .../symbols/outlined-20/nest_wifi_mistral.svg | 2 +- .../outlined-20/nest_wifi_point_vento.svg | 2 +- resources/svg/symbols/outlined-20/note.svg | 2 +- .../svg/symbols/outlined-20/person_filled.svg | 2 +- .../phone_in_talk_watchface_indicator.svg | 2 +- .../svg/symbols/outlined-20/photo_filter.svg | 2 +- .../svg/symbols/outlined-20/power_rounded.svg | 2 +- resources/svg/symbols/outlined-20/push_pin.svg | 2 +- .../outlined-20/replay_circle_filled.svg | 2 +- .../symbols/outlined-20/settings_suggest.svg | 2 +- .../svg/symbols/outlined-20/smart_button.svg | 2 +- .../svg/symbols/outlined-20/sms_failed.svg | 2 +- .../outlined-20/temp_preferences_custom.svg | 2 +- .../svg/symbols/outlined-20/thumb_down_off.svg | 2 +- .../svg/symbols/outlined-20/thumb_up_off.svg | 2 +- .../symbols/outlined-20/tips_and_updates.svg | 2 +- .../svg/symbols/outlined-20/tools_wrench.svg | 2 +- .../svg/symbols/outlined-20/view_in_ar_new.svg | 2 +- resources/svg/symbols/outlined-20/vitals.svg | 2 +- .../symbols/outlined-20/workspaces_outline.svg | 2 +- resources/svg/symbols/outlined/assistant.svg | 2 +- .../symbols/outlined/astrophotography_auto.svg | 2 +- .../symbols/outlined/astrophotography_off.svg | 2 +- .../symbols/outlined/auto_activity_zone.svg | 2 +- .../svg/symbols/outlined/auto_awesome.svg | 2 +- .../svg/symbols/outlined/auto_detect_voice.svg | 2 +- resources/svg/symbols/outlined/auto_fix.svg | 2 +- .../svg/symbols/outlined/auto_fix_high.svg | 2 +- .../svg/symbols/outlined/auto_fix_normal.svg | 2 +- .../svg/symbols/outlined/auto_fix_off.svg | 2 +- resources/svg/symbols/outlined/auto_graph.svg | 2 +- resources/svg/symbols/outlined/auto_mode.svg | 2 +- .../svg/symbols/outlined/auto_schedule.svg | 2 +- resources/svg/symbols/outlined/autopay.svg | 2 +- resources/svg/symbols/outlined/battery_20.svg | 2 +- resources/svg/symbols/outlined/battery_30.svg | 2 +- resources/svg/symbols/outlined/battery_50.svg | 2 +- resources/svg/symbols/outlined/battery_60.svg | 2 +- resources/svg/symbols/outlined/battery_80.svg | 2 +- resources/svg/symbols/outlined/battery_90.svg | 2 +- .../svg/symbols/outlined/battery_vert_005.svg | 2 +- .../svg/symbols/outlined/battery_vert_020.svg | 2 +- .../svg/symbols/outlined/battery_vert_050.svg | 2 +- .../svg/symbols/outlined/camera_enhance.svg | 2 +- resources/svg/symbols/outlined/cloud_queue.svg | 2 +- resources/svg/symbols/outlined/cloudy.svg | 2 +- .../svg/symbols/outlined/cloudy_filled.svg | 2 +- .../outlined/drive_file_move_outline.svg | 2 +- .../symbols/outlined/drive_file_move_rtl.svg | 2 +- .../outlined/drive_file_rename_outline.svg | 2 +- .../symbols/outlined/error_circle_rounded.svg | 2 +- .../outlined/face_retouching_natural.svg | 2 +- .../svg/symbols/outlined/file_download.svg | 2 +- resources/svg/symbols/outlined/file_upload.svg | 2 +- resources/svg/symbols/outlined/flourescent.svg | 2 +- .../svg/symbols/outlined/generating_tokens.svg | 2 +- .../symbols/outlined/google_plus_reshare.svg | 2 +- .../svg/symbols/outlined/hourglass_full.svg | 2 +- .../symbols/outlined/image_not_supported.svg | 2 +- resources/svg/symbols/outlined/insights.svg | 2 +- resources/svg/symbols/outlined/join_full.svg | 2 +- .../svg/symbols/outlined/keyboard_voice.svg | 2 +- .../symbols/outlined/location_automation.svg | 2 +- .../svg/symbols/outlined/magic_button.svg | 2 +- .../svg/symbols/outlined/movie_filter.svg | 2 +- .../svg/symbols/outlined/nest_locator_tag.svg | 2 +- .../svg/symbols/outlined/nest_wifi_gale.svg | 2 +- .../svg/symbols/outlined/nest_wifi_mistral.svg | 2 +- .../symbols/outlined/nest_wifi_point_vento.svg | 2 +- resources/svg/symbols/outlined/note.svg | 2 +- .../svg/symbols/outlined/person_filled.svg | 2 +- .../phone_in_talk_watchface_indicator.svg | 2 +- .../svg/symbols/outlined/photo_filter.svg | 2 +- .../svg/symbols/outlined/power_rounded.svg | 2 +- resources/svg/symbols/outlined/push_pin.svg | 2 +- .../symbols/outlined/replay_circle_filled.svg | 2 +- .../svg/symbols/outlined/settings_suggest.svg | 2 +- .../svg/symbols/outlined/smart_button.svg | 2 +- resources/svg/symbols/outlined/sms_failed.svg | 2 +- .../outlined/temp_preferences_custom.svg | 2 +- .../svg/symbols/outlined/thumb_down_off.svg | 2 +- .../svg/symbols/outlined/thumb_up_off.svg | 2 +- .../svg/symbols/outlined/tips_and_updates.svg | 2 +- .../svg/symbols/outlined/tools_wrench.svg | 2 +- .../svg/symbols/outlined/view_in_ar_new.svg | 2 +- resources/svg/symbols/outlined/vitals.svg | 2 +- .../symbols/outlined/workspaces_outline.svg | 2 +- tests/Feature/Components/IconTest.php | 18 +++++++++++++++++- 271 files changed, 296 insertions(+), 270 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 3c5fa58c..6a26187d 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -23,6 +23,11 @@ dropped the fill without saying so. Hover, focus and press now tint the fill instead of hiding it. In `` a plain row takes `data-md-selected` too, beside `aria-selected="true"`. A card still takes no selected fill. +- **67 Material Symbols** in each cut (`auto_awesome`, `insights`, `tips_and_updates`, + `battery_50` …) are drawn whole at every size. Google publishes them in 24 units (20 in the 20 + cut) with a width and height but no viewBox, and the package dropped the size, so they fitted + only at exactly 24px and were cut off or misplaced at any other — the 20 cut every small button + draws from included. Nothing to change. ## From 2.0.0 to 2.1.0 diff --git a/bin/fetch-symbols b/bin/fetch-symbols index 4575d6de..08ff9a7f 100755 --- a/bin/fetch-symbols +++ b/bin/fetch-symbols @@ -53,9 +53,14 @@ for size in 24 20; do done # Google's files carry width="24" height="24" and no fill. Drop the size so CSS decides -# it, and paint in currentColor so an icon takes the colour of the text around it. +# it, and paint in currentColor so an icon takes the colour of the text around it. Nearly +# every file draws in a viewBox="0 -960 960 960"; a few carry none and draw in the units of +# their width and height (24, or 20 in the 20 cut), so the size becomes their viewBox before +# it goes, or the glyph would only fit at exactly that many pixels. normalise() { sed -E \ + -e '/viewBox=/!s/]*)height="([0-9]+)(px)?"([^>]*)width="([0-9]+)(px)?"/]*)width="([0-9]+)(px)?"([^>]*)height="([0-9]+)(px)?"/ \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/astrophotography_auto.svg b/resources/svg/symbols/filled-20/astrophotography_auto.svg index 9118991c..8cc6d902 100644 --- a/resources/svg/symbols/filled-20/astrophotography_auto.svg +++ b/resources/svg/symbols/filled-20/astrophotography_auto.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/astrophotography_off.svg b/resources/svg/symbols/filled-20/astrophotography_off.svg index 97f185d7..82a092ba 100644 --- a/resources/svg/symbols/filled-20/astrophotography_off.svg +++ b/resources/svg/symbols/filled-20/astrophotography_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/auto_activity_zone.svg b/resources/svg/symbols/filled-20/auto_activity_zone.svg index 4407c971..b7a046cf 100644 --- a/resources/svg/symbols/filled-20/auto_activity_zone.svg +++ b/resources/svg/symbols/filled-20/auto_activity_zone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/auto_awesome.svg b/resources/svg/symbols/filled-20/auto_awesome.svg index 6441f661..b5b7e51e 100644 --- a/resources/svg/symbols/filled-20/auto_awesome.svg +++ b/resources/svg/symbols/filled-20/auto_awesome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/auto_detect_voice.svg b/resources/svg/symbols/filled-20/auto_detect_voice.svg index 06434631..a07e12e8 100644 --- a/resources/svg/symbols/filled-20/auto_detect_voice.svg +++ b/resources/svg/symbols/filled-20/auto_detect_voice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/auto_fix.svg b/resources/svg/symbols/filled-20/auto_fix.svg index f0950c50..3e4e6e8d 100644 --- a/resources/svg/symbols/filled-20/auto_fix.svg +++ b/resources/svg/symbols/filled-20/auto_fix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/auto_fix_high.svg b/resources/svg/symbols/filled-20/auto_fix_high.svg index f0950c50..3e4e6e8d 100644 --- a/resources/svg/symbols/filled-20/auto_fix_high.svg +++ b/resources/svg/symbols/filled-20/auto_fix_high.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/auto_fix_normal.svg b/resources/svg/symbols/filled-20/auto_fix_normal.svg index a4bb4735..874c4a7f 100644 --- a/resources/svg/symbols/filled-20/auto_fix_normal.svg +++ b/resources/svg/symbols/filled-20/auto_fix_normal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/auto_fix_off.svg b/resources/svg/symbols/filled-20/auto_fix_off.svg index 61b5166a..f9585242 100644 --- a/resources/svg/symbols/filled-20/auto_fix_off.svg +++ b/resources/svg/symbols/filled-20/auto_fix_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/auto_graph.svg b/resources/svg/symbols/filled-20/auto_graph.svg index 6fa34d9d..87015248 100644 --- a/resources/svg/symbols/filled-20/auto_graph.svg +++ b/resources/svg/symbols/filled-20/auto_graph.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/auto_mode.svg b/resources/svg/symbols/filled-20/auto_mode.svg index ca6ee202..13178e46 100644 --- a/resources/svg/symbols/filled-20/auto_mode.svg +++ b/resources/svg/symbols/filled-20/auto_mode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/auto_schedule.svg b/resources/svg/symbols/filled-20/auto_schedule.svg index 0a11339c..63e3a956 100644 --- a/resources/svg/symbols/filled-20/auto_schedule.svg +++ b/resources/svg/symbols/filled-20/auto_schedule.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/autopay.svg b/resources/svg/symbols/filled-20/autopay.svg index fdda188a..2f90b6cf 100644 --- a/resources/svg/symbols/filled-20/autopay.svg +++ b/resources/svg/symbols/filled-20/autopay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/battery_20.svg b/resources/svg/symbols/filled-20/battery_20.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/filled-20/battery_20.svg +++ b/resources/svg/symbols/filled-20/battery_20.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/battery_30.svg b/resources/svg/symbols/filled-20/battery_30.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/filled-20/battery_30.svg +++ b/resources/svg/symbols/filled-20/battery_30.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/battery_50.svg b/resources/svg/symbols/filled-20/battery_50.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/filled-20/battery_50.svg +++ b/resources/svg/symbols/filled-20/battery_50.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/battery_60.svg b/resources/svg/symbols/filled-20/battery_60.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/filled-20/battery_60.svg +++ b/resources/svg/symbols/filled-20/battery_60.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/battery_80.svg b/resources/svg/symbols/filled-20/battery_80.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/filled-20/battery_80.svg +++ b/resources/svg/symbols/filled-20/battery_80.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/battery_90.svg b/resources/svg/symbols/filled-20/battery_90.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/filled-20/battery_90.svg +++ b/resources/svg/symbols/filled-20/battery_90.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/battery_vert_005.svg b/resources/svg/symbols/filled-20/battery_vert_005.svg index 08babbfd..5bed3a1b 100644 --- a/resources/svg/symbols/filled-20/battery_vert_005.svg +++ b/resources/svg/symbols/filled-20/battery_vert_005.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/battery_vert_020.svg b/resources/svg/symbols/filled-20/battery_vert_020.svg index 598d83a9..4028e550 100644 --- a/resources/svg/symbols/filled-20/battery_vert_020.svg +++ b/resources/svg/symbols/filled-20/battery_vert_020.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/battery_vert_050.svg b/resources/svg/symbols/filled-20/battery_vert_050.svg index b0b5a308..a31e89a4 100644 --- a/resources/svg/symbols/filled-20/battery_vert_050.svg +++ b/resources/svg/symbols/filled-20/battery_vert_050.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/camera_enhance.svg b/resources/svg/symbols/filled-20/camera_enhance.svg index c0bbd873..0717643a 100644 --- a/resources/svg/symbols/filled-20/camera_enhance.svg +++ b/resources/svg/symbols/filled-20/camera_enhance.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/cloud_queue.svg b/resources/svg/symbols/filled-20/cloud_queue.svg index e88035ee..b4ae0fdf 100644 --- a/resources/svg/symbols/filled-20/cloud_queue.svg +++ b/resources/svg/symbols/filled-20/cloud_queue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/cloudy.svg b/resources/svg/symbols/filled-20/cloudy.svg index e88035ee..b4ae0fdf 100644 --- a/resources/svg/symbols/filled-20/cloudy.svg +++ b/resources/svg/symbols/filled-20/cloudy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/cloudy_filled.svg b/resources/svg/symbols/filled-20/cloudy_filled.svg index e88035ee..b4ae0fdf 100644 --- a/resources/svg/symbols/filled-20/cloudy_filled.svg +++ b/resources/svg/symbols/filled-20/cloudy_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/drive_file_move_outline.svg b/resources/svg/symbols/filled-20/drive_file_move_outline.svg index 8cf3f698..79f7c031 100644 --- a/resources/svg/symbols/filled-20/drive_file_move_outline.svg +++ b/resources/svg/symbols/filled-20/drive_file_move_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/drive_file_move_rtl.svg b/resources/svg/symbols/filled-20/drive_file_move_rtl.svg index f07f9a51..0998d782 100644 --- a/resources/svg/symbols/filled-20/drive_file_move_rtl.svg +++ b/resources/svg/symbols/filled-20/drive_file_move_rtl.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/drive_file_rename_outline.svg b/resources/svg/symbols/filled-20/drive_file_rename_outline.svg index 54886df6..476909da 100644 --- a/resources/svg/symbols/filled-20/drive_file_rename_outline.svg +++ b/resources/svg/symbols/filled-20/drive_file_rename_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/error_circle_rounded.svg b/resources/svg/symbols/filled-20/error_circle_rounded.svg index 900a7f67..931fd7bb 100644 --- a/resources/svg/symbols/filled-20/error_circle_rounded.svg +++ b/resources/svg/symbols/filled-20/error_circle_rounded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/face_retouching_natural.svg b/resources/svg/symbols/filled-20/face_retouching_natural.svg index efa83898..6a264e22 100644 --- a/resources/svg/symbols/filled-20/face_retouching_natural.svg +++ b/resources/svg/symbols/filled-20/face_retouching_natural.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/file_download.svg b/resources/svg/symbols/filled-20/file_download.svg index ae98140f..e40e1f3b 100644 --- a/resources/svg/symbols/filled-20/file_download.svg +++ b/resources/svg/symbols/filled-20/file_download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/file_upload.svg b/resources/svg/symbols/filled-20/file_upload.svg index b7c3cfe9..8d62a13b 100644 --- a/resources/svg/symbols/filled-20/file_upload.svg +++ b/resources/svg/symbols/filled-20/file_upload.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/flourescent.svg b/resources/svg/symbols/filled-20/flourescent.svg index d562f317..f4a5aa4b 100644 --- a/resources/svg/symbols/filled-20/flourescent.svg +++ b/resources/svg/symbols/filled-20/flourescent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/generating_tokens.svg b/resources/svg/symbols/filled-20/generating_tokens.svg index a6f095c3..25b92439 100644 --- a/resources/svg/symbols/filled-20/generating_tokens.svg +++ b/resources/svg/symbols/filled-20/generating_tokens.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/google_plus_reshare.svg b/resources/svg/symbols/filled-20/google_plus_reshare.svg index 9ea6ae97..1b6a966f 100644 --- a/resources/svg/symbols/filled-20/google_plus_reshare.svg +++ b/resources/svg/symbols/filled-20/google_plus_reshare.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/hourglass_full.svg b/resources/svg/symbols/filled-20/hourglass_full.svg index 10e268f8..87bf8e18 100644 --- a/resources/svg/symbols/filled-20/hourglass_full.svg +++ b/resources/svg/symbols/filled-20/hourglass_full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/image_not_supported.svg b/resources/svg/symbols/filled-20/image_not_supported.svg index f6755de4..18cd7e21 100644 --- a/resources/svg/symbols/filled-20/image_not_supported.svg +++ b/resources/svg/symbols/filled-20/image_not_supported.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/insights.svg b/resources/svg/symbols/filled-20/insights.svg index b8053e33..c14ac803 100644 --- a/resources/svg/symbols/filled-20/insights.svg +++ b/resources/svg/symbols/filled-20/insights.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/join_full.svg b/resources/svg/symbols/filled-20/join_full.svg index 9ac17cf0..849761aa 100644 --- a/resources/svg/symbols/filled-20/join_full.svg +++ b/resources/svg/symbols/filled-20/join_full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/keyboard_voice.svg b/resources/svg/symbols/filled-20/keyboard_voice.svg index 68afb423..eed53217 100644 --- a/resources/svg/symbols/filled-20/keyboard_voice.svg +++ b/resources/svg/symbols/filled-20/keyboard_voice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/location_automation.svg b/resources/svg/symbols/filled-20/location_automation.svg index f3ae7420..4108cf67 100644 --- a/resources/svg/symbols/filled-20/location_automation.svg +++ b/resources/svg/symbols/filled-20/location_automation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/magic_button.svg b/resources/svg/symbols/filled-20/magic_button.svg index 535cf98f..941fd08b 100644 --- a/resources/svg/symbols/filled-20/magic_button.svg +++ b/resources/svg/symbols/filled-20/magic_button.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/movie_filter.svg b/resources/svg/symbols/filled-20/movie_filter.svg index f5332323..d0e39e57 100644 --- a/resources/svg/symbols/filled-20/movie_filter.svg +++ b/resources/svg/symbols/filled-20/movie_filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/nest_locator_tag.svg b/resources/svg/symbols/filled-20/nest_locator_tag.svg index f725e981..0c2a5bd0 100644 --- a/resources/svg/symbols/filled-20/nest_locator_tag.svg +++ b/resources/svg/symbols/filled-20/nest_locator_tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/nest_wifi_gale.svg b/resources/svg/symbols/filled-20/nest_wifi_gale.svg index 0e40986b..9cf93229 100644 --- a/resources/svg/symbols/filled-20/nest_wifi_gale.svg +++ b/resources/svg/symbols/filled-20/nest_wifi_gale.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/nest_wifi_mistral.svg b/resources/svg/symbols/filled-20/nest_wifi_mistral.svg index 08c3ad18..fdae387e 100644 --- a/resources/svg/symbols/filled-20/nest_wifi_mistral.svg +++ b/resources/svg/symbols/filled-20/nest_wifi_mistral.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/nest_wifi_point_vento.svg b/resources/svg/symbols/filled-20/nest_wifi_point_vento.svg index b2aeb810..5ae4d26f 100644 --- a/resources/svg/symbols/filled-20/nest_wifi_point_vento.svg +++ b/resources/svg/symbols/filled-20/nest_wifi_point_vento.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/note.svg b/resources/svg/symbols/filled-20/note.svg index 9bd351ba..70a61069 100644 --- a/resources/svg/symbols/filled-20/note.svg +++ b/resources/svg/symbols/filled-20/note.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/person_filled.svg b/resources/svg/symbols/filled-20/person_filled.svg index 678121c3..450b07de 100644 --- a/resources/svg/symbols/filled-20/person_filled.svg +++ b/resources/svg/symbols/filled-20/person_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/phone_in_talk_watchface_indicator.svg b/resources/svg/symbols/filled-20/phone_in_talk_watchface_indicator.svg index 142bd087..cb137237 100644 --- a/resources/svg/symbols/filled-20/phone_in_talk_watchface_indicator.svg +++ b/resources/svg/symbols/filled-20/phone_in_talk_watchface_indicator.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/photo_filter.svg b/resources/svg/symbols/filled-20/photo_filter.svg index d5b46a44..6bbf60fe 100644 --- a/resources/svg/symbols/filled-20/photo_filter.svg +++ b/resources/svg/symbols/filled-20/photo_filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/power_rounded.svg b/resources/svg/symbols/filled-20/power_rounded.svg index 52869069..141f9a37 100644 --- a/resources/svg/symbols/filled-20/power_rounded.svg +++ b/resources/svg/symbols/filled-20/power_rounded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/push_pin.svg b/resources/svg/symbols/filled-20/push_pin.svg index 2f63ebc7..a9615bac 100644 --- a/resources/svg/symbols/filled-20/push_pin.svg +++ b/resources/svg/symbols/filled-20/push_pin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/replay_circle_filled.svg b/resources/svg/symbols/filled-20/replay_circle_filled.svg index 39ed373f..3ffdfc0f 100644 --- a/resources/svg/symbols/filled-20/replay_circle_filled.svg +++ b/resources/svg/symbols/filled-20/replay_circle_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/settings_suggest.svg b/resources/svg/symbols/filled-20/settings_suggest.svg index f2fd6023..eaa016c0 100644 --- a/resources/svg/symbols/filled-20/settings_suggest.svg +++ b/resources/svg/symbols/filled-20/settings_suggest.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/smart_button.svg b/resources/svg/symbols/filled-20/smart_button.svg index c7f38cde..f2c43eef 100644 --- a/resources/svg/symbols/filled-20/smart_button.svg +++ b/resources/svg/symbols/filled-20/smart_button.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/sms_failed.svg b/resources/svg/symbols/filled-20/sms_failed.svg index 7577392b..73d85ccb 100644 --- a/resources/svg/symbols/filled-20/sms_failed.svg +++ b/resources/svg/symbols/filled-20/sms_failed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/temp_preferences_custom.svg b/resources/svg/symbols/filled-20/temp_preferences_custom.svg index 20a90ba5..9ac8bf17 100644 --- a/resources/svg/symbols/filled-20/temp_preferences_custom.svg +++ b/resources/svg/symbols/filled-20/temp_preferences_custom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/thumb_down_off.svg b/resources/svg/symbols/filled-20/thumb_down_off.svg index ff86f40c..5df913fc 100644 --- a/resources/svg/symbols/filled-20/thumb_down_off.svg +++ b/resources/svg/symbols/filled-20/thumb_down_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/thumb_up_off.svg b/resources/svg/symbols/filled-20/thumb_up_off.svg index 747b9168..71607d86 100644 --- a/resources/svg/symbols/filled-20/thumb_up_off.svg +++ b/resources/svg/symbols/filled-20/thumb_up_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/tips_and_updates.svg b/resources/svg/symbols/filled-20/tips_and_updates.svg index 7048c39f..e280ca46 100644 --- a/resources/svg/symbols/filled-20/tips_and_updates.svg +++ b/resources/svg/symbols/filled-20/tips_and_updates.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/tools_wrench.svg b/resources/svg/symbols/filled-20/tools_wrench.svg index 0008031b..4e011d08 100644 --- a/resources/svg/symbols/filled-20/tools_wrench.svg +++ b/resources/svg/symbols/filled-20/tools_wrench.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/view_in_ar_new.svg b/resources/svg/symbols/filled-20/view_in_ar_new.svg index 034d2806..9a1cfe81 100644 --- a/resources/svg/symbols/filled-20/view_in_ar_new.svg +++ b/resources/svg/symbols/filled-20/view_in_ar_new.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/vitals.svg b/resources/svg/symbols/filled-20/vitals.svg index c17f7e1d..34fa2979 100644 --- a/resources/svg/symbols/filled-20/vitals.svg +++ b/resources/svg/symbols/filled-20/vitals.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled-20/workspaces_outline.svg b/resources/svg/symbols/filled-20/workspaces_outline.svg index b0c55158..68913ad5 100644 --- a/resources/svg/symbols/filled-20/workspaces_outline.svg +++ b/resources/svg/symbols/filled-20/workspaces_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/assistant.svg b/resources/svg/symbols/filled/assistant.svg index 09640cc9..1ff36ed2 100644 --- a/resources/svg/symbols/filled/assistant.svg +++ b/resources/svg/symbols/filled/assistant.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/astrophotography_auto.svg b/resources/svg/symbols/filled/astrophotography_auto.svg index 2f855367..d713f8c0 100644 --- a/resources/svg/symbols/filled/astrophotography_auto.svg +++ b/resources/svg/symbols/filled/astrophotography_auto.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/astrophotography_off.svg b/resources/svg/symbols/filled/astrophotography_off.svg index 0ee6071a..80665204 100644 --- a/resources/svg/symbols/filled/astrophotography_off.svg +++ b/resources/svg/symbols/filled/astrophotography_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/auto_activity_zone.svg b/resources/svg/symbols/filled/auto_activity_zone.svg index 370fcd8d..987ca79d 100644 --- a/resources/svg/symbols/filled/auto_activity_zone.svg +++ b/resources/svg/symbols/filled/auto_activity_zone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/auto_awesome.svg b/resources/svg/symbols/filled/auto_awesome.svg index 3d1aad51..5e6c0ebd 100644 --- a/resources/svg/symbols/filled/auto_awesome.svg +++ b/resources/svg/symbols/filled/auto_awesome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/auto_detect_voice.svg b/resources/svg/symbols/filled/auto_detect_voice.svg index e695797b..2cee18e6 100644 --- a/resources/svg/symbols/filled/auto_detect_voice.svg +++ b/resources/svg/symbols/filled/auto_detect_voice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/auto_fix.svg b/resources/svg/symbols/filled/auto_fix.svg index 93243fbe..0f960af9 100644 --- a/resources/svg/symbols/filled/auto_fix.svg +++ b/resources/svg/symbols/filled/auto_fix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/auto_fix_high.svg b/resources/svg/symbols/filled/auto_fix_high.svg index 93243fbe..0f960af9 100644 --- a/resources/svg/symbols/filled/auto_fix_high.svg +++ b/resources/svg/symbols/filled/auto_fix_high.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/auto_fix_normal.svg b/resources/svg/symbols/filled/auto_fix_normal.svg index d22eeeb9..7e495447 100644 --- a/resources/svg/symbols/filled/auto_fix_normal.svg +++ b/resources/svg/symbols/filled/auto_fix_normal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/auto_fix_off.svg b/resources/svg/symbols/filled/auto_fix_off.svg index cc291da7..1aa22fd7 100644 --- a/resources/svg/symbols/filled/auto_fix_off.svg +++ b/resources/svg/symbols/filled/auto_fix_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/auto_graph.svg b/resources/svg/symbols/filled/auto_graph.svg index 8102dee2..3998aff1 100644 --- a/resources/svg/symbols/filled/auto_graph.svg +++ b/resources/svg/symbols/filled/auto_graph.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/auto_mode.svg b/resources/svg/symbols/filled/auto_mode.svg index 80479f2e..4b20db1b 100644 --- a/resources/svg/symbols/filled/auto_mode.svg +++ b/resources/svg/symbols/filled/auto_mode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/auto_schedule.svg b/resources/svg/symbols/filled/auto_schedule.svg index 8329b1a6..223e4201 100644 --- a/resources/svg/symbols/filled/auto_schedule.svg +++ b/resources/svg/symbols/filled/auto_schedule.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/autopay.svg b/resources/svg/symbols/filled/autopay.svg index 7e98c09f..79dc0ab6 100644 --- a/resources/svg/symbols/filled/autopay.svg +++ b/resources/svg/symbols/filled/autopay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/battery_20.svg b/resources/svg/symbols/filled/battery_20.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/filled/battery_20.svg +++ b/resources/svg/symbols/filled/battery_20.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/battery_30.svg b/resources/svg/symbols/filled/battery_30.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/filled/battery_30.svg +++ b/resources/svg/symbols/filled/battery_30.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/battery_50.svg b/resources/svg/symbols/filled/battery_50.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/filled/battery_50.svg +++ b/resources/svg/symbols/filled/battery_50.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/battery_60.svg b/resources/svg/symbols/filled/battery_60.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/filled/battery_60.svg +++ b/resources/svg/symbols/filled/battery_60.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/battery_80.svg b/resources/svg/symbols/filled/battery_80.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/filled/battery_80.svg +++ b/resources/svg/symbols/filled/battery_80.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/battery_90.svg b/resources/svg/symbols/filled/battery_90.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/filled/battery_90.svg +++ b/resources/svg/symbols/filled/battery_90.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/battery_vert_005.svg b/resources/svg/symbols/filled/battery_vert_005.svg index aaa0601e..739aca95 100644 --- a/resources/svg/symbols/filled/battery_vert_005.svg +++ b/resources/svg/symbols/filled/battery_vert_005.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/battery_vert_020.svg b/resources/svg/symbols/filled/battery_vert_020.svg index 678720b9..b2c13ab4 100644 --- a/resources/svg/symbols/filled/battery_vert_020.svg +++ b/resources/svg/symbols/filled/battery_vert_020.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/battery_vert_050.svg b/resources/svg/symbols/filled/battery_vert_050.svg index 508bb0f2..98f32a36 100644 --- a/resources/svg/symbols/filled/battery_vert_050.svg +++ b/resources/svg/symbols/filled/battery_vert_050.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/camera_enhance.svg b/resources/svg/symbols/filled/camera_enhance.svg index 3b24cabe..00a165c2 100644 --- a/resources/svg/symbols/filled/camera_enhance.svg +++ b/resources/svg/symbols/filled/camera_enhance.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/cloud_queue.svg b/resources/svg/symbols/filled/cloud_queue.svg index 34335be2..e3444215 100644 --- a/resources/svg/symbols/filled/cloud_queue.svg +++ b/resources/svg/symbols/filled/cloud_queue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/cloudy.svg b/resources/svg/symbols/filled/cloudy.svg index 34335be2..e3444215 100644 --- a/resources/svg/symbols/filled/cloudy.svg +++ b/resources/svg/symbols/filled/cloudy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/cloudy_filled.svg b/resources/svg/symbols/filled/cloudy_filled.svg index 34335be2..e3444215 100644 --- a/resources/svg/symbols/filled/cloudy_filled.svg +++ b/resources/svg/symbols/filled/cloudy_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/drive_file_move_outline.svg b/resources/svg/symbols/filled/drive_file_move_outline.svg index 57a60e1e..2a67c3bb 100644 --- a/resources/svg/symbols/filled/drive_file_move_outline.svg +++ b/resources/svg/symbols/filled/drive_file_move_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/drive_file_move_rtl.svg b/resources/svg/symbols/filled/drive_file_move_rtl.svg index ad1726c0..c87f34f0 100644 --- a/resources/svg/symbols/filled/drive_file_move_rtl.svg +++ b/resources/svg/symbols/filled/drive_file_move_rtl.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/drive_file_rename_outline.svg b/resources/svg/symbols/filled/drive_file_rename_outline.svg index f992ac5b..d28ca064 100644 --- a/resources/svg/symbols/filled/drive_file_rename_outline.svg +++ b/resources/svg/symbols/filled/drive_file_rename_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/error_circle_rounded.svg b/resources/svg/symbols/filled/error_circle_rounded.svg index 60b20b11..7763e896 100644 --- a/resources/svg/symbols/filled/error_circle_rounded.svg +++ b/resources/svg/symbols/filled/error_circle_rounded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/face_retouching_natural.svg b/resources/svg/symbols/filled/face_retouching_natural.svg index 59bcd751..fb780909 100644 --- a/resources/svg/symbols/filled/face_retouching_natural.svg +++ b/resources/svg/symbols/filled/face_retouching_natural.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/file_download.svg b/resources/svg/symbols/filled/file_download.svg index f5c7a7f2..d1b53e84 100644 --- a/resources/svg/symbols/filled/file_download.svg +++ b/resources/svg/symbols/filled/file_download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/file_upload.svg b/resources/svg/symbols/filled/file_upload.svg index a466e770..35cbb9fa 100644 --- a/resources/svg/symbols/filled/file_upload.svg +++ b/resources/svg/symbols/filled/file_upload.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/flourescent.svg b/resources/svg/symbols/filled/flourescent.svg index 818fcf88..4aae6835 100644 --- a/resources/svg/symbols/filled/flourescent.svg +++ b/resources/svg/symbols/filled/flourescent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/generating_tokens.svg b/resources/svg/symbols/filled/generating_tokens.svg index aec84619..95028454 100644 --- a/resources/svg/symbols/filled/generating_tokens.svg +++ b/resources/svg/symbols/filled/generating_tokens.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/google_plus_reshare.svg b/resources/svg/symbols/filled/google_plus_reshare.svg index ac100c1b..57393554 100644 --- a/resources/svg/symbols/filled/google_plus_reshare.svg +++ b/resources/svg/symbols/filled/google_plus_reshare.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/hourglass_full.svg b/resources/svg/symbols/filled/hourglass_full.svg index b8d8bba8..621d50e0 100644 --- a/resources/svg/symbols/filled/hourglass_full.svg +++ b/resources/svg/symbols/filled/hourglass_full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/image_not_supported.svg b/resources/svg/symbols/filled/image_not_supported.svg index 93496941..df39a5c9 100644 --- a/resources/svg/symbols/filled/image_not_supported.svg +++ b/resources/svg/symbols/filled/image_not_supported.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/insights.svg b/resources/svg/symbols/filled/insights.svg index d915b05e..55a802ee 100644 --- a/resources/svg/symbols/filled/insights.svg +++ b/resources/svg/symbols/filled/insights.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/join_full.svg b/resources/svg/symbols/filled/join_full.svg index 562368fa..21b5b7d0 100644 --- a/resources/svg/symbols/filled/join_full.svg +++ b/resources/svg/symbols/filled/join_full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/keyboard_voice.svg b/resources/svg/symbols/filled/keyboard_voice.svg index 19f88e42..62b8e880 100644 --- a/resources/svg/symbols/filled/keyboard_voice.svg +++ b/resources/svg/symbols/filled/keyboard_voice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/location_automation.svg b/resources/svg/symbols/filled/location_automation.svg index 3cba990f..561a22fc 100644 --- a/resources/svg/symbols/filled/location_automation.svg +++ b/resources/svg/symbols/filled/location_automation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/magic_button.svg b/resources/svg/symbols/filled/magic_button.svg index 858f6aff..f24fad22 100644 --- a/resources/svg/symbols/filled/magic_button.svg +++ b/resources/svg/symbols/filled/magic_button.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/movie_filter.svg b/resources/svg/symbols/filled/movie_filter.svg index 99f2ed69..6e657578 100644 --- a/resources/svg/symbols/filled/movie_filter.svg +++ b/resources/svg/symbols/filled/movie_filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/nest_locator_tag.svg b/resources/svg/symbols/filled/nest_locator_tag.svg index f4763658..c2cc038c 100644 --- a/resources/svg/symbols/filled/nest_locator_tag.svg +++ b/resources/svg/symbols/filled/nest_locator_tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/nest_wifi_gale.svg b/resources/svg/symbols/filled/nest_wifi_gale.svg index 766b25a3..dd2d47b6 100644 --- a/resources/svg/symbols/filled/nest_wifi_gale.svg +++ b/resources/svg/symbols/filled/nest_wifi_gale.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/nest_wifi_mistral.svg b/resources/svg/symbols/filled/nest_wifi_mistral.svg index 1d68ae13..bce08b15 100644 --- a/resources/svg/symbols/filled/nest_wifi_mistral.svg +++ b/resources/svg/symbols/filled/nest_wifi_mistral.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/nest_wifi_point_vento.svg b/resources/svg/symbols/filled/nest_wifi_point_vento.svg index 43991b08..b0720b0f 100644 --- a/resources/svg/symbols/filled/nest_wifi_point_vento.svg +++ b/resources/svg/symbols/filled/nest_wifi_point_vento.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/note.svg b/resources/svg/symbols/filled/note.svg index a4594da0..b9e71274 100644 --- a/resources/svg/symbols/filled/note.svg +++ b/resources/svg/symbols/filled/note.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/person_filled.svg b/resources/svg/symbols/filled/person_filled.svg index bab7746c..1d7fd58b 100644 --- a/resources/svg/symbols/filled/person_filled.svg +++ b/resources/svg/symbols/filled/person_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/phone_in_talk_watchface_indicator.svg b/resources/svg/symbols/filled/phone_in_talk_watchface_indicator.svg index cfd1148c..ea4e5d41 100644 --- a/resources/svg/symbols/filled/phone_in_talk_watchface_indicator.svg +++ b/resources/svg/symbols/filled/phone_in_talk_watchface_indicator.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/photo_filter.svg b/resources/svg/symbols/filled/photo_filter.svg index 1dea5cc6..92cf82ed 100644 --- a/resources/svg/symbols/filled/photo_filter.svg +++ b/resources/svg/symbols/filled/photo_filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/power_rounded.svg b/resources/svg/symbols/filled/power_rounded.svg index 5bc7c45c..455fc721 100644 --- a/resources/svg/symbols/filled/power_rounded.svg +++ b/resources/svg/symbols/filled/power_rounded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/push_pin.svg b/resources/svg/symbols/filled/push_pin.svg index 09edffa8..9a0490f6 100644 --- a/resources/svg/symbols/filled/push_pin.svg +++ b/resources/svg/symbols/filled/push_pin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/replay_circle_filled.svg b/resources/svg/symbols/filled/replay_circle_filled.svg index 1a3691d6..b39170a3 100644 --- a/resources/svg/symbols/filled/replay_circle_filled.svg +++ b/resources/svg/symbols/filled/replay_circle_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/settings_suggest.svg b/resources/svg/symbols/filled/settings_suggest.svg index db178201..1d91cca4 100644 --- a/resources/svg/symbols/filled/settings_suggest.svg +++ b/resources/svg/symbols/filled/settings_suggest.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/smart_button.svg b/resources/svg/symbols/filled/smart_button.svg index c0ff746b..010c9afe 100644 --- a/resources/svg/symbols/filled/smart_button.svg +++ b/resources/svg/symbols/filled/smart_button.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/sms_failed.svg b/resources/svg/symbols/filled/sms_failed.svg index c1be4e6e..8efb8f5e 100644 --- a/resources/svg/symbols/filled/sms_failed.svg +++ b/resources/svg/symbols/filled/sms_failed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/temp_preferences_custom.svg b/resources/svg/symbols/filled/temp_preferences_custom.svg index a6b6d319..d706b5c0 100644 --- a/resources/svg/symbols/filled/temp_preferences_custom.svg +++ b/resources/svg/symbols/filled/temp_preferences_custom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/thumb_down_off.svg b/resources/svg/symbols/filled/thumb_down_off.svg index 6b6d7973..05a246c6 100644 --- a/resources/svg/symbols/filled/thumb_down_off.svg +++ b/resources/svg/symbols/filled/thumb_down_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/thumb_up_off.svg b/resources/svg/symbols/filled/thumb_up_off.svg index 977ba2a0..74c5d6ed 100644 --- a/resources/svg/symbols/filled/thumb_up_off.svg +++ b/resources/svg/symbols/filled/thumb_up_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/tips_and_updates.svg b/resources/svg/symbols/filled/tips_and_updates.svg index 890e9c22..a37544f4 100644 --- a/resources/svg/symbols/filled/tips_and_updates.svg +++ b/resources/svg/symbols/filled/tips_and_updates.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/tools_wrench.svg b/resources/svg/symbols/filled/tools_wrench.svg index bfe8e3f3..8976339a 100644 --- a/resources/svg/symbols/filled/tools_wrench.svg +++ b/resources/svg/symbols/filled/tools_wrench.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/view_in_ar_new.svg b/resources/svg/symbols/filled/view_in_ar_new.svg index b6fcf56a..ec4d9ecd 100644 --- a/resources/svg/symbols/filled/view_in_ar_new.svg +++ b/resources/svg/symbols/filled/view_in_ar_new.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/vitals.svg b/resources/svg/symbols/filled/vitals.svg index 6b28e6f4..0c9a0beb 100644 --- a/resources/svg/symbols/filled/vitals.svg +++ b/resources/svg/symbols/filled/vitals.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/filled/workspaces_outline.svg b/resources/svg/symbols/filled/workspaces_outline.svg index 710ef494..fa5ad331 100644 --- a/resources/svg/symbols/filled/workspaces_outline.svg +++ b/resources/svg/symbols/filled/workspaces_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/assistant.svg b/resources/svg/symbols/outlined-20/assistant.svg index 1b743381..e31e0a48 100644 --- a/resources/svg/symbols/outlined-20/assistant.svg +++ b/resources/svg/symbols/outlined-20/assistant.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/astrophotography_auto.svg b/resources/svg/symbols/outlined-20/astrophotography_auto.svg index 9118991c..8cc6d902 100644 --- a/resources/svg/symbols/outlined-20/astrophotography_auto.svg +++ b/resources/svg/symbols/outlined-20/astrophotography_auto.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/astrophotography_off.svg b/resources/svg/symbols/outlined-20/astrophotography_off.svg index 97f185d7..82a092ba 100644 --- a/resources/svg/symbols/outlined-20/astrophotography_off.svg +++ b/resources/svg/symbols/outlined-20/astrophotography_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/auto_activity_zone.svg b/resources/svg/symbols/outlined-20/auto_activity_zone.svg index 40eddff9..d8dfbf1d 100644 --- a/resources/svg/symbols/outlined-20/auto_activity_zone.svg +++ b/resources/svg/symbols/outlined-20/auto_activity_zone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/auto_awesome.svg b/resources/svg/symbols/outlined-20/auto_awesome.svg index f2a8882e..596ef4c4 100644 --- a/resources/svg/symbols/outlined-20/auto_awesome.svg +++ b/resources/svg/symbols/outlined-20/auto_awesome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/auto_detect_voice.svg b/resources/svg/symbols/outlined-20/auto_detect_voice.svg index 1cc34962..e51f9a88 100644 --- a/resources/svg/symbols/outlined-20/auto_detect_voice.svg +++ b/resources/svg/symbols/outlined-20/auto_detect_voice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/auto_fix.svg b/resources/svg/symbols/outlined-20/auto_fix.svg index 31c26256..8e030c75 100644 --- a/resources/svg/symbols/outlined-20/auto_fix.svg +++ b/resources/svg/symbols/outlined-20/auto_fix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/auto_fix_high.svg b/resources/svg/symbols/outlined-20/auto_fix_high.svg index 31c26256..8e030c75 100644 --- a/resources/svg/symbols/outlined-20/auto_fix_high.svg +++ b/resources/svg/symbols/outlined-20/auto_fix_high.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/auto_fix_normal.svg b/resources/svg/symbols/outlined-20/auto_fix_normal.svg index 0b47a99b..a251e246 100644 --- a/resources/svg/symbols/outlined-20/auto_fix_normal.svg +++ b/resources/svg/symbols/outlined-20/auto_fix_normal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/auto_fix_off.svg b/resources/svg/symbols/outlined-20/auto_fix_off.svg index fd0e26ff..7f10ffa2 100644 --- a/resources/svg/symbols/outlined-20/auto_fix_off.svg +++ b/resources/svg/symbols/outlined-20/auto_fix_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/auto_graph.svg b/resources/svg/symbols/outlined-20/auto_graph.svg index 6fa34d9d..87015248 100644 --- a/resources/svg/symbols/outlined-20/auto_graph.svg +++ b/resources/svg/symbols/outlined-20/auto_graph.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/auto_mode.svg b/resources/svg/symbols/outlined-20/auto_mode.svg index ca6ee202..13178e46 100644 --- a/resources/svg/symbols/outlined-20/auto_mode.svg +++ b/resources/svg/symbols/outlined-20/auto_mode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/auto_schedule.svg b/resources/svg/symbols/outlined-20/auto_schedule.svg index 85fb60ad..14531e7d 100644 --- a/resources/svg/symbols/outlined-20/auto_schedule.svg +++ b/resources/svg/symbols/outlined-20/auto_schedule.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/autopay.svg b/resources/svg/symbols/outlined-20/autopay.svg index fdda188a..2f90b6cf 100644 --- a/resources/svg/symbols/outlined-20/autopay.svg +++ b/resources/svg/symbols/outlined-20/autopay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/battery_20.svg b/resources/svg/symbols/outlined-20/battery_20.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/outlined-20/battery_20.svg +++ b/resources/svg/symbols/outlined-20/battery_20.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/battery_30.svg b/resources/svg/symbols/outlined-20/battery_30.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/outlined-20/battery_30.svg +++ b/resources/svg/symbols/outlined-20/battery_30.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/battery_50.svg b/resources/svg/symbols/outlined-20/battery_50.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/outlined-20/battery_50.svg +++ b/resources/svg/symbols/outlined-20/battery_50.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/battery_60.svg b/resources/svg/symbols/outlined-20/battery_60.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/outlined-20/battery_60.svg +++ b/resources/svg/symbols/outlined-20/battery_60.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/battery_80.svg b/resources/svg/symbols/outlined-20/battery_80.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/outlined-20/battery_80.svg +++ b/resources/svg/symbols/outlined-20/battery_80.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/battery_90.svg b/resources/svg/symbols/outlined-20/battery_90.svg index 9113ba0a..469010d9 100644 --- a/resources/svg/symbols/outlined-20/battery_90.svg +++ b/resources/svg/symbols/outlined-20/battery_90.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/battery_vert_005.svg b/resources/svg/symbols/outlined-20/battery_vert_005.svg index 08babbfd..5bed3a1b 100644 --- a/resources/svg/symbols/outlined-20/battery_vert_005.svg +++ b/resources/svg/symbols/outlined-20/battery_vert_005.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/battery_vert_020.svg b/resources/svg/symbols/outlined-20/battery_vert_020.svg index 598d83a9..4028e550 100644 --- a/resources/svg/symbols/outlined-20/battery_vert_020.svg +++ b/resources/svg/symbols/outlined-20/battery_vert_020.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/battery_vert_050.svg b/resources/svg/symbols/outlined-20/battery_vert_050.svg index b0b5a308..a31e89a4 100644 --- a/resources/svg/symbols/outlined-20/battery_vert_050.svg +++ b/resources/svg/symbols/outlined-20/battery_vert_050.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/camera_enhance.svg b/resources/svg/symbols/outlined-20/camera_enhance.svg index ea4ca39e..072b6442 100644 --- a/resources/svg/symbols/outlined-20/camera_enhance.svg +++ b/resources/svg/symbols/outlined-20/camera_enhance.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/cloud_queue.svg b/resources/svg/symbols/outlined-20/cloud_queue.svg index f314fe13..712d0dca 100644 --- a/resources/svg/symbols/outlined-20/cloud_queue.svg +++ b/resources/svg/symbols/outlined-20/cloud_queue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/cloudy.svg b/resources/svg/symbols/outlined-20/cloudy.svg index f314fe13..712d0dca 100644 --- a/resources/svg/symbols/outlined-20/cloudy.svg +++ b/resources/svg/symbols/outlined-20/cloudy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/cloudy_filled.svg b/resources/svg/symbols/outlined-20/cloudy_filled.svg index f314fe13..712d0dca 100644 --- a/resources/svg/symbols/outlined-20/cloudy_filled.svg +++ b/resources/svg/symbols/outlined-20/cloudy_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/drive_file_move_outline.svg b/resources/svg/symbols/outlined-20/drive_file_move_outline.svg index 3182b616..671da07e 100644 --- a/resources/svg/symbols/outlined-20/drive_file_move_outline.svg +++ b/resources/svg/symbols/outlined-20/drive_file_move_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/drive_file_move_rtl.svg b/resources/svg/symbols/outlined-20/drive_file_move_rtl.svg index c5540987..a8355172 100644 --- a/resources/svg/symbols/outlined-20/drive_file_move_rtl.svg +++ b/resources/svg/symbols/outlined-20/drive_file_move_rtl.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/drive_file_rename_outline.svg b/resources/svg/symbols/outlined-20/drive_file_rename_outline.svg index f42f0ae3..68bb2862 100644 --- a/resources/svg/symbols/outlined-20/drive_file_rename_outline.svg +++ b/resources/svg/symbols/outlined-20/drive_file_rename_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/error_circle_rounded.svg b/resources/svg/symbols/outlined-20/error_circle_rounded.svg index 3e3d523b..e95d3f9c 100644 --- a/resources/svg/symbols/outlined-20/error_circle_rounded.svg +++ b/resources/svg/symbols/outlined-20/error_circle_rounded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/face_retouching_natural.svg b/resources/svg/symbols/outlined-20/face_retouching_natural.svg index f31b9d94..b1405395 100644 --- a/resources/svg/symbols/outlined-20/face_retouching_natural.svg +++ b/resources/svg/symbols/outlined-20/face_retouching_natural.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/file_download.svg b/resources/svg/symbols/outlined-20/file_download.svg index ae98140f..e40e1f3b 100644 --- a/resources/svg/symbols/outlined-20/file_download.svg +++ b/resources/svg/symbols/outlined-20/file_download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/file_upload.svg b/resources/svg/symbols/outlined-20/file_upload.svg index b7c3cfe9..8d62a13b 100644 --- a/resources/svg/symbols/outlined-20/file_upload.svg +++ b/resources/svg/symbols/outlined-20/file_upload.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/flourescent.svg b/resources/svg/symbols/outlined-20/flourescent.svg index ed27a4c6..06d3e8b3 100644 --- a/resources/svg/symbols/outlined-20/flourescent.svg +++ b/resources/svg/symbols/outlined-20/flourescent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/generating_tokens.svg b/resources/svg/symbols/outlined-20/generating_tokens.svg index 12551848..6019346f 100644 --- a/resources/svg/symbols/outlined-20/generating_tokens.svg +++ b/resources/svg/symbols/outlined-20/generating_tokens.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/google_plus_reshare.svg b/resources/svg/symbols/outlined-20/google_plus_reshare.svg index 9ea6ae97..1b6a966f 100644 --- a/resources/svg/symbols/outlined-20/google_plus_reshare.svg +++ b/resources/svg/symbols/outlined-20/google_plus_reshare.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/hourglass_full.svg b/resources/svg/symbols/outlined-20/hourglass_full.svg index 10e268f8..87bf8e18 100644 --- a/resources/svg/symbols/outlined-20/hourglass_full.svg +++ b/resources/svg/symbols/outlined-20/hourglass_full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/image_not_supported.svg b/resources/svg/symbols/outlined-20/image_not_supported.svg index 91933ef2..a15b1ae6 100644 --- a/resources/svg/symbols/outlined-20/image_not_supported.svg +++ b/resources/svg/symbols/outlined-20/image_not_supported.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/insights.svg b/resources/svg/symbols/outlined-20/insights.svg index b8053e33..c14ac803 100644 --- a/resources/svg/symbols/outlined-20/insights.svg +++ b/resources/svg/symbols/outlined-20/insights.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/join_full.svg b/resources/svg/symbols/outlined-20/join_full.svg index 9ac17cf0..849761aa 100644 --- a/resources/svg/symbols/outlined-20/join_full.svg +++ b/resources/svg/symbols/outlined-20/join_full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/keyboard_voice.svg b/resources/svg/symbols/outlined-20/keyboard_voice.svg index 501f0069..28612e5c 100644 --- a/resources/svg/symbols/outlined-20/keyboard_voice.svg +++ b/resources/svg/symbols/outlined-20/keyboard_voice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/location_automation.svg b/resources/svg/symbols/outlined-20/location_automation.svg index f3ae7420..4108cf67 100644 --- a/resources/svg/symbols/outlined-20/location_automation.svg +++ b/resources/svg/symbols/outlined-20/location_automation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/magic_button.svg b/resources/svg/symbols/outlined-20/magic_button.svg index 535cf98f..941fd08b 100644 --- a/resources/svg/symbols/outlined-20/magic_button.svg +++ b/resources/svg/symbols/outlined-20/magic_button.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/movie_filter.svg b/resources/svg/symbols/outlined-20/movie_filter.svg index db2e33d9..31412bbf 100644 --- a/resources/svg/symbols/outlined-20/movie_filter.svg +++ b/resources/svg/symbols/outlined-20/movie_filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/nest_locator_tag.svg b/resources/svg/symbols/outlined-20/nest_locator_tag.svg index f725e981..0c2a5bd0 100644 --- a/resources/svg/symbols/outlined-20/nest_locator_tag.svg +++ b/resources/svg/symbols/outlined-20/nest_locator_tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/nest_wifi_gale.svg b/resources/svg/symbols/outlined-20/nest_wifi_gale.svg index 0e40986b..9cf93229 100644 --- a/resources/svg/symbols/outlined-20/nest_wifi_gale.svg +++ b/resources/svg/symbols/outlined-20/nest_wifi_gale.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/nest_wifi_mistral.svg b/resources/svg/symbols/outlined-20/nest_wifi_mistral.svg index 255f9ebd..4c886e5a 100644 --- a/resources/svg/symbols/outlined-20/nest_wifi_mistral.svg +++ b/resources/svg/symbols/outlined-20/nest_wifi_mistral.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/nest_wifi_point_vento.svg b/resources/svg/symbols/outlined-20/nest_wifi_point_vento.svg index 8bf08312..3ccf0895 100644 --- a/resources/svg/symbols/outlined-20/nest_wifi_point_vento.svg +++ b/resources/svg/symbols/outlined-20/nest_wifi_point_vento.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/note.svg b/resources/svg/symbols/outlined-20/note.svg index 1be8db4d..6a382981 100644 --- a/resources/svg/symbols/outlined-20/note.svg +++ b/resources/svg/symbols/outlined-20/note.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/person_filled.svg b/resources/svg/symbols/outlined-20/person_filled.svg index 11ffd7ae..c08e67d6 100644 --- a/resources/svg/symbols/outlined-20/person_filled.svg +++ b/resources/svg/symbols/outlined-20/person_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/phone_in_talk_watchface_indicator.svg b/resources/svg/symbols/outlined-20/phone_in_talk_watchface_indicator.svg index 25296282..f7006ff6 100644 --- a/resources/svg/symbols/outlined-20/phone_in_talk_watchface_indicator.svg +++ b/resources/svg/symbols/outlined-20/phone_in_talk_watchface_indicator.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/photo_filter.svg b/resources/svg/symbols/outlined-20/photo_filter.svg index d5b46a44..6bbf60fe 100644 --- a/resources/svg/symbols/outlined-20/photo_filter.svg +++ b/resources/svg/symbols/outlined-20/photo_filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/power_rounded.svg b/resources/svg/symbols/outlined-20/power_rounded.svg index 52869069..141f9a37 100644 --- a/resources/svg/symbols/outlined-20/power_rounded.svg +++ b/resources/svg/symbols/outlined-20/power_rounded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/push_pin.svg b/resources/svg/symbols/outlined-20/push_pin.svg index ccbf4bde..b3f42668 100644 --- a/resources/svg/symbols/outlined-20/push_pin.svg +++ b/resources/svg/symbols/outlined-20/push_pin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/replay_circle_filled.svg b/resources/svg/symbols/outlined-20/replay_circle_filled.svg index 39ed373f..3ffdfc0f 100644 --- a/resources/svg/symbols/outlined-20/replay_circle_filled.svg +++ b/resources/svg/symbols/outlined-20/replay_circle_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/settings_suggest.svg b/resources/svg/symbols/outlined-20/settings_suggest.svg index 6ff4a0f7..2590c153 100644 --- a/resources/svg/symbols/outlined-20/settings_suggest.svg +++ b/resources/svg/symbols/outlined-20/settings_suggest.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/smart_button.svg b/resources/svg/symbols/outlined-20/smart_button.svg index c7f38cde..f2c43eef 100644 --- a/resources/svg/symbols/outlined-20/smart_button.svg +++ b/resources/svg/symbols/outlined-20/smart_button.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/sms_failed.svg b/resources/svg/symbols/outlined-20/sms_failed.svg index 7f7bb12e..398df075 100644 --- a/resources/svg/symbols/outlined-20/sms_failed.svg +++ b/resources/svg/symbols/outlined-20/sms_failed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/temp_preferences_custom.svg b/resources/svg/symbols/outlined-20/temp_preferences_custom.svg index d79f255b..a5e8303b 100644 --- a/resources/svg/symbols/outlined-20/temp_preferences_custom.svg +++ b/resources/svg/symbols/outlined-20/temp_preferences_custom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/thumb_down_off.svg b/resources/svg/symbols/outlined-20/thumb_down_off.svg index 8e44c8d9..d2c84118 100644 --- a/resources/svg/symbols/outlined-20/thumb_down_off.svg +++ b/resources/svg/symbols/outlined-20/thumb_down_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/thumb_up_off.svg b/resources/svg/symbols/outlined-20/thumb_up_off.svg index 6963c78b..d06d90be 100644 --- a/resources/svg/symbols/outlined-20/thumb_up_off.svg +++ b/resources/svg/symbols/outlined-20/thumb_up_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/tips_and_updates.svg b/resources/svg/symbols/outlined-20/tips_and_updates.svg index 0bb88469..b88c9d88 100644 --- a/resources/svg/symbols/outlined-20/tips_and_updates.svg +++ b/resources/svg/symbols/outlined-20/tips_and_updates.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/tools_wrench.svg b/resources/svg/symbols/outlined-20/tools_wrench.svg index aab503f4..e2e206d9 100644 --- a/resources/svg/symbols/outlined-20/tools_wrench.svg +++ b/resources/svg/symbols/outlined-20/tools_wrench.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/view_in_ar_new.svg b/resources/svg/symbols/outlined-20/view_in_ar_new.svg index 472047a7..ce484998 100644 --- a/resources/svg/symbols/outlined-20/view_in_ar_new.svg +++ b/resources/svg/symbols/outlined-20/view_in_ar_new.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/vitals.svg b/resources/svg/symbols/outlined-20/vitals.svg index c17f7e1d..34fa2979 100644 --- a/resources/svg/symbols/outlined-20/vitals.svg +++ b/resources/svg/symbols/outlined-20/vitals.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined-20/workspaces_outline.svg b/resources/svg/symbols/outlined-20/workspaces_outline.svg index 36fce0bf..41d0e9e4 100644 --- a/resources/svg/symbols/outlined-20/workspaces_outline.svg +++ b/resources/svg/symbols/outlined-20/workspaces_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/assistant.svg b/resources/svg/symbols/outlined/assistant.svg index 4358d7cf..b04e75a9 100644 --- a/resources/svg/symbols/outlined/assistant.svg +++ b/resources/svg/symbols/outlined/assistant.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/astrophotography_auto.svg b/resources/svg/symbols/outlined/astrophotography_auto.svg index 2f855367..d713f8c0 100644 --- a/resources/svg/symbols/outlined/astrophotography_auto.svg +++ b/resources/svg/symbols/outlined/astrophotography_auto.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/astrophotography_off.svg b/resources/svg/symbols/outlined/astrophotography_off.svg index 0ee6071a..80665204 100644 --- a/resources/svg/symbols/outlined/astrophotography_off.svg +++ b/resources/svg/symbols/outlined/astrophotography_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/auto_activity_zone.svg b/resources/svg/symbols/outlined/auto_activity_zone.svg index 45e00313..00f13bc1 100644 --- a/resources/svg/symbols/outlined/auto_activity_zone.svg +++ b/resources/svg/symbols/outlined/auto_activity_zone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/auto_awesome.svg b/resources/svg/symbols/outlined/auto_awesome.svg index 1ad1d901..7718ae75 100644 --- a/resources/svg/symbols/outlined/auto_awesome.svg +++ b/resources/svg/symbols/outlined/auto_awesome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/auto_detect_voice.svg b/resources/svg/symbols/outlined/auto_detect_voice.svg index edb32c7e..741e5f36 100644 --- a/resources/svg/symbols/outlined/auto_detect_voice.svg +++ b/resources/svg/symbols/outlined/auto_detect_voice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/auto_fix.svg b/resources/svg/symbols/outlined/auto_fix.svg index 5df4bfa3..e821ec17 100644 --- a/resources/svg/symbols/outlined/auto_fix.svg +++ b/resources/svg/symbols/outlined/auto_fix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/auto_fix_high.svg b/resources/svg/symbols/outlined/auto_fix_high.svg index 5df4bfa3..e821ec17 100644 --- a/resources/svg/symbols/outlined/auto_fix_high.svg +++ b/resources/svg/symbols/outlined/auto_fix_high.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/auto_fix_normal.svg b/resources/svg/symbols/outlined/auto_fix_normal.svg index b83718ba..5c331aa6 100644 --- a/resources/svg/symbols/outlined/auto_fix_normal.svg +++ b/resources/svg/symbols/outlined/auto_fix_normal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/auto_fix_off.svg b/resources/svg/symbols/outlined/auto_fix_off.svg index b707e75f..83df2d2f 100644 --- a/resources/svg/symbols/outlined/auto_fix_off.svg +++ b/resources/svg/symbols/outlined/auto_fix_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/auto_graph.svg b/resources/svg/symbols/outlined/auto_graph.svg index 8102dee2..3998aff1 100644 --- a/resources/svg/symbols/outlined/auto_graph.svg +++ b/resources/svg/symbols/outlined/auto_graph.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/auto_mode.svg b/resources/svg/symbols/outlined/auto_mode.svg index 80479f2e..4b20db1b 100644 --- a/resources/svg/symbols/outlined/auto_mode.svg +++ b/resources/svg/symbols/outlined/auto_mode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/auto_schedule.svg b/resources/svg/symbols/outlined/auto_schedule.svg index e53b02a8..c9a9800f 100644 --- a/resources/svg/symbols/outlined/auto_schedule.svg +++ b/resources/svg/symbols/outlined/auto_schedule.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/autopay.svg b/resources/svg/symbols/outlined/autopay.svg index 7e98c09f..79dc0ab6 100644 --- a/resources/svg/symbols/outlined/autopay.svg +++ b/resources/svg/symbols/outlined/autopay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/battery_20.svg b/resources/svg/symbols/outlined/battery_20.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/outlined/battery_20.svg +++ b/resources/svg/symbols/outlined/battery_20.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/battery_30.svg b/resources/svg/symbols/outlined/battery_30.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/outlined/battery_30.svg +++ b/resources/svg/symbols/outlined/battery_30.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/battery_50.svg b/resources/svg/symbols/outlined/battery_50.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/outlined/battery_50.svg +++ b/resources/svg/symbols/outlined/battery_50.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/battery_60.svg b/resources/svg/symbols/outlined/battery_60.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/outlined/battery_60.svg +++ b/resources/svg/symbols/outlined/battery_60.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/battery_80.svg b/resources/svg/symbols/outlined/battery_80.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/outlined/battery_80.svg +++ b/resources/svg/symbols/outlined/battery_80.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/battery_90.svg b/resources/svg/symbols/outlined/battery_90.svg index e6f951ac..f8882bec 100644 --- a/resources/svg/symbols/outlined/battery_90.svg +++ b/resources/svg/symbols/outlined/battery_90.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/battery_vert_005.svg b/resources/svg/symbols/outlined/battery_vert_005.svg index aaa0601e..739aca95 100644 --- a/resources/svg/symbols/outlined/battery_vert_005.svg +++ b/resources/svg/symbols/outlined/battery_vert_005.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/battery_vert_020.svg b/resources/svg/symbols/outlined/battery_vert_020.svg index 678720b9..b2c13ab4 100644 --- a/resources/svg/symbols/outlined/battery_vert_020.svg +++ b/resources/svg/symbols/outlined/battery_vert_020.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/battery_vert_050.svg b/resources/svg/symbols/outlined/battery_vert_050.svg index 508bb0f2..98f32a36 100644 --- a/resources/svg/symbols/outlined/battery_vert_050.svg +++ b/resources/svg/symbols/outlined/battery_vert_050.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/camera_enhance.svg b/resources/svg/symbols/outlined/camera_enhance.svg index c23d1fd8..ba183fb4 100644 --- a/resources/svg/symbols/outlined/camera_enhance.svg +++ b/resources/svg/symbols/outlined/camera_enhance.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/cloud_queue.svg b/resources/svg/symbols/outlined/cloud_queue.svg index b86bc704..b4db83eb 100644 --- a/resources/svg/symbols/outlined/cloud_queue.svg +++ b/resources/svg/symbols/outlined/cloud_queue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/cloudy.svg b/resources/svg/symbols/outlined/cloudy.svg index b86bc704..b4db83eb 100644 --- a/resources/svg/symbols/outlined/cloudy.svg +++ b/resources/svg/symbols/outlined/cloudy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/cloudy_filled.svg b/resources/svg/symbols/outlined/cloudy_filled.svg index b86bc704..b4db83eb 100644 --- a/resources/svg/symbols/outlined/cloudy_filled.svg +++ b/resources/svg/symbols/outlined/cloudy_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/drive_file_move_outline.svg b/resources/svg/symbols/outlined/drive_file_move_outline.svg index 27fda0fb..62b8e490 100644 --- a/resources/svg/symbols/outlined/drive_file_move_outline.svg +++ b/resources/svg/symbols/outlined/drive_file_move_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/drive_file_move_rtl.svg b/resources/svg/symbols/outlined/drive_file_move_rtl.svg index a378b9d2..0ecaca41 100644 --- a/resources/svg/symbols/outlined/drive_file_move_rtl.svg +++ b/resources/svg/symbols/outlined/drive_file_move_rtl.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/drive_file_rename_outline.svg b/resources/svg/symbols/outlined/drive_file_rename_outline.svg index de91ee17..9f566b8c 100644 --- a/resources/svg/symbols/outlined/drive_file_rename_outline.svg +++ b/resources/svg/symbols/outlined/drive_file_rename_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/error_circle_rounded.svg b/resources/svg/symbols/outlined/error_circle_rounded.svg index bbce9fda..35d359cc 100644 --- a/resources/svg/symbols/outlined/error_circle_rounded.svg +++ b/resources/svg/symbols/outlined/error_circle_rounded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/face_retouching_natural.svg b/resources/svg/symbols/outlined/face_retouching_natural.svg index 325c5cfa..ccb0c8df 100644 --- a/resources/svg/symbols/outlined/face_retouching_natural.svg +++ b/resources/svg/symbols/outlined/face_retouching_natural.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/file_download.svg b/resources/svg/symbols/outlined/file_download.svg index f5c7a7f2..d1b53e84 100644 --- a/resources/svg/symbols/outlined/file_download.svg +++ b/resources/svg/symbols/outlined/file_download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/file_upload.svg b/resources/svg/symbols/outlined/file_upload.svg index a466e770..35cbb9fa 100644 --- a/resources/svg/symbols/outlined/file_upload.svg +++ b/resources/svg/symbols/outlined/file_upload.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/flourescent.svg b/resources/svg/symbols/outlined/flourescent.svg index 614ee0fe..e0693e0d 100644 --- a/resources/svg/symbols/outlined/flourescent.svg +++ b/resources/svg/symbols/outlined/flourescent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/generating_tokens.svg b/resources/svg/symbols/outlined/generating_tokens.svg index b1c4f91b..e7c2d589 100644 --- a/resources/svg/symbols/outlined/generating_tokens.svg +++ b/resources/svg/symbols/outlined/generating_tokens.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/google_plus_reshare.svg b/resources/svg/symbols/outlined/google_plus_reshare.svg index ac100c1b..57393554 100644 --- a/resources/svg/symbols/outlined/google_plus_reshare.svg +++ b/resources/svg/symbols/outlined/google_plus_reshare.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/hourglass_full.svg b/resources/svg/symbols/outlined/hourglass_full.svg index b8d8bba8..621d50e0 100644 --- a/resources/svg/symbols/outlined/hourglass_full.svg +++ b/resources/svg/symbols/outlined/hourglass_full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/image_not_supported.svg b/resources/svg/symbols/outlined/image_not_supported.svg index 2d956c0b..70674fd2 100644 --- a/resources/svg/symbols/outlined/image_not_supported.svg +++ b/resources/svg/symbols/outlined/image_not_supported.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/insights.svg b/resources/svg/symbols/outlined/insights.svg index d915b05e..55a802ee 100644 --- a/resources/svg/symbols/outlined/insights.svg +++ b/resources/svg/symbols/outlined/insights.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/join_full.svg b/resources/svg/symbols/outlined/join_full.svg index 562368fa..21b5b7d0 100644 --- a/resources/svg/symbols/outlined/join_full.svg +++ b/resources/svg/symbols/outlined/join_full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/keyboard_voice.svg b/resources/svg/symbols/outlined/keyboard_voice.svg index d8f8b8d1..f8d0967b 100644 --- a/resources/svg/symbols/outlined/keyboard_voice.svg +++ b/resources/svg/symbols/outlined/keyboard_voice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/location_automation.svg b/resources/svg/symbols/outlined/location_automation.svg index 3cba990f..561a22fc 100644 --- a/resources/svg/symbols/outlined/location_automation.svg +++ b/resources/svg/symbols/outlined/location_automation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/magic_button.svg b/resources/svg/symbols/outlined/magic_button.svg index 858f6aff..f24fad22 100644 --- a/resources/svg/symbols/outlined/magic_button.svg +++ b/resources/svg/symbols/outlined/magic_button.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/movie_filter.svg b/resources/svg/symbols/outlined/movie_filter.svg index 4b3f1229..49f4a04c 100644 --- a/resources/svg/symbols/outlined/movie_filter.svg +++ b/resources/svg/symbols/outlined/movie_filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/nest_locator_tag.svg b/resources/svg/symbols/outlined/nest_locator_tag.svg index f4763658..c2cc038c 100644 --- a/resources/svg/symbols/outlined/nest_locator_tag.svg +++ b/resources/svg/symbols/outlined/nest_locator_tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/nest_wifi_gale.svg b/resources/svg/symbols/outlined/nest_wifi_gale.svg index 766b25a3..dd2d47b6 100644 --- a/resources/svg/symbols/outlined/nest_wifi_gale.svg +++ b/resources/svg/symbols/outlined/nest_wifi_gale.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/nest_wifi_mistral.svg b/resources/svg/symbols/outlined/nest_wifi_mistral.svg index 6ed30da7..291a0f33 100644 --- a/resources/svg/symbols/outlined/nest_wifi_mistral.svg +++ b/resources/svg/symbols/outlined/nest_wifi_mistral.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/nest_wifi_point_vento.svg b/resources/svg/symbols/outlined/nest_wifi_point_vento.svg index 2e7626aa..6f7f7f81 100644 --- a/resources/svg/symbols/outlined/nest_wifi_point_vento.svg +++ b/resources/svg/symbols/outlined/nest_wifi_point_vento.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/note.svg b/resources/svg/symbols/outlined/note.svg index 107608ad..0c6ac0f1 100644 --- a/resources/svg/symbols/outlined/note.svg +++ b/resources/svg/symbols/outlined/note.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/person_filled.svg b/resources/svg/symbols/outlined/person_filled.svg index 32c7e8ed..968d50ce 100644 --- a/resources/svg/symbols/outlined/person_filled.svg +++ b/resources/svg/symbols/outlined/person_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/phone_in_talk_watchface_indicator.svg b/resources/svg/symbols/outlined/phone_in_talk_watchface_indicator.svg index 5e3b6e59..911885bf 100644 --- a/resources/svg/symbols/outlined/phone_in_talk_watchface_indicator.svg +++ b/resources/svg/symbols/outlined/phone_in_talk_watchface_indicator.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/photo_filter.svg b/resources/svg/symbols/outlined/photo_filter.svg index 1dea5cc6..92cf82ed 100644 --- a/resources/svg/symbols/outlined/photo_filter.svg +++ b/resources/svg/symbols/outlined/photo_filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/power_rounded.svg b/resources/svg/symbols/outlined/power_rounded.svg index 5bc7c45c..455fc721 100644 --- a/resources/svg/symbols/outlined/power_rounded.svg +++ b/resources/svg/symbols/outlined/power_rounded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/push_pin.svg b/resources/svg/symbols/outlined/push_pin.svg index d86453c8..494713a1 100644 --- a/resources/svg/symbols/outlined/push_pin.svg +++ b/resources/svg/symbols/outlined/push_pin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/replay_circle_filled.svg b/resources/svg/symbols/outlined/replay_circle_filled.svg index 1a3691d6..b39170a3 100644 --- a/resources/svg/symbols/outlined/replay_circle_filled.svg +++ b/resources/svg/symbols/outlined/replay_circle_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/settings_suggest.svg b/resources/svg/symbols/outlined/settings_suggest.svg index aa63da7e..2091eb17 100644 --- a/resources/svg/symbols/outlined/settings_suggest.svg +++ b/resources/svg/symbols/outlined/settings_suggest.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/smart_button.svg b/resources/svg/symbols/outlined/smart_button.svg index c0ff746b..010c9afe 100644 --- a/resources/svg/symbols/outlined/smart_button.svg +++ b/resources/svg/symbols/outlined/smart_button.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/sms_failed.svg b/resources/svg/symbols/outlined/sms_failed.svg index deed84af..3894738b 100644 --- a/resources/svg/symbols/outlined/sms_failed.svg +++ b/resources/svg/symbols/outlined/sms_failed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/temp_preferences_custom.svg b/resources/svg/symbols/outlined/temp_preferences_custom.svg index 899b4e94..95106bb6 100644 --- a/resources/svg/symbols/outlined/temp_preferences_custom.svg +++ b/resources/svg/symbols/outlined/temp_preferences_custom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/thumb_down_off.svg b/resources/svg/symbols/outlined/thumb_down_off.svg index 81f54565..5d20c419 100644 --- a/resources/svg/symbols/outlined/thumb_down_off.svg +++ b/resources/svg/symbols/outlined/thumb_down_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/thumb_up_off.svg b/resources/svg/symbols/outlined/thumb_up_off.svg index 7b226789..4df1bd3f 100644 --- a/resources/svg/symbols/outlined/thumb_up_off.svg +++ b/resources/svg/symbols/outlined/thumb_up_off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/tips_and_updates.svg b/resources/svg/symbols/outlined/tips_and_updates.svg index 8a9e8882..68afaa70 100644 --- a/resources/svg/symbols/outlined/tips_and_updates.svg +++ b/resources/svg/symbols/outlined/tips_and_updates.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/tools_wrench.svg b/resources/svg/symbols/outlined/tools_wrench.svg index e8490484..0c6796d5 100644 --- a/resources/svg/symbols/outlined/tools_wrench.svg +++ b/resources/svg/symbols/outlined/tools_wrench.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/view_in_ar_new.svg b/resources/svg/symbols/outlined/view_in_ar_new.svg index b37f61ba..c50ed8d4 100644 --- a/resources/svg/symbols/outlined/view_in_ar_new.svg +++ b/resources/svg/symbols/outlined/view_in_ar_new.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/vitals.svg b/resources/svg/symbols/outlined/vitals.svg index 6b28e6f4..0c9a0beb 100644 --- a/resources/svg/symbols/outlined/vitals.svg +++ b/resources/svg/symbols/outlined/vitals.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/svg/symbols/outlined/workspaces_outline.svg b/resources/svg/symbols/outlined/workspaces_outline.svg index bcc30615..b8b739e3 100644 --- a/resources/svg/symbols/outlined/workspaces_outline.svg +++ b/resources/svg/symbols/outlined/workspaces_outline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/tests/Feature/Components/IconTest.php b/tests/Feature/Components/IconTest.php index 15ffcbe9..80dff4af 100644 --- a/tests/Feature/Components/IconTest.php +++ b/tests/Feature/Components/IconTest.php @@ -5,7 +5,7 @@ use NoNameWeb\LivewireMaterial\Support\SvgFile; /** * What a symbol file draws, from its first shape on: the part that tells one cut from - * another, since every file opens with the same `` and viewBox. + * another, since nearly every file opens with the same `` and viewBox. */ function symbolGeometry(string $file): string { @@ -39,6 +39,22 @@ it('ignores a size that is not a whole number of pixels in range', function () { } }); +it('gives every symbol it ships a viewBox, so each is drawn whole at any size', function () { + foreach (['outlined', 'filled', 'outlined-20', 'filled-20'] as $folder) { + $files = glob(__DIR__."/../../../resources/svg/symbols/{$folder}/*.svg") ?: []; + $withoutViewBox = array_filter($files, fn (string $file): bool => ! str_contains((string) file_get_contents($file), ' viewBox="')); + + expect($files)->not->toBeEmpty() + ->and(array_values(array_map(basename(...), $withoutViewBox)))->toBe([]); + } +}); + +it('draws a symbol Google drew in 24 or 20 units in its own units, not only at that size', function () { + // One of the symbols Google publishes with a width and height but no 960-unit viewBox. + expect((string) $this->blade(''))->toContain('viewBox="0 0 20 20"') + ->and((string) $this->blade(''))->toContain('viewBox="0 0 24 24"'); +}); + it('takes the 20 cut for a size of 20 or less, unless optical says otherwise', function () { expect((string) $this->blade(''))->toContain(symbolGeometry('outlined-20/home')) ->and((string) $this->blade(''))->toContain(symbolGeometry('outlined-20/home'))