Skip to content

Commit

Permalink
➕ Adds new brand icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthBaraiya committed Nov 19, 2023
1 parent ecb9684 commit 7b5dcca
Show file tree
Hide file tree
Showing 13 changed files with 19,210 additions and 5,664 deletions.
Binary file modified fonts/world_clock_icons.ttf
Binary file not shown.
19,201 changes: 19,198 additions & 3 deletions icon/World Clock.json

Large diffs are not rendered by default.

Binary file removed icon/World-Clock-Icons-v1.0.zip
Binary file not shown.
Binary file added icon/World-Clock-Icons-v2.0.zip
Binary file not shown.
3 changes: 0 additions & 3 deletions icon/ic_baseline-circle.svg

This file was deleted.

3 changes: 0 additions & 3 deletions icon/ic_round-close.svg

This file was deleted.

3 changes: 0 additions & 3 deletions icon/iconamoon_search-bold.svg

This file was deleted.

5,640 changes: 0 additions & 5,640 deletions icon/icons.ai

This file was deleted.

3 changes: 0 additions & 3 deletions icon/more 1.svg

This file was deleted.

3 changes: 0 additions & 3 deletions icon/tabler_chevron-down.svg

This file was deleted.

3 changes: 0 additions & 3 deletions icon/tabler_chevron-up.svg

This file was deleted.

3 changes: 0 additions & 3 deletions icon/uil_exchange-alt.svg

This file was deleted.

12 changes: 12 additions & 0 deletions lib/values/world_clock_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,16 @@ class WorldClockIcons {
IconData(0xe904, fontFamily: _fontFamily);
static const IconData chevron_up = IconData(0xe905, fontFamily: _fontFamily);
static const IconData exchange = IconData(0xe906, fontFamily: _fontFamily);

// Use with color: #3ddc84
static const IconData android = IconData(0xe907, fontFamily: _fontFamily);
// Use with color: #999
static const IconData apple = IconData(0xe908, fontFamily: _fontFamily);
static const IconData github = IconData(0xe909, fontFamily: _fontFamily);
static const IconData ios = IconData(0xe90a, fontFamily: _fontFamily);
// Use with color: #e95420
static const IconData ubuntu = IconData(0xe90b, fontFamily: _fontFamily);

// Use with color: #0078d6
static const IconData windows = IconData(0xe90c, fontFamily: _fontFamily);
}

0 comments on commit 7b5dcca

Please sign in to comment.