(icons) Added Material Solid icons

This commit is contained in:
sercan 2021-04-25 13:23:26 +03:00
parent 85ea34a6ce
commit a5a27d0a51
6 changed files with 10797 additions and 13618 deletions

View File

@ -727,6 +727,12 @@ export const defaultNavigation: FuseNavigationItem[] = [
type : 'basic',
link : '/ui/icons/heroicons-solid'
},
{
id : 'user-interface.icons.material-twotone',
title: 'Material Twotone',
type : 'basic',
link : '/ui/icons/material-twotone'
},
{
id : 'user-interface.icons.material-outline',
title: 'Material Outline',
@ -734,10 +740,10 @@ export const defaultNavigation: FuseNavigationItem[] = [
link : '/ui/icons/material-outline'
},
{
id : 'user-interface.icons.material-twotone',
title: 'Material Twotone',
id : 'user-interface.icons.material-solid',
title: 'Material Solid',
type : 'basic',
link : '/ui/icons/material-twotone'
link : '/ui/icons/material-solid'
},
{
id : 'user-interface.icons.iconsmind',

View File

@ -91,6 +91,21 @@ export class IconsMockApi
}
]);
// -----------------------------------------------------------------------------------------------------
// @ Material solid icons - GET
// -----------------------------------------------------------------------------------------------------
this._fuseMockApiService
.onGet('api/ui/icons/material-solid')
.reply(() => [
200,
{
namespace: 'mat_solid',
name : 'Material Solid',
grid : 6,
list : cloneDeep(this._material)
}
]);
// -----------------------------------------------------------------------------------------------------
// @ Material outline icons - GET
// -----------------------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/* tslint:disable:max-line-length */
// 20210326 - 1777 icons
// Updated at: 20210425 - 1792 icons
export const material = [
'10k',
'10mp',
@ -100,6 +100,7 @@ export const material = [
'addchart',
'adjust',
'admin_panel_settings',
'ads_click',
'agriculture',
'air',
'airline_seat_flat',
@ -146,6 +147,7 @@ export const material = [
'apps',
'architecture',
'archive',
'area_chart',
'arrow_back',
'arrow_back_ios',
'arrow_back_ios_new',
@ -195,6 +197,7 @@ export const material = [
'autorenew',
'av_timer',
'baby_changing_station',
'back_hand',
'backpack',
'backspace',
'backup',
@ -386,6 +389,7 @@ export const material = [
'compare',
'compare_arrows',
'compass_calibration',
'compost',
'compress',
'computer',
'confirmation_number',
@ -429,10 +433,12 @@ export const material = [
'crop_portrait',
'crop_rotate',
'crop_square',
'cruelty_free',
'dangerous',
'dark_mode',
'dashboard',
'dashboard_customize',
'data_exploration',
'data_saver_off',
'data_saver_on',
'data_usage',
@ -482,6 +488,7 @@ export const material = [
'directions_walk',
'dirty_lens',
'disabled_by_default',
'disabled_visible',
'disc_full',
'dns',
'do_disturb',
@ -521,6 +528,7 @@ export const material = [
'draw',
'drive_eta',
'drive_file_move',
'drive_file_move_rtl',
'drive_file_rename_outline',
'drive_folder_upload',
'dry',
@ -533,7 +541,6 @@ export const material = [
'earbuds',
'earbuds_battery',
'east',
'eco',
'edgesensor_high',
'edgesensor_low',
'edit',
@ -715,6 +722,7 @@ export const material = [
'foundation',
'free_breakfast',
'free_cancellation',
'front_hand',
'fullscreen',
'fullscreen_exit',
'functions',
@ -829,6 +837,7 @@ export const material = [
'import_export',
'important_devices',
'inbox',
'incomplete_circle',
'indeterminate_check_box',
'info',
'input',
@ -1215,6 +1224,8 @@ export const material = [
'pie_chart_outline',
'pin',
'pin_drop',
'pin_end',
'pin_invoke',
'pivot_table_chart',
'place',
'plagiarism',
@ -1289,6 +1300,7 @@ export const material = [
'recent_actors',
'recommend',
'record_voice_over',
'recycling',
'redeem',
'redo',
'reduce_capacity',
@ -1631,6 +1643,7 @@ export const material = [
'timer_3',
'timer_3_select',
'timer_off',
'tips_and_updates',
'title',
'toc',
'today',
@ -1737,8 +1750,10 @@ export const material = [
'watch_later',
'water',
'water_damage',
'water_drop',
'waterfall_chart',
'waves',
'waving_hand',
'wb_auto',
'wb_cloudy',
'wb_incandescent',

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 808 KiB

After

Width:  |  Height:  |  Size: 721 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 654 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 909 KiB