├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug.yml │ ├── config.yml │ ├── feature.yml │ └── translate.yml ├── assets │ ├── logo.svg │ ├── screenshot.png │ └── sponsors │ │ ├── basler.png │ │ ├── cirrus-ci.svg │ │ ├── hummingbot.png │ │ ├── kx.svg │ │ └── manticoregames.png ├── dependabot.yml └── workflows │ └── deploy.yml ├── CNAME ├── README.md ├── docs ├── About.md ├── BasicComponent │ ├── DescriptionofLinux_NPU_VIPLite_API-01.md │ ├── IntroductiontoLinux_NPUDevelopment-01.md │ ├── Linux_Audio_DevelopmentGuide-01.md │ ├── Linux_Bluetooth_DevelopmentGuide-01.md │ ├── Linux_Bluetooth_ModuleMigrationGuide-01.md │ ├── Linux_BootOptimization_DevelopmentGuide-01.md │ ├── Linux_Camera_DevelopmentGuide-01.md │ ├── Linux_Camera_DevelopmentGuide-02.md │ ├── Linux_Camera_DevelopmentGuide-03.md │ ├── Linux_Camera_DevelopmentGuide-04.md │ ├── Linux_Camera_DevelopmentGuide-05.md │ ├── Linux_Camera_DevelopmentGuide-06.md │ ├── Linux_Configuration_DevelopmentGuide-01.md │ ├── Linux_Display_DevelopmentGuide-01.md │ ├── Linux_Display_DevelopmentGuide-02.md │ ├── Linux_Display_DevelopmentGuide-03.md │ ├── Linux_Display_DevelopmentGuide-04.md │ ├── Linux_Display_DevelopmentGuide-05.md │ ├── Linux_Display_DevelopmentGuide-06.md │ ├── Linux_Display_DevelopmentGuide-07.md │ ├── Linux_Display_DevelopmentGuide-08.md │ ├── Linux_DistributionNetwork_DevelopmentGuide-01.md │ ├── Linux_E907_DevelopmentGuide-01.md │ ├── Linux_E907_DevelopmentGuide-02.md │ ├── Linux_E907_DevelopmentGuide-03.md │ ├── Linux_E907_DevelopmentGuide-04.md │ ├── Linux_GraphicsSystem_DevelopmentGuide-01.md │ ├── Linux_Key_QuickConfiguration_UserGuide-01.md │ ├── Linux_Key_QuickConfiguration_UserGuide-02.md │ ├── Linux_Key_QuickConfiguration_UserGuide-03.md │ ├── Linux_Key_QuickConfiguration_UserGuide-04.md │ ├── Linux_LCD_DebuggingGuide-01.md │ ├── Linux_LCD_DebuggingGuide-02.md │ ├── Linux_LCD_DebuggingGuide-03.md │ ├── Linux_LCD_DebuggingGuide-04.md │ ├── Linux_LCD_DebuggingGuide-05.md │ ├── Linux_MassProductionTest_UsageGuide-01.md │ ├── Linux_MemoryOptimization_DevelopmentGuide-01.md │ ├── Linux_MultimediaMPP_DevelopmentGuide-01.md │ ├── Linux_Multimediaformatsforeachplatform-01.md │ ├── Linux_NPU_AIModelHybridQuantizationGuide-01.md │ ├── Linux_NPU_Lenetmodelfromtrainingtoend-sidedeployment-01.md │ ├── Linux_NPU_Yolactmodeldeployment-01.md │ ├── Linux_NPUcommonnetworkperformanceanalysisdata-01.md │ ├── Linux_NPUdeploymenttoolinstallationguide-01.md │ ├── Linux_NPUmixedquantitativedeployment-01.md │ ├── Linux_NetworkPerformance_ReferenceGuide-01.md │ ├── Linux_OTA_DevelopmentGuide-01.md │ ├── Linux_PMU_DevelopmentGuide-01.md │ ├── Linux_PWM_DevelopmentGuide-01.md │ ├── Linux_PWM_DevelopmentGuide-02.md │ ├── Linux_PWM_DevelopmentGuide-03.md │ ├── Linux_PowerManagement_DevelopmentGuide-01.md │ ├── Linux_Security_DevelopmentGuide-01.md │ ├── Linux_StoragePerformance_ReferenceGuide-01.md │ ├── Linux_Storage_DevelopmentGuide-01.md │ ├── Linux_SystemDebugging_UsageGuide-01.md │ ├── Linux_SystemSoftware_DevelopmentGuide-01.md │ ├── Linux_SystemTailoring_DevelopmentGuide-01.md │ ├── Linux_USB_DevelopmentGuide-01.md │ ├── Linux_Wi-Fi_DevelopmentGuide-01.md │ ├── Linux_WiFi_RFTest_UsageGuide-01.md │ ├── Linux_packagingprocess_instructionguide-01.md │ ├── Linux_syslog_UsageGuide-01.md │ ├── MPP_Sample_Instructionsforuse-01.md │ ├── MPP_Sample_Instructionsforuse-02.md │ ├── MPP_Sample_Instructionsforuse-03.md │ ├── MPP_Sample_Instructionsforuse-04.md │ ├── MPP_Sample_Instructionsforuse-05.md │ ├── MPP_Sample_Instructionsforuse-06.md │ └── MPP_Sample_Instructionsforuse-07.md ├── BasicComponentDevelopment.md ├── CNAME ├── Linux_TWI_开发指南.md ├── Linux_UART_开发指南.md ├── ProjectActualCombat │ └── GUI-LvglExample-01.md ├── SdkModule │ ├── Linux_AudioFrequency_DevelopmentGuide-01.md │ ├── Linux_AudioFrequency_DevelopmentGuide-02.md │ ├── Linux_AudioFrequency_DevelopmentGuide-03.md │ ├── Linux_AudioFrequency_DevelopmentGuide-04.md │ ├── Linux_AudioFrequency_DevelopmentGuide-05.md │ ├── Linux_AudioFrequency_DevelopmentGuide-06.md │ ├── Linux_CCU_DevelopmentGuide-01.md │ ├── Linux_CCU_DevelopmentGuide-02.md │ ├── Linux_CCU_DevelopmentGuide-03.md │ ├── Linux_CCU_DevelopmentGuide-04.md │ ├── Linux_CE_DevelopmentGuide-01.md │ ├── Linux_Camera_DevelopmentGuide-01.md │ ├── Linux_Camera_DevelopmentGuide-02.md │ ├── Linux_Camera_DevelopmentGuide-03.md │ ├── Linux_Camera_DevelopmentGuide-04.md │ ├── Linux_Camera_DevelopmentGuide-05.md │ ├── Linux_Camera_DevelopmentGuide-06.md │ ├── Linux_DMAC_DevelopmentGuide-01.md │ ├── Linux_Deploy_DevelopmentGuide-01.md │ ├── Linux_Deploy_DevelopmentGuide-02.md │ ├── Linux_Deploy_DevelopmentGuide-03.md │ ├── Linux_Deploy_DevelopmentGuide-04.md │ ├── Linux_Deploy_DevelopmentGuide-05.md │ ├── Linux_Display_DevelopmentGuide-01.md │ ├── Linux_Display_DevelopmentGuide-02.md │ ├── Linux_Display_DevelopmentGuide-03.md │ ├── Linux_Display_DevelopmentGuide-04.md │ ├── Linux_Display_DevelopmentGuide-05.md │ ├── Linux_Display_DevelopmentGuide-06.md │ ├── Linux_Display_DevelopmentGuide-07.md │ ├── Linux_Display_DevelopmentGuide-08.md │ ├── Linux_Display_DevelopmentGuide-09.md │ ├── Linux_Distribution_Network_DevelopmentGuide-01.md │ ├── Linux_Distribution_Network_DevelopmentGuide-02.md │ ├── Linux_Distribution_Network_DevelopmentGuide-03.md │ ├── Linux_E907_DevelopmentGuide-01.md │ ├── Linux_E907_DevelopmentGuide-02.md │ ├── Linux_E907_DevelopmentGuide-03.md │ ├── Linux_E907_DevelopmentGuide-04.md │ ├── Linux_E907_DevelopmentGuide-05.md │ ├── Linux_EMAC_DevelopmentGuide-01.md │ ├── Linux_G2D_DevelopmentGuide-01.md │ ├── Linux_GPADC_DevelopmentGuide-01.md │ ├── Linux_GPIO_DevelopmentGuide-01.md │ ├── Linux_GPIO_DevelopmentGuide-02.md │ ├── Linux_GPIO_DevelopmentGuide-03.md │ ├── Linux_GPIO_DevelopmentGuide-04.md │ ├── Linux_GPIO_DevelopmentGuide-05.md │ ├── Linux_GPIO_DevelopmentGuide-06.md │ ├── Linux_GraphicsSystem_DevelopmentGuide-01.md │ ├── Linux_GraphicsSystem_DevelopmentGuide-02.md │ ├── Linux_GraphicsSystem_DevelopmentGuide-03.md │ ├── Linux_GraphicsSystem_DevelopmentGuide-04.md │ ├── Linux_GraphicsSystem_DevelopmentGuide-05.md │ ├── Linux_GraphicsSystem_DevelopmentGuide-06.md │ ├── Linux_GraphicsSystem_DevelopmentGuide-07.md │ ├── Linux_GraphicsSystem_DevelopmentGuide-08.md │ ├── Linux_ISP_DevelopmentGuide-01.md │ ├── Linux_Key_Quick_Configuration_UserGuide-01.md │ ├── Linux_Key_Quick_Configuration_UserGuide-02.md │ ├── Linux_Key_Quick_Configuration_UserGuide-03.md │ ├── Linux_Key_Quick_Configuration_UserGuide-04.md │ ├── Linux_Key_Quick_Configuration_UserGuide-05.md │ ├── Linux_LCD_DevelopmentGuide-01.md │ ├── Linux_LCD_DevelopmentGuide-02.md │ ├── Linux_LCD_DevelopmentGuide-03.md │ ├── Linux_LCD_DevelopmentGuide-04.md │ ├── Linux_LCD_DevelopmentGuide-05.md │ ├── Linux_LCD_DevelopmentGuide-06.md │ ├── Linux_MIPI_CSI_DevelopmentGuide-01.md │ ├── Linux_MIPI_CSI_DevelopmentGuide-02.md │ ├── Linux_MIPI_CSI_DevelopmentGuide-03.md │ ├── Linux_MIPI_CSI_DevelopmentGuide-04.md │ ├── Linux_MIPI_CSI_DevelopmentGuide-05.md │ ├── Linux_MMC_DevelopmentGuide-01.md │ ├── Linux_MMC_DevelopmentGuide-02.md │ ├── Linux_MMC_DevelopmentGuide-03.md │ ├── Linux_MMC_DevelopmentGuide-04.md │ ├── Linux_MPP_Sample_Instructions-01.md │ ├── Linux_MPP_Sample_Instructions-02.md │ ├── Linux_MPP_Sample_Instructions-03.md │ ├── Linux_MPP_Sample_Instructions-04.md │ ├── Linux_MPP_Sample_Instructions-05.md │ ├── Linux_MPP_Sample_Instructions-06.md │ ├── Linux_Mass_Production_UserGuide-01.md │ ├── Linux_Mass_Production_UserGuide-02.md │ ├── Linux_Mass_Production_UserGuide-03.md │ ├── Linux_Mass_Production_UserGuide-04.md │ ├── Linux_Mass_Production_UserGuide-05.md │ ├── Linux_Memory_Optimization_DevelopmentGuide-01.md │ ├── Linux_Memory_Optimization_DevelopmentGuide-02.md │ ├── Linux_Memory_Optimization_DevelopmentGuide-03.md │ ├── Linux_NOR_DevelopmentGuide-01.md │ ├── Linux_NOR_DevelopmentGuide-02.md │ ├── Linux_NOR_DevelopmentGuide-03.md │ ├── Linux_NOR_DevelopmentGuide-04.md │ ├── Linux_Network_Performance_Reference_Guide-01.md │ ├── Linux_Network_Performance_Reference_Guide-02.md │ ├── Linux_Network_Performance_Reference_Guide-03.md │ ├── Linux_Nor_DevelopmentGuide-01.md │ ├── Linux_OTA_DevelopmentGuide-01.md │ ├── Linux_OTA_DevelopmentGuide-02.md │ ├── Linux_OTA_DevelopmentGuide-03.md │ ├── Linux_OTA_DevelopmentGuide-04.md │ ├── Linux_OTA_DevelopmentGuide-05.md │ ├── Linux_OTA_DevelopmentGuide-06.md │ ├── Linux_OTA_DevelopmentGuide-07.md │ ├── Linux_PMIC_DevelopmentGuide-01.md │ ├── Linux_PMU_DevelopmentGuide-01.md │ ├── Linux_PMU_DevelopmentGuide-02.md │ ├── Linux_PMU_DevelopmentGuide-03.md │ ├── Linux_PMU_DevelopmentGuide-04.md │ ├── Linux_PWM_DevelopmentGuide-01.md │ ├── Linux_PWM_DevelopmentGuide-02.md │ ├── Linux_Packaging_Process_DescriptionGuide-01.md │ ├── Linux_Packaging_Process_DescriptionGuide-02.md │ ├── Linux_Packaging_Process_DescriptionGuide-03.md │ ├── Linux_Packaging_Process_DescriptionGuide-04.md │ ├── Linux_Packaging_Process_DescriptionGuide-05.md │ ├── Linux_Packaging_Process_DescriptionGuide-06.md │ ├── Linux_Power_Consumption_Management_DevelopmentGuide-01.md │ ├── Linux_Power_Consumption_Management_DevelopmentGuide-02.md │ ├── Linux_Power_Consumption_Management_DevelopmentGuide-03.md │ ├── Linux_Power_Consumption_Management_DevelopmentGuide-04.md │ ├── Linux_Power_Consumption_Management_DevelopmentGuide-05.md │ ├── Linux_RTC_DevelopmentGuide-01.md │ ├── Linux_RTC_DevelopmentGuide-02.md │ ├── Linux_RTC_DevelopmentGuide-03.md │ ├── Linux_RTC_DevelopmentGuide-04.md │ ├── Linux_RTC_DevelopmentGuide-05.md │ ├── Linux_RTC_DevelopmentGuide-06.md │ ├── Linux_SID_DevelopmentGuide-01.md │ ├── Linux_SID_DevelopmentGuide-02.md │ ├── Linux_SID_DevelopmentGuide-03.md │ ├── Linux_SID_DevelopmentGuide-04.md │ ├── Linux_SID_DevelopmentGuide-05.md │ ├── Linux_SPI-NAND_DevelopmentGuide-01.md │ ├── Linux_SPINAND_DevelopmentGuide-01.md │ ├── Linux_SPINAND_DevelopmentGuide-02.md │ ├── Linux_SPINAND_DevelopmentGuide-03.md │ ├── Linux_SPINAND_UBIOfflineProgramming_DevelopmentGuide-01.md │ ├── Linux_SPI_DevelopmentGuide-01.md │ ├── Linux_SPI_DevelopmentGuide-02.md │ ├── Linux_SPI_DevelopmentGuide-03.md │ ├── Linux_SPI_DevelopmentGuide-04.md │ ├── Linux_SPI_DevelopmentGuide-05.md │ ├── Linux_Save_DevelopmentGuide-01.md │ ├── Linux_Save_DevelopmentGuide-02.md │ ├── Linux_Save_DevelopmentGuide-03.md │ ├── Linux_Save_DevelopmentGuide-04.md │ ├── Linux_Save_DevelopmentGuide-05.md │ ├── Linux_Save_DevelopmentGuide-06.md │ ├── Linux_Save_DevelopmentGuide-07.md │ ├── Linux_Security_DevelopmentGuide-01.md │ ├── Linux_Security_DevelopmentGuide-02.md │ ├── Linux_Security_DevelopmentGuide-03.md │ ├── Linux_Security_DevelopmentGuide-04.md │ ├── Linux_Security_DevelopmentGuide-05.md │ ├── Linux_Security_DevelopmentGuide-06.md │ ├── Linux_Security_DevelopmentGuide-07.md │ ├── Linux_Security_DevelopmentGuide-08.md │ ├── Linux_Security_DevelopmentGuide-09.md │ ├── Linux_Spinubi_OfflineBurning_DevelopmentGuide-01.md │ ├── Linux_Spinubi_OfflineBurning_DevelopmentGuide-02.md │ ├── Linux_Spinubi_OfflineBurning_DevelopmentGuide-03.md │ ├── Linux_Standby_DevelopmentGuide-01.md │ ├── Linux_Standby_DevelopmentGuide-02.md │ ├── Linux_Standby_DevelopmentGuide-03.md │ ├── Linux_Storage_Performance_Reference_Guide-01.md │ ├── Linux_Storage_Performance_Reference_Guide-02.md │ ├── Linux_Storage_Performance_Reference_Guide-03.md │ ├── Linux_Storage_Performance_Reference_Guide-04.md │ ├── Linux_Support_List_Multimedia_Formats_Each_Platform-01.md │ ├── Linux_Support_List_Multimedia_Formats_Each_Platform-02.md │ ├── Linux_SystemClipping_Reference_Guide-01.md │ ├── Linux_SystemClipping_Reference_Guide-02.md │ ├── Linux_SystemDebug_DevelopmentGuide-01.md │ ├── Linux_SystemDebug_DevelopmentGuide-02.md │ ├── Linux_SystemSoftware_DevelopmentGuide-01.md │ ├── Linux_SystemSoftware_DevelopmentGuide-02.md │ ├── Linux_SystemSoftware_DevelopmentGuide-03.md │ ├── Linux_SystemSoftware_DevelopmentGuide-04.md │ ├── Linux_SystemSoftware_DevelopmentGuide-05.md │ ├── Linux_TWI_DevelopmentGuide-01.md │ ├── Linux_TWI_DevelopmentGuide-02.md │ ├── Linux_TWI_DevelopmentGuide-03.md │ ├── Linux_TWI_DevelopmentGuide-04.md │ ├── Linux_TWI_DevelopmentGuide-05.md │ ├── Linux_U-Boot_DevelopmentGuide-01.md │ ├── Linux_U-boot_DevelopmentGuide-01.md │ ├── Linux_U-boot_DevelopmentGuide-02.md │ ├── Linux_U-boot_DevelopmentGuide-03.md │ ├── Linux_U-boot_DevelopmentGuide-04.md │ ├── Linux_U-boot_DevelopmentGuide-05.md │ ├── Linux_U-boot_DevelopmentGuide-06.md │ ├── Linux_UART_DevelopmentGuide-01.md │ ├── Linux_UART_DevelopmentGuide-02.md │ ├── Linux_UART_DevelopmentGuide-03.md │ ├── Linux_UART_DevelopmentGuide-04.md │ ├── Linux_UART_DevelopmentGuide-05.md │ ├── Linux_UART_DevelopmentGuide-06.md │ ├── Linux_USB_DevelopmentGuide-01.md │ ├── Linux_USB_DevelopmentGuide-02.md │ ├── Linux_USB_DevelopmentGuide-03.md │ ├── Linux_USB_DevelopmentGuide-04.md │ ├── Linux_Wi-Fi_DevelopmentGuide-01.md │ ├── Linux_Wi-Fi_DevelopmentGuide-02.md │ ├── Linux_Wi-Fi_DevelopmentGuide-03.md │ ├── Linux_Wi-Fi_DevelopmentGuide-04.md │ ├── Linux_Wi-Fi_DevelopmentGuide-05.md │ ├── Linux_WiFi_RFTest_UserGuide-01.md │ ├── Linux_WiFi_RFTest_UserGuide-02.md │ ├── Linux_WiFi_RFTest_UserGuide-03.md │ ├── Linux_WiFi_RFTest_UserGuide-04.md │ ├── Linux_WiFi_RFTest_UserGuide-05.md │ ├── Linux_syslog_UserGuide-01.md │ ├── Linux_syslog_UserGuide-02.md │ ├── Linux_syslog_UserGuide-03.md │ ├── Linux_syslog_UserGuide-04.md │ ├── Linux_syslog_UserGuide-05.md │ ├── Linux_systemStartup_Optimization-01.md │ ├── Linux_systemStartup_Optimization-02.md │ └── Linux_systemStartup_Optimization-03.md ├── SdkModuleDevelopment.md ├── SupportHardware.md ├── index.EN.md ├── index.md ├── javascripts │ └── shortcuts.js └── stylesheets │ └── extra.css ├── mkdocs.yml ├── overrides └── .icons │ ├── dsp-logo.svg │ ├── favicon.png │ ├── fontawesome │ ├── LICENSE.txt │ ├── brands │ │ ├── 500px.svg │ │ ├── accessible-icon.svg │ │ ├── accusoft.svg │ │ ├── acquisitions-incorporated.svg │ │ ├── adn.svg │ │ ├── adversal.svg │ │ ├── affiliatetheme.svg │ │ ├── airbnb.svg │ │ ├── algolia.svg │ │ ├── alipay.svg │ │ ├── amazon-pay.svg │ │ ├── amazon.svg │ │ ├── amilia.svg │ │ ├── android.svg │ │ ├── angellist.svg │ │ ├── angrycreative.svg │ │ ├── angular.svg │ │ ├── app-store-ios.svg │ │ ├── app-store.svg │ │ ├── apper.svg │ │ ├── apple-pay.svg │ │ ├── apple.svg │ │ ├── artstation.svg │ │ ├── asymmetrik.svg │ │ ├── atlassian.svg │ │ ├── audible.svg │ │ ├── autoprefixer.svg │ │ ├── avianex.svg │ │ ├── aviato.svg │ │ ├── aws.svg │ │ ├── bandcamp.svg │ │ ├── battle-net.svg │ │ ├── behance-square.svg │ │ ├── behance.svg │ │ ├── bimobject.svg │ │ ├── bitbucket.svg │ │ ├── bitcoin.svg │ │ ├── bity.svg │ │ ├── black-tie.svg │ │ ├── blackberry.svg │ │ ├── blogger-b.svg │ │ ├── blogger.svg │ │ ├── bluetooth-b.svg │ │ ├── bluetooth.svg │ │ ├── bootstrap.svg │ │ ├── btc.svg │ │ ├── buffer.svg │ │ ├── buromobelexperte.svg │ │ ├── buy-n-large.svg │ │ ├── buysellads.svg │ │ ├── canadian-maple-leaf.svg │ │ ├── cc-amazon-pay.svg │ │ ├── cc-amex.svg │ │ ├── cc-apple-pay.svg │ │ ├── cc-diners-club.svg │ │ ├── cc-discover.svg │ │ ├── cc-jcb.svg │ │ ├── cc-mastercard.svg │ │ ├── cc-paypal.svg │ │ ├── cc-stripe.svg │ │ ├── cc-visa.svg │ │ ├── centercode.svg │ │ ├── centos.svg │ │ ├── chrome.svg │ │ ├── chromecast.svg │ │ ├── cloudflare.svg │ │ ├── cloudscale.svg │ │ ├── cloudsmith.svg │ │ ├── cloudversify.svg │ │ ├── codepen.svg │ │ ├── codiepie.svg │ │ ├── confluence.svg │ │ ├── connectdevelop.svg │ │ ├── contao.svg │ │ ├── cotton-bureau.svg │ │ ├── cpanel.svg │ │ ├── creative-commons-by.svg │ │ ├── creative-commons-nc-eu.svg │ │ ├── creative-commons-nc-jp.svg │ │ ├── creative-commons-nc.svg │ │ ├── creative-commons-nd.svg │ │ ├── creative-commons-pd-alt.svg │ │ ├── creative-commons-pd.svg │ │ ├── creative-commons-remix.svg │ │ ├── creative-commons-sa.svg │ │ ├── creative-commons-sampling-plus.svg │ │ ├── creative-commons-sampling.svg │ │ ├── creative-commons-share.svg │ │ ├── creative-commons-zero.svg │ │ ├── creative-commons.svg │ │ ├── critical-role.svg │ │ ├── css3-alt.svg │ │ ├── css3.svg │ │ ├── cuttlefish.svg │ │ ├── d-and-d-beyond.svg │ │ ├── d-and-d.svg │ │ ├── dailymotion.svg │ │ ├── dashcube.svg │ │ ├── deezer.svg │ │ ├── delicious.svg │ │ ├── deploydog.svg │ │ ├── deskpro.svg │ │ ├── dev.svg │ │ ├── deviantart.svg │ │ ├── dhl.svg │ │ ├── diaspora.svg │ │ ├── digg.svg │ │ ├── digital-ocean.svg │ │ ├── discord.svg │ │ ├── discourse.svg │ │ ├── dochub.svg │ │ ├── docker.svg │ │ ├── draft2digital.svg │ │ ├── dribbble-square.svg │ │ ├── dribbble.svg │ │ ├── dropbox.svg │ │ ├── drupal.svg │ │ ├── dyalog.svg │ │ ├── earlybirds.svg │ │ ├── ebay.svg │ │ ├── edge-legacy.svg │ │ ├── edge.svg │ │ ├── elementor.svg │ │ ├── ello.svg │ │ ├── ember.svg │ │ ├── empire.svg │ │ ├── envira.svg │ │ ├── erlang.svg │ │ ├── ethereum.svg │ │ ├── etsy.svg │ │ ├── evernote.svg │ │ ├── expeditedssl.svg │ │ ├── facebook-f.svg │ │ ├── facebook-messenger.svg │ │ ├── facebook-square.svg │ │ ├── facebook.svg │ │ ├── fantasy-flight-games.svg │ │ ├── fedex.svg │ │ ├── fedora.svg │ │ ├── figma.svg │ │ ├── firefox-browser.svg │ │ ├── firefox.svg │ │ ├── first-order-alt.svg │ │ ├── first-order.svg │ │ ├── firstdraft.svg │ │ ├── flickr.svg │ │ ├── flipboard.svg │ │ ├── fly.svg │ │ ├── font-awesome-alt.svg │ │ ├── font-awesome-flag.svg │ │ ├── font-awesome-logo-full.svg │ │ ├── font-awesome.svg │ │ ├── fonticons-fi.svg │ │ ├── fonticons.svg │ │ ├── fort-awesome-alt.svg │ │ ├── fort-awesome.svg │ │ ├── forumbee.svg │ │ ├── foursquare.svg │ │ ├── free-code-camp.svg │ │ ├── freebsd.svg │ │ ├── fulcrum.svg │ │ ├── galactic-republic.svg │ │ ├── galactic-senate.svg │ │ ├── get-pocket.svg │ │ ├── gg-circle.svg │ │ ├── gg.svg │ │ ├── git-alt.svg │ │ ├── git-square.svg │ │ ├── git.svg │ │ ├── github-alt.svg │ │ ├── github-square.svg │ │ ├── github.svg │ │ ├── gitkraken.svg │ │ ├── gitlab.svg │ │ ├── gitter.svg │ │ ├── glide-g.svg │ │ ├── glide.svg │ │ ├── gofore.svg │ │ ├── goodreads-g.svg │ │ ├── goodreads.svg │ │ ├── google-drive.svg │ │ ├── google-pay.svg │ │ ├── google-play.svg │ │ ├── google-plus-g.svg │ │ ├── google-plus-square.svg │ │ ├── google-plus.svg │ │ ├── google-wallet.svg │ │ ├── google.svg │ │ ├── gratipay.svg │ │ ├── grav.svg │ │ ├── gripfire.svg │ │ ├── grunt.svg │ │ ├── guilded.svg │ │ ├── gulp.svg │ │ ├── hacker-news-square.svg │ │ ├── hacker-news.svg │ │ ├── hackerrank.svg │ │ ├── hips.svg │ │ ├── hire-a-helper.svg │ │ ├── hive.svg │ │ ├── hooli.svg │ │ ├── hornbill.svg │ │ ├── hotjar.svg │ │ ├── houzz.svg │ │ ├── html5.svg │ │ ├── hubspot.svg │ │ ├── ideal.svg │ │ ├── imdb.svg │ │ ├── innosoft.svg │ │ ├── instagram-square.svg │ │ ├── instagram.svg │ │ ├── instalod.svg │ │ ├── intercom.svg │ │ ├── internet-explorer.svg │ │ ├── invision.svg │ │ ├── ioxhost.svg │ │ ├── itch-io.svg │ │ ├── itunes-note.svg │ │ ├── itunes.svg │ │ ├── java.svg │ │ ├── jedi-order.svg │ │ ├── jenkins.svg │ │ ├── jira.svg │ │ ├── joget.svg │ │ ├── joomla.svg │ │ ├── js-square.svg │ │ ├── js.svg │ │ ├── jsfiddle.svg │ │ ├── kaggle.svg │ │ ├── keybase.svg │ │ ├── keycdn.svg │ │ ├── kickstarter-k.svg │ │ ├── kickstarter.svg │ │ ├── korvue.svg │ │ ├── laravel.svg │ │ ├── lastfm-square.svg │ │ ├── lastfm.svg │ │ ├── leanpub.svg │ │ ├── less.svg │ │ ├── line.svg │ │ ├── linkedin-in.svg │ │ ├── linkedin.svg │ │ ├── linode.svg │ │ ├── linux.svg │ │ ├── lyft.svg │ │ ├── magento.svg │ │ ├── mailchimp.svg │ │ ├── mandalorian.svg │ │ ├── markdown.svg │ │ ├── mastodon.svg │ │ ├── maxcdn.svg │ │ ├── mdb.svg │ │ ├── medapps.svg │ │ ├── medium-m.svg │ │ ├── medium.svg │ │ ├── medrt.svg │ │ ├── meetup.svg │ │ ├── megaport.svg │ │ ├── mendeley.svg │ │ ├── microblog.svg │ │ ├── microsoft.svg │ │ ├── mix.svg │ │ ├── mixcloud.svg │ │ ├── mixer.svg │ │ ├── mizuni.svg │ │ ├── modx.svg │ │ ├── monero.svg │ │ ├── napster.svg │ │ ├── neos.svg │ │ ├── nimblr.svg │ │ ├── node-js.svg │ │ ├── node.svg │ │ ├── npm.svg │ │ ├── ns8.svg │ │ ├── nutritionix.svg │ │ ├── octopus-deploy.svg │ │ ├── odnoklassniki-square.svg │ │ ├── odnoklassniki.svg │ │ ├── old-republic.svg │ │ ├── opencart.svg │ │ ├── openid.svg │ │ ├── opera.svg │ │ ├── optin-monster.svg │ │ ├── orcid.svg │ │ ├── osi.svg │ │ ├── page4.svg │ │ ├── pagelines.svg │ │ ├── palfed.svg │ │ ├── patreon.svg │ │ ├── paypal.svg │ │ ├── penny-arcade.svg │ │ ├── perbyte.svg │ │ ├── periscope.svg │ │ ├── phabricator.svg │ │ ├── phoenix-framework.svg │ │ ├── phoenix-squadron.svg │ │ ├── php.svg │ │ ├── pied-piper-alt.svg │ │ ├── pied-piper-hat.svg │ │ ├── pied-piper-pp.svg │ │ ├── pied-piper-square.svg │ │ ├── pied-piper.svg │ │ ├── pinterest-p.svg │ │ ├── pinterest-square.svg │ │ ├── pinterest.svg │ │ ├── playstation.svg │ │ ├── product-hunt.svg │ │ ├── pushed.svg │ │ ├── python.svg │ │ ├── qq.svg │ │ ├── quinscape.svg │ │ ├── quora.svg │ │ ├── r-project.svg │ │ ├── raspberry-pi.svg │ │ ├── ravelry.svg │ │ ├── react.svg │ │ ├── reacteurope.svg │ │ ├── readme.svg │ │ ├── rebel.svg │ │ ├── red-river.svg │ │ ├── reddit-alien.svg │ │ ├── reddit-square.svg │ │ ├── reddit.svg │ │ ├── redhat.svg │ │ ├── renren.svg │ │ ├── replyd.svg │ │ ├── researchgate.svg │ │ ├── resolving.svg │ │ ├── rev.svg │ │ ├── rocketchat.svg │ │ ├── rockrms.svg │ │ ├── rust.svg │ │ ├── safari.svg │ │ ├── salesforce.svg │ │ ├── sass.svg │ │ ├── schlix.svg │ │ ├── scribd.svg │ │ ├── searchengin.svg │ │ ├── sellcast.svg │ │ ├── sellsy.svg │ │ ├── servicestack.svg │ │ ├── shirtsinbulk.svg │ │ ├── shopify.svg │ │ ├── shopware.svg │ │ ├── simplybuilt.svg │ │ ├── sistrix.svg │ │ ├── sith.svg │ │ ├── sketch.svg │ │ ├── skyatlas.svg │ │ ├── skype.svg │ │ ├── slack-hash.svg │ │ ├── slack.svg │ │ ├── slideshare.svg │ │ ├── snapchat-ghost.svg │ │ ├── snapchat-square.svg │ │ ├── snapchat.svg │ │ ├── soundcloud.svg │ │ ├── sourcetree.svg │ │ ├── speakap.svg │ │ ├── speaker-deck.svg │ │ ├── spotify.svg │ │ ├── squarespace.svg │ │ ├── stack-exchange.svg │ │ ├── stack-overflow.svg │ │ ├── stackpath.svg │ │ ├── staylinked.svg │ │ ├── steam-square.svg │ │ ├── steam-symbol.svg │ │ ├── steam.svg │ │ ├── sticker-mule.svg │ │ ├── strava.svg │ │ ├── stripe-s.svg │ │ ├── stripe.svg │ │ ├── studiovinari.svg │ │ ├── stumbleupon-circle.svg │ │ ├── stumbleupon.svg │ │ ├── superpowers.svg │ │ ├── supple.svg │ │ ├── suse.svg │ │ ├── swift.svg │ │ ├── symfony.svg │ │ ├── teamspeak.svg │ │ ├── telegram-plane.svg │ │ ├── telegram.svg │ │ ├── tencent-weibo.svg │ │ ├── the-red-yeti.svg │ │ ├── themeco.svg │ │ ├── themeisle.svg │ │ ├── think-peaks.svg │ │ ├── tiktok.svg │ │ ├── trade-federation.svg │ │ ├── trello.svg │ │ ├── tumblr-square.svg │ │ ├── tumblr.svg │ │ ├── twitch.svg │ │ ├── twitter-square.svg │ │ ├── twitter.svg │ │ ├── typo3.svg │ │ ├── uber.svg │ │ ├── ubuntu.svg │ │ ├── uikit.svg │ │ ├── umbraco.svg │ │ ├── uncharted.svg │ │ ├── uniregistry.svg │ │ ├── unity.svg │ │ ├── unsplash.svg │ │ ├── untappd.svg │ │ ├── ups.svg │ │ ├── usb.svg │ │ ├── usps.svg │ │ ├── ussunnah.svg │ │ ├── vaadin.svg │ │ ├── viacoin.svg │ │ ├── viadeo-square.svg │ │ ├── viadeo.svg │ │ ├── viber.svg │ │ ├── vimeo-square.svg │ │ ├── vimeo-v.svg │ │ ├── vimeo.svg │ │ ├── vine.svg │ │ ├── vk.svg │ │ ├── vnv.svg │ │ ├── vuejs.svg │ │ ├── watchman-monitoring.svg │ │ ├── waze.svg │ │ ├── weebly.svg │ │ ├── weibo.svg │ │ ├── weixin.svg │ │ ├── whatsapp-square.svg │ │ ├── whatsapp.svg │ │ ├── whmcs.svg │ │ ├── wikipedia-w.svg │ │ ├── windows.svg │ │ ├── wix.svg │ │ ├── wizards-of-the-coast.svg │ │ ├── wodu.svg │ │ ├── wolf-pack-battalion.svg │ │ ├── wordpress-simple.svg │ │ ├── wordpress.svg │ │ ├── wpbeginner.svg │ │ ├── wpexplorer.svg │ │ ├── wpforms.svg │ │ ├── wpressr.svg │ │ ├── xbox.svg │ │ ├── xing-square.svg │ │ ├── xing.svg │ │ ├── y-combinator.svg │ │ ├── yahoo.svg │ │ ├── yammer.svg │ │ ├── yandex-international.svg │ │ ├── yandex.svg │ │ ├── yarn.svg │ │ ├── yelp.svg │ │ ├── yoast.svg │ │ ├── youtube-square.svg │ │ ├── youtube.svg │ │ └── zhihu.svg │ ├── regular │ │ ├── address-book.svg │ │ ├── address-card.svg │ │ ├── angry.svg │ │ ├── arrow-alt-circle-down.svg │ │ ├── arrow-alt-circle-left.svg │ │ ├── arrow-alt-circle-right.svg │ │ ├── arrow-alt-circle-up.svg │ │ ├── bell-slash.svg │ │ ├── bell.svg │ │ ├── bookmark.svg │ │ ├── building.svg │ │ ├── calendar-alt.svg │ │ ├── calendar-check.svg │ │ ├── calendar-minus.svg │ │ ├── calendar-plus.svg │ │ ├── calendar-times.svg │ │ ├── calendar.svg │ │ ├── caret-square-down.svg │ │ ├── caret-square-left.svg │ │ ├── caret-square-right.svg │ │ ├── caret-square-up.svg │ │ ├── chart-bar.svg │ │ ├── check-circle.svg │ │ ├── check-square.svg │ │ ├── circle.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── clone.svg │ │ ├── closed-captioning.svg │ │ ├── comment-alt.svg │ │ ├── comment-dots.svg │ │ ├── comment.svg │ │ ├── comments.svg │ │ ├── compass.svg │ │ ├── copy.svg │ │ ├── copyright.svg │ │ ├── credit-card.svg │ │ ├── dizzy.svg │ │ ├── dot-circle.svg │ │ ├── edit.svg │ │ ├── envelope-open.svg │ │ ├── envelope.svg │ │ ├── eye-slash.svg │ │ ├── eye.svg │ │ ├── file-alt.svg │ │ ├── file-archive.svg │ │ ├── file-audio.svg │ │ ├── file-code.svg │ │ ├── file-excel.svg │ │ ├── file-image.svg │ │ ├── file-pdf.svg │ │ ├── file-powerpoint.svg │ │ ├── file-video.svg │ │ ├── file-word.svg │ │ ├── file.svg │ │ ├── flag.svg │ │ ├── flushed.svg │ │ ├── folder-open.svg │ │ ├── folder.svg │ │ ├── font-awesome-logo-full.svg │ │ ├── frown-open.svg │ │ ├── frown.svg │ │ ├── futbol.svg │ │ ├── gem.svg │ │ ├── grimace.svg │ │ ├── grin-alt.svg │ │ ├── grin-beam-sweat.svg │ │ ├── grin-beam.svg │ │ ├── grin-hearts.svg │ │ ├── grin-squint-tears.svg │ │ ├── grin-squint.svg │ │ ├── grin-stars.svg │ │ ├── grin-tears.svg │ │ ├── grin-tongue-squint.svg │ │ ├── grin-tongue-wink.svg │ │ ├── grin-tongue.svg │ │ ├── grin-wink.svg │ │ ├── grin.svg │ │ ├── hand-lizard.svg │ │ ├── hand-paper.svg │ │ ├── hand-peace.svg │ │ ├── hand-point-down.svg │ │ ├── hand-point-left.svg │ │ ├── hand-point-right.svg │ │ ├── hand-point-up.svg │ │ ├── hand-pointer.svg │ │ ├── hand-rock.svg │ │ ├── hand-scissors.svg │ │ ├── hand-spock.svg │ │ ├── handshake.svg │ │ ├── hdd.svg │ │ ├── heart.svg │ │ ├── hospital.svg │ │ ├── hourglass.svg │ │ ├── id-badge.svg │ │ ├── id-card.svg │ │ ├── image.svg │ │ ├── images.svg │ │ ├── keyboard.svg │ │ ├── kiss-beam.svg │ │ ├── kiss-wink-heart.svg │ │ ├── kiss.svg │ │ ├── laugh-beam.svg │ │ ├── laugh-squint.svg │ │ ├── laugh-wink.svg │ │ ├── laugh.svg │ │ ├── lemon.svg │ │ ├── life-ring.svg │ │ ├── lightbulb.svg │ │ ├── list-alt.svg │ │ ├── map.svg │ │ ├── meh-blank.svg │ │ ├── meh-rolling-eyes.svg │ │ ├── meh.svg │ │ ├── minus-square.svg │ │ ├── money-bill-alt.svg │ │ ├── moon.svg │ │ ├── newspaper.svg │ │ ├── object-group.svg │ │ ├── object-ungroup.svg │ │ ├── paper-plane.svg │ │ ├── pause-circle.svg │ │ ├── play-circle.svg │ │ ├── plus-square.svg │ │ ├── question-circle.svg │ │ ├── registered.svg │ │ ├── sad-cry.svg │ │ ├── sad-tear.svg │ │ ├── save.svg │ │ ├── share-square.svg │ │ ├── smile-beam.svg │ │ ├── smile-wink.svg │ │ ├── smile.svg │ │ ├── snowflake.svg │ │ ├── square.svg │ │ ├── star-half.svg │ │ ├── star.svg │ │ ├── sticky-note.svg │ │ ├── stop-circle.svg │ │ ├── sun.svg │ │ ├── surprise.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── times-circle.svg │ │ ├── tired.svg │ │ ├── trash-alt.svg │ │ ├── user-circle.svg │ │ ├── user.svg │ │ ├── window-close.svg │ │ ├── window-maximize.svg │ │ ├── window-minimize.svg │ │ └── window-restore.svg │ └── solid │ │ ├── ad.svg │ │ ├── address-book.svg │ │ ├── address-card.svg │ │ ├── adjust.svg │ │ ├── air-freshener.svg │ │ ├── align-center.svg │ │ ├── align-justify.svg │ │ ├── align-left.svg │ │ ├── align-right.svg │ │ ├── allergies.svg │ │ ├── ambulance.svg │ │ ├── american-sign-language-interpreting.svg │ │ ├── anchor.svg │ │ ├── angle-double-down.svg │ │ ├── angle-double-left.svg │ │ ├── angle-double-right.svg │ │ ├── angle-double-up.svg │ │ ├── angle-down.svg │ │ ├── angle-left.svg │ │ ├── angle-right.svg │ │ ├── angle-up.svg │ │ ├── angry.svg │ │ ├── ankh.svg │ │ ├── apple-alt.svg │ │ ├── archive.svg │ │ ├── archway.svg │ │ ├── arrow-alt-circle-down.svg │ │ ├── arrow-alt-circle-left.svg │ │ ├── arrow-alt-circle-right.svg │ │ ├── arrow-alt-circle-up.svg │ │ ├── arrow-circle-down.svg │ │ ├── arrow-circle-left.svg │ │ ├── arrow-circle-right.svg │ │ ├── arrow-circle-up.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right.svg │ │ ├── arrow-up.svg │ │ ├── arrows-alt-h.svg │ │ ├── arrows-alt-v.svg │ │ ├── arrows-alt.svg │ │ ├── assistive-listening-systems.svg │ │ ├── asterisk.svg │ │ ├── at.svg │ │ ├── atlas.svg │ │ ├── atom.svg │ │ ├── audio-description.svg │ │ ├── award.svg │ │ ├── baby-carriage.svg │ │ ├── baby.svg │ │ ├── backspace.svg │ │ ├── backward.svg │ │ ├── bacon.svg │ │ ├── bacteria.svg │ │ ├── bacterium.svg │ │ ├── bahai.svg │ │ ├── balance-scale-left.svg │ │ ├── balance-scale-right.svg │ │ ├── balance-scale.svg │ │ ├── ban.svg │ │ ├── band-aid.svg │ │ ├── barcode.svg │ │ ├── bars.svg │ │ ├── baseball-ball.svg │ │ ├── basketball-ball.svg │ │ ├── bath.svg │ │ ├── battery-empty.svg │ │ ├── battery-full.svg │ │ ├── battery-half.svg │ │ ├── battery-quarter.svg │ │ ├── battery-three-quarters.svg │ │ ├── bed.svg │ │ ├── beer.svg │ │ ├── bell-slash.svg │ │ ├── bell.svg │ │ ├── bezier-curve.svg │ │ ├── bible.svg │ │ ├── bicycle.svg │ │ ├── biking.svg │ │ ├── binoculars.svg │ │ ├── biohazard.svg │ │ ├── birthday-cake.svg │ │ ├── blender-phone.svg │ │ ├── blender.svg │ │ ├── blind.svg │ │ ├── blog.svg │ │ ├── bold.svg │ │ ├── bolt.svg │ │ ├── bomb.svg │ │ ├── bone.svg │ │ ├── bong.svg │ │ ├── book-dead.svg │ │ ├── book-medical.svg │ │ ├── book-open.svg │ │ ├── book-reader.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── border-all.svg │ │ ├── border-none.svg │ │ ├── border-style.svg │ │ ├── bowling-ball.svg │ │ ├── box-open.svg │ │ ├── box-tissue.svg │ │ ├── box.svg │ │ ├── boxes.svg │ │ ├── braille.svg │ │ ├── brain.svg │ │ ├── bread-slice.svg │ │ ├── briefcase-medical.svg │ │ ├── briefcase.svg │ │ ├── broadcast-tower.svg │ │ ├── broom.svg │ │ ├── brush.svg │ │ ├── bug.svg │ │ ├── building.svg │ │ ├── bullhorn.svg │ │ ├── bullseye.svg │ │ ├── burn.svg │ │ ├── bus-alt.svg │ │ ├── bus.svg │ │ ├── business-time.svg │ │ ├── calculator.svg │ │ ├── calendar-alt.svg │ │ ├── calendar-check.svg │ │ ├── calendar-day.svg │ │ ├── calendar-minus.svg │ │ ├── calendar-plus.svg │ │ ├── calendar-times.svg │ │ ├── calendar-week.svg │ │ ├── calendar.svg │ │ ├── camera-retro.svg │ │ ├── camera.svg │ │ ├── campground.svg │ │ ├── candy-cane.svg │ │ ├── cannabis.svg │ │ ├── capsules.svg │ │ ├── car-alt.svg │ │ ├── car-battery.svg │ │ ├── car-crash.svg │ │ ├── car-side.svg │ │ ├── car.svg │ │ ├── caravan.svg │ │ ├── caret-down.svg │ │ ├── caret-left.svg │ │ ├── caret-right.svg │ │ ├── caret-square-down.svg │ │ ├── caret-square-left.svg │ │ ├── caret-square-right.svg │ │ ├── caret-square-up.svg │ │ ├── caret-up.svg │ │ ├── carrot.svg │ │ ├── cart-arrow-down.svg │ │ ├── cart-plus.svg │ │ ├── cash-register.svg │ │ ├── cat.svg │ │ ├── certificate.svg │ │ ├── chair.svg │ │ ├── chalkboard-teacher.svg │ │ ├── chalkboard.svg │ │ ├── charging-station.svg │ │ ├── chart-area.svg │ │ ├── chart-bar.svg │ │ ├── chart-line.svg │ │ ├── chart-pie.svg │ │ ├── check-circle.svg │ │ ├── check-double.svg │ │ ├── check-square.svg │ │ ├── check.svg │ │ ├── cheese.svg │ │ ├── chess-bishop.svg │ │ ├── chess-board.svg │ │ ├── chess-king.svg │ │ ├── chess-knight.svg │ │ ├── chess-pawn.svg │ │ ├── chess-queen.svg │ │ ├── chess-rook.svg │ │ ├── chess.svg │ │ ├── chevron-circle-down.svg │ │ ├── chevron-circle-left.svg │ │ ├── chevron-circle-right.svg │ │ ├── chevron-circle-up.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── child.svg │ │ ├── church.svg │ │ ├── circle-notch.svg │ │ ├── circle.svg │ │ ├── city.svg │ │ ├── clinic-medical.svg │ │ ├── clipboard-check.svg │ │ ├── clipboard-list.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── clone.svg │ │ ├── closed-captioning.svg │ │ ├── cloud-download-alt.svg │ │ ├── cloud-meatball.svg │ │ ├── cloud-moon-rain.svg │ │ ├── cloud-moon.svg │ │ ├── cloud-rain.svg │ │ ├── cloud-showers-heavy.svg │ │ ├── cloud-sun-rain.svg │ │ ├── cloud-sun.svg │ │ ├── cloud-upload-alt.svg │ │ ├── cloud.svg │ │ ├── cocktail.svg │ │ ├── code-branch.svg │ │ ├── code.svg │ │ ├── coffee.svg │ │ ├── cog.svg │ │ ├── cogs.svg │ │ ├── coins.svg │ │ ├── columns.svg │ │ ├── comment-alt.svg │ │ ├── comment-dollar.svg │ │ ├── comment-dots.svg │ │ ├── comment-medical.svg │ │ ├── comment-slash.svg │ │ ├── comment.svg │ │ ├── comments-dollar.svg │ │ ├── comments.svg │ │ ├── compact-disc.svg │ │ ├── compass.svg │ │ ├── compress-alt.svg │ │ ├── compress-arrows-alt.svg │ │ ├── compress.svg │ │ ├── concierge-bell.svg │ │ ├── cookie-bite.svg │ │ ├── cookie.svg │ │ ├── copy.svg │ │ ├── copyright.svg │ │ ├── couch.svg │ │ ├── credit-card.svg │ │ ├── crop-alt.svg │ │ ├── crop.svg │ │ ├── cross.svg │ │ ├── crosshairs.svg │ │ ├── crow.svg │ │ ├── crown.svg │ │ ├── crutch.svg │ │ ├── cube.svg │ │ ├── cubes.svg │ │ ├── cut.svg │ │ ├── database.svg │ │ ├── deaf.svg │ │ ├── democrat.svg │ │ ├── desktop.svg │ │ ├── dharmachakra.svg │ │ ├── diagnoses.svg │ │ ├── dice-d20.svg │ │ ├── dice-d6.svg │ │ ├── dice-five.svg │ │ ├── dice-four.svg │ │ ├── dice-one.svg │ │ ├── dice-six.svg │ │ ├── dice-three.svg │ │ ├── dice-two.svg │ │ ├── dice.svg │ │ ├── digital-tachograph.svg │ │ ├── directions.svg │ │ ├── disease.svg │ │ ├── divide.svg │ │ ├── dizzy.svg │ │ ├── dna.svg │ │ ├── dog.svg │ │ ├── dollar-sign.svg │ │ ├── dolly-flatbed.svg │ │ ├── dolly.svg │ │ ├── donate.svg │ │ ├── door-closed.svg │ │ ├── door-open.svg │ │ ├── dot-circle.svg │ │ ├── dove.svg │ │ ├── download.svg │ │ ├── drafting-compass.svg │ │ ├── dragon.svg │ │ ├── draw-polygon.svg │ │ ├── drum-steelpan.svg │ │ ├── drum.svg │ │ ├── drumstick-bite.svg │ │ ├── dumbbell.svg │ │ ├── dumpster-fire.svg │ │ ├── dumpster.svg │ │ ├── dungeon.svg │ │ ├── edit.svg │ │ ├── egg.svg │ │ ├── eject.svg │ │ ├── ellipsis-h.svg │ │ ├── ellipsis-v.svg │ │ ├── envelope-open-text.svg │ │ ├── envelope-open.svg │ │ ├── envelope-square.svg │ │ ├── envelope.svg │ │ ├── equals.svg │ │ ├── eraser.svg │ │ ├── ethernet.svg │ │ ├── euro-sign.svg │ │ ├── exchange-alt.svg │ │ ├── exclamation-circle.svg │ │ ├── exclamation-triangle.svg │ │ ├── exclamation.svg │ │ ├── expand-alt.svg │ │ ├── expand-arrows-alt.svg │ │ ├── expand.svg │ │ ├── external-link-alt.svg │ │ ├── external-link-square-alt.svg │ │ ├── eye-dropper.svg │ │ ├── eye-slash.svg │ │ ├── eye.svg │ │ ├── fan.svg │ │ ├── fast-backward.svg │ │ ├── fast-forward.svg │ │ ├── faucet.svg │ │ ├── fax.svg │ │ ├── feather-alt.svg │ │ ├── feather.svg │ │ ├── female.svg │ │ ├── fighter-jet.svg │ │ ├── file-alt.svg │ │ ├── file-archive.svg │ │ ├── file-audio.svg │ │ ├── file-code.svg │ │ ├── file-contract.svg │ │ ├── file-csv.svg │ │ ├── file-download.svg │ │ ├── file-excel.svg │ │ ├── file-export.svg │ │ ├── file-image.svg │ │ ├── file-import.svg │ │ ├── file-invoice-dollar.svg │ │ ├── file-invoice.svg │ │ ├── file-medical-alt.svg │ │ ├── file-medical.svg │ │ ├── file-pdf.svg │ │ ├── file-powerpoint.svg │ │ ├── file-prescription.svg │ │ ├── file-signature.svg │ │ ├── file-upload.svg │ │ ├── file-video.svg │ │ ├── file-word.svg │ │ ├── file.svg │ │ ├── fill-drip.svg │ │ ├── fill.svg │ │ ├── film.svg │ │ ├── filter.svg │ │ ├── fingerprint.svg │ │ ├── fire-alt.svg │ │ ├── fire-extinguisher.svg │ │ ├── fire.svg │ │ ├── first-aid.svg │ │ ├── fish.svg │ │ ├── fist-raised.svg │ │ ├── flag-checkered.svg │ │ ├── flag-usa.svg │ │ ├── flag.svg │ │ ├── flask.svg │ │ ├── flushed.svg │ │ ├── folder-minus.svg │ │ ├── folder-open.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── font-awesome-logo-full.svg │ │ ├── font.svg │ │ ├── football-ball.svg │ │ ├── forward.svg │ │ ├── frog.svg │ │ ├── frown-open.svg │ │ ├── frown.svg │ │ ├── funnel-dollar.svg │ │ ├── futbol.svg │ │ ├── gamepad.svg │ │ ├── gas-pump.svg │ │ ├── gavel.svg │ │ ├── gem.svg │ │ ├── genderless.svg │ │ ├── ghost.svg │ │ ├── gift.svg │ │ ├── gifts.svg │ │ ├── glass-cheers.svg │ │ ├── glass-martini-alt.svg │ │ ├── glass-martini.svg │ │ ├── glass-whiskey.svg │ │ ├── glasses.svg │ │ ├── globe-africa.svg │ │ ├── globe-americas.svg │ │ ├── globe-asia.svg │ │ ├── globe-europe.svg │ │ ├── globe.svg │ │ ├── golf-ball.svg │ │ ├── gopuram.svg │ │ ├── graduation-cap.svg │ │ ├── greater-than-equal.svg │ │ ├── greater-than.svg │ │ ├── grimace.svg │ │ ├── grin-alt.svg │ │ ├── grin-beam-sweat.svg │ │ ├── grin-beam.svg │ │ ├── grin-hearts.svg │ │ ├── grin-squint-tears.svg │ │ ├── grin-squint.svg │ │ ├── grin-stars.svg │ │ ├── grin-tears.svg │ │ ├── grin-tongue-squint.svg │ │ ├── grin-tongue-wink.svg │ │ ├── grin-tongue.svg │ │ ├── grin-wink.svg │ │ ├── grin.svg │ │ ├── grip-horizontal.svg │ │ ├── grip-lines-vertical.svg │ │ ├── grip-lines.svg │ │ ├── grip-vertical.svg │ │ ├── guitar.svg │ │ ├── h-square.svg │ │ ├── hamburger.svg │ │ ├── hammer.svg │ │ ├── hamsa.svg │ │ ├── hand-holding-heart.svg │ │ ├── hand-holding-medical.svg │ │ ├── hand-holding-usd.svg │ │ ├── hand-holding-water.svg │ │ ├── hand-holding.svg │ │ ├── hand-lizard.svg │ │ ├── hand-middle-finger.svg │ │ ├── hand-paper.svg │ │ ├── hand-peace.svg │ │ ├── hand-point-down.svg │ │ ├── hand-point-left.svg │ │ ├── hand-point-right.svg │ │ ├── hand-point-up.svg │ │ ├── hand-pointer.svg │ │ ├── hand-rock.svg │ │ ├── hand-scissors.svg │ │ ├── hand-sparkles.svg │ │ ├── hand-spock.svg │ │ ├── hands-helping.svg │ │ ├── hands-wash.svg │ │ ├── hands.svg │ │ ├── handshake-alt-slash.svg │ │ ├── handshake-slash.svg │ │ ├── handshake.svg │ │ ├── hanukiah.svg │ │ ├── hard-hat.svg │ │ ├── hashtag.svg │ │ ├── hat-cowboy-side.svg │ │ ├── hat-cowboy.svg │ │ ├── hat-wizard.svg │ │ ├── hdd.svg │ │ ├── head-side-cough-slash.svg │ │ ├── head-side-cough.svg │ │ ├── head-side-mask.svg │ │ ├── head-side-virus.svg │ │ ├── heading.svg │ │ ├── headphones-alt.svg │ │ ├── headphones.svg │ │ ├── headset.svg │ │ ├── heart-broken.svg │ │ ├── heart.svg │ │ ├── heartbeat.svg │ │ ├── helicopter.svg │ │ ├── highlighter.svg │ │ ├── hiking.svg │ │ ├── hippo.svg │ │ ├── history.svg │ │ ├── hockey-puck.svg │ │ ├── holly-berry.svg │ │ ├── home.svg │ │ ├── horse-head.svg │ │ ├── horse.svg │ │ ├── hospital-alt.svg │ │ ├── hospital-symbol.svg │ │ ├── hospital-user.svg │ │ ├── hospital.svg │ │ ├── hot-tub.svg │ │ ├── hotdog.svg │ │ ├── hotel.svg │ │ ├── hourglass-end.svg │ │ ├── hourglass-half.svg │ │ ├── hourglass-start.svg │ │ ├── hourglass.svg │ │ ├── house-damage.svg │ │ ├── house-user.svg │ │ ├── hryvnia.svg │ │ ├── i-cursor.svg │ │ ├── ice-cream.svg │ │ ├── icicles.svg │ │ ├── icons.svg │ │ ├── id-badge.svg │ │ ├── id-card-alt.svg │ │ ├── id-card.svg │ │ ├── igloo.svg │ │ ├── image.svg │ │ ├── images.svg │ │ ├── inbox.svg │ │ ├── indent.svg │ │ ├── industry.svg │ │ ├── infinity.svg │ │ ├── info-circle.svg │ │ ├── info.svg │ │ ├── italic.svg │ │ ├── jedi.svg │ │ ├── joint.svg │ │ ├── journal-whills.svg │ │ ├── kaaba.svg │ │ ├── key.svg │ │ ├── keyboard.svg │ │ ├── khanda.svg │ │ ├── kiss-beam.svg │ │ ├── kiss-wink-heart.svg │ │ ├── kiss.svg │ │ ├── kiwi-bird.svg │ │ ├── landmark.svg │ │ ├── language.svg │ │ ├── laptop-code.svg │ │ ├── laptop-house.svg │ │ ├── laptop-medical.svg │ │ ├── laptop.svg │ │ ├── laugh-beam.svg │ │ ├── laugh-squint.svg │ │ ├── laugh-wink.svg │ │ ├── laugh.svg │ │ ├── layer-group.svg │ │ ├── leaf.svg │ │ ├── lemon.svg │ │ ├── less-than-equal.svg │ │ ├── less-than.svg │ │ ├── level-down-alt.svg │ │ ├── level-up-alt.svg │ │ ├── life-ring.svg │ │ ├── lightbulb.svg │ │ ├── link.svg │ │ ├── lira-sign.svg │ │ ├── list-alt.svg │ │ ├── list-ol.svg │ │ ├── list-ul.svg │ │ ├── list.svg │ │ ├── location-arrow.svg │ │ ├── lock-open.svg │ │ ├── lock.svg │ │ ├── long-arrow-alt-down.svg │ │ ├── long-arrow-alt-left.svg │ │ ├── long-arrow-alt-right.svg │ │ ├── long-arrow-alt-up.svg │ │ ├── low-vision.svg │ │ ├── luggage-cart.svg │ │ ├── lungs-virus.svg │ │ ├── lungs.svg │ │ ├── magic.svg │ │ ├── magnet.svg │ │ ├── mail-bulk.svg │ │ ├── male.svg │ │ ├── map-marked-alt.svg │ │ ├── map-marked.svg │ │ ├── map-marker-alt.svg │ │ ├── map-marker.svg │ │ ├── map-pin.svg │ │ ├── map-signs.svg │ │ ├── map.svg │ │ ├── marker.svg │ │ ├── mars-double.svg │ │ ├── mars-stroke-h.svg │ │ ├── mars-stroke-v.svg │ │ ├── mars-stroke.svg │ │ ├── mars.svg │ │ ├── mask.svg │ │ ├── medal.svg │ │ ├── medkit.svg │ │ ├── meh-blank.svg │ │ ├── meh-rolling-eyes.svg │ │ ├── meh.svg │ │ ├── memory.svg │ │ ├── menorah.svg │ │ ├── mercury.svg │ │ ├── meteor.svg │ │ ├── microchip.svg │ │ ├── microphone-alt-slash.svg │ │ ├── microphone-alt.svg │ │ ├── microphone-slash.svg │ │ ├── microphone.svg │ │ ├── microscope.svg │ │ ├── minus-circle.svg │ │ ├── minus-square.svg │ │ ├── minus.svg │ │ ├── mitten.svg │ │ ├── mobile-alt.svg │ │ ├── mobile.svg │ │ ├── money-bill-alt.svg │ │ ├── money-bill-wave-alt.svg │ │ ├── money-bill-wave.svg │ │ ├── money-bill.svg │ │ ├── money-check-alt.svg │ │ ├── money-check.svg │ │ ├── monument.svg │ │ ├── moon.svg │ │ ├── mortar-pestle.svg │ │ ├── mosque.svg │ │ ├── motorcycle.svg │ │ ├── mountain.svg │ │ ├── mouse-pointer.svg │ │ ├── mouse.svg │ │ ├── mug-hot.svg │ │ ├── music.svg │ │ ├── network-wired.svg │ │ ├── neuter.svg │ │ ├── newspaper.svg │ │ ├── not-equal.svg │ │ ├── notes-medical.svg │ │ ├── object-group.svg │ │ ├── object-ungroup.svg │ │ ├── oil-can.svg │ │ ├── om.svg │ │ ├── otter.svg │ │ ├── outdent.svg │ │ ├── pager.svg │ │ ├── paint-brush.svg │ │ ├── paint-roller.svg │ │ ├── palette.svg │ │ ├── pallet.svg │ │ ├── paper-plane.svg │ │ ├── paperclip.svg │ │ ├── parachute-box.svg │ │ ├── paragraph.svg │ │ ├── parking.svg │ │ ├── passport.svg │ │ ├── pastafarianism.svg │ │ ├── paste.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── paw.svg │ │ ├── peace.svg │ │ ├── pen-alt.svg │ │ ├── pen-fancy.svg │ │ ├── pen-nib.svg │ │ ├── pen-square.svg │ │ ├── pen.svg │ │ ├── pencil-alt.svg │ │ ├── pencil-ruler.svg │ │ ├── people-arrows.svg │ │ ├── people-carry.svg │ │ ├── pepper-hot.svg │ │ ├── percent.svg │ │ ├── percentage.svg │ │ ├── person-booth.svg │ │ ├── phone-alt.svg │ │ ├── phone-slash.svg │ │ ├── phone-square-alt.svg │ │ ├── phone-square.svg │ │ ├── phone-volume.svg │ │ ├── phone.svg │ │ ├── photo-video.svg │ │ ├── piggy-bank.svg │ │ ├── pills.svg │ │ ├── pizza-slice.svg │ │ ├── place-of-worship.svg │ │ ├── plane-arrival.svg │ │ ├── plane-departure.svg │ │ ├── plane-slash.svg │ │ ├── plane.svg │ │ ├── play-circle.svg │ │ ├── play.svg │ │ ├── plug.svg │ │ ├── plus-circle.svg │ │ ├── plus-square.svg │ │ ├── plus.svg │ │ ├── podcast.svg │ │ ├── poll-h.svg │ │ ├── poll.svg │ │ ├── poo-storm.svg │ │ ├── poo.svg │ │ ├── poop.svg │ │ ├── portrait.svg │ │ ├── pound-sign.svg │ │ ├── power-off.svg │ │ ├── pray.svg │ │ ├── praying-hands.svg │ │ ├── prescription-bottle-alt.svg │ │ ├── prescription-bottle.svg │ │ ├── prescription.svg │ │ ├── print.svg │ │ ├── procedures.svg │ │ ├── project-diagram.svg │ │ ├── pump-medical.svg │ │ ├── pump-soap.svg │ │ ├── puzzle-piece.svg │ │ ├── qrcode.svg │ │ ├── question-circle.svg │ │ ├── question.svg │ │ ├── quidditch.svg │ │ ├── quote-left.svg │ │ ├── quote-right.svg │ │ ├── quran.svg │ │ ├── radiation-alt.svg │ │ ├── radiation.svg │ │ ├── rainbow.svg │ │ ├── random.svg │ │ ├── receipt.svg │ │ ├── record-vinyl.svg │ │ ├── recycle.svg │ │ ├── redo-alt.svg │ │ ├── redo.svg │ │ ├── registered.svg │ │ ├── remove-format.svg │ │ ├── reply-all.svg │ │ ├── reply.svg │ │ ├── republican.svg │ │ ├── restroom.svg │ │ ├── retweet.svg │ │ ├── ribbon.svg │ │ ├── ring.svg │ │ ├── road.svg │ │ ├── robot.svg │ │ ├── rocket.svg │ │ ├── route.svg │ │ ├── rss-square.svg │ │ ├── rss.svg │ │ ├── ruble-sign.svg │ │ ├── ruler-combined.svg │ │ ├── ruler-horizontal.svg │ │ ├── ruler-vertical.svg │ │ ├── ruler.svg │ │ ├── running.svg │ │ ├── rupee-sign.svg │ │ ├── sad-cry.svg │ │ ├── sad-tear.svg │ │ ├── satellite-dish.svg │ │ ├── satellite.svg │ │ ├── save.svg │ │ ├── school.svg │ │ ├── screwdriver.svg │ │ ├── scroll.svg │ │ ├── sd-card.svg │ │ ├── search-dollar.svg │ │ ├── search-location.svg │ │ ├── search-minus.svg │ │ ├── search-plus.svg │ │ ├── search.svg │ │ ├── seedling.svg │ │ ├── server.svg │ │ ├── shapes.svg │ │ ├── share-alt-square.svg │ │ ├── share-alt.svg │ │ ├── share-square.svg │ │ ├── share.svg │ │ ├── shekel-sign.svg │ │ ├── shield-alt.svg │ │ ├── shield-virus.svg │ │ ├── ship.svg │ │ ├── shipping-fast.svg │ │ ├── shoe-prints.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-basket.svg │ │ ├── shopping-cart.svg │ │ ├── shower.svg │ │ ├── shuttle-van.svg │ │ ├── sign-in-alt.svg │ │ ├── sign-language.svg │ │ ├── sign-out-alt.svg │ │ ├── sign.svg │ │ ├── signal.svg │ │ ├── signature.svg │ │ ├── sim-card.svg │ │ ├── sink.svg │ │ ├── sitemap.svg │ │ ├── skating.svg │ │ ├── skiing-nordic.svg │ │ ├── skiing.svg │ │ ├── skull-crossbones.svg │ │ ├── skull.svg │ │ ├── slash.svg │ │ ├── sleigh.svg │ │ ├── sliders-h.svg │ │ ├── smile-beam.svg │ │ ├── smile-wink.svg │ │ ├── smile.svg │ │ ├── smog.svg │ │ ├── smoking-ban.svg │ │ ├── smoking.svg │ │ ├── sms.svg │ │ ├── snowboarding.svg │ │ ├── snowflake.svg │ │ ├── snowman.svg │ │ ├── snowplow.svg │ │ ├── soap.svg │ │ ├── socks.svg │ │ ├── solar-panel.svg │ │ ├── sort-alpha-down-alt.svg │ │ ├── sort-alpha-down.svg │ │ ├── sort-alpha-up-alt.svg │ │ ├── sort-alpha-up.svg │ │ ├── sort-amount-down-alt.svg │ │ ├── sort-amount-down.svg │ │ ├── sort-amount-up-alt.svg │ │ ├── sort-amount-up.svg │ │ ├── sort-down.svg │ │ ├── sort-numeric-down-alt.svg │ │ ├── sort-numeric-down.svg │ │ ├── sort-numeric-up-alt.svg │ │ ├── sort-numeric-up.svg │ │ ├── sort-up.svg │ │ ├── sort.svg │ │ ├── spa.svg │ │ ├── space-shuttle.svg │ │ ├── spell-check.svg │ │ ├── spider.svg │ │ ├── spinner.svg │ │ ├── splotch.svg │ │ ├── spray-can.svg │ │ ├── square-full.svg │ │ ├── square-root-alt.svg │ │ ├── square.svg │ │ ├── stamp.svg │ │ ├── star-and-crescent.svg │ │ ├── star-half-alt.svg │ │ ├── star-half.svg │ │ ├── star-of-david.svg │ │ ├── star-of-life.svg │ │ ├── star.svg │ │ ├── step-backward.svg │ │ ├── step-forward.svg │ │ ├── stethoscope.svg │ │ ├── sticky-note.svg │ │ ├── stop-circle.svg │ │ ├── stop.svg │ │ ├── stopwatch-20.svg │ │ ├── stopwatch.svg │ │ ├── store-alt-slash.svg │ │ ├── store-alt.svg │ │ ├── store-slash.svg │ │ ├── store.svg │ │ ├── stream.svg │ │ ├── street-view.svg │ │ ├── strikethrough.svg │ │ ├── stroopwafel.svg │ │ ├── subscript.svg │ │ ├── subway.svg │ │ ├── suitcase-rolling.svg │ │ ├── suitcase.svg │ │ ├── sun.svg │ │ ├── superscript.svg │ │ ├── surprise.svg │ │ ├── swatchbook.svg │ │ ├── swimmer.svg │ │ ├── swimming-pool.svg │ │ ├── synagogue.svg │ │ ├── sync-alt.svg │ │ ├── sync.svg │ │ ├── syringe.svg │ │ ├── table-tennis.svg │ │ ├── table.svg │ │ ├── tablet-alt.svg │ │ ├── tablet.svg │ │ ├── tablets.svg │ │ ├── tachometer-alt.svg │ │ ├── tag.svg │ │ ├── tags.svg │ │ ├── tape.svg │ │ ├── tasks.svg │ │ ├── taxi.svg │ │ ├── teeth-open.svg │ │ ├── teeth.svg │ │ ├── temperature-high.svg │ │ ├── temperature-low.svg │ │ ├── tenge.svg │ │ ├── terminal.svg │ │ ├── text-height.svg │ │ ├── text-width.svg │ │ ├── th-large.svg │ │ ├── th-list.svg │ │ ├── th.svg │ │ ├── theater-masks.svg │ │ ├── thermometer-empty.svg │ │ ├── thermometer-full.svg │ │ ├── thermometer-half.svg │ │ ├── thermometer-quarter.svg │ │ ├── thermometer-three-quarters.svg │ │ ├── thermometer.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── thumbtack.svg │ │ ├── ticket-alt.svg │ │ ├── times-circle.svg │ │ ├── times.svg │ │ ├── tint-slash.svg │ │ ├── tint.svg │ │ ├── tired.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on.svg │ │ ├── toilet-paper-slash.svg │ │ ├── toilet-paper.svg │ │ ├── toilet.svg │ │ ├── toolbox.svg │ │ ├── tools.svg │ │ ├── tooth.svg │ │ ├── torah.svg │ │ ├── torii-gate.svg │ │ ├── tractor.svg │ │ ├── trademark.svg │ │ ├── traffic-light.svg │ │ ├── trailer.svg │ │ ├── train.svg │ │ ├── tram.svg │ │ ├── transgender-alt.svg │ │ ├── transgender.svg │ │ ├── trash-alt.svg │ │ ├── trash-restore-alt.svg │ │ ├── trash-restore.svg │ │ ├── trash.svg │ │ ├── tree.svg │ │ ├── trophy.svg │ │ ├── truck-loading.svg │ │ ├── truck-monster.svg │ │ ├── truck-moving.svg │ │ ├── truck-pickup.svg │ │ ├── truck.svg │ │ ├── tshirt.svg │ │ ├── tty.svg │ │ ├── tv.svg │ │ ├── umbrella-beach.svg │ │ ├── umbrella.svg │ │ ├── underline.svg │ │ ├── undo-alt.svg │ │ ├── undo.svg │ │ ├── universal-access.svg │ │ ├── university.svg │ │ ├── unlink.svg │ │ ├── unlock-alt.svg │ │ ├── unlock.svg │ │ ├── upload.svg │ │ ├── user-alt-slash.svg │ │ ├── user-alt.svg │ │ ├── user-astronaut.svg │ │ ├── user-check.svg │ │ ├── user-circle.svg │ │ ├── user-clock.svg │ │ ├── user-cog.svg │ │ ├── user-edit.svg │ │ ├── user-friends.svg │ │ ├── user-graduate.svg │ │ ├── user-injured.svg │ │ ├── user-lock.svg │ │ ├── user-md.svg │ │ ├── user-minus.svg │ │ ├── user-ninja.svg │ │ ├── user-nurse.svg │ │ ├── user-plus.svg │ │ ├── user-secret.svg │ │ ├── user-shield.svg │ │ ├── user-slash.svg │ │ ├── user-tag.svg │ │ ├── user-tie.svg │ │ ├── user-times.svg │ │ ├── user.svg │ │ ├── users-cog.svg │ │ ├── users-slash.svg │ │ ├── users.svg │ │ ├── utensil-spoon.svg │ │ ├── utensils.svg │ │ ├── vector-square.svg │ │ ├── venus-double.svg │ │ ├── venus-mars.svg │ │ ├── venus.svg │ │ ├── vest-patches.svg │ │ ├── vest.svg │ │ ├── vial.svg │ │ ├── vials.svg │ │ ├── video-slash.svg │ │ ├── video.svg │ │ ├── vihara.svg │ │ ├── virus-slash.svg │ │ ├── virus.svg │ │ ├── viruses.svg │ │ ├── voicemail.svg │ │ ├── volleyball-ball.svg │ │ ├── volume-down.svg │ │ ├── volume-mute.svg │ │ ├── volume-off.svg │ │ ├── volume-up.svg │ │ ├── vote-yea.svg │ │ ├── vr-cardboard.svg │ │ ├── walking.svg │ │ ├── wallet.svg │ │ ├── warehouse.svg │ │ ├── water.svg │ │ ├── wave-square.svg │ │ ├── weight-hanging.svg │ │ ├── weight.svg │ │ ├── wheelchair.svg │ │ ├── wifi.svg │ │ ├── wind.svg │ │ ├── window-close.svg │ │ ├── window-maximize.svg │ │ ├── window-minimize.svg │ │ ├── window-restore.svg │ │ ├── wine-bottle.svg │ │ ├── wine-glass-alt.svg │ │ ├── wine-glass.svg │ │ ├── won-sign.svg │ │ ├── wrench.svg │ │ ├── x-ray.svg │ │ ├── yen-sign.svg │ │ └── yin-yang.svg │ ├── material │ ├── LICENSE │ ├── ab-testing.svg │ ├── abacus.svg │ ├── abjad-arabic.svg │ ├── abjad-hebrew.svg │ ├── abugida-devanagari.svg │ ├── abugida-thai.svg │ ├── access-point-check.svg │ ├── access-point-minus.svg │ ├── access-point-network-off.svg │ ├── access-point-network.svg │ ├── access-point-off.svg │ ├── access-point-plus.svg │ ├── access-point-remove.svg │ ├── access-point.svg │ ├── account-alert-outline.svg │ ├── account-alert.svg │ ├── account-arrow-down-outline.svg │ ├── account-arrow-down.svg │ ├── account-arrow-left-outline.svg │ ├── account-arrow-left.svg │ ├── account-arrow-right-outline.svg │ ├── account-arrow-right.svg │ ├── account-arrow-up-outline.svg │ ├── account-arrow-up.svg │ ├── account-box-multiple-outline.svg │ ├── account-box-multiple.svg │ ├── account-box-outline.svg │ ├── account-box.svg │ ├── account-cancel-outline.svg │ ├── account-cancel.svg │ ├── account-cash-outline.svg │ ├── account-cash.svg │ ├── account-check-outline.svg │ ├── account-check.svg │ ├── account-child-circle.svg │ ├── account-child-outline.svg │ ├── account-child.svg │ ├── account-circle-outline.svg │ ├── account-circle.svg │ ├── account-clock-outline.svg │ ├── account-clock.svg │ ├── account-cog-outline.svg │ ├── account-cog.svg │ ├── account-convert-outline.svg │ ├── account-convert.svg │ ├── account-cowboy-hat-outline.svg │ ├── account-cowboy-hat.svg │ ├── account-details-outline.svg │ ├── account-details.svg │ ├── account-edit-outline.svg │ ├── account-edit.svg │ ├── account-eye-outline.svg │ ├── account-eye.svg │ ├── account-filter-outline.svg │ ├── account-filter.svg │ ├── account-group-outline.svg │ ├── account-group.svg │ ├── account-hard-hat.svg │ ├── account-heart-outline.svg │ ├── account-heart.svg │ ├── account-injury-outline.svg │ ├── account-injury.svg │ ├── account-key-outline.svg │ ├── account-key.svg │ ├── account-lock-outline.svg │ ├── account-lock.svg │ ├── account-minus-outline.svg │ ├── account-minus.svg │ ├── account-multiple-check-outline.svg │ ├── account-multiple-check.svg │ ├── account-multiple-minus-outline.svg │ ├── account-multiple-minus.svg │ ├── account-multiple-outline.svg │ ├── account-multiple-plus-outline.svg │ ├── account-multiple-plus.svg │ ├── account-multiple-remove-outline.svg │ ├── account-multiple-remove.svg │ ├── account-multiple.svg │ ├── account-music-outline.svg │ ├── account-music.svg │ ├── account-network-outline.svg │ ├── account-network.svg │ ├── account-off-outline.svg │ ├── account-off.svg │ ├── account-outline.svg │ ├── account-plus-outline.svg │ ├── account-plus.svg │ ├── account-question-outline.svg │ ├── account-question.svg │ ├── account-reactivate-outline.svg │ ├── account-reactivate.svg │ ├── account-remove-outline.svg │ ├── account-remove.svg │ ├── account-search-outline.svg │ ├── account-search.svg │ ├── account-settings-outline.svg │ ├── account-settings.svg │ ├── account-star-outline.svg │ ├── account-star.svg │ ├── account-supervisor-circle-outline.svg │ ├── account-supervisor-circle.svg │ ├── account-supervisor-outline.svg │ ├── account-supervisor.svg │ ├── account-switch-outline.svg │ ├── account-switch.svg │ ├── account-sync-outline.svg │ ├── account-sync.svg │ ├── account-tie-hat-outline.svg │ ├── account-tie-hat.svg │ ├── account-tie-outline.svg │ ├── account-tie-voice-off-outline.svg │ ├── account-tie-voice-off.svg │ ├── account-tie-voice-outline.svg │ ├── account-tie-voice.svg │ ├── account-tie.svg │ ├── account-voice-off.svg │ ├── account-voice.svg │ ├── account-wrench-outline.svg │ ├── account-wrench.svg │ ├── account.svg │ ├── adjust.svg │ ├── advertisements-off.svg │ ├── advertisements.svg │ ├── air-conditioner.svg │ ├── air-filter.svg │ ├── air-horn.svg │ ├── air-humidifier-off.svg │ ├── air-humidifier.svg │ ├── air-purifier.svg │ ├── airbag.svg │ ├── airballoon-outline.svg │ ├── airballoon.svg │ ├── airplane-alert.svg │ ├── airplane-check.svg │ ├── airplane-clock.svg │ ├── airplane-cog.svg │ ├── airplane-edit.svg │ ├── airplane-landing.svg │ ├── airplane-marker.svg │ ├── airplane-minus.svg │ ├── airplane-off.svg │ ├── airplane-plus.svg │ ├── airplane-remove.svg │ ├── airplane-search.svg │ ├── airplane-settings.svg │ ├── airplane-takeoff.svg │ ├── airplane.svg │ ├── airport.svg │ ├── alarm-bell.svg │ ├── alarm-check.svg │ ├── alarm-light-off-outline.svg │ ├── alarm-light-off.svg │ ├── alarm-light-outline.svg │ ├── alarm-light.svg │ ├── alarm-multiple.svg │ ├── alarm-note-off.svg │ ├── alarm-note.svg │ ├── alarm-off.svg │ ├── alarm-panel-outline.svg │ ├── alarm-panel.svg │ ├── alarm-plus.svg │ ├── alarm-snooze.svg │ ├── alarm.svg │ ├── album.svg │ ├── alert-box-outline.svg │ ├── alert-box.svg │ ├── alert-circle-check-outline.svg │ ├── alert-circle-check.svg │ ├── alert-circle-outline.svg │ ├── alert-circle.svg │ ├── alert-decagram-outline.svg │ ├── alert-decagram.svg │ ├── alert-minus-outline.svg │ ├── alert-minus.svg │ ├── alert-octagon-outline.svg │ ├── alert-octagon.svg │ ├── alert-octagram-outline.svg │ ├── alert-octagram.svg │ ├── alert-outline.svg │ ├── alert-plus-outline.svg │ ├── alert-plus.svg │ ├── alert-remove-outline.svg │ ├── alert-remove.svg │ ├── alert-rhombus-outline.svg │ ├── alert-rhombus.svg │ ├── alert.svg │ ├── alien-outline.svg │ ├── alien.svg │ ├── align-horizontal-center.svg │ ├── align-horizontal-left.svg │ ├── align-horizontal-right.svg │ ├── align-vertical-bottom.svg │ ├── align-vertical-center.svg │ ├── align-vertical-top.svg │ ├── all-inclusive-box-outline.svg │ ├── all-inclusive-box.svg │ ├── all-inclusive.svg │ ├── allergy.svg │ ├── alpha-a-box-outline.svg │ ├── alpha-a-box.svg │ ├── alpha-a-circle-outline.svg │ ├── alpha-a-circle.svg │ ├── alpha-a.svg │ ├── alpha-b-box-outline.svg │ ├── alpha-b-box.svg │ ├── alpha-b-circle-outline.svg │ ├── alpha-b-circle.svg │ ├── alpha-b.svg │ ├── alpha-c-box-outline.svg │ ├── alpha-c-box.svg │ ├── alpha-c-circle-outline.svg │ ├── alpha-c-circle.svg │ ├── alpha-c.svg │ ├── alpha-d-box-outline.svg │ ├── alpha-d-box.svg │ ├── alpha-d-circle-outline.svg │ ├── alpha-d-circle.svg │ ├── alpha-d.svg │ ├── alpha-e-box-outline.svg │ ├── alpha-e-box.svg │ ├── alpha-e-circle-outline.svg │ ├── alpha-e-circle.svg │ ├── alpha-e.svg │ ├── alpha-f-box-outline.svg │ ├── alpha-f-box.svg │ ├── alpha-f-circle-outline.svg │ ├── alpha-f-circle.svg │ ├── alpha-f.svg │ ├── alpha-g-box-outline.svg │ ├── alpha-g-box.svg │ ├── alpha-g-circle-outline.svg │ ├── alpha-g-circle.svg │ ├── alpha-g.svg │ ├── alpha-h-box-outline.svg │ ├── alpha-h-box.svg │ ├── alpha-h-circle-outline.svg │ ├── alpha-h-circle.svg │ ├── alpha-h.svg │ ├── alpha-i-box-outline.svg │ ├── alpha-i-box.svg │ ├── alpha-i-circle-outline.svg │ ├── alpha-i-circle.svg │ ├── alpha-i.svg │ ├── alpha-j-box-outline.svg │ ├── alpha-j-box.svg │ ├── alpha-j-circle-outline.svg │ ├── alpha-j-circle.svg │ ├── alpha-j.svg │ ├── alpha-k-box-outline.svg │ ├── alpha-k-box.svg │ ├── alpha-k-circle-outline.svg │ ├── alpha-k-circle.svg │ ├── alpha-k.svg │ ├── alpha-l-box-outline.svg │ ├── alpha-l-box.svg │ ├── alpha-l-circle-outline.svg │ ├── alpha-l-circle.svg │ ├── alpha-l.svg │ ├── alpha-m-box-outline.svg │ ├── alpha-m-box.svg │ ├── alpha-m-circle-outline.svg │ ├── alpha-m-circle.svg │ ├── alpha-m.svg │ ├── alpha-n-box-outline.svg │ ├── alpha-n-box.svg │ ├── alpha-n-circle-outline.svg │ ├── alpha-n-circle.svg │ ├── alpha-n.svg │ ├── alpha-o-box-outline.svg │ ├── alpha-o-box.svg │ ├── alpha-o-circle-outline.svg │ ├── alpha-o-circle.svg │ ├── alpha-o.svg │ ├── alpha-p-box-outline.svg │ ├── alpha-p-box.svg │ ├── alpha-p-circle-outline.svg │ ├── alpha-p-circle.svg │ ├── alpha-p.svg │ ├── alpha-q-box-outline.svg │ ├── alpha-q-box.svg │ ├── alpha-q-circle-outline.svg │ ├── alpha-q-circle.svg │ ├── alpha-q.svg │ ├── alpha-r-box-outline.svg │ ├── alpha-r-box.svg │ ├── alpha-r-circle-outline.svg │ ├── alpha-r-circle.svg │ ├── alpha-r.svg │ ├── alpha-s-box-outline.svg │ ├── alpha-s-box.svg │ ├── alpha-s-circle-outline.svg │ ├── alpha-s-circle.svg │ ├── alpha-s.svg │ ├── alpha-t-box-outline.svg │ ├── alpha-t-box.svg │ ├── alpha-t-circle-outline.svg │ ├── alpha-t-circle.svg │ ├── alpha-t.svg │ ├── alpha-u-box-outline.svg │ ├── alpha-u-box.svg │ ├── alpha-u-circle-outline.svg │ ├── alpha-u-circle.svg │ ├── alpha-u.svg │ ├── alpha-v-box-outline.svg │ ├── alpha-v-box.svg │ ├── alpha-v-circle-outline.svg │ ├── alpha-v-circle.svg │ ├── alpha-v.svg │ ├── alpha-w-box-outline.svg │ ├── alpha-w-box.svg │ ├── alpha-w-circle-outline.svg │ ├── alpha-w-circle.svg │ ├── alpha-w.svg │ ├── alpha-x-box-outline.svg │ ├── alpha-x-box.svg │ ├── alpha-x-circle-outline.svg │ ├── alpha-x-circle.svg │ ├── alpha-x.svg │ ├── alpha-y-box-outline.svg │ ├── alpha-y-box.svg │ ├── alpha-y-circle-outline.svg │ ├── alpha-y-circle.svg │ ├── alpha-y.svg │ ├── alpha-z-box-outline.svg │ ├── alpha-z-box.svg │ ├── alpha-z-circle-outline.svg │ ├── alpha-z-circle.svg │ ├── alpha-z.svg │ ├── alpha.svg │ ├── alphabet-aurebesh.svg │ ├── alphabet-cyrillic.svg │ ├── alphabet-greek.svg │ ├── alphabet-latin.svg │ ├── alphabet-piqad.svg │ ├── alphabet-tengwar.svg │ ├── alphabetical-off.svg │ ├── alphabetical-variant-off.svg │ ├── alphabetical-variant.svg │ ├── alphabetical.svg │ ├── altimeter.svg │ ├── ambulance.svg │ ├── ammunition.svg │ ├── ampersand.svg │ ├── amplifier-off.svg │ ├── amplifier.svg │ ├── anchor.svg │ ├── android-messages.svg │ ├── android-studio.svg │ ├── android.svg │ ├── angle-acute.svg │ ├── angle-obtuse.svg │ ├── angle-right.svg │ ├── angular.svg │ ├── angularjs.svg │ ├── animation-outline.svg │ ├── animation-play-outline.svg │ ├── animation-play.svg │ ├── animation.svg │ ├── ansible.svg │ ├── antenna.svg │ ├── anvil.svg │ ├── apache-kafka.svg │ ├── api-off.svg │ ├── api.svg │ ├── apple-finder.svg │ ├── apple-icloud.svg │ ├── apple-ios.svg │ ├── apple-keyboard-caps.svg │ ├── apple-keyboard-command.svg │ ├── apple-keyboard-control.svg │ ├── apple-keyboard-option.svg │ ├── apple-keyboard-shift.svg │ ├── apple-safari.svg │ ├── apple.svg │ ├── application-array-outline.svg │ ├── application-array.svg │ ├── application-braces-outline.svg │ ├── application-braces.svg │ ├── application-brackets-outline.svg │ ├── application-brackets.svg │ ├── application-cog-outline.svg │ ├── application-cog.svg │ ├── application-edit-outline.svg │ ├── application-edit.svg │ ├── application-export.svg │ ├── application-import.svg │ ├── application-outline.svg │ ├── application-parentheses-outline.svg │ ├── application-parentheses.svg │ ├── application-settings-outline.svg │ ├── application-settings.svg │ ├── application-variable-outline.svg │ ├── application-variable.svg │ ├── application.svg │ ├── approximately-equal-box.svg │ ├── approximately-equal.svg │ ├── apps-box.svg │ ├── apps.svg │ ├── arch.svg │ ├── archive-alert-outline.svg │ ├── archive-alert.svg │ ├── archive-arrow-down-outline.svg │ ├── archive-arrow-down.svg │ ├── archive-arrow-up-outline.svg │ ├── archive-arrow-up.svg │ ├── archive-cancel-outline.svg │ ├── archive-cancel.svg │ ├── archive-check-outline.svg │ ├── archive-check.svg │ ├── archive-clock-outline.svg │ ├── archive-clock.svg │ ├── archive-cog-outline.svg │ ├── archive-cog.svg │ ├── archive-edit-outline.svg │ ├── archive-edit.svg │ ├── archive-eye-outline.svg │ ├── archive-eye.svg │ ├── archive-lock-open-outline.svg │ ├── archive-lock-open.svg │ ├── archive-lock-outline.svg │ ├── archive-lock.svg │ ├── archive-marker-outline.svg │ ├── archive-marker.svg │ ├── archive-minus-outline.svg │ ├── archive-minus.svg │ ├── archive-music-outline.svg │ ├── archive-music.svg │ ├── archive-off-outline.svg │ ├── archive-off.svg │ ├── archive-outline.svg │ ├── archive-plus-outline.svg │ ├── archive-plus.svg │ ├── archive-refresh-outline.svg │ ├── archive-refresh.svg │ ├── archive-remove-outline.svg │ ├── archive-remove.svg │ ├── archive-search-outline.svg │ ├── archive-search.svg │ ├── archive-settings-outline.svg │ ├── archive-settings.svg │ ├── archive-star-outline.svg │ ├── archive-star.svg │ ├── archive-sync-outline.svg │ ├── archive-sync.svg │ ├── archive.svg │ ├── arm-flex-outline.svg │ ├── arm-flex.svg │ ├── arrange-bring-forward.svg │ ├── arrange-bring-to-front.svg │ ├── arrange-send-backward.svg │ ├── arrange-send-to-back.svg │ ├── arrow-all.svg │ ├── arrow-bottom-left-bold-outline.svg │ ├── arrow-bottom-left-thick.svg │ ├── arrow-bottom-left-thin-circle-outline.svg │ ├── arrow-bottom-left.svg │ ├── arrow-bottom-right-bold-outline.svg │ ├── arrow-bottom-right-thick.svg │ ├── arrow-bottom-right-thin-circle-outline.svg │ ├── arrow-bottom-right.svg │ ├── arrow-collapse-all.svg │ ├── arrow-collapse-down.svg │ ├── arrow-collapse-horizontal.svg │ ├── arrow-collapse-left.svg │ ├── arrow-collapse-right.svg │ ├── arrow-collapse-up.svg │ ├── arrow-collapse-vertical.svg │ ├── arrow-collapse.svg │ ├── arrow-decision-auto-outline.svg │ ├── arrow-decision-auto.svg │ ├── arrow-decision-outline.svg │ ├── arrow-decision.svg │ ├── arrow-down-bold-box-outline.svg │ ├── arrow-down-bold-box.svg │ ├── arrow-down-bold-circle-outline.svg │ ├── arrow-down-bold-circle.svg │ ├── arrow-down-bold-hexagon-outline.svg │ ├── arrow-down-bold-outline.svg │ ├── arrow-down-bold.svg │ ├── arrow-down-box.svg │ ├── arrow-down-circle-outline.svg │ ├── arrow-down-circle.svg │ ├── arrow-down-drop-circle-outline.svg │ ├── arrow-down-drop-circle.svg │ ├── arrow-down-left-bold.svg │ ├── arrow-down-left.svg │ ├── arrow-down-right-bold.svg │ ├── arrow-down-right.svg │ ├── arrow-down-thick.svg │ ├── arrow-down-thin-circle-outline.svg │ ├── arrow-down.svg │ ├── arrow-expand-all.svg │ ├── arrow-expand-down.svg │ ├── arrow-expand-horizontal.svg │ ├── arrow-expand-left.svg │ ├── arrow-expand-right.svg │ ├── arrow-expand-up.svg │ ├── arrow-expand-vertical.svg │ ├── arrow-expand.svg │ ├── arrow-horizontal-lock.svg │ ├── arrow-left-bold-box-outline.svg │ ├── arrow-left-bold-box.svg │ ├── arrow-left-bold-circle-outline.svg │ ├── arrow-left-bold-circle.svg │ ├── arrow-left-bold-hexagon-outline.svg │ ├── arrow-left-bold-outline.svg │ ├── arrow-left-bold.svg │ ├── arrow-left-bottom-bold.svg │ ├── arrow-left-bottom.svg │ ├── arrow-left-box.svg │ ├── arrow-left-circle-outline.svg │ ├── arrow-left-circle.svg │ ├── arrow-left-drop-circle-outline.svg │ ├── arrow-left-drop-circle.svg │ ├── arrow-left-right-bold-outline.svg │ ├── arrow-left-right-bold.svg │ ├── arrow-left-right.svg │ ├── arrow-left-thick.svg │ ├── arrow-left-thin-circle-outline.svg │ ├── arrow-left-top-bold.svg │ ├── arrow-left-top.svg │ ├── arrow-left.svg │ ├── arrow-projectile-multiple.svg │ ├── arrow-projectile.svg │ ├── arrow-right-bold-box-outline.svg │ ├── arrow-right-bold-box.svg │ ├── arrow-right-bold-circle-outline.svg │ ├── arrow-right-bold-circle.svg │ ├── arrow-right-bold-hexagon-outline.svg │ ├── arrow-right-bold-outline.svg │ ├── arrow-right-bold.svg │ ├── arrow-right-bottom-bold.svg │ ├── arrow-right-bottom.svg │ ├── arrow-right-box.svg │ ├── arrow-right-circle-outline.svg │ ├── arrow-right-circle.svg │ ├── arrow-right-drop-circle-outline.svg │ ├── arrow-right-drop-circle.svg │ ├── arrow-right-thick.svg │ ├── arrow-right-thin-circle-outline.svg │ ├── arrow-right-top-bold.svg │ ├── arrow-right-top.svg │ ├── arrow-right.svg │ ├── arrow-split-horizontal.svg │ ├── arrow-split-vertical.svg │ ├── arrow-top-left-bold-outline.svg │ ├── arrow-top-left-bottom-right-bold.svg │ ├── arrow-top-left-bottom-right.svg │ ├── arrow-top-left-thick.svg │ ├── arrow-top-left-thin-circle-outline.svg │ ├── arrow-top-left.svg │ ├── arrow-top-right-bold-outline.svg │ ├── arrow-top-right-bottom-left-bold.svg │ ├── arrow-top-right-bottom-left.svg │ ├── arrow-top-right-thick.svg │ ├── arrow-top-right-thin-circle-outline.svg │ ├── arrow-top-right.svg │ ├── arrow-u-down-left-bold.svg │ ├── arrow-u-down-left.svg │ ├── arrow-u-down-right-bold.svg │ ├── arrow-u-down-right.svg │ ├── arrow-u-left-bottom-bold.svg │ ├── arrow-u-left-bottom.svg │ ├── arrow-u-left-top-bold.svg │ ├── arrow-u-left-top.svg │ ├── arrow-u-right-bottom-bold.svg │ ├── arrow-u-right-bottom.svg │ ├── arrow-u-right-top-bold.svg │ ├── arrow-u-right-top.svg │ ├── arrow-u-up-left-bold.svg │ ├── arrow-u-up-left.svg │ ├── arrow-u-up-right-bold.svg │ ├── arrow-u-up-right.svg │ ├── arrow-up-bold-box-outline.svg │ ├── arrow-up-bold-box.svg │ ├── arrow-up-bold-circle-outline.svg │ ├── arrow-up-bold-circle.svg │ ├── arrow-up-bold-hexagon-outline.svg │ ├── arrow-up-bold-outline.svg │ ├── arrow-up-bold.svg │ ├── arrow-up-box.svg │ ├── arrow-up-circle-outline.svg │ ├── arrow-up-circle.svg │ ├── arrow-up-down-bold-outline.svg │ ├── arrow-up-down-bold.svg │ ├── arrow-up-down.svg │ ├── arrow-up-drop-circle-outline.svg │ ├── arrow-up-drop-circle.svg │ ├── arrow-up-left-bold.svg │ ├── arrow-up-left.svg │ ├── arrow-up-right-bold.svg │ ├── arrow-up-right.svg │ ├── arrow-up-thick.svg │ ├── arrow-up-thin-circle-outline.svg │ ├── arrow-up.svg │ ├── arrow-vertical-lock.svg │ ├── artstation.svg │ ├── aspect-ratio.svg │ ├── assistant.svg │ ├── asterisk.svg │ ├── at.svg │ ├── atlassian.svg │ ├── atm.svg │ ├── atom-variant.svg │ ├── atom.svg │ ├── attachment.svg │ ├── audio-input-rca.svg │ ├── audio-input-stereo-minijack.svg │ ├── audio-input-xlr.svg │ ├── audio-video-off.svg │ ├── audio-video.svg │ ├── augmented-reality.svg │ ├── auto-download.svg │ ├── auto-fix.svg │ ├── auto-upload.svg │ ├── autorenew.svg │ ├── av-timer.svg │ ├── aws.svg │ ├── axe-battle.svg │ ├── axe.svg │ ├── axis-arrow-info.svg │ ├── axis-arrow-lock.svg │ ├── axis-arrow.svg │ ├── axis-lock.svg │ ├── axis-x-arrow-lock.svg │ ├── axis-x-arrow.svg │ ├── axis-x-rotate-clockwise.svg │ ├── axis-x-rotate-counterclockwise.svg │ ├── axis-x-y-arrow-lock.svg │ ├── axis-y-arrow-lock.svg │ ├── axis-y-arrow.svg │ ├── axis-y-rotate-clockwise.svg │ ├── axis-y-rotate-counterclockwise.svg │ ├── axis-z-arrow-lock.svg │ ├── axis-z-arrow.svg │ ├── axis-z-rotate-clockwise.svg │ ├── axis-z-rotate-counterclockwise.svg │ ├── axis.svg │ ├── babel.svg │ ├── baby-bottle-outline.svg │ ├── baby-bottle.svg │ ├── baby-buggy.svg │ ├── baby-carriage-off.svg │ ├── baby-carriage.svg │ ├── baby-face-outline.svg │ ├── baby-face.svg │ ├── baby.svg │ ├── backburger.svg │ ├── backspace-outline.svg │ ├── backspace-reverse-outline.svg │ ├── backspace-reverse.svg │ ├── backspace.svg │ ├── backup-restore.svg │ ├── bacteria-outline.svg │ ├── bacteria.svg │ ├── badge-account-alert-outline.svg │ ├── badge-account-alert.svg │ ├── badge-account-horizontal-outline.svg │ ├── badge-account-horizontal.svg │ ├── badge-account-outline.svg │ ├── badge-account.svg │ ├── badminton.svg │ ├── bag-carry-on-check.svg │ ├── bag-carry-on-off.svg │ ├── bag-carry-on.svg │ ├── bag-checked.svg │ ├── bag-personal-off-outline.svg │ ├── bag-personal-off.svg │ ├── bag-personal-outline.svg │ ├── bag-personal.svg │ ├── bag-suitcase-off-outline.svg │ ├── bag-suitcase-off.svg │ ├── bag-suitcase-outline.svg │ ├── bag-suitcase.svg │ ├── baguette.svg │ ├── balcony.svg │ ├── balloon.svg │ ├── ballot-outline.svg │ ├── ballot-recount-outline.svg │ ├── ballot-recount.svg │ ├── ballot.svg │ ├── bandage.svg │ ├── bank-check.svg │ ├── bank-minus.svg │ ├── bank-off-outline.svg │ ├── bank-off.svg │ ├── bank-outline.svg │ ├── bank-plus.svg │ ├── bank-remove.svg │ ├── bank-transfer-in.svg │ ├── bank-transfer-out.svg │ ├── bank-transfer.svg │ ├── bank.svg │ ├── barcode-off.svg │ ├── barcode-scan.svg │ ├── barcode.svg │ ├── barley-off.svg │ ├── barley.svg │ ├── barn.svg │ ├── barrel.svg │ ├── baseball-bat.svg │ ├── baseball-diamond-outline.svg │ ├── baseball-diamond.svg │ ├── baseball.svg │ ├── bash.svg │ ├── basket-check-outline.svg │ ├── basket-check.svg │ ├── basket-fill.svg │ ├── basket-minus-outline.svg │ ├── basket-minus.svg │ ├── basket-off-outline.svg │ ├── basket-off.svg │ ├── basket-outline.svg │ ├── basket-plus-outline.svg │ ├── basket-plus.svg │ ├── basket-remove-outline.svg │ ├── basket-remove.svg │ ├── basket-unfill.svg │ ├── basket.svg │ ├── basketball-hoop-outline.svg │ ├── basketball-hoop.svg │ ├── basketball.svg │ ├── bat.svg │ ├── bathtub-outline.svg │ ├── bathtub.svg │ ├── battery-10-bluetooth.svg │ ├── battery-10.svg │ ├── battery-20-bluetooth.svg │ ├── battery-20.svg │ ├── battery-30-bluetooth.svg │ ├── battery-30.svg │ ├── battery-40-bluetooth.svg │ ├── battery-40.svg │ ├── battery-50-bluetooth.svg │ ├── battery-50.svg │ ├── battery-60-bluetooth.svg │ ├── battery-60.svg │ ├── battery-70-bluetooth.svg │ ├── battery-70.svg │ ├── battery-80-bluetooth.svg │ ├── battery-80.svg │ ├── battery-90-bluetooth.svg │ ├── battery-90.svg │ ├── battery-alert-bluetooth.svg │ ├── battery-alert-variant-outline.svg │ ├── battery-alert-variant.svg │ ├── battery-alert.svg │ ├── battery-arrow-down-outline.svg │ ├── battery-arrow-down.svg │ ├── battery-arrow-up-outline.svg │ ├── battery-arrow-up.svg │ ├── battery-bluetooth-variant.svg │ ├── battery-bluetooth.svg │ ├── battery-charging-10.svg │ ├── battery-charging-100.svg │ ├── battery-charging-20.svg │ ├── battery-charging-30.svg │ ├── battery-charging-40.svg │ ├── battery-charging-50.svg │ ├── battery-charging-60.svg │ ├── battery-charging-70.svg │ ├── battery-charging-80.svg │ ├── battery-charging-90.svg │ ├── battery-charging-high.svg │ ├── battery-charging-low.svg │ ├── battery-charging-medium.svg │ ├── battery-charging-outline.svg │ ├── battery-charging-wireless-10.svg │ ├── battery-charging-wireless-20.svg │ ├── battery-charging-wireless-30.svg │ ├── battery-charging-wireless-40.svg │ ├── battery-charging-wireless-50.svg │ ├── battery-charging-wireless-60.svg │ ├── battery-charging-wireless-70.svg │ ├── battery-charging-wireless-80.svg │ ├── battery-charging-wireless-90.svg │ ├── battery-charging-wireless-alert.svg │ ├── battery-charging-wireless-outline.svg │ ├── battery-charging-wireless.svg │ ├── battery-charging.svg │ ├── battery-check-outline.svg │ ├── battery-check.svg │ ├── battery-heart-outline.svg │ ├── battery-heart-variant.svg │ ├── battery-heart.svg │ ├── battery-high.svg │ ├── battery-lock-open.svg │ ├── battery-lock.svg │ ├── battery-low.svg │ ├── battery-medium.svg │ ├── battery-minus-outline.svg │ ├── battery-minus-variant.svg │ ├── battery-minus.svg │ ├── battery-negative.svg │ ├── battery-off-outline.svg │ ├── battery-off.svg │ ├── battery-outline.svg │ ├── battery-plus-outline.svg │ ├── battery-plus-variant.svg │ ├── battery-plus.svg │ ├── battery-positive.svg │ ├── battery-remove-outline.svg │ ├── battery-remove.svg │ ├── battery-sync-outline.svg │ ├── battery-sync.svg │ ├── battery-unknown-bluetooth.svg │ ├── battery-unknown.svg │ ├── battery.svg │ ├── beach.svg │ ├── beaker-alert-outline.svg │ ├── beaker-alert.svg │ ├── beaker-check-outline.svg │ ├── beaker-check.svg │ ├── beaker-minus-outline.svg │ ├── beaker-minus.svg │ ├── beaker-outline.svg │ ├── beaker-plus-outline.svg │ ├── beaker-plus.svg │ ├── beaker-question-outline.svg │ ├── beaker-question.svg │ ├── beaker-remove-outline.svg │ ├── beaker-remove.svg │ ├── beaker.svg │ ├── bed-double-outline.svg │ ├── bed-double.svg │ ├── bed-empty.svg │ ├── bed-king-outline.svg │ ├── bed-king.svg │ ├── bed-outline.svg │ ├── bed-queen-outline.svg │ ├── bed-queen.svg │ ├── bed-single-outline.svg │ ├── bed-single.svg │ ├── bed.svg │ ├── bee-flower.svg │ ├── bee.svg │ ├── beehive-off-outline.svg │ ├── beehive-outline.svg │ ├── beekeeper.svg │ ├── beer-outline.svg │ ├── beer.svg │ ├── bell-alert-outline.svg │ ├── bell-alert.svg │ ├── bell-badge-outline.svg │ ├── bell-badge.svg │ ├── bell-cancel-outline.svg │ ├── bell-cancel.svg │ ├── bell-check-outline.svg │ ├── bell-check.svg │ ├── bell-circle-outline.svg │ ├── bell-circle.svg │ ├── bell-minus-outline.svg │ ├── bell-minus.svg │ ├── bell-off-outline.svg │ ├── bell-off.svg │ ├── bell-outline.svg │ ├── bell-plus-outline.svg │ ├── bell-plus.svg │ ├── bell-remove-outline.svg │ ├── bell-remove.svg │ ├── bell-ring-outline.svg │ ├── bell-ring.svg │ ├── bell-sleep-outline.svg │ ├── bell-sleep.svg │ ├── bell.svg │ ├── beta.svg │ ├── betamax.svg │ ├── biathlon.svg │ ├── bicycle-basket.svg │ ├── bicycle-cargo.svg │ ├── bicycle-electric.svg │ ├── bicycle-penny-farthing.svg │ ├── bicycle.svg │ ├── bike-fast.svg │ ├── bike.svg │ ├── billboard.svg │ ├── billiards-rack.svg │ ├── billiards.svg │ ├── binoculars.svg │ ├── bio.svg │ ├── biohazard.svg │ ├── bird.svg │ ├── bitbucket.svg │ ├── bitcoin.svg │ ├── black-mesa.svg │ ├── blender-outline.svg │ ├── blender-software.svg │ ├── blender.svg │ ├── blinds-open.svg │ ├── blinds.svg │ ├── block-helper.svg │ ├── blood-bag.svg │ ├── bluetooth-audio.svg │ ├── bluetooth-connect.svg │ ├── bluetooth-off.svg │ ├── bluetooth-settings.svg │ ├── bluetooth-transfer.svg │ ├── bluetooth.svg │ ├── blur-linear.svg │ ├── blur-off.svg │ ├── blur-radial.svg │ ├── blur.svg │ ├── bolt.svg │ ├── bomb-off.svg │ ├── bomb.svg │ ├── bone.svg │ ├── book-account-outline.svg │ ├── book-account.svg │ ├── book-alert-outline.svg │ ├── book-alert.svg │ ├── book-alphabet.svg │ ├── book-arrow-down-outline.svg │ ├── book-arrow-down.svg │ ├── book-arrow-left-outline.svg │ ├── book-arrow-left.svg │ ├── book-arrow-right-outline.svg │ ├── book-arrow-right.svg │ ├── book-arrow-up-outline.svg │ ├── book-arrow-up.svg │ ├── book-cancel-outline.svg │ ├── book-cancel.svg │ ├── book-check-outline.svg │ ├── book-check.svg │ ├── book-clock-outline.svg │ ├── book-clock.svg │ ├── book-cog-outline.svg │ ├── book-cog.svg │ ├── book-cross.svg │ ├── book-edit-outline.svg │ ├── book-edit.svg │ ├── book-education-outline.svg │ ├── book-education.svg │ ├── book-information-variant.svg │ ├── book-lock-open-outline.svg │ ├── book-lock-open.svg │ ├── book-lock-outline.svg │ ├── book-lock.svg │ ├── book-marker-outline.svg │ ├── book-marker.svg │ ├── book-minus-multiple-outline.svg │ ├── book-minus-multiple.svg │ ├── book-minus-outline.svg │ ├── book-minus.svg │ ├── book-multiple-outline.svg │ ├── book-multiple.svg │ ├── book-music-outline.svg │ ├── book-music.svg │ ├── book-off-outline.svg │ ├── book-off.svg │ ├── book-open-blank-variant.svg │ ├── book-open-outline.svg │ ├── book-open-page-variant-outline.svg │ ├── book-open-page-variant.svg │ ├── book-open-variant.svg │ ├── book-open.svg │ ├── book-outline.svg │ ├── book-play-outline.svg │ ├── book-play.svg │ ├── book-plus-multiple-outline.svg │ ├── book-plus-multiple.svg │ ├── book-plus-outline.svg │ ├── book-plus.svg │ ├── book-refresh-outline.svg │ ├── book-refresh.svg │ ├── book-remove-multiple-outline.svg │ ├── book-remove-multiple.svg │ ├── book-remove-outline.svg │ ├── book-remove.svg │ ├── book-search-outline.svg │ ├── book-search.svg │ ├── book-settings-outline.svg │ ├── book-settings.svg │ ├── book-sync-outline.svg │ ├── book-sync.svg │ ├── book-variant-multiple.svg │ ├── book-variant.svg │ ├── book.svg │ ├── bookmark-check-outline.svg │ ├── bookmark-check.svg │ ├── bookmark-minus-outline.svg │ ├── bookmark-minus.svg │ ├── bookmark-multiple-outline.svg │ ├── bookmark-multiple.svg │ ├── bookmark-music-outline.svg │ ├── bookmark-music.svg │ ├── bookmark-off-outline.svg │ ├── bookmark-off.svg │ ├── bookmark-outline.svg │ ├── bookmark-plus-outline.svg │ ├── bookmark-plus.svg │ ├── bookmark-remove-outline.svg │ ├── bookmark-remove.svg │ ├── bookmark.svg │ ├── bookshelf.svg │ ├── boom-gate-alert-outline.svg │ ├── boom-gate-alert.svg │ ├── boom-gate-arrow-down-outline.svg │ ├── boom-gate-arrow-down.svg │ ├── boom-gate-arrow-up-outline.svg │ ├── boom-gate-arrow-up.svg │ ├── boom-gate-outline.svg │ ├── boom-gate-up-outline.svg │ ├── boom-gate-up.svg │ ├── boom-gate.svg │ ├── boombox.svg │ ├── boomerang.svg │ ├── bootstrap.svg │ ├── border-all-variant.svg │ ├── border-all.svg │ ├── border-bottom-variant.svg │ ├── border-bottom.svg │ ├── border-color.svg │ ├── border-horizontal.svg │ ├── border-inside.svg │ ├── border-left-variant.svg │ ├── border-left.svg │ ├── border-none-variant.svg │ ├── border-none.svg │ ├── border-outside.svg │ ├── border-right-variant.svg │ ├── border-right.svg │ ├── border-style.svg │ ├── border-top-variant.svg │ ├── border-top.svg │ ├── border-vertical.svg │ ├── bottle-soda-classic-outline.svg │ ├── bottle-soda-classic.svg │ ├── bottle-soda-outline.svg │ ├── bottle-soda.svg │ ├── bottle-tonic-outline.svg │ ├── bottle-tonic-plus-outline.svg │ ├── bottle-tonic-plus.svg │ ├── bottle-tonic-skull-outline.svg │ ├── bottle-tonic-skull.svg │ ├── bottle-tonic.svg │ ├── bottle-wine-outline.svg │ ├── bottle-wine.svg │ ├── bow-arrow.svg │ ├── bow-tie.svg │ ├── bowl-mix-outline.svg │ ├── bowl-mix.svg │ ├── bowl-outline.svg │ ├── bowl.svg │ ├── bowling.svg │ ├── box-cutter-off.svg │ ├── box-cutter.svg │ ├── box-shadow.svg │ ├── box.svg │ ├── boxing-glove.svg │ ├── braille.svg │ ├── brain.svg │ ├── bread-slice-outline.svg │ ├── bread-slice.svg │ ├── bridge.svg │ ├── briefcase-account-outline.svg │ ├── briefcase-account.svg │ ├── briefcase-check-outline.svg │ ├── briefcase-check.svg │ ├── briefcase-clock-outline.svg │ ├── briefcase-clock.svg │ ├── briefcase-download-outline.svg │ ├── briefcase-download.svg │ ├── briefcase-edit-outline.svg │ ├── briefcase-edit.svg │ ├── briefcase-eye-outline.svg │ ├── briefcase-eye.svg │ ├── briefcase-minus-outline.svg │ ├── briefcase-minus.svg │ ├── briefcase-off-outline.svg │ ├── briefcase-off.svg │ ├── briefcase-outline.svg │ ├── briefcase-plus-outline.svg │ ├── briefcase-plus.svg │ ├── briefcase-remove-outline.svg │ ├── briefcase-remove.svg │ ├── briefcase-search-outline.svg │ ├── briefcase-search.svg │ ├── briefcase-upload-outline.svg │ ├── briefcase-upload.svg │ ├── briefcase-variant-off-outline.svg │ ├── briefcase-variant-off.svg │ ├── briefcase-variant-outline.svg │ ├── briefcase-variant.svg │ ├── briefcase.svg │ ├── brightness-1.svg │ ├── brightness-2.svg │ ├── brightness-3.svg │ ├── brightness-4.svg │ ├── brightness-5.svg │ ├── brightness-6.svg │ ├── brightness-7.svg │ ├── brightness-auto.svg │ ├── brightness-percent.svg │ ├── broadcast-off.svg │ ├── broadcast.svg │ ├── broom.svg │ ├── brush-off.svg │ ├── brush-variant.svg │ ├── brush.svg │ ├── bucket-outline.svg │ ├── bucket.svg │ ├── buffet.svg │ ├── bug-check-outline.svg │ ├── bug-check.svg │ ├── bug-outline.svg │ ├── bug.svg │ ├── bugle.svg │ ├── bulldozer.svg │ ├── bullet.svg │ ├── bulletin-board.svg │ ├── bullhorn-outline.svg │ ├── bullhorn.svg │ ├── bullseye-arrow.svg │ ├── bullseye.svg │ ├── bulma.svg │ ├── bunk-bed-outline.svg │ ├── bunk-bed.svg │ ├── bus-alert.svg │ ├── bus-articulated-end.svg │ ├── bus-articulated-front.svg │ ├── bus-clock.svg │ ├── bus-double-decker.svg │ ├── bus-electric.svg │ ├── bus-marker.svg │ ├── bus-multiple.svg │ ├── bus-school.svg │ ├── bus-side.svg │ ├── bus-stop-covered.svg │ ├── bus-stop-uncovered.svg │ ├── bus-stop.svg │ ├── bus.svg │ ├── butterfly-outline.svg │ ├── butterfly.svg │ ├── cabin-a-frame.svg │ ├── cable-data.svg │ ├── cached.svg │ ├── cactus.svg │ ├── cake-layered.svg │ ├── cake-variant-outline.svg │ ├── cake-variant.svg │ ├── cake.svg │ ├── calculator-variant-outline.svg │ ├── calculator-variant.svg │ ├── calculator.svg │ ├── calendar-account-outline.svg │ ├── calendar-account.svg │ ├── calendar-alert.svg │ ├── calendar-arrow-left.svg │ ├── calendar-arrow-right.svg │ ├── calendar-blank-multiple.svg │ ├── calendar-blank-outline.svg │ ├── calendar-blank.svg │ ├── calendar-check-outline.svg │ ├── calendar-check.svg │ ├── calendar-clock-outline.svg │ ├── calendar-clock.svg │ ├── calendar-collapse-horizontal.svg │ ├── calendar-cursor.svg │ ├── calendar-edit.svg │ ├── calendar-end.svg │ ├── calendar-expand-horizontal.svg │ ├── calendar-export.svg │ ├── calendar-heart.svg │ ├── calendar-import.svg │ ├── calendar-lock-outline.svg │ ├── calendar-lock.svg │ ├── calendar-minus.svg │ ├── calendar-month-outline.svg │ ├── calendar-month.svg │ ├── calendar-multiple-check.svg │ ├── calendar-multiple.svg │ ├── calendar-multiselect.svg │ ├── calendar-outline.svg │ ├── calendar-plus.svg │ ├── calendar-question.svg │ ├── calendar-range-outline.svg │ ├── calendar-range.svg │ ├── calendar-refresh-outline.svg │ ├── calendar-refresh.svg │ ├── calendar-remove-outline.svg │ ├── calendar-remove.svg │ ├── calendar-search.svg │ ├── calendar-star.svg │ ├── calendar-start.svg │ ├── calendar-sync-outline.svg │ ├── calendar-sync.svg │ ├── calendar-text-outline.svg │ ├── calendar-text.svg │ ├── calendar-today.svg │ ├── calendar-week-begin.svg │ ├── calendar-week.svg │ ├── calendar-weekend-outline.svg │ ├── calendar-weekend.svg │ ├── calendar.svg │ ├── call-made.svg │ ├── call-merge.svg │ ├── call-missed.svg │ ├── call-received.svg │ ├── call-split.svg │ ├── camcorder-off.svg │ ├── camcorder.svg │ ├── camera-account.svg │ ├── camera-burst.svg │ ├── camera-control.svg │ ├── camera-document-off.svg │ ├── camera-document.svg │ ├── camera-enhance-outline.svg │ ├── camera-enhance.svg │ ├── camera-flip-outline.svg │ ├── camera-flip.svg │ ├── camera-front-variant.svg │ ├── camera-front.svg │ ├── camera-gopro.svg │ ├── camera-image.svg │ ├── camera-iris.svg │ ├── camera-metering-center.svg │ ├── camera-metering-matrix.svg │ ├── camera-metering-partial.svg │ ├── camera-metering-spot.svg │ ├── camera-off.svg │ ├── camera-outline.svg │ ├── camera-party-mode.svg │ ├── camera-plus-outline.svg │ ├── camera-plus.svg │ ├── camera-rear-variant.svg │ ├── camera-rear.svg │ ├── camera-retake-outline.svg │ ├── camera-retake.svg │ ├── camera-switch-outline.svg │ ├── camera-switch.svg │ ├── camera-timer.svg │ ├── camera-wireless-outline.svg │ ├── camera-wireless.svg │ ├── camera.svg │ ├── campfire.svg │ ├── cancel.svg │ ├── candelabra-fire.svg │ ├── candelabra.svg │ ├── candle.svg │ ├── candycane.svg │ ├── cannabis-off.svg │ ├── cannabis.svg │ ├── caps-lock.svg │ ├── car-2-plus.svg │ ├── car-3-plus.svg │ ├── car-arrow-left.svg │ ├── car-arrow-right.svg │ ├── car-back.svg │ ├── car-battery.svg │ ├── car-brake-abs.svg │ ├── car-brake-alert.svg │ ├── car-brake-fluid-level.svg │ ├── car-brake-hold.svg │ ├── car-brake-low-pressure.svg │ ├── car-brake-parking.svg │ ├── car-brake-retarder.svg │ ├── car-brake-temperature.svg │ ├── car-brake-worn-linings.svg │ ├── car-child-seat.svg │ ├── car-clutch.svg │ ├── car-cog.svg │ ├── car-connected.svg │ ├── car-convertible.svg │ ├── car-coolant-level.svg │ ├── car-cruise-control.svg │ ├── car-defrost-front.svg │ ├── car-defrost-rear.svg │ ├── car-door-lock.svg │ ├── car-door.svg │ ├── car-electric-outline.svg │ ├── car-electric.svg │ ├── car-emergency.svg │ ├── car-esp.svg │ ├── car-estate.svg │ ├── car-hatchback.svg │ ├── car-info.svg │ ├── car-key.svg │ ├── car-lifted-pickup.svg │ ├── car-light-alert.svg │ ├── car-light-dimmed.svg │ ├── car-light-fog.svg │ ├── car-light-high.svg │ ├── car-limousine.svg │ ├── car-multiple.svg │ ├── car-off.svg │ ├── car-outline.svg │ ├── car-parking-lights.svg │ ├── car-pickup.svg │ ├── car-seat-cooler.svg │ ├── car-seat-heater.svg │ ├── car-seat.svg │ ├── car-select.svg │ ├── car-settings.svg │ ├── car-shift-pattern.svg │ ├── car-side.svg │ ├── car-speed-limiter.svg │ ├── car-sports.svg │ ├── car-tire-alert.svg │ ├── car-traction-control.svg │ ├── car-turbocharger.svg │ ├── car-wash.svg │ ├── car-windshield-outline.svg │ ├── car-windshield.svg │ ├── car-wireless.svg │ ├── car-wrench.svg │ ├── car.svg │ ├── carabiner.svg │ ├── caravan.svg │ ├── card-account-details-outline.svg │ ├── card-account-details-star-outline.svg │ ├── card-account-details-star.svg │ ├── card-account-details.svg │ ├── card-account-mail-outline.svg │ ├── card-account-mail.svg │ ├── card-account-phone-outline.svg │ ├── card-account-phone.svg │ ├── card-bulleted-off-outline.svg │ ├── card-bulleted-off.svg │ ├── card-bulleted-outline.svg │ ├── card-bulleted-settings-outline.svg │ ├── card-bulleted-settings.svg │ ├── card-bulleted.svg │ ├── card-minus-outline.svg │ ├── card-minus.svg │ ├── card-multiple-outline.svg │ ├── card-multiple.svg │ ├── card-off-outline.svg │ ├── card-off.svg │ ├── card-outline.svg │ ├── card-plus-outline.svg │ ├── card-plus.svg │ ├── card-remove-outline.svg │ ├── card-remove.svg │ ├── card-search-outline.svg │ ├── card-search.svg │ ├── card-text-outline.svg │ ├── card-text.svg │ ├── card.svg │ ├── cards-club-outline.svg │ ├── cards-club.svg │ ├── cards-diamond-outline.svg │ ├── cards-diamond.svg │ ├── cards-heart-outline.svg │ ├── cards-heart.svg │ ├── cards-outline.svg │ ├── cards-playing-club-multiple-outline.svg │ ├── cards-playing-club-multiple.svg │ ├── cards-playing-club-outline.svg │ ├── cards-playing-club.svg │ ├── cards-playing-diamond-multiple-outline.svg │ ├── cards-playing-diamond-multiple.svg │ ├── cards-playing-diamond-outline.svg │ ├── cards-playing-diamond.svg │ ├── cards-playing-heart-multiple-outline.svg │ ├── cards-playing-heart-multiple.svg │ ├── cards-playing-heart-outline.svg │ ├── cards-playing-heart.svg │ ├── cards-playing-outline.svg │ ├── cards-playing-spade-multiple-outline.svg │ ├── cards-playing-spade-multiple.svg │ ├── cards-playing-spade-outline.svg │ ├── cards-playing-spade.svg │ ├── cards-playing.svg │ ├── cards-spade-outline.svg │ ├── cards-spade.svg │ ├── cards-variant.svg │ ├── cards.svg │ ├── carrot.svg │ ├── cart-arrow-down.svg │ ├── cart-arrow-right.svg │ ├── cart-arrow-up.svg │ ├── cart-check.svg │ ├── cart-heart.svg │ ├── cart-minus.svg │ ├── cart-off.svg │ ├── cart-outline.svg │ ├── cart-plus.svg │ ├── cart-remove.svg │ ├── cart-variant.svg │ ├── cart.svg │ ├── case-sensitive-alt.svg │ ├── cash-100.svg │ ├── cash-check.svg │ ├── cash-fast.svg │ ├── cash-lock-open.svg │ ├── cash-lock.svg │ ├── cash-marker.svg │ ├── cash-minus.svg │ ├── cash-multiple.svg │ ├── cash-plus.svg │ ├── cash-refund.svg │ ├── cash-register.svg │ ├── cash-remove.svg │ ├── cash.svg │ ├── cassette.svg │ ├── cast-audio-variant.svg │ ├── cast-audio.svg │ ├── cast-connected.svg │ ├── cast-education.svg │ ├── cast-off.svg │ ├── cast-variant.svg │ ├── cast.svg │ ├── castle.svg │ ├── cat.svg │ ├── cctv-off.svg │ ├── cctv.svg │ ├── ceiling-fan-light.svg │ ├── ceiling-fan.svg │ ├── ceiling-light-multiple-outline.svg │ ├── ceiling-light-multiple.svg │ ├── ceiling-light-outline.svg │ ├── ceiling-light.svg │ ├── cellphone-arrow-down.svg │ ├── cellphone-basic.svg │ ├── cellphone-charging.svg │ ├── cellphone-check.svg │ ├── cellphone-cog.svg │ ├── cellphone-dock.svg │ ├── cellphone-information.svg │ ├── cellphone-key.svg │ ├── cellphone-link-off.svg │ ├── cellphone-link.svg │ ├── cellphone-lock.svg │ ├── cellphone-marker.svg │ ├── cellphone-message-off.svg │ ├── cellphone-message.svg │ ├── cellphone-nfc-off.svg │ ├── cellphone-nfc.svg │ ├── cellphone-off.svg │ ├── cellphone-play.svg │ ├── cellphone-remove.svg │ ├── cellphone-screenshot.svg │ ├── cellphone-settings.svg │ ├── cellphone-sound.svg │ ├── cellphone-text.svg │ ├── cellphone-wireless.svg │ ├── cellphone.svg │ ├── centos.svg │ ├── certificate-outline.svg │ ├── certificate.svg │ ├── chair-rolling.svg │ ├── chair-school.svg │ ├── chandelier.svg │ ├── charity.svg │ ├── chart-arc.svg │ ├── chart-areaspline-variant.svg │ ├── chart-areaspline.svg │ ├── chart-bar-stacked.svg │ ├── chart-bar.svg │ ├── chart-bell-curve-cumulative.svg │ ├── chart-bell-curve.svg │ ├── chart-box-outline.svg │ ├── chart-box-plus-outline.svg │ ├── chart-box.svg │ ├── chart-bubble.svg │ ├── chart-donut-variant.svg │ ├── chart-donut.svg │ ├── chart-gantt.svg │ ├── chart-histogram.svg │ ├── chart-line-stacked.svg │ ├── chart-line-variant.svg │ ├── chart-line.svg │ ├── chart-multiline.svg │ ├── chart-multiple.svg │ ├── chart-pie.svg │ ├── chart-ppf.svg │ ├── chart-sankey-variant.svg │ ├── chart-sankey.svg │ ├── chart-scatter-plot-hexbin.svg │ ├── chart-scatter-plot.svg │ ├── chart-timeline-variant-shimmer.svg │ ├── chart-timeline-variant.svg │ ├── chart-timeline.svg │ ├── chart-tree.svg │ ├── chart-waterfall.svg │ ├── chat-alert-outline.svg │ ├── chat-alert.svg │ ├── chat-minus-outline.svg │ ├── chat-minus.svg │ ├── chat-outline.svg │ ├── chat-plus-outline.svg │ ├── chat-plus.svg │ ├── chat-processing-outline.svg │ ├── chat-processing.svg │ ├── chat-question-outline.svg │ ├── chat-question.svg │ ├── chat-remove-outline.svg │ ├── chat-remove.svg │ ├── chat-sleep-outline.svg │ ├── chat-sleep.svg │ ├── chat.svg │ ├── check-all.svg │ ├── check-bold.svg │ ├── check-circle-outline.svg │ ├── check-circle.svg │ ├── check-decagram-outline.svg │ ├── check-decagram.svg │ ├── check-network-outline.svg │ ├── check-network.svg │ ├── check-outline.svg │ ├── check-underline-circle-outline.svg │ ├── check-underline-circle.svg │ ├── check-underline.svg │ ├── check.svg │ ├── checkbook.svg │ ├── checkbox-blank-badge-outline.svg │ ├── checkbox-blank-badge.svg │ ├── checkbox-blank-circle-outline.svg │ ├── checkbox-blank-circle.svg │ ├── checkbox-blank-off-outline.svg │ ├── checkbox-blank-off.svg │ ├── checkbox-blank-outline.svg │ ├── checkbox-blank.svg │ ├── checkbox-intermediate.svg │ ├── checkbox-marked-circle-outline.svg │ ├── checkbox-marked-circle-plus-outline.svg │ ├── checkbox-marked-circle.svg │ ├── checkbox-marked-outline.svg │ ├── checkbox-marked.svg │ ├── checkbox-multiple-blank-circle-outline.svg │ ├── checkbox-multiple-blank-circle.svg │ ├── checkbox-multiple-blank-outline.svg │ ├── checkbox-multiple-blank.svg │ ├── checkbox-multiple-marked-circle-outline.svg │ ├── checkbox-multiple-marked-circle.svg │ ├── checkbox-multiple-marked-outline.svg │ ├── checkbox-multiple-marked.svg │ ├── checkbox-multiple-outline.svg │ ├── checkbox-outline.svg │ ├── checkerboard-minus.svg │ ├── checkerboard-plus.svg │ ├── checkerboard-remove.svg │ ├── checkerboard.svg │ ├── cheese-off.svg │ ├── cheese.svg │ ├── chef-hat.svg │ ├── chemical-weapon.svg │ ├── chess-bishop.svg │ ├── chess-king.svg │ ├── chess-knight.svg │ ├── chess-pawn.svg │ ├── chess-queen.svg │ ├── chess-rook.svg │ ├── chevron-double-down.svg │ ├── chevron-double-left.svg │ ├── chevron-double-right.svg │ ├── chevron-double-up.svg │ ├── chevron-down-box-outline.svg │ ├── chevron-down-box.svg │ ├── chevron-down-circle-outline.svg │ ├── chevron-down-circle.svg │ ├── chevron-down.svg │ ├── chevron-left-box-outline.svg │ ├── chevron-left-box.svg │ ├── chevron-left-circle-outline.svg │ ├── chevron-left-circle.svg │ ├── chevron-left.svg │ ├── chevron-right-box-outline.svg │ ├── chevron-right-box.svg │ ├── chevron-right-circle-outline.svg │ ├── chevron-right-circle.svg │ ├── chevron-right.svg │ ├── chevron-triple-down.svg │ ├── chevron-triple-left.svg │ ├── chevron-triple-right.svg │ ├── chevron-triple-up.svg │ ├── chevron-up-box-outline.svg │ ├── chevron-up-box.svg │ ├── chevron-up-circle-outline.svg │ ├── chevron-up-circle.svg │ ├── chevron-up.svg │ ├── chili-alert-outline.svg │ ├── chili-alert.svg │ ├── chili-hot-outline.svg │ ├── chili-hot.svg │ ├── chili-medium-outline.svg │ ├── chili-medium.svg │ ├── chili-mild-outline.svg │ ├── chili-mild.svg │ ├── chili-off-outline.svg │ ├── chili-off.svg │ ├── chip.svg │ ├── church.svg │ ├── cigar-off.svg │ ├── cigar.svg │ ├── circle-box-outline.svg │ ├── circle-box.svg │ ├── circle-double.svg │ ├── circle-edit-outline.svg │ ├── circle-expand.svg │ ├── circle-half-full.svg │ ├── circle-half.svg │ ├── circle-medium.svg │ ├── circle-multiple-outline.svg │ ├── circle-multiple.svg │ ├── circle-off-outline.svg │ ├── circle-opacity.svg │ ├── circle-outline.svg │ ├── circle-slice-1.svg │ ├── circle-slice-2.svg │ ├── circle-slice-3.svg │ ├── circle-slice-4.svg │ ├── circle-slice-5.svg │ ├── circle-slice-6.svg │ ├── circle-slice-7.svg │ ├── circle-slice-8.svg │ ├── circle-small.svg │ ├── circle.svg │ ├── circular-saw.svg │ ├── city-variant-outline.svg │ ├── city-variant.svg │ ├── city.svg │ ├── clipboard-account-outline.svg │ ├── clipboard-account.svg │ ├── clipboard-alert-outline.svg │ ├── clipboard-alert.svg │ ├── clipboard-arrow-down-outline.svg │ ├── clipboard-arrow-down.svg │ ├── clipboard-arrow-left-outline.svg │ ├── clipboard-arrow-left.svg │ ├── clipboard-arrow-right-outline.svg │ ├── clipboard-arrow-right.svg │ ├── clipboard-arrow-up-outline.svg │ ├── clipboard-arrow-up.svg │ ├── clipboard-check-multiple-outline.svg │ ├── clipboard-check-multiple.svg │ ├── clipboard-check-outline.svg │ ├── clipboard-check.svg │ ├── clipboard-clock-outline.svg │ ├── clipboard-clock.svg │ ├── clipboard-edit-outline.svg │ ├── clipboard-edit.svg │ ├── clipboard-file-outline.svg │ ├── clipboard-file.svg │ ├── clipboard-flow-outline.svg │ ├── clipboard-flow.svg │ ├── clipboard-list-outline.svg │ ├── clipboard-list.svg │ ├── clipboard-minus-outline.svg │ ├── clipboard-minus.svg │ ├── clipboard-multiple-outline.svg │ ├── clipboard-multiple.svg │ ├── clipboard-off-outline.svg │ ├── clipboard-off.svg │ ├── clipboard-outline.svg │ ├── clipboard-play-multiple-outline.svg │ ├── clipboard-play-multiple.svg │ ├── clipboard-play-outline.svg │ ├── clipboard-play.svg │ ├── clipboard-plus-outline.svg │ ├── clipboard-plus.svg │ ├── clipboard-pulse-outline.svg │ ├── clipboard-pulse.svg │ ├── clipboard-remove-outline.svg │ ├── clipboard-remove.svg │ ├── clipboard-search-outline.svg │ ├── clipboard-search.svg │ ├── clipboard-text-clock-outline.svg │ ├── clipboard-text-clock.svg │ ├── clipboard-text-multiple-outline.svg │ ├── clipboard-text-multiple.svg │ ├── clipboard-text-off-outline.svg │ ├── clipboard-text-off.svg │ ├── clipboard-text-outline.svg │ ├── clipboard-text-play-outline.svg │ ├── clipboard-text-play.svg │ ├── clipboard-text-search-outline.svg │ ├── clipboard-text-search.svg │ ├── clipboard-text.svg │ ├── clipboard.svg │ ├── clippy.svg │ ├── clock-alert-outline.svg │ ├── clock-alert.svg │ ├── clock-check-outline.svg │ ├── clock-check.svg │ ├── clock-digital.svg │ ├── clock-end.svg │ ├── clock-fast.svg │ ├── clock-in.svg │ ├── clock-minus-outline.svg │ ├── clock-minus.svg │ ├── clock-out.svg │ ├── clock-outline.svg │ ├── clock-plus-outline.svg │ ├── clock-plus.svg │ ├── clock-remove-outline.svg │ ├── clock-remove.svg │ ├── clock-start.svg │ ├── clock-time-eight-outline.svg │ ├── clock-time-eight.svg │ ├── clock-time-eleven-outline.svg │ ├── clock-time-eleven.svg │ ├── clock-time-five-outline.svg │ ├── clock-time-five.svg │ ├── clock-time-four-outline.svg │ ├── clock-time-four.svg │ ├── clock-time-nine-outline.svg │ ├── clock-time-nine.svg │ ├── clock-time-one-outline.svg │ ├── clock-time-one.svg │ ├── clock-time-seven-outline.svg │ ├── clock-time-seven.svg │ ├── clock-time-six-outline.svg │ ├── clock-time-six.svg │ ├── clock-time-ten-outline.svg │ ├── clock-time-ten.svg │ ├── clock-time-three-outline.svg │ ├── clock-time-three.svg │ ├── clock-time-twelve-outline.svg │ ├── clock-time-twelve.svg │ ├── clock-time-two-outline.svg │ ├── clock-time-two.svg │ ├── clock.svg │ ├── close-box-multiple-outline.svg │ ├── close-box-multiple.svg │ ├── close-box-outline.svg │ ├── close-box.svg │ ├── close-circle-multiple-outline.svg │ ├── close-circle-multiple.svg │ ├── close-circle-outline.svg │ ├── close-circle.svg │ ├── close-network-outline.svg │ ├── close-network.svg │ ├── close-octagon-outline.svg │ ├── close-octagon.svg │ ├── close-outline.svg │ ├── close-thick.svg │ ├── close.svg │ ├── closed-caption-outline.svg │ ├── closed-caption.svg │ ├── cloud-alert.svg │ ├── cloud-braces.svg │ ├── cloud-check-outline.svg │ ├── cloud-check.svg │ ├── cloud-circle.svg │ ├── cloud-download-outline.svg │ ├── cloud-download.svg │ ├── cloud-lock-outline.svg │ ├── cloud-lock.svg │ ├── cloud-off-outline.svg │ ├── cloud-outline.svg │ ├── cloud-print-outline.svg │ ├── cloud-print.svg │ ├── cloud-question.svg │ ├── cloud-refresh.svg │ ├── cloud-search-outline.svg │ ├── cloud-search.svg │ ├── cloud-sync-outline.svg │ ├── cloud-sync.svg │ ├── cloud-tags.svg │ ├── cloud-upload-outline.svg │ ├── cloud-upload.svg │ ├── cloud.svg │ ├── clover.svg │ ├── coach-lamp.svg │ ├── coat-rack.svg │ ├── code-array.svg │ ├── code-braces-box.svg │ ├── code-braces.svg │ ├── code-brackets.svg │ ├── code-equal.svg │ ├── code-greater-than-or-equal.svg │ ├── code-greater-than.svg │ ├── code-json.svg │ ├── code-less-than-or-equal.svg │ ├── code-less-than.svg │ ├── code-not-equal-variant.svg │ ├── code-not-equal.svg │ ├── code-parentheses-box.svg │ ├── code-parentheses.svg │ ├── code-string.svg │ ├── code-tags-check.svg │ ├── code-tags.svg │ ├── codepen.svg │ ├── coffee-maker-check-outline.svg │ ├── coffee-maker-check.svg │ ├── coffee-maker-outline.svg │ ├── coffee-maker.svg │ ├── coffee-off-outline.svg │ ├── coffee-off.svg │ ├── coffee-outline.svg │ ├── coffee-to-go-outline.svg │ ├── coffee-to-go.svg │ ├── coffee.svg │ ├── coffin.svg │ ├── cog-box.svg │ ├── cog-clockwise.svg │ ├── cog-counterclockwise.svg │ ├── cog-off-outline.svg │ ├── cog-off.svg │ ├── cog-outline.svg │ ├── cog-pause-outline.svg │ ├── cog-pause.svg │ ├── cog-play-outline.svg │ ├── cog-play.svg │ ├── cog-refresh-outline.svg │ ├── cog-refresh.svg │ ├── cog-stop-outline.svg │ ├── cog-stop.svg │ ├── cog-sync-outline.svg │ ├── cog-sync.svg │ ├── cog-transfer-outline.svg │ ├── cog-transfer.svg │ ├── cog.svg │ ├── cogs.svg │ ├── collage.svg │ ├── collapse-all-outline.svg │ ├── collapse-all.svg │ ├── color-helper.svg │ ├── comma-box-outline.svg │ ├── comma-box.svg │ ├── comma-circle-outline.svg │ ├── comma-circle.svg │ ├── comma.svg │ ├── comment-account-outline.svg │ ├── comment-account.svg │ ├── comment-alert-outline.svg │ ├── comment-alert.svg │ ├── comment-arrow-left-outline.svg │ ├── comment-arrow-left.svg │ ├── comment-arrow-right-outline.svg │ ├── comment-arrow-right.svg │ ├── comment-bookmark-outline.svg │ ├── comment-bookmark.svg │ ├── comment-check-outline.svg │ ├── comment-check.svg │ ├── comment-edit-outline.svg │ ├── comment-edit.svg │ ├── comment-eye-outline.svg │ ├── comment-eye.svg │ ├── comment-flash-outline.svg │ ├── comment-flash.svg │ ├── comment-minus-outline.svg │ ├── comment-minus.svg │ ├── comment-multiple-outline.svg │ ├── comment-multiple.svg │ ├── comment-off-outline.svg │ ├── comment-off.svg │ ├── comment-outline.svg │ ├── comment-plus-outline.svg │ ├── comment-plus.svg │ ├── comment-processing-outline.svg │ ├── comment-processing.svg │ ├── comment-question-outline.svg │ ├── comment-question.svg │ ├── comment-quote-outline.svg │ ├── comment-quote.svg │ ├── comment-remove-outline.svg │ ├── comment-remove.svg │ ├── comment-search-outline.svg │ ├── comment-search.svg │ ├── comment-text-multiple-outline.svg │ ├── comment-text-multiple.svg │ ├── comment-text-outline.svg │ ├── comment-text.svg │ ├── comment.svg │ ├── compare-horizontal.svg │ ├── compare-remove.svg │ ├── compare-vertical.svg │ ├── compare.svg │ ├── compass-off-outline.svg │ ├── compass-off.svg │ ├── compass-outline.svg │ ├── compass-rose.svg │ ├── compass.svg │ ├── cone-off.svg │ ├── cone.svg │ ├── connection.svg │ ├── console-line.svg │ ├── console-network-outline.svg │ ├── console-network.svg │ ├── console.svg │ ├── consolidate.svg │ ├── contactless-payment-circle-outline.svg │ ├── contactless-payment-circle.svg │ ├── contactless-payment.svg │ ├── contacts-outline.svg │ ├── contacts.svg │ ├── contain-end.svg │ ├── contain-start.svg │ ├── contain.svg │ ├── content-copy.svg │ ├── content-cut.svg │ ├── content-duplicate.svg │ ├── content-paste.svg │ ├── content-save-alert-outline.svg │ ├── content-save-alert.svg │ ├── content-save-all-outline.svg │ ├── content-save-all.svg │ ├── content-save-check-outline.svg │ ├── content-save-check.svg │ ├── content-save-cog-outline.svg │ ├── content-save-cog.svg │ ├── content-save-edit-outline.svg │ ├── content-save-edit.svg │ ├── content-save-move-outline.svg │ ├── content-save-move.svg │ ├── content-save-off-outline.svg │ ├── content-save-off.svg │ ├── content-save-outline.svg │ ├── content-save-settings-outline.svg │ ├── content-save-settings.svg │ ├── content-save.svg │ ├── contrast-box.svg │ ├── contrast-circle.svg │ ├── contrast.svg │ ├── controller-classic-outline.svg │ ├── controller-classic.svg │ ├── cookie-alert-outline.svg │ ├── cookie-alert.svg │ ├── cookie-check-outline.svg │ ├── cookie-check.svg │ ├── cookie-clock-outline.svg │ ├── cookie-clock.svg │ ├── cookie-cog-outline.svg │ ├── cookie-cog.svg │ ├── cookie-edit-outline.svg │ ├── cookie-edit.svg │ ├── cookie-lock-outline.svg │ ├── cookie-lock.svg │ ├── cookie-minus-outline.svg │ ├── cookie-minus.svg │ ├── cookie-off-outline.svg │ ├── cookie-off.svg │ ├── cookie-outline.svg │ ├── cookie-plus-outline.svg │ ├── cookie-plus.svg │ ├── cookie-refresh-outline.svg │ ├── cookie-refresh.svg │ ├── cookie-remove-outline.svg │ ├── cookie-remove.svg │ ├── cookie-settings-outline.svg │ ├── cookie-settings.svg │ ├── cookie.svg │ ├── coolant-temperature.svg │ ├── copyleft.svg │ ├── copyright.svg │ ├── cordova.svg │ ├── corn-off.svg │ ├── corn.svg │ ├── cosine-wave.svg │ ├── counter.svg │ ├── countertop-outline.svg │ ├── countertop.svg │ ├── cow-off.svg │ ├── cow.svg │ ├── cpu-32-bit.svg │ ├── cpu-64-bit.svg │ ├── crane.svg │ ├── creation.svg │ ├── creative-commons.svg │ ├── credit-card-check-outline.svg │ ├── credit-card-check.svg │ ├── credit-card-chip-outline.svg │ ├── credit-card-chip.svg │ ├── credit-card-clock-outline.svg │ ├── credit-card-clock.svg │ ├── credit-card-edit-outline.svg │ ├── credit-card-edit.svg │ ├── credit-card-fast-outline.svg │ ├── credit-card-fast.svg │ ├── credit-card-lock-outline.svg │ ├── credit-card-lock.svg │ ├── credit-card-marker-outline.svg │ ├── credit-card-marker.svg │ ├── credit-card-minus-outline.svg │ ├── credit-card-minus.svg │ ├── credit-card-multiple-outline.svg │ ├── credit-card-multiple.svg │ ├── credit-card-off-outline.svg │ ├── credit-card-off.svg │ ├── credit-card-outline.svg │ ├── credit-card-plus-outline.svg │ ├── credit-card-plus.svg │ ├── credit-card-refresh-outline.svg │ ├── credit-card-refresh.svg │ ├── credit-card-refund-outline.svg │ ├── credit-card-refund.svg │ ├── credit-card-remove-outline.svg │ ├── credit-card-remove.svg │ ├── credit-card-scan-outline.svg │ ├── credit-card-scan.svg │ ├── credit-card-search-outline.svg │ ├── credit-card-search.svg │ ├── credit-card-settings-outline.svg │ ├── credit-card-settings.svg │ ├── credit-card-sync-outline.svg │ ├── credit-card-sync.svg │ ├── credit-card-wireless-off-outline.svg │ ├── credit-card-wireless-off.svg │ ├── credit-card-wireless-outline.svg │ ├── credit-card-wireless.svg │ ├── credit-card.svg │ ├── cricket.svg │ ├── crop-free.svg │ ├── crop-landscape.svg │ ├── crop-portrait.svg │ ├── crop-rotate.svg │ ├── crop-square.svg │ ├── crop.svg │ ├── cross-bolnisi.svg │ ├── cross-celtic.svg │ ├── cross-outline.svg │ ├── cross.svg │ ├── crosshairs-gps.svg │ ├── crosshairs-off.svg │ ├── crosshairs-question.svg │ ├── crosshairs.svg │ ├── crown-circle-outline.svg │ ├── crown-circle.svg │ ├── crown-outline.svg │ ├── crown.svg │ ├── cryengine.svg │ ├── crystal-ball.svg │ ├── cube-off-outline.svg │ ├── cube-off.svg │ ├── cube-outline.svg │ ├── cube-scan.svg │ ├── cube-send.svg │ ├── cube-unfolded.svg │ ├── cube.svg │ ├── cup-off-outline.svg │ ├── cup-off.svg │ ├── cup-outline.svg │ ├── cup-water.svg │ ├── cup.svg │ ├── cupboard-outline.svg │ ├── cupboard.svg │ ├── cupcake.svg │ ├── curling.svg │ ├── currency-bdt.svg │ ├── currency-brl.svg │ ├── currency-btc.svg │ ├── currency-cny.svg │ ├── currency-eth.svg │ ├── currency-eur-off.svg │ ├── currency-eur.svg │ ├── currency-gbp.svg │ ├── currency-ils.svg │ ├── currency-inr.svg │ ├── currency-jpy.svg │ ├── currency-krw.svg │ ├── currency-kzt.svg │ ├── currency-mnt.svg │ ├── currency-ngn.svg │ ├── currency-php.svg │ ├── currency-rial.svg │ ├── currency-rub.svg │ ├── currency-sign.svg │ ├── currency-try.svg │ ├── currency-twd.svg │ ├── currency-usd-off.svg │ ├── currency-usd.svg │ ├── current-ac.svg │ ├── current-dc.svg │ ├── cursor-default-click-outline.svg │ ├── cursor-default-click.svg │ ├── cursor-default-gesture-outline.svg │ ├── cursor-default-gesture.svg │ ├── cursor-default-outline.svg │ ├── cursor-default.svg │ ├── cursor-move.svg │ ├── cursor-pointer.svg │ ├── cursor-text.svg │ ├── curtains-closed.svg │ ├── curtains.svg │ ├── cylinder-off.svg │ ├── cylinder.svg │ ├── dance-ballroom.svg │ ├── dance-pole.svg │ ├── data-matrix-edit.svg │ ├── data-matrix-minus.svg │ ├── data-matrix-plus.svg │ ├── data-matrix-remove.svg │ ├── data-matrix-scan.svg │ ├── data-matrix.svg │ ├── database-alert-outline.svg │ ├── database-alert.svg │ ├── database-arrow-down-outline.svg │ ├── database-arrow-down.svg │ ├── database-arrow-left-outline.svg │ ├── database-arrow-left.svg │ ├── database-arrow-right-outline.svg │ ├── database-arrow-right.svg │ ├── database-arrow-up-outline.svg │ ├── database-arrow-up.svg │ ├── database-check-outline.svg │ ├── database-check.svg │ ├── database-clock-outline.svg │ ├── database-clock.svg │ ├── database-cog-outline.svg │ ├── database-cog.svg │ ├── database-edit-outline.svg │ ├── database-edit.svg │ ├── database-export-outline.svg │ ├── database-export.svg │ ├── database-eye-off-outline.svg │ ├── database-eye-off.svg │ ├── database-eye-outline.svg │ ├── database-eye.svg │ ├── database-import-outline.svg │ ├── database-import.svg │ ├── database-lock-outline.svg │ ├── database-lock.svg │ ├── database-marker-outline.svg │ ├── database-marker.svg │ ├── database-minus-outline.svg │ ├── database-minus.svg │ ├── database-off-outline.svg │ ├── database-off.svg │ ├── database-outline.svg │ ├── database-plus-outline.svg │ ├── database-plus.svg │ ├── database-refresh-outline.svg │ ├── database-refresh.svg │ ├── database-remove-outline.svg │ ├── database-remove.svg │ ├── database-search-outline.svg │ ├── database-search.svg │ ├── database-settings-outline.svg │ ├── database-settings.svg │ ├── database-sync-outline.svg │ ├── database-sync.svg │ ├── database.svg │ ├── death-star-variant.svg │ ├── death-star.svg │ ├── deathly-hallows.svg │ ├── debian.svg │ ├── debug-step-into.svg │ ├── debug-step-out.svg │ ├── debug-step-over.svg │ ├── decagram-outline.svg │ ├── decagram.svg │ ├── decimal-comma-decrease.svg │ ├── decimal-comma-increase.svg │ ├── decimal-comma.svg │ ├── decimal-decrease.svg │ ├── decimal-increase.svg │ ├── decimal.svg │ ├── delete-alert-outline.svg │ ├── delete-alert.svg │ ├── delete-circle-outline.svg │ ├── delete-circle.svg │ ├── delete-clock-outline.svg │ ├── delete-clock.svg │ ├── delete-empty-outline.svg │ ├── delete-empty.svg │ ├── delete-forever-outline.svg │ ├── delete-forever.svg │ ├── delete-off-outline.svg │ ├── delete-off.svg │ ├── delete-outline.svg │ ├── delete-restore.svg │ ├── delete-sweep-outline.svg │ ├── delete-sweep.svg │ ├── delete-variant.svg │ ├── delete.svg │ ├── delta.svg │ ├── desk-lamp.svg │ ├── desk.svg │ ├── deskphone.svg │ ├── desktop-classic.svg │ ├── desktop-mac-dashboard.svg │ ├── desktop-mac.svg │ ├── desktop-tower-monitor.svg │ ├── desktop-tower.svg │ ├── details.svg │ ├── dev-to.svg │ ├── developer-board.svg │ ├── deviantart.svg │ ├── devices.svg │ ├── dharmachakra.svg │ ├── diabetes.svg │ ├── dialpad.svg │ ├── diameter-outline.svg │ ├── diameter-variant.svg │ ├── diameter.svg │ ├── diamond-outline.svg │ ├── diamond-stone.svg │ ├── diamond.svg │ ├── dice-1-outline.svg │ ├── dice-1.svg │ ├── dice-2-outline.svg │ ├── dice-2.svg │ ├── dice-3-outline.svg │ ├── dice-3.svg │ ├── dice-4-outline.svg │ ├── dice-4.svg │ ├── dice-5-outline.svg │ ├── dice-5.svg │ ├── dice-6-outline.svg │ ├── dice-6.svg │ ├── dice-d10-outline.svg │ ├── dice-d10.svg │ ├── dice-d12-outline.svg │ ├── dice-d12.svg │ ├── dice-d20-outline.svg │ ├── dice-d20.svg │ ├── dice-d4-outline.svg │ ├── dice-d4.svg │ ├── dice-d6-outline.svg │ ├── dice-d6.svg │ ├── dice-d8-outline.svg │ ├── dice-d8.svg │ ├── dice-multiple-outline.svg │ ├── dice-multiple.svg │ ├── digital-ocean.svg │ ├── dip-switch.svg │ ├── directions-fork.svg │ ├── directions.svg │ ├── disc-alert.svg │ ├── disc-player.svg │ ├── disc.svg │ ├── discord.svg │ ├── dishwasher-alert.svg │ ├── dishwasher-off.svg │ ├── dishwasher.svg │ ├── disqus.svg │ ├── distribute-horizontal-center.svg │ ├── distribute-horizontal-left.svg │ ├── distribute-horizontal-right.svg │ ├── distribute-vertical-bottom.svg │ ├── distribute-vertical-center.svg │ ├── distribute-vertical-top.svg │ ├── diversify.svg │ ├── diving-flippers.svg │ ├── diving-helmet.svg │ ├── diving-scuba-flag.svg │ ├── diving-scuba-tank-multiple.svg │ ├── diving-scuba-tank.svg │ ├── diving-scuba.svg │ ├── diving-snorkel.svg │ ├── division-box.svg │ ├── division.svg │ ├── dlna.svg │ ├── dna.svg │ ├── dns-outline.svg │ ├── dns.svg │ ├── dock-bottom.svg │ ├── dock-left.svg │ ├── dock-right.svg │ ├── dock-top.svg │ ├── dock-window.svg │ ├── docker.svg │ ├── doctor.svg │ ├── dog-service.svg │ ├── dog-side-off.svg │ ├── dog-side.svg │ ├── dog.svg │ ├── dolby.svg │ ├── dolly.svg │ ├── dolphin.svg │ ├── domain-off.svg │ ├── domain-plus.svg │ ├── domain-remove.svg │ ├── domain.svg │ ├── dome-light.svg │ ├── domino-mask.svg │ ├── donkey.svg │ ├── door-closed-lock.svg │ ├── door-closed.svg │ ├── door-open.svg │ ├── door-sliding-lock.svg │ ├── door-sliding-open.svg │ ├── door-sliding.svg │ ├── door.svg │ ├── doorbell-video.svg │ ├── doorbell.svg │ ├── dot-net.svg │ ├── dots-grid.svg │ ├── dots-hexagon.svg │ ├── dots-horizontal-circle-outline.svg │ ├── dots-horizontal-circle.svg │ ├── dots-horizontal.svg │ ├── dots-square.svg │ ├── dots-triangle.svg │ ├── dots-vertical-circle-outline.svg │ ├── dots-vertical-circle.svg │ ├── dots-vertical.svg │ ├── download-box-outline.svg │ ├── download-box.svg │ ├── download-circle-outline.svg │ ├── download-circle.svg │ ├── download-lock-outline.svg │ ├── download-lock.svg │ ├── download-multiple.svg │ ├── download-network-outline.svg │ ├── download-network.svg │ ├── download-off-outline.svg │ ├── download-off.svg │ ├── download-outline.svg │ ├── download.svg │ ├── drag-horizontal-variant.svg │ ├── drag-horizontal.svg │ ├── drag-variant.svg │ ├── drag-vertical-variant.svg │ ├── drag-vertical.svg │ ├── drag.svg │ ├── drama-masks.svg │ ├── draw.svg │ ├── drawing-box.svg │ ├── drawing.svg │ ├── dresser-outline.svg │ ├── dresser.svg │ ├── drone.svg │ ├── dropbox.svg │ ├── drupal.svg │ ├── duck.svg │ ├── dumbbell.svg │ ├── dump-truck.svg │ ├── ear-hearing-off.svg │ ├── ear-hearing.svg │ ├── earbuds-off-outline.svg │ ├── earbuds-off.svg │ ├── earbuds-outline.svg │ ├── earbuds.svg │ ├── earth-arrow-right.svg │ ├── earth-box-minus.svg │ ├── earth-box-off.svg │ ├── earth-box-plus.svg │ ├── earth-box-remove.svg │ ├── earth-box.svg │ ├── earth-minus.svg │ ├── earth-off.svg │ ├── earth-plus.svg │ ├── earth-remove.svg │ ├── earth.svg │ ├── egg-easter.svg │ ├── egg-fried.svg │ ├── egg-off-outline.svg │ ├── egg-off.svg │ ├── egg-outline.svg │ ├── egg.svg │ ├── eiffel-tower.svg │ ├── eight-track.svg │ ├── eject-outline.svg │ ├── eject.svg │ ├── electric-switch-closed.svg │ ├── electric-switch.svg │ ├── electron-framework.svg │ ├── elephant.svg │ ├── elevation-decline.svg │ ├── elevation-rise.svg │ ├── elevator-down.svg │ ├── elevator-passenger.svg │ ├── elevator-up.svg │ ├── elevator.svg │ ├── ellipse-outline.svg │ ├── ellipse.svg │ ├── email-alert-outline.svg │ ├── email-alert.svg │ ├── email-box.svg │ ├── email-check-outline.svg │ ├── email-check.svg │ ├── email-edit-outline.svg │ ├── email-edit.svg │ ├── email-fast-outline.svg │ ├── email-fast.svg │ ├── email-lock.svg │ ├── email-mark-as-unread.svg │ ├── email-minus-outline.svg │ ├── email-minus.svg │ ├── email-multiple-outline.svg │ ├── email-multiple.svg │ ├── email-newsletter.svg │ ├── email-off-outline.svg │ ├── email-off.svg │ ├── email-open-multiple-outline.svg │ ├── email-open-multiple.svg │ ├── email-open-outline.svg │ ├── email-open.svg │ ├── email-outline.svg │ ├── email-plus-outline.svg │ ├── email-plus.svg │ ├── email-receive-outline.svg │ ├── email-receive.svg │ ├── email-remove-outline.svg │ ├── email-remove.svg │ ├── email-seal-outline.svg │ ├── email-seal.svg │ ├── email-search-outline.svg │ ├── email-search.svg │ ├── email-send-outline.svg │ ├── email-send.svg │ ├── email-sync-outline.svg │ ├── email-sync.svg │ ├── email-variant.svg │ ├── email.svg │ ├── ember.svg │ ├── emby.svg │ ├── emoticon-angry-outline.svg │ ├── emoticon-angry.svg │ ├── emoticon-confused-outline.svg │ ├── emoticon-confused.svg │ ├── emoticon-cool-outline.svg │ ├── emoticon-cool.svg │ ├── emoticon-cry-outline.svg │ ├── emoticon-cry.svg │ ├── emoticon-dead-outline.svg │ ├── emoticon-dead.svg │ ├── emoticon-devil-outline.svg │ ├── emoticon-devil.svg │ ├── emoticon-excited-outline.svg │ ├── emoticon-excited.svg │ ├── emoticon-frown-outline.svg │ ├── emoticon-frown.svg │ ├── emoticon-happy-outline.svg │ ├── emoticon-happy.svg │ ├── emoticon-kiss-outline.svg │ ├── emoticon-kiss.svg │ ├── emoticon-lol-outline.svg │ ├── emoticon-lol.svg │ ├── emoticon-neutral-outline.svg │ ├── emoticon-neutral.svg │ ├── emoticon-outline.svg │ ├── emoticon-poop-outline.svg │ ├── emoticon-poop.svg │ ├── emoticon-sad-outline.svg │ ├── emoticon-sad.svg │ ├── emoticon-sick-outline.svg │ ├── emoticon-sick.svg │ ├── emoticon-tongue-outline.svg │ ├── emoticon-tongue.svg │ ├── emoticon-wink-outline.svg │ ├── emoticon-wink.svg │ ├── emoticon.svg │ ├── engine-off-outline.svg │ ├── engine-off.svg │ ├── engine-outline.svg │ ├── engine.svg │ ├── epsilon.svg │ ├── equal-box.svg │ ├── equal.svg │ ├── equalizer-outline.svg │ ├── equalizer.svg │ ├── eraser-variant.svg │ ├── eraser.svg │ ├── escalator-box.svg │ ├── escalator-down.svg │ ├── escalator-up.svg │ ├── escalator.svg │ ├── eslint.svg │ ├── et.svg │ ├── ethereum.svg │ ├── ethernet-cable-off.svg │ ├── ethernet-cable.svg │ ├── ethernet.svg │ ├── ev-plug-ccs1.svg │ ├── ev-plug-ccs2.svg │ ├── ev-plug-chademo.svg │ ├── ev-plug-tesla.svg │ ├── ev-plug-type1.svg │ ├── ev-plug-type2.svg │ ├── ev-station.svg │ ├── evernote.svg │ ├── excavator.svg │ ├── exclamation-thick.svg │ ├── exclamation.svg │ ├── exit-run.svg │ ├── exit-to-app.svg │ ├── expand-all-outline.svg │ ├── expand-all.svg │ ├── expansion-card-variant.svg │ ├── expansion-card.svg │ ├── exponent-box.svg │ ├── exponent.svg │ ├── export-variant.svg │ ├── export.svg │ ├── eye-arrow-left-outline.svg │ ├── eye-arrow-left.svg │ ├── eye-arrow-right-outline.svg │ ├── eye-arrow-right.svg │ ├── eye-check-outline.svg │ ├── eye-check.svg │ ├── eye-circle-outline.svg │ ├── eye-circle.svg │ ├── eye-minus-outline.svg │ ├── eye-minus.svg │ ├── eye-off-outline.svg │ ├── eye-off.svg │ ├── eye-outline.svg │ ├── eye-plus-outline.svg │ ├── eye-plus.svg │ ├── eye-remove-outline.svg │ ├── eye-remove.svg │ ├── eye-settings-outline.svg │ ├── eye-settings.svg │ ├── eye.svg │ ├── eyedropper-minus.svg │ ├── eyedropper-off.svg │ ├── eyedropper-plus.svg │ ├── eyedropper-remove.svg │ ├── eyedropper-variant.svg │ ├── eyedropper.svg │ ├── face-agent.svg │ ├── face-man-outline.svg │ ├── face-man-profile.svg │ ├── face-man-shimmer-outline.svg │ ├── face-man-shimmer.svg │ ├── face-man.svg │ ├── face-mask-outline.svg │ ├── face-mask.svg │ ├── face-recognition.svg │ ├── face-woman-outline.svg │ ├── face-woman-profile.svg │ ├── face-woman-shimmer-outline.svg │ ├── face-woman-shimmer.svg │ ├── face-woman.svg │ ├── facebook-gaming.svg │ ├── facebook-messenger.svg │ ├── facebook-workplace.svg │ ├── facebook.svg │ ├── factory.svg │ ├── family-tree.svg │ ├── fan-alert.svg │ ├── fan-auto.svg │ ├── fan-chevron-down.svg │ ├── fan-chevron-up.svg │ ├── fan-minus.svg │ ├── fan-off.svg │ ├── fan-plus.svg │ ├── fan-remove.svg │ ├── fan-speed-1.svg │ ├── fan-speed-2.svg │ ├── fan-speed-3.svg │ ├── fan.svg │ ├── fast-forward-10.svg │ ├── fast-forward-15.svg │ ├── fast-forward-30.svg │ ├── fast-forward-5.svg │ ├── fast-forward-60.svg │ ├── fast-forward-outline.svg │ ├── fast-forward.svg │ ├── fax.svg │ ├── feather.svg │ ├── feature-search-outline.svg │ ├── feature-search.svg │ ├── fedora.svg │ ├── fence-electric.svg │ ├── fence.svg │ ├── fencing.svg │ ├── ferris-wheel.svg │ ├── ferry.svg │ ├── file-account-outline.svg │ ├── file-account.svg │ ├── file-alert-outline.svg │ ├── file-alert.svg │ ├── file-cabinet.svg │ ├── file-cad-box.svg │ ├── file-cad.svg │ ├── file-cancel-outline.svg │ ├── file-cancel.svg │ ├── file-certificate-outline.svg │ ├── file-certificate.svg │ ├── file-chart-outline.svg │ ├── file-chart.svg │ ├── file-check-outline.svg │ ├── file-check.svg │ ├── file-clock-outline.svg │ ├── file-clock.svg │ ├── file-cloud-outline.svg │ ├── file-cloud.svg │ ├── file-code-outline.svg │ ├── file-code.svg │ ├── file-cog-outline.svg │ ├── file-cog.svg │ ├── file-compare.svg │ ├── file-delimited-outline.svg │ ├── file-delimited.svg │ ├── file-document-edit-outline.svg │ ├── file-document-edit.svg │ ├── file-document-multiple-outline.svg │ ├── file-document-multiple.svg │ ├── file-document-outline.svg │ ├── file-document.svg │ ├── file-download-outline.svg │ ├── file-download.svg │ ├── file-edit-outline.svg │ ├── file-edit.svg │ ├── file-excel-box-outline.svg │ ├── file-excel-box.svg │ ├── file-excel-outline.svg │ ├── file-excel.svg │ ├── file-export-outline.svg │ ├── file-export.svg │ ├── file-eye-outline.svg │ ├── file-eye.svg │ ├── file-find-outline.svg │ ├── file-find.svg │ ├── file-gif-box.svg │ ├── file-hidden.svg │ ├── file-image-marker-outline.svg │ ├── file-image-marker.svg │ ├── file-image-minus-outline.svg │ ├── file-image-minus.svg │ ├── file-image-outline.svg │ ├── file-image-plus-outline.svg │ ├── file-image-plus.svg │ ├── file-image-remove-outline.svg │ ├── file-image-remove.svg │ ├── file-image.svg │ ├── file-import-outline.svg │ ├── file-import.svg │ ├── file-jpg-box.svg │ ├── file-key-outline.svg │ ├── file-key.svg │ ├── file-link-outline.svg │ ├── file-link.svg │ ├── file-lock-outline.svg │ ├── file-lock.svg │ ├── file-marker-outline.svg │ ├── file-marker.svg │ ├── file-move-outline.svg │ ├── file-move.svg │ ├── file-multiple-outline.svg │ ├── file-multiple.svg │ ├── file-music-outline.svg │ ├── file-music.svg │ ├── file-outline.svg │ ├── file-pdf-box.svg │ ├── file-percent-outline.svg │ ├── file-percent.svg │ ├── file-phone-outline.svg │ ├── file-phone.svg │ ├── file-plus-outline.svg │ ├── file-plus.svg │ ├── file-png-box.svg │ ├── file-powerpoint-box-outline.svg │ ├── file-powerpoint-box.svg │ ├── file-powerpoint-outline.svg │ ├── file-powerpoint.svg │ ├── file-presentation-box.svg │ ├── file-question-outline.svg │ ├── file-question.svg │ ├── file-refresh-outline.svg │ ├── file-refresh.svg │ ├── file-remove-outline.svg │ ├── file-remove.svg │ ├── file-replace-outline.svg │ ├── file-replace.svg │ ├── file-restore-outline.svg │ ├── file-restore.svg │ ├── file-search-outline.svg │ ├── file-search.svg │ ├── file-send-outline.svg │ ├── file-send.svg │ ├── file-settings-outline.svg │ ├── file-settings.svg │ ├── file-star-outline.svg │ ├── file-star.svg │ ├── file-swap-outline.svg │ ├── file-swap.svg │ ├── file-sync-outline.svg │ ├── file-sync.svg │ ├── file-table-box-multiple-outline.svg │ ├── file-table-box-multiple.svg │ ├── file-table-box-outline.svg │ ├── file-table-box.svg │ ├── file-table-outline.svg │ ├── file-table.svg │ ├── file-tree-outline.svg │ ├── file-tree.svg │ ├── file-undo-outline.svg │ ├── file-undo.svg │ ├── file-upload-outline.svg │ ├── file-upload.svg │ ├── file-video-outline.svg │ ├── file-video.svg │ ├── file-word-box-outline.svg │ ├── file-word-box.svg │ ├── file-word-outline.svg │ ├── file-word.svg │ ├── file.svg │ ├── film.svg │ ├── filmstrip-box-multiple.svg │ ├── filmstrip-box.svg │ ├── filmstrip-off.svg │ ├── filmstrip.svg │ ├── filter-check-outline.svg │ ├── filter-check.svg │ ├── filter-menu-outline.svg │ ├── filter-menu.svg │ ├── filter-minus-outline.svg │ ├── filter-minus.svg │ ├── filter-off-outline.svg │ ├── filter-off.svg │ ├── filter-outline.svg │ ├── filter-plus-outline.svg │ ├── filter-plus.svg │ ├── filter-remove-outline.svg │ ├── filter-remove.svg │ ├── filter-variant-minus.svg │ ├── filter-variant-plus.svg │ ├── filter-variant-remove.svg │ ├── filter-variant.svg │ ├── filter.svg │ ├── finance.svg │ ├── find-replace.svg │ ├── fingerprint-off.svg │ ├── fingerprint.svg │ ├── fire-alert.svg │ ├── fire-circle.svg │ ├── fire-extinguisher.svg │ ├── fire-hydrant-alert.svg │ ├── fire-hydrant-off.svg │ ├── fire-hydrant.svg │ ├── fire-off.svg │ ├── fire-truck.svg │ ├── fire.svg │ ├── firebase.svg │ ├── firefox.svg │ ├── fireplace-off.svg │ ├── fireplace.svg │ ├── firewire.svg │ ├── firework-off.svg │ ├── firework.svg │ ├── fish-off.svg │ ├── fish.svg │ ├── fishbowl-outline.svg │ ├── fishbowl.svg │ ├── fit-to-page-outline.svg │ ├── fit-to-page.svg │ ├── fit-to-screen-outline.svg │ ├── fit-to-screen.svg │ ├── flag-checkered.svg │ ├── flag-minus-outline.svg │ ├── flag-minus.svg │ ├── flag-off-outline.svg │ ├── flag-off.svg │ ├── flag-outline.svg │ ├── flag-plus-outline.svg │ ├── flag-plus.svg │ ├── flag-remove-outline.svg │ ├── flag-remove.svg │ ├── flag-triangle.svg │ ├── flag-variant-outline.svg │ ├── flag-variant.svg │ ├── flag.svg │ ├── flare.svg │ ├── flash-alert-outline.svg │ ├── flash-alert.svg │ ├── flash-auto.svg │ ├── flash-off.svg │ ├── flash-outline.svg │ ├── flash-red-eye.svg │ ├── flash.svg │ ├── flashlight-off.svg │ ├── flashlight.svg │ ├── flask-empty-minus-outline.svg │ ├── flask-empty-minus.svg │ ├── flask-empty-off-outline.svg │ ├── flask-empty-off.svg │ ├── flask-empty-outline.svg │ ├── flask-empty-plus-outline.svg │ ├── flask-empty-plus.svg │ ├── flask-empty-remove-outline.svg │ ├── flask-empty-remove.svg │ ├── flask-empty.svg │ ├── flask-minus-outline.svg │ ├── flask-minus.svg │ ├── flask-off-outline.svg │ ├── flask-off.svg │ ├── flask-outline.svg │ ├── flask-plus-outline.svg │ ├── flask-plus.svg │ ├── flask-remove-outline.svg │ ├── flask-remove.svg │ ├── flask-round-bottom-empty-outline.svg │ ├── flask-round-bottom-empty.svg │ ├── flask-round-bottom-outline.svg │ ├── flask-round-bottom.svg │ ├── flask.svg │ ├── fleur-de-lis.svg │ ├── flip-horizontal.svg │ ├── flip-to-back.svg │ ├── flip-to-front.svg │ ├── flip-vertical.svg │ ├── floor-lamp-dual-outline.svg │ ├── floor-lamp-dual.svg │ ├── floor-lamp-outline.svg │ ├── floor-lamp-torchiere-outline.svg │ ├── floor-lamp-torchiere-variant-outline.svg │ ├── floor-lamp-torchiere-variant.svg │ ├── floor-lamp-torchiere.svg │ ├── floor-lamp.svg │ ├── floor-plan.svg │ ├── floppy-variant.svg │ ├── floppy.svg │ ├── flower-outline.svg │ ├── flower-pollen-outline.svg │ ├── flower-pollen.svg │ ├── flower-poppy.svg │ ├── flower-tulip-outline.svg │ ├── flower-tulip.svg │ ├── flower.svg │ ├── focus-auto.svg │ ├── focus-field-horizontal.svg │ ├── focus-field-vertical.svg │ ├── focus-field.svg │ ├── folder-account-outline.svg │ ├── folder-account.svg │ ├── folder-alert-outline.svg │ ├── folder-alert.svg │ ├── folder-clock-outline.svg │ ├── folder-clock.svg │ ├── folder-cog-outline.svg │ ├── folder-cog.svg │ ├── folder-download-outline.svg │ ├── folder-download.svg │ ├── folder-edit-outline.svg │ ├── folder-edit.svg │ ├── folder-eye-outline.svg │ ├── folder-eye.svg │ ├── folder-google-drive.svg │ ├── folder-heart-outline.svg │ ├── folder-heart.svg │ ├── folder-hidden.svg │ ├── folder-home-outline.svg │ ├── folder-home.svg │ ├── folder-image.svg │ ├── folder-information-outline.svg │ ├── folder-information.svg │ ├── folder-key-network-outline.svg │ ├── folder-key-network.svg │ ├── folder-key-outline.svg │ ├── folder-key.svg │ ├── folder-lock-open.svg │ ├── folder-lock.svg │ ├── folder-marker-outline.svg │ ├── folder-marker.svg │ ├── folder-move-outline.svg │ ├── folder-move.svg │ ├── folder-multiple-image.svg │ ├── folder-multiple-outline.svg │ ├── folder-multiple-plus-outline.svg │ ├── folder-multiple-plus.svg │ ├── folder-multiple.svg │ ├── folder-music-outline.svg │ ├── folder-music.svg │ ├── folder-network-outline.svg │ ├── folder-network.svg │ ├── folder-open-outline.svg │ ├── folder-open.svg │ ├── folder-outline.svg │ ├── folder-plus-outline.svg │ ├── folder-plus.svg │ ├── folder-pound-outline.svg │ ├── folder-pound.svg │ ├── folder-refresh-outline.svg │ ├── folder-refresh.svg │ ├── folder-remove-outline.svg │ ├── folder-remove.svg │ ├── folder-search-outline.svg │ ├── folder-search.svg │ ├── folder-settings-outline.svg │ ├── folder-settings.svg │ ├── folder-star-multiple-outline.svg │ ├── folder-star-multiple.svg │ ├── folder-star-outline.svg │ ├── folder-star.svg │ ├── folder-swap-outline.svg │ ├── folder-swap.svg │ ├── folder-sync-outline.svg │ ├── folder-sync.svg │ ├── folder-table-outline.svg │ ├── folder-table.svg │ ├── folder-text-outline.svg │ ├── folder-text.svg │ ├── folder-upload-outline.svg │ ├── folder-upload.svg │ ├── folder-zip-outline.svg │ ├── folder-zip.svg │ ├── folder.svg │ ├── font-awesome.svg │ ├── food-apple-outline.svg │ ├── food-apple.svg │ ├── food-croissant.svg │ ├── food-drumstick-off-outline.svg │ ├── food-drumstick-off.svg │ ├── food-drumstick-outline.svg │ ├── food-drumstick.svg │ ├── food-fork-drink.svg │ ├── food-halal.svg │ ├── food-hot-dog.svg │ ├── food-kosher.svg │ ├── food-off-outline.svg │ ├── food-off.svg │ ├── food-outline.svg │ ├── food-steak-off.svg │ ├── food-steak.svg │ ├── food-takeout-box-outline.svg │ ├── food-takeout-box.svg │ ├── food-turkey.svg │ ├── food-variant-off.svg │ ├── food-variant.svg │ ├── food.svg │ ├── foot-print.svg │ ├── football-australian.svg │ ├── football-helmet.svg │ ├── football.svg │ ├── forest.svg │ ├── forklift.svg │ ├── form-dropdown.svg │ ├── form-select.svg │ ├── form-textarea.svg │ ├── form-textbox-lock.svg │ ├── form-textbox-password.svg │ ├── form-textbox.svg │ ├── format-align-bottom.svg │ ├── format-align-center.svg │ ├── format-align-justify.svg │ ├── format-align-left.svg │ ├── format-align-middle.svg │ ├── format-align-right.svg │ ├── format-align-top.svg │ ├── format-annotation-minus.svg │ ├── format-annotation-plus.svg │ ├── format-bold.svg │ ├── format-clear.svg │ ├── format-color-fill.svg │ ├── format-color-highlight.svg │ ├── format-color-marker-cancel.svg │ ├── format-color-text.svg │ ├── format-columns.svg │ ├── format-float-center.svg │ ├── format-float-left.svg │ ├── format-float-none.svg │ ├── format-float-right.svg │ ├── format-font-size-decrease.svg │ ├── format-font-size-increase.svg │ ├── format-font.svg │ ├── format-header-1.svg │ ├── format-header-2.svg │ ├── format-header-3.svg │ ├── format-header-4.svg │ ├── format-header-5.svg │ ├── format-header-6.svg │ ├── format-header-decrease.svg │ ├── format-header-equal.svg │ ├── format-header-increase.svg │ ├── format-header-pound.svg │ ├── format-horizontal-align-center.svg │ ├── format-horizontal-align-left.svg │ ├── format-horizontal-align-right.svg │ ├── format-indent-decrease.svg │ ├── format-indent-increase.svg │ ├── format-italic.svg │ ├── format-letter-case-lower.svg │ ├── format-letter-case-upper.svg │ ├── format-letter-case.svg │ ├── format-letter-ends-with.svg │ ├── format-letter-matches.svg │ ├── format-letter-spacing.svg │ ├── format-letter-starts-with.svg │ ├── format-line-spacing.svg │ ├── format-line-style.svg │ ├── format-line-weight.svg │ ├── format-list-bulleted-square.svg │ ├── format-list-bulleted-triangle.svg │ ├── format-list-bulleted-type.svg │ ├── format-list-bulleted.svg │ ├── format-list-checkbox.svg │ ├── format-list-checks.svg │ ├── format-list-group.svg │ ├── format-list-numbered-rtl.svg │ ├── format-list-numbered.svg │ ├── format-list-text.svg │ ├── format-overline.svg │ ├── format-page-break.svg │ ├── format-page-split.svg │ ├── format-paint.svg │ ├── format-paragraph.svg │ ├── format-pilcrow.svg │ ├── format-quote-close-outline.svg │ ├── format-quote-close.svg │ ├── format-quote-open-outline.svg │ ├── format-quote-open.svg │ ├── format-rotate-90.svg │ ├── format-section.svg │ ├── format-size.svg │ ├── format-strikethrough-variant.svg │ ├── format-strikethrough.svg │ ├── format-subscript.svg │ ├── format-superscript.svg │ ├── format-text-rotation-angle-down.svg │ ├── format-text-rotation-angle-up.svg │ ├── format-text-rotation-down-vertical.svg │ ├── format-text-rotation-down.svg │ ├── format-text-rotation-none.svg │ ├── format-text-rotation-up.svg │ ├── format-text-rotation-vertical.svg │ ├── format-text-variant-outline.svg │ ├── format-text-variant.svg │ ├── format-text-wrapping-clip.svg │ ├── format-text-wrapping-overflow.svg │ ├── format-text-wrapping-wrap.svg │ ├── format-text.svg │ ├── format-textbox.svg │ ├── format-textdirection-l-to-r.svg │ ├── format-textdirection-r-to-l.svg │ ├── format-title.svg │ ├── format-underline-wavy.svg │ ├── format-underline.svg │ ├── format-vertical-align-bottom.svg │ ├── format-vertical-align-center.svg │ ├── format-vertical-align-top.svg │ ├── format-wrap-inline.svg │ ├── format-wrap-square.svg │ ├── format-wrap-tight.svg │ ├── format-wrap-top-bottom.svg │ ├── forum-outline.svg │ ├── forum.svg │ ├── forward.svg │ ├── forwardburger.svg │ ├── fountain-pen-tip.svg │ ├── fountain-pen.svg │ ├── fountain.svg │ ├── freebsd.svg │ ├── french-fries.svg │ ├── frequently-asked-questions.svg │ ├── fridge-alert-outline.svg │ ├── fridge-alert.svg │ ├── fridge-bottom.svg │ ├── fridge-industrial-alert-outline.svg │ ├── fridge-industrial-alert.svg │ ├── fridge-industrial-off-outline.svg │ ├── fridge-industrial-off.svg │ ├── fridge-industrial-outline.svg │ ├── fridge-industrial.svg │ ├── fridge-off-outline.svg │ ├── fridge-off.svg │ ├── fridge-outline.svg │ ├── fridge-top.svg │ ├── fridge-variant-alert-outline.svg │ ├── fridge-variant-alert.svg │ ├── fridge-variant-off-outline.svg │ ├── fridge-variant-off.svg │ ├── fridge-variant-outline.svg │ ├── fridge-variant.svg │ ├── fridge.svg │ ├── fruit-cherries-off.svg │ ├── fruit-cherries.svg │ ├── fruit-citrus-off.svg │ ├── fruit-citrus.svg │ ├── fruit-grapes-outline.svg │ ├── fruit-grapes.svg │ ├── fruit-pineapple.svg │ ├── fruit-watermelon.svg │ ├── fuel-cell.svg │ ├── fuel.svg │ ├── fullscreen-exit.svg │ ├── fullscreen.svg │ ├── function-variant.svg │ ├── function.svg │ ├── furigana-horizontal.svg │ ├── furigana-vertical.svg │ ├── fuse-alert.svg │ ├── fuse-blade.svg │ ├── fuse-off.svg │ ├── fuse.svg │ ├── gamepad-circle-down.svg │ ├── gamepad-circle-left.svg │ ├── gamepad-circle-outline.svg │ ├── gamepad-circle-right.svg │ ├── gamepad-circle-up.svg │ ├── gamepad-circle.svg │ ├── gamepad-down.svg │ ├── gamepad-left.svg │ ├── gamepad-outline.svg │ ├── gamepad-right.svg │ ├── gamepad-round-down.svg │ ├── gamepad-round-left.svg │ ├── gamepad-round-outline.svg │ ├── gamepad-round-right.svg │ ├── gamepad-round-up.svg │ ├── gamepad-round.svg │ ├── gamepad-square-outline.svg │ ├── gamepad-square.svg │ ├── gamepad-up.svg │ ├── gamepad-variant-outline.svg │ ├── gamepad-variant.svg │ ├── gamepad.svg │ ├── gamma.svg │ ├── gantry-crane.svg │ ├── garage-alert-variant.svg │ ├── garage-alert.svg │ ├── garage-lock.svg │ ├── garage-open-variant.svg │ ├── garage-open.svg │ ├── garage-variant-lock.svg │ ├── garage-variant.svg │ ├── garage.svg │ ├── gas-cylinder.svg │ ├── gas-station-off-outline.svg │ ├── gas-station-off.svg │ ├── gas-station-outline.svg │ ├── gas-station.svg │ ├── gate-alert.svg │ ├── gate-and.svg │ ├── gate-arrow-left.svg │ ├── gate-arrow-right.svg │ ├── gate-nand.svg │ ├── gate-nor.svg │ ├── gate-not.svg │ ├── gate-open.svg │ ├── gate-or.svg │ ├── gate-xnor.svg │ ├── gate-xor.svg │ ├── gate.svg │ ├── gatsby.svg │ ├── gauge-empty.svg │ ├── gauge-full.svg │ ├── gauge-low.svg │ ├── gauge.svg │ ├── gavel.svg │ ├── gender-female.svg │ ├── gender-male-female-variant.svg │ ├── gender-male-female.svg │ ├── gender-male.svg │ ├── gender-non-binary.svg │ ├── gender-transgender.svg │ ├── gentoo.svg │ ├── gesture-double-tap.svg │ ├── gesture-pinch.svg │ ├── gesture-spread.svg │ ├── gesture-swipe-down.svg │ ├── gesture-swipe-horizontal.svg │ ├── gesture-swipe-left.svg │ ├── gesture-swipe-right.svg │ ├── gesture-swipe-up.svg │ ├── gesture-swipe-vertical.svg │ ├── gesture-swipe.svg │ ├── gesture-tap-box.svg │ ├── gesture-tap-button.svg │ ├── gesture-tap-hold.svg │ ├── gesture-tap.svg │ ├── gesture-two-double-tap.svg │ ├── gesture-two-tap.svg │ ├── gesture.svg │ ├── ghost-off-outline.svg │ ├── ghost-off.svg │ ├── ghost-outline.svg │ ├── ghost.svg │ ├── gift-off-outline.svg │ ├── gift-off.svg │ ├── gift-open-outline.svg │ ├── gift-open.svg │ ├── gift-outline.svg │ ├── gift.svg │ ├── git.svg │ ├── github.svg │ ├── gitlab.svg │ ├── glass-cocktail-off.svg │ ├── glass-cocktail.svg │ ├── glass-flute.svg │ ├── glass-fragile.svg │ ├── glass-mug-off.svg │ ├── glass-mug-variant-off.svg │ ├── glass-mug-variant.svg │ ├── glass-mug.svg │ ├── glass-pint-outline.svg │ ├── glass-stange.svg │ ├── glass-tulip.svg │ ├── glass-wine.svg │ ├── glasses.svg │ ├── globe-light.svg │ ├── globe-model.svg │ ├── gmail.svg │ ├── gnome.svg │ ├── go-kart-track.svg │ ├── go-kart.svg │ ├── gog.svg │ ├── gold.svg │ ├── golf-cart.svg │ ├── golf-tee.svg │ ├── golf.svg │ ├── gondola.svg │ ├── goodreads.svg │ ├── google-ads.svg │ ├── google-analytics.svg │ ├── google-assistant.svg │ ├── google-cardboard.svg │ ├── google-chrome.svg │ ├── google-circles-communities.svg │ ├── google-circles-extended.svg │ ├── google-circles-group.svg │ ├── google-circles.svg │ ├── google-classroom.svg │ ├── google-cloud.svg │ ├── google-controller-off.svg │ ├── google-controller.svg │ ├── google-downasaur.svg │ ├── google-drive.svg │ ├── google-earth.svg │ ├── google-fit.svg │ ├── google-glass.svg │ ├── google-hangouts.svg │ ├── google-home.svg │ ├── google-keep.svg │ ├── google-lens.svg │ ├── google-maps.svg │ ├── google-my-business.svg │ ├── google-nearby.svg │ ├── google-play.svg │ ├── google-plus.svg │ ├── google-podcast.svg │ ├── google-spreadsheet.svg │ ├── google-street-view.svg │ ├── google-translate.svg │ ├── google.svg │ ├── gradient-horizontal.svg │ ├── gradient-vertical.svg │ ├── grain.svg │ ├── graph-outline.svg │ ├── graph.svg │ ├── graphql.svg │ ├── grass.svg │ ├── grave-stone.svg │ ├── grease-pencil.svg │ ├── greater-than-or-equal.svg │ ├── greater-than.svg │ ├── greenhouse.svg │ ├── grid-large.svg │ ├── grid-off.svg │ ├── grid.svg │ ├── grill-outline.svg │ ├── grill.svg │ ├── group.svg │ ├── guitar-acoustic.svg │ ├── guitar-electric.svg │ ├── guitar-pick-outline.svg │ ├── guitar-pick.svg │ ├── guy-fawkes-mask.svg │ ├── hail.svg │ ├── hair-dryer-outline.svg │ ├── hair-dryer.svg │ ├── halloween.svg │ ├── hamburger-check.svg │ ├── hamburger-minus.svg │ ├── hamburger-off.svg │ ├── hamburger-plus.svg │ ├── hamburger-remove.svg │ ├── hamburger.svg │ ├── hammer-screwdriver.svg │ ├── hammer-sickle.svg │ ├── hammer-wrench.svg │ ├── hammer.svg │ ├── hand-back-left-off-outline.svg │ ├── hand-back-left-off.svg │ ├── hand-back-left-outline.svg │ ├── hand-back-left.svg │ ├── hand-back-right-off-outline.svg │ ├── hand-back-right-off.svg │ ├── hand-back-right-outline.svg │ ├── hand-back-right.svg │ ├── hand-clap.svg │ ├── hand-coin-outline.svg │ ├── hand-coin.svg │ ├── hand-extended-outline.svg │ ├── hand-extended.svg │ ├── hand-front-left-outline.svg │ ├── hand-front-left.svg │ ├── hand-front-right-outline.svg │ ├── hand-front-right.svg │ ├── hand-heart-outline.svg │ ├── hand-heart.svg │ ├── hand-okay.svg │ ├── hand-peace-variant.svg │ ├── hand-peace.svg │ ├── hand-pointing-down.svg │ ├── hand-pointing-left.svg │ ├── hand-pointing-right.svg │ ├── hand-pointing-up.svg │ ├── hand-saw.svg │ ├── hand-wash-outline.svg │ ├── hand-wash.svg │ ├── hand-water.svg │ ├── hand-wave-outline.svg │ ├── hand-wave.svg │ ├── handball.svg │ ├── handcuffs.svg │ ├── hands-pray.svg │ ├── handshake-outline.svg │ ├── handshake.svg │ ├── hanger.svg │ ├── hard-hat.svg │ ├── harddisk-plus.svg │ ├── harddisk-remove.svg │ ├── harddisk.svg │ ├── hat-fedora.svg │ ├── hazard-lights.svg │ ├── hdr-off.svg │ ├── hdr.svg │ ├── head-alert-outline.svg │ ├── head-alert.svg │ ├── head-check-outline.svg │ ├── head-check.svg │ ├── head-cog-outline.svg │ ├── head-cog.svg │ ├── head-dots-horizontal-outline.svg │ ├── head-dots-horizontal.svg │ ├── head-flash-outline.svg │ ├── head-flash.svg │ ├── head-heart-outline.svg │ ├── head-heart.svg │ ├── head-lightbulb-outline.svg │ ├── head-lightbulb.svg │ ├── head-minus-outline.svg │ ├── head-minus.svg │ ├── head-outline.svg │ ├── head-plus-outline.svg │ ├── head-plus.svg │ ├── head-question-outline.svg │ ├── head-question.svg │ ├── head-remove-outline.svg │ ├── head-remove.svg │ ├── head-snowflake-outline.svg │ ├── head-snowflake.svg │ ├── head-sync-outline.svg │ ├── head-sync.svg │ ├── head.svg │ ├── headphones-bluetooth.svg │ ├── headphones-box.svg │ ├── headphones-off.svg │ ├── headphones-settings.svg │ ├── headphones.svg │ ├── headset-dock.svg │ ├── headset-off.svg │ ├── headset.svg │ ├── heart-box-outline.svg │ ├── heart-box.svg │ ├── heart-broken-outline.svg │ ├── heart-broken.svg │ ├── heart-circle-outline.svg │ ├── heart-circle.svg │ ├── heart-cog-outline.svg │ ├── heart-cog.svg │ ├── heart-flash.svg │ ├── heart-half-full.svg │ ├── heart-half-outline.svg │ ├── heart-half.svg │ ├── heart-minus-outline.svg │ ├── heart-minus.svg │ ├── heart-multiple-outline.svg │ ├── heart-multiple.svg │ ├── heart-off-outline.svg │ ├── heart-off.svg │ ├── heart-outline.svg │ ├── heart-plus-outline.svg │ ├── heart-plus.svg │ ├── heart-pulse.svg │ ├── heart-remove-outline.svg │ ├── heart-remove.svg │ ├── heart-settings-outline.svg │ ├── heart-settings.svg │ ├── heart.svg │ ├── helicopter.svg │ ├── help-box.svg │ ├── help-circle-outline.svg │ ├── help-circle.svg │ ├── help-network-outline.svg │ ├── help-network.svg │ ├── help-rhombus-outline.svg │ ├── help-rhombus.svg │ ├── help.svg │ ├── hexadecimal.svg │ ├── hexagon-multiple-outline.svg │ ├── hexagon-multiple.svg │ ├── hexagon-outline.svg │ ├── hexagon-slice-1.svg │ ├── hexagon-slice-2.svg │ ├── hexagon-slice-3.svg │ ├── hexagon-slice-4.svg │ ├── hexagon-slice-5.svg │ ├── hexagon-slice-6.svg │ ├── hexagon.svg │ ├── hexagram-outline.svg │ ├── hexagram.svg │ ├── high-definition-box.svg │ ├── high-definition.svg │ ├── highway.svg │ ├── hiking.svg │ ├── history.svg │ ├── hockey-puck.svg │ ├── hockey-sticks.svg │ ├── hololens.svg │ ├── home-account.svg │ ├── home-alert-outline.svg │ ├── home-alert.svg │ ├── home-analytics.svg │ ├── home-assistant.svg │ ├── home-automation.svg │ ├── home-battery-outline.svg │ ├── home-battery.svg │ ├── home-circle-outline.svg │ ├── home-circle.svg │ ├── home-city-outline.svg │ ├── home-city.svg │ ├── home-edit-outline.svg │ ├── home-edit.svg │ ├── home-export-outline.svg │ ├── home-flood.svg │ ├── home-floor-0.svg │ ├── home-floor-1.svg │ ├── home-floor-2.svg │ ├── home-floor-3.svg │ ├── home-floor-a.svg │ ├── home-floor-b.svg │ ├── home-floor-g.svg │ ├── home-floor-l.svg │ ├── home-floor-negative-1.svg │ ├── home-group.svg │ ├── home-heart.svg │ ├── home-import-outline.svg │ ├── home-lightbulb-outline.svg │ ├── home-lightbulb.svg │ ├── home-lightning-bolt-outline.svg │ ├── home-lightning-bolt.svg │ ├── home-lock-open.svg │ ├── home-lock.svg │ ├── home-map-marker.svg │ ├── home-minus-outline.svg │ ├── home-minus.svg │ ├── home-modern.svg │ ├── home-outline.svg │ ├── home-plus-outline.svg │ ├── home-plus.svg │ ├── home-remove-outline.svg │ ├── home-remove.svg │ ├── home-roof.svg │ ├── home-search-outline.svg │ ├── home-search.svg │ ├── home-switch-outline.svg │ ├── home-switch.svg │ ├── home-thermometer-outline.svg │ ├── home-thermometer.svg │ ├── home-variant-outline.svg │ ├── home-variant.svg │ ├── home.svg │ ├── hook-off.svg │ ├── hook.svg │ ├── hoop-house.svg │ ├── hops.svg │ ├── horizontal-rotate-clockwise.svg │ ├── horizontal-rotate-counterclockwise.svg │ ├── horse-human.svg │ ├── horse-variant-fast.svg │ ├── horse-variant.svg │ ├── horse.svg │ ├── horseshoe.svg │ ├── hospital-box-outline.svg │ ├── hospital-box.svg │ ├── hospital-building.svg │ ├── hospital-marker.svg │ ├── hospital.svg │ ├── hot-tub.svg │ ├── hours-24.svg │ ├── hubspot.svg │ ├── hulu.svg │ ├── human-baby-changing-table.svg │ ├── human-cane.svg │ ├── human-capacity-decrease.svg │ ├── human-capacity-increase.svg │ ├── human-child.svg │ ├── human-edit.svg │ ├── human-female-boy.svg │ ├── human-female-dance.svg │ ├── human-female-female.svg │ ├── human-female-girl.svg │ ├── human-female.svg │ ├── human-greeting-proximity.svg │ ├── human-greeting-variant.svg │ ├── human-greeting.svg │ ├── human-handsdown.svg │ ├── human-handsup.svg │ ├── human-male-board-poll.svg │ ├── human-male-board.svg │ ├── human-male-boy.svg │ ├── human-male-child.svg │ ├── human-male-female-child.svg │ ├── human-male-female.svg │ ├── human-male-girl.svg │ ├── human-male-height-variant.svg │ ├── human-male-height.svg │ ├── human-male-male.svg │ ├── human-male.svg │ ├── human-non-binary.svg │ ├── human-pregnant.svg │ ├── human-queue.svg │ ├── human-scooter.svg │ ├── human-wheelchair.svg │ ├── human.svg │ ├── humble-bundle.svg │ ├── hvac-off.svg │ ├── hvac.svg │ ├── hydraulic-oil-level.svg │ ├── hydraulic-oil-temperature.svg │ ├── hydro-power.svg │ ├── hydrogen-station.svg │ ├── ice-cream-off.svg │ ├── ice-cream.svg │ ├── ice-pop.svg │ ├── id-card.svg │ ├── identifier.svg │ ├── ideogram-cjk-variant.svg │ ├── ideogram-cjk.svg │ ├── image-album.svg │ ├── image-area-close.svg │ ├── image-area.svg │ ├── image-auto-adjust.svg │ ├── image-broken-variant.svg │ ├── image-broken.svg │ ├── image-edit-outline.svg │ ├── image-edit.svg │ ├── image-filter-black-white.svg │ ├── image-filter-center-focus-strong-outline.svg │ ├── image-filter-center-focus-strong.svg │ ├── image-filter-center-focus-weak.svg │ ├── image-filter-center-focus.svg │ ├── image-filter-drama.svg │ ├── image-filter-frames.svg │ ├── image-filter-hdr.svg │ ├── image-filter-none.svg │ ├── image-filter-tilt-shift.svg │ ├── image-filter-vintage.svg │ ├── image-frame.svg │ ├── image-marker-outline.svg │ ├── image-marker.svg │ ├── image-minus.svg │ ├── image-move.svg │ ├── image-multiple-outline.svg │ ├── image-multiple.svg │ ├── image-off-outline.svg │ ├── image-off.svg │ ├── image-outline.svg │ ├── image-plus.svg │ ├── image-remove.svg │ ├── image-search-outline.svg │ ├── image-search.svg │ ├── image-size-select-actual.svg │ ├── image-size-select-large.svg │ ├── image-size-select-small.svg │ ├── image-text.svg │ ├── image.svg │ ├── import.svg │ ├── inbox-arrow-down-outline.svg │ ├── inbox-arrow-down.svg │ ├── inbox-arrow-up-outline.svg │ ├── inbox-arrow-up.svg │ ├── inbox-full-outline.svg │ ├── inbox-full.svg │ ├── inbox-multiple-outline.svg │ ├── inbox-multiple.svg │ ├── inbox-outline.svg │ ├── inbox-remove-outline.svg │ ├── inbox-remove.svg │ ├── inbox.svg │ ├── incognito-circle-off.svg │ ├── incognito-circle.svg │ ├── incognito-off.svg │ ├── incognito.svg │ ├── induction.svg │ ├── infinity.svg │ ├── information-off-outline.svg │ ├── information-off.svg │ ├── information-outline.svg │ ├── information-variant.svg │ ├── information.svg │ ├── instagram.svg │ ├── instrument-triangle.svg │ ├── integrated-circuit-chip.svg │ ├── invert-colors-off.svg │ ├── invert-colors.svg │ ├── iobroker.svg │ ├── ip-network-outline.svg │ ├── ip-network.svg │ ├── ip.svg │ ├── ipod.svg │ ├── iron-board.svg │ ├── iron-outline.svg │ ├── iron.svg │ ├── island.svg │ ├── iv-bag.svg │ ├── jabber.svg │ ├── jeepney.svg │ ├── jellyfish-outline.svg │ ├── jellyfish.svg │ ├── jira.svg │ ├── jquery.svg │ ├── jsfiddle.svg │ ├── jump-rope.svg │ ├── kabaddi.svg │ ├── kangaroo.svg │ ├── karate.svg │ ├── kayaking.svg │ ├── keg.svg │ ├── kettle-alert-outline.svg │ ├── kettle-alert.svg │ ├── kettle-off-outline.svg │ ├── kettle-off.svg │ ├── kettle-outline.svg │ ├── kettle-pour-over.svg │ ├── kettle-steam-outline.svg │ ├── kettle-steam.svg │ ├── kettle.svg │ ├── kettlebell.svg │ ├── key-arrow-right.svg │ ├── key-chain-variant.svg │ ├── key-chain.svg │ ├── key-change.svg │ ├── key-link.svg │ ├── key-minus.svg │ ├── key-outline.svg │ ├── key-plus.svg │ ├── key-remove.svg │ ├── key-star.svg │ ├── key-variant.svg │ ├── key-wireless.svg │ ├── key.svg │ ├── keyboard-backspace.svg │ ├── keyboard-caps.svg │ ├── keyboard-close.svg │ ├── keyboard-esc.svg │ ├── keyboard-f1.svg │ ├── keyboard-f10.svg │ ├── keyboard-f11.svg │ ├── keyboard-f12.svg │ ├── keyboard-f2.svg │ ├── keyboard-f3.svg │ ├── keyboard-f4.svg │ ├── keyboard-f5.svg │ ├── keyboard-f6.svg │ ├── keyboard-f7.svg │ ├── keyboard-f8.svg │ ├── keyboard-f9.svg │ ├── keyboard-off-outline.svg │ ├── keyboard-off.svg │ ├── keyboard-outline.svg │ ├── keyboard-return.svg │ ├── keyboard-settings-outline.svg │ ├── keyboard-settings.svg │ ├── keyboard-space.svg │ ├── keyboard-tab-reverse.svg │ ├── keyboard-tab.svg │ ├── keyboard-variant.svg │ ├── keyboard.svg │ ├── khanda.svg │ ├── kickstarter.svg │ ├── kitesurfing.svg │ ├── klingon.svg │ ├── knife-military.svg │ ├── knife.svg │ ├── koala.svg │ ├── kodi.svg │ ├── kubernetes.svg │ ├── label-multiple-outline.svg │ ├── label-multiple.svg │ ├── label-off-outline.svg │ ├── label-off.svg │ ├── label-outline.svg │ ├── label-percent-outline.svg │ ├── label-percent.svg │ ├── label-variant-outline.svg │ ├── label-variant.svg │ ├── label.svg │ ├── ladder.svg │ ├── ladybug.svg │ ├── lambda.svg │ ├── lamp-outline.svg │ ├── lamp.svg │ ├── lamps-outline.svg │ ├── lamps.svg │ ├── lan-check.svg │ ├── lan-connect.svg │ ├── lan-disconnect.svg │ ├── lan-pending.svg │ ├── lan.svg │ ├── language-c.svg │ ├── language-cpp.svg │ ├── language-csharp.svg │ ├── language-css3.svg │ ├── language-fortran.svg │ ├── language-go.svg │ ├── language-haskell.svg │ ├── language-html5.svg │ ├── language-java.svg │ ├── language-javascript.svg │ ├── language-kotlin.svg │ ├── language-lua.svg │ ├── language-markdown-outline.svg │ ├── language-markdown.svg │ ├── language-php.svg │ ├── language-python.svg │ ├── language-r.svg │ ├── language-ruby-on-rails.svg │ ├── language-ruby.svg │ ├── language-rust.svg │ ├── language-swift.svg │ ├── language-typescript.svg │ ├── language-xaml.svg │ ├── laptop-off.svg │ ├── laptop.svg │ ├── laravel.svg │ ├── laser-pointer.svg │ ├── lasso.svg │ ├── lastpass.svg │ ├── latitude.svg │ ├── launch.svg │ ├── lava-lamp.svg │ ├── layers-edit.svg │ ├── layers-minus.svg │ ├── layers-off-outline.svg │ ├── layers-off.svg │ ├── layers-outline.svg │ ├── layers-plus.svg │ ├── layers-remove.svg │ ├── layers-search-outline.svg │ ├── layers-search.svg │ ├── layers-triple-outline.svg │ ├── layers-triple.svg │ ├── layers.svg │ ├── lead-pencil.svg │ ├── leaf-circle-outline.svg │ ├── leaf-circle.svg │ ├── leaf-maple-off.svg │ ├── leaf-maple.svg │ ├── leaf-off.svg │ ├── leaf.svg │ ├── leak-off.svg │ ├── leak.svg │ ├── led-off.svg │ ├── led-on.svg │ ├── led-outline.svg │ ├── led-strip-variant.svg │ ├── led-strip.svg │ ├── led-variant-off.svg │ ├── led-variant-on.svg │ ├── led-variant-outline.svg │ ├── leek.svg │ ├── less-than-or-equal.svg │ ├── less-than.svg │ ├── library-shelves.svg │ ├── library.svg │ ├── license.svg │ ├── lifebuoy.svg │ ├── light-recessed.svg │ ├── light-switch.svg │ ├── lightbulb-auto-outline.svg │ ├── lightbulb-auto.svg │ ├── lightbulb-cfl-off.svg │ ├── lightbulb-cfl-spiral-off.svg │ ├── lightbulb-cfl-spiral.svg │ ├── lightbulb-cfl.svg │ ├── lightbulb-fluorescent-tube-outline.svg │ ├── lightbulb-fluorescent-tube.svg │ ├── lightbulb-group-off-outline.svg │ ├── lightbulb-group-off.svg │ ├── lightbulb-group-outline.svg │ ├── lightbulb-group.svg │ ├── lightbulb-multiple-off-outline.svg │ ├── lightbulb-multiple-off.svg │ ├── lightbulb-multiple-outline.svg │ ├── lightbulb-multiple.svg │ ├── lightbulb-off-outline.svg │ ├── lightbulb-off.svg │ ├── lightbulb-on-outline.svg │ ├── lightbulb-on.svg │ ├── lightbulb-outline.svg │ ├── lightbulb-spot-off.svg │ ├── lightbulb-spot.svg │ ├── lightbulb-variant-outline.svg │ ├── lightbulb-variant.svg │ ├── lightbulb.svg │ ├── lighthouse-on.svg │ ├── lighthouse.svg │ ├── lightning-bolt-circle.svg │ ├── lightning-bolt-outline.svg │ ├── lightning-bolt.svg │ ├── line-scan.svg │ ├── lingerie.svg │ ├── link-box-outline.svg │ ├── link-box-variant-outline.svg │ ├── link-box-variant.svg │ ├── link-box.svg │ ├── link-lock.svg │ ├── link-off.svg │ ├── link-plus.svg │ ├── link-variant-minus.svg │ ├── link-variant-off.svg │ ├── link-variant-plus.svg │ ├── link-variant-remove.svg │ ├── link-variant.svg │ ├── link.svg │ ├── linkedin.svg │ ├── linux-mint.svg │ ├── linux.svg │ ├── lipstick.svg │ ├── liquid-spot.svg │ ├── liquor.svg │ ├── list-status.svg │ ├── litecoin.svg │ ├── loading.svg │ ├── location-enter.svg │ ├── location-exit.svg │ ├── lock-alert-outline.svg │ ├── lock-alert.svg │ ├── lock-check-outline.svg │ ├── lock-check.svg │ ├── lock-clock.svg │ ├── lock-minus-outline.svg │ ├── lock-minus.svg │ ├── lock-off-outline.svg │ ├── lock-off.svg │ ├── lock-open-alert-outline.svg │ ├── lock-open-alert.svg │ ├── lock-open-check-outline.svg │ ├── lock-open-check.svg │ ├── lock-open-minus-outline.svg │ ├── lock-open-minus.svg │ ├── lock-open-outline.svg │ ├── lock-open-plus-outline.svg │ ├── lock-open-plus.svg │ ├── lock-open-remove-outline.svg │ ├── lock-open-remove.svg │ ├── lock-open-variant-outline.svg │ ├── lock-open-variant.svg │ ├── lock-open.svg │ ├── lock-outline.svg │ ├── lock-pattern.svg │ ├── lock-plus-outline.svg │ ├── lock-plus.svg │ ├── lock-question.svg │ ├── lock-remove-outline.svg │ ├── lock-remove.svg │ ├── lock-reset.svg │ ├── lock-smart.svg │ ├── lock.svg │ ├── locker-multiple.svg │ ├── locker.svg │ ├── login-variant.svg │ ├── login.svg │ ├── logout-variant.svg │ ├── logout.svg │ ├── longitude.svg │ ├── looks.svg │ ├── lotion-outline.svg │ ├── lotion-plus-outline.svg │ ├── lotion-plus.svg │ ├── lotion.svg │ ├── loupe.svg │ ├── lumx.svg │ ├── lungs.svg │ ├── mace.svg │ ├── magazine-pistol.svg │ ├── magazine-rifle.svg │ ├── magic-staff.svg │ ├── magnet-on.svg │ ├── magnet.svg │ ├── magnify-close.svg │ ├── magnify-expand.svg │ ├── magnify-minus-cursor.svg │ ├── magnify-minus-outline.svg │ ├── magnify-minus.svg │ ├── magnify-plus-cursor.svg │ ├── magnify-plus-outline.svg │ ├── magnify-plus.svg │ ├── magnify-remove-cursor.svg │ ├── magnify-remove-outline.svg │ ├── magnify-scan.svg │ ├── magnify.svg │ ├── mail.svg │ ├── mailbox-open-outline.svg │ ├── mailbox-open-up-outline.svg │ ├── mailbox-open-up.svg │ ├── mailbox-open.svg │ ├── mailbox-outline.svg │ ├── mailbox-up-outline.svg │ ├── mailbox-up.svg │ ├── mailbox.svg │ ├── manjaro.svg │ ├── map-check-outline.svg │ ├── map-check.svg │ ├── map-clock-outline.svg │ ├── map-clock.svg │ ├── map-legend.svg │ ├── map-marker-account-outline.svg │ ├── map-marker-account.svg │ ├── map-marker-alert-outline.svg │ ├── map-marker-alert.svg │ ├── map-marker-check-outline.svg │ ├── map-marker-check.svg │ ├── map-marker-circle.svg │ ├── map-marker-distance.svg │ ├── map-marker-down.svg │ ├── map-marker-left-outline.svg │ ├── map-marker-left.svg │ ├── map-marker-minus-outline.svg │ ├── map-marker-minus.svg │ ├── map-marker-multiple-outline.svg │ ├── map-marker-multiple.svg │ ├── map-marker-off-outline.svg │ ├── map-marker-off.svg │ ├── map-marker-outline.svg │ ├── map-marker-path.svg │ ├── map-marker-plus-outline.svg │ ├── map-marker-plus.svg │ ├── map-marker-question-outline.svg │ ├── map-marker-question.svg │ ├── map-marker-radius-outline.svg │ ├── map-marker-radius.svg │ ├── map-marker-remove-outline.svg │ ├── map-marker-remove-variant.svg │ ├── map-marker-remove.svg │ ├── map-marker-right-outline.svg │ ├── map-marker-right.svg │ ├── map-marker-star-outline.svg │ ├── map-marker-star.svg │ ├── map-marker-up.svg │ ├── map-marker.svg │ ├── map-minus.svg │ ├── map-outline.svg │ ├── map-plus.svg │ ├── map-search-outline.svg │ ├── map-search.svg │ ├── map.svg │ ├── mapbox.svg │ ├── margin.svg │ ├── marker-cancel.svg │ ├── marker-check.svg │ ├── marker.svg │ ├── mastodon.svg │ ├── material-design.svg │ ├── material-ui.svg │ ├── math-compass.svg │ ├── math-cos.svg │ ├── math-integral-box.svg │ ├── math-integral.svg │ ├── math-log.svg │ ├── math-norm-box.svg │ ├── math-norm.svg │ ├── math-sin.svg │ ├── math-tan.svg │ ├── matrix.svg │ ├── medal-outline.svg │ ├── medal.svg │ ├── medical-bag.svg │ ├── meditation.svg │ ├── memory.svg │ ├── menorah-fire.svg │ ├── menorah.svg │ ├── menu-down-outline.svg │ ├── menu-down.svg │ ├── menu-left-outline.svg │ ├── menu-left.svg │ ├── menu-open.svg │ ├── menu-right-outline.svg │ ├── menu-right.svg │ ├── menu-swap-outline.svg │ ├── menu-swap.svg │ ├── menu-up-outline.svg │ ├── menu-up.svg │ ├── menu.svg │ ├── merge.svg │ ├── message-alert-outline.svg │ ├── message-alert.svg │ ├── message-arrow-left-outline.svg │ ├── message-arrow-left.svg │ ├── message-arrow-right-outline.svg │ ├── message-arrow-right.svg │ ├── message-badge-outline.svg │ ├── message-badge.svg │ ├── message-bookmark-outline.svg │ ├── message-bookmark.svg │ ├── message-bulleted-off.svg │ ├── message-bulleted.svg │ ├── message-cog-outline.svg │ ├── message-cog.svg │ ├── message-draw.svg │ ├── message-flash-outline.svg │ ├── message-flash.svg │ ├── message-image-outline.svg │ ├── message-image.svg │ ├── message-lock-outline.svg │ ├── message-lock.svg │ ├── message-minus-outline.svg │ ├── message-minus.svg │ ├── message-off-outline.svg │ ├── message-off.svg │ ├── message-outline.svg │ ├── message-plus-outline.svg │ ├── message-plus.svg │ ├── message-processing-outline.svg │ ├── message-processing.svg │ ├── message-question-outline.svg │ ├── message-question.svg │ ├── message-reply-outline.svg │ ├── message-reply-text-outline.svg │ ├── message-reply-text.svg │ ├── message-reply.svg │ ├── message-settings-outline.svg │ ├── message-settings.svg │ ├── message-star-outline.svg │ ├── message-star.svg │ ├── message-text-clock-outline.svg │ ├── message-text-clock.svg │ ├── message-text-lock-outline.svg │ ├── message-text-lock.svg │ ├── message-text-outline.svg │ ├── message-text.svg │ ├── message-video.svg │ ├── message.svg │ ├── meteor.svg │ ├── metronome-tick.svg │ ├── metronome.svg │ ├── micro-sd.svg │ ├── microphone-minus.svg │ ├── microphone-off.svg │ ├── microphone-outline.svg │ ├── microphone-plus.svg │ ├── microphone-settings.svg │ ├── microphone-variant-off.svg │ ├── microphone-variant.svg │ ├── microphone.svg │ ├── microscope.svg │ ├── microsoft-access.svg │ ├── microsoft-azure-devops.svg │ ├── microsoft-azure.svg │ ├── microsoft-bing.svg │ ├── microsoft-dynamics-365.svg │ ├── microsoft-edge.svg │ ├── microsoft-excel.svg │ ├── microsoft-internet-explorer.svg │ ├── microsoft-office.svg │ ├── microsoft-onedrive.svg │ ├── microsoft-onenote.svg │ ├── microsoft-outlook.svg │ ├── microsoft-powerpoint.svg │ ├── microsoft-sharepoint.svg │ ├── microsoft-teams.svg │ ├── microsoft-visual-studio-code.svg │ ├── microsoft-visual-studio.svg │ ├── microsoft-windows-classic.svg │ ├── microsoft-windows.svg │ ├── microsoft-word.svg │ ├── microsoft-xbox-controller-battery-alert.svg │ ├── microsoft-xbox-controller-battery-charging.svg │ ├── microsoft-xbox-controller-battery-empty.svg │ ├── microsoft-xbox-controller-battery-full.svg │ ├── microsoft-xbox-controller-battery-low.svg │ ├── microsoft-xbox-controller-battery-medium.svg │ ├── microsoft-xbox-controller-battery-unknown.svg │ ├── microsoft-xbox-controller-menu.svg │ ├── microsoft-xbox-controller-off.svg │ ├── microsoft-xbox-controller-view.svg │ ├── microsoft-xbox-controller.svg │ ├── microsoft-xbox.svg │ ├── microsoft.svg │ ├── microwave-off.svg │ ├── microwave.svg │ ├── middleware-outline.svg │ ├── middleware.svg │ ├── midi-port.svg │ ├── midi.svg │ ├── mine.svg │ ├── minecraft.svg │ ├── mini-sd.svg │ ├── minidisc.svg │ ├── minus-box-multiple-outline.svg │ ├── minus-box-multiple.svg │ ├── minus-box-outline.svg │ ├── minus-box.svg │ ├── minus-circle-multiple-outline.svg │ ├── minus-circle-multiple.svg │ ├── minus-circle-off-outline.svg │ ├── minus-circle-off.svg │ ├── minus-circle-outline.svg │ ├── minus-circle.svg │ ├── minus-network-outline.svg │ ├── minus-network.svg │ ├── minus-thick.svg │ ├── minus.svg │ ├── mirror-rectangle.svg │ ├── mirror-variant.svg │ ├── mirror.svg │ ├── mixed-martial-arts.svg │ ├── mixed-reality.svg │ ├── molecule-co.svg │ ├── molecule-co2.svg │ ├── molecule.svg │ ├── monitor-cellphone-star.svg │ ├── monitor-cellphone.svg │ ├── monitor-dashboard.svg │ ├── monitor-edit.svg │ ├── monitor-eye.svg │ ├── monitor-lock.svg │ ├── monitor-multiple.svg │ ├── monitor-off.svg │ ├── monitor-screenshot.svg │ ├── monitor-share.svg │ ├── monitor-shimmer.svg │ ├── monitor-small.svg │ ├── monitor-speaker-off.svg │ ├── monitor-speaker.svg │ ├── monitor-star.svg │ ├── monitor.svg │ ├── moon-first-quarter.svg │ ├── moon-full.svg │ ├── moon-last-quarter.svg │ ├── moon-new.svg │ ├── moon-waning-crescent.svg │ ├── moon-waning-gibbous.svg │ ├── moon-waxing-crescent.svg │ ├── moon-waxing-gibbous.svg │ ├── moped-electric-outline.svg │ ├── moped-electric.svg │ ├── moped-outline.svg │ ├── moped.svg │ ├── more.svg │ ├── mortar-pestle-plus.svg │ ├── mortar-pestle.svg │ ├── mosque.svg │ ├── mother-heart.svg │ ├── mother-nurse.svg │ ├── motion-outline.svg │ ├── motion-pause-outline.svg │ ├── motion-pause.svg │ ├── motion-play-outline.svg │ ├── motion-play.svg │ ├── motion-sensor-off.svg │ ├── motion-sensor.svg │ ├── motion.svg │ ├── motorbike-electric.svg │ ├── motorbike.svg │ ├── mouse-bluetooth.svg │ ├── mouse-move-down.svg │ ├── mouse-move-up.svg │ ├── mouse-move-vertical.svg │ ├── mouse-off.svg │ ├── mouse-variant-off.svg │ ├── mouse-variant.svg │ ├── mouse.svg │ ├── move-resize-variant.svg │ ├── move-resize.svg │ ├── movie-check-outline.svg │ ├── movie-check.svg │ ├── movie-cog-outline.svg │ ├── movie-cog.svg │ ├── movie-edit-outline.svg │ ├── movie-edit.svg │ ├── movie-filter-outline.svg │ ├── movie-filter.svg │ ├── movie-minus-outline.svg │ ├── movie-minus.svg │ ├── movie-off-outline.svg │ ├── movie-off.svg │ ├── movie-open-check-outline.svg │ ├── movie-open-check.svg │ ├── movie-open-cog-outline.svg │ ├── movie-open-cog.svg │ ├── movie-open-edit-outline.svg │ ├── movie-open-edit.svg │ ├── movie-open-minus-outline.svg │ ├── movie-open-minus.svg │ ├── movie-open-off-outline.svg │ ├── movie-open-off.svg │ ├── movie-open-outline.svg │ ├── movie-open-play-outline.svg │ ├── movie-open-play.svg │ ├── movie-open-plus-outline.svg │ ├── movie-open-plus.svg │ ├── movie-open-remove-outline.svg │ ├── movie-open-remove.svg │ ├── movie-open-settings-outline.svg │ ├── movie-open-settings.svg │ ├── movie-open-star-outline.svg │ ├── movie-open-star.svg │ ├── movie-open.svg │ ├── movie-outline.svg │ ├── movie-play-outline.svg │ ├── movie-play.svg │ ├── movie-plus-outline.svg │ ├── movie-plus.svg │ ├── movie-remove-outline.svg │ ├── movie-remove.svg │ ├── movie-roll.svg │ ├── movie-search-outline.svg │ ├── movie-search.svg │ ├── movie-settings-outline.svg │ ├── movie-settings.svg │ ├── movie-star-outline.svg │ ├── movie-star.svg │ ├── movie.svg │ ├── mower-bag.svg │ ├── mower.svg │ ├── muffin.svg │ ├── multicast.svg │ ├── multiplication-box.svg │ ├── multiplication.svg │ ├── mushroom-off-outline.svg │ ├── mushroom-off.svg │ ├── mushroom-outline.svg │ ├── mushroom.svg │ ├── music-accidental-double-flat.svg │ ├── music-accidental-double-sharp.svg │ ├── music-accidental-flat.svg │ ├── music-accidental-natural.svg │ ├── music-accidental-sharp.svg │ ├── music-box-multiple-outline.svg │ ├── music-box-multiple.svg │ ├── music-box-outline.svg │ ├── music-box.svg │ ├── music-circle-outline.svg │ ├── music-circle.svg │ ├── music-clef-alto.svg │ ├── music-clef-bass.svg │ ├── music-clef-treble.svg │ ├── music-note-bluetooth-off.svg │ ├── music-note-bluetooth.svg │ ├── music-note-eighth-dotted.svg │ ├── music-note-eighth.svg │ ├── music-note-half-dotted.svg │ ├── music-note-half.svg │ ├── music-note-off-outline.svg │ ├── music-note-off.svg │ ├── music-note-outline.svg │ ├── music-note-plus.svg │ ├── music-note-quarter-dotted.svg │ ├── music-note-quarter.svg │ ├── music-note-sixteenth-dotted.svg │ ├── music-note-sixteenth.svg │ ├── music-note-whole-dotted.svg │ ├── music-note-whole.svg │ ├── music-note.svg │ ├── music-off.svg │ ├── music-rest-eighth.svg │ ├── music-rest-half.svg │ ├── music-rest-quarter.svg │ ├── music-rest-sixteenth.svg │ ├── music-rest-whole.svg │ ├── music.svg │ ├── mustache.svg │ ├── nail.svg │ ├── nas.svg │ ├── nativescript.svg │ ├── nature-people.svg │ ├── nature.svg │ ├── navigation-outline.svg │ ├── navigation-variant-outline.svg │ ├── navigation-variant.svg │ ├── navigation.svg │ ├── near-me.svg │ ├── necklace.svg │ ├── needle.svg │ ├── netflix.svg │ ├── network-off-outline.svg │ ├── network-off.svg │ ├── network-outline.svg │ ├── network-strength-1-alert.svg │ ├── network-strength-1.svg │ ├── network-strength-2-alert.svg │ ├── network-strength-2.svg │ ├── network-strength-3-alert.svg │ ├── network-strength-3.svg │ ├── network-strength-4-alert.svg │ ├── network-strength-4-cog.svg │ ├── network-strength-4.svg │ ├── network-strength-off-outline.svg │ ├── network-strength-off.svg │ ├── network-strength-outline.svg │ ├── network.svg │ ├── new-box.svg │ ├── newspaper-check.svg │ ├── newspaper-minus.svg │ ├── newspaper-plus.svg │ ├── newspaper-remove.svg │ ├── newspaper-variant-multiple-outline.svg │ ├── newspaper-variant-multiple.svg │ ├── newspaper-variant-outline.svg │ ├── newspaper-variant.svg │ ├── newspaper.svg │ ├── nfc-search-variant.svg │ ├── nfc-tap.svg │ ├── nfc-variant-off.svg │ ├── nfc-variant.svg │ ├── nfc.svg │ ├── ninja.svg │ ├── nintendo-game-boy.svg │ ├── nintendo-switch.svg │ ├── nintendo-wii.svg │ ├── nintendo-wiiu.svg │ ├── nix.svg │ ├── nodejs.svg │ ├── noodles.svg │ ├── not-equal-variant.svg │ ├── not-equal.svg │ ├── note-alert-outline.svg │ ├── note-alert.svg │ ├── note-check-outline.svg │ ├── note-check.svg │ ├── note-edit-outline.svg │ ├── note-edit.svg │ ├── note-minus-outline.svg │ ├── note-minus.svg │ ├── note-multiple-outline.svg │ ├── note-multiple.svg │ ├── note-off-outline.svg │ ├── note-off.svg │ ├── note-outline.svg │ ├── note-plus-outline.svg │ ├── note-plus.svg │ ├── note-remove-outline.svg │ ├── note-remove.svg │ ├── note-search-outline.svg │ ├── note-search.svg │ ├── note-text-outline.svg │ ├── note-text.svg │ ├── note.svg │ ├── notebook-check-outline.svg │ ├── notebook-check.svg │ ├── notebook-edit-outline.svg │ ├── notebook-edit.svg │ ├── notebook-minus-outline.svg │ ├── notebook-minus.svg │ ├── notebook-multiple.svg │ ├── notebook-outline.svg │ ├── notebook-plus-outline.svg │ ├── notebook-plus.svg │ ├── notebook-remove-outline.svg │ ├── notebook-remove.svg │ ├── notebook.svg │ ├── notification-clear-all.svg │ ├── npm.svg │ ├── nuke.svg │ ├── null.svg │ ├── numeric-0-box-multiple-outline.svg │ ├── numeric-0-box-multiple.svg │ ├── numeric-0-box-outline.svg │ ├── numeric-0-box.svg │ ├── numeric-0-circle-outline.svg │ ├── numeric-0-circle.svg │ ├── numeric-0.svg │ ├── numeric-1-box-multiple-outline.svg │ ├── numeric-1-box-multiple.svg │ ├── numeric-1-box-outline.svg │ ├── numeric-1-box.svg │ ├── numeric-1-circle-outline.svg │ ├── numeric-1-circle.svg │ ├── numeric-1.svg │ ├── numeric-10-box-multiple-outline.svg │ ├── numeric-10-box-multiple.svg │ ├── numeric-10-box-outline.svg │ ├── numeric-10-box.svg │ ├── numeric-10-circle-outline.svg │ ├── numeric-10-circle.svg │ ├── numeric-10.svg │ ├── numeric-2-box-multiple-outline.svg │ ├── numeric-2-box-multiple.svg │ ├── numeric-2-box-outline.svg │ ├── numeric-2-box.svg │ ├── numeric-2-circle-outline.svg │ ├── numeric-2-circle.svg │ ├── numeric-2.svg │ ├── numeric-3-box-multiple-outline.svg │ ├── numeric-3-box-multiple.svg │ ├── numeric-3-box-outline.svg │ ├── numeric-3-box.svg │ ├── numeric-3-circle-outline.svg │ ├── numeric-3-circle.svg │ ├── numeric-3.svg │ ├── numeric-4-box-multiple-outline.svg │ ├── numeric-4-box-multiple.svg │ ├── numeric-4-box-outline.svg │ ├── numeric-4-box.svg │ ├── numeric-4-circle-outline.svg │ ├── numeric-4-circle.svg │ ├── numeric-4.svg │ ├── numeric-5-box-multiple-outline.svg │ ├── numeric-5-box-multiple.svg │ ├── numeric-5-box-outline.svg │ ├── numeric-5-box.svg │ ├── numeric-5-circle-outline.svg │ ├── numeric-5-circle.svg │ ├── numeric-5.svg │ ├── numeric-6-box-multiple-outline.svg │ ├── numeric-6-box-multiple.svg │ ├── numeric-6-box-outline.svg │ ├── numeric-6-box.svg │ ├── numeric-6-circle-outline.svg │ ├── numeric-6-circle.svg │ ├── numeric-6.svg │ ├── numeric-7-box-multiple-outline.svg │ ├── numeric-7-box-multiple.svg │ ├── numeric-7-box-outline.svg │ ├── numeric-7-box.svg │ ├── numeric-7-circle-outline.svg │ ├── numeric-7-circle.svg │ ├── numeric-7.svg │ ├── numeric-8-box-multiple-outline.svg │ ├── numeric-8-box-multiple.svg │ ├── numeric-8-box-outline.svg │ ├── numeric-8-box.svg │ ├── numeric-8-circle-outline.svg │ ├── numeric-8-circle.svg │ ├── numeric-8.svg │ ├── numeric-9-box-multiple-outline.svg │ ├── numeric-9-box-multiple.svg │ ├── numeric-9-box-outline.svg │ ├── numeric-9-box.svg │ ├── numeric-9-circle-outline.svg │ ├── numeric-9-circle.svg │ ├── numeric-9-plus-box-multiple-outline.svg │ ├── numeric-9-plus-box-multiple.svg │ ├── numeric-9-plus-box-outline.svg │ ├── numeric-9-plus-box.svg │ ├── numeric-9-plus-circle-outline.svg │ ├── numeric-9-plus-circle.svg │ ├── numeric-9-plus.svg │ ├── numeric-9.svg │ ├── numeric-negative-1.svg │ ├── numeric-positive-1.svg │ ├── numeric.svg │ ├── nut.svg │ ├── nutrition.svg │ ├── nuxt.svg │ ├── oar.svg │ ├── ocarina.svg │ ├── oci.svg │ ├── ocr.svg │ ├── octagon-outline.svg │ ├── octagon.svg │ ├── octagram-outline.svg │ ├── octagram.svg │ ├── octahedron-off.svg │ ├── octahedron.svg │ ├── odnoklassniki.svg │ ├── offer.svg │ ├── office-building-cog-outline.svg │ ├── office-building-cog.svg │ ├── office-building-marker-outline.svg │ ├── office-building-marker.svg │ ├── office-building-outline.svg │ ├── office-building.svg │ ├── oil-lamp.svg │ ├── oil-level.svg │ ├── oil-temperature.svg │ ├── oil.svg │ ├── om.svg │ ├── omega.svg │ ├── one-up.svg │ ├── onepassword.svg │ ├── opacity.svg │ ├── open-in-app.svg │ ├── open-in-new.svg │ ├── open-source-initiative.svg │ ├── openid.svg │ ├── opera.svg │ ├── orbit-variant.svg │ ├── orbit.svg │ ├── order-alphabetical-ascending.svg │ ├── order-alphabetical-descending.svg │ ├── order-bool-ascending-variant.svg │ ├── order-bool-ascending.svg │ ├── order-bool-descending-variant.svg │ ├── order-bool-descending.svg │ ├── order-numeric-ascending.svg │ ├── order-numeric-descending.svg │ ├── origin.svg │ ├── ornament-variant.svg │ ├── ornament.svg │ ├── outdoor-lamp.svg │ ├── overscan.svg │ ├── owl.svg │ ├── pac-man.svg │ ├── package-down.svg │ ├── package-up.svg │ ├── package-variant-closed.svg │ ├── package-variant.svg │ ├── package.svg │ ├── page-first.svg │ ├── page-last.svg │ ├── page-layout-body.svg │ ├── page-layout-footer.svg │ ├── page-layout-header-footer.svg │ ├── page-layout-header.svg │ ├── page-layout-sidebar-left.svg │ ├── page-layout-sidebar-right.svg │ ├── page-next-outline.svg │ ├── page-next.svg │ ├── page-previous-outline.svg │ ├── page-previous.svg │ ├── pail-minus-outline.svg │ ├── pail-minus.svg │ ├── pail-off-outline.svg │ ├── pail-off.svg │ ├── pail-outline.svg │ ├── pail-plus-outline.svg │ ├── pail-plus.svg │ ├── pail-remove-outline.svg │ ├── pail-remove.svg │ ├── pail.svg │ ├── palette-advanced.svg │ ├── palette-outline.svg │ ├── palette-swatch-outline.svg │ ├── palette-swatch-variant.svg │ ├── palette-swatch.svg │ ├── palette.svg │ ├── palm-tree.svg │ ├── pan-bottom-left.svg │ ├── pan-bottom-right.svg │ ├── pan-down.svg │ ├── pan-horizontal.svg │ ├── pan-left.svg │ ├── pan-right.svg │ ├── pan-top-left.svg │ ├── pan-top-right.svg │ ├── pan-up.svg │ ├── pan-vertical.svg │ ├── pan.svg │ ├── panda.svg │ ├── pandora.svg │ ├── panorama-fisheye.svg │ ├── panorama-horizontal-outline.svg │ ├── panorama-horizontal.svg │ ├── panorama-vertical-outline.svg │ ├── panorama-vertical.svg │ ├── panorama-wide-angle-outline.svg │ ├── panorama-wide-angle.svg │ ├── panorama.svg │ ├── paper-cut-vertical.svg │ ├── paper-roll-outline.svg │ ├── paper-roll.svg │ ├── paperclip.svg │ ├── parachute-outline.svg │ ├── parachute.svg │ ├── paragliding.svg │ ├── parking.svg │ ├── party-popper.svg │ ├── passport-biometric.svg │ ├── passport.svg │ ├── pasta.svg │ ├── patio-heater.svg │ ├── patreon.svg │ ├── pause-circle-outline.svg │ ├── pause-circle.svg │ ├── pause-octagon-outline.svg │ ├── pause-octagon.svg │ ├── pause.svg │ ├── paw-off-outline.svg │ ├── paw-off.svg │ ├── paw-outline.svg │ ├── paw.svg │ ├── peace.svg │ ├── peanut-off-outline.svg │ ├── peanut-off.svg │ ├── peanut-outline.svg │ ├── peanut.svg │ ├── pen-lock.svg │ ├── pen-minus.svg │ ├── pen-off.svg │ ├── pen-plus.svg │ ├── pen-remove.svg │ ├── pen.svg │ ├── pencil-box-multiple-outline.svg │ ├── pencil-box-multiple.svg │ ├── pencil-box-outline.svg │ ├── pencil-box.svg │ ├── pencil-circle-outline.svg │ ├── pencil-circle.svg │ ├── pencil-lock-outline.svg │ ├── pencil-lock.svg │ ├── pencil-minus-outline.svg │ ├── pencil-minus.svg │ ├── pencil-off-outline.svg │ ├── pencil-off.svg │ ├── pencil-outline.svg │ ├── pencil-plus-outline.svg │ ├── pencil-plus.svg │ ├── pencil-remove-outline.svg │ ├── pencil-remove.svg │ ├── pencil-ruler.svg │ ├── pencil.svg │ ├── penguin.svg │ ├── pentagon-outline.svg │ ├── pentagon.svg │ ├── pentagram.svg │ ├── percent-outline.svg │ ├── percent.svg │ ├── periodic-table.svg │ ├── perspective-less.svg │ ├── perspective-more.svg │ ├── ph.svg │ ├── phone-alert-outline.svg │ ├── phone-alert.svg │ ├── phone-bluetooth-outline.svg │ ├── phone-bluetooth.svg │ ├── phone-cancel-outline.svg │ ├── phone-cancel.svg │ ├── phone-check-outline.svg │ ├── phone-check.svg │ ├── phone-classic-off.svg │ ├── phone-classic.svg │ ├── phone-dial-outline.svg │ ├── phone-dial.svg │ ├── phone-forward-outline.svg │ ├── phone-forward.svg │ ├── phone-hangup-outline.svg │ ├── phone-hangup.svg │ ├── phone-in-talk-outline.svg │ ├── phone-in-talk.svg │ ├── phone-incoming-outline.svg │ ├── phone-incoming.svg │ ├── phone-lock-outline.svg │ ├── phone-lock.svg │ ├── phone-log-outline.svg │ ├── phone-log.svg │ ├── phone-message-outline.svg │ ├── phone-message.svg │ ├── phone-minus-outline.svg │ ├── phone-minus.svg │ ├── phone-missed-outline.svg │ ├── phone-missed.svg │ ├── phone-off-outline.svg │ ├── phone-off.svg │ ├── phone-outgoing-outline.svg │ ├── phone-outgoing.svg │ ├── phone-outline.svg │ ├── phone-paused-outline.svg │ ├── phone-paused.svg │ ├── phone-plus-outline.svg │ ├── phone-plus.svg │ ├── phone-remove-outline.svg │ ├── phone-remove.svg │ ├── phone-return-outline.svg │ ├── phone-return.svg │ ├── phone-ring-outline.svg │ ├── phone-ring.svg │ ├── phone-rotate-landscape.svg │ ├── phone-rotate-portrait.svg │ ├── phone-settings-outline.svg │ ├── phone-settings.svg │ ├── phone-voip.svg │ ├── phone.svg │ ├── pi-box.svg │ ├── pi-hole.svg │ ├── pi.svg │ ├── piano-off.svg │ ├── piano.svg │ ├── pickaxe.svg │ ├── picture-in-picture-bottom-right-outline.svg │ ├── picture-in-picture-bottom-right.svg │ ├── picture-in-picture-top-right-outline.svg │ ├── picture-in-picture-top-right.svg │ ├── pier-crane.svg │ ├── pier.svg │ ├── pig-variant-outline.svg │ ├── pig-variant.svg │ ├── pig.svg │ ├── piggy-bank-outline.svg │ ├── piggy-bank.svg │ ├── pill.svg │ ├── pillar.svg │ ├── pin-off-outline.svg │ ├── pin-off.svg │ ├── pin-outline.svg │ ├── pin.svg │ ├── pine-tree-box.svg │ ├── pine-tree-fire.svg │ ├── pine-tree.svg │ ├── pinterest.svg │ ├── pinwheel-outline.svg │ ├── pinwheel.svg │ ├── pipe-disconnected.svg │ ├── pipe-leak.svg │ ├── pipe-valve.svg │ ├── pipe-wrench.svg │ ├── pipe.svg │ ├── pirate.svg │ ├── pistol.svg │ ├── piston.svg │ ├── pitchfork.svg │ ├── pizza.svg │ ├── play-box-multiple-outline.svg │ ├── play-box-multiple.svg │ ├── play-box-outline.svg │ ├── play-box.svg │ ├── play-circle-outline.svg │ ├── play-circle.svg │ ├── play-network-outline.svg │ ├── play-network.svg │ ├── play-outline.svg │ ├── play-pause.svg │ ├── play-protected-content.svg │ ├── play-speed.svg │ ├── play.svg │ ├── playlist-check.svg │ ├── playlist-edit.svg │ ├── playlist-minus.svg │ ├── playlist-music-outline.svg │ ├── playlist-music.svg │ ├── playlist-play.svg │ ├── playlist-plus.svg │ ├── playlist-remove.svg │ ├── playlist-star.svg │ ├── plex.svg │ ├── plus-box-multiple-outline.svg │ ├── plus-box-multiple.svg │ ├── plus-box-outline.svg │ ├── plus-box.svg │ ├── plus-circle-multiple-outline.svg │ ├── plus-circle-multiple.svg │ ├── plus-circle-outline.svg │ ├── plus-circle.svg │ ├── plus-minus-box.svg │ ├── plus-minus-variant.svg │ ├── plus-minus.svg │ ├── plus-network-outline.svg │ ├── plus-network.svg │ ├── plus-outline.svg │ ├── plus-thick.svg │ ├── plus.svg │ ├── podcast.svg │ ├── podium-bronze.svg │ ├── podium-gold.svg │ ├── podium-silver.svg │ ├── podium.svg │ ├── point-of-sale.svg │ ├── pokeball.svg │ ├── pokemon-go.svg │ ├── poker-chip.svg │ ├── polaroid.svg │ ├── police-badge-outline.svg │ ├── police-badge.svg │ ├── police-station.svg │ ├── poll.svg │ ├── polo.svg │ ├── polymer.svg │ ├── pool.svg │ ├── popcorn.svg │ ├── post-outline.svg │ ├── post.svg │ ├── postage-stamp.svg │ ├── pot-mix-outline.svg │ ├── pot-mix.svg │ ├── pot-outline.svg │ ├── pot-steam-outline.svg │ ├── pot-steam.svg │ ├── pot.svg │ ├── pound-box-outline.svg │ ├── pound-box.svg │ ├── pound.svg │ ├── power-cycle.svg │ ├── power-off.svg │ ├── power-on.svg │ ├── power-plug-off-outline.svg │ ├── power-plug-off.svg │ ├── power-plug-outline.svg │ ├── power-plug.svg │ ├── power-settings.svg │ ├── power-sleep.svg │ ├── power-socket-au.svg │ ├── power-socket-ch.svg │ ├── power-socket-de.svg │ ├── power-socket-eu.svg │ ├── power-socket-fr.svg │ ├── power-socket-it.svg │ ├── power-socket-jp.svg │ ├── power-socket-uk.svg │ ├── power-socket-us.svg │ ├── power-socket.svg │ ├── power-standby.svg │ ├── power.svg │ ├── powershell.svg │ ├── prescription.svg │ ├── presentation-play.svg │ ├── presentation.svg │ ├── pretzel.svg │ ├── printer-3d-nozzle-alert-outline.svg │ ├── printer-3d-nozzle-alert.svg │ ├── printer-3d-nozzle-heat-outline.svg │ ├── printer-3d-nozzle-heat.svg │ ├── printer-3d-nozzle-outline.svg │ ├── printer-3d-nozzle.svg │ ├── printer-3d.svg │ ├── printer-alert.svg │ ├── printer-check.svg │ ├── printer-eye.svg │ ├── printer-off-outline.svg │ ├── printer-off.svg │ ├── printer-outline.svg │ ├── printer-pos.svg │ ├── printer-search.svg │ ├── printer-settings.svg │ ├── printer-wireless.svg │ ├── printer.svg │ ├── priority-high.svg │ ├── priority-low.svg │ ├── professional-hexagon.svg │ ├── progress-alert.svg │ ├── progress-check.svg │ ├── progress-clock.svg │ ├── progress-close.svg │ ├── progress-download.svg │ ├── progress-pencil.svg │ ├── progress-question.svg │ ├── progress-star.svg │ ├── progress-upload.svg │ ├── progress-wrench.svg │ ├── projector-screen-off-outline.svg │ ├── projector-screen-off.svg │ ├── projector-screen-outline.svg │ ├── projector-screen-variant-off-outline.svg │ ├── projector-screen-variant-off.svg │ ├── projector-screen-variant-outline.svg │ ├── projector-screen-variant.svg │ ├── projector-screen.svg │ ├── projector.svg │ ├── propane-tank-outline.svg │ ├── propane-tank.svg │ ├── protocol.svg │ ├── publish-off.svg │ ├── publish.svg │ ├── pulse.svg │ ├── pump.svg │ ├── pumpkin.svg │ ├── purse-outline.svg │ ├── purse.svg │ ├── puzzle-check-outline.svg │ ├── puzzle-check.svg │ ├── puzzle-edit-outline.svg │ ├── puzzle-edit.svg │ ├── puzzle-heart-outline.svg │ ├── puzzle-heart.svg │ ├── puzzle-minus-outline.svg │ ├── puzzle-minus.svg │ ├── puzzle-outline.svg │ ├── puzzle-plus-outline.svg │ ├── puzzle-plus.svg │ ├── puzzle-remove-outline.svg │ ├── puzzle-remove.svg │ ├── puzzle-star-outline.svg │ ├── puzzle-star.svg │ ├── puzzle.svg │ ├── pyramid-off.svg │ ├── pyramid.svg │ ├── qi.svg │ ├── qqchat.svg │ ├── qrcode-edit.svg │ ├── qrcode-minus.svg │ ├── qrcode-plus.svg │ ├── qrcode-remove.svg │ ├── qrcode-scan.svg │ ├── qrcode.svg │ ├── quadcopter.svg │ ├── quality-high.svg │ ├── quality-low.svg │ ├── quality-medium.svg │ ├── quora.svg │ ├── rabbit.svg │ ├── racing-helmet.svg │ ├── racquetball.svg │ ├── radar.svg │ ├── radiator-disabled.svg │ ├── radiator-off.svg │ ├── radiator.svg │ ├── radio-am.svg │ ├── radio-fm.svg │ ├── radio-handheld.svg │ ├── radio-off.svg │ ├── radio-tower.svg │ ├── radio.svg │ ├── radioactive-circle-outline.svg │ ├── radioactive-circle.svg │ ├── radioactive-off.svg │ ├── radioactive.svg │ ├── radiobox-blank.svg │ ├── radiobox-marked.svg │ ├── radiology-box-outline.svg │ ├── radiology-box.svg │ ├── radius-outline.svg │ ├── radius.svg │ ├── railroad-light.svg │ ├── rake.svg │ ├── raspberry-pi.svg │ ├── ray-end-arrow.svg │ ├── ray-end.svg │ ├── ray-start-arrow.svg │ ├── ray-start-end.svg │ ├── ray-start-vertex-end.svg │ ├── ray-start.svg │ ├── ray-vertex.svg │ ├── react.svg │ ├── read.svg │ ├── receipt.svg │ ├── record-circle-outline.svg │ ├── record-circle.svg │ ├── record-player.svg │ ├── record-rec.svg │ ├── record.svg │ ├── rectangle-outline.svg │ ├── rectangle.svg │ ├── recycle-variant.svg │ ├── recycle.svg │ ├── reddit.svg │ ├── redhat.svg │ ├── redo-variant.svg │ ├── redo.svg │ ├── reflect-horizontal.svg │ ├── reflect-vertical.svg │ ├── refresh-auto.svg │ ├── refresh-circle.svg │ ├── refresh.svg │ ├── regex.svg │ ├── registered-trademark.svg │ ├── reiterate.svg │ ├── relation-many-to-many.svg │ ├── relation-many-to-one-or-many.svg │ ├── relation-many-to-one.svg │ ├── relation-many-to-only-one.svg │ ├── relation-many-to-zero-or-many.svg │ ├── relation-many-to-zero-or-one.svg │ ├── relation-one-or-many-to-many.svg │ ├── relation-one-or-many-to-one-or-many.svg │ ├── relation-one-or-many-to-one.svg │ ├── relation-one-or-many-to-only-one.svg │ ├── relation-one-or-many-to-zero-or-many.svg │ ├── relation-one-or-many-to-zero-or-one.svg │ ├── relation-one-to-many.svg │ ├── relation-one-to-one-or-many.svg │ ├── relation-one-to-one.svg │ ├── relation-one-to-only-one.svg │ ├── relation-one-to-zero-or-many.svg │ ├── relation-one-to-zero-or-one.svg │ ├── relation-only-one-to-many.svg │ ├── relation-only-one-to-one-or-many.svg │ ├── relation-only-one-to-one.svg │ ├── relation-only-one-to-only-one.svg │ ├── relation-only-one-to-zero-or-many.svg │ ├── relation-only-one-to-zero-or-one.svg │ ├── relation-zero-or-many-to-many.svg │ ├── relation-zero-or-many-to-one-or-many.svg │ ├── relation-zero-or-many-to-one.svg │ ├── relation-zero-or-many-to-only-one.svg │ ├── relation-zero-or-many-to-zero-or-many.svg │ ├── relation-zero-or-many-to-zero-or-one.svg │ ├── relation-zero-or-one-to-many.svg │ ├── relation-zero-or-one-to-one-or-many.svg │ ├── relation-zero-or-one-to-one.svg │ ├── relation-zero-or-one-to-only-one.svg │ ├── relation-zero-or-one-to-zero-or-many.svg │ ├── relation-zero-or-one-to-zero-or-one.svg │ ├── relative-scale.svg │ ├── reload-alert.svg │ ├── reload.svg │ ├── reminder.svg │ ├── remote-desktop.svg │ ├── remote-off.svg │ ├── remote-tv-off.svg │ ├── remote-tv.svg │ ├── remote.svg │ ├── rename-box.svg │ ├── reorder-horizontal.svg │ ├── reorder-vertical.svg │ ├── repeat-off.svg │ ├── repeat-once.svg │ ├── repeat-variant.svg │ ├── repeat.svg │ ├── replay.svg │ ├── reply-all-outline.svg │ ├── reply-all.svg │ ├── reply-circle.svg │ ├── reply-outline.svg │ ├── reply.svg │ ├── reproduction.svg │ ├── resistor-nodes.svg │ ├── resistor.svg │ ├── resize-bottom-right.svg │ ├── resize.svg │ ├── responsive.svg │ ├── restart-alert.svg │ ├── restart-off.svg │ ├── restart.svg │ ├── restore-alert.svg │ ├── restore.svg │ ├── rewind-10.svg │ ├── rewind-15.svg │ ├── rewind-30.svg │ ├── rewind-5.svg │ ├── rewind-60.svg │ ├── rewind-outline.svg │ ├── rewind.svg │ ├── rhombus-medium-outline.svg │ ├── rhombus-medium.svg │ ├── rhombus-outline.svg │ ├── rhombus-split-outline.svg │ ├── rhombus-split.svg │ ├── rhombus.svg │ ├── ribbon.svg │ ├── rice.svg │ ├── rickshaw-electric.svg │ ├── rickshaw.svg │ ├── ring.svg │ ├── rivet.svg │ ├── road-variant.svg │ ├── road.svg │ ├── robber.svg │ ├── robot-angry-outline.svg │ ├── robot-angry.svg │ ├── robot-confused-outline.svg │ ├── robot-confused.svg │ ├── robot-dead-outline.svg │ ├── robot-dead.svg │ ├── robot-excited-outline.svg │ ├── robot-excited.svg │ ├── robot-happy-outline.svg │ ├── robot-happy.svg │ ├── robot-industrial.svg │ ├── robot-love-outline.svg │ ├── robot-love.svg │ ├── robot-mower-outline.svg │ ├── robot-mower.svg │ ├── robot-off-outline.svg │ ├── robot-off.svg │ ├── robot-outline.svg │ ├── robot-vacuum-variant.svg │ ├── robot-vacuum.svg │ ├── robot.svg │ ├── rocket-launch-outline.svg │ ├── rocket-launch.svg │ ├── rocket-outline.svg │ ├── rocket.svg │ ├── rodent.svg │ ├── roller-skate-off.svg │ ├── roller-skate.svg │ ├── rollerblade-off.svg │ ├── rollerblade.svg │ ├── rollupjs.svg │ ├── roman-numeral-1.svg │ ├── roman-numeral-10.svg │ ├── roman-numeral-2.svg │ ├── roman-numeral-3.svg │ ├── roman-numeral-4.svg │ ├── roman-numeral-5.svg │ ├── roman-numeral-6.svg │ ├── roman-numeral-7.svg │ ├── roman-numeral-8.svg │ ├── roman-numeral-9.svg │ ├── room-service-outline.svg │ ├── room-service.svg │ ├── rotate-3d-variant.svg │ ├── rotate-3d.svg │ ├── rotate-left-variant.svg │ ├── rotate-left.svg │ ├── rotate-orbit.svg │ ├── rotate-right-variant.svg │ ├── rotate-right.svg │ ├── rounded-corner.svg │ ├── router-network.svg │ ├── router-wireless-off.svg │ ├── router-wireless-settings.svg │ ├── router-wireless.svg │ ├── router.svg │ ├── routes-clock.svg │ ├── routes.svg │ ├── rowing.svg │ ├── rss-box.svg │ ├── rss-off.svg │ ├── rss.svg │ ├── rug.svg │ ├── rugby.svg │ ├── ruler-square-compass.svg │ ├── ruler-square.svg │ ├── ruler.svg │ ├── run-fast.svg │ ├── run.svg │ ├── rv-truck.svg │ ├── sack-percent.svg │ ├── sack.svg │ ├── safe-square-outline.svg │ ├── safe-square.svg │ ├── safe.svg │ ├── safety-goggles.svg │ ├── sail-boat.svg │ ├── sale.svg │ ├── salesforce.svg │ ├── sass.svg │ ├── satellite-uplink.svg │ ├── satellite-variant.svg │ ├── satellite.svg │ ├── sausage-off.svg │ ├── sausage.svg │ ├── saw-blade.svg │ ├── sawtooth-wave.svg │ ├── saxophone.svg │ ├── scale-balance.svg │ ├── scale-bathroom.svg │ ├── scale-off.svg │ ├── scale.svg │ ├── scan-helper.svg │ ├── scanner-off.svg │ ├── scanner.svg │ ├── scatter-plot-outline.svg │ ├── scatter-plot.svg │ ├── scent-off.svg │ ├── scent.svg │ ├── school-outline.svg │ ├── school.svg │ ├── scissors-cutting.svg │ ├── scooter-electric.svg │ ├── scooter.svg │ ├── scoreboard-outline.svg │ ├── scoreboard.svg │ ├── screen-rotation-lock.svg │ ├── screen-rotation.svg │ ├── screw-flat-top.svg │ ├── screw-lag.svg │ ├── screw-machine-flat-top.svg │ ├── screw-machine-round-top.svg │ ├── screw-round-top.svg │ ├── screwdriver.svg │ ├── script-outline.svg │ ├── script-text-key-outline.svg │ ├── script-text-key.svg │ ├── script-text-outline.svg │ ├── script-text-play-outline.svg │ ├── script-text-play.svg │ ├── script-text.svg │ ├── script.svg │ ├── sd.svg │ ├── seal-variant.svg │ ├── seal.svg │ ├── search-web.svg │ ├── seat-flat-angled.svg │ ├── seat-flat.svg │ ├── seat-individual-suite.svg │ ├── seat-legroom-extra.svg │ ├── seat-legroom-normal.svg │ ├── seat-legroom-reduced.svg │ ├── seat-outline.svg │ ├── seat-passenger.svg │ ├── seat-recline-extra.svg │ ├── seat-recline-normal.svg │ ├── seat.svg │ ├── seatbelt.svg │ ├── security-network.svg │ ├── security.svg │ ├── seed-off-outline.svg │ ├── seed-off.svg │ ├── seed-outline.svg │ ├── seed.svg │ ├── seesaw.svg │ ├── segment.svg │ ├── select-all.svg │ ├── select-color.svg │ ├── select-compare.svg │ ├── select-drag.svg │ ├── select-group.svg │ ├── select-inverse.svg │ ├── select-marker.svg │ ├── select-multiple-marker.svg │ ├── select-multiple.svg │ ├── select-off.svg │ ├── select-place.svg │ ├── select-remove.svg │ ├── select-search.svg │ ├── select.svg │ ├── selection-drag.svg │ ├── selection-ellipse-arrow-inside.svg │ ├── selection-ellipse-remove.svg │ ├── selection-ellipse.svg │ ├── selection-marker.svg │ ├── selection-multiple-marker.svg │ ├── selection-multiple.svg │ ├── selection-off.svg │ ├── selection-remove.svg │ ├── selection-search.svg │ ├── selection.svg │ ├── semantic-web.svg │ ├── send-check-outline.svg │ ├── send-check.svg │ ├── send-circle-outline.svg │ ├── send-circle.svg │ ├── send-clock-outline.svg │ ├── send-clock.svg │ ├── send-lock-outline.svg │ ├── send-lock.svg │ ├── send-outline.svg │ ├── send.svg │ ├── serial-port.svg │ ├── server-minus.svg │ ├── server-network-off.svg │ ├── server-network.svg │ ├── server-off.svg │ ├── server-plus.svg │ ├── server-remove.svg │ ├── server-security.svg │ ├── server.svg │ ├── set-all.svg │ ├── set-center-right.svg │ ├── set-center.svg │ ├── set-left-center.svg │ ├── set-left-right.svg │ ├── set-left.svg │ ├── set-merge.svg │ ├── set-none.svg │ ├── set-right.svg │ ├── set-split.svg │ ├── set-square.svg │ ├── set-top-box.svg │ ├── settings-helper.svg │ ├── shaker-outline.svg │ ├── shaker.svg │ ├── shape-circle-plus.svg │ ├── shape-outline.svg │ ├── shape-oval-plus.svg │ ├── shape-plus.svg │ ├── shape-polygon-plus.svg │ ├── shape-rectangle-plus.svg │ ├── shape-square-plus.svg │ ├── shape-square-rounded-plus.svg │ ├── shape.svg │ ├── share-all-outline.svg │ ├── share-all.svg │ ├── share-circle.svg │ ├── share-off-outline.svg │ ├── share-off.svg │ ├── share-outline.svg │ ├── share-variant-outline.svg │ ├── share-variant.svg │ ├── share.svg │ ├── shark-fin-outline.svg │ ├── shark-fin.svg │ ├── shark-off.svg │ ├── shark.svg │ ├── sheep.svg │ ├── shield-account-outline.svg │ ├── shield-account-variant-outline.svg │ ├── shield-account-variant.svg │ ├── shield-account.svg │ ├── shield-airplane-outline.svg │ ├── shield-airplane.svg │ ├── shield-alert-outline.svg │ ├── shield-alert.svg │ ├── shield-bug-outline.svg │ ├── shield-bug.svg │ ├── shield-car.svg │ ├── shield-check-outline.svg │ ├── shield-check.svg │ ├── shield-cross-outline.svg │ ├── shield-cross.svg │ ├── shield-crown-outline.svg │ ├── shield-crown.svg │ ├── shield-edit-outline.svg │ ├── shield-edit.svg │ ├── shield-half-full.svg │ ├── shield-half.svg │ ├── shield-home-outline.svg │ ├── shield-home.svg │ ├── shield-key-outline.svg │ ├── shield-key.svg │ ├── shield-link-variant-outline.svg │ ├── shield-link-variant.svg │ ├── shield-lock-outline.svg │ ├── shield-lock.svg │ ├── shield-moon-outline.svg │ ├── shield-moon.svg │ ├── shield-off-outline.svg │ ├── shield-off.svg │ ├── shield-outline.svg │ ├── shield-plus-outline.svg │ ├── shield-plus.svg │ ├── shield-refresh-outline.svg │ ├── shield-refresh.svg │ ├── shield-remove-outline.svg │ ├── shield-remove.svg │ ├── shield-search.svg │ ├── shield-star-outline.svg │ ├── shield-star.svg │ ├── shield-sun-outline.svg │ ├── shield-sun.svg │ ├── shield-sword-outline.svg │ ├── shield-sword.svg │ ├── shield-sync-outline.svg │ ├── shield-sync.svg │ ├── shield.svg │ ├── shimmer.svg │ ├── ship-wheel.svg │ ├── shipping-pallet.svg │ ├── shoe-ballet.svg │ ├── shoe-cleat.svg │ ├── shoe-formal.svg │ ├── shoe-heel.svg │ ├── shoe-print.svg │ ├── shoe-sneaker.svg │ ├── shopping-music.svg │ ├── shopping-outline.svg │ ├── shopping-search.svg │ ├── shopping.svg │ ├── shore.svg │ ├── shovel-off.svg │ ├── shovel.svg │ ├── shower-head.svg │ ├── shower.svg │ ├── shredder.svg │ ├── shuffle-disabled.svg │ ├── shuffle-variant.svg │ ├── shuffle.svg │ ├── shuriken.svg │ ├── sickle.svg │ ├── sigma-lower.svg │ ├── sigma.svg │ ├── sign-caution.svg │ ├── sign-direction-minus.svg │ ├── sign-direction-plus.svg │ ├── sign-direction-remove.svg │ ├── sign-direction.svg │ ├── sign-pole.svg │ ├── sign-real-estate.svg │ ├── sign-text.svg │ ├── signal-2g.svg │ ├── signal-3g.svg │ ├── signal-4g.svg │ ├── signal-5g.svg │ ├── signal-cellular-1.svg │ ├── signal-cellular-2.svg │ ├── signal-cellular-3.svg │ ├── signal-cellular-outline.svg │ ├── signal-distance-variant.svg │ ├── signal-hspa-plus.svg │ ├── signal-hspa.svg │ ├── signal-off.svg │ ├── signal-variant.svg │ ├── signal.svg │ ├── signature-freehand.svg │ ├── signature-image.svg │ ├── signature-text.svg │ ├── signature.svg │ ├── silo.svg │ ├── silverware-clean.svg │ ├── silverware-fork-knife.svg │ ├── silverware-fork.svg │ ├── silverware-spoon.svg │ ├── silverware-variant.svg │ ├── silverware.svg │ ├── sim-alert-outline.svg │ ├── sim-alert.svg │ ├── sim-off-outline.svg │ ├── sim-off.svg │ ├── sim-outline.svg │ ├── sim.svg │ ├── simple-icons.svg │ ├── sina-weibo.svg │ ├── sine-wave.svg │ ├── sitemap.svg │ ├── size-l.svg │ ├── size-m.svg │ ├── size-s.svg │ ├── size-xl.svg │ ├── size-xs.svg │ ├── size-xxl.svg │ ├── size-xxs.svg │ ├── size-xxxl.svg │ ├── skate-off.svg │ ├── skate.svg │ ├── skateboard.svg │ ├── skateboarding.svg │ ├── skew-less.svg │ ├── skew-more.svg │ ├── ski-cross-country.svg │ ├── ski-water.svg │ ├── ski.svg │ ├── skip-backward-outline.svg │ ├── skip-backward.svg │ ├── skip-forward-outline.svg │ ├── skip-forward.svg │ ├── skip-next-circle-outline.svg │ ├── skip-next-circle.svg │ ├── skip-next-outline.svg │ ├── skip-next.svg │ ├── skip-previous-circle-outline.svg │ ├── skip-previous-circle.svg │ ├── skip-previous-outline.svg │ ├── skip-previous.svg │ ├── skull-crossbones-outline.svg │ ├── skull-crossbones.svg │ ├── skull-outline.svg │ ├── skull-scan-outline.svg │ ├── skull-scan.svg │ ├── skull.svg │ ├── skype-business.svg │ ├── skype.svg │ ├── slack.svg │ ├── slash-forward-box.svg │ ├── slash-forward.svg │ ├── sledding.svg │ ├── sleep-off.svg │ ├── sleep.svg │ ├── slide.svg │ ├── slope-downhill.svg │ ├── slope-uphill.svg │ ├── slot-machine-outline.svg │ ├── slot-machine.svg │ ├── smart-card-off-outline.svg │ ├── smart-card-off.svg │ ├── smart-card-outline.svg │ ├── smart-card-reader-outline.svg │ ├── smart-card-reader.svg │ ├── smart-card.svg │ ├── smog.svg │ ├── smoke-detector-alert-outline.svg │ ├── smoke-detector-alert.svg │ ├── smoke-detector-off-outline.svg │ ├── smoke-detector-off.svg │ ├── smoke-detector-outline.svg │ ├── smoke-detector-variant-alert.svg │ ├── smoke-detector-variant-off.svg │ ├── smoke-detector-variant.svg │ ├── smoke-detector.svg │ ├── smoke.svg │ ├── smoking-off.svg │ ├── smoking-pipe-off.svg │ ├── smoking-pipe.svg │ ├── smoking.svg │ ├── snail.svg │ ├── snake.svg │ ├── snapchat.svg │ ├── snowboard.svg │ ├── snowflake-alert.svg │ ├── snowflake-melt.svg │ ├── snowflake-off.svg │ ├── snowflake-variant.svg │ ├── snowflake.svg │ ├── snowman.svg │ ├── snowmobile.svg │ ├── soccer-field.svg │ ├── soccer.svg │ ├── social-distance-2-meters.svg │ ├── social-distance-6-feet.svg │ ├── sofa-outline.svg │ ├── sofa-single-outline.svg │ ├── sofa-single.svg │ ├── sofa.svg │ ├── solar-panel-large.svg │ ├── solar-panel.svg │ ├── solar-power.svg │ ├── soldering-iron.svg │ ├── solid.svg │ ├── sony-playstation.svg │ ├── sort-alphabetical-ascending-variant.svg │ ├── sort-alphabetical-ascending.svg │ ├── sort-alphabetical-descending-variant.svg │ ├── sort-alphabetical-descending.svg │ ├── sort-alphabetical-variant.svg │ ├── sort-ascending.svg │ ├── sort-bool-ascending-variant.svg │ ├── sort-bool-ascending.svg │ ├── sort-bool-descending-variant.svg │ ├── sort-bool-descending.svg │ ├── sort-calendar-ascending.svg │ ├── sort-calendar-descending.svg │ ├── sort-clock-ascending-outline.svg │ ├── sort-clock-ascending.svg │ ├── sort-clock-descending-outline.svg │ ├── sort-clock-descending.svg │ ├── sort-descending.svg │ ├── sort-numeric-ascending-variant.svg │ ├── sort-numeric-ascending.svg │ ├── sort-numeric-descending-variant.svg │ ├── sort-numeric-descending.svg │ ├── sort-numeric-variant.svg │ ├── sort-reverse-variant.svg │ ├── sort-variant-lock-open.svg │ ├── sort-variant-lock.svg │ ├── sort-variant-remove.svg │ ├── sort-variant.svg │ ├── sort.svg │ ├── soundbar.svg │ ├── soundcloud.svg │ ├── source-branch-check.svg │ ├── source-branch-minus.svg │ ├── source-branch-plus.svg │ ├── source-branch-refresh.svg │ ├── source-branch-remove.svg │ ├── source-branch-sync.svg │ ├── source-branch.svg │ ├── source-commit-end-local.svg │ ├── source-commit-end.svg │ ├── source-commit-local.svg │ ├── source-commit-next-local.svg │ ├── source-commit-start-next-local.svg │ ├── source-commit-start.svg │ ├── source-commit.svg │ ├── source-fork.svg │ ├── source-merge.svg │ ├── source-pull.svg │ ├── source-repository-multiple.svg │ ├── source-repository.svg │ ├── soy-sauce-off.svg │ ├── soy-sauce.svg │ ├── spa-outline.svg │ ├── spa.svg │ ├── space-invaders.svg │ ├── space-station.svg │ ├── spade.svg │ ├── speaker-bluetooth.svg │ ├── speaker-multiple.svg │ ├── speaker-off.svg │ ├── speaker-wireless.svg │ ├── speaker.svg │ ├── spear.svg │ ├── speedometer-medium.svg │ ├── speedometer-slow.svg │ ├── speedometer.svg │ ├── spellcheck.svg │ ├── sphere-off.svg │ ├── sphere.svg │ ├── spider-thread.svg │ ├── spider-web.svg │ ├── spider.svg │ ├── spirit-level.svg │ ├── spoon-sugar.svg │ ├── spotify.svg │ ├── spotlight-beam.svg │ ├── spotlight.svg │ ├── spray-bottle.svg │ ├── spray.svg │ ├── sprinkler-variant.svg │ ├── sprinkler.svg │ ├── sprout-outline.svg │ ├── sprout.svg │ ├── square-circle.svg │ ├── square-edit-outline.svg │ ├── square-medium-outline.svg │ ├── square-medium.svg │ ├── square-off-outline.svg │ ├── square-off.svg │ ├── square-opacity.svg │ ├── square-outline.svg │ ├── square-root-box.svg │ ├── square-root.svg │ ├── square-rounded-outline.svg │ ├── square-rounded.svg │ ├── square-small.svg │ ├── square-wave.svg │ ├── square.svg │ ├── squeegee.svg │ ├── ssh.svg │ ├── stack-exchange.svg │ ├── stack-overflow.svg │ ├── stackpath.svg │ ├── stadium-variant.svg │ ├── stadium.svg │ ├── stairs-box.svg │ ├── stairs-down.svg │ ├── stairs-up.svg │ ├── stairs.svg │ ├── stamper.svg │ ├── standard-definition.svg │ ├── star-box-multiple-outline.svg │ ├── star-box-multiple.svg │ ├── star-box-outline.svg │ ├── star-box.svg │ ├── star-check-outline.svg │ ├── star-check.svg │ ├── star-circle-outline.svg │ ├── star-circle.svg │ ├── star-cog-outline.svg │ ├── star-cog.svg │ ├── star-crescent.svg │ ├── star-david.svg │ ├── star-face.svg │ ├── star-four-points-outline.svg │ ├── star-four-points.svg │ ├── star-half-full.svg │ ├── star-half.svg │ ├── star-minus-outline.svg │ ├── star-minus.svg │ ├── star-off-outline.svg │ ├── star-off.svg │ ├── star-outline.svg │ ├── star-plus-outline.svg │ ├── star-plus.svg │ ├── star-remove-outline.svg │ ├── star-remove.svg │ ├── star-settings-outline.svg │ ├── star-settings.svg │ ├── star-shooting-outline.svg │ ├── star-shooting.svg │ ├── star-three-points-outline.svg │ ├── star-three-points.svg │ ├── star.svg │ ├── state-machine.svg │ ├── steam.svg │ ├── steering-off.svg │ ├── steering.svg │ ├── step-backward-2.svg │ ├── step-backward.svg │ ├── step-forward-2.svg │ ├── step-forward.svg │ ├── stethoscope.svg │ ├── sticker-alert-outline.svg │ ├── sticker-alert.svg │ ├── sticker-check-outline.svg │ ├── sticker-check.svg │ ├── sticker-circle-outline.svg │ ├── sticker-emoji.svg │ ├── sticker-minus-outline.svg │ ├── sticker-minus.svg │ ├── sticker-outline.svg │ ├── sticker-plus-outline.svg │ ├── sticker-plus.svg │ ├── sticker-remove-outline.svg │ ├── sticker-remove.svg │ ├── sticker-text-outline.svg │ ├── sticker-text.svg │ ├── sticker.svg │ ├── stocking.svg │ ├── stomach.svg │ ├── stool-outline.svg │ ├── stool.svg │ ├── stop-circle-outline.svg │ ├── stop-circle.svg │ ├── stop.svg │ ├── store-24-hour.svg │ ├── store-alert-outline.svg │ ├── store-alert.svg │ ├── store-check-outline.svg │ ├── store-check.svg │ ├── store-clock-outline.svg │ ├── store-clock.svg │ ├── store-cog-outline.svg │ ├── store-cog.svg │ ├── store-edit-outline.svg │ ├── store-edit.svg │ ├── store-marker-outline.svg │ ├── store-marker.svg │ ├── store-minus-outline.svg │ ├── store-minus.svg │ ├── store-off-outline.svg │ ├── store-off.svg │ ├── store-outline.svg │ ├── store-plus-outline.svg │ ├── store-plus.svg │ ├── store-remove-outline.svg │ ├── store-remove.svg │ ├── store-search-outline.svg │ ├── store-search.svg │ ├── store-settings-outline.svg │ ├── store-settings.svg │ ├── store.svg │ ├── storefront-outline.svg │ ├── storefront.svg │ ├── stove.svg │ ├── strategy.svg │ ├── stretch-to-page-outline.svg │ ├── stretch-to-page.svg │ ├── string-lights-off.svg │ ├── string-lights.svg │ ├── subdirectory-arrow-left.svg │ ├── subdirectory-arrow-right.svg │ ├── submarine.svg │ ├── subtitles-outline.svg │ ├── subtitles.svg │ ├── subway-alert-variant.svg │ ├── subway-variant.svg │ ├── subway.svg │ ├── summit.svg │ ├── sun-snowflake.svg │ ├── sun-thermometer-outline.svg │ ├── sun-thermometer.svg │ ├── sun-wireless-outline.svg │ ├── sun-wireless.svg │ ├── sunglasses.svg │ ├── surfing.svg │ ├── surround-sound-2-0.svg │ ├── surround-sound-2-1.svg │ ├── surround-sound-3-1.svg │ ├── surround-sound-5-1-2.svg │ ├── surround-sound-5-1.svg │ ├── surround-sound-7-1.svg │ ├── surround-sound.svg │ ├── svg.svg │ ├── swap-horizontal-bold.svg │ ├── swap-horizontal-circle-outline.svg │ ├── swap-horizontal-circle.svg │ ├── swap-horizontal-variant.svg │ ├── swap-horizontal.svg │ ├── swap-vertical-bold.svg │ ├── swap-vertical-circle-outline.svg │ ├── swap-vertical-circle.svg │ ├── swap-vertical-variant.svg │ ├── swap-vertical.svg │ ├── swim.svg │ ├── switch.svg │ ├── sword-cross.svg │ ├── sword.svg │ ├── syllabary-hangul.svg │ ├── syllabary-hiragana.svg │ ├── syllabary-katakana-halfwidth.svg │ ├── syllabary-katakana.svg │ ├── symbol.svg │ ├── symfony.svg │ ├── sync-alert.svg │ ├── sync-circle.svg │ ├── sync-off.svg │ ├── sync.svg │ ├── tab-minus.svg │ ├── tab-plus.svg │ ├── tab-remove.svg │ ├── tab-unselected.svg │ ├── tab.svg │ ├── table-account.svg │ ├── table-alert.svg │ ├── table-arrow-down.svg │ ├── table-arrow-left.svg │ ├── table-arrow-right.svg │ ├── table-arrow-up.svg │ ├── table-border.svg │ ├── table-cancel.svg │ ├── table-chair.svg │ ├── table-check.svg │ ├── table-clock.svg │ ├── table-cog.svg │ ├── table-column-plus-after.svg │ ├── table-column-plus-before.svg │ ├── table-column-remove.svg │ ├── table-column-width.svg │ ├── table-column.svg │ ├── table-edit.svg │ ├── table-eye-off.svg │ ├── table-eye.svg │ ├── table-furniture.svg │ ├── table-headers-eye-off.svg │ ├── table-headers-eye.svg │ ├── table-heart.svg │ ├── table-key.svg │ ├── table-large-plus.svg │ ├── table-large-remove.svg │ ├── table-large.svg │ ├── table-lock.svg │ ├── table-merge-cells.svg │ ├── table-minus.svg │ ├── table-multiple.svg │ ├── table-network.svg │ ├── table-of-contents.svg │ ├── table-off.svg │ ├── table-picnic.svg │ ├── table-pivot.svg │ ├── table-plus.svg │ ├── table-refresh.svg │ ├── table-remove.svg │ ├── table-row-height.svg │ ├── table-row-plus-after.svg │ ├── table-row-plus-before.svg │ ├── table-row-remove.svg │ ├── table-row.svg │ ├── table-search.svg │ ├── table-settings.svg │ ├── table-split-cell.svg │ ├── table-star.svg │ ├── table-sync.svg │ ├── table-tennis.svg │ ├── table.svg │ ├── tablet-android.svg │ ├── tablet-cellphone.svg │ ├── tablet-dashboard.svg │ ├── tablet.svg │ ├── taco.svg │ ├── tag-arrow-down-outline.svg │ ├── tag-arrow-down.svg │ ├── tag-arrow-left-outline.svg │ ├── tag-arrow-left.svg │ ├── tag-arrow-right-outline.svg │ ├── tag-arrow-right.svg │ ├── tag-arrow-up-outline.svg │ ├── tag-arrow-up.svg │ ├── tag-faces.svg │ ├── tag-heart-outline.svg │ ├── tag-heart.svg │ ├── tag-minus-outline.svg │ ├── tag-minus.svg │ ├── tag-multiple-outline.svg │ ├── tag-multiple.svg │ ├── tag-off-outline.svg │ ├── tag-off.svg │ ├── tag-outline.svg │ ├── tag-plus-outline.svg │ ├── tag-plus.svg │ ├── tag-remove-outline.svg │ ├── tag-remove.svg │ ├── tag-search-outline.svg │ ├── tag-search.svg │ ├── tag-text-outline.svg │ ├── tag-text.svg │ ├── tag.svg │ ├── tailwind.svg │ ├── tangram.svg │ ├── tank.svg │ ├── tanker-truck.svg │ ├── tape-drive.svg │ ├── tape-measure.svg │ ├── target-account.svg │ ├── target-variant.svg │ ├── target.svg │ ├── taxi.svg │ ├── tea-outline.svg │ ├── tea.svg │ ├── teamviewer.svg │ ├── teddy-bear.svg │ ├── telescope.svg │ ├── television-ambient-light.svg │ ├── television-box.svg │ ├── television-classic-off.svg │ ├── television-classic.svg │ ├── television-guide.svg │ ├── television-off.svg │ ├── television-pause.svg │ ├── television-play.svg │ ├── television-shimmer.svg │ ├── television-stop.svg │ ├── television.svg │ ├── temperature-celsius.svg │ ├── temperature-fahrenheit.svg │ ├── temperature-kelvin.svg │ ├── tennis-ball.svg │ ├── tennis.svg │ ├── tent.svg │ ├── terraform.svg │ ├── terrain.svg │ ├── test-tube-empty.svg │ ├── test-tube-off.svg │ ├── test-tube.svg │ ├── text-account.svg │ ├── text-box-check-outline.svg │ ├── text-box-check.svg │ ├── text-box-minus-outline.svg │ ├── text-box-minus.svg │ ├── text-box-multiple-outline.svg │ ├── text-box-multiple.svg │ ├── text-box-outline.svg │ ├── text-box-plus-outline.svg │ ├── text-box-plus.svg │ ├── text-box-remove-outline.svg │ ├── text-box-remove.svg │ ├── text-box-search-outline.svg │ ├── text-box-search.svg │ ├── text-box.svg │ ├── text-long.svg │ ├── text-recognition.svg │ ├── text-search.svg │ ├── text-shadow.svg │ ├── text-short.svg │ ├── text-to-speech-off.svg │ ├── text-to-speech.svg │ ├── text.svg │ ├── texture-box.svg │ ├── texture.svg │ ├── theater.svg │ ├── theme-light-dark.svg │ ├── thermometer-alert.svg │ ├── thermometer-bluetooth.svg │ ├── thermometer-chevron-down.svg │ ├── thermometer-chevron-up.svg │ ├── thermometer-high.svg │ ├── thermometer-lines.svg │ ├── thermometer-low.svg │ ├── thermometer-minus.svg │ ├── thermometer-off.svg │ ├── thermometer-plus.svg │ ├── thermometer.svg │ ├── thermostat-box.svg │ ├── thermostat.svg │ ├── thought-bubble-outline.svg │ ├── thought-bubble.svg │ ├── thumb-down-outline.svg │ ├── thumb-down.svg │ ├── thumb-up-outline.svg │ ├── thumb-up.svg │ ├── thumbs-up-down-outline.svg │ ├── thumbs-up-down.svg │ ├── ticket-account.svg │ ├── ticket-confirmation-outline.svg │ ├── ticket-confirmation.svg │ ├── ticket-outline.svg │ ├── ticket-percent-outline.svg │ ├── ticket-percent.svg │ ├── ticket.svg │ ├── tie.svg │ ├── tilde-off.svg │ ├── tilde.svg │ ├── timelapse.svg │ ├── timeline-alert-outline.svg │ ├── timeline-alert.svg │ ├── timeline-check-outline.svg │ ├── timeline-check.svg │ ├── timeline-clock-outline.svg │ ├── timeline-clock.svg │ ├── timeline-help-outline.svg │ ├── timeline-help.svg │ ├── timeline-minus-outline.svg │ ├── timeline-minus.svg │ ├── timeline-outline.svg │ ├── timeline-plus-outline.svg │ ├── timeline-plus.svg │ ├── timeline-remove-outline.svg │ ├── timeline-remove.svg │ ├── timeline-text-outline.svg │ ├── timeline-text.svg │ ├── timeline.svg │ ├── timer-10.svg │ ├── timer-3.svg │ ├── timer-cog-outline.svg │ ├── timer-cog.svg │ ├── timer-off-outline.svg │ ├── timer-off.svg │ ├── timer-outline.svg │ ├── timer-sand-empty.svg │ ├── timer-sand-full.svg │ ├── timer-sand.svg │ ├── timer-settings-outline.svg │ ├── timer-settings.svg │ ├── timer.svg │ ├── timetable.svg │ ├── tire.svg │ ├── toaster-off.svg │ ├── toaster-oven.svg │ ├── toaster.svg │ ├── toggle-switch-off-outline.svg │ ├── toggle-switch-off.svg │ ├── toggle-switch-outline.svg │ ├── toggle-switch.svg │ ├── toilet.svg │ ├── toolbox-outline.svg │ ├── toolbox.svg │ ├── tools.svg │ ├── tooltip-account.svg │ ├── tooltip-cellphone.svg │ ├── tooltip-check-outline.svg │ ├── tooltip-check.svg │ ├── tooltip-edit-outline.svg │ ├── tooltip-edit.svg │ ├── tooltip-image-outline.svg │ ├── tooltip-image.svg │ ├── tooltip-minus-outline.svg │ ├── tooltip-minus.svg │ ├── tooltip-outline.svg │ ├── tooltip-plus-outline.svg │ ├── tooltip-plus.svg │ ├── tooltip-remove-outline.svg │ ├── tooltip-remove.svg │ ├── tooltip-text-outline.svg │ ├── tooltip-text.svg │ ├── tooltip.svg │ ├── tooth-outline.svg │ ├── tooth.svg │ ├── toothbrush-electric.svg │ ├── toothbrush-paste.svg │ ├── toothbrush.svg │ ├── torch.svg │ ├── tortoise.svg │ ├── toslink.svg │ ├── tournament.svg │ ├── tow-truck.svg │ ├── tower-beach.svg │ ├── tower-fire.svg │ ├── town-hall.svg │ ├── toy-brick-marker-outline.svg │ ├── toy-brick-marker.svg │ ├── toy-brick-minus-outline.svg │ ├── toy-brick-minus.svg │ ├── toy-brick-outline.svg │ ├── toy-brick-plus-outline.svg │ ├── toy-brick-plus.svg │ ├── toy-brick-remove-outline.svg │ ├── toy-brick-remove.svg │ ├── toy-brick-search-outline.svg │ ├── toy-brick-search.svg │ ├── toy-brick.svg │ ├── track-light.svg │ ├── trackpad-lock.svg │ ├── trackpad.svg │ ├── tractor-variant.svg │ ├── tractor.svg │ ├── trademark.svg │ ├── traffic-cone.svg │ ├── traffic-light-outline.svg │ ├── traffic-light.svg │ ├── train-car-passenger-door-open.svg │ ├── train-car-passenger-door.svg │ ├── train-car-passenger-variant.svg │ ├── train-car-passenger.svg │ ├── train-car.svg │ ├── train-variant.svg │ ├── train.svg │ ├── tram-side.svg │ ├── tram.svg │ ├── transcribe-close.svg │ ├── transcribe.svg │ ├── transfer-down.svg │ ├── transfer-left.svg │ ├── transfer-right.svg │ ├── transfer-up.svg │ ├── transfer.svg │ ├── transit-connection-horizontal.svg │ ├── transit-connection-variant.svg │ ├── transit-connection.svg │ ├── transit-detour.svg │ ├── transit-skip.svg │ ├── transit-transfer.svg │ ├── transition-masked.svg │ ├── transition.svg │ ├── translate-off.svg │ ├── translate.svg │ ├── transmission-tower-export.svg │ ├── transmission-tower-import.svg │ ├── transmission-tower.svg │ ├── trash-can-outline.svg │ ├── trash-can.svg │ ├── tray-alert.svg │ ├── tray-arrow-down.svg │ ├── tray-arrow-up.svg │ ├── tray-full.svg │ ├── tray-minus.svg │ ├── tray-plus.svg │ ├── tray-remove.svg │ ├── tray.svg │ ├── treasure-chest.svg │ ├── tree-outline.svg │ ├── tree.svg │ ├── trello.svg │ ├── trending-down.svg │ ├── trending-neutral.svg │ ├── trending-up.svg │ ├── triangle-outline.svg │ ├── triangle-wave.svg │ ├── triangle.svg │ ├── triforce.svg │ ├── trophy-award.svg │ ├── trophy-broken.svg │ ├── trophy-outline.svg │ ├── trophy-variant-outline.svg │ ├── trophy-variant.svg │ ├── trophy.svg │ ├── truck-cargo-container.svg │ ├── truck-check-outline.svg │ ├── truck-check.svg │ ├── truck-delivery-outline.svg │ ├── truck-delivery.svg │ ├── truck-fast-outline.svg │ ├── truck-fast.svg │ ├── truck-flatbed.svg │ ├── truck-outline.svg │ ├── truck-trailer.svg │ ├── truck.svg │ ├── trumpet.svg │ ├── tshirt-crew-outline.svg │ ├── tshirt-crew.svg │ ├── tshirt-v-outline.svg │ ├── tshirt-v.svg │ ├── tumble-dryer-alert.svg │ ├── tumble-dryer-off.svg │ ├── tumble-dryer.svg │ ├── tune-variant.svg │ ├── tune-vertical-variant.svg │ ├── tune-vertical.svg │ ├── tune.svg │ ├── tunnel-outline.svg │ ├── tunnel.svg │ ├── turkey.svg │ ├── turnstile-outline.svg │ ├── turnstile.svg │ ├── turtle.svg │ ├── twitch.svg │ ├── twitter.svg │ ├── two-factor-authentication.svg │ ├── typewriter.svg │ ├── ubisoft.svg │ ├── ubuntu.svg │ ├── ufo-outline.svg │ ├── ufo.svg │ ├── ultra-high-definition.svg │ ├── umbraco.svg │ ├── umbrella-beach-outline.svg │ ├── umbrella-beach.svg │ ├── umbrella-closed-outline.svg │ ├── umbrella-closed-variant.svg │ ├── umbrella-closed.svg │ ├── umbrella-outline.svg │ ├── umbrella.svg │ ├── undo-variant.svg │ ├── undo.svg │ ├── unfold-less-horizontal.svg │ ├── unfold-less-vertical.svg │ ├── unfold-more-horizontal.svg │ ├── unfold-more-vertical.svg │ ├── ungroup.svg │ ├── unicode.svg │ ├── unicorn-variant.svg │ ├── unicorn.svg │ ├── unicycle.svg │ ├── unity.svg │ ├── unreal.svg │ ├── update.svg │ ├── upload-lock-outline.svg │ ├── upload-lock.svg │ ├── upload-multiple.svg │ ├── upload-network-outline.svg │ ├── upload-network.svg │ ├── upload-off-outline.svg │ ├── upload-off.svg │ ├── upload-outline.svg │ ├── upload.svg │ ├── usb-flash-drive-outline.svg │ ├── usb-flash-drive.svg │ ├── usb-port.svg │ ├── usb.svg │ ├── valve-closed.svg │ ├── valve-open.svg │ ├── valve.svg │ ├── van-passenger.svg │ ├── van-utility.svg │ ├── vanish-quarter.svg │ ├── vanish.svg │ ├── vanity-light.svg │ ├── variable-box.svg │ ├── variable.svg │ ├── vector-arrange-above.svg │ ├── vector-arrange-below.svg │ ├── vector-bezier.svg │ ├── vector-circle-variant.svg │ ├── vector-circle.svg │ ├── vector-combine.svg │ ├── vector-curve.svg │ ├── vector-difference-ab.svg │ ├── vector-difference-ba.svg │ ├── vector-difference.svg │ ├── vector-ellipse.svg │ ├── vector-intersection.svg │ ├── vector-line.svg │ ├── vector-link.svg │ ├── vector-point.svg │ ├── vector-polygon-variant.svg │ ├── vector-polygon.svg │ ├── vector-polyline-edit.svg │ ├── vector-polyline-minus.svg │ ├── vector-polyline-plus.svg │ ├── vector-polyline-remove.svg │ ├── vector-polyline.svg │ ├── vector-radius.svg │ ├── vector-rectangle.svg │ ├── vector-selection.svg │ ├── vector-square-close.svg │ ├── vector-square-edit.svg │ ├── vector-square-minus.svg │ ├── vector-square-open.svg │ ├── vector-square-plus.svg │ ├── vector-square-remove.svg │ ├── vector-square.svg │ ├── vector-triangle.svg │ ├── vector-union.svg │ ├── vhs.svg │ ├── vibrate-off.svg │ ├── vibrate.svg │ ├── video-3d-off.svg │ ├── video-3d-variant.svg │ ├── video-3d.svg │ ├── video-4k-box.svg │ ├── video-account.svg │ ├── video-box-off.svg │ ├── video-box.svg │ ├── video-check-outline.svg │ ├── video-check.svg │ ├── video-high-definition.svg │ ├── video-image.svg │ ├── video-input-antenna.svg │ ├── video-input-component.svg │ ├── video-input-hdmi.svg │ ├── video-input-scart.svg │ ├── video-input-svideo.svg │ ├── video-minus-outline.svg │ ├── video-minus.svg │ ├── video-off-outline.svg │ ├── video-off.svg │ ├── video-outline.svg │ ├── video-plus-outline.svg │ ├── video-plus.svg │ ├── video-stabilization.svg │ ├── video-switch-outline.svg │ ├── video-switch.svg │ ├── video-vintage.svg │ ├── video-wireless-outline.svg │ ├── video-wireless.svg │ ├── video.svg │ ├── view-agenda-outline.svg │ ├── view-agenda.svg │ ├── view-array-outline.svg │ ├── view-array.svg │ ├── view-carousel-outline.svg │ ├── view-carousel.svg │ ├── view-column-outline.svg │ ├── view-column.svg │ ├── view-comfy-outline.svg │ ├── view-comfy.svg │ ├── view-compact-outline.svg │ ├── view-compact.svg │ ├── view-dashboard-edit-outline.svg │ ├── view-dashboard-edit.svg │ ├── view-dashboard-outline.svg │ ├── view-dashboard-variant-outline.svg │ ├── view-dashboard-variant.svg │ ├── view-dashboard.svg │ ├── view-day-outline.svg │ ├── view-day.svg │ ├── view-gallery-outline.svg │ ├── view-gallery.svg │ ├── view-grid-outline.svg │ ├── view-grid-plus-outline.svg │ ├── view-grid-plus.svg │ ├── view-grid.svg │ ├── view-headline.svg │ ├── view-list-outline.svg │ ├── view-list.svg │ ├── view-module-outline.svg │ ├── view-module.svg │ ├── view-parallel-outline.svg │ ├── view-parallel.svg │ ├── view-quilt-outline.svg │ ├── view-quilt.svg │ ├── view-sequential-outline.svg │ ├── view-sequential.svg │ ├── view-split-horizontal.svg │ ├── view-split-vertical.svg │ ├── view-stream-outline.svg │ ├── view-stream.svg │ ├── view-week-outline.svg │ ├── view-week.svg │ ├── vimeo.svg │ ├── violin.svg │ ├── virtual-reality.svg │ ├── virus-off-outline.svg │ ├── virus-off.svg │ ├── virus-outline.svg │ ├── virus.svg │ ├── vlc.svg │ ├── voicemail.svg │ ├── volleyball.svg │ ├── volume-high.svg │ ├── volume-low.svg │ ├── volume-medium.svg │ ├── volume-minus.svg │ ├── volume-mute.svg │ ├── volume-off.svg │ ├── volume-plus.svg │ ├── volume-source.svg │ ├── volume-variant-off.svg │ ├── volume-vibrate.svg │ ├── vote-outline.svg │ ├── vote.svg │ ├── vpn.svg │ ├── vuejs.svg │ ├── vuetify.svg │ ├── walk.svg │ ├── wall-sconce-flat-outline.svg │ ├── wall-sconce-flat-variant-outline.svg │ ├── wall-sconce-flat-variant.svg │ ├── wall-sconce-flat.svg │ ├── wall-sconce-outline.svg │ ├── wall-sconce-round-outline.svg │ ├── wall-sconce-round-variant-outline.svg │ ├── wall-sconce-round-variant.svg │ ├── wall-sconce-round.svg │ ├── wall-sconce.svg │ ├── wall.svg │ ├── wallet-giftcard.svg │ ├── wallet-membership.svg │ ├── wallet-outline.svg │ ├── wallet-plus-outline.svg │ ├── wallet-plus.svg │ ├── wallet-travel.svg │ ├── wallet.svg │ ├── wallpaper.svg │ ├── wan.svg │ ├── wardrobe-outline.svg │ ├── wardrobe.svg │ ├── warehouse.svg │ ├── washing-machine-alert.svg │ ├── washing-machine-off.svg │ ├── washing-machine.svg │ ├── watch-export-variant.svg │ ├── watch-export.svg │ ├── watch-import-variant.svg │ ├── watch-import.svg │ ├── watch-variant.svg │ ├── watch-vibrate-off.svg │ ├── watch-vibrate.svg │ ├── watch.svg │ ├── water-alert-outline.svg │ ├── water-alert.svg │ ├── water-boiler-alert.svg │ ├── water-boiler-off.svg │ ├── water-boiler.svg │ ├── water-check-outline.svg │ ├── water-check.svg │ ├── water-circle.svg │ ├── water-minus-outline.svg │ ├── water-minus.svg │ ├── water-off-outline.svg │ ├── water-off.svg │ ├── water-opacity.svg │ ├── water-outline.svg │ ├── water-percent-alert.svg │ ├── water-percent.svg │ ├── water-plus-outline.svg │ ├── water-plus.svg │ ├── water-polo.svg │ ├── water-pump-off.svg │ ├── water-pump.svg │ ├── water-remove-outline.svg │ ├── water-remove.svg │ ├── water-sync.svg │ ├── water-well-outline.svg │ ├── water-well.svg │ ├── water.svg │ ├── waterfall.svg │ ├── watering-can-outline.svg │ ├── watering-can.svg │ ├── watermark.svg │ ├── wave.svg │ ├── waveform.svg │ ├── waves-arrow-left.svg │ ├── waves-arrow-right.svg │ ├── waves-arrow-up.svg │ ├── waves.svg │ ├── waze.svg │ ├── weather-cloudy-alert.svg │ ├── weather-cloudy-arrow-right.svg │ ├── weather-cloudy-clock.svg │ ├── weather-cloudy.svg │ ├── weather-fog.svg │ ├── weather-hail.svg │ ├── weather-hazy.svg │ ├── weather-hurricane.svg │ ├── weather-lightning-rainy.svg │ ├── weather-lightning.svg │ ├── weather-night-partly-cloudy.svg │ ├── weather-night.svg │ ├── weather-partly-cloudy.svg │ ├── weather-partly-lightning.svg │ ├── weather-partly-rainy.svg │ ├── weather-partly-snowy-rainy.svg │ ├── weather-partly-snowy.svg │ ├── weather-pouring.svg │ ├── weather-rainy.svg │ ├── weather-snowy-heavy.svg │ ├── weather-snowy-rainy.svg │ ├── weather-snowy.svg │ ├── weather-sunny-alert.svg │ ├── weather-sunny-off.svg │ ├── weather-sunny.svg │ ├── weather-sunset-down.svg │ ├── weather-sunset-up.svg │ ├── weather-sunset.svg │ ├── weather-tornado.svg │ ├── weather-windy-variant.svg │ ├── weather-windy.svg │ ├── web-box.svg │ ├── web-cancel.svg │ ├── web-check.svg │ ├── web-clock.svg │ ├── web-minus.svg │ ├── web-off.svg │ ├── web-plus.svg │ ├── web-refresh.svg │ ├── web-remove.svg │ ├── web-sync.svg │ ├── web.svg │ ├── webcam-off.svg │ ├── webcam.svg │ ├── webhook.svg │ ├── webpack.svg │ ├── webrtc.svg │ ├── wechat.svg │ ├── weight-gram.svg │ ├── weight-kilogram.svg │ ├── weight-lifter.svg │ ├── weight-pound.svg │ ├── weight.svg │ ├── whatsapp.svg │ ├── wheel-barrow.svg │ ├── wheelchair-accessibility.svg │ ├── whistle-outline.svg │ ├── whistle.svg │ ├── white-balance-auto.svg │ ├── white-balance-incandescent.svg │ ├── white-balance-iridescent.svg │ ├── white-balance-sunny.svg │ ├── widgets-outline.svg │ ├── widgets.svg │ ├── wifi-alert.svg │ ├── wifi-arrow-down.svg │ ├── wifi-arrow-left-right.svg │ ├── wifi-arrow-left.svg │ ├── wifi-arrow-right.svg │ ├── wifi-arrow-up-down.svg │ ├── wifi-arrow-up.svg │ ├── wifi-cancel.svg │ ├── wifi-check.svg │ ├── wifi-cog.svg │ ├── wifi-lock-open.svg │ ├── wifi-lock.svg │ ├── wifi-marker.svg │ ├── wifi-minus.svg │ ├── wifi-off.svg │ ├── wifi-plus.svg │ ├── wifi-refresh.svg │ ├── wifi-remove.svg │ ├── wifi-settings.svg │ ├── wifi-star.svg │ ├── wifi-strength-1-alert.svg │ ├── wifi-strength-1-lock-open.svg │ ├── wifi-strength-1-lock.svg │ ├── wifi-strength-1.svg │ ├── wifi-strength-2-alert.svg │ ├── wifi-strength-2-lock-open.svg │ ├── wifi-strength-2-lock.svg │ ├── wifi-strength-2.svg │ ├── wifi-strength-3-alert.svg │ ├── wifi-strength-3-lock-open.svg │ ├── wifi-strength-3-lock.svg │ ├── wifi-strength-3.svg │ ├── wifi-strength-4-alert.svg │ ├── wifi-strength-4-lock-open.svg │ ├── wifi-strength-4-lock.svg │ ├── wifi-strength-4.svg │ ├── wifi-strength-alert-outline.svg │ ├── wifi-strength-lock-open-outline.svg │ ├── wifi-strength-lock-outline.svg │ ├── wifi-strength-off-outline.svg │ ├── wifi-strength-off.svg │ ├── wifi-strength-outline.svg │ ├── wifi-sync.svg │ ├── wifi.svg │ ├── wikipedia.svg │ ├── wind-turbine.svg │ ├── window-close.svg │ ├── window-closed-variant.svg │ ├── window-closed.svg │ ├── window-maximize.svg │ ├── window-minimize.svg │ ├── window-open-variant.svg │ ├── window-open.svg │ ├── window-restore.svg │ ├── window-shutter-alert.svg │ ├── window-shutter-open.svg │ ├── window-shutter.svg │ ├── windsock.svg │ ├── wiper-wash-alert.svg │ ├── wiper-wash.svg │ ├── wiper.svg │ ├── wizard-hat.svg │ ├── wordpress.svg │ ├── wrap-disabled.svg │ ├── wrap.svg │ ├── wrench-outline.svg │ ├── wrench.svg │ ├── xamarin.svg │ ├── xml.svg │ ├── xmpp.svg │ ├── yahoo.svg │ ├── yeast.svg │ ├── yin-yang.svg │ ├── yoga.svg │ ├── youtube-gaming.svg │ ├── youtube-studio.svg │ ├── youtube-subscription.svg │ ├── youtube-tv.svg │ ├── youtube.svg │ ├── yurt.svg │ ├── z-wave.svg │ ├── zend.svg │ ├── zigbee.svg │ ├── zip-box-outline.svg │ ├── zip-box.svg │ ├── zip-disk.svg │ ├── zodiac-aquarius.svg │ ├── zodiac-aries.svg │ ├── zodiac-cancer.svg │ ├── zodiac-capricorn.svg │ ├── zodiac-gemini.svg │ ├── zodiac-leo.svg │ ├── zodiac-libra.svg │ ├── zodiac-pisces.svg │ ├── zodiac-sagittarius.svg │ ├── zodiac-scorpio.svg │ ├── zodiac-taurus.svg │ └── zodiac-virgo.svg │ └── octicons │ ├── LICENSE │ ├── alert-16.svg │ ├── alert-24.svg │ ├── alert-fill-12.svg │ ├── archive-16.svg │ ├── archive-24.svg │ ├── arrow-both-16.svg │ ├── arrow-both-24.svg │ ├── arrow-down-16.svg │ ├── arrow-down-24.svg │ ├── arrow-down-left-24.svg │ ├── arrow-down-right-24.svg │ ├── arrow-left-16.svg │ ├── arrow-left-24.svg │ ├── arrow-right-16.svg │ ├── arrow-right-24.svg │ ├── arrow-switch-16.svg │ ├── arrow-switch-24.svg │ ├── arrow-up-16.svg │ ├── arrow-up-24.svg │ ├── arrow-up-left-24.svg │ ├── arrow-up-right-24.svg │ ├── beaker-16.svg │ ├── beaker-24.svg │ ├── bell-16.svg │ ├── bell-24.svg │ ├── bell-fill-16.svg │ ├── bell-fill-24.svg │ ├── bell-slash-16.svg │ ├── bell-slash-24.svg │ ├── blocked-16.svg │ ├── blocked-24.svg │ ├── bold-16.svg │ ├── bold-24.svg │ ├── book-16.svg │ ├── book-24.svg │ ├── bookmark-16.svg │ ├── bookmark-24.svg │ ├── bookmark-fill-24.svg │ ├── bookmark-slash-16.svg │ ├── bookmark-slash-24.svg │ ├── bookmark-slash-fill-24.svg │ ├── briefcase-16.svg │ ├── briefcase-24.svg │ ├── broadcast-16.svg │ ├── broadcast-24.svg │ ├── browser-16.svg │ ├── browser-24.svg │ ├── bug-16.svg │ ├── bug-24.svg │ ├── calendar-16.svg │ ├── calendar-24.svg │ ├── check-16.svg │ ├── check-24.svg │ ├── check-circle-16.svg │ ├── check-circle-24.svg │ ├── check-circle-fill-12.svg │ ├── check-circle-fill-16.svg │ ├── check-circle-fill-24.svg │ ├── checklist-16.svg │ ├── checklist-24.svg │ ├── chevron-down-16.svg │ ├── chevron-down-24.svg │ ├── chevron-left-16.svg │ ├── chevron-left-24.svg │ ├── chevron-right-16.svg │ ├── chevron-right-24.svg │ ├── chevron-up-16.svg │ ├── chevron-up-24.svg │ ├── circle-16.svg │ ├── circle-24.svg │ ├── circle-slash-16.svg │ ├── circle-slash-24.svg │ ├── clock-16.svg │ ├── clock-24.svg │ ├── code-16.svg │ ├── code-24.svg │ ├── code-review-16.svg │ ├── code-review-24.svg │ ├── code-square-16.svg │ ├── code-square-24.svg │ ├── codescan-16.svg │ ├── codescan-24.svg │ ├── codescan-checkmark-16.svg │ ├── codescan-checkmark-24.svg │ ├── codespaces-16.svg │ ├── codespaces-24.svg │ ├── columns-16.svg │ ├── columns-24.svg │ ├── comment-16.svg │ ├── comment-24.svg │ ├── comment-discussion-16.svg │ ├── comment-discussion-24.svg │ ├── commit-24.svg │ ├── container-16.svg │ ├── container-24.svg │ ├── copy-16.svg │ ├── copy-24.svg │ ├── cpu-16.svg │ ├── cpu-24.svg │ ├── credit-card-16.svg │ ├── credit-card-24.svg │ ├── cross-reference-16.svg │ ├── cross-reference-24.svg │ ├── dash-16.svg │ ├── dash-24.svg │ ├── database-16.svg │ ├── database-24.svg │ ├── dependabot-16.svg │ ├── dependabot-24.svg │ ├── desktop-download-16.svg │ ├── desktop-download-24.svg │ ├── device-camera-16.svg │ ├── device-camera-video-16.svg │ ├── device-camera-video-24.svg │ ├── device-desktop-16.svg │ ├── device-desktop-24.svg │ ├── device-mobile-16.svg │ ├── device-mobile-24.svg │ ├── diamond-16.svg │ ├── diamond-24.svg │ ├── diff-16.svg │ ├── diff-24.svg │ ├── diff-added-16.svg │ ├── diff-ignored-16.svg │ ├── diff-modified-16.svg │ ├── diff-removed-16.svg │ ├── diff-renamed-16.svg │ ├── dot-16.svg │ ├── dot-24.svg │ ├── dot-fill-16.svg │ ├── dot-fill-24.svg │ ├── download-16.svg │ ├── download-24.svg │ ├── duplicate-16.svg │ ├── duplicate-24.svg │ ├── ellipsis-16.svg │ ├── eye-16.svg │ ├── eye-24.svg │ ├── eye-closed-16.svg │ ├── eye-closed-24.svg │ ├── file-16.svg │ ├── file-24.svg │ ├── file-badge-16.svg │ ├── file-binary-16.svg │ ├── file-binary-24.svg │ ├── file-code-16.svg │ ├── file-code-24.svg │ ├── file-diff-16.svg │ ├── file-diff-24.svg │ ├── file-directory-16.svg │ ├── file-directory-24.svg │ ├── file-directory-fill-24.svg │ ├── file-media-24.svg │ ├── file-submodule-16.svg │ ├── file-submodule-24.svg │ ├── file-symlink-file-16.svg │ ├── file-symlink-file-24.svg │ ├── file-zip-16.svg │ ├── file-zip-24.svg │ ├── filter-16.svg │ ├── filter-24.svg │ ├── flame-16.svg │ ├── flame-24.svg │ ├── fold-16.svg │ ├── fold-24.svg │ ├── fold-down-16.svg │ ├── fold-down-24.svg │ ├── fold-up-16.svg │ ├── fold-up-24.svg │ ├── gear-16.svg │ ├── gear-24.svg │ ├── gift-16.svg │ ├── gift-24.svg │ ├── git-branch-16.svg │ ├── git-branch-24.svg │ ├── git-commit-16.svg │ ├── git-commit-24.svg │ ├── git-compare-16.svg │ ├── git-compare-24.svg │ ├── git-merge-16.svg │ ├── git-merge-24.svg │ ├── git-pull-request-16.svg │ ├── git-pull-request-24.svg │ ├── git-pull-request-closed-16.svg │ ├── git-pull-request-closed-24.svg │ ├── git-pull-request-draft-16.svg │ ├── git-pull-request-draft-24.svg │ ├── globe-16.svg │ ├── globe-24.svg │ ├── grabber-16.svg │ ├── grabber-24.svg │ ├── graph-16.svg │ ├── graph-24.svg │ ├── hash-16.svg │ ├── hash-24.svg │ ├── heading-16.svg │ ├── heading-24.svg │ ├── heart-16.svg │ ├── heart-24.svg │ ├── heart-fill-16.svg │ ├── heart-fill-24.svg │ ├── history-16.svg │ ├── history-24.svg │ ├── home-16.svg │ ├── home-24.svg │ ├── home-fill-24.svg │ ├── horizontal-rule-16.svg │ ├── horizontal-rule-24.svg │ ├── hourglass-16.svg │ ├── hourglass-24.svg │ ├── hubot-16.svg │ ├── hubot-24.svg │ ├── image-16.svg │ ├── image-24.svg │ ├── inbox-16.svg │ ├── inbox-24.svg │ ├── infinity-16.svg │ ├── infinity-24.svg │ ├── info-16.svg │ ├── info-24.svg │ ├── issue-closed-16.svg │ ├── issue-closed-24.svg │ ├── issue-draft-16.svg │ ├── issue-draft-24.svg │ ├── issue-opened-16.svg │ ├── issue-opened-24.svg │ ├── issue-reopened-16.svg │ ├── issue-reopened-24.svg │ ├── italic-16.svg │ ├── italic-24.svg │ ├── iterations-16.svg │ ├── iterations-24.svg │ ├── kebab-horizontal-16.svg │ ├── kebab-horizontal-24.svg │ ├── key-16.svg │ ├── key-24.svg │ ├── key-asterisk-16.svg │ ├── law-16.svg │ ├── law-24.svg │ ├── light-bulb-16.svg │ ├── light-bulb-24.svg │ ├── link-16.svg │ ├── link-24.svg │ ├── link-external-16.svg │ ├── link-external-24.svg │ ├── list-ordered-16.svg │ ├── list-ordered-24.svg │ ├── list-unordered-16.svg │ ├── list-unordered-24.svg │ ├── location-16.svg │ ├── location-24.svg │ ├── lock-16.svg │ ├── lock-24.svg │ ├── logo-gist-16.svg │ ├── logo-github-16.svg │ ├── mail-16.svg │ ├── mail-24.svg │ ├── mark-github-16.svg │ ├── markdown-16.svg │ ├── megaphone-16.svg │ ├── megaphone-24.svg │ ├── mention-16.svg │ ├── mention-24.svg │ ├── meter-16.svg │ ├── milestone-16.svg │ ├── milestone-24.svg │ ├── mirror-16.svg │ ├── mirror-24.svg │ ├── moon-16.svg │ ├── moon-24.svg │ ├── mortar-board-16.svg │ ├── mortar-board-24.svg │ ├── multi-select-16.svg │ ├── multi-select-24.svg │ ├── mute-16.svg │ ├── mute-24.svg │ ├── no-entry-16.svg │ ├── no-entry-24.svg │ ├── no-entry-fill-12.svg │ ├── north-star-16.svg │ ├── north-star-24.svg │ ├── note-16.svg │ ├── note-24.svg │ ├── number-16.svg │ ├── number-24.svg │ ├── organization-16.svg │ ├── organization-24.svg │ ├── package-16.svg │ ├── package-24.svg │ ├── package-dependencies-16.svg │ ├── package-dependencies-24.svg │ ├── package-dependents-16.svg │ ├── package-dependents-24.svg │ ├── paintbrush-16.svg │ ├── paper-airplane-16.svg │ ├── paper-airplane-24.svg │ ├── paste-16.svg │ ├── paste-24.svg │ ├── pencil-16.svg │ ├── pencil-24.svg │ ├── people-16.svg │ ├── people-24.svg │ ├── person-16.svg │ ├── person-24.svg │ ├── person-add-16.svg │ ├── person-add-24.svg │ ├── person-fill-16.svg │ ├── person-fill-24.svg │ ├── pin-16.svg │ ├── pin-24.svg │ ├── play-16.svg │ ├── play-24.svg │ ├── plug-16.svg │ ├── plug-24.svg │ ├── plus-16.svg │ ├── plus-24.svg │ ├── plus-circle-16.svg │ ├── plus-circle-24.svg │ ├── project-16.svg │ ├── project-24.svg │ ├── pulse-16.svg │ ├── pulse-24.svg │ ├── question-16.svg │ ├── question-24.svg │ ├── quote-16.svg │ ├── quote-24.svg │ ├── reply-16.svg │ ├── reply-24.svg │ ├── repo-16.svg │ ├── repo-24.svg │ ├── repo-clone-16.svg │ ├── repo-forked-16.svg │ ├── repo-forked-24.svg │ ├── repo-pull-16.svg │ ├── repo-push-16.svg │ ├── repo-push-24.svg │ ├── repo-template-16.svg │ ├── repo-template-24.svg │ ├── report-16.svg │ ├── report-24.svg │ ├── rocket-16.svg │ ├── rocket-24.svg │ ├── rows-16.svg │ ├── rows-24.svg │ ├── rss-16.svg │ ├── rss-24.svg │ ├── ruby-16.svg │ ├── ruby-24.svg │ ├── screen-full-16.svg │ ├── screen-full-24.svg │ ├── screen-normal-16.svg │ ├── screen-normal-24.svg │ ├── search-16.svg │ ├── search-24.svg │ ├── server-16.svg │ ├── server-24.svg │ ├── share-16.svg │ ├── share-24.svg │ ├── share-android-16.svg │ ├── share-android-24.svg │ ├── shield-16.svg │ ├── shield-24.svg │ ├── shield-check-16.svg │ ├── shield-check-24.svg │ ├── shield-lock-16.svg │ ├── shield-lock-24.svg │ ├── shield-x-16.svg │ ├── shield-x-24.svg │ ├── sidebar-collapse-16.svg │ ├── sidebar-collapse-24.svg │ ├── sidebar-expand-16.svg │ ├── sidebar-expand-24.svg │ ├── sign-in-16.svg │ ├── sign-in-24.svg │ ├── sign-out-16.svg │ ├── sign-out-24.svg │ ├── single-select-16.svg │ ├── single-select-24.svg │ ├── skip-16.svg │ ├── skip-24.svg │ ├── smiley-16.svg │ ├── smiley-24.svg │ ├── sort-asc-16.svg │ ├── sort-asc-24.svg │ ├── sort-desc-16.svg │ ├── sort-desc-24.svg │ ├── square-16.svg │ ├── square-24.svg │ ├── square-fill-16.svg │ ├── square-fill-24.svg │ ├── squirrel-16.svg │ ├── squirrel-24.svg │ ├── stack-16.svg │ ├── stack-24.svg │ ├── star-16.svg │ ├── star-24.svg │ ├── star-fill-16.svg │ ├── star-fill-24.svg │ ├── stop-16.svg │ ├── stop-24.svg │ ├── stopwatch-16.svg │ ├── stopwatch-24.svg │ ├── strikethrough-16.svg │ ├── strikethrough-24.svg │ ├── sun-16.svg │ ├── sun-24.svg │ ├── sync-16.svg │ ├── sync-24.svg │ ├── tab-24.svg │ ├── table-16.svg │ ├── table-24.svg │ ├── tag-16.svg │ ├── tag-24.svg │ ├── tasklist-16.svg │ ├── tasklist-24.svg │ ├── telescope-16.svg │ ├── telescope-24.svg │ ├── telescope-fill-16.svg │ ├── telescope-fill-24.svg │ ├── terminal-16.svg │ ├── terminal-24.svg │ ├── three-bars-16.svg │ ├── thumbsdown-16.svg │ ├── thumbsdown-24.svg │ ├── thumbsup-16.svg │ ├── thumbsup-24.svg │ ├── tools-16.svg │ ├── tools-24.svg │ ├── trash-16.svg │ ├── trash-24.svg │ ├── triangle-down-16.svg │ ├── triangle-down-24.svg │ ├── triangle-left-16.svg │ ├── triangle-left-24.svg │ ├── triangle-right-16.svg │ ├── triangle-right-24.svg │ ├── triangle-up-16.svg │ ├── triangle-up-24.svg │ ├── typography-16.svg │ ├── typography-24.svg │ ├── unfold-16.svg │ ├── unfold-24.svg │ ├── unlock-16.svg │ ├── unlock-24.svg │ ├── unmute-16.svg │ ├── unmute-24.svg │ ├── unverified-16.svg │ ├── unverified-24.svg │ ├── upload-16.svg │ ├── upload-24.svg │ ├── verified-16.svg │ ├── verified-24.svg │ ├── versions-16.svg │ ├── versions-24.svg │ ├── video-16.svg │ ├── video-24.svg │ ├── workflow-16.svg │ ├── workflow-24.svg │ ├── x-16.svg │ ├── x-24.svg │ ├── x-circle-16.svg │ ├── x-circle-24.svg │ ├── x-circle-fill-12.svg │ ├── x-circle-fill-16.svg │ ├── x-circle-fill-24.svg │ ├── zap-16.svg │ └── zap-24.svg ├── site ├── 404.html ├── CNAME ├── DongshanPi-One │ ├── 10 │ │ └── index.html │ ├── 11 │ │ └── index.html │ ├── 12 │ │ └── index.html │ ├── 13 │ │ └── index.html │ ├── 14 │ │ └── index.html │ ├── 01 │ │ └── index.html │ ├── 02 │ │ └── index.html │ ├── 03 │ │ └── index.html │ ├── 04 │ │ └── index.html │ ├── 05 │ │ └── index.html │ ├── 06 │ │ └── index.html │ ├── 07 │ │ └── index.html │ ├── 08 │ │ └── index.html │ └── 09 │ │ └── index.html ├── assets │ ├── images │ │ └── favicon.png │ ├── javascripts │ │ ├── bundle.b1047164.min.js │ │ ├── bundle.b1047164.min.js.map │ │ ├── lunr │ │ │ ├── min │ │ │ │ ├── lunr.ar.min.js │ │ │ │ ├── lunr.da.min.js │ │ │ │ ├── lunr.de.min.js │ │ │ │ ├── lunr.du.min.js │ │ │ │ ├── lunr.es.min.js │ │ │ │ ├── lunr.fi.min.js │ │ │ │ ├── lunr.fr.min.js │ │ │ │ ├── lunr.hi.min.js │ │ │ │ ├── lunr.hu.min.js │ │ │ │ ├── lunr.it.min.js │ │ │ │ ├── lunr.ja.min.js │ │ │ │ ├── lunr.jp.min.js │ │ │ │ ├── lunr.multi.min.js │ │ │ │ ├── lunr.nl.min.js │ │ │ │ ├── lunr.no.min.js │ │ │ │ ├── lunr.pt.min.js │ │ │ │ ├── lunr.ro.min.js │ │ │ │ ├── lunr.ru.min.js │ │ │ │ ├── lunr.stemmer.support.min.js │ │ │ │ ├── lunr.sv.min.js │ │ │ │ ├── lunr.th.min.js │ │ │ │ ├── lunr.tr.min.js │ │ │ │ ├── lunr.vi.min.js │ │ │ │ └── lunr.zh.min.js │ │ │ ├── tinyseg.js │ │ │ └── wordcut.js │ │ └── workers │ │ │ ├── search.fcfe8b6d.min.js │ │ │ └── search.fcfe8b6d.min.js.map │ └── stylesheets │ │ ├── main.a57b2b03.min.css │ │ ├── main.a57b2b03.min.css.map │ │ ├── palette.3f5d1f46.min.css │ │ └── palette.3f5d1f46.min.css.map ├── index.html ├── overrides │ └── assets │ │ ├── javascripts │ │ ├── bundle.fa9f9d04.min.js │ │ ├── bundle.fa9f9d04.min.js.map │ │ └── iconsearch_index.json │ │ └── stylesheets │ │ ├── main.a0dddeeb.min.css │ │ └── main.a0dddeeb.min.css.map ├── search │ └── search_index.json ├── sitemap.xml └── sitemap.xml.gz └── tags /.github/assets/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DongshanPI/TinaSDK-Docs/385f97cc6c8e159074e77d4fdb0096cc8dfa7e38/.github/assets/screenshot.png -------------------------------------------------------------------------------- /.github/assets/sponsors/basler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DongshanPI/TinaSDK-Docs/385f97cc6c8e159074e77d4fdb0096cc8dfa7e38/.github/assets/sponsors/basler.png -------------------------------------------------------------------------------- /.github/assets/sponsors/hummingbot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DongshanPI/TinaSDK-Docs/385f97cc6c8e159074e77d4fdb0096cc8dfa7e38/.github/assets/sponsors/hummingbot.png -------------------------------------------------------------------------------- /.github/assets/sponsors/manticoregames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DongshanPI/TinaSDK-Docs/385f97cc6c8e159074e77d4fdb0096cc8dfa7e38/.github/assets/sponsors/manticoregames.png -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | tina.100ask.net 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Allwinner Tina-SDK Docs. 2 | -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_Audio_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_音频_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_Bluetooth_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_蓝牙_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_Bluetooth_ModuleMigrationGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_蓝牙_模组移植指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_GraphicsSystem_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_图形系统_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_MassProductionTest_UsageGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_存储性能_参考指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_MemoryOptimization_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_内存优化_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_MultimediaMPP_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_多媒体MPP_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_Multimediaformatsforeachplatform-01.md: -------------------------------------------------------------------------------- 1 | # Linux_各平台多媒体格式 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_NPU_AIModelHybridQuantizationGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_NPU_AI模型混合量化指导 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_OTA_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_OTA_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_PMU_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_PMU_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_PWM_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux PWM开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_PWM_DevelopmentGuide-02.md: -------------------------------------------------------------------------------- 1 | # Linux PWM开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_PWM_DevelopmentGuide-03.md: -------------------------------------------------------------------------------- 1 | # Linux PWM开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_PowerManagement_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_功耗管理_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_Security_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_安全_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_StoragePerformance_ReferenceGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_存储性能_参考指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_Storage_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_存储_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_USB_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_USB_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_Wi-Fi_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_Wi-Fi_开发指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_WiFi_RFTest_UsageGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_WiFi_RF测试_使用指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_packagingprocess_instructionguide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_打包流程_说明指南 -------------------------------------------------------------------------------- /docs/BasicComponent/Linux_syslog_UsageGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_syslog_使用指南 -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | tina.100ask.net 2 | -------------------------------------------------------------------------------- /docs/SdkModule/Linux_CCU_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_CCU_开发指南 2 | -------------------------------------------------------------------------------- /docs/SdkModule/Linux_CCU_DevelopmentGuide-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DongshanPI/TinaSDK-Docs/385f97cc6c8e159074e77d4fdb0096cc8dfa7e38/docs/SdkModule/Linux_CCU_DevelopmentGuide-02.md -------------------------------------------------------------------------------- /docs/SdkModule/Linux_CCU_DevelopmentGuide-03.md: -------------------------------------------------------------------------------- 1 | # Linux_CCU_开发指南 2 | -------------------------------------------------------------------------------- /docs/SdkModule/Linux_CCU_DevelopmentGuide-04.md: -------------------------------------------------------------------------------- 1 | # Linux_CCU_开发指南 2 | -------------------------------------------------------------------------------- /docs/SdkModule/Linux_CE_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_CE开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_Camera_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | ## 1 概述 2 | 3 | 编写目的: 4 | 5 | 介绍camera 模块在sunxi 平台上的开发流程。 6 | 7 | 8 | 9 | 适用范围: 10 | 11 | 本文档目前适用于tina3.0 以上具备camera 的硬件平台。 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_DMAC_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_DMAC_开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_EMAC_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_EMAC_开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_G2D_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_G2D_开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_GPADC_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_GPADC_开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_ISP_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_ISP_开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_Nor_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_Nor_开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_PMIC_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_PMIC_开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_SPI-NAND_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_SPI-NAND_开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_SPINAND_UBIOfflineProgramming_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_SPINAND_UBI离线烧录_开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_U-Boot_DevelopmentGuide-01.md: -------------------------------------------------------------------------------- 1 | # Linux_U-Boot_开发指南 -------------------------------------------------------------------------------- /docs/SdkModule/Linux_systemStartup_Optimization-01.md: -------------------------------------------------------------------------------- 1 | ## 1 概述 2 | 3 | 编写目的: 4 | 5 | 介绍TinaLinux下启动速度优化使用方法。 -------------------------------------------------------------------------------- /docs/index.EN.md: -------------------------------------------------------------------------------- 1 | [ [中文](index.md) | [English](index.EN.md) ] 2 | # Introduction 3 | Emm can't say much just yet....stay tuned 4 | -------------------------------------------------------------------------------- /docs/javascripts/shortcuts.js: -------------------------------------------------------------------------------- 1 | keyboard$.subscribe(function(key) { 2 | if (key.mode === "global" && key.type === "x") { 3 | /* Add custom keyboard handler here */ 4 | key.claim() 5 | } 6 | }) -------------------------------------------------------------------------------- /overrides/.icons/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DongshanPI/TinaSDK-Docs/385f97cc6c8e159074e77d4fdb0096cc8dfa7e38/overrides/.icons/favicon.png -------------------------------------------------------------------------------- /overrides/.icons/fontawesome/brands/flipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/fontawesome/brands/houzz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/fontawesome/brands/unsplash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/fontawesome/solid/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/fontawesome/solid/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/fontawesome/solid/egg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/fontawesome/solid/square-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alert-octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alert-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/align-horizontal-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/align-horizontal-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/align-horizontal-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/align-vertical-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/align-vertical-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/align-vertical-top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-a.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-c.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-d.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-e.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-f.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-g.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-i.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-j.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-k.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-l-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-m.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-n.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-o.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-p.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-q.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-r.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-s.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-t-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-t.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-u.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-v.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-w.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-y.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alpha-z.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/alphabet-aurebesh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/angle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/anvil.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/apple-keyboard-control.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/apple-keyboard-option.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/apple-keyboard-shift.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/application.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/archive-arrow-down-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/archive-arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/archive-arrow-up-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/archive-arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrange-bring-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrange-bring-to-front.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrange-send-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrange-send-to-back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-bottom-left-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-bottom-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-bottom-right-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-bottom-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-collapse-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-down-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-down-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-down-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-down-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-expand-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-expand-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-expand-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-expand-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-expand-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-expand-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-left-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-left-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-left-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-left-top-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-projectile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-right-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-right-bottom-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-right-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-right-top-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-split-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-split-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-top-left-bottom-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-top-left-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-top-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-top-right-bottom-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-top-right-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-top-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-up-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-up-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-up-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-up-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/axe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/axis-z-arrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/axis.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/backburger.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bed-empty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bookmark-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bookmark-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bookmark-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bookshelf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/border-all-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/border-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/border-outside.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bottle-tonic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bow-tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bowl-mix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bowl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/brightness-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bucket-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bucket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bullet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/bulma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/call-made.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/call-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/call-missed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/call-received.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/car-door.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/card-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/cards-diamond-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/cards-diamond.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/ceiling-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/cellphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chart-areaspline-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chart-bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chart-gantt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chart-histogram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chart-line-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chart-line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chart-timeline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chart-tree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chart-waterfall.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/check-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/check-underline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/checkbook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/checkbox-blank-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/checkbox-blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chess-rook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/circle-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/circle-medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/circle-small.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/clock-time-nine.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/clock-time-six.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/clock-time-twelve.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/code-brackets.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/code-tags.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/coffin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/color-helper.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/comma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/compare-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/compare-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/console-line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/contain-end.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/contain-start.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/contain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/credit-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/crop-landscape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/crop-portrait.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/crop-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/crop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/cross-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/cross.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/crown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/cup.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/currency-eth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/currency-kzt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/currency-twd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/current-dc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/curtains-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/curtains.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/delta.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/details.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/deviantart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/diamond-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/diamond.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/distribute-horizontal-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/distribute-horizontal-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/distribute-horizontal-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/distribute-vertical-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/distribute-vertical-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/distribute-vertical-top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/diving-scuba-flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/dock-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/dock-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/dock-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/dock-top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/dog-side.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/door-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/door.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/download-multiple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/download-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/drag-horizontal-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/drag-vertical-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/eight-track.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/eject-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/eject.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/ellipse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/emby.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/engine.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/equalizer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/ethereum.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/ethernet-cable.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/exclamation-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/exclamation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/expansion-card-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/facebook-gaming.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/fast-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/file-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/file-tree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/filter-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/fireplace-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/flag-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/flag-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/flag-triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/flash-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/flash-auto.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/flash-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/flash-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/flash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/floor-lamp-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/floor-lamp-torchiere-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/floor-lamp-torchiere.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/floor-lamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/floor-plan.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-align-justify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-color-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-float-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-float-none.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-header-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-header-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-horizontal-align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-horizontal-align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-horizontal-align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-indent-decrease.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-line-weight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-list-group.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-list-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-paragraph.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-pilcrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-quote-close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-quote-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-size.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-strikethrough.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-text-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-text-wrapping-clip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-text-wrapping-overflow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-title.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-vertical-align-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-vertical-align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-vertical-align-top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-wrap-inline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/format-wrap-top-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/forwardburger.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/fullscreen-exit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/fullscreen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/gamepad.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/garage-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/garage-open-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/garage-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/garage-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/garage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/gate-and.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/glass-cocktail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/glass-pint-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/glass-stange.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/greater-than-or-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/greater-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/hazard-lights.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-alert-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-analytics.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-export-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-floor-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-floor-l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-floor-negative-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-import-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-lightbulb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-lightning-bolt-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-lightning-bolt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-minus-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-plus-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-roof.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-variant-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/hospital.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/identifier.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/ideogram-cjk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/image-filter-hdr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-backspace.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-caps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-f1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-f11.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-f4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-f5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-f7.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-return.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-space.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-tab-reverse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/keyboard-tab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/knife.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/ladder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/lamp-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/lamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/lamps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/language-kotlin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/led-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/led-variant-on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/less-than-or-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/less-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/lightning-bolt-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/lightning-bolt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/loading.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/location-exit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/magazine-rifle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/magnet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/manjaro.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/math-norm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/menu-down-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/menu-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/menu-left-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/menu-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/menu-right-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/menu-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/menu-swap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/menu-up-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/menu-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/message-flash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/message-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/message-reply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/message.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/microsoft-bing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/microsoft-dynamics-365.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/microsoft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/minus-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/minus-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/moon-first-quarter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/moon-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/moon-last-quarter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/moon-new.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/moon-waning-crescent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/moon-waning-gibbous.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/moon-waxing-crescent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/moon-waxing-gibbous.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/mortar-pestle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/music-accidental-natural.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/music-note-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/music-note-quarter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/music-note-whole.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/music-note.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/music-rest-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/music-rest-whole.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/nail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/navigation-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/navigation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/near-me.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/network-strength-1-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/network-strength-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/network-strength-2-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/network-strength-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/network-strength-3-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/network-strength-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/network-strength-4-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/network-strength-4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/network-strength-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/network-strength-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/not-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/note.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/notification-clear-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/numeric-0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/numeric-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/numeric-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/numeric-4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/numeric-5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/numeric-7.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/numeric-negative-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/numeric-positive-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/page-first.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/page-last.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/page-layout-body.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pan-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pan-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pan-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pan-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pandora.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pentagon-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pentagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pin-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pine-tree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pipe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/play-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/play-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/play-pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/playlist-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/playlist-play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/playlist-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/plus-minus-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/plus-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/plus-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/plus-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/polaroid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/poll.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/polo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/polymer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/post-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/post.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pot-mix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pot-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/pot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/power-on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/power-plug.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/printer-pos.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/publish.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/radio-fm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/ray-end.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/ray-start.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/record.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/rectangle-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/rectangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-many-to-many.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-many-to-one-or-many.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-many-to-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-many-to-only-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-one-or-many-to-many.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-one-or-many-to-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-one-to-many.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-one-to-one-or-many.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-one-to-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-only-one-to-many.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/relation-only-one-to-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/reorder-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/reorder-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/repeat-once.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/repeat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/reply-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/reply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/resistor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/resize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/rewind-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/rewind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/road.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/roman-numeral-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/roman-numeral-10.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/roman-numeral-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/roman-numeral-4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/roman-numeral-5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/roman-numeral-6.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/routes.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sawtooth-wave.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/school.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/segment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/send-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/send-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/serial-port.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/set-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/set-split.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/settings-helper.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/shape-rectangle-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/shape-square-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/share-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/shield-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/shield-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/shipping-pallet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/shoe-heel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/shuffle-disabled.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sigma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sign-pole.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/signal-cellular-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/signal-cellular-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/signal-cellular-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/signal-hspa-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/signal-hspa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/signal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sim-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/size-l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/size-m.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/size-s.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/size-xl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/skew-less.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/skew-more.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/skip-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/skip-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/skip-next-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/skip-next.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/skip-previous-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/skip-previous.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/slash-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sort-ascending.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sort-descending.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sort-reverse-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sort-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/sort.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/spear.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/square-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/square-medium-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/square-medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/square-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/square-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/square-rounded.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/square-small.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/square-wave.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/squeegee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/stairs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/star-four-points.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/star-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/star-three-points.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/step-backward-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/step-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/step-forward-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/step-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/stop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/store-24-hour.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/store.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/subdirectory-arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/subdirectory-arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/summit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/surround-sound-7-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/swap-horizontal-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/swap-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/swap-vertical-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/swap-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/tab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/table-furniture.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/temperature-kelvin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/terrain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/text-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/text-short.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/thermometer-high.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/thermometer-low.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/thermometer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/timer-sand-empty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/timer-sand-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/tooltip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/toy-brick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/traffic-cone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/transfer-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/transfer-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/transfer-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/transfer-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/trash-can.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/tray-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/tray-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/tray-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/tray-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/tray.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/trending-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/trending-neutral.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/trending-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/triangle-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/triangle-wave.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/triforce.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/upload-multiple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/upload-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/valve-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/valve-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/valve.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/vanish-quarter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/vector-line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/vector-point.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-array-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-array.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-carousel-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-carousel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-column-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-column.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-compact-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-compact.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-dashboard-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-dashboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-gallery.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-grid-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-headline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-module.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-parallel-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-parallel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-quilt-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-quilt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-sequential-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-sequential.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-split-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-split-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-stream-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/view-stream.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/volume-low.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/volume-medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/volume-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/volume-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/volume-source.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/vuejs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/vuetify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/wall-sconce.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/wall.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/water.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/watermark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/widgets.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/window-closed-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/window-maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/window-minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/window-open-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/window-restore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/window-shutter-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/window-shutter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/material/wrap-disabled.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/octicons/dot-fill-16.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/octicons/dot-fill-24.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /overrides/.icons/octicons/no-entry-fill-12.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /site/CNAME: -------------------------------------------------------------------------------- 1 | dongshanpi.com 2 | -------------------------------------------------------------------------------- /site/assets/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DongshanPI/TinaSDK-Docs/385f97cc6c8e159074e77d4fdb0096cc8dfa7e38/site/assets/images/favicon.png -------------------------------------------------------------------------------- /site/assets/javascripts/lunr/min/lunr.jp.min.js: -------------------------------------------------------------------------------- 1 | module.exports=require("./lunr.ja"); -------------------------------------------------------------------------------- /site/sitemap.xml.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DongshanPI/TinaSDK-Docs/385f97cc6c8e159074e77d4fdb0096cc8dfa7e38/site/sitemap.xml.gz --------------------------------------------------------------------------------