1*4882a593Smuzhiyunconfig BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS 2*4882a593Smuzhiyun bool "google-material-design-icons" 3*4882a593Smuzhiyun help 4*4882a593Smuzhiyun Material design icons are the official icon set from Google 5*4882a593Smuzhiyun that are designed under the material design guidelines. 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun https://github.com/google/material-design-icons 8*4882a593Smuzhiyun 9*4882a593Smuzhiyunif BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS 10*4882a593Smuzhiyun 11*4882a593Smuzhiyunconfig BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_TYPE_PNG 12*4882a593Smuzhiyun bool "Install PNG icons" 13*4882a593Smuzhiyun help 14*4882a593Smuzhiyun Use PNG icon types. 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun The default. Traditional format; simplicity and compatibility. 17*4882a593Smuzhiyun 18*4882a593Smuzhiyunconfig BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_TYPE_SVG 19*4882a593Smuzhiyun bool "Install SVG icons" 20*4882a593Smuzhiyun help 21*4882a593Smuzhiyun Use SVG icon types. 22*4882a593Smuzhiyun 23*4882a593Smuzhiyun Vector format that is limitlessly scalable. 24*4882a593Smuzhiyun 25*4882a593Smuzhiyunconfig BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_FONT 26*4882a593Smuzhiyun bool "Install TrueType font" 27*4882a593Smuzhiyun help 28*4882a593Smuzhiyun Install the Material TrueType font (ttf) on the target system. 29*4882a593Smuzhiyun 30*4882a593Smuzhiyunconfig BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_SPRITES_CSS 31*4882a593Smuzhiyun bool "Install CSS sprites" 32*4882a593Smuzhiyun help 33*4882a593Smuzhiyun Install CSS (PNG) spritesheets. 34*4882a593Smuzhiyun 35*4882a593Smuzhiyunconfig BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_SPRITES_SVG 36*4882a593Smuzhiyun bool "Install SVG sprites" 37*4882a593Smuzhiyun help 38*4882a593Smuzhiyun Install SVG spritesheets. 39*4882a593Smuzhiyun 40*4882a593Smuzhiyunendif 41