Add previews for CupertinoIcons (#71853)
This commit is contained in:
parent
a51b8e4309
commit
5bae3b5db3
@ -146,3 +146,8 @@ footer {
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Constrain image width to container */
|
||||||
|
img {
|
||||||
|
max-width: 100%
|
||||||
|
}
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
@import 'https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round';
|
@import 'https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round';
|
||||||
</style>
|
</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="../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">
|
<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
@ -130,7 +130,7 @@ class _PlatformAdaptiveIcons {
|
|||||||
///
|
///
|
||||||
/// * [Icon]
|
/// * [Icon]
|
||||||
/// * [IconButton]
|
/// * [IconButton]
|
||||||
/// * <https://design.google.com/icons/>
|
/// * <https://material.io/resources/icons>
|
||||||
class Icons {
|
class Icons {
|
||||||
// This class is not meant to be instantiated or extended; this constructor
|
// This class is not meant to be instantiated or extended; this constructor
|
||||||
// prevents instantiation and extension.
|
// prevents instantiation and extension.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user