diff --git a/bin/processCustomEmoji.js b/bin/processCustomEmoji.js index 4c10f07..0fec941 100644 --- a/bin/processCustomEmoji.js +++ b/bin/processCustomEmoji.js @@ -1,8 +1,10 @@ -import { readdir, writeFile, copyFile } from './fs.js' +import { readdir, writeFile, readFile } from './fs.js' import rimraf from 'rimraf' import { promisify } from 'util' import mkdirp from 'mkdirp' +import SVGO from 'svgo' +const svgo = new SVGO() const categories = [ { name: 'People and activities', @@ -165,7 +167,9 @@ async function main () { await writeFile('./docs/custom.json', JSON.stringify(customEmojis), 'utf8') await Promise.all(customEmojis.map(async ({ name }) => { - await copyFile(`./node_modules/flat-color-icons/svg/${name}.svg`, `./docs/custom/${name}.svg`) + const svg = await readFile(`./node_modules/flat-color-icons/svg/${name}.svg`, 'utf8') + const optimized = await svgo.optimize(svg) + await writeFile(`./docs/custom/${name}.svg`, optimized.data, 'utf8') })) } diff --git a/docs/custom/about.svg b/docs/custom/about.svg index 103d75b..eb1af12 100644 --- a/docs/custom/about.svg +++ b/docs/custom/about.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/accept_database.svg b/docs/custom/accept_database.svg index 5352564..65b0f75 100644 --- a/docs/custom/accept_database.svg +++ b/docs/custom/accept_database.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/add_column.svg b/docs/custom/add_column.svg index c1b8f65..c1e26ce 100644 --- a/docs/custom/add_column.svg +++ b/docs/custom/add_column.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/add_database.svg b/docs/custom/add_database.svg index 06d349a..fb35246 100644 --- a/docs/custom/add_database.svg +++ b/docs/custom/add_database.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/add_image.svg b/docs/custom/add_image.svg index b78248c..8370aa0 100644 --- a/docs/custom/add_image.svg +++ b/docs/custom/add_image.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/add_row.svg b/docs/custom/add_row.svg index f29717a..5e23cfb 100644 --- a/docs/custom/add_row.svg +++ b/docs/custom/add_row.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/address_book.svg b/docs/custom/address_book.svg index ed90c84..649495d 100644 --- a/docs/custom/address_book.svg +++ b/docs/custom/address_book.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/advance.svg b/docs/custom/advance.svg index b214160..76e6c14 100644 --- a/docs/custom/advance.svg +++ b/docs/custom/advance.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/alarm_clock.svg b/docs/custom/alarm_clock.svg index 6ba198c..094b5a4 100644 --- a/docs/custom/alarm_clock.svg +++ b/docs/custom/alarm_clock.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/alphabetical_sorting_az.svg b/docs/custom/alphabetical_sorting_az.svg index 66a4a4c..0be1902 100644 --- a/docs/custom/alphabetical_sorting_az.svg +++ b/docs/custom/alphabetical_sorting_az.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/alphabetical_sorting_za.svg b/docs/custom/alphabetical_sorting_za.svg index 63d9a7e..027bf7a 100644 --- a/docs/custom/alphabetical_sorting_za.svg +++ b/docs/custom/alphabetical_sorting_za.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/answers.svg b/docs/custom/answers.svg index 336cb46..1e293de 100644 --- a/docs/custom/answers.svg +++ b/docs/custom/answers.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/approval.svg b/docs/custom/approval.svg index c2cd45a..d2c8f86 100644 --- a/docs/custom/approval.svg +++ b/docs/custom/approval.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/approve.svg b/docs/custom/approve.svg index 79a96c8..50353f4 100644 --- a/docs/custom/approve.svg +++ b/docs/custom/approve.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/area_chart.svg b/docs/custom/area_chart.svg index 57a9352..bf44903 100644 --- a/docs/custom/area_chart.svg +++ b/docs/custom/area_chart.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/assistant.svg b/docs/custom/assistant.svg index 3f344d5..f655028 100644 --- a/docs/custom/assistant.svg +++ b/docs/custom/assistant.svg @@ -1,17 +1 @@ - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/audio_file.svg b/docs/custom/audio_file.svg index b5fb1ca..92aae92 100644 --- a/docs/custom/audio_file.svg +++ b/docs/custom/audio_file.svg @@ -1,15 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/automatic.svg b/docs/custom/automatic.svg index cefdfd7..d8463f8 100644 --- a/docs/custom/automatic.svg +++ b/docs/custom/automatic.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/automotive.svg b/docs/custom/automotive.svg index afd35a9..ae49e9b 100644 --- a/docs/custom/automotive.svg +++ b/docs/custom/automotive.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/bad_decision.svg b/docs/custom/bad_decision.svg index 2ea9fcf..ec8af93 100644 --- a/docs/custom/bad_decision.svg +++ b/docs/custom/bad_decision.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/bar_chart.svg b/docs/custom/bar_chart.svg index eefa592..017a251 100644 --- a/docs/custom/bar_chart.svg +++ b/docs/custom/bar_chart.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/bearish.svg b/docs/custom/bearish.svg index e1ec873..937041a 100644 --- a/docs/custom/bearish.svg +++ b/docs/custom/bearish.svg @@ -1,15 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/binoculars.svg b/docs/custom/binoculars.svg index dfc4b2a..37d09a1 100644 --- a/docs/custom/binoculars.svg +++ b/docs/custom/binoculars.svg @@ -1,19 +1 @@ - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/biohazard.svg b/docs/custom/biohazard.svg index f787dab..f5b03e9 100644 --- a/docs/custom/biohazard.svg +++ b/docs/custom/biohazard.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/biomass.svg b/docs/custom/biomass.svg index 398147c..093ba99 100644 --- a/docs/custom/biomass.svg +++ b/docs/custom/biomass.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/biotech.svg b/docs/custom/biotech.svg index ff74791..c3d021a 100644 --- a/docs/custom/biotech.svg +++ b/docs/custom/biotech.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/bookmark.svg b/docs/custom/bookmark.svg index c2158e2..0139ee3 100644 --- a/docs/custom/bookmark.svg +++ b/docs/custom/bookmark.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/briefcase.svg b/docs/custom/briefcase.svg index 094ba81..54fc2c4 100644 --- a/docs/custom/briefcase.svg +++ b/docs/custom/briefcase.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/broken_link.svg b/docs/custom/broken_link.svg index bc47a29..bd71ec4 100644 --- a/docs/custom/broken_link.svg +++ b/docs/custom/broken_link.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/bullish.svg b/docs/custom/bullish.svg index 74e403d..77f9f8e 100644 --- a/docs/custom/bullish.svg +++ b/docs/custom/bullish.svg @@ -1,15 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/business.svg b/docs/custom/business.svg index a5aa79d..439f1df 100644 --- a/docs/custom/business.svg +++ b/docs/custom/business.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/business_contact.svg b/docs/custom/business_contact.svg index b6a5d61..bb0e936 100644 --- a/docs/custom/business_contact.svg +++ b/docs/custom/business_contact.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/businessman.svg b/docs/custom/businessman.svg index b9666fa..eb6bea2 100644 --- a/docs/custom/businessman.svg +++ b/docs/custom/businessman.svg @@ -1,16 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/businesswoman.svg b/docs/custom/businesswoman.svg index 61b9023..575e8e8 100644 --- a/docs/custom/businesswoman.svg +++ b/docs/custom/businesswoman.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/butting_in.svg b/docs/custom/butting_in.svg index 6438310..73dae7c 100644 --- a/docs/custom/butting_in.svg +++ b/docs/custom/butting_in.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/calculator.svg b/docs/custom/calculator.svg index 776f178..8cd432f 100644 --- a/docs/custom/calculator.svg +++ b/docs/custom/calculator.svg @@ -1,29 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/calendar.svg b/docs/custom/calendar.svg index f5332b1..c42d111 100644 --- a/docs/custom/calendar.svg +++ b/docs/custom/calendar.svg @@ -1,26 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/call_transfer.svg b/docs/custom/call_transfer.svg index 5ed2675..2f984db 100644 --- a/docs/custom/call_transfer.svg +++ b/docs/custom/call_transfer.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/callback.svg b/docs/custom/callback.svg index 668b568..e92a83a 100644 --- a/docs/custom/callback.svg +++ b/docs/custom/callback.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/camcorder.svg b/docs/custom/camcorder.svg index 40a3430..53230d7 100644 --- a/docs/custom/camcorder.svg +++ b/docs/custom/camcorder.svg @@ -1,16 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/camcorder_pro.svg b/docs/custom/camcorder_pro.svg index 888e303..df716e1 100644 --- a/docs/custom/camcorder_pro.svg +++ b/docs/custom/camcorder_pro.svg @@ -1,15 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/camera.svg b/docs/custom/camera.svg index 02760fc..7b3cdec 100644 --- a/docs/custom/camera.svg +++ b/docs/custom/camera.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/camera_addon.svg b/docs/custom/camera_addon.svg index ab33270..eecc20c 100644 --- a/docs/custom/camera_addon.svg +++ b/docs/custom/camera_addon.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/camera_identification.svg b/docs/custom/camera_identification.svg index 6833634..7cf7952 100644 --- a/docs/custom/camera_identification.svg +++ b/docs/custom/camera_identification.svg @@ -1,16 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/cancel.svg b/docs/custom/cancel.svg index 22ee42a..bc4d16a 100644 --- a/docs/custom/cancel.svg +++ b/docs/custom/cancel.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/candle_sticks.svg b/docs/custom/candle_sticks.svg index 6551651..c42e449 100644 --- a/docs/custom/candle_sticks.svg +++ b/docs/custom/candle_sticks.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/capacitor.svg b/docs/custom/capacitor.svg index c4d8c36..ea41e52 100644 --- a/docs/custom/capacitor.svg +++ b/docs/custom/capacitor.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/cell_phone.svg b/docs/custom/cell_phone.svg index 6fb9b38..c872fbb 100644 --- a/docs/custom/cell_phone.svg +++ b/docs/custom/cell_phone.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/charge_battery.svg b/docs/custom/charge_battery.svg index 1c706bf..8912c78 100644 --- a/docs/custom/charge_battery.svg +++ b/docs/custom/charge_battery.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/checkmark.svg b/docs/custom/checkmark.svg index 044cc1e..df28c3f 100644 --- a/docs/custom/checkmark.svg +++ b/docs/custom/checkmark.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/circuit.svg b/docs/custom/circuit.svg index 64b3262..dee625a 100644 --- a/docs/custom/circuit.svg +++ b/docs/custom/circuit.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/clapperboard.svg b/docs/custom/clapperboard.svg index c6851ab..91bb4a1 100644 --- a/docs/custom/clapperboard.svg +++ b/docs/custom/clapperboard.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/clear_filters.svg b/docs/custom/clear_filters.svg index 978f588..5473b62 100644 --- a/docs/custom/clear_filters.svg +++ b/docs/custom/clear_filters.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/clock.svg b/docs/custom/clock.svg index e84d2c8..f62734f 100644 --- a/docs/custom/clock.svg +++ b/docs/custom/clock.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/close_up_mode.svg b/docs/custom/close_up_mode.svg index 7bc47e1..4d949b8 100644 --- a/docs/custom/close_up_mode.svg +++ b/docs/custom/close_up_mode.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/cloth.svg b/docs/custom/cloth.svg index fe4c55d..f058a04 100644 --- a/docs/custom/cloth.svg +++ b/docs/custom/cloth.svg @@ -1,66 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/collaboration.svg b/docs/custom/collaboration.svg index 653c08c..31fec2e 100644 --- a/docs/custom/collaboration.svg +++ b/docs/custom/collaboration.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/collapse.svg b/docs/custom/collapse.svg index 8ce1c0f..9409cbb 100644 --- a/docs/custom/collapse.svg +++ b/docs/custom/collapse.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/collect.svg b/docs/custom/collect.svg index e8425e8..e9e476e 100644 --- a/docs/custom/collect.svg +++ b/docs/custom/collect.svg @@ -1,19 +1 @@ - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/combo_chart.svg b/docs/custom/combo_chart.svg index 0c1362b..89ad473 100644 --- a/docs/custom/combo_chart.svg +++ b/docs/custom/combo_chart.svg @@ -1,17 +1 @@ - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/command_line.svg b/docs/custom/command_line.svg index 6566ed7..7bcd9bb 100644 --- a/docs/custom/command_line.svg +++ b/docs/custom/command_line.svg @@ -1,24 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/comments.svg b/docs/custom/comments.svg index c823ffa..a140de7 100644 --- a/docs/custom/comments.svg +++ b/docs/custom/comments.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/compact_camera.svg b/docs/custom/compact_camera.svg index c705892..83fe797 100644 --- a/docs/custom/compact_camera.svg +++ b/docs/custom/compact_camera.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/conference_call.svg b/docs/custom/conference_call.svg index 08aea61..32d9cc4 100644 --- a/docs/custom/conference_call.svg +++ b/docs/custom/conference_call.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/contacts.svg b/docs/custom/contacts.svg index 517a851..59cbf5e 100644 --- a/docs/custom/contacts.svg +++ b/docs/custom/contacts.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/copyleft.svg b/docs/custom/copyleft.svg index 4362064..65f5e8e 100644 --- a/docs/custom/copyleft.svg +++ b/docs/custom/copyleft.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/copyright.svg b/docs/custom/copyright.svg index f275749..48d96e1 100644 --- a/docs/custom/copyright.svg +++ b/docs/custom/copyright.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/crystal_oscillator.svg b/docs/custom/crystal_oscillator.svg index d0786c2..2c49469 100644 --- a/docs/custom/crystal_oscillator.svg +++ b/docs/custom/crystal_oscillator.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/currency_exchange.svg b/docs/custom/currency_exchange.svg index be50ba9..67c9cad 100644 --- a/docs/custom/currency_exchange.svg +++ b/docs/custom/currency_exchange.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/cursor.svg b/docs/custom/cursor.svg index 8b3f097..af589b9 100644 --- a/docs/custom/cursor.svg +++ b/docs/custom/cursor.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/customer_support.svg b/docs/custom/customer_support.svg index fd4a0bd..d0c332d 100644 --- a/docs/custom/customer_support.svg +++ b/docs/custom/customer_support.svg @@ -1,13 +1 @@ - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/dam.svg b/docs/custom/dam.svg index 3af26d5..17578d2 100644 --- a/docs/custom/dam.svg +++ b/docs/custom/dam.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/data_backup.svg b/docs/custom/data_backup.svg index e0ecc97..a455a0c 100644 --- a/docs/custom/data_backup.svg +++ b/docs/custom/data_backup.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/data_configuration.svg b/docs/custom/data_configuration.svg index 2cdb75c..e0cb2c2 100644 --- a/docs/custom/data_configuration.svg +++ b/docs/custom/data_configuration.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/data_encryption.svg b/docs/custom/data_encryption.svg index 7987905..a0d4195 100644 --- a/docs/custom/data_encryption.svg +++ b/docs/custom/data_encryption.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/data_protection.svg b/docs/custom/data_protection.svg index f699667..d36ec9b 100644 --- a/docs/custom/data_protection.svg +++ b/docs/custom/data_protection.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/data_recovery.svg b/docs/custom/data_recovery.svg index 8f94298..9537b81 100644 --- a/docs/custom/data_recovery.svg +++ b/docs/custom/data_recovery.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/data_sheet.svg b/docs/custom/data_sheet.svg index b7872fa..7a12d9a 100644 --- a/docs/custom/data_sheet.svg +++ b/docs/custom/data_sheet.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/database.svg b/docs/custom/database.svg index ecbaaa1..d128705 100644 --- a/docs/custom/database.svg +++ b/docs/custom/database.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/debt.svg b/docs/custom/debt.svg index 2a42f1d..6f9d464 100644 --- a/docs/custom/debt.svg +++ b/docs/custom/debt.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/decision.svg b/docs/custom/decision.svg index 0aea000..061d9d0 100644 --- a/docs/custom/decision.svg +++ b/docs/custom/decision.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/delete_column.svg b/docs/custom/delete_column.svg index 9003ca2..6404af3 100644 --- a/docs/custom/delete_column.svg +++ b/docs/custom/delete_column.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/delete_database.svg b/docs/custom/delete_database.svg index f5d69c6..075501f 100644 --- a/docs/custom/delete_database.svg +++ b/docs/custom/delete_database.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/delete_row.svg b/docs/custom/delete_row.svg index 9079e24..2dd3a16 100644 --- a/docs/custom/delete_row.svg +++ b/docs/custom/delete_row.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/department.svg b/docs/custom/department.svg index 7a7b49f..d1c59e7 100644 --- a/docs/custom/department.svg +++ b/docs/custom/department.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/deployment.svg b/docs/custom/deployment.svg index 8ec3641..b0659e8 100644 --- a/docs/custom/deployment.svg +++ b/docs/custom/deployment.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/diploma_1.svg b/docs/custom/diploma_1.svg index 3194c3a..387cbbd 100644 --- a/docs/custom/diploma_1.svg +++ b/docs/custom/diploma_1.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/diploma_2.svg b/docs/custom/diploma_2.svg index ea8d553..ffb7c39 100644 --- a/docs/custom/diploma_2.svg +++ b/docs/custom/diploma_2.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/disapprove.svg b/docs/custom/disapprove.svg index 0c14624..709bbb3 100644 --- a/docs/custom/disapprove.svg +++ b/docs/custom/disapprove.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/disclaimer.svg b/docs/custom/disclaimer.svg index c48a1f8..99a24c9 100644 --- a/docs/custom/disclaimer.svg +++ b/docs/custom/disclaimer.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/dislike.svg b/docs/custom/dislike.svg index 36a9f3e..7c06bde 100644 --- a/docs/custom/dislike.svg +++ b/docs/custom/dislike.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/display.svg b/docs/custom/display.svg index 7ee9f1f..079461a 100644 --- a/docs/custom/display.svg +++ b/docs/custom/display.svg @@ -1,13 +1 @@ - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/do_not_inhale.svg b/docs/custom/do_not_inhale.svg index 3620b6b..d64bd9d 100644 --- a/docs/custom/do_not_inhale.svg +++ b/docs/custom/do_not_inhale.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/do_not_insert.svg b/docs/custom/do_not_insert.svg index 0da319c..4599ed5 100644 --- a/docs/custom/do_not_insert.svg +++ b/docs/custom/do_not_insert.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/do_not_mix.svg b/docs/custom/do_not_mix.svg index dde058f..cd0726e 100644 --- a/docs/custom/do_not_mix.svg +++ b/docs/custom/do_not_mix.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/document.svg b/docs/custom/document.svg index 7b392f8..d752ebb 100644 --- a/docs/custom/document.svg +++ b/docs/custom/document.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/donate.svg b/docs/custom/donate.svg index dc785fa..4f5714d 100644 --- a/docs/custom/donate.svg +++ b/docs/custom/donate.svg @@ -1,13 +1 @@ - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/doughnut_chart.svg b/docs/custom/doughnut_chart.svg index 82f03e1..c31aa82 100644 --- a/docs/custom/doughnut_chart.svg +++ b/docs/custom/doughnut_chart.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/down.svg b/docs/custom/down.svg index 58ff53d..a4718c9 100644 --- a/docs/custom/down.svg +++ b/docs/custom/down.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/down_left.svg b/docs/custom/down_left.svg index 19a5198..b8e856e 100644 --- a/docs/custom/down_left.svg +++ b/docs/custom/down_left.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/down_right.svg b/docs/custom/down_right.svg index 7dbc517..885d7d5 100644 --- a/docs/custom/down_right.svg +++ b/docs/custom/down_right.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/download.svg b/docs/custom/download.svg index 90513b7..98c537a 100644 --- a/docs/custom/download.svg +++ b/docs/custom/download.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/edit_image.svg b/docs/custom/edit_image.svg index 3dd2020..388e9ae 100644 --- a/docs/custom/edit_image.svg +++ b/docs/custom/edit_image.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/electrical_sensor.svg b/docs/custom/electrical_sensor.svg index 5424956..50602ab 100644 --- a/docs/custom/electrical_sensor.svg +++ b/docs/custom/electrical_sensor.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/electrical_threshold.svg b/docs/custom/electrical_threshold.svg index 827d39e..3d13dd8 100644 --- a/docs/custom/electrical_threshold.svg +++ b/docs/custom/electrical_threshold.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/electricity.svg b/docs/custom/electricity.svg index 355229c..96c35cc 100644 --- a/docs/custom/electricity.svg +++ b/docs/custom/electricity.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/electro_devices.svg b/docs/custom/electro_devices.svg index 7d9fa3a..34d07fd 100644 --- a/docs/custom/electro_devices.svg +++ b/docs/custom/electro_devices.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/electronics.svg b/docs/custom/electronics.svg index eb6a3c9..901adf8 100644 --- a/docs/custom/electronics.svg +++ b/docs/custom/electronics.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/empty_battery.svg b/docs/custom/empty_battery.svg index b1e61c3..b315b54 100644 --- a/docs/custom/empty_battery.svg +++ b/docs/custom/empty_battery.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/empty_filter.svg b/docs/custom/empty_filter.svg index 7952c75..e8057b0 100644 --- a/docs/custom/empty_filter.svg +++ b/docs/custom/empty_filter.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/empty_trash.svg b/docs/custom/empty_trash.svg index cd48e96..cdf55fc 100644 --- a/docs/custom/empty_trash.svg +++ b/docs/custom/empty_trash.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/end_call.svg b/docs/custom/end_call.svg index 056c085..9840bdc 100644 --- a/docs/custom/end_call.svg +++ b/docs/custom/end_call.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/engineering.svg b/docs/custom/engineering.svg index 76a7a6a..8edb38d 100644 --- a/docs/custom/engineering.svg +++ b/docs/custom/engineering.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/expand.svg b/docs/custom/expand.svg index 40d4917..8d5dee7 100644 --- a/docs/custom/expand.svg +++ b/docs/custom/expand.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/expired.svg b/docs/custom/expired.svg index 0b22296..8a40477 100644 --- a/docs/custom/expired.svg +++ b/docs/custom/expired.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/export.svg b/docs/custom/export.svg index e5d1928..017202f 100644 --- a/docs/custom/export.svg +++ b/docs/custom/export.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/external.svg b/docs/custom/external.svg index eac6c03..fbbbda8 100644 --- a/docs/custom/external.svg +++ b/docs/custom/external.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/factory.svg b/docs/custom/factory.svg index 12eb665..02e93e3 100644 --- a/docs/custom/factory.svg +++ b/docs/custom/factory.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/factory_breakdown.svg b/docs/custom/factory_breakdown.svg index 881e027..bd8c850 100644 --- a/docs/custom/factory_breakdown.svg +++ b/docs/custom/factory_breakdown.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/faq.svg b/docs/custom/faq.svg index dae5cf7..89e294c 100644 --- a/docs/custom/faq.svg +++ b/docs/custom/faq.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/feed_in.svg b/docs/custom/feed_in.svg index 1d5903f..7d22532 100644 --- a/docs/custom/feed_in.svg +++ b/docs/custom/feed_in.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/feedback.svg b/docs/custom/feedback.svg index a5da4fa..2b1733e 100644 --- a/docs/custom/feedback.svg +++ b/docs/custom/feedback.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/file.svg b/docs/custom/file.svg index e7d2f40..0b6e553 100644 --- a/docs/custom/file.svg +++ b/docs/custom/file.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/filing_cabinet.svg b/docs/custom/filing_cabinet.svg index 07acffc..50b61c0 100644 --- a/docs/custom/filing_cabinet.svg +++ b/docs/custom/filing_cabinet.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/filled_filter.svg b/docs/custom/filled_filter.svg index 744bf3f..370a103 100644 --- a/docs/custom/filled_filter.svg +++ b/docs/custom/filled_filter.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/film.svg b/docs/custom/film.svg index 5075800..98e91e4 100644 --- a/docs/custom/film.svg +++ b/docs/custom/film.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/film_reel.svg b/docs/custom/film_reel.svg index 785dd5a..2a4422d 100644 --- a/docs/custom/film_reel.svg +++ b/docs/custom/film_reel.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/fine_print.svg b/docs/custom/fine_print.svg index e7381e1..72d4718 100644 --- a/docs/custom/fine_print.svg +++ b/docs/custom/fine_print.svg @@ -1,16 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/flash_auto.svg b/docs/custom/flash_auto.svg index 98ce709..c7aea11 100644 --- a/docs/custom/flash_auto.svg +++ b/docs/custom/flash_auto.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/flash_off.svg b/docs/custom/flash_off.svg index e77160f..2c9e46f 100644 --- a/docs/custom/flash_off.svg +++ b/docs/custom/flash_off.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/flash_on.svg b/docs/custom/flash_on.svg index e8e5ad6..79c4779 100644 --- a/docs/custom/flash_on.svg +++ b/docs/custom/flash_on.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/flow_chart.svg b/docs/custom/flow_chart.svg index 2928a6e..1109f5f 100644 --- a/docs/custom/flow_chart.svg +++ b/docs/custom/flow_chart.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/folder.svg b/docs/custom/folder.svg index 66b2e3b..881519d 100644 --- a/docs/custom/folder.svg +++ b/docs/custom/folder.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/frame.svg b/docs/custom/frame.svg index 92937ea..9d776d0 100644 --- a/docs/custom/frame.svg +++ b/docs/custom/frame.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/full_battery.svg b/docs/custom/full_battery.svg index 5ce2744..ae588ad 100644 --- a/docs/custom/full_battery.svg +++ b/docs/custom/full_battery.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/full_trash.svg b/docs/custom/full_trash.svg index bcd9a52..c559833 100644 --- a/docs/custom/full_trash.svg +++ b/docs/custom/full_trash.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/gallery.svg b/docs/custom/gallery.svg index 2b89567..994b397 100644 --- a/docs/custom/gallery.svg +++ b/docs/custom/gallery.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/genealogy.svg b/docs/custom/genealogy.svg index adadfbd..2c41139 100644 --- a/docs/custom/genealogy.svg +++ b/docs/custom/genealogy.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/generic_sorting_asc.svg b/docs/custom/generic_sorting_asc.svg index 50dcbdb..9a67aaf 100644 --- a/docs/custom/generic_sorting_asc.svg +++ b/docs/custom/generic_sorting_asc.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/generic_sorting_desc.svg b/docs/custom/generic_sorting_desc.svg index d78bcf3..90d69cc 100644 --- a/docs/custom/generic_sorting_desc.svg +++ b/docs/custom/generic_sorting_desc.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/globe.svg b/docs/custom/globe.svg index b6faa3a..6d85da3 100644 --- a/docs/custom/globe.svg +++ b/docs/custom/globe.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/good_decision.svg b/docs/custom/good_decision.svg index 9721b1a..3b82c75 100644 --- a/docs/custom/good_decision.svg +++ b/docs/custom/good_decision.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/graduation_cap.svg b/docs/custom/graduation_cap.svg index bb4c0d9..6d73557 100644 --- a/docs/custom/graduation_cap.svg +++ b/docs/custom/graduation_cap.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/grid.svg b/docs/custom/grid.svg index f263eaf..c03be8d 100644 --- a/docs/custom/grid.svg +++ b/docs/custom/grid.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/headset.svg b/docs/custom/headset.svg index cd9791f..f96010b 100644 --- a/docs/custom/headset.svg +++ b/docs/custom/headset.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/heat_map.svg b/docs/custom/heat_map.svg index b4dd33b..b57b2d8 100644 --- a/docs/custom/heat_map.svg +++ b/docs/custom/heat_map.svg @@ -1,16 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/high_battery.svg b/docs/custom/high_battery.svg index 150dc7c..a280bcd 100644 --- a/docs/custom/high_battery.svg +++ b/docs/custom/high_battery.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/high_priority.svg b/docs/custom/high_priority.svg index 58ac7d5..d640a25 100644 --- a/docs/custom/high_priority.svg +++ b/docs/custom/high_priority.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/home.svg b/docs/custom/home.svg index f416760..b9820d6 100644 --- a/docs/custom/home.svg +++ b/docs/custom/home.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/idea.svg b/docs/custom/idea.svg index c88cb27..5a5cb00 100644 --- a/docs/custom/idea.svg +++ b/docs/custom/idea.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/image_file.svg b/docs/custom/image_file.svg index d6a2314..0731612 100644 --- a/docs/custom/image_file.svg +++ b/docs/custom/image_file.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/import.svg b/docs/custom/import.svg index 1696a78..bff5b54 100644 --- a/docs/custom/import.svg +++ b/docs/custom/import.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/in_transit.svg b/docs/custom/in_transit.svg index 26b4ce7..5bf2921 100644 --- a/docs/custom/in_transit.svg +++ b/docs/custom/in_transit.svg @@ -1,25 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/info.svg b/docs/custom/info.svg index 0842a79..4a57287 100644 --- a/docs/custom/info.svg +++ b/docs/custom/info.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/inspection.svg b/docs/custom/inspection.svg index 4885aea..5820109 100644 --- a/docs/custom/inspection.svg +++ b/docs/custom/inspection.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/integrated_webcam.svg b/docs/custom/integrated_webcam.svg index 0026a6d..b1f9d34 100644 --- a/docs/custom/integrated_webcam.svg +++ b/docs/custom/integrated_webcam.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/internal.svg b/docs/custom/internal.svg index 7be0c1f..24bc7bd 100644 --- a/docs/custom/internal.svg +++ b/docs/custom/internal.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/invite.svg b/docs/custom/invite.svg index 9f012ad..8002736 100644 --- a/docs/custom/invite.svg +++ b/docs/custom/invite.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/key.svg b/docs/custom/key.svg index a5f47e9..00786f0 100644 --- a/docs/custom/key.svg +++ b/docs/custom/key.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/landscape.svg b/docs/custom/landscape.svg index dfe42d1..0515994 100644 --- a/docs/custom/landscape.svg +++ b/docs/custom/landscape.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/leave.svg b/docs/custom/leave.svg index 5ccfd51..6a24241 100644 --- a/docs/custom/leave.svg +++ b/docs/custom/leave.svg @@ -1,13 +1 @@ - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/left.svg b/docs/custom/left.svg index c845cc9..60dcf65 100644 --- a/docs/custom/left.svg +++ b/docs/custom/left.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/left_down.svg b/docs/custom/left_down.svg index 61a2f0a..8e8ae1f 100644 --- a/docs/custom/left_down.svg +++ b/docs/custom/left_down.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/left_down2.svg b/docs/custom/left_down2.svg index a7183aa..712b3b4 100644 --- a/docs/custom/left_down2.svg +++ b/docs/custom/left_down2.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/left_up.svg b/docs/custom/left_up.svg index 56eed19..c5d3ce5 100644 --- a/docs/custom/left_up.svg +++ b/docs/custom/left_up.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/left_up2.svg b/docs/custom/left_up2.svg index c71db15..2ba5ba6 100644 --- a/docs/custom/left_up2.svg +++ b/docs/custom/left_up2.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/library.svg b/docs/custom/library.svg index 14dde6a..2acf988 100644 --- a/docs/custom/library.svg +++ b/docs/custom/library.svg @@ -1,23 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/light_at_the_end_of_tunnel.svg b/docs/custom/light_at_the_end_of_tunnel.svg index 0ce7314..6fa61ca 100644 --- a/docs/custom/light_at_the_end_of_tunnel.svg +++ b/docs/custom/light_at_the_end_of_tunnel.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/like.svg b/docs/custom/like.svg index 880f592..ed2c071 100644 --- a/docs/custom/like.svg +++ b/docs/custom/like.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/like_placeholder.svg b/docs/custom/like_placeholder.svg index a5050d8..a94434f 100644 --- a/docs/custom/like_placeholder.svg +++ b/docs/custom/like_placeholder.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/line_chart.svg b/docs/custom/line_chart.svg index fcd0a78..940395b 100644 --- a/docs/custom/line_chart.svg +++ b/docs/custom/line_chart.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/link.svg b/docs/custom/link.svg index 43c700f..6f10ed6 100644 --- a/docs/custom/link.svg +++ b/docs/custom/link.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/list.svg b/docs/custom/list.svg index f5c8082..5e7ac46 100644 --- a/docs/custom/list.svg +++ b/docs/custom/list.svg @@ -1,16 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/lock.svg b/docs/custom/lock.svg index 8d0a9b8..f66e5ff 100644 --- a/docs/custom/lock.svg +++ b/docs/custom/lock.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/lock_landscape.svg b/docs/custom/lock_landscape.svg index 740f80d..04be0fa 100644 --- a/docs/custom/lock_landscape.svg +++ b/docs/custom/lock_landscape.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/lock_portrait.svg b/docs/custom/lock_portrait.svg index 5d52cf4..4df64ef 100644 --- a/docs/custom/lock_portrait.svg +++ b/docs/custom/lock_portrait.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/low_battery.svg b/docs/custom/low_battery.svg index 7225f26..70531e6 100644 --- a/docs/custom/low_battery.svg +++ b/docs/custom/low_battery.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/low_priority.svg b/docs/custom/low_priority.svg index 96ff311..73824d7 100644 --- a/docs/custom/low_priority.svg +++ b/docs/custom/low_priority.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/make_decision.svg b/docs/custom/make_decision.svg index 149774d..07b05ff 100644 --- a/docs/custom/make_decision.svg +++ b/docs/custom/make_decision.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/manager.svg b/docs/custom/manager.svg index b392a58..630c2e2 100644 --- a/docs/custom/manager.svg +++ b/docs/custom/manager.svg @@ -1,15 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/medium_priority.svg b/docs/custom/medium_priority.svg index bcd9ca9..47fbf96 100644 --- a/docs/custom/medium_priority.svg +++ b/docs/custom/medium_priority.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/menu.svg b/docs/custom/menu.svg index 1ab7df5..2a4a5a3 100644 --- a/docs/custom/menu.svg +++ b/docs/custom/menu.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/middle_battery.svg b/docs/custom/middle_battery.svg index a483b09..84f817c 100644 --- a/docs/custom/middle_battery.svg +++ b/docs/custom/middle_battery.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/mind_map.svg b/docs/custom/mind_map.svg index a534b6b..3b7d989 100644 --- a/docs/custom/mind_map.svg +++ b/docs/custom/mind_map.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/minus.svg b/docs/custom/minus.svg index c50f43c..9fd5056 100644 --- a/docs/custom/minus.svg +++ b/docs/custom/minus.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/missed_call.svg b/docs/custom/missed_call.svg index 19602f6..c253f8f 100644 --- a/docs/custom/missed_call.svg +++ b/docs/custom/missed_call.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/mms.svg b/docs/custom/mms.svg index 23f75fd..df717c1 100644 --- a/docs/custom/mms.svg +++ b/docs/custom/mms.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/money_transfer.svg b/docs/custom/money_transfer.svg index 7804c6d..98ddd04 100644 --- a/docs/custom/money_transfer.svg +++ b/docs/custom/money_transfer.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/multiple_cameras.svg b/docs/custom/multiple_cameras.svg index 029fc84..943647c 100644 --- a/docs/custom/multiple_cameras.svg +++ b/docs/custom/multiple_cameras.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/multiple_devices.svg b/docs/custom/multiple_devices.svg index f8fbfac..034c437 100644 --- a/docs/custom/multiple_devices.svg +++ b/docs/custom/multiple_devices.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/multiple_inputs.svg b/docs/custom/multiple_inputs.svg index a403cbd..8526c42 100644 --- a/docs/custom/multiple_inputs.svg +++ b/docs/custom/multiple_inputs.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/multiple_smartphones.svg b/docs/custom/multiple_smartphones.svg index df3a507..3fc496b 100644 --- a/docs/custom/multiple_smartphones.svg +++ b/docs/custom/multiple_smartphones.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/music.svg b/docs/custom/music.svg index 6a44511..e617592 100644 --- a/docs/custom/music.svg +++ b/docs/custom/music.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/negative_dynamic.svg b/docs/custom/negative_dynamic.svg index 51e2b69..922e77b 100644 --- a/docs/custom/negative_dynamic.svg +++ b/docs/custom/negative_dynamic.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/neutral_decision.svg b/docs/custom/neutral_decision.svg index 7a54393..6b39c4f 100644 --- a/docs/custom/neutral_decision.svg +++ b/docs/custom/neutral_decision.svg @@ -1,13 +1 @@ - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/neutral_trading.svg b/docs/custom/neutral_trading.svg index f8c0d2e..8d765e8 100644 --- a/docs/custom/neutral_trading.svg +++ b/docs/custom/neutral_trading.svg @@ -1,15 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/news.svg b/docs/custom/news.svg index 052f42b..1097c89 100644 --- a/docs/custom/news.svg +++ b/docs/custom/news.svg @@ -1,19 +1 @@ - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/next.svg b/docs/custom/next.svg index 2986bf9..da6d3b5 100644 --- a/docs/custom/next.svg +++ b/docs/custom/next.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/night_landscape.svg b/docs/custom/night_landscape.svg index a25366f..85da750 100644 --- a/docs/custom/night_landscape.svg +++ b/docs/custom/night_landscape.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/night_portrait.svg b/docs/custom/night_portrait.svg index 41c3267..895e825 100644 --- a/docs/custom/night_portrait.svg +++ b/docs/custom/night_portrait.svg @@ -1,15 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/no_idea.svg b/docs/custom/no_idea.svg index 7496b85..c0e510e 100644 --- a/docs/custom/no_idea.svg +++ b/docs/custom/no_idea.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/no_video.svg b/docs/custom/no_video.svg index 7db6c24..b171730 100644 --- a/docs/custom/no_video.svg +++ b/docs/custom/no_video.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/numerical_sorting_12.svg b/docs/custom/numerical_sorting_12.svg index 54c00bc..3d8426e 100644 --- a/docs/custom/numerical_sorting_12.svg +++ b/docs/custom/numerical_sorting_12.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/numerical_sorting_21.svg b/docs/custom/numerical_sorting_21.svg index 70a34f5..67ad8a8 100644 --- a/docs/custom/numerical_sorting_21.svg +++ b/docs/custom/numerical_sorting_21.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/ok.svg b/docs/custom/ok.svg index 9eb8075..14e99d3 100644 --- a/docs/custom/ok.svg +++ b/docs/custom/ok.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/old_time_camera.svg b/docs/custom/old_time_camera.svg index c0198e4..dbfd93e 100644 --- a/docs/custom/old_time_camera.svg +++ b/docs/custom/old_time_camera.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/online_support.svg b/docs/custom/online_support.svg index f1ec50d..9dbe8ff 100644 --- a/docs/custom/online_support.svg +++ b/docs/custom/online_support.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/opened_folder.svg b/docs/custom/opened_folder.svg index 8ec9194..4277220 100644 --- a/docs/custom/opened_folder.svg +++ b/docs/custom/opened_folder.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/org_unit.svg b/docs/custom/org_unit.svg index 16207cc..df4a4a3 100644 --- a/docs/custom/org_unit.svg +++ b/docs/custom/org_unit.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/organization.svg b/docs/custom/organization.svg index f3b253b..c72662c 100644 --- a/docs/custom/organization.svg +++ b/docs/custom/organization.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/overtime.svg b/docs/custom/overtime.svg index 948316c..3b2ffa3 100644 --- a/docs/custom/overtime.svg +++ b/docs/custom/overtime.svg @@ -1,23 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/package.svg b/docs/custom/package.svg index 2b7e96b..b2f85e9 100644 --- a/docs/custom/package.svg +++ b/docs/custom/package.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/paid.svg b/docs/custom/paid.svg index b74fea0..2d99f7c 100644 --- a/docs/custom/paid.svg +++ b/docs/custom/paid.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/panorama.svg b/docs/custom/panorama.svg index e3cb71d..ac4ddce 100644 --- a/docs/custom/panorama.svg +++ b/docs/custom/panorama.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/parallel_tasks.svg b/docs/custom/parallel_tasks.svg index ecd9a80..1e4a231 100644 --- a/docs/custom/parallel_tasks.svg +++ b/docs/custom/parallel_tasks.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/phone.svg b/docs/custom/phone.svg index 703c4d6..dcca604 100644 --- a/docs/custom/phone.svg +++ b/docs/custom/phone.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/photo_reel.svg b/docs/custom/photo_reel.svg index 0f06cfb..b73793f 100644 --- a/docs/custom/photo_reel.svg +++ b/docs/custom/photo_reel.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/picture.svg b/docs/custom/picture.svg index a6d488d..8ad4bfd 100644 --- a/docs/custom/picture.svg +++ b/docs/custom/picture.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/pie_chart.svg b/docs/custom/pie_chart.svg index 0220fba..9026a0b 100644 --- a/docs/custom/pie_chart.svg +++ b/docs/custom/pie_chart.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/planner.svg b/docs/custom/planner.svg index d66c231..1cfd754 100644 --- a/docs/custom/planner.svg +++ b/docs/custom/planner.svg @@ -1,20 +1 @@ - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/plus.svg b/docs/custom/plus.svg index 37f75e1..1738079 100644 --- a/docs/custom/plus.svg +++ b/docs/custom/plus.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/podium_with_audience.svg b/docs/custom/podium_with_audience.svg index 73d1812..5286859 100644 --- a/docs/custom/podium_with_audience.svg +++ b/docs/custom/podium_with_audience.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/podium_with_speaker.svg b/docs/custom/podium_with_speaker.svg index f13192d..e869de1 100644 --- a/docs/custom/podium_with_speaker.svg +++ b/docs/custom/podium_with_speaker.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/podium_without_speaker.svg b/docs/custom/podium_without_speaker.svg index 034653c..0a6ab77 100644 --- a/docs/custom/podium_without_speaker.svg +++ b/docs/custom/podium_without_speaker.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/portrait_mode.svg b/docs/custom/portrait_mode.svg index a04070d..73c365a 100644 --- a/docs/custom/portrait_mode.svg +++ b/docs/custom/portrait_mode.svg @@ -1,19 +1 @@ - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/positive_dynamic.svg b/docs/custom/positive_dynamic.svg index 01f62ac..020cbbf 100644 --- a/docs/custom/positive_dynamic.svg +++ b/docs/custom/positive_dynamic.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/previous.svg b/docs/custom/previous.svg index 25baeb8..da6a894 100644 --- a/docs/custom/previous.svg +++ b/docs/custom/previous.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/print.svg b/docs/custom/print.svg index 2387fc5..2b0b717 100644 --- a/docs/custom/print.svg +++ b/docs/custom/print.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/privacy.svg b/docs/custom/privacy.svg index 2132ecf..293eb97 100644 --- a/docs/custom/privacy.svg +++ b/docs/custom/privacy.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/process.svg b/docs/custom/process.svg index 33b74d4..487d029 100644 --- a/docs/custom/process.svg +++ b/docs/custom/process.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/puzzle.svg b/docs/custom/puzzle.svg index e5bc590..2d37a7d 100644 --- a/docs/custom/puzzle.svg +++ b/docs/custom/puzzle.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/questions.svg b/docs/custom/questions.svg index 6c1b7a2..48435f3 100644 --- a/docs/custom/questions.svg +++ b/docs/custom/questions.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/radar_plot.svg b/docs/custom/radar_plot.svg index 32c9a75..19f0f48 100644 --- a/docs/custom/radar_plot.svg +++ b/docs/custom/radar_plot.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/rating.svg b/docs/custom/rating.svg index d104890..26b0fce 100644 --- a/docs/custom/rating.svg +++ b/docs/custom/rating.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/ratings.svg b/docs/custom/ratings.svg index e1db30d..ed9257a 100644 --- a/docs/custom/ratings.svg +++ b/docs/custom/ratings.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/reading.svg b/docs/custom/reading.svg index d2ddffe..2f800b1 100644 --- a/docs/custom/reading.svg +++ b/docs/custom/reading.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/reading_ebook.svg b/docs/custom/reading_ebook.svg index ebffdf1..09998f5 100644 --- a/docs/custom/reading_ebook.svg +++ b/docs/custom/reading_ebook.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/redo.svg b/docs/custom/redo.svg index fe7a19f..4c9b5d6 100644 --- a/docs/custom/redo.svg +++ b/docs/custom/redo.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/refresh.svg b/docs/custom/refresh.svg index 5cae4ce..b4abfdc 100644 --- a/docs/custom/refresh.svg +++ b/docs/custom/refresh.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/registered_trademark.svg b/docs/custom/registered_trademark.svg index 3fc6cf4..6d5b273 100644 --- a/docs/custom/registered_trademark.svg +++ b/docs/custom/registered_trademark.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/remove_image.svg b/docs/custom/remove_image.svg index d64f21b..0cae0e7 100644 --- a/docs/custom/remove_image.svg +++ b/docs/custom/remove_image.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/reuse.svg b/docs/custom/reuse.svg index f86be4b..0ef6070 100644 --- a/docs/custom/reuse.svg +++ b/docs/custom/reuse.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/right.svg b/docs/custom/right.svg index 2747f21..b90043b 100644 --- a/docs/custom/right.svg +++ b/docs/custom/right.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/right_down.svg b/docs/custom/right_down.svg index 93dbdd6..7db06ac 100644 --- a/docs/custom/right_down.svg +++ b/docs/custom/right_down.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/right_down2.svg b/docs/custom/right_down2.svg index 83df62d..e084cb1 100644 --- a/docs/custom/right_down2.svg +++ b/docs/custom/right_down2.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/right_up.svg b/docs/custom/right_up.svg index 4e8337d..261c588 100644 --- a/docs/custom/right_up.svg +++ b/docs/custom/right_up.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/right_up2.svg b/docs/custom/right_up2.svg index 54a166b..01e487e 100644 --- a/docs/custom/right_up2.svg +++ b/docs/custom/right_up2.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/rotate_camera.svg b/docs/custom/rotate_camera.svg index f6c0a0b..6ef58ad 100644 --- a/docs/custom/rotate_camera.svg +++ b/docs/custom/rotate_camera.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/rotate_to_landscape.svg b/docs/custom/rotate_to_landscape.svg index 6365afe..0eb2886 100644 --- a/docs/custom/rotate_to_landscape.svg +++ b/docs/custom/rotate_to_landscape.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/rotate_to_portrait.svg b/docs/custom/rotate_to_portrait.svg index 26e9cd4..2cc4b9f 100644 --- a/docs/custom/rotate_to_portrait.svg +++ b/docs/custom/rotate_to_portrait.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/ruler.svg b/docs/custom/ruler.svg index e3cb6d6..0783080 100644 --- a/docs/custom/ruler.svg +++ b/docs/custom/ruler.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/rules.svg b/docs/custom/rules.svg index 2923c9e..3a5159b 100644 --- a/docs/custom/rules.svg +++ b/docs/custom/rules.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/safe.svg b/docs/custom/safe.svg index a6ae173..9c5668d 100644 --- a/docs/custom/safe.svg +++ b/docs/custom/safe.svg @@ -1,19 +1 @@ - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/sales_performance.svg b/docs/custom/sales_performance.svg index 2fbf035..0c619b9 100644 --- a/docs/custom/sales_performance.svg +++ b/docs/custom/sales_performance.svg @@ -1,66 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/scatter_plot.svg b/docs/custom/scatter_plot.svg index c280f16..f4f9f06 100644 --- a/docs/custom/scatter_plot.svg +++ b/docs/custom/scatter_plot.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/search.svg b/docs/custom/search.svg index 78a902d..f1b8bfe 100644 --- a/docs/custom/search.svg +++ b/docs/custom/search.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/self_service_kiosk.svg b/docs/custom/self_service_kiosk.svg index 83cdc8a..c0289de 100644 --- a/docs/custom/self_service_kiosk.svg +++ b/docs/custom/self_service_kiosk.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/selfie.svg b/docs/custom/selfie.svg index 6c1960c..d12b2a8 100644 --- a/docs/custom/selfie.svg +++ b/docs/custom/selfie.svg @@ -1,19 +1 @@ - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/serial_tasks.svg b/docs/custom/serial_tasks.svg index 71d92cd..17a1ee7 100644 --- a/docs/custom/serial_tasks.svg +++ b/docs/custom/serial_tasks.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/service_mark.svg b/docs/custom/service_mark.svg index 9bb2199..687563c 100644 --- a/docs/custom/service_mark.svg +++ b/docs/custom/service_mark.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/services.svg b/docs/custom/services.svg index c1e76ae..d5562e9 100644 --- a/docs/custom/services.svg +++ b/docs/custom/services.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/settings.svg b/docs/custom/settings.svg index 8450234..7960899 100644 --- a/docs/custom/settings.svg +++ b/docs/custom/settings.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/share.svg b/docs/custom/share.svg index dd9f708..263ee45 100644 --- a/docs/custom/share.svg +++ b/docs/custom/share.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/shipped.svg b/docs/custom/shipped.svg index deb3e12..517c80e 100644 --- a/docs/custom/shipped.svg +++ b/docs/custom/shipped.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/shop.svg b/docs/custom/shop.svg index cc7b1fc..09291e0 100644 --- a/docs/custom/shop.svg +++ b/docs/custom/shop.svg @@ -1,29 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/signature.svg b/docs/custom/signature.svg index bf2480f..24fb626 100644 --- a/docs/custom/signature.svg +++ b/docs/custom/signature.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/sim_card.svg b/docs/custom/sim_card.svg index abb59da..3f7b5d4 100644 --- a/docs/custom/sim_card.svg +++ b/docs/custom/sim_card.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/sim_card_chip.svg b/docs/custom/sim_card_chip.svg index e267215..8d433ea 100644 --- a/docs/custom/sim_card_chip.svg +++ b/docs/custom/sim_card_chip.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/slr_back_side.svg b/docs/custom/slr_back_side.svg index e5d771b..8a73b07 100644 --- a/docs/custom/slr_back_side.svg +++ b/docs/custom/slr_back_side.svg @@ -1,13 +1 @@ - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/smartphone_tablet.svg b/docs/custom/smartphone_tablet.svg index 5eec678..0ceb7fe 100644 --- a/docs/custom/smartphone_tablet.svg +++ b/docs/custom/smartphone_tablet.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/sms.svg b/docs/custom/sms.svg index 72a6e4c..5be2c4a 100644 --- a/docs/custom/sms.svg +++ b/docs/custom/sms.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/sound_recording_copyright.svg b/docs/custom/sound_recording_copyright.svg index 4d27d58..e24d165 100644 --- a/docs/custom/sound_recording_copyright.svg +++ b/docs/custom/sound_recording_copyright.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/speaker.svg b/docs/custom/speaker.svg index f5f0a93..cc258c4 100644 --- a/docs/custom/speaker.svg +++ b/docs/custom/speaker.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/sports_mode.svg b/docs/custom/sports_mode.svg index e670522..421b815 100644 --- a/docs/custom/sports_mode.svg +++ b/docs/custom/sports_mode.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/stack_of_photos.svg b/docs/custom/stack_of_photos.svg index 10d1716..2808630 100644 --- a/docs/custom/stack_of_photos.svg +++ b/docs/custom/stack_of_photos.svg @@ -1,15 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/start.svg b/docs/custom/start.svg index af1dc73..43d331e 100644 --- a/docs/custom/start.svg +++ b/docs/custom/start.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/statistics.svg b/docs/custom/statistics.svg index ac943fb..40629f6 100644 --- a/docs/custom/statistics.svg +++ b/docs/custom/statistics.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/support.svg b/docs/custom/support.svg index 192c8f3..7f847b4 100644 --- a/docs/custom/support.svg +++ b/docs/custom/support.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/survey.svg b/docs/custom/survey.svg index 366eb2f..1f491fa 100644 --- a/docs/custom/survey.svg +++ b/docs/custom/survey.svg @@ -1,16 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/switch_camera.svg b/docs/custom/switch_camera.svg index 65d2a99..6d46eb1 100644 --- a/docs/custom/switch_camera.svg +++ b/docs/custom/switch_camera.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/synchronize.svg b/docs/custom/synchronize.svg index e788e4b..ba8832a 100644 --- a/docs/custom/synchronize.svg +++ b/docs/custom/synchronize.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/template.svg b/docs/custom/template.svg index f4514d5..63a359e 100644 --- a/docs/custom/template.svg +++ b/docs/custom/template.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/timeline.svg b/docs/custom/timeline.svg index 9935399..110be9c 100644 --- a/docs/custom/timeline.svg +++ b/docs/custom/timeline.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/todo_list.svg b/docs/custom/todo_list.svg index 403d3ce..67fdd38 100644 --- a/docs/custom/todo_list.svg +++ b/docs/custom/todo_list.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/touchscreen_smartphone.svg b/docs/custom/touchscreen_smartphone.svg index 13f527c..9efbc31 100644 --- a/docs/custom/touchscreen_smartphone.svg +++ b/docs/custom/touchscreen_smartphone.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/trademark.svg b/docs/custom/trademark.svg index 121a27d..8122380 100644 --- a/docs/custom/trademark.svg +++ b/docs/custom/trademark.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/tree_structure.svg b/docs/custom/tree_structure.svg index 54303ea..74b457c 100644 --- a/docs/custom/tree_structure.svg +++ b/docs/custom/tree_structure.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/two_smartphones.svg b/docs/custom/two_smartphones.svg index d62d549..106579d 100644 --- a/docs/custom/two_smartphones.svg +++ b/docs/custom/two_smartphones.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/undo.svg b/docs/custom/undo.svg index 3287135..7e427d1 100644 --- a/docs/custom/undo.svg +++ b/docs/custom/undo.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/unlock.svg b/docs/custom/unlock.svg index 35c03c6..ba98342 100644 --- a/docs/custom/unlock.svg +++ b/docs/custom/unlock.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/up.svg b/docs/custom/up.svg index 27042d8..bba1935 100644 --- a/docs/custom/up.svg +++ b/docs/custom/up.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/up_left.svg b/docs/custom/up_left.svg index 85b8d2f..fd3a8d6 100644 --- a/docs/custom/up_left.svg +++ b/docs/custom/up_left.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/up_right.svg b/docs/custom/up_right.svg index 511fba0..3f2ea80 100644 --- a/docs/custom/up_right.svg +++ b/docs/custom/up_right.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/docs/custom/upload.svg b/docs/custom/upload.svg index 0308c40..e71482b 100644 --- a/docs/custom/upload.svg +++ b/docs/custom/upload.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/video_call.svg b/docs/custom/video_call.svg index 0b395ac..e5295a1 100644 --- a/docs/custom/video_call.svg +++ b/docs/custom/video_call.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/docs/custom/video_file.svg b/docs/custom/video_file.svg index b795234..49ffe8a 100644 --- a/docs/custom/video_file.svg +++ b/docs/custom/video_file.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/video_projector.svg b/docs/custom/video_projector.svg index dcdf3ee..bfef3ad 100644 --- a/docs/custom/video_projector.svg +++ b/docs/custom/video_projector.svg @@ -1,27 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/view_details.svg b/docs/custom/view_details.svg index caf24e3..b392a62 100644 --- a/docs/custom/view_details.svg +++ b/docs/custom/view_details.svg @@ -1,13 +1 @@ - - - - - - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/vip.svg b/docs/custom/vip.svg index 6754eb0..ef3d709 100644 --- a/docs/custom/vip.svg +++ b/docs/custom/vip.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/docs/custom/voice_presentation.svg b/docs/custom/voice_presentation.svg index bbc1206..8e05e7e 100644 --- a/docs/custom/voice_presentation.svg +++ b/docs/custom/voice_presentation.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/docs/custom/voicemail.svg b/docs/custom/voicemail.svg index ea57b08..9cd395e 100644 --- a/docs/custom/voicemail.svg +++ b/docs/custom/voicemail.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/docs/custom/webcam.svg b/docs/custom/webcam.svg index 929dc38..26d0258 100644 --- a/docs/custom/webcam.svg +++ b/docs/custom/webcam.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/docs/custom/workflow.svg b/docs/custom/workflow.svg index 858cb46..7ab7d85 100644 --- a/docs/custom/workflow.svg +++ b/docs/custom/workflow.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/package.json b/package.json index d2d6b1c..775faf7 100644 --- a/package.json +++ b/package.json @@ -112,6 +112,7 @@ "svelte": "^3.22.2", "svelte-jester": "nolanlawson/svelte-jester#auto-preprocess", "svelte-preprocess": "^3.7.4", + "svgo": "^1.3.2", "typedoc": "^0.17.7", "typedoc-plugin-markdown": "^2.3.1", "typescript": "^3.9.5" diff --git a/yarn.lock b/yarn.lock index 1c02c71..720ec9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8401,7 +8401,7 @@ svg-tags@^1.0.0: resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= -svgo@^1.0.0: +svgo@^1.0.0, svgo@^1.3.2: version "1.3.2" resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==