Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Add history icons (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 authored Apr 7, 2022
1 parent 4e858d3 commit fa1c1af
Show file tree
Hide file tree
Showing 17 changed files with 1,107 additions and 409 deletions.
Binary file modified assets/ui_icons.ttf
Binary file not shown.
19 changes: 13 additions & 6 deletions doc/icon_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Icon preview | Icon name | Usage
![addon](../icons/addon.svg) | addon | `YaruIcons.addon`
![address_book](../icons/address-book.svg) | address book | `YaruIcons.address_book`
![app_grid](../icons/app-grid.svg) | app grid | `YaruIcons.app_grid`
![audio](../icons/audio.svg) | audio | `YaruIcons.audio`
![audio_history](../icons/audio/history.svg) | audio history | `YaruIcons.audio_history`
![audio](../icons/audio/_.svg) | audio | `YaruIcons.audio`
![battery_level_0_charging](../icons/battery/level-0-charging.svg) | battery level 0 charging | `YaruIcons.battery_level_0_charging`
![battery_level_0](../icons/battery/level-0.svg) | battery level 0 | `YaruIcons.battery_level_0`
![battery_level_100_charging](../icons/battery/level-100-charging.svg) | battery level 100 charging | `YaruIcons.battery_level_100_charging`
Expand Down Expand Up @@ -66,9 +67,11 @@ Icon preview | Icon name | Usage
![desktop_screensaver](../icons/desktop/screensaver.svg) | desktop screensaver | `YaruIcons.desktop_screensaver`
![desktop](../icons/desktop/_.svg) | desktop | `YaruIcons.desktop`
![desktop_wallpaper](../icons/desktop/wallpaper.svg) | desktop wallpaper | `YaruIcons.desktop_wallpaper`
![document_history](../icons/document/history.svg) | document history | `YaruIcons.document_history`
![document_open](../icons/document/open.svg) | document open | `YaruIcons.document_open`
![document](../icons/document/_.svg) | document | `YaruIcons.document`
![download](../icons/download.svg) | download | `YaruIcons.download`
![download_history](../icons/download/history.svg) | download history | `YaruIcons.download_history`
![download](../icons/download/_.svg) | download | `YaruIcons.download`
![drag_handle](../icons/drag-handle.svg) | drag handle | `YaruIcons.drag_handle`
![drive_harddisk_filled](../icons/drive/harddisk-filled.svg) | drive harddisk filled | `YaruIcons.drive_harddisk_filled`
![drive_harddisk](../icons/drive/harddisk.svg) | drive harddisk | `YaruIcons.drive_harddisk`
Expand Down Expand Up @@ -159,12 +162,14 @@ Icon preview | Icon name | Usage
![heart](../icons/heart.svg) | heart | `YaruIcons.heart`
![hide_filled](../icons/hide-filled.svg) | hide filled | `YaruIcons.hide_filled`
![hide](../icons/hide.svg) | hide | `YaruIcons.hide`
![history](../icons/history.svg) | history | `YaruIcons.history`
![home_filled](../icons/home-filled.svg) | home filled | `YaruIcons.home_filled`
![home](../icons/home.svg) | home | `YaruIcons.home`
![hourglass_filled](../icons/hourglass-filled.svg) | hourglass filled | `YaruIcons.hourglass_filled`
![hourglass](../icons/hourglass.svg) | hourglass | `YaruIcons.hourglass`
![image_filled](../icons/image-filled.svg) | image filled | `YaruIcons.image_filled`
![image](../icons/image.svg) | image | `YaruIcons.image`
![image_filled](../icons/image/filled.svg) | image filled | `YaruIcons.image_filled`
![image_history](../icons/image/history.svg) | image history | `YaruIcons.image_history`
![image](../icons/image/_.svg) | image | `YaruIcons.image`
![information_filled](../icons/information-filled.svg) | information filled | `YaruIcons.information_filled`
![information](../icons/information.svg) | information | `YaruIcons.information`
![input_dialpad](../icons/input/dialpad.svg) | input dialpad | `YaruIcons.input_dialpad`
Expand Down Expand Up @@ -325,7 +330,8 @@ Icon preview | Icon name | Usage
![rss](../icons/rss.svg) | rss | `YaruIcons.rss`
![save_as](../icons/save/as.svg) | save as | `YaruIcons.save_as`
![save](../icons/save/_.svg) | save | `YaruIcons.save`
![search](../icons/search.svg) | search | `YaruIcons.search`
![search_history](../icons/search/history.svg) | search history | `YaruIcons.search_history`
![search](../icons/search/_.svg) | search | `YaruIcons.search`
![selection](../icons/selection.svg) | selection | `YaruIcons.selection`
![server](../icons/server.svg) | server | `YaruIcons.server`
![settings_filled](../icons/settings-filled.svg) | settings filled | `YaruIcons.settings_filled`
Expand Down Expand Up @@ -376,7 +382,8 @@ Icon preview | Icon name | Usage
![ubuntu_logo](../icons/ubuntu-logo/_.svg) | ubuntu logo | `YaruIcons.ubuntu_logo`
![users](../icons/users.svg) | users | `YaruIcons.users`
![user](../icons/user.svg) | user | `YaruIcons.user`
![video](../icons/video.svg) | video | `YaruIcons.video`
![video_history](../icons/video/history.svg) | video history | `YaruIcons.video_history`
![video](../icons/video/_.svg) | video | `YaruIcons.video`
![view_filled](../icons/view-filled.svg) | view filled | `YaruIcons.view_filled`
![view_fullscreen](../icons/view/fullscreen.svg) | view fullscreen | `YaruIcons.view_fullscreen`
![view_more_horizontal](../icons/view-more/horizontal.svg) | view more horizontal | `YaruIcons.view_more_horizontal`
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class _YaruIconsGridState extends State<YaruIconsGrid>
late AnimationController _controller;

static const _from = 0xf101;
static const _to = 0xf298;
static const _to = 0xf29f;

double _iconsSize = 24;
bool _isMinIconsSize() => _iconsSize <= 16 ? true : false;
Expand Down
File renamed without changes
101 changes: 101 additions & 0 deletions icons/audio/history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
101 changes: 101 additions & 0 deletions icons/document/history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
107 changes: 107 additions & 0 deletions icons/download/history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fa1c1af

Please sign in to comment.