identity-admin 1.28.6 → 1.28.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +294 -294
- package/lib/Dashboard.d.ts +14 -14
- package/lib/Dashboard.js +95 -95
- package/lib/container/helpers/HelperInversify.d.ts +6 -6
- package/lib/container/helpers/HelperInversify.js +10 -10
- package/lib/container/helpers/HelperTypes.d.ts +5 -5
- package/lib/container/helpers/HelperTypes.js +7 -7
- package/lib/container/index.d.ts +1 -1
- package/lib/container/index.js +14 -14
- package/lib/container/repositories/RepositoryInversify.d.ts +4 -4
- package/lib/container/repositories/RepositoryInversify.js +13 -13
- package/lib/container/repositories/RepositoryTypes.d.ts +4 -4
- package/lib/container/repositories/RepositoryTypes.js +6 -6
- package/lib/container/types.d.ts +8 -8
- package/lib/container/types.js +9 -9
- package/lib/controllers/ActionController.d.ts +8 -8
- package/lib/controllers/ActionController.js +96 -96
- package/lib/controllers/AdminNotificationController.d.ts +8 -8
- package/lib/controllers/AdminNotificationController.js +69 -69
- package/lib/controllers/DashboardController.d.ts +44 -44
- package/lib/controllers/DashboardController.js +787 -787
- package/lib/controllers/ResourceController.d.ts +15 -15
- package/lib/controllers/ResourceController.js +135 -135
- package/lib/helpers/ActionsGenerator.d.ts +11 -11
- package/lib/helpers/ActionsGenerator.js +179 -179
- package/lib/helpers/AdminNotifications/AdminNotificationCreation.d.ts +49 -49
- package/lib/helpers/AdminNotifications/AdminNotificationCreation.js +66 -66
- package/lib/helpers/AdminNotifications/AdminNotificationFetcher.d.ts +51 -51
- package/lib/helpers/AdminNotifications/AdminNotificationFetcher.js +39 -39
- package/lib/helpers/FilterQueryHelper.d.ts +9 -9
- package/lib/helpers/FilterQueryHelper.js +83 -83
- package/lib/helpers/FiltersHelper.d.ts +9 -9
- package/lib/helpers/FiltersHelper.js +126 -126
- package/lib/helpers/LocalesHelper.d.ts +4 -4
- package/lib/helpers/LocalesHelper.js +73 -73
- package/lib/helpers/LocalizedStringHelper.d.ts +11 -11
- package/lib/helpers/LocalizedStringHelper.js +74 -74
- package/lib/helpers/Permissions/PermissionFetcher.d.ts +8 -8
- package/lib/helpers/Permissions/PermissionFetcher.js +95 -95
- package/lib/helpers/Permissions/PermissionLabel.d.ts +2 -2
- package/lib/helpers/Permissions/PermissionLabel.js +42 -42
- package/lib/helpers/Permissions/PermissionMapper.d.ts +13 -13
- package/lib/helpers/Permissions/PermissionMapper.js +35 -35
- package/lib/helpers/Permissions/PermissionResource.d.ts +6 -6
- package/lib/helpers/Permissions/PermissionResource.js +62 -62
- package/lib/helpers/Permissions/PermissionSavingService.d.ts +13 -13
- package/lib/helpers/Permissions/PermissionSavingService.js +32 -32
- package/lib/helpers/Permissions/SavePermissionGroup.d.ts +6 -6
- package/lib/helpers/Permissions/SavePermissionGroup.js +32 -32
- package/lib/helpers/Permissions/UpdatePermissionGroup.d.ts +6 -6
- package/lib/helpers/Permissions/UpdatePermissionGroup.js +50 -50
- package/lib/helpers/Permissions/types.d.ts +17 -17
- package/lib/helpers/Permissions/types.js +2 -2
- package/lib/helpers/PopulationHelper.d.ts +12 -12
- package/lib/helpers/PopulationHelper.js +50 -50
- package/lib/helpers/RecordsCounter.d.ts +10 -10
- package/lib/helpers/RecordsCounter.js +33 -33
- package/lib/helpers/ReportsGenerator.d.ts +26 -26
- package/lib/helpers/ReportsGenerator.js +162 -162
- package/lib/helpers/ResourceGenerator.d.ts +9 -9
- package/lib/helpers/ResourceGenerator.js +172 -172
- package/lib/helpers/ResourceHelper.d.ts +28 -28
- package/lib/helpers/ResourceHelper.js +395 -395
- package/lib/helpers/RportsGenerator.d.ts +10 -10
- package/lib/helpers/RportsGenerator.js +21 -21
- package/lib/helpers/SchemaGenerator.d.ts +7 -7
- package/lib/helpers/SchemaGenerator.js +132 -130
- package/lib/helpers/SchemaHelper.d.ts +5 -5
- package/lib/helpers/SchemaHelper.js +21 -21
- package/lib/helpers/UserActionsLog/UserActionsLogHelper.d.ts +2 -2
- package/lib/helpers/UserActionsLog/UserActionsLogHelper.js +49 -49
- package/lib/locales/en.json +53 -53
- package/lib/middlewares/cache/decorator.d.ts +3 -3
- package/lib/middlewares/cache/decorator.js +60 -60
- package/lib/middlewares/cache/deletionMethods.d.ts +3 -3
- package/lib/middlewares/cache/deletionMethods.js +23 -23
- package/lib/middlewares/isAuth.d.ts +13 -13
- package/lib/middlewares/isAuth.js +43 -43
- package/lib/models/ModelNames.d.ts +9 -9
- package/lib/models/ModelNames.js +12 -12
- package/lib/models/adminNotification/AdminNotification.d.ts +5 -5
- package/lib/models/adminNotification/AdminNotification.js +53 -53
- package/lib/models/adminNotification/IAdminNotification.d.ts +30 -30
- package/lib/models/adminNotification/IAdminNotification.js +15 -15
- package/lib/models/adminpermission/AdminPermission.d.ts +11 -11
- package/lib/models/adminpermission/AdminPermission.js +23 -23
- package/lib/models/adminpermission/IAdminPermission.d.ts +13 -13
- package/lib/models/adminpermission/IAdminPermission.js +2 -2
- package/lib/models/customPage/CustomPage.d.ts +2 -2
- package/lib/models/customPage/CustomPage.js +38 -38
- package/lib/models/customPage/ICustomPage.d.ts +17 -17
- package/lib/models/customPage/ICustomPage.js +2 -2
- package/lib/models/file/File.d.ts +2 -2
- package/lib/models/file/File.js +23 -23
- package/lib/models/file/IFile.d.ts +15 -15
- package/lib/models/file/IFile.js +2 -2
- package/lib/models/location/ILocation.d.ts +14 -14
- package/lib/models/location/ILocation.js +2 -2
- package/lib/models/location/Location.d.ts +2 -2
- package/lib/models/location/Location.js +21 -21
- package/lib/models/modelConfiguration/IModelConfigurations.d.ts +29 -29
- package/lib/models/modelConfiguration/IModelConfigurations.js +2 -2
- package/lib/models/modelConfiguration/ModelConfiguration.d.ts +13 -13
- package/lib/models/modelConfiguration/ModelConfiguration.js +95 -95
- package/lib/models/permission/IPermission.d.ts +14 -14
- package/lib/models/permission/IPermission.js +2 -2
- package/lib/models/permission/Permission.d.ts +2 -2
- package/lib/models/permission/Permission.js +21 -21
- package/lib/models/request-log/IRequestLog.d.ts +22 -22
- package/lib/models/request-log/IRequestLog.js +2 -2
- package/lib/models/request-log/RequestLog.d.ts +3 -3
- package/lib/models/request-log/RequestLog.js +51 -51
- package/lib/models/userActionsLog/IUserActionsLog.d.ts +26 -26
- package/lib/models/userActionsLog/IUserActionsLog.js +11 -11
- package/lib/models/userActionsLog/UserActionsLog.d.ts +3 -3
- package/lib/models/userActionsLog/UserActionsLog.js +41 -41
- package/lib/pdf/ReportTemplate.d.ts +71 -71
- package/lib/pdf/ReportTemplate.js +94 -94
- package/lib/repositories/AdminNotificationRepository.d.ts +7 -7
- package/lib/repositories/AdminNotificationRepository.js +23 -23
- package/lib/repositories/DashboardRepository.d.ts +5 -5
- package/lib/repositories/DashboardRepository.js +12 -12
- package/lib/repositories/Repository.d.ts +68 -68
- package/lib/repositories/Repository.js +215 -215
- package/lib/repositories/RequestLogRepository.d.ts +10 -10
- package/lib/repositories/RequestLogRepository.js +54 -54
- package/lib/repositories/SaveResult.d.ts +14 -14
- package/lib/repositories/SaveResult.js +18 -18
- package/lib/resources/AdminNotificationsResource.d.ts +3 -3
- package/lib/resources/AdminNotificationsResource.js +23 -23
- package/lib/resources/parents.d.ts +4 -4
- package/lib/resources/parents.js +7 -7
- package/lib/router/index.d.ts +8 -8
- package/lib/router/index.js +104 -104
- package/lib/types/DashbordConfig.d.ts +21 -21
- package/lib/types/DashbordConfig.js +2 -2
- package/lib/types/IConfigurationFile.d.ts +11 -11
- package/lib/types/IConfigurationFile.js +2 -2
- package/lib/types/IResourceFile.d.ts +710 -710
- package/lib/types/IResourceFile.js +2 -2
- package/lib/types/IResourceResponse.d.ts +95 -95
- package/lib/types/IResourceResponse.js +2 -2
- package/lib/types/helpers.d.ts +67 -67
- package/lib/types/helpers.js +82 -82
- package/lib/utils/DateUtils.d.ts +7 -7
- package/lib/utils/DateUtils.js +45 -45
- package/lib/utils/ResourceUtils.d.ts +2 -2
- package/lib/utils/ResourceUtils.js +7 -7
- package/lib/utils/ResponseUtils.d.ts +11 -11
- package/lib/utils/ResponseUtils.js +41 -41
- package/lib/utils/StringUtils.d.ts +9 -9
- package/lib/utils/StringUtils.js +46 -46
- package/lib/view/asset-manifest.json +18 -18
- package/lib/view/assets/icons/delete_icon.svg +3 -3
- package/lib/view/assets/icons/flags/ic_flag_cn.svg +9 -9
- package/lib/view/assets/icons/flags/ic_flag_sa.svg +9 -9
- package/lib/view/assets/icons/flags/ic_flag_vn.svg +9 -9
- package/lib/view/assets/icons/info_icon.svg +3 -3
- package/lib/view/assets/icons/navbar/ic_banking.svg +5 -5
- package/lib/view/assets/icons/navbar/ic_invoice.svg +4 -4
- package/lib/view/assets/icons/navbar/ic_kanban.svg +7 -7
- package/lib/view/assets/icons/navbar/ic_menu_item.svg +8 -8
- package/lib/view/assets/icons/small_info_icon.svg +3 -3
- package/lib/view/assets/illustrations/Group 16.svg +4 -4
- package/lib/view/assets/illustrations/logo.svg +5 -5
- package/lib/view/favicon/browserconfig.xml +9 -9
- package/lib/view/favicon/safari-pinned-tab.svg +182 -182
- package/lib/view/favicon/site.webmanifest +19 -19
- package/lib/view/fonts/index.css +18 -18
- package/lib/view/index.html +52 -52
- package/lib/view/manifest.json +20 -20
- package/lib/view/robots.txt +3 -3
- package/lib/view/static/css/main.54de06ef.css +1 -1
- package/lib/view/static/js/574.778b5963.chunk.js +1 -1
- package/lib/view/static/js/678.521704a3.chunk.js +1 -1
- package/lib/view/static/js/798.54856416.chunk.js +1 -1
- package/lib/view/static/js/main.4687f255.js +2 -2
- package/lib/view/static/js/main.4687f255.js.LICENSE.txt +214 -214
- package/package.json +63 -63
|
@@ -1,182 +1,182 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
3
|
-
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
4
|
-
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="1536.000000pt" height="1536.000000pt" viewBox="0 0 1536.000000 1536.000000"
|
|
6
|
-
preserveAspectRatio="xMidYMid meet">
|
|
7
|
-
<metadata>
|
|
8
|
-
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
|
9
|
-
</metadata>
|
|
10
|
-
<g transform="translate(0.000000,1536.000000) scale(0.100000,-0.100000)"
|
|
11
|
-
fill="#000000" stroke="none">
|
|
12
|
-
<path d="M12362 11105 c-151 -91 -277 -165 -281 -165 -4 0 -17 -9 -29 -20 -12
|
|
13
|
-
-12 -22 -18 -22 -15 0 4 -12 -3 -26 -14 -15 -12 -32 -21 -40 -21 -7 0 -14 -3
|
|
14
|
-
-16 -8 -4 -9 -126 -82 -138 -82 -5 0 -10 -4 -12 -8 -1 -4 -25 -21 -53 -36 -27
|
|
15
|
-
-16 -102 -60 -165 -99 -185 -112 -213 -129 -250 -150 -57 -33 -77 -44 -372
|
|
16
|
-
-222 -156 -93 -294 -177 -309 -185 -14 -8 -127 -76 -250 -150 -123 -74 -228
|
|
17
|
-
-137 -232 -139 -5 -2 -32 -18 -60 -37 -28 -19 -57 -34 -63 -34 -7 0 -14 -4
|
|
18
|
-
-16 -8 -2 -6 -381 -237 -453 -277 -11 -6 -38 -22 -60 -36 -78 -50 -146 -89
|
|
19
|
-
-156 -89 -5 0 -9 -4 -9 -10 0 -5 -11 -12 -25 -16 -14 -3 -25 -9 -25 -13 0 -3
|
|
20
|
-
-21 -17 -47 -30 -27 -14 -55 -30 -63 -37 -8 -7 -31 -21 -50 -32 -19 -10 -150
|
|
21
|
-
-89 -290 -174 -140 -85 -266 -161 -280 -169 -14 -8 -27 -17 -30 -20 -3 -3 -20
|
|
22
|
-
-12 -37 -20 -18 -8 -33 -17 -33 -21 0 -5 -7 -8 -15 -8 -8 0 -15 -4 -15 -10 0
|
|
23
|
-
-5 -4 -10 -9 -10 -5 0 -57 -30 -117 -66 -167 -102 -243 -148 -272 -163 -15 -8
|
|
24
|
-
-29 -17 -32 -20 -3 -3 -22 -15 -42 -26 -21 -11 -38 -23 -38 -27 0 -3 -10 -10
|
|
25
|
-
-22 -14 -13 -4 -31 -12 -41 -19 -16 -11 -6 -22 100 -98 65 -47 133 -96 151
|
|
26
|
-
-109 18 -13 39 -27 46 -33 6 -5 19 -14 28 -20 51 -33 144 -100 146 -107 2 -4
|
|
27
|
-
9 -8 15 -8 7 0 24 -10 38 -22 14 -13 32 -27 41 -33 43 -28 75 -50 93 -66 19
|
|
28
|
-
-16 26 -13 181 90 89 58 170 112 180 118 11 7 63 41 117 75 54 35 128 82 165
|
|
29
|
-
106 37 23 76 47 87 52 11 5 52 30 90 54 39 25 93 57 120 72 28 14 61 34 75 43
|
|
30
|
-
14 9 39 23 55 31 17 8 32 17 35 20 27 27 645 330 673 330 7 0 17 4 23 8 12 11
|
|
31
|
-
300 122 354 137 8 2 40 11 70 20 171 51 275 78 334 89 14 3 34 7 44 10 9 3 33
|
|
32
|
-
7 52 10 19 3 46 8 60 11 14 3 39 7 55 10 17 2 47 6 68 9 20 3 52 8 71 11 180
|
|
33
|
-
25 613 25 786 0 14 -2 45 -6 70 -9 25 -3 56 -8 70 -11 47 -9 105 -18 123 -19
|
|
34
|
-
9 0 17 -4 17 -9 0 -4 3 -6 8 -3 4 2 52 -7 107 -20 55 -14 108 -27 118 -29 10
|
|
35
|
-
-2 32 -9 50 -14 18 -6 75 -25 127 -41 52 -17 104 -34 115 -39 56 -23 181 -72
|
|
36
|
-
190 -75 6 -1 36 -14 69 -29 32 -15 60 -27 62 -27 3 0 50 -22 105 -50 55 -27
|
|
37
|
-
103 -50 106 -50 3 0 2 8 -2 18 -4 9 -8 24 -10 32 -2 8 -25 71 -50 140 -26 69
|
|
38
|
-
-48 130 -49 135 -1 6 -5 16 -9 22 -5 7 -10 21 -12 30 -2 10 -29 86 -60 168
|
|
39
|
-
-31 83 -57 157 -59 166 -2 8 -12 33 -21 55 -9 21 -23 59 -31 84 -9 25 -22 59
|
|
40
|
-
-30 77 -8 17 -14 37 -14 45 0 8 -3 18 -7 22 -5 4 -8 11 -8 14 -1 6 -36 104
|
|
41
|
-
-52 142 -3 8 -7 20 -8 25 -2 8 -38 106 -70 190 -5 11 -9 25 -11 30 -2 6 -37
|
|
42
|
-
102 -79 215 -42 113 -80 216 -85 230 -4 14 -14 39 -20 55 -7 17 -14 36 -16 44
|
|
43
|
-
-1 7 -11 36 -22 65 -11 28 -32 85 -47 126 -15 41 -33 91 -40 110 -17 44 -76
|
|
44
|
-
211 -81 228 -2 6 -9 12 -16 12 -7 0 -136 -75 -286 -165z"/>
|
|
45
|
-
<path d="M1496 11202 c-3 -3 -39 -6 -78 -7 -40 -1 -95 -6 -123 -10 -27 -4 -59
|
|
46
|
-
-8 -70 -9 -37 -5 -90 -18 -159 -38 -38 -11 -77 -21 -86 -23 -10 -2 -26 -8 -36
|
|
47
|
-
-13 -20 -11 -76 -35 -84 -37 -3 0 -30 -14 -60 -29 -119 -62 -256 -167 -340
|
|
48
|
-
-261 -19 -22 -45 -50 -57 -63 -13 -12 -23 -27 -23 -32 0 -6 -4 -10 -10 -10 -5
|
|
49
|
-
0 -10 -6 -10 -14 0 -8 -3 -16 -8 -18 -20 -8 -124 -191 -171 -299 -21 -49 -88
|
|
50
|
-
-246 -95 -282 -3 -12 -12 -56 -21 -97 -9 -41 -18 -86 -20 -100 -2 -14 -6 -36
|
|
51
|
-
-9 -50 -24 -135 -31 -259 -30 -520 0 -228 4 -325 19 -455 3 -22 7 -60 9 -85 3
|
|
52
|
-
-25 8 -61 11 -81 3 -20 7 -51 9 -70 2 -19 9 -61 14 -94 6 -33 13 -73 16 -90 7
|
|
53
|
-
-43 41 -195 66 -295 11 -47 22 -93 25 -104 2 -10 12 -44 21 -75 9 -31 17 -60
|
|
54
|
-
19 -66 1 -5 5 -18 9 -27 4 -9 9 -22 10 -30 5 -30 41 -138 73 -220 18 -49 33
|
|
55
|
-
-90 33 -93 0 -7 62 -165 86 -220 10 -22 18 -44 20 -50 6 -29 234 -494 294
|
|
56
|
-
-600 22 -38 44 -80 49 -92 6 -11 15 -24 20 -28 6 -3 11 -15 11 -25 0 -10 4
|
|
57
|
-
-20 8 -22 7 -3 129 -199 172 -276 8 -15 18 -29 21 -32 3 -3 24 -34 47 -70 23
|
|
58
|
-
-36 82 -123 131 -195 77 -112 115 -167 208 -294 10 -14 46 -60 81 -102 34 -43
|
|
59
|
-
62 -81 62 -85 0 -4 8 -14 18 -23 9 -9 55 -63 102 -121 47 -58 92 -113 100
|
|
60
|
-
-124 8 -10 33 -39 55 -63 22 -25 46 -55 54 -66 8 -12 22 -28 30 -37 9 -9 39
|
|
61
|
-
-42 66 -74 28 -33 55 -64 60 -70 6 -6 35 -40 65 -76 30 -36 57 -67 60 -70 3
|
|
62
|
-
-3 30 -34 60 -70 80 -95 110 -126 110 -115 0 6 -18 57 -41 115 -22 58 -42 112
|
|
63
|
-
-44 120 -2 8 -4 16 -5 18 -2 1 -4 7 -5 12 -1 6 -4 12 -5 15 -1 3 -3 8 -4 13
|
|
64
|
-
-1 4 -7 16 -13 27 -6 11 -12 25 -13 30 -4 18 -24 80 -36 110 -4 11 -8 23 -9
|
|
65
|
-
28 -2 4 -3 8 -5 10 -1 1 -3 9 -6 17 -2 8 -24 74 -50 145 -25 72 -47 135 -48
|
|
66
|
-
140 -14 52 -20 71 -25 80 -3 6 -6 13 -7 18 -1 4 -2 8 -4 10 -1 1 -3 9 -5 17
|
|
67
|
-
-2 8 -13 47 -25 85 -65 211 -164 593 -175 675 -1 8 -5 22 -8 30 -3 8 -8 31
|
|
68
|
-
-11 50 -3 19 -7 46 -10 60 -3 14 -8 41 -10 60 -3 19 -7 44 -10 56 -2 12 -7 45
|
|
69
|
-
-11 75 -4 30 -9 68 -11 84 -3 27 -10 88 -20 170 -24 216 -19 649 11 855 2 14
|
|
70
|
-
7 50 10 80 4 30 9 62 10 70 1 8 8 47 15 87 14 88 18 108 20 108 1 0 3 11 5 25
|
|
71
|
-
9 50 11 60 18 66 4 4 7 15 7 25 0 21 45 168 67 219 8 19 28 63 44 98 16 35 29
|
|
72
|
-
67 29 72 0 4 3 10 8 12 4 2 16 21 27 43 11 22 23 45 27 50 88 121 124 163 192
|
|
73
|
-
230 88 87 238 192 349 243 90 42 267 103 278 96 5 -3 9 0 9 7 0 7 3 10 6 7 3
|
|
74
|
-
-3 29 0 57 7 80 21 220 41 352 51 198 14 255 17 425 17 165 1 286 -5 345 -17
|
|
75
|
-
11 -2 47 -7 80 -11 33 -4 67 -11 75 -15 8 -4 31 -10 50 -13 46 -6 157 -47 310
|
|
76
|
-
-114 69 -31 177 -78 240 -106 113 -49 201 -89 330 -150 36 -17 68 -30 73 -29
|
|
77
|
-
4 1 7 -3 7 -8 0 -6 5 -10 11 -10 29 0 699 -337 1034 -520 28 -15 81 -44 120
|
|
78
|
-
-65 38 -20 103 -56 145 -80 41 -23 95 -53 120 -67 64 -36 107 -61 168 -97 29
|
|
79
|
-
-17 55 -31 57 -31 2 0 66 -38 144 -85 77 -47 145 -85 150 -85 5 0 11 -4 13 -8
|
|
80
|
-
2 -4 55 -39 118 -77 63 -39 117 -73 118 -77 2 -5 8 -8 14 -8 5 0 28 -12 51
|
|
81
|
-
-27 23 -16 51 -33 62 -40 57 -34 251 -158 255 -163 3 -3 14 -10 25 -17 75 -44
|
|
82
|
-
221 -139 223 -145 2 -5 10 -8 18 -8 8 0 14 -4 14 -9 0 -5 14 -14 30 -21 16 -7
|
|
83
|
-
30 -16 30 -21 0 -5 5 -9 10 -9 6 0 71 -40 146 -90 74 -49 139 -90 144 -90 6 0
|
|
84
|
-
10 -3 10 -7 0 -5 27 -24 60 -43 33 -19 60 -38 60 -42 0 -5 6 -8 14 -8 7 0 19
|
|
85
|
-
-7 26 -15 7 -9 28 -23 46 -31 19 -9 34 -20 34 -25 0 -5 4 -9 10 -9 5 0 76 -44
|
|
86
|
-
157 -98 81 -54 184 -121 228 -150 44 -28 87 -56 95 -62 17 -12 268 -175 447
|
|
87
|
-
-291 65 -42 178 -114 251 -160 73 -46 143 -91 156 -99 13 -8 57 -35 97 -59 41
|
|
88
|
-
-24 76 -47 79 -51 3 -3 12 -9 20 -13 8 -3 80 -47 160 -97 80 -50 152 -93 160
|
|
89
|
-
-97 8 -4 33 -18 55 -32 22 -14 49 -30 60 -36 11 -6 75 -44 142 -83 67 -40 126
|
|
90
|
-
-72 132 -72 5 0 11 -3 13 -7 2 -5 37 -26 78 -47 41 -21 83 -46 93 -54 9 -8 17
|
|
91
|
-
-12 17 -7 0 4 6 3 13 -4 14 -11 471 -241 480 -241 3 0 45 -18 94 -41 154 -71
|
|
92
|
-
193 -89 199 -89 3 0 26 -9 51 -21 24 -11 79 -34 121 -51 43 -16 91 -36 107
|
|
93
|
-
-43 17 -7 57 -23 90 -34 33 -12 69 -26 80 -31 49 -24 625 -220 688 -235 12 -3
|
|
94
|
-
92 -25 177 -50 85 -25 166 -47 180 -49 14 -2 32 -6 40 -9 8 -3 33 -8 55 -11
|
|
95
|
-
22 -3 49 -7 60 -10 22 -4 112 -15 185 -22 58 -5 276 -4 315 1 17 2 53 7 80 10
|
|
96
|
-
28 3 61 8 75 9 30 5 149 34 170 43 8 3 17 7 20 7 3 1 34 12 70 26 344 129 630
|
|
97
|
-
433 761 808 17 48 33 94 36 102 3 8 8 24 10 35 2 11 7 31 13 45 5 14 14 50 19
|
|
98
|
-
80 6 30 13 69 16 85 30 158 39 305 39 615 -1 242 -6 386 -19 480 -2 19 -7 64
|
|
99
|
-
-9 100 -3 36 -7 74 -10 85 -2 11 -7 47 -11 80 -4 32 -9 68 -11 80 -3 11 -7 36
|
|
100
|
-
-9 55 -2 19 -6 42 -8 50 -2 8 -8 38 -12 65 -5 28 -10 52 -10 55 -10 45 -26
|
|
101
|
-
121 -29 140 -3 14 -5 25 -7 25 -1 0 -3 9 -5 20 -11 71 -134 496 -161 555 -3 8
|
|
102
|
-
-7 17 -8 20 -15 60 -134 356 -203 505 -65 143 -193 397 -202 405 -4 3 -9 12
|
|
103
|
-
-12 20 -3 9 -42 78 -87 154 -44 77 -81 143 -81 147 0 5 -4 9 -8 9 -5 0 -16 15
|
|
104
|
-
-25 33 -10 17 -26 46 -37 62 -11 17 -25 40 -31 53 -7 12 -16 22 -21 22 -4 0
|
|
105
|
-
-8 5 -8 10 0 12 -81 134 -92 138 -5 2 -8 8 -8 13 0 9 -36 65 -50 79 -3 3 -34
|
|
106
|
-
46 -70 95 -35 50 -68 92 -72 93 -4 2 -8 8 -8 13 0 5 -21 37 -47 70 -47 60
|
|
107
|
-
-203 256 -233 293 -31 39 -158 189 -190 226 -12 14 -41 47 -64 74 -22 26 -52
|
|
108
|
-
61 -66 76 -152 167 -206 225 -272 294 l-77 81 10 -40 c6 -22 12 -50 14 -62 1
|
|
109
|
-
-11 8 -36 13 -55 6 -18 15 -51 21 -73 5 -22 17 -64 25 -94 9 -29 16 -61 16
|
|
110
|
-
-70 0 -10 3 -21 7 -25 4 -3 8 -14 9 -24 2 -20 62 -240 71 -262 3 -8 7 -22 9
|
|
111
|
-
-30 1 -8 12 -49 24 -90 11 -41 22 -82 24 -90 2 -8 12 -42 21 -75 9 -33 23 -82
|
|
112
|
-
30 -110 7 -27 25 -95 40 -150 15 -55 29 -107 30 -115 1 -8 8 -35 14 -60 7 -25
|
|
113
|
-
15 -53 17 -62 10 -44 13 -57 29 -118 9 -36 19 -74 21 -85 2 -11 6 -31 10 -45
|
|
114
|
-
3 -14 7 -36 10 -50 6 -36 12 -65 14 -65 1 0 3 -7 5 -15 1 -8 7 -40 14 -70 14
|
|
115
|
-
-75 20 -105 32 -175 5 -33 12 -73 15 -90 8 -43 11 -63 18 -120 4 -27 9 -63 12
|
|
116
|
-
-78 20 -121 36 -489 23 -539 -4 -15 -3 -30 2 -34 5 -3 7 -9 4 -13 -2 -5 -7
|
|
117
|
-
-42 -10 -82 -4 -41 -8 -85 -10 -99 -3 -14 -7 -50 -11 -80 -15 -133 -115 -493
|
|
118
|
-
-145 -525 -5 -5 -9 -17 -9 -26 0 -10 -4 -19 -9 -21 -5 -1 -11 -12 -13 -23 -1
|
|
119
|
-
-11 -6 -22 -9 -25 -3 -3 -19 -30 -35 -60 -43 -80 -57 -102 -76 -124 -10 -11
|
|
120
|
-
-18 -25 -18 -32 0 -7 -3 -14 -8 -16 -4 -1 -23 -23 -42 -48 -19 -25 -51 -62
|
|
121
|
-
-72 -83 -21 -21 -38 -42 -39 -45 0 -4 -27 -29 -60 -57 -33 -27 -70 -58 -82
|
|
122
|
-
-68 -50 -43 -188 -127 -277 -169 -139 -66 -286 -113 -420 -134 -19 -3 -42 -7
|
|
123
|
-
-50 -9 -34 -9 -151 -19 -242 -19 -54 -1 -98 -5 -98 -9 0 -5 -4 -6 -9 -3 -5 4
|
|
124
|
-
-56 8 -113 11 -56 3 -114 8 -128 11 -14 2 -50 7 -80 10 -30 2 -62 7 -70 9 -8
|
|
125
|
-
3 -33 7 -55 11 -22 3 -69 12 -105 20 -36 8 -83 19 -105 24 -58 13 -264 76
|
|
126
|
-
-375 115 -161 56 -195 70 -202 80 -4 6 -8 7 -8 2 0 -4 -13 -1 -30 8 -16 8 -31
|
|
127
|
-
15 -32 14 -5 -2 -126 49 -288 122 -41 18 -187 90 -325 160 -333 169 -359 183
|
|
128
|
-
-363 192 -2 4 -7 7 -12 7 -4 0 -37 16 -72 36 -34 20 -85 49 -113 64 -27 16
|
|
129
|
-
-88 51 -135 79 -47 27 -101 58 -120 68 -19 9 -37 20 -40 23 -3 4 -9 9 -15 11
|
|
130
|
-
-8 3 -229 135 -285 170 -16 9 -557 335 -625 376 -22 13 -67 42 -100 63 -33 22
|
|
131
|
-
-67 43 -75 47 -8 4 -71 43 -140 87 -69 43 -135 84 -147 90 -13 6 -23 14 -23
|
|
132
|
-
19 0 4 -7 7 -15 7 -8 0 -15 5 -15 10 0 6 -5 10 -10 10 -12 0 -183 112 -188
|
|
133
|
-
123 -2 4 -8 7 -13 7 -8 0 -117 70 -317 202 -41 26 -77 48 -82 48 -5 0 -10 3
|
|
134
|
-
-12 8 -1 4 -28 23 -58 42 -30 19 -57 37 -60 40 -3 3 -17 11 -32 19 -15 8 -37
|
|
135
|
-
22 -47 33 -11 10 -23 18 -26 18 -3 0 -46 27 -95 60 -49 33 -92 60 -95 60 -3 0
|
|
136
|
-
-15 8 -26 18 -10 11 -31 25 -46 33 -31 17 -393 253 -410 268 -7 6 -15 11 -18
|
|
137
|
-
11 -7 0 -86 51 -103 67 -6 6 -21 15 -32 18 -11 3 -20 10 -20 14 0 4 -10 13
|
|
138
|
-
-23 18 -25 12 -263 165 -284 183 -7 5 -14 10 -17 10 -4 0 -255 156 -306 190
|
|
139
|
-
-60 40 -244 150 -251 150 -5 0 -9 3 -9 8 0 4 -29 23 -65 42 -36 19 -65 38 -65
|
|
140
|
-
43 0 4 -5 7 -10 7 -6 0 -27 11 -48 24 -68 43 -256 153 -337 196 -44 24 -83 48
|
|
141
|
-
-87 54 -4 6 -8 7 -8 2 0 -5 -6 -4 -12 1 -24 19 -399 215 -418 218 -3 0 -16 7
|
|
142
|
-
-30 15 -14 8 -27 15 -30 15 -3 0 -35 15 -72 33 -128 61 -236 110 -323 147 -16
|
|
143
|
-
7 -52 22 -78 34 -26 12 -94 40 -150 62 -56 23 -107 45 -113 50 -6 5 -13 6 -17
|
|
144
|
-
3 -3 -3 -17 2 -31 11 -14 9 -26 16 -28 15 -4 -2 -55 17 -83 30 -22 10 -103 39
|
|
145
|
-
-300 106 -71 25 -139 49 -150 54 -11 6 -29 11 -40 13 -11 1 -24 5 -30 8 -5 4
|
|
146
|
-
-26 11 -45 17 -19 6 -94 29 -166 52 -136 42 -160 49 -207 56 -15 2 -38 9 -50
|
|
147
|
-
16 -12 6 -23 10 -25 9 -1 -1 -28 3 -60 10 -31 7 -61 13 -67 14 -20 2 -121 17
|
|
148
|
-
-140 22 -31 6 -101 13 -199 18 -48 3 -92 8 -97 11 -5 3 -9 1 -9 -5 0 -6 -11
|
|
149
|
-
-6 -29 -1 -16 4 -32 6 -35 2z"/>
|
|
150
|
-
<path d="M6805 7489 c-68 -14 -78 -16 -145 -40 -70 -24 -213 -96 -318 -161
|
|
151
|
-
-36 -22 -75 -44 -86 -49 -12 -6 -30 -15 -41 -22 -108 -65 -682 -356 -715 -362
|
|
152
|
-
-3 0 -32 -13 -65 -28 -33 -16 -114 -51 -180 -79 -66 -28 -133 -56 -150 -63
|
|
153
|
-
-224 -94 -800 -303 -883 -320 -9 -2 -51 -13 -92 -25 -41 -12 -87 -23 -101 -24
|
|
154
|
-
-15 -2 -31 -6 -35 -9 -5 -3 -27 -8 -49 -11 -22 -4 -47 -8 -55 -11 -21 -6 -67
|
|
155
|
-
-14 -115 -20 -22 -3 -51 -8 -65 -10 -86 -19 -499 -26 -605 -12 -99 14 -110 16
|
|
156
|
-
-140 21 -58 11 -81 16 -145 31 -36 9 -72 19 -80 22 -8 3 -21 8 -27 10 -7 1
|
|
157
|
-
-19 5 -25 6 -7 2 -26 10 -43 16 -16 7 -37 14 -46 16 -9 2 -25 8 -35 13 -34 18
|
|
158
|
-
-114 52 -123 52 -5 0 -14 7 -21 15 -7 9 -15 13 -18 10 -3 -3 -10 -1 -16 4 -6
|
|
159
|
-
5 -33 21 -61 36 -76 42 -235 147 -235 156 0 4 -9 11 -21 14 -11 4 -33 20 -50
|
|
160
|
-
36 -16 16 -34 29 -39 29 -12 0 -109 -57 -132 -77 -12 -11 -14 -20 -8 -32 5 -9
|
|
161
|
-
22 -54 39 -101 16 -47 70 -198 120 -336 50 -138 91 -254 91 -258 0 -3 9 -25
|
|
162
|
-
19 -49 10 -23 21 -51 24 -62 8 -31 176 -487 188 -510 5 -12 11 -27 12 -35 2
|
|
163
|
-
-8 12 -40 24 -70 11 -30 33 -89 48 -130 15 -41 31 -84 35 -95 5 -11 18 -47 30
|
|
164
|
-
-80 11 -33 24 -67 27 -75 3 -8 7 -17 7 -20 3 -12 49 -138 62 -167 8 -17 14
|
|
165
|
-
-37 14 -45 0 -8 5 -19 12 -26 7 -7 8 -12 4 -12 -5 0 -4 -6 1 -12 6 -7 18 -38
|
|
166
|
-
28 -68 10 -30 23 -68 31 -85 7 -16 25 -65 40 -108 26 -74 28 -77 48 -64 11 8
|
|
167
|
-
66 40 121 73 55 32 108 63 117 69 9 5 36 21 60 33 23 13 53 32 66 43 14 10 29
|
|
168
|
-
19 34 19 6 0 29 13 52 28 22 15 48 31 56 35 8 4 24 13 35 20 275 166 534 317
|
|
169
|
-
544 317 6 0 11 4 11 10 0 5 11 12 25 16 14 3 25 10 25 14 0 4 15 15 33 23 41
|
|
170
|
-
20 348 202 363 216 7 5 14 8 17 5 2 -2 10 2 17 11 7 8 19 15 26 15 8 0 14 5
|
|
171
|
-
14 10 0 6 4 10 9 10 9 0 131 69 141 80 3 3 21 13 40 23 65 35 95 52 100 58 3
|
|
172
|
-
4 23 16 45 28 22 11 57 31 77 43 79 48 205 123 238 141 19 11 47 28 62 38 14
|
|
173
|
-
11 28 19 31 19 3 0 43 23 89 51 46 29 103 63 128 77 25 14 57 33 72 43 14 11
|
|
174
|
-
29 19 32 19 3 0 46 24 94 53 48 30 166 100 262 157 96 56 186 110 200 120 14
|
|
175
|
-
9 32 20 40 24 8 4 24 12 35 19 11 7 73 44 138 82 65 39 135 80 155 93 20 12
|
|
176
|
-
56 32 80 44 23 12 42 26 42 30 0 4 4 8 10 8 5 0 39 18 75 40 36 22 68 40 72
|
|
177
|
-
40 3 0 14 6 22 14 9 7 36 24 61 37 25 13 47 26 50 29 11 12 149 90 159 90 6 0
|
|
178
|
-
11 4 11 8 0 4 19 18 43 30 23 12 56 31 72 42 17 11 37 23 45 27 8 4 51 29 95
|
|
179
|
-
56 44 27 96 58 115 68 19 11 49 28 65 39 17 11 37 23 45 27 8 4 41 23 73 44
|
|
180
|
-
l59 36 -67 84 c-153 192 -315 313 -461 344 -46 10 -165 12 -209 4z"/>
|
|
181
|
-
</g>
|
|
182
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
3
|
+
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
4
|
+
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="1536.000000pt" height="1536.000000pt" viewBox="0 0 1536.000000 1536.000000"
|
|
6
|
+
preserveAspectRatio="xMidYMid meet">
|
|
7
|
+
<metadata>
|
|
8
|
+
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
|
9
|
+
</metadata>
|
|
10
|
+
<g transform="translate(0.000000,1536.000000) scale(0.100000,-0.100000)"
|
|
11
|
+
fill="#000000" stroke="none">
|
|
12
|
+
<path d="M12362 11105 c-151 -91 -277 -165 -281 -165 -4 0 -17 -9 -29 -20 -12
|
|
13
|
+
-12 -22 -18 -22 -15 0 4 -12 -3 -26 -14 -15 -12 -32 -21 -40 -21 -7 0 -14 -3
|
|
14
|
+
-16 -8 -4 -9 -126 -82 -138 -82 -5 0 -10 -4 -12 -8 -1 -4 -25 -21 -53 -36 -27
|
|
15
|
+
-16 -102 -60 -165 -99 -185 -112 -213 -129 -250 -150 -57 -33 -77 -44 -372
|
|
16
|
+
-222 -156 -93 -294 -177 -309 -185 -14 -8 -127 -76 -250 -150 -123 -74 -228
|
|
17
|
+
-137 -232 -139 -5 -2 -32 -18 -60 -37 -28 -19 -57 -34 -63 -34 -7 0 -14 -4
|
|
18
|
+
-16 -8 -2 -6 -381 -237 -453 -277 -11 -6 -38 -22 -60 -36 -78 -50 -146 -89
|
|
19
|
+
-156 -89 -5 0 -9 -4 -9 -10 0 -5 -11 -12 -25 -16 -14 -3 -25 -9 -25 -13 0 -3
|
|
20
|
+
-21 -17 -47 -30 -27 -14 -55 -30 -63 -37 -8 -7 -31 -21 -50 -32 -19 -10 -150
|
|
21
|
+
-89 -290 -174 -140 -85 -266 -161 -280 -169 -14 -8 -27 -17 -30 -20 -3 -3 -20
|
|
22
|
+
-12 -37 -20 -18 -8 -33 -17 -33 -21 0 -5 -7 -8 -15 -8 -8 0 -15 -4 -15 -10 0
|
|
23
|
+
-5 -4 -10 -9 -10 -5 0 -57 -30 -117 -66 -167 -102 -243 -148 -272 -163 -15 -8
|
|
24
|
+
-29 -17 -32 -20 -3 -3 -22 -15 -42 -26 -21 -11 -38 -23 -38 -27 0 -3 -10 -10
|
|
25
|
+
-22 -14 -13 -4 -31 -12 -41 -19 -16 -11 -6 -22 100 -98 65 -47 133 -96 151
|
|
26
|
+
-109 18 -13 39 -27 46 -33 6 -5 19 -14 28 -20 51 -33 144 -100 146 -107 2 -4
|
|
27
|
+
9 -8 15 -8 7 0 24 -10 38 -22 14 -13 32 -27 41 -33 43 -28 75 -50 93 -66 19
|
|
28
|
+
-16 26 -13 181 90 89 58 170 112 180 118 11 7 63 41 117 75 54 35 128 82 165
|
|
29
|
+
106 37 23 76 47 87 52 11 5 52 30 90 54 39 25 93 57 120 72 28 14 61 34 75 43
|
|
30
|
+
14 9 39 23 55 31 17 8 32 17 35 20 27 27 645 330 673 330 7 0 17 4 23 8 12 11
|
|
31
|
+
300 122 354 137 8 2 40 11 70 20 171 51 275 78 334 89 14 3 34 7 44 10 9 3 33
|
|
32
|
+
7 52 10 19 3 46 8 60 11 14 3 39 7 55 10 17 2 47 6 68 9 20 3 52 8 71 11 180
|
|
33
|
+
25 613 25 786 0 14 -2 45 -6 70 -9 25 -3 56 -8 70 -11 47 -9 105 -18 123 -19
|
|
34
|
+
9 0 17 -4 17 -9 0 -4 3 -6 8 -3 4 2 52 -7 107 -20 55 -14 108 -27 118 -29 10
|
|
35
|
+
-2 32 -9 50 -14 18 -6 75 -25 127 -41 52 -17 104 -34 115 -39 56 -23 181 -72
|
|
36
|
+
190 -75 6 -1 36 -14 69 -29 32 -15 60 -27 62 -27 3 0 50 -22 105 -50 55 -27
|
|
37
|
+
103 -50 106 -50 3 0 2 8 -2 18 -4 9 -8 24 -10 32 -2 8 -25 71 -50 140 -26 69
|
|
38
|
+
-48 130 -49 135 -1 6 -5 16 -9 22 -5 7 -10 21 -12 30 -2 10 -29 86 -60 168
|
|
39
|
+
-31 83 -57 157 -59 166 -2 8 -12 33 -21 55 -9 21 -23 59 -31 84 -9 25 -22 59
|
|
40
|
+
-30 77 -8 17 -14 37 -14 45 0 8 -3 18 -7 22 -5 4 -8 11 -8 14 -1 6 -36 104
|
|
41
|
+
-52 142 -3 8 -7 20 -8 25 -2 8 -38 106 -70 190 -5 11 -9 25 -11 30 -2 6 -37
|
|
42
|
+
102 -79 215 -42 113 -80 216 -85 230 -4 14 -14 39 -20 55 -7 17 -14 36 -16 44
|
|
43
|
+
-1 7 -11 36 -22 65 -11 28 -32 85 -47 126 -15 41 -33 91 -40 110 -17 44 -76
|
|
44
|
+
211 -81 228 -2 6 -9 12 -16 12 -7 0 -136 -75 -286 -165z"/>
|
|
45
|
+
<path d="M1496 11202 c-3 -3 -39 -6 -78 -7 -40 -1 -95 -6 -123 -10 -27 -4 -59
|
|
46
|
+
-8 -70 -9 -37 -5 -90 -18 -159 -38 -38 -11 -77 -21 -86 -23 -10 -2 -26 -8 -36
|
|
47
|
+
-13 -20 -11 -76 -35 -84 -37 -3 0 -30 -14 -60 -29 -119 -62 -256 -167 -340
|
|
48
|
+
-261 -19 -22 -45 -50 -57 -63 -13 -12 -23 -27 -23 -32 0 -6 -4 -10 -10 -10 -5
|
|
49
|
+
0 -10 -6 -10 -14 0 -8 -3 -16 -8 -18 -20 -8 -124 -191 -171 -299 -21 -49 -88
|
|
50
|
+
-246 -95 -282 -3 -12 -12 -56 -21 -97 -9 -41 -18 -86 -20 -100 -2 -14 -6 -36
|
|
51
|
+
-9 -50 -24 -135 -31 -259 -30 -520 0 -228 4 -325 19 -455 3 -22 7 -60 9 -85 3
|
|
52
|
+
-25 8 -61 11 -81 3 -20 7 -51 9 -70 2 -19 9 -61 14 -94 6 -33 13 -73 16 -90 7
|
|
53
|
+
-43 41 -195 66 -295 11 -47 22 -93 25 -104 2 -10 12 -44 21 -75 9 -31 17 -60
|
|
54
|
+
19 -66 1 -5 5 -18 9 -27 4 -9 9 -22 10 -30 5 -30 41 -138 73 -220 18 -49 33
|
|
55
|
+
-90 33 -93 0 -7 62 -165 86 -220 10 -22 18 -44 20 -50 6 -29 234 -494 294
|
|
56
|
+
-600 22 -38 44 -80 49 -92 6 -11 15 -24 20 -28 6 -3 11 -15 11 -25 0 -10 4
|
|
57
|
+
-20 8 -22 7 -3 129 -199 172 -276 8 -15 18 -29 21 -32 3 -3 24 -34 47 -70 23
|
|
58
|
+
-36 82 -123 131 -195 77 -112 115 -167 208 -294 10 -14 46 -60 81 -102 34 -43
|
|
59
|
+
62 -81 62 -85 0 -4 8 -14 18 -23 9 -9 55 -63 102 -121 47 -58 92 -113 100
|
|
60
|
+
-124 8 -10 33 -39 55 -63 22 -25 46 -55 54 -66 8 -12 22 -28 30 -37 9 -9 39
|
|
61
|
+
-42 66 -74 28 -33 55 -64 60 -70 6 -6 35 -40 65 -76 30 -36 57 -67 60 -70 3
|
|
62
|
+
-3 30 -34 60 -70 80 -95 110 -126 110 -115 0 6 -18 57 -41 115 -22 58 -42 112
|
|
63
|
+
-44 120 -2 8 -4 16 -5 18 -2 1 -4 7 -5 12 -1 6 -4 12 -5 15 -1 3 -3 8 -4 13
|
|
64
|
+
-1 4 -7 16 -13 27 -6 11 -12 25 -13 30 -4 18 -24 80 -36 110 -4 11 -8 23 -9
|
|
65
|
+
28 -2 4 -3 8 -5 10 -1 1 -3 9 -6 17 -2 8 -24 74 -50 145 -25 72 -47 135 -48
|
|
66
|
+
140 -14 52 -20 71 -25 80 -3 6 -6 13 -7 18 -1 4 -2 8 -4 10 -1 1 -3 9 -5 17
|
|
67
|
+
-2 8 -13 47 -25 85 -65 211 -164 593 -175 675 -1 8 -5 22 -8 30 -3 8 -8 31
|
|
68
|
+
-11 50 -3 19 -7 46 -10 60 -3 14 -8 41 -10 60 -3 19 -7 44 -10 56 -2 12 -7 45
|
|
69
|
+
-11 75 -4 30 -9 68 -11 84 -3 27 -10 88 -20 170 -24 216 -19 649 11 855 2 14
|
|
70
|
+
7 50 10 80 4 30 9 62 10 70 1 8 8 47 15 87 14 88 18 108 20 108 1 0 3 11 5 25
|
|
71
|
+
9 50 11 60 18 66 4 4 7 15 7 25 0 21 45 168 67 219 8 19 28 63 44 98 16 35 29
|
|
72
|
+
67 29 72 0 4 3 10 8 12 4 2 16 21 27 43 11 22 23 45 27 50 88 121 124 163 192
|
|
73
|
+
230 88 87 238 192 349 243 90 42 267 103 278 96 5 -3 9 0 9 7 0 7 3 10 6 7 3
|
|
74
|
+
-3 29 0 57 7 80 21 220 41 352 51 198 14 255 17 425 17 165 1 286 -5 345 -17
|
|
75
|
+
11 -2 47 -7 80 -11 33 -4 67 -11 75 -15 8 -4 31 -10 50 -13 46 -6 157 -47 310
|
|
76
|
+
-114 69 -31 177 -78 240 -106 113 -49 201 -89 330 -150 36 -17 68 -30 73 -29
|
|
77
|
+
4 1 7 -3 7 -8 0 -6 5 -10 11 -10 29 0 699 -337 1034 -520 28 -15 81 -44 120
|
|
78
|
+
-65 38 -20 103 -56 145 -80 41 -23 95 -53 120 -67 64 -36 107 -61 168 -97 29
|
|
79
|
+
-17 55 -31 57 -31 2 0 66 -38 144 -85 77 -47 145 -85 150 -85 5 0 11 -4 13 -8
|
|
80
|
+
2 -4 55 -39 118 -77 63 -39 117 -73 118 -77 2 -5 8 -8 14 -8 5 0 28 -12 51
|
|
81
|
+
-27 23 -16 51 -33 62 -40 57 -34 251 -158 255 -163 3 -3 14 -10 25 -17 75 -44
|
|
82
|
+
221 -139 223 -145 2 -5 10 -8 18 -8 8 0 14 -4 14 -9 0 -5 14 -14 30 -21 16 -7
|
|
83
|
+
30 -16 30 -21 0 -5 5 -9 10 -9 6 0 71 -40 146 -90 74 -49 139 -90 144 -90 6 0
|
|
84
|
+
10 -3 10 -7 0 -5 27 -24 60 -43 33 -19 60 -38 60 -42 0 -5 6 -8 14 -8 7 0 19
|
|
85
|
+
-7 26 -15 7 -9 28 -23 46 -31 19 -9 34 -20 34 -25 0 -5 4 -9 10 -9 5 0 76 -44
|
|
86
|
+
157 -98 81 -54 184 -121 228 -150 44 -28 87 -56 95 -62 17 -12 268 -175 447
|
|
87
|
+
-291 65 -42 178 -114 251 -160 73 -46 143 -91 156 -99 13 -8 57 -35 97 -59 41
|
|
88
|
+
-24 76 -47 79 -51 3 -3 12 -9 20 -13 8 -3 80 -47 160 -97 80 -50 152 -93 160
|
|
89
|
+
-97 8 -4 33 -18 55 -32 22 -14 49 -30 60 -36 11 -6 75 -44 142 -83 67 -40 126
|
|
90
|
+
-72 132 -72 5 0 11 -3 13 -7 2 -5 37 -26 78 -47 41 -21 83 -46 93 -54 9 -8 17
|
|
91
|
+
-12 17 -7 0 4 6 3 13 -4 14 -11 471 -241 480 -241 3 0 45 -18 94 -41 154 -71
|
|
92
|
+
193 -89 199 -89 3 0 26 -9 51 -21 24 -11 79 -34 121 -51 43 -16 91 -36 107
|
|
93
|
+
-43 17 -7 57 -23 90 -34 33 -12 69 -26 80 -31 49 -24 625 -220 688 -235 12 -3
|
|
94
|
+
92 -25 177 -50 85 -25 166 -47 180 -49 14 -2 32 -6 40 -9 8 -3 33 -8 55 -11
|
|
95
|
+
22 -3 49 -7 60 -10 22 -4 112 -15 185 -22 58 -5 276 -4 315 1 17 2 53 7 80 10
|
|
96
|
+
28 3 61 8 75 9 30 5 149 34 170 43 8 3 17 7 20 7 3 1 34 12 70 26 344 129 630
|
|
97
|
+
433 761 808 17 48 33 94 36 102 3 8 8 24 10 35 2 11 7 31 13 45 5 14 14 50 19
|
|
98
|
+
80 6 30 13 69 16 85 30 158 39 305 39 615 -1 242 -6 386 -19 480 -2 19 -7 64
|
|
99
|
+
-9 100 -3 36 -7 74 -10 85 -2 11 -7 47 -11 80 -4 32 -9 68 -11 80 -3 11 -7 36
|
|
100
|
+
-9 55 -2 19 -6 42 -8 50 -2 8 -8 38 -12 65 -5 28 -10 52 -10 55 -10 45 -26
|
|
101
|
+
121 -29 140 -3 14 -5 25 -7 25 -1 0 -3 9 -5 20 -11 71 -134 496 -161 555 -3 8
|
|
102
|
+
-7 17 -8 20 -15 60 -134 356 -203 505 -65 143 -193 397 -202 405 -4 3 -9 12
|
|
103
|
+
-12 20 -3 9 -42 78 -87 154 -44 77 -81 143 -81 147 0 5 -4 9 -8 9 -5 0 -16 15
|
|
104
|
+
-25 33 -10 17 -26 46 -37 62 -11 17 -25 40 -31 53 -7 12 -16 22 -21 22 -4 0
|
|
105
|
+
-8 5 -8 10 0 12 -81 134 -92 138 -5 2 -8 8 -8 13 0 9 -36 65 -50 79 -3 3 -34
|
|
106
|
+
46 -70 95 -35 50 -68 92 -72 93 -4 2 -8 8 -8 13 0 5 -21 37 -47 70 -47 60
|
|
107
|
+
-203 256 -233 293 -31 39 -158 189 -190 226 -12 14 -41 47 -64 74 -22 26 -52
|
|
108
|
+
61 -66 76 -152 167 -206 225 -272 294 l-77 81 10 -40 c6 -22 12 -50 14 -62 1
|
|
109
|
+
-11 8 -36 13 -55 6 -18 15 -51 21 -73 5 -22 17 -64 25 -94 9 -29 16 -61 16
|
|
110
|
+
-70 0 -10 3 -21 7 -25 4 -3 8 -14 9 -24 2 -20 62 -240 71 -262 3 -8 7 -22 9
|
|
111
|
+
-30 1 -8 12 -49 24 -90 11 -41 22 -82 24 -90 2 -8 12 -42 21 -75 9 -33 23 -82
|
|
112
|
+
30 -110 7 -27 25 -95 40 -150 15 -55 29 -107 30 -115 1 -8 8 -35 14 -60 7 -25
|
|
113
|
+
15 -53 17 -62 10 -44 13 -57 29 -118 9 -36 19 -74 21 -85 2 -11 6 -31 10 -45
|
|
114
|
+
3 -14 7 -36 10 -50 6 -36 12 -65 14 -65 1 0 3 -7 5 -15 1 -8 7 -40 14 -70 14
|
|
115
|
+
-75 20 -105 32 -175 5 -33 12 -73 15 -90 8 -43 11 -63 18 -120 4 -27 9 -63 12
|
|
116
|
+
-78 20 -121 36 -489 23 -539 -4 -15 -3 -30 2 -34 5 -3 7 -9 4 -13 -2 -5 -7
|
|
117
|
+
-42 -10 -82 -4 -41 -8 -85 -10 -99 -3 -14 -7 -50 -11 -80 -15 -133 -115 -493
|
|
118
|
+
-145 -525 -5 -5 -9 -17 -9 -26 0 -10 -4 -19 -9 -21 -5 -1 -11 -12 -13 -23 -1
|
|
119
|
+
-11 -6 -22 -9 -25 -3 -3 -19 -30 -35 -60 -43 -80 -57 -102 -76 -124 -10 -11
|
|
120
|
+
-18 -25 -18 -32 0 -7 -3 -14 -8 -16 -4 -1 -23 -23 -42 -48 -19 -25 -51 -62
|
|
121
|
+
-72 -83 -21 -21 -38 -42 -39 -45 0 -4 -27 -29 -60 -57 -33 -27 -70 -58 -82
|
|
122
|
+
-68 -50 -43 -188 -127 -277 -169 -139 -66 -286 -113 -420 -134 -19 -3 -42 -7
|
|
123
|
+
-50 -9 -34 -9 -151 -19 -242 -19 -54 -1 -98 -5 -98 -9 0 -5 -4 -6 -9 -3 -5 4
|
|
124
|
+
-56 8 -113 11 -56 3 -114 8 -128 11 -14 2 -50 7 -80 10 -30 2 -62 7 -70 9 -8
|
|
125
|
+
3 -33 7 -55 11 -22 3 -69 12 -105 20 -36 8 -83 19 -105 24 -58 13 -264 76
|
|
126
|
+
-375 115 -161 56 -195 70 -202 80 -4 6 -8 7 -8 2 0 -4 -13 -1 -30 8 -16 8 -31
|
|
127
|
+
15 -32 14 -5 -2 -126 49 -288 122 -41 18 -187 90 -325 160 -333 169 -359 183
|
|
128
|
+
-363 192 -2 4 -7 7 -12 7 -4 0 -37 16 -72 36 -34 20 -85 49 -113 64 -27 16
|
|
129
|
+
-88 51 -135 79 -47 27 -101 58 -120 68 -19 9 -37 20 -40 23 -3 4 -9 9 -15 11
|
|
130
|
+
-8 3 -229 135 -285 170 -16 9 -557 335 -625 376 -22 13 -67 42 -100 63 -33 22
|
|
131
|
+
-67 43 -75 47 -8 4 -71 43 -140 87 -69 43 -135 84 -147 90 -13 6 -23 14 -23
|
|
132
|
+
19 0 4 -7 7 -15 7 -8 0 -15 5 -15 10 0 6 -5 10 -10 10 -12 0 -183 112 -188
|
|
133
|
+
123 -2 4 -8 7 -13 7 -8 0 -117 70 -317 202 -41 26 -77 48 -82 48 -5 0 -10 3
|
|
134
|
+
-12 8 -1 4 -28 23 -58 42 -30 19 -57 37 -60 40 -3 3 -17 11 -32 19 -15 8 -37
|
|
135
|
+
22 -47 33 -11 10 -23 18 -26 18 -3 0 -46 27 -95 60 -49 33 -92 60 -95 60 -3 0
|
|
136
|
+
-15 8 -26 18 -10 11 -31 25 -46 33 -31 17 -393 253 -410 268 -7 6 -15 11 -18
|
|
137
|
+
11 -7 0 -86 51 -103 67 -6 6 -21 15 -32 18 -11 3 -20 10 -20 14 0 4 -10 13
|
|
138
|
+
-23 18 -25 12 -263 165 -284 183 -7 5 -14 10 -17 10 -4 0 -255 156 -306 190
|
|
139
|
+
-60 40 -244 150 -251 150 -5 0 -9 3 -9 8 0 4 -29 23 -65 42 -36 19 -65 38 -65
|
|
140
|
+
43 0 4 -5 7 -10 7 -6 0 -27 11 -48 24 -68 43 -256 153 -337 196 -44 24 -83 48
|
|
141
|
+
-87 54 -4 6 -8 7 -8 2 0 -5 -6 -4 -12 1 -24 19 -399 215 -418 218 -3 0 -16 7
|
|
142
|
+
-30 15 -14 8 -27 15 -30 15 -3 0 -35 15 -72 33 -128 61 -236 110 -323 147 -16
|
|
143
|
+
7 -52 22 -78 34 -26 12 -94 40 -150 62 -56 23 -107 45 -113 50 -6 5 -13 6 -17
|
|
144
|
+
3 -3 -3 -17 2 -31 11 -14 9 -26 16 -28 15 -4 -2 -55 17 -83 30 -22 10 -103 39
|
|
145
|
+
-300 106 -71 25 -139 49 -150 54 -11 6 -29 11 -40 13 -11 1 -24 5 -30 8 -5 4
|
|
146
|
+
-26 11 -45 17 -19 6 -94 29 -166 52 -136 42 -160 49 -207 56 -15 2 -38 9 -50
|
|
147
|
+
16 -12 6 -23 10 -25 9 -1 -1 -28 3 -60 10 -31 7 -61 13 -67 14 -20 2 -121 17
|
|
148
|
+
-140 22 -31 6 -101 13 -199 18 -48 3 -92 8 -97 11 -5 3 -9 1 -9 -5 0 -6 -11
|
|
149
|
+
-6 -29 -1 -16 4 -32 6 -35 2z"/>
|
|
150
|
+
<path d="M6805 7489 c-68 -14 -78 -16 -145 -40 -70 -24 -213 -96 -318 -161
|
|
151
|
+
-36 -22 -75 -44 -86 -49 -12 -6 -30 -15 -41 -22 -108 -65 -682 -356 -715 -362
|
|
152
|
+
-3 0 -32 -13 -65 -28 -33 -16 -114 -51 -180 -79 -66 -28 -133 -56 -150 -63
|
|
153
|
+
-224 -94 -800 -303 -883 -320 -9 -2 -51 -13 -92 -25 -41 -12 -87 -23 -101 -24
|
|
154
|
+
-15 -2 -31 -6 -35 -9 -5 -3 -27 -8 -49 -11 -22 -4 -47 -8 -55 -11 -21 -6 -67
|
|
155
|
+
-14 -115 -20 -22 -3 -51 -8 -65 -10 -86 -19 -499 -26 -605 -12 -99 14 -110 16
|
|
156
|
+
-140 21 -58 11 -81 16 -145 31 -36 9 -72 19 -80 22 -8 3 -21 8 -27 10 -7 1
|
|
157
|
+
-19 5 -25 6 -7 2 -26 10 -43 16 -16 7 -37 14 -46 16 -9 2 -25 8 -35 13 -34 18
|
|
158
|
+
-114 52 -123 52 -5 0 -14 7 -21 15 -7 9 -15 13 -18 10 -3 -3 -10 -1 -16 4 -6
|
|
159
|
+
5 -33 21 -61 36 -76 42 -235 147 -235 156 0 4 -9 11 -21 14 -11 4 -33 20 -50
|
|
160
|
+
36 -16 16 -34 29 -39 29 -12 0 -109 -57 -132 -77 -12 -11 -14 -20 -8 -32 5 -9
|
|
161
|
+
22 -54 39 -101 16 -47 70 -198 120 -336 50 -138 91 -254 91 -258 0 -3 9 -25
|
|
162
|
+
19 -49 10 -23 21 -51 24 -62 8 -31 176 -487 188 -510 5 -12 11 -27 12 -35 2
|
|
163
|
+
-8 12 -40 24 -70 11 -30 33 -89 48 -130 15 -41 31 -84 35 -95 5 -11 18 -47 30
|
|
164
|
+
-80 11 -33 24 -67 27 -75 3 -8 7 -17 7 -20 3 -12 49 -138 62 -167 8 -17 14
|
|
165
|
+
-37 14 -45 0 -8 5 -19 12 -26 7 -7 8 -12 4 -12 -5 0 -4 -6 1 -12 6 -7 18 -38
|
|
166
|
+
28 -68 10 -30 23 -68 31 -85 7 -16 25 -65 40 -108 26 -74 28 -77 48 -64 11 8
|
|
167
|
+
66 40 121 73 55 32 108 63 117 69 9 5 36 21 60 33 23 13 53 32 66 43 14 10 29
|
|
168
|
+
19 34 19 6 0 29 13 52 28 22 15 48 31 56 35 8 4 24 13 35 20 275 166 534 317
|
|
169
|
+
544 317 6 0 11 4 11 10 0 5 11 12 25 16 14 3 25 10 25 14 0 4 15 15 33 23 41
|
|
170
|
+
20 348 202 363 216 7 5 14 8 17 5 2 -2 10 2 17 11 7 8 19 15 26 15 8 0 14 5
|
|
171
|
+
14 10 0 6 4 10 9 10 9 0 131 69 141 80 3 3 21 13 40 23 65 35 95 52 100 58 3
|
|
172
|
+
4 23 16 45 28 22 11 57 31 77 43 79 48 205 123 238 141 19 11 47 28 62 38 14
|
|
173
|
+
11 28 19 31 19 3 0 43 23 89 51 46 29 103 63 128 77 25 14 57 33 72 43 14 11
|
|
174
|
+
29 19 32 19 3 0 46 24 94 53 48 30 166 100 262 157 96 56 186 110 200 120 14
|
|
175
|
+
9 32 20 40 24 8 4 24 12 35 19 11 7 73 44 138 82 65 39 135 80 155 93 20 12
|
|
176
|
+
56 32 80 44 23 12 42 26 42 30 0 4 4 8 10 8 5 0 39 18 75 40 36 22 68 40 72
|
|
177
|
+
40 3 0 14 6 22 14 9 7 36 24 61 37 25 13 47 26 50 29 11 12 149 90 159 90 6 0
|
|
178
|
+
11 4 11 8 0 4 19 18 43 30 23 12 56 31 72 42 17 11 37 23 45 27 8 4 51 29 95
|
|
179
|
+
56 44 27 96 58 115 68 19 11 49 28 65 39 17 11 37 23 45 27 8 4 41 23 73 44
|
|
180
|
+
l59 36 -67 84 c-153 192 -315 313 -461 344 -46 10 -165 12 -209 4z"/>
|
|
181
|
+
</g>
|
|
182
|
+
</svg>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "",
|
|
3
|
-
"short_name": "",
|
|
4
|
-
"icons": [
|
|
5
|
-
{
|
|
6
|
-
"src": "/android-chrome-192x192.png",
|
|
7
|
-
"sizes": "192x192",
|
|
8
|
-
"type": "image/png"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"src": "/android-chrome-512x512.png",
|
|
12
|
-
"sizes": "512x512",
|
|
13
|
-
"type": "image/png"
|
|
14
|
-
}
|
|
15
|
-
],
|
|
16
|
-
"theme_color": "#ffffff",
|
|
17
|
-
"background_color": "#ffffff",
|
|
18
|
-
"display": "standalone"
|
|
19
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "",
|
|
3
|
+
"short_name": "",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "/android-chrome-192x192.png",
|
|
7
|
+
"sizes": "192x192",
|
|
8
|
+
"type": "image/png"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "/android-chrome-512x512.png",
|
|
12
|
+
"sizes": "512x512",
|
|
13
|
+
"type": "image/png"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"theme_color": "#ffffff",
|
|
17
|
+
"background_color": "#ffffff",
|
|
18
|
+
"display": "standalone"
|
|
19
|
+
}
|
package/lib/view/fonts/index.css
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'CircularStd';
|
|
3
|
-
font-weight: 400;
|
|
4
|
-
font-style: normal;
|
|
5
|
-
src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
|
|
6
|
-
}
|
|
7
|
-
@font-face {
|
|
8
|
-
font-family: 'CircularStd';
|
|
9
|
-
font-weight: 500;
|
|
10
|
-
font-style: normal;
|
|
11
|
-
src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
|
|
12
|
-
}
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: 'CircularStd';
|
|
15
|
-
font-weight: 700;
|
|
16
|
-
font-style: normal;
|
|
17
|
-
src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
|
|
18
|
-
}
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'CircularStd';
|
|
3
|
+
font-weight: 400;
|
|
4
|
+
font-style: normal;
|
|
5
|
+
src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
|
|
6
|
+
}
|
|
7
|
+
@font-face {
|
|
8
|
+
font-family: 'CircularStd';
|
|
9
|
+
font-weight: 500;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
|
|
12
|
+
}
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'CircularStd';
|
|
15
|
+
font-weight: 700;
|
|
16
|
+
font-style: normal;
|
|
17
|
+
src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
|
|
18
|
+
}
|
package/lib/view/index.html
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8" />
|
|
5
|
-
<link
|
|
6
|
-
rel="apple-touch-icon"
|
|
7
|
-
sizes="180x180"
|
|
8
|
-
href="/favicon/apple-touch-icon.png"
|
|
9
|
-
/>
|
|
10
|
-
<link
|
|
11
|
-
rel="icon"
|
|
12
|
-
type="image/png"
|
|
13
|
-
sizes="32x32"
|
|
14
|
-
href="/favicon/favicon-32x32.png"
|
|
15
|
-
/>
|
|
16
|
-
<link
|
|
17
|
-
rel="icon"
|
|
18
|
-
type="image/png"
|
|
19
|
-
sizes="16x16"
|
|
20
|
-
href="/favicon/favicon-16x16.png"
|
|
21
|
-
/>
|
|
22
|
-
<meta name="theme-color" content="#000000" />
|
|
23
|
-
<link rel="manifest" href="/manifest.json" />
|
|
24
|
-
<meta
|
|
25
|
-
name="viewport"
|
|
26
|
-
content="width=device-width,initial-scale=1,shrink-to-fit=no"
|
|
27
|
-
/>
|
|
28
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
29
|
-
<link
|
|
30
|
-
href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700&display=swap"
|
|
31
|
-
rel="stylesheet"
|
|
32
|
-
/>
|
|
33
|
-
<link rel="stylesheet" href="/fonts/index.css" />
|
|
34
|
-
<title>Minimal UI Kit</title>
|
|
35
|
-
<meta
|
|
36
|
-
name="description"
|
|
37
|
-
content="The starting point for your next project with Minimal UI Kit, built on the newest version of Material-UI ©, ready to be customized to your style"
|
|
38
|
-
/>
|
|
39
|
-
<meta
|
|
40
|
-
name="keywords"
|
|
41
|
-
content="react,material,kit,application,dashboard,admin,template"
|
|
42
|
-
/>
|
|
43
|
-
<meta name="author" content="Minimal UI Kit" />
|
|
44
|
-
<script defer="defer" src="/static/js/admin.js"></script>
|
|
45
|
-
<script defer="defer" src="/static/js/main.4687f255.js"></script>
|
|
46
|
-
<link href="/static/css/main.54de06ef.css" rel="stylesheet" />
|
|
47
|
-
</head>
|
|
48
|
-
<body>
|
|
49
|
-
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
50
|
-
<div id="root"></div>
|
|
51
|
-
</body>
|
|
52
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<link
|
|
6
|
+
rel="apple-touch-icon"
|
|
7
|
+
sizes="180x180"
|
|
8
|
+
href="/favicon/apple-touch-icon.png"
|
|
9
|
+
/>
|
|
10
|
+
<link
|
|
11
|
+
rel="icon"
|
|
12
|
+
type="image/png"
|
|
13
|
+
sizes="32x32"
|
|
14
|
+
href="/favicon/favicon-32x32.png"
|
|
15
|
+
/>
|
|
16
|
+
<link
|
|
17
|
+
rel="icon"
|
|
18
|
+
type="image/png"
|
|
19
|
+
sizes="16x16"
|
|
20
|
+
href="/favicon/favicon-16x16.png"
|
|
21
|
+
/>
|
|
22
|
+
<meta name="theme-color" content="#000000" />
|
|
23
|
+
<link rel="manifest" href="/manifest.json" />
|
|
24
|
+
<meta
|
|
25
|
+
name="viewport"
|
|
26
|
+
content="width=device-width,initial-scale=1,shrink-to-fit=no"
|
|
27
|
+
/>
|
|
28
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
29
|
+
<link
|
|
30
|
+
href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700&display=swap"
|
|
31
|
+
rel="stylesheet"
|
|
32
|
+
/>
|
|
33
|
+
<link rel="stylesheet" href="/fonts/index.css" />
|
|
34
|
+
<title>Minimal UI Kit</title>
|
|
35
|
+
<meta
|
|
36
|
+
name="description"
|
|
37
|
+
content="The starting point for your next project with Minimal UI Kit, built on the newest version of Material-UI ©, ready to be customized to your style"
|
|
38
|
+
/>
|
|
39
|
+
<meta
|
|
40
|
+
name="keywords"
|
|
41
|
+
content="react,material,kit,application,dashboard,admin,template"
|
|
42
|
+
/>
|
|
43
|
+
<meta name="author" content="Minimal UI Kit" />
|
|
44
|
+
<script defer="defer" src="/static/js/admin.js"></script>
|
|
45
|
+
<script defer="defer" src="/static/js/main.4687f255.js"></script>
|
|
46
|
+
<link href="/static/css/main.54de06ef.css" rel="stylesheet" />
|
|
47
|
+
</head>
|
|
48
|
+
<body>
|
|
49
|
+
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
50
|
+
<div id="root"></div>
|
|
51
|
+
</body>
|
|
52
|
+
</html>
|
package/lib/view/manifest.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "React Material Minimal UI",
|
|
3
|
-
"short_name": "Minimal-UI",
|
|
4
|
-
"display": "standalone",
|
|
5
|
-
"start_url": "/",
|
|
6
|
-
"theme_color": "#000000",
|
|
7
|
-
"background_color": "#ffffff",
|
|
8
|
-
"icons": [
|
|
9
|
-
{
|
|
10
|
-
"src": "favicon/android-chrome-192x192.png",
|
|
11
|
-
"sizes": "192x192",
|
|
12
|
-
"type": "image/png"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"src": "favicon/android-chrome-512x512.png",
|
|
16
|
-
"sizes": "512x512",
|
|
17
|
-
"type": "image/png"
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "React Material Minimal UI",
|
|
3
|
+
"short_name": "Minimal-UI",
|
|
4
|
+
"display": "standalone",
|
|
5
|
+
"start_url": "/",
|
|
6
|
+
"theme_color": "#000000",
|
|
7
|
+
"background_color": "#ffffff",
|
|
8
|
+
"icons": [
|
|
9
|
+
{
|
|
10
|
+
"src": "favicon/android-chrome-192x192.png",
|
|
11
|
+
"sizes": "192x192",
|
|
12
|
+
"type": "image/png"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"src": "favicon/android-chrome-512x512.png",
|
|
16
|
+
"sizes": "512x512",
|
|
17
|
+
"type": "image/png"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
package/lib/view/robots.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# https://www.robotstxt.org/robotstxt.html
|
|
2
|
-
User-agent: *
|
|
3
|
-
Disallow:
|
|
1
|
+
# https://www.robotstxt.org/robotstxt.html
|
|
2
|
+
User-agent: *
|
|
3
|
+
Disallow:
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";left:2px;opacity:0;position:absolute;right:2px;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{bottom:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:7px;left:0;min-height:0;min-width:10px;right:auto;top:2px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.hs-dummy-scrollbar-size{direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-hide-scrollbar{-ms-overflow-style:none;left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}.lazy-load-image-background.blur{-webkit-filter:blur(15px);filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{-webkit-filter:blur(0);filter:blur(0);transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.lazy-load-image-background.opacity{opacity:0}.lazy-load-image-background.opacity.lazy-load-image-loaded{opacity:1;transition:opacity .3s}.lazy-load-image-background.black-and-white{-webkit-filter:grayscale(1);filter:grayscale(1)}.lazy-load-image-background.black-and-white.lazy-load-image-loaded{-webkit-filter:grayscale(0);filter:grayscale(0);transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.lazy-load-image-background.black-and-white>img{opacity:0}.lazy-load-image-background.black-and-white.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}
|
|
1
|
+
[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";left:2px;opacity:0;position:absolute;right:2px;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{bottom:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:7px;left:0;min-height:0;min-width:10px;right:auto;top:2px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.hs-dummy-scrollbar-size{direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-hide-scrollbar{-ms-overflow-style:none;left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}.lazy-load-image-background.blur{-webkit-filter:blur(15px);filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{-webkit-filter:blur(0);filter:blur(0);transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.lazy-load-image-background.opacity{opacity:0}.lazy-load-image-background.opacity.lazy-load-image-loaded{opacity:1;transition:opacity .3s}.lazy-load-image-background.black-and-white{-webkit-filter:grayscale(1);filter:grayscale(1)}.lazy-load-image-background.black-and-white.lazy-load-image-loaded{-webkit-filter:grayscale(0);filter:grayscale(0);transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.lazy-load-image-background.black-and-white>img{opacity:0}.lazy-load-image-background.black-and-white.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}
|
|
2
2
|
/*# sourceMappingURL=main.54de06ef.css.map*/
|