mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
feat(icons): update iOS outline icons
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,10 @@
|
||||
|
||||
// Ionicons
|
||||
// Ionicons Icon Font CSS
|
||||
// --------------------------
|
||||
// Ionicons CSS for Ionic's <ion-icon> element
|
||||
// ionicons-icons.scss has the icons and their unicode characters
|
||||
|
||||
$ionicons-font-path: $font-path !default;
|
||||
$ionicons-font-family: "Ionicons" !default;
|
||||
$ionicons-version: "3.0.0" !default;
|
||||
|
||||
|
||||
@ -15,11 +16,9 @@ $ionicons-version: "3.0.0" !default;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
ion-icon,
|
||||
[icon],
|
||||
.icon {
|
||||
ion-icon {
|
||||
display: inline-block;
|
||||
font-family: $ionicons-font-family;
|
||||
font-family: "Ionicons";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
@ -31,4 +30,4 @@ ion-icon,
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
@import "ionicons-core";
|
||||
@import "ionicons-icons";
|
||||
|
Reference in New Issue
Block a user