Add previews for CupertinoIcons (#71853)

This commit is contained in:
Pierre-Louis 2020-12-08 18:13:07 +01:00 committed by GitHub
parent a51b8e4309
commit 5bae3b5db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2432 additions and 2425 deletions

View File

@ -146,3 +146,8 @@ footer {
font-style: italic;
font-weight: bold;
}
/* Constrain image width to container */
img {
max-width: 100%
}

View File

@ -4,6 +4,8 @@
@import 'https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round';
</style>
<link href="https://flutter.github.io/cupertino_icons/css/icons.css" rel="stylesheet" type="text/css">
<link href="../assets/overrides.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round" rel="stylesheet">

File diff suppressed because it is too large Load Diff

View File

@ -130,7 +130,7 @@ class _PlatformAdaptiveIcons {
///
/// * [Icon]
/// * [IconButton]
/// * <https://design.google.com/icons/>
/// * <https://material.io/resources/icons>
class Icons {
// This class is not meant to be instantiated or extended; this constructor
// prevents instantiation and extension.