Unverified Commit 5bae3b5d authored by Pierre-Louis's avatar Pierre-Louis Committed by GitHub

Add previews for CupertinoIcons (#71853)

parent a51b8e43
...@@ -146,3 +146,8 @@ footer { ...@@ -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 @@ ...@@ -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">
......
...@@ -130,7 +130,7 @@ class _PlatformAdaptiveIcons { ...@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment