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
9b309ba8
Commit
9b309ba8
authored
Aug 13, 2018
by
creativecreatorormaybenot
Committed by
xster
Aug 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Addition of settings icons (#20515)
parent
0892ace9
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 @
9b309ba8
...
...
@@ -420,4 +420,45 @@ class CupertinoIcons {
/// * [plus_circled], which is the pre-iOS 7 version of this icon with a thicker cross.
/// * [add_circled], which is similar, but not filled in.
static
const
IconData
add_circled_solid
=
IconData
(
0xf48b
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A gear with eigth cogs. This icon is not filled in.
///
/// See also:
///
/// * [gear_solid], which is similar, but filled in.
/// * [gear_big], which is the pre-iOS 7 version of this icon and appears bigger because of fewer and bigger cogs.
/// * [settings], which is another cogwheel with a different design.
static
const
IconData
gear
=
IconData
(
0xf43c
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A gear with eigth cogs. This icon is filled in.
///
/// See also:
///
/// * [gear], which is similar, but not filled in.
/// * [settings_solid], which is another cogwheel with a different design.
static
const
IconData
gear_solid
=
IconData
(
0xf43d
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A gear with six cogs.
///
/// See also:
///
/// * [gear], which is the iOS 7 version of this icon and appears smaller because of more and larger cogs.
/// * [settings_solid], which is another cogwheel with a different design.
static
const
IconData
gear_big
=
IconData
(
0xf2f7
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A cogwheel with many cogs and decoration in the middle. This icon is not filled in.
///
/// See also:
///
/// * [settings_solid], which is similar, but filled in.
/// * [gear], which is another cogwheel with a different design.
static
const
IconData
settings
=
IconData
(
0xf411
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A cogwheel with many cogs and decoration in the middle. This icon is filled in.
///
/// See also:
///
/// * [settings], which is similar, but not filled in.
/// * [gear_solid], which is another cogwheel with a different design.
static
const
IconData
settings_solid
=
IconData
(
0xf412
,
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