Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
fd55c4ec
Commit
fd55c4ec
authored
May 17, 2018
by
Noam Drong
Committed by
xster
May 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add glyph references for Cupertino-style icons (#16605)
parent
89cb5d26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
+41
-0
icons.dart
packages/flutter/lib/src/cupertino/icons.dart
+41
-0
No files found.
packages/flutter/lib/src/cupertino/icons.dart
View file @
fd55c4ec
...
...
@@ -44,6 +44,8 @@ class CupertinoIcons {
static
const
IconData
right_chevron
=
const
IconData
(
0xf3d3
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
,
matchTextDirection:
true
);
/// iOS style share icon with an arrow pointing up from a box.
///
/// For another (pre-iOS 7) version of this icon, see [share_up].
static
const
IconData
share
=
const
IconData
(
0xf4ca
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A book silhouette spread open.
...
...
@@ -53,6 +55,8 @@ class CupertinoIcons {
static
const
IconData
info
=
const
IconData
(
0xf44c
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A curved up and left pointing arrow.
///
/// For another version of this icon, see [reply_thick_solid].
static
const
IconData
reply
=
const
IconData
(
0xf4c6
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A chat bubble.
...
...
@@ -99,4 +103,41 @@ class CupertinoIcons {
/// A solid down arrow.
static
const
IconData
down_arrow
=
const
IconData
(
0xf35d
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A charging battery.
static
const
IconData
battery_charging
=
const
IconData
(
0xf111
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// An empty battery.
static
const
IconData
battery_empty
=
const
IconData
(
0xf112
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A full battery.
static
const
IconData
battery_full
=
const
IconData
(
0xf113
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A 75% charged battery.
static
const
IconData
battery_75_percent
=
const
IconData
(
0xf114
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A 25% charged battery.
static
const
IconData
battery_25_percent
=
const
IconData
(
0xf115
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// The bluetooth logo.
static
const
IconData
bluetooth
=
const
IconData
(
0xf116
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A restart arrow, pointing downwards.
static
const
IconData
restart
=
const
IconData
(
0xf21c
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// Two curved up and left pointing arrows.
static
const
IconData
reply_all
=
const
IconData
(
0xf21d
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A curved up and left pointing arrow.
///
/// For another version of this icon, see [reply].
static
const
IconData
reply_thick_solid
=
const
IconData
(
0xf21e
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// iOS style share icon with an arrow pointing upwards to the right from a box.
///
/// For another version of this icon (introduced in iOS 7), see [share].
static
const
IconData
share_up
=
const
IconData
(
0xf220
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// Two right-facing intertwined arrows.
static
const
IconData
shuffle_thick
=
const
IconData
(
0xf221
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment