Skip to content

Commit 59c0c7b

Browse files
Gregory COCHINGregory COCHIN
authored andcommitted
Update Font Awesome icons list
The list is based on Font Awesome 5.13.0 (1588 icons) Improve the filter keyword. Split the content for each library in dedicated icons pack Update example to use FA 5.13.0 New release 1.4.0 Issue #29
1 parent a5dbfe5 commit 59c0c7b

14 files changed

Lines changed: 27522 additions & 16938 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Angular IconPicker Directive/Component with no dependencies required.
1111

1212
This is an Icon Picker Directive/Component for Angular 9+.
1313

14-
The icon Picker manages Font Awesome, Bootstrap Glyphicon, Font Awesome5 and Material Icons.
14+
The icon Picker manages Font Awesome, Bootstrap Glyphicon, Font Awesome 5 (5.13.0) and Material Icons.
1515

1616
## Installing and usage
1717

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Icon picker widget for Angular (version 9 and newer)",
44
"bugs": "https://github.com/tech-advantage/ngx-icon-picker/issues",
55
"license": "MIT",
6-
"version": "1.3.0",
6+
"version": "1.4.0",
77
"scripts": {
88
"ng": "ng",
99
"lint": "ng lint",

projects/app-bulma/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
10-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
1111
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
1212
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
1313
</head>

projects/app-semantic/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
10-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
1111
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css">
1212
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
1313
</head>

projects/app/src/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
10-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
10+
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
1112
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
1213
</head>
1314
<body>

projects/lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Angular IconPicker Directive/Component with no dependencies required.
1111

1212
This is an Icon Picker Directive/Component for Angular 9+.
1313

14-
The icon Picker manages Font Awesome, Bootstrap Glyphicon, Font Awesome5 and Material Icons.
14+
The icon Picker manages Font Awesome, Bootstrap Glyphicon, Font Awesome 5 (5.13.0) and Material Icons.
1515

1616
## Installing and usage
1717

projects/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-icon-picker",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"peerDependencies": {
55
"@angular/common": "^9.0.2",
66
"@angular/core": "^9.0.2",

0 commit comments

Comments
 (0)