licenses(["notice"]) # Downloaded from: https://github.com/google/material-design-icons/blob/3.0.1/LICENSE # Timestamp: 06/02/2019 exports_files(["LICENSE"]) filegroup( name = "material-design-icons", srcs = [ # https://github.com/google/material-design-icons/blob/3.0.1/iconfont/material-icons.css "material-icons.css", # https://github.com/google/material-design-icons/blob/f5cdf3a23d3acdd8490fc4879f4f59a705f409ef/font/MaterialIcons-Regular.ttf "MaterialIcons-Regular.ttf", ], visibility = [ "//devtools/projects/shell-browser:__subpackages__", "//modules/playground:__subpackages__", ], )