Skip to content

Commit

Permalink
Update icons to upstream SHA '2458deac2e131980ca71e4a5e827f426d8198abd'
Browse files Browse the repository at this point in the history
  • Loading branch information
Coronon authored and github-actions[bot] committed Dec 5, 2024
1 parent f907fe5 commit 6118771
Show file tree
Hide file tree
Showing 8 changed files with 549 additions and 531 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.47.0

- Update icons to upstream SHA '2458deac2e131980ca71e4a5e827f426d8198abd'

## 1.46.0

- Update icons to upstream SHA '124912d71d9818173d75c997c219556326a88b9f'
Expand Down
2 changes: 2 additions & 0 deletions example/lib/octicons_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,8 @@ const List<IconInfo> octicons = [
IconInfo(name: "sort-desc-24", icon: OctIcons.sort_desc_24, size: 24),
IconInfo(name: "sparkle-fill-16", icon: OctIcons.sparkle_fill_16, size: 16),
IconInfo(name: "sparkle-fill-24", icon: OctIcons.sparkle_fill_24, size: 24),
IconInfo(name: "sparkles-fill-16", icon: OctIcons.sparkles_fill_16, size: 16),
IconInfo(name: "sparkles-fill-24", icon: OctIcons.sparkles_fill_24, size: 24),
IconInfo(name: "sponsor-tiers-16", icon: OctIcons.sponsor_tiers_16, size: 16),
IconInfo(name: "sponsor-tiers-24", icon: OctIcons.sponsor_tiers_24, size: 24),
IconInfo(name: "square-16", icon: OctIcons.square_16, size: 16),
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.45.0"
version: "1.46.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
1,068 changes: 540 additions & 528 deletions lib/flutter_octicons.dart

Large diffs are not rendered by default.

Binary file modified lib/fonts/octicons16.ttf
Binary file not shown.
Binary file modified lib/fonts/octicons24.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion octicons.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
124912d71d9818173d75c997c219556326a88b9f
2458deac2e131980ca71e4a5e827f426d8198abd
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_octicons
description: Easily integrate GitHub's Octicons in your own Flutter project.
version: 1.46.0
version: 1.47.0
homepage: https://github.com/Coronon/flutter_octicons

environment:
Expand Down

0 comments on commit 6118771

Please sign in to comment.