├── .gitignore ├── .idea ├── .name ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── encodings.xml ├── gradle.xml ├── misc.xml ├── modules.xml ├── scopes │ └── scope_settings.xml └── vcs.xml ├── LICENSE ├── MaterialIcons.iml ├── README.md ├── app ├── .gitignore ├── app.iml ├── build.gradle ├── libs │ └── svg-android-1.1.jar ├── proguard-rules.pro └── src │ ├── androidTest │ └── java │ │ └── com │ │ └── majeur │ │ └── materialicons │ │ └── ApplicationTest.java │ └── main │ ├── AndroidManifest.xml │ ├── assets │ └── icons │ │ ├── account-box.svg │ │ ├── account-minus.svg │ │ ├── account-multiple-plus.svg │ │ ├── alarm-plus.svg │ │ ├── alpha.svg │ │ ├── android-debug-bridge.svg │ │ ├── apple-safari.svg │ │ ├── apple.svg │ │ ├── archive.svg │ │ ├── arrange-bring-forward.svg │ │ ├── arrow-bottom-left.svg │ │ ├── arrow-collapse.svg │ │ ├── arrow-right-bold-circle.svg │ │ ├── arrow-right-bold-hexagon-outline.svg │ │ ├── arrow-up.svg │ │ ├── auto-upload.svg │ │ ├── barrel.svg │ │ ├── battery-charging-20.svg │ │ ├── battery-positive.svg │ │ ├── beaker-empty.svg │ │ ├── bell-ring.svg │ │ ├── beta.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── border-outside.svg │ │ ├── briefcase-upload.svg │ │ ├── briefcase.svg │ │ ├── calendar-multiple.svg │ │ ├── calendar-remove.svg │ │ ├── calendar-today.svg │ │ ├── calendar.svg │ │ ├── camcorder-off.svg │ │ ├── cellphone-settings.svg │ │ ├── check-bookmark.svg │ │ ├── checkbox-blank-circle-outline.svg │ │ ├── checkbox-marked-outline.svg │ │ ├── checkbox-multiple-blank-outline.svg │ │ ├── checkbox-multiple-blank.svg │ │ ├── checkerboard.svg │ │ ├── chevron-double-up.svg │ │ ├── city.svg │ │ ├── clipboard-account.svg │ │ ├── clipboard-arrow-down.svg │ │ ├── clipboard-arrow-left.svg │ │ ├── clipboard-check.svg │ │ ├── close-circle-outline.svg │ │ ├── close-circle.svg │ │ ├── close-network.svg │ │ ├── cloud-download.svg │ │ ├── cloud.svg │ │ ├── coffee-to-go.svg │ │ ├── comment-account-outline.svg │ │ ├── comment-outline.svg │ │ ├── comment-processing-outline.svg │ │ ├── comment-processing.svg │ │ ├── console.svg │ │ ├── content-save.svg │ │ ├── crop-square.svg │ │ ├── currency-usd.svg │ │ ├── debug-step-into.svg │ │ ├── deviantart.svg │ │ ├── dots-vertical.svg │ │ ├── download.svg │ │ ├── earth.svg │ │ ├── emoticon-neutral.svg │ │ ├── eyedropper-variant.svg │ │ ├── eyedropper.svg │ │ ├── fast-forward.svg │ │ ├── ferry.svg │ │ ├── file-delimited.svg │ │ ├── file-image.svg │ │ ├── file-word-box.svg │ │ ├── filmstrip.svg │ │ ├── fish.svg │ │ ├── flag-checkered-variant.svg │ │ ├── floppy.svg │ │ ├── folder-upload.svg │ │ ├── football-helmet.svg │ │ ├── format-color-fill.svg │ │ ├── format-superscript.svg │ │ ├── fullscreen-exit.svg │ │ ├── fullscreen.svg │ │ ├── gas-station.svg │ │ ├── gift.svg │ │ ├── glass-tulip.svg │ │ ├── google-chrome.svg │ │ ├── google-pages.svg │ │ ├── google-play.svg │ │ ├── hangouts.svg │ │ ├── headset-off.svg │ │ ├── human.svg │ │ ├── image-filter-black-white.svg │ │ ├── image-filter-vintage.svg │ │ ├── information-outline.svg │ │ ├── key-variant.svg │ │ ├── keyboard-off.svg │ │ ├── leaf.svg │ │ ├── link-variant.svg │ │ ├── linkedin.svg │ │ ├── lock-outline.svg │ │ ├── lock.svg │ │ ├── menu-left.svg │ │ ├── microphone-off.svg │ │ ├── monitor.svg │ │ ├── mouse-variant-off.svg │ │ ├── mouse.svg │ │ ├── music-note-half.svg │ │ ├── nature-people.svg │ │ ├── nest-thermostat.svg │ │ ├── numeric-0-box-outline.svg │ │ ├── numeric-1-box-outline.svg │ │ ├── numeric-2-box-multiple-outline.svg │ │ ├── numeric-3-box-multiple-outline.svg │ │ ├── numeric-3-box.svg │ │ ├── numeric-6-box.svg │ │ ├── numeric-8-box-multiple-outline.svg │ │ ├── numeric-9-plus-box-multiple-outline.svg │ │ ├── numeric-9-plus-box-outline.svg │ │ ├── nutriton.svg │ │ ├── open-in-new.svg │ │ ├── package-variant.svg │ │ ├── pandora.svg │ │ ├── pause-circle-outline.svg │ │ ├── pause.svg │ │ ├── pencil.svg │ │ ├── person-box.svg │ │ ├── phone-in-talk.svg │ │ ├── pinterest.svg │ │ ├── plane.svg │ │ ├── playlist-plus.svg │ │ ├── plus-box.svg │ │ ├── printer-3d.svg │ │ ├── printer.svg │ │ ├── quality-high.svg │ │ ├── rdio.svg │ │ ├── read.svg │ │ ├── redo-variant.svg │ │ ├── reload.svg │ │ ├── remote.svg │ │ ├── rename-box.svg │ │ ├── repeat-off.svg │ │ ├── resize-bottom-right.svg │ │ ├── restore.svg │ │ ├── rewind.svg │ │ ├── ribbon.svg │ │ ├── rotate-right-variant.svg │ │ ├── routes.svg │ │ ├── script.svg │ │ ├── select-all.svg │ │ ├── select-inverse.svg │ │ ├── select.svg │ │ ├── server.svg │ │ ├── shield-outline.svg │ │ ├── silverware-fork.svg │ │ ├── sort-descending.svg │ │ ├── sort-variant.svg │ │ ├── source-pull.svg │ │ ├── spreadsheet.svg │ │ ├── stackoverflow.svg │ │ ├── star-circle.svg │ │ ├── star-half.svg │ │ ├── star-of-david.svg │ │ ├── stop.svg │ │ ├── tag-multiple.svg │ │ ├── text-to-speech.svg │ │ ├── thumb-down-outline.svg │ │ ├── tile-four.svg │ │ ├── tooltip-image.svg │ │ ├── tooltip-outline-plus.svg │ │ ├── tor.svg │ │ ├── train.svg │ │ ├── tree.svg │ │ ├── trending-down.svg │ │ ├── trending-up.svg │ │ ├── undo-variant.svg │ │ ├── unfold-less.svg │ │ ├── view-dashboard.svg │ │ ├── view-day.svg │ │ ├── view-headline.svg │ │ ├── volume-off.svg │ │ ├── wallet-travel.svg │ │ ├── washing-machine.svg │ │ ├── watch-export.svg │ │ ├── watch-import.svg │ │ ├── weather-partlycloudy.svg │ │ ├── weather-sunset-up.svg │ │ ├── white-balance-auto.svg │ │ ├── worker.svg │ │ └── xml.svg │ ├── java │ └── com │ │ └── majeur │ │ └── materialicons │ │ ├── Adapter.java │ │ ├── AsyncDataRetriever.java │ │ ├── AsyncExporter.java │ │ ├── Density.java │ │ ├── ExportActivity.java │ │ ├── HttpWrapper.java │ │ ├── IndexScroller.java │ │ ├── IndexableRecyclerView.java │ │ ├── MainActivity.java │ │ ├── RoundView.java │ │ ├── SVGView.java │ │ ├── SimpleAdapter.java │ │ └── Utils.java │ └── res │ ├── drawable-xxxhdpi │ ├── ic_dots_horizontal.png │ └── ic_export.png │ ├── drawable │ ├── divider_horizontal.xml │ └── divider_vertical.xml │ ├── layout │ ├── about_dialog_message.xml │ ├── activity_export.xml │ ├── activity_main.xml │ ├── list_item.xml │ └── recycler_item.xml │ ├── menu │ ├── menu_action_mode.xml │ ├── menu_list_item.xml │ └── menu_main.xml │ ├── mipmap-hdpi │ └── ic_launcher.png │ ├── mipmap-mdpi │ └── ic_launcher.png │ ├── mipmap-xhdpi │ └── ic_launcher.png │ ├── mipmap-xxhdpi │ └── ic_launcher.png │ ├── mipmap-xxxhdpi │ └── ic_launcher.png │ ├── values-sw600dp-land │ └── integers.xml │ ├── values-sw600dp │ ├── dimens.xml │ └── integers.xml │ └── values │ ├── colors.xml │ ├── dimens.xml │ ├── integers.xml │ ├── strings.xml │ └── styles.xml ├── build.gradle ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── settings.gradle └── web_res ├── device-2015-07-07-011752.png ├── device-2015-07-07-011837.png ├── device-2015-07-07-011848.png ├── web_hi_res_512.png └── web_pane.png /.gitignore: -------------------------------------------------------------------------------- 1 | <<<<<<< HEAD 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | ======= 9 | # Built application files 10 | *.apk 11 | *.ap_ 12 | 13 | # Files for the Dalvik VM 14 | *.dex 15 | 16 | # Java class files 17 | *.class 18 | 19 | # Generated files 20 | bin/ 21 | gen/ 22 | 23 | # Gradle files 24 | .gradle/ 25 | build/ 26 | /*/build/ 27 | 28 | # Local configuration file (sdk path, etc) 29 | local.properties 30 | 31 | # Proguard folder generated by Eclipse 32 | proguard/ 33 | 34 | # Log Files 35 | *.log 36 | >>>>>>> 58186248fb79b85d3c3a6f82aadeb129e514e4d0 37 | -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | Material Icons -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 1.7 14 | 15 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MaterialIcons.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Material Design Icons 2 | 3 | Simple android app that provide access to 1000+ material desgin icons. 4 | 5 | - Export your selection to android app project format 6 | - Select desired densities 7 | - Modify colors 8 | - Save as Zip or Directory 9 | 10 | ![alt tag](https://raw.githubusercontent.com/MajeurAndroid/Material-Icons/master/app/src/main/res/mipmap-hdpi/ic_launcher.png) [](https://play.google.com/store/apps/details?id=com.majeur.materialicons) 11 | 12 | ### Credits 13 | 14 | All icons are from google and the community. Huge thanks to people on [Material Design Icons web site] for sharing tones of icons. 15 | 16 | ### License: 17 | - Community Icons - [SIL Open Font License 1.1] 18 | - Google Material Design Icons - [Attribution 4.0 International] 19 | - Application code - [Apache 2.0] 20 | 21 | [SIL Open Font License 1.1]:http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web/ 22 | [Attribution 4.0 International]:https://creativecommons.org/licenses/by/4.0/ 23 | [Apache 2.0]:http://www.apache.org/licenses/LICENSE-2.0 24 | [Material Design Icons web site]:https://materialdesignicons.com/ 25 | -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- 1 | apply plugin: 'com.android.application' 2 | 3 | android { 4 | compileSdkVersion 22 5 | buildToolsVersion "22.0.1" 6 | 7 | defaultConfig { 8 | applicationId "com.majeur.materialicons" 9 | minSdkVersion 14 10 | targetSdkVersion 22 11 | versionCode 3 12 | versionName "1.2" 13 | } 14 | buildTypes { 15 | release { 16 | minifyEnabled false 17 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 18 | } 19 | } 20 | } 21 | 22 | dependencies { 23 | compile fileTree(dir: 'libs', include: ['*.jar']) 24 | compile 'com.android.support:gridlayout-v7:22.2.0' 25 | compile 'com.android.support:appcompat-v7:22.2.0' 26 | compile 'com.android.support:cardview-v7:22.2.0' 27 | compile 'com.android.support:recyclerview-v7:22.2.0' 28 | compile 'net.rdrei.android.dirchooser:library:2.1@aar' 29 | compile 'com.afollestad:material-dialogs:0.7.6.0' 30 | } 31 | -------------------------------------------------------------------------------- /app/libs/svg-android-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/app/libs/svg-android-1.1.jar -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # By default, the flags in this file are appended to flags specified 3 | # in /home/pdroid/sdk/tools/proguard/proguard-android.txt 4 | # You can edit the include path and order by changing the proguardFiles 5 | # directive in build.gradle. 6 | # 7 | # For more details, see 8 | # http://developer.android.com/guide/developing/tools/proguard.html 9 | 10 | # Add any project specific keep options here: 11 | 12 | # If your project uses WebView with JS, uncomment the following 13 | # and specify the fully qualified class name to the JavaScript interface 14 | # class: 15 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 16 | # public *; 17 | #} 18 | -------------------------------------------------------------------------------- /app/src/androidTest/java/com/majeur/materialicons/ApplicationTest.java: -------------------------------------------------------------------------------- 1 | package com.majeur.materialicons; 2 | 3 | import android.app.Application; 4 | import android.test.ApplicationTestCase; 5 | 6 | /** 7 | * Testing Fundamentals 8 | */ 9 | public class ApplicationTest extends ApplicationTestCase { 10 | public ApplicationTest() { 11 | super(Application.class); 12 | } 13 | } -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 14 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/account-box.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/account-minus.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/account-multiple-plus.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/alarm-plus.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/alpha.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/android-debug-bridge.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/apple-safari.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/apple.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/archive.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/arrange-bring-forward.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/arrow-bottom-left.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/arrow-collapse.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/arrow-right-bold-circle.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/arrow-right-bold-hexagon-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/arrow-up.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/auto-upload.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/barrel.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/battery-charging-20.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/battery-positive.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/beaker-empty.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/bell-ring.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/beta.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/book.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/bookmark.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/border-outside.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/briefcase-upload.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/briefcase.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/calendar-multiple.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/calendar-remove.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/calendar-today.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/calendar.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/camcorder-off.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/cellphone-settings.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/check-bookmark.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/checkbox-blank-circle-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/checkbox-marked-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/checkbox-multiple-blank-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/checkbox-multiple-blank.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/checkerboard.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/chevron-double-up.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/city.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/clipboard-account.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/clipboard-arrow-down.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/clipboard-arrow-left.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/clipboard-check.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/close-circle-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/close-circle.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/close-network.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/cloud-download.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/cloud.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/coffee-to-go.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/comment-account-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/comment-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/comment-processing-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/comment-processing.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/console.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/content-save.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/crop-square.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/currency-usd.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/debug-step-into.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/deviantart.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/dots-vertical.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/download.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/earth.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/emoticon-neutral.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/eyedropper-variant.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/eyedropper.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/fast-forward.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/file-delimited.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/file-image.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/file-word-box.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/filmstrip.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/fish.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/flag-checkered-variant.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/floppy.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/folder-upload.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/football-helmet.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/format-color-fill.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/format-superscript.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/fullscreen-exit.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/fullscreen.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/gas-station.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/gift.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/glass-tulip.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/google-chrome.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/google-pages.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/google-play.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/hangouts.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/headset-off.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/human.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/image-filter-black-white.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/image-filter-vintage.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/information-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/key-variant.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/keyboard-off.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/leaf.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/link-variant.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/linkedin.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/lock-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/lock.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/menu-left.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/microphone-off.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/monitor.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/mouse-variant-off.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/mouse.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/music-note-half.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/nature-people.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/nest-thermostat.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/numeric-0-box-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/numeric-1-box-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/numeric-2-box-multiple-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/numeric-3-box-multiple-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/numeric-3-box.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/numeric-6-box.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/numeric-8-box-multiple-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/numeric-9-plus-box-multiple-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/numeric-9-plus-box-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/nutriton.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/open-in-new.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/package-variant.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/pandora.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/pause-circle-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/pause.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/pencil.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/person-box.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/phone-in-talk.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/pinterest.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/plane.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/playlist-plus.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/plus-box.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/printer-3d.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/printer.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/quality-high.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/rdio.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/read.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/redo-variant.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/reload.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/remote.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/rename-box.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/repeat-off.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/resize-bottom-right.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/restore.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/rewind.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/ribbon.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/rotate-right-variant.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/routes.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/script.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/select-all.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/select-inverse.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/select.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/server.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/shield-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/silverware-fork.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/sort-descending.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/sort-variant.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/source-pull.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/spreadsheet.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/stackoverflow.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/star-circle.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/star-half.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/star-of-david.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/stop.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/tag-multiple.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/text-to-speech.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/thumb-down-outline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/tile-four.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/tooltip-image.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/tooltip-outline-plus.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/tor.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/train.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/tree.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/trending-down.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/trending-up.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/undo-variant.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/unfold-less.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/view-dashboard.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/view-day.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/view-headline.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/volume-off.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/wallet-travel.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/washing-machine.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/watch-export.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/watch-import.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/weather-sunset-up.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/white-balance-auto.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/worker.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/assets/icons/xml.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/java/com/majeur/materialicons/Density.java: -------------------------------------------------------------------------------- 1 | package com.majeur.materialicons; 2 | 3 | public enum Density { 4 | LDPI, 5 | MDPI, 6 | HDPI, 7 | XHDPI, 8 | XXHDPI, 9 | XXXHDPI 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/com/majeur/materialicons/SimpleAdapter.java: -------------------------------------------------------------------------------- 1 | package com.majeur.materialicons; 2 | 3 | import android.widget.BaseAdapter; 4 | 5 | public abstract class SimpleAdapter extends BaseAdapter { 6 | 7 | @Override 8 | public Object getItem(int position) { 9 | return null; 10 | } 11 | 12 | @Override 13 | public long getItemId(int position) { 14 | return 0; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dots_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/app/src/main/res/drawable-xxxhdpi/ic_dots_horizontal.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/app/src/main/res/drawable-xxxhdpi/ic_export.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/divider_horizontal.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/divider_vertical.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/layout/about_dialog_message.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/layout/list_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 18 | 19 | 24 | 25 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_action_mode.xml: -------------------------------------------------------------------------------- 1 | 5 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_list_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_main.xml: -------------------------------------------------------------------------------- 1 | 5 | 6 | 11 | 12 | 16 | 17 | 21 | 22 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp-land/integers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 4 | 5 5 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 64dp 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/integers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 4 | 3 5 | -------------------------------------------------------------------------------- /app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 16dp 4 | 16dp 5 | 6 | 60dp 7 | 300dp 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/values/integers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 3 4 | 2 5 | -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | 3 | buildscript { 4 | repositories { 5 | jcenter() 6 | } 7 | dependencies { 8 | classpath 'com.android.tools.build:gradle:1.1.0' 9 | 10 | // NOTE: Do not place your application dependencies here; they belong 11 | // in the individual module build.gradle files 12 | } 13 | } 14 | 15 | allprojects { 16 | repositories { 17 | jcenter() 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- 1 | # Project-wide Gradle settings. 2 | 3 | # IDE (e.g. Android Studio) users: 4 | # Gradle settings configured through the IDE *will override* 5 | # any settings specified in this file. 6 | 7 | # For more details on how to configure your build environment visit 8 | # http://www.gradle.org/docs/current/userguide/build_environment.html 9 | 10 | # Specifies the JVM arguments used for the daemon process. 11 | # The setting is particularly useful for tweaking memory settings. 12 | # Default value: -Xmx10248m -XX:MaxPermSize=256m 13 | # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 14 | 15 | # When configured, Gradle will run in incubating parallel mode. 16 | # This option should only be used with decoupled projects. More details, visit 17 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 18 | # org.gradle.parallel=true -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Wed Apr 10 15:27:10 PDT 2013 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip 7 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /web_res/device-2015-07-07-011752.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/web_res/device-2015-07-07-011752.png -------------------------------------------------------------------------------- /web_res/device-2015-07-07-011837.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/web_res/device-2015-07-07-011837.png -------------------------------------------------------------------------------- /web_res/device-2015-07-07-011848.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/web_res/device-2015-07-07-011848.png -------------------------------------------------------------------------------- /web_res/web_hi_res_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/web_res/web_hi_res_512.png -------------------------------------------------------------------------------- /web_res/web_pane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MajeurAndroid/android-material-icons/1175381193eb854a4698ae22532bc9ac58fa335c/web_res/web_pane.png --------------------------------------------------------------------------------