identity-admin 1.27.8 → 1.27.9
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 +113 -113
- 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 +130 -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 +690 -690
- 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 +66 -66
- package/lib/types/helpers.js +77 -77
- 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,41 +1,41 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
class ResponseUtils {
|
|
4
|
-
static send(res, status, message, data, errors) {
|
|
5
|
-
const splittedMessage = message.split(', ');
|
|
6
|
-
return res.format({
|
|
7
|
-
json: () => {
|
|
8
|
-
res.status(status).json({
|
|
9
|
-
meta: {
|
|
10
|
-
status,
|
|
11
|
-
message: res.__(splittedMessage[0], { attribute: splittedMessage[1] })
|
|
12
|
-
},
|
|
13
|
-
data,
|
|
14
|
-
errors
|
|
15
|
-
});
|
|
16
|
-
},
|
|
17
|
-
default: () => {
|
|
18
|
-
res.status(406).send();
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
static created(res, data) {
|
|
23
|
-
this.send(res, 201, 'Created', data);
|
|
24
|
-
}
|
|
25
|
-
static ok(res, data) {
|
|
26
|
-
this.send(res, 200, 'Ok', data);
|
|
27
|
-
}
|
|
28
|
-
static unauthorized(res) {
|
|
29
|
-
this.send(res, 401, 'Unauthenticated');
|
|
30
|
-
}
|
|
31
|
-
static forbidden(res) {
|
|
32
|
-
this.send(res, 403, 'Not allowed to access this resource');
|
|
33
|
-
}
|
|
34
|
-
static unprocessable(res, message, errors) {
|
|
35
|
-
this.send(res, 422, message, {}, errors);
|
|
36
|
-
}
|
|
37
|
-
static notFound(res, message, errors) {
|
|
38
|
-
this.send(res, 404, message, {}, errors);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
exports.default = ResponseUtils;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class ResponseUtils {
|
|
4
|
+
static send(res, status, message, data, errors) {
|
|
5
|
+
const splittedMessage = message.split(', ');
|
|
6
|
+
return res.format({
|
|
7
|
+
json: () => {
|
|
8
|
+
res.status(status).json({
|
|
9
|
+
meta: {
|
|
10
|
+
status,
|
|
11
|
+
message: res.__(splittedMessage[0], { attribute: splittedMessage[1] })
|
|
12
|
+
},
|
|
13
|
+
data,
|
|
14
|
+
errors
|
|
15
|
+
});
|
|
16
|
+
},
|
|
17
|
+
default: () => {
|
|
18
|
+
res.status(406).send();
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
static created(res, data) {
|
|
23
|
+
this.send(res, 201, 'Created', data);
|
|
24
|
+
}
|
|
25
|
+
static ok(res, data) {
|
|
26
|
+
this.send(res, 200, 'Ok', data);
|
|
27
|
+
}
|
|
28
|
+
static unauthorized(res) {
|
|
29
|
+
this.send(res, 401, 'Unauthenticated');
|
|
30
|
+
}
|
|
31
|
+
static forbidden(res) {
|
|
32
|
+
this.send(res, 403, 'Not allowed to access this resource');
|
|
33
|
+
}
|
|
34
|
+
static unprocessable(res, message, errors) {
|
|
35
|
+
this.send(res, 422, message, {}, errors);
|
|
36
|
+
}
|
|
37
|
+
static notFound(res, message, errors) {
|
|
38
|
+
this.send(res, 404, message, {}, errors);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.default = ResponseUtils;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export default class StringUtils {
|
|
2
|
-
static convertCamelCaseToWord(camelCaseWord: string): string;
|
|
3
|
-
static checkRefId(word: string): boolean;
|
|
4
|
-
static lowerCaseFirstLetter(word: string): string;
|
|
5
|
-
static upperCaseFirstLetter(word: string): string;
|
|
6
|
-
static removeResourceWord(word: string): string;
|
|
7
|
-
static getRefPath(word: string): string;
|
|
8
|
-
static getPopulatedString(populatedString: string, addedString: string): string;
|
|
9
|
-
}
|
|
1
|
+
export default class StringUtils {
|
|
2
|
+
static convertCamelCaseToWord(camelCaseWord: string): string;
|
|
3
|
+
static checkRefId(word: string): boolean;
|
|
4
|
+
static lowerCaseFirstLetter(word: string): string;
|
|
5
|
+
static upperCaseFirstLetter(word: string): string;
|
|
6
|
+
static removeResourceWord(word: string): string;
|
|
7
|
+
static getRefPath(word: string): string;
|
|
8
|
+
static getPopulatedString(populatedString: string, addedString: string): string;
|
|
9
|
+
}
|
package/lib/utils/StringUtils.js
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var pluralize = require('pluralize');
|
|
4
|
-
class StringUtils {
|
|
5
|
-
static convertCamelCaseToWord(camelCaseWord) {
|
|
6
|
-
if (camelCaseWord === '_id') {
|
|
7
|
-
return 'Id';
|
|
8
|
-
}
|
|
9
|
-
var result = camelCaseWord.replace(/([A-Z])/g, " $1");
|
|
10
|
-
var word = result.charAt(0).toUpperCase() + result.slice(1);
|
|
11
|
-
if (word.charAt(0) === ' ') {
|
|
12
|
-
word = word.substring(1);
|
|
13
|
-
}
|
|
14
|
-
return word;
|
|
15
|
-
}
|
|
16
|
-
static checkRefId(word) {
|
|
17
|
-
const check = word.slice(-2) === 'Id';
|
|
18
|
-
return check;
|
|
19
|
-
}
|
|
20
|
-
static lowerCaseFirstLetter(word) {
|
|
21
|
-
return word.charAt(0).toLocaleLowerCase() + word.slice(1);
|
|
22
|
-
}
|
|
23
|
-
static upperCaseFirstLetter(word) {
|
|
24
|
-
return word.charAt(0).toUpperCase() + word.slice(1);
|
|
25
|
-
}
|
|
26
|
-
static removeResourceWord(word) {
|
|
27
|
-
return this.lowerCaseFirstLetter(word.split('Resource')[0]);
|
|
28
|
-
}
|
|
29
|
-
static getRefPath(word) {
|
|
30
|
-
const check = word.slice(-2) === 'Id';
|
|
31
|
-
if (check) {
|
|
32
|
-
return word.slice(0, -2);
|
|
33
|
-
}
|
|
34
|
-
return this.lowerCaseFirstLetter(pluralize.singular(word));
|
|
35
|
-
}
|
|
36
|
-
static getPopulatedString(populatedString, addedString) {
|
|
37
|
-
if (populatedString.length === 0) {
|
|
38
|
-
populatedString = populatedString + addedString;
|
|
39
|
-
}
|
|
40
|
-
else {
|
|
41
|
-
populatedString = populatedString + ' ' + addedString;
|
|
42
|
-
}
|
|
43
|
-
return populatedString;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.default = StringUtils;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var pluralize = require('pluralize');
|
|
4
|
+
class StringUtils {
|
|
5
|
+
static convertCamelCaseToWord(camelCaseWord) {
|
|
6
|
+
if (camelCaseWord === '_id') {
|
|
7
|
+
return 'Id';
|
|
8
|
+
}
|
|
9
|
+
var result = camelCaseWord.replace(/([A-Z])/g, " $1");
|
|
10
|
+
var word = result.charAt(0).toUpperCase() + result.slice(1);
|
|
11
|
+
if (word.charAt(0) === ' ') {
|
|
12
|
+
word = word.substring(1);
|
|
13
|
+
}
|
|
14
|
+
return word;
|
|
15
|
+
}
|
|
16
|
+
static checkRefId(word) {
|
|
17
|
+
const check = word.slice(-2) === 'Id';
|
|
18
|
+
return check;
|
|
19
|
+
}
|
|
20
|
+
static lowerCaseFirstLetter(word) {
|
|
21
|
+
return word.charAt(0).toLocaleLowerCase() + word.slice(1);
|
|
22
|
+
}
|
|
23
|
+
static upperCaseFirstLetter(word) {
|
|
24
|
+
return word.charAt(0).toUpperCase() + word.slice(1);
|
|
25
|
+
}
|
|
26
|
+
static removeResourceWord(word) {
|
|
27
|
+
return this.lowerCaseFirstLetter(word.split('Resource')[0]);
|
|
28
|
+
}
|
|
29
|
+
static getRefPath(word) {
|
|
30
|
+
const check = word.slice(-2) === 'Id';
|
|
31
|
+
if (check) {
|
|
32
|
+
return word.slice(0, -2);
|
|
33
|
+
}
|
|
34
|
+
return this.lowerCaseFirstLetter(pluralize.singular(word));
|
|
35
|
+
}
|
|
36
|
+
static getPopulatedString(populatedString, addedString) {
|
|
37
|
+
if (populatedString.length === 0) {
|
|
38
|
+
populatedString = populatedString + addedString;
|
|
39
|
+
}
|
|
40
|
+
else {
|
|
41
|
+
populatedString = populatedString + ' ' + addedString;
|
|
42
|
+
}
|
|
43
|
+
return populatedString;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.default = StringUtils;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": {
|
|
3
|
-
"main.css": "/static/css/main.54de06ef.css",
|
|
4
|
-
"main.js": "/static/js/main.7ca1e0c1.js",
|
|
5
|
-
"static/js/574.778b5963.chunk.js": "/static/js/574.778b5963.chunk.js",
|
|
6
|
-
"static/js/678.521704a3.chunk.js": "/static/js/678.521704a3.chunk.js",
|
|
7
|
-
"static/js/798.54856416.chunk.js": "/static/js/798.54856416.chunk.js",
|
|
8
|
-
"index.html": "/index.html",
|
|
9
|
-
"main.54de06ef.css.map": "/static/css/main.54de06ef.css.map",
|
|
10
|
-
"main.7ca1e0c1.js.map": "/static/js/main.7ca1e0c1.js.map",
|
|
11
|
-
"574.778b5963.chunk.js.map": "/static/js/574.778b5963.chunk.js.map",
|
|
12
|
-
"678.521704a3.chunk.js.map": "/static/js/678.521704a3.chunk.js.map",
|
|
13
|
-
"798.54856416.chunk.js.map": "/static/js/798.54856416.chunk.js.map"
|
|
14
|
-
},
|
|
15
|
-
"entrypoints": [
|
|
16
|
-
"static/css/main.54de06ef.css",
|
|
17
|
-
"static/js/main.7ca1e0c1.js"
|
|
18
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"files": {
|
|
3
|
+
"main.css": "/static/css/main.54de06ef.css",
|
|
4
|
+
"main.js": "/static/js/main.7ca1e0c1.js",
|
|
5
|
+
"static/js/574.778b5963.chunk.js": "/static/js/574.778b5963.chunk.js",
|
|
6
|
+
"static/js/678.521704a3.chunk.js": "/static/js/678.521704a3.chunk.js",
|
|
7
|
+
"static/js/798.54856416.chunk.js": "/static/js/798.54856416.chunk.js",
|
|
8
|
+
"index.html": "/index.html",
|
|
9
|
+
"main.54de06ef.css.map": "/static/css/main.54de06ef.css.map",
|
|
10
|
+
"main.7ca1e0c1.js.map": "/static/js/main.7ca1e0c1.js.map",
|
|
11
|
+
"574.778b5963.chunk.js.map": "/static/js/574.778b5963.chunk.js.map",
|
|
12
|
+
"678.521704a3.chunk.js.map": "/static/js/678.521704a3.chunk.js.map",
|
|
13
|
+
"798.54856416.chunk.js.map": "/static/js/798.54856416.chunk.js.map"
|
|
14
|
+
},
|
|
15
|
+
"entrypoints": [
|
|
16
|
+
"static/css/main.54de06ef.css",
|
|
17
|
+
"static/js/main.7ca1e0c1.js"
|
|
18
|
+
]
|
|
19
19
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21 5.99991H16V4.32991C15.9765 3.68973 15.7002 3.08497 15.2316 2.64821C14.7629 2.21144 14.1402 1.97831 13.5 1.99991H10.5C9.85975 1.97831 9.23706 2.21144 8.76843 2.64821C8.2998 3.08497 8.02346 3.68973 8 4.32991V5.99991H3C2.73478 5.99991 2.48043 6.10527 2.29289 6.29281C2.10536 6.48034 2 6.7347 2 6.99991C2 7.26513 2.10536 7.51948 2.29289 7.70702C2.48043 7.89456 2.73478 7.99991 3 7.99991H4V18.9999C4 19.7956 4.31607 20.5586 4.87868 21.1212C5.44129 21.6838 6.20435 21.9999 7 21.9999H17C17.7956 21.9999 18.5587 21.6838 19.1213 21.1212C19.6839 20.5586 20 19.7956 20 18.9999V7.99991H21C21.2652 7.99991 21.5196 7.89456 21.7071 7.70702C21.8946 7.51948 22 7.26513 22 6.99991C22 6.7347 21.8946 6.48034 21.7071 6.29281C21.5196 6.10527 21.2652 5.99991 21 5.99991ZM10 4.32991C10 4.16991 10.21 3.99991 10.5 3.99991H13.5C13.79 3.99991 14 4.16991 14 4.32991V5.99991H10V4.32991ZM18 18.9999C18 19.2651 17.8946 19.5195 17.7071 19.707C17.5196 19.8946 17.2652 19.9999 17 19.9999H7C6.73478 19.9999 6.48043 19.8946 6.29289 19.707C6.10536 19.5195 6 19.2651 6 18.9999V7.99991H18V18.9999ZM9 16.9999C9.26522 16.9999 9.51957 16.8946 9.70711 16.707C9.89464 16.5195 10 16.2651 10 15.9999V11.9999C10 11.7347 9.89464 11.4803 9.70711 11.2928C9.51957 11.1053 9.26522 10.9999 9 10.9999C8.73478 10.9999 8.48043 11.1053 8.29289 11.2928C8.10536 11.4803 8 11.7347 8 11.9999V15.9999C8 16.2651 8.10536 16.5195 8.29289 16.707C8.48043 16.8946 8.73478 16.9999 9 16.9999ZM15.7071 16.707C15.5196 16.8946 15.2652 16.9999 15 16.9999C14.7348 16.9999 14.4804 16.8946 14.2929 16.707C14.1054 16.5195 14 16.2651 14 15.9999V11.9999C14 11.7347 14.1054 11.4803 14.2929 11.2928C14.4804 11.1053 14.7348 10.9999 15 10.9999C15.2652 10.9999 15.5196 11.1053 15.7071 11.2928C15.8946 11.4803 16 11.7347 16 11.9999V15.9999C16 16.2651 15.8946 16.5195 15.7071 16.707Z" fill="#BE1E2D"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21 5.99991H16V4.32991C15.9765 3.68973 15.7002 3.08497 15.2316 2.64821C14.7629 2.21144 14.1402 1.97831 13.5 1.99991H10.5C9.85975 1.97831 9.23706 2.21144 8.76843 2.64821C8.2998 3.08497 8.02346 3.68973 8 4.32991V5.99991H3C2.73478 5.99991 2.48043 6.10527 2.29289 6.29281C2.10536 6.48034 2 6.7347 2 6.99991C2 7.26513 2.10536 7.51948 2.29289 7.70702C2.48043 7.89456 2.73478 7.99991 3 7.99991H4V18.9999C4 19.7956 4.31607 20.5586 4.87868 21.1212C5.44129 21.6838 6.20435 21.9999 7 21.9999H17C17.7956 21.9999 18.5587 21.6838 19.1213 21.1212C19.6839 20.5586 20 19.7956 20 18.9999V7.99991H21C21.2652 7.99991 21.5196 7.89456 21.7071 7.70702C21.8946 7.51948 22 7.26513 22 6.99991C22 6.7347 21.8946 6.48034 21.7071 6.29281C21.5196 6.10527 21.2652 5.99991 21 5.99991ZM10 4.32991C10 4.16991 10.21 3.99991 10.5 3.99991H13.5C13.79 3.99991 14 4.16991 14 4.32991V5.99991H10V4.32991ZM18 18.9999C18 19.2651 17.8946 19.5195 17.7071 19.707C17.5196 19.8946 17.2652 19.9999 17 19.9999H7C6.73478 19.9999 6.48043 19.8946 6.29289 19.707C6.10536 19.5195 6 19.2651 6 18.9999V7.99991H18V18.9999ZM9 16.9999C9.26522 16.9999 9.51957 16.8946 9.70711 16.707C9.89464 16.5195 10 16.2651 10 15.9999V11.9999C10 11.7347 9.89464 11.4803 9.70711 11.2928C9.51957 11.1053 9.26522 10.9999 9 10.9999C8.73478 10.9999 8.48043 11.1053 8.29289 11.2928C8.10536 11.4803 8 11.7347 8 11.9999V15.9999C8 16.2651 8.10536 16.5195 8.29289 16.707C8.48043 16.8946 8.73478 16.9999 9 16.9999ZM15.7071 16.707C15.5196 16.8946 15.2652 16.9999 15 16.9999C14.7348 16.9999 14.4804 16.8946 14.2929 16.707C14.1054 16.5195 14 16.2651 14 15.9999V11.9999C14 11.7347 14.1054 11.4803 14.2929 11.2928C14.4804 11.1053 14.7348 10.9999 15 10.9999C15.2652 10.9999 15.5196 11.1053 15.7071 11.2928C15.8946 11.4803 16 11.7347 16 11.9999V15.9999C16 16.2651 15.8946 16.5195 15.7071 16.707Z" fill="#BE1E2D"/>
|
|
3
|
+
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="28px" height="20px" viewBox="0 0 28 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>ic_flag_cn</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="ic_flag_cn">
|
|
6
|
-
<rect id="Mask" fill="#F1361D" x="0" y="0" width="28" height="20" rx="3"></rect>
|
|
7
|
-
<path d="M11.9592954,10.1560699 L11.9708698,11.1384189 L12.5105968,11.9592954 L11.5282478,11.9708698 L10.7073712,12.5105968 L10.6957968,11.5282478 L10.1560699,10.7073712 L11.1384189,10.6957968 L11.9592954,10.1560699 Z M6.66666667,2.66666667 L7.5836117,5.40460011 L10.4708927,5.43059869 L8.15031489,7.1487332 L9.01780768,9.90273464 L6.66666667,8.22666673 L4.31552566,9.90273464 L5.18301844,7.1487332 L2.8624406,5.43059869 L5.74972164,5.40460011 L6.66666667,2.66666667 Z M12.5685648,7.57446394 L13.4490988,8.01012816 L14.4255361,7.90189808 L13.9898718,8.78243212 L14.0981019,9.75886939 L13.2175679,9.32320517 L12.2411306,9.43143525 L12.6767948,8.55090121 L12.5685648,7.57446394 Z M14,4.17863279 L13.9772839,5.1607873 L14.4880339,6 L13.5058794,5.97728388 L12.6666667,6.48803387 L12.6893828,5.50587936 L12.1786328,4.66666667 L13.1607873,4.68938278 L14,4.17863279 Z M10.8992425,1.40597523 L11.6255808,2.06747064 L12.5940248,2.23257579 L11.9325294,2.9589141 L11.7674242,3.9273581 L11.0410859,3.2658627 L10.0726419,3.10075754 L10.7341373,2.37441924 L10.8992425,1.40597523 Z" id="Combined-Shape" fill="#FFDC42"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="20px" viewBox="0 0 28 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>ic_flag_cn</title>
|
|
4
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="ic_flag_cn">
|
|
6
|
+
<rect id="Mask" fill="#F1361D" x="0" y="0" width="28" height="20" rx="3"></rect>
|
|
7
|
+
<path d="M11.9592954,10.1560699 L11.9708698,11.1384189 L12.5105968,11.9592954 L11.5282478,11.9708698 L10.7073712,12.5105968 L10.6957968,11.5282478 L10.1560699,10.7073712 L11.1384189,10.6957968 L11.9592954,10.1560699 Z M6.66666667,2.66666667 L7.5836117,5.40460011 L10.4708927,5.43059869 L8.15031489,7.1487332 L9.01780768,9.90273464 L6.66666667,8.22666673 L4.31552566,9.90273464 L5.18301844,7.1487332 L2.8624406,5.43059869 L5.74972164,5.40460011 L6.66666667,2.66666667 Z M12.5685648,7.57446394 L13.4490988,8.01012816 L14.4255361,7.90189808 L13.9898718,8.78243212 L14.0981019,9.75886939 L13.2175679,9.32320517 L12.2411306,9.43143525 L12.6767948,8.55090121 L12.5685648,7.57446394 Z M14,4.17863279 L13.9772839,5.1607873 L14.4880339,6 L13.5058794,5.97728388 L12.6666667,6.48803387 L12.6893828,5.50587936 L12.1786328,4.66666667 L13.1607873,4.68938278 L14,4.17863279 Z M10.8992425,1.40597523 L11.6255808,2.06747064 L12.5940248,2.23257579 L11.9325294,2.9589141 L11.7674242,3.9273581 L11.0410859,3.2658627 L10.0726419,3.10075754 L10.7341373,2.37441924 L10.8992425,1.40597523 Z" id="Combined-Shape" fill="#FFDC42"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
10
|
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="28px" height="20px" viewBox="0 0 28 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>ic_flag_sa</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="ic_flag_sa">
|
|
6
|
-
<rect id="Mask-Copy" fill="#128C4B" x="0" y="0" width="28" height="20" rx="3"></rect>
|
|
7
|
-
<path d="M6.66666667,12 L17.3333333,12 L17.3333333,10.665971 C17.3333333,10.2981654 17.6031532,10.1349099 17.9375814,10.302124 L18.6666667,10.6666667 L18.6666667,12 L20.6604207,12 C21.0320601,12 21.3333333,12.3059006 21.3333333,12.6729126 L21.3333333,13.3333333 C21.3333333,14.069713 20.7431196,14.6666667 20.0013913,14.6666667 L17.993852,14.6666667 C17.6290576,14.6666667 17.3333333,14.3707568 17.3333333,14 L17.3333333,13.3333333 L8.67123032,13.3333333 C8.30052005,13.3333333 7.79166667,13.125 7.5336647,12.866998 L6.66666667,12 Z M6.66666667,8.3364563 C6.66666667,8.15063662 6.77083333,7.89583333 6.90734863,7.75931803 L7.09265137,7.5740153 C7.22557635,7.44109032 7.22916667,7.22916667 7.09265137,7.09265137 L6.90734863,6.90734863 C6.77442365,6.77442365 6.66666667,6.52397664 6.66666667,6.33021037 L6.66666667,5.66978963 C6.66666667,5.48396995 6.80935669,5.33333333 7.00312297,5.33333333 L7.6635437,5.33333333 C7.84936338,5.33333333 8,5.47602336 8,5.66978963 L8,6.33021037 C8,6.51603005 8.06635984,6.53394699 8.14795494,6.37075679 L8.51871173,5.62924321 C8.60042498,5.4658167 8.82360331,5.33333333 8.99692599,5.33333333 L10.3364073,5.33333333 C10.5188045,5.33333333 10.6666667,5.48795573 10.6666667,5.66666667 L10.6666667,5.66666667 C10.6666667,5.85076158 10.5239766,6 10.3302104,6 L9.66978963,6 C9.48396995,6 9.33333333,6.1546224 9.33333333,6.33333333 L9.33333333,6.33333333 C9.33333333,6.51742825 9.47602336,6.66666667 9.66978963,6.66666667 L10.3302104,6.66666667 C10.5160301,6.66666667 10.6666667,6.81003825 10.6666667,6.99365234 L10.6666667,9.00634766 C10.6666667,9.18693686 10.5239766,9.33333333 10.3302104,9.33333333 L9.66978963,9.33333333 C9.48396995,9.33333333 9.33333333,9.19064331 9.33333333,8.99687703 L9.33333333,8.3364563 C9.33333333,8.15063662 9.48795573,8 9.66666667,8 L9.66666667,8 C9.85076158,8 10,7.8453776 10,7.66666667 L10,7.66666667 C10,7.48257175 9.85730998,7.33333333 9.6635437,7.33333333 L9.00312297,7.33333333 C8.81730328,7.33333333 8.66666667,7.49026998 8.66666667,7.66359266 L8.66666667,9.00307401 C8.66666667,9.1854712 8.51204427,9.33333333 8.33333333,9.33333333 L8.33333333,9.33333333 C8.14923842,9.33333333 8,9.19064331 8,8.99687703 L8,8.3364563 C8,8.15063662 7.8453776,8 7.66666667,8 L7.66666667,8 C7.48257175,8 7.33333333,8.14269002 7.33333333,8.3364563 L7.33333333,8.99687703 C7.33333333,9.18269672 7.17871094,9.33333333 7,9.33333333 L7,9.33333333 C6.81590508,9.33333333 6.66666667,9.19064331 6.66666667,8.99687703 L6.66666667,8.3364563 Z M17.3333333,8.3364563 C17.3333333,8.15063662 17.4375,7.89583333 17.5740153,7.75931803 L17.759318,7.5740153 C17.892243,7.44109032 17.8958333,7.22916667 17.759318,7.09265137 L17.5740153,6.90734863 C17.4410903,6.77442365 17.3333333,6.52397664 17.3333333,6.33021037 L17.3333333,5.66978963 C17.3333333,5.48396995 17.4760234,5.33333333 17.6697896,5.33333333 L18.3302104,5.33333333 C18.5160301,5.33333333 18.6666667,5.47602336 18.6666667,5.66978963 L18.6666667,6.33021037 C18.6666667,6.51603005 18.7330265,6.53394699 18.8146216,6.37075679 L19.1853784,5.62924321 C19.2670916,5.4658167 19.49027,5.33333333 19.6635927,5.33333333 L21.003074,5.33333333 C21.1854712,5.33333333 21.3333333,5.48795573 21.3333333,5.66666667 L21.3333333,5.66666667 C21.3333333,5.85076158 21.1906433,6 20.996877,6 L20.3364563,6 C20.1506366,6 20,6.1546224 20,6.33333333 L20,6.33333333 C20,6.51742825 20.14269,6.66666667 20.3364563,6.66666667 L20.996877,6.66666667 C21.1826967,6.66666667 21.3333333,6.81003825 21.3333333,6.99365234 L21.3333333,9.00634766 C21.3333333,9.18693686 21.1906433,9.33333333 20.996877,9.33333333 L20.3364563,9.33333333 C20.1506366,9.33333333 20,9.19064331 20,8.99687703 L20,8.3364563 C20,8.15063662 20.1546224,8 20.3333333,8 L20.3333333,8 C20.5174282,8 20.6666667,7.8453776 20.6666667,7.66666667 L20.6666667,7.66666667 C20.6666667,7.48257175 20.5239766,7.33333333 20.3302104,7.33333333 L19.6697896,7.33333333 C19.4839699,7.33333333 19.3333333,7.49026998 19.3333333,7.66359266 L19.3333333,9.00307401 C19.3333333,9.1854712 19.1787109,9.33333333 19,9.33333333 L19,9.33333333 C18.8159051,9.33333333 18.6666667,9.19064331 18.6666667,8.99687703 L18.6666667,8.3364563 C18.6666667,8.15063662 18.5120443,8 18.3333333,8 L18.3333333,8 C18.1492384,8 18,8.14269002 18,8.3364563 L18,8.99687703 C18,9.18269672 17.8453776,9.33333333 17.6666667,9.33333333 L17.6666667,9.33333333 C17.4825718,9.33333333 17.3333333,9.19064331 17.3333333,8.99687703 L17.3333333,8.3364563 Z M16,6.33021037 C16,6.51603005 15.8958333,6.77083333 15.759318,6.90734863 L15.5740153,7.09265137 C15.4410903,7.22557635 15.4375,7.4375 15.5740153,7.5740153 L15.759318,7.75931803 C15.892243,7.89224301 16,8.14269002 16,8.3364563 L16,8.99687703 C16,9.18269672 15.85731,9.33333333 15.6635437,9.33333333 L15.003123,9.33333333 C14.8173033,9.33333333 14.6666667,9.19064331 14.6666667,8.99687703 L14.6666667,8.3364563 C14.6666667,8.15063662 14.6051432,8.12304687 14.5120443,8.30924479 L14.1546224,9.02408854 C14.0692268,9.19487972 13.8430634,9.33333333 13.6697407,9.33333333 L12.3302593,9.33333333 C12.1478621,9.33333333 12,9.17871094 12,9 L12,9 C12,8.81590508 12.14269,8.66666667 12.3364563,8.66666667 L12.996877,8.66666667 C13.1826967,8.66666667 13.3333333,8.51204427 13.3333333,8.33333333 L13.3333333,8.33333333 C13.3333333,8.14923842 13.1906433,8 12.996877,8 L12.3364563,8 C12.1506366,8 12,7.85662842 12,7.67301432 L12,5.66031901 C12,5.47972981 12.14269,5.33333333 12.3364563,5.33333333 L12.996877,5.33333333 C13.1826967,5.33333333 13.3333333,5.47602336 13.3333333,5.66978963 L13.3333333,6.33021037 C13.3333333,6.51603005 13.1787109,6.66666667 13,6.66666667 L13,6.66666667 C12.8159051,6.66666667 12.6666667,6.82128906 12.6666667,7 L12.6666667,7 C12.6666667,7.18409492 12.8093567,7.33333333 13.003123,7.33333333 L13.6635437,7.33333333 C13.8493634,7.33333333 14,7.17639669 14,7.00307401 L14,5.66359266 C14,5.48119547 14.1546224,5.33333333 14.3333333,5.33333333 L14.3333333,5.33333333 C14.5174282,5.33333333 14.6666667,5.47602336 14.6666667,5.66978963 L14.6666667,6.33021037 C14.6666667,6.51603005 14.8212891,6.66666667 15,6.66666667 L15,6.66666667 C15.1840949,6.66666667 15.3333333,6.52397664 15.3333333,6.33021037 L15.3333333,5.66978963 C15.3333333,5.48396995 15.4879557,5.33333333 15.6666667,5.33333333 L15.6666667,5.33333333 C15.8507616,5.33333333 16,5.47602336 16,5.66978963 L16,6.33021037 L16,6.33021037 Z" id="Combined-Shape" fill="#FFFFFF"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="20px" viewBox="0 0 28 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>ic_flag_sa</title>
|
|
4
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="ic_flag_sa">
|
|
6
|
+
<rect id="Mask-Copy" fill="#128C4B" x="0" y="0" width="28" height="20" rx="3"></rect>
|
|
7
|
+
<path d="M6.66666667,12 L17.3333333,12 L17.3333333,10.665971 C17.3333333,10.2981654 17.6031532,10.1349099 17.9375814,10.302124 L18.6666667,10.6666667 L18.6666667,12 L20.6604207,12 C21.0320601,12 21.3333333,12.3059006 21.3333333,12.6729126 L21.3333333,13.3333333 C21.3333333,14.069713 20.7431196,14.6666667 20.0013913,14.6666667 L17.993852,14.6666667 C17.6290576,14.6666667 17.3333333,14.3707568 17.3333333,14 L17.3333333,13.3333333 L8.67123032,13.3333333 C8.30052005,13.3333333 7.79166667,13.125 7.5336647,12.866998 L6.66666667,12 Z M6.66666667,8.3364563 C6.66666667,8.15063662 6.77083333,7.89583333 6.90734863,7.75931803 L7.09265137,7.5740153 C7.22557635,7.44109032 7.22916667,7.22916667 7.09265137,7.09265137 L6.90734863,6.90734863 C6.77442365,6.77442365 6.66666667,6.52397664 6.66666667,6.33021037 L6.66666667,5.66978963 C6.66666667,5.48396995 6.80935669,5.33333333 7.00312297,5.33333333 L7.6635437,5.33333333 C7.84936338,5.33333333 8,5.47602336 8,5.66978963 L8,6.33021037 C8,6.51603005 8.06635984,6.53394699 8.14795494,6.37075679 L8.51871173,5.62924321 C8.60042498,5.4658167 8.82360331,5.33333333 8.99692599,5.33333333 L10.3364073,5.33333333 C10.5188045,5.33333333 10.6666667,5.48795573 10.6666667,5.66666667 L10.6666667,5.66666667 C10.6666667,5.85076158 10.5239766,6 10.3302104,6 L9.66978963,6 C9.48396995,6 9.33333333,6.1546224 9.33333333,6.33333333 L9.33333333,6.33333333 C9.33333333,6.51742825 9.47602336,6.66666667 9.66978963,6.66666667 L10.3302104,6.66666667 C10.5160301,6.66666667 10.6666667,6.81003825 10.6666667,6.99365234 L10.6666667,9.00634766 C10.6666667,9.18693686 10.5239766,9.33333333 10.3302104,9.33333333 L9.66978963,9.33333333 C9.48396995,9.33333333 9.33333333,9.19064331 9.33333333,8.99687703 L9.33333333,8.3364563 C9.33333333,8.15063662 9.48795573,8 9.66666667,8 L9.66666667,8 C9.85076158,8 10,7.8453776 10,7.66666667 L10,7.66666667 C10,7.48257175 9.85730998,7.33333333 9.6635437,7.33333333 L9.00312297,7.33333333 C8.81730328,7.33333333 8.66666667,7.49026998 8.66666667,7.66359266 L8.66666667,9.00307401 C8.66666667,9.1854712 8.51204427,9.33333333 8.33333333,9.33333333 L8.33333333,9.33333333 C8.14923842,9.33333333 8,9.19064331 8,8.99687703 L8,8.3364563 C8,8.15063662 7.8453776,8 7.66666667,8 L7.66666667,8 C7.48257175,8 7.33333333,8.14269002 7.33333333,8.3364563 L7.33333333,8.99687703 C7.33333333,9.18269672 7.17871094,9.33333333 7,9.33333333 L7,9.33333333 C6.81590508,9.33333333 6.66666667,9.19064331 6.66666667,8.99687703 L6.66666667,8.3364563 Z M17.3333333,8.3364563 C17.3333333,8.15063662 17.4375,7.89583333 17.5740153,7.75931803 L17.759318,7.5740153 C17.892243,7.44109032 17.8958333,7.22916667 17.759318,7.09265137 L17.5740153,6.90734863 C17.4410903,6.77442365 17.3333333,6.52397664 17.3333333,6.33021037 L17.3333333,5.66978963 C17.3333333,5.48396995 17.4760234,5.33333333 17.6697896,5.33333333 L18.3302104,5.33333333 C18.5160301,5.33333333 18.6666667,5.47602336 18.6666667,5.66978963 L18.6666667,6.33021037 C18.6666667,6.51603005 18.7330265,6.53394699 18.8146216,6.37075679 L19.1853784,5.62924321 C19.2670916,5.4658167 19.49027,5.33333333 19.6635927,5.33333333 L21.003074,5.33333333 C21.1854712,5.33333333 21.3333333,5.48795573 21.3333333,5.66666667 L21.3333333,5.66666667 C21.3333333,5.85076158 21.1906433,6 20.996877,6 L20.3364563,6 C20.1506366,6 20,6.1546224 20,6.33333333 L20,6.33333333 C20,6.51742825 20.14269,6.66666667 20.3364563,6.66666667 L20.996877,6.66666667 C21.1826967,6.66666667 21.3333333,6.81003825 21.3333333,6.99365234 L21.3333333,9.00634766 C21.3333333,9.18693686 21.1906433,9.33333333 20.996877,9.33333333 L20.3364563,9.33333333 C20.1506366,9.33333333 20,9.19064331 20,8.99687703 L20,8.3364563 C20,8.15063662 20.1546224,8 20.3333333,8 L20.3333333,8 C20.5174282,8 20.6666667,7.8453776 20.6666667,7.66666667 L20.6666667,7.66666667 C20.6666667,7.48257175 20.5239766,7.33333333 20.3302104,7.33333333 L19.6697896,7.33333333 C19.4839699,7.33333333 19.3333333,7.49026998 19.3333333,7.66359266 L19.3333333,9.00307401 C19.3333333,9.1854712 19.1787109,9.33333333 19,9.33333333 L19,9.33333333 C18.8159051,9.33333333 18.6666667,9.19064331 18.6666667,8.99687703 L18.6666667,8.3364563 C18.6666667,8.15063662 18.5120443,8 18.3333333,8 L18.3333333,8 C18.1492384,8 18,8.14269002 18,8.3364563 L18,8.99687703 C18,9.18269672 17.8453776,9.33333333 17.6666667,9.33333333 L17.6666667,9.33333333 C17.4825718,9.33333333 17.3333333,9.19064331 17.3333333,8.99687703 L17.3333333,8.3364563 Z M16,6.33021037 C16,6.51603005 15.8958333,6.77083333 15.759318,6.90734863 L15.5740153,7.09265137 C15.4410903,7.22557635 15.4375,7.4375 15.5740153,7.5740153 L15.759318,7.75931803 C15.892243,7.89224301 16,8.14269002 16,8.3364563 L16,8.99687703 C16,9.18269672 15.85731,9.33333333 15.6635437,9.33333333 L15.003123,9.33333333 C14.8173033,9.33333333 14.6666667,9.19064331 14.6666667,8.99687703 L14.6666667,8.3364563 C14.6666667,8.15063662 14.6051432,8.12304687 14.5120443,8.30924479 L14.1546224,9.02408854 C14.0692268,9.19487972 13.8430634,9.33333333 13.6697407,9.33333333 L12.3302593,9.33333333 C12.1478621,9.33333333 12,9.17871094 12,9 L12,9 C12,8.81590508 12.14269,8.66666667 12.3364563,8.66666667 L12.996877,8.66666667 C13.1826967,8.66666667 13.3333333,8.51204427 13.3333333,8.33333333 L13.3333333,8.33333333 C13.3333333,8.14923842 13.1906433,8 12.996877,8 L12.3364563,8 C12.1506366,8 12,7.85662842 12,7.67301432 L12,5.66031901 C12,5.47972981 12.14269,5.33333333 12.3364563,5.33333333 L12.996877,5.33333333 C13.1826967,5.33333333 13.3333333,5.47602336 13.3333333,5.66978963 L13.3333333,6.33021037 C13.3333333,6.51603005 13.1787109,6.66666667 13,6.66666667 L13,6.66666667 C12.8159051,6.66666667 12.6666667,6.82128906 12.6666667,7 L12.6666667,7 C12.6666667,7.18409492 12.8093567,7.33333333 13.003123,7.33333333 L13.6635437,7.33333333 C13.8493634,7.33333333 14,7.17639669 14,7.00307401 L14,5.66359266 C14,5.48119547 14.1546224,5.33333333 14.3333333,5.33333333 L14.3333333,5.33333333 C14.5174282,5.33333333 14.6666667,5.47602336 14.6666667,5.66978963 L14.6666667,6.33021037 C14.6666667,6.51603005 14.8212891,6.66666667 15,6.66666667 L15,6.66666667 C15.1840949,6.66666667 15.3333333,6.52397664 15.3333333,6.33021037 L15.3333333,5.66978963 C15.3333333,5.48396995 15.4879557,5.33333333 15.6666667,5.33333333 L15.6666667,5.33333333 C15.8507616,5.33333333 16,5.47602336 16,5.66978963 L16,6.33021037 L16,6.33021037 Z" id="Combined-Shape" fill="#FFFFFF"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
10
|
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="28px" height="20px" viewBox="0 0 28 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>ic_flag_vn</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="ic_flag_vn">
|
|
6
|
-
<rect id="Mask-Copy" fill="#EA403F" x="0" y="0" width="28" height="20" rx="3"></rect>
|
|
7
|
-
<polygon id="Star-8" fill="#FFFE4E" points="14 12.3400001 10.4732885 14.854102 11.7745277 10.7230998 8.2936609 8.14589803 12.6245825 8.10690016 14 4 15.3754175 8.10690016 19.7063391 8.14589803 16.2254723 10.7230998 17.5267115 14.854102"></polygon>
|
|
8
|
-
</g>
|
|
9
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="20px" viewBox="0 0 28 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>ic_flag_vn</title>
|
|
4
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="ic_flag_vn">
|
|
6
|
+
<rect id="Mask-Copy" fill="#EA403F" x="0" y="0" width="28" height="20" rx="3"></rect>
|
|
7
|
+
<polygon id="Star-8" fill="#FFFE4E" points="14 12.3400001 10.4732885 14.854102 11.7745277 10.7230998 8.2936609 8.14589803 12.6245825 8.10690016 14 4 15.3754175 8.10690016 19.7063391 8.14589803 16.2254723 10.7230998 17.5267115 14.854102"></polygon>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
10
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17317C0.00433284 8.00043 -0.193701 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8079C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 8.68678 19.7413 7.38642 19.2388 6.17317C18.7363 4.95991 17.9997 3.85752 17.0711 2.92893C16.1425 2.00035 15.0401 1.26375 13.8268 0.761205C12.6136 0.258658 11.3132 0 10 0ZM9.5 3C9.79668 3 10.0867 3.08797 10.3334 3.2528C10.58 3.41762 10.7723 3.65189 10.8858 3.92597C10.9994 4.20006 11.0291 4.50166 10.9712 4.79264C10.9133 5.08361 10.7704 5.35088 10.5607 5.56066C10.3509 5.77044 10.0836 5.9133 9.79264 5.97118C9.50167 6.02906 9.20007 5.99935 8.92598 5.88582C8.65189 5.77229 8.41762 5.58003 8.2528 5.33336C8.08798 5.08668 8 4.79667 8 4.5C8 4.10218 8.15804 3.72064 8.43934 3.43934C8.72065 3.15804 9.10218 3 9.5 3ZM12 16H11C10.4696 16 9.96086 15.7893 9.58579 15.4142C9.21072 15.0391 9 14.5304 9 14V10C8.73479 10 8.48043 9.89464 8.2929 9.70711C8.10536 9.51957 8 9.26522 8 9C8 8.73478 8.10536 8.48043 8.2929 8.29289C8.48043 8.10536 8.73479 8 9 8H10C10.2652 8 10.5196 8.10536 10.7071 8.29289C10.8946 8.48043 11 8.73478 11 9V14H12C12.2652 14 12.5196 14.1054 12.7071 14.2929C12.8946 14.4804 13 14.7348 13 15C13 15.2652 12.8946 15.5196 12.7071 15.7071C12.5196 15.8946 12.2652 16 12 16Z" fill="#AEAEAE"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17317C0.00433284 8.00043 -0.193701 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8079C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 8.68678 19.7413 7.38642 19.2388 6.17317C18.7363 4.95991 17.9997 3.85752 17.0711 2.92893C16.1425 2.00035 15.0401 1.26375 13.8268 0.761205C12.6136 0.258658 11.3132 0 10 0ZM9.5 3C9.79668 3 10.0867 3.08797 10.3334 3.2528C10.58 3.41762 10.7723 3.65189 10.8858 3.92597C10.9994 4.20006 11.0291 4.50166 10.9712 4.79264C10.9133 5.08361 10.7704 5.35088 10.5607 5.56066C10.3509 5.77044 10.0836 5.9133 9.79264 5.97118C9.50167 6.02906 9.20007 5.99935 8.92598 5.88582C8.65189 5.77229 8.41762 5.58003 8.2528 5.33336C8.08798 5.08668 8 4.79667 8 4.5C8 4.10218 8.15804 3.72064 8.43934 3.43934C8.72065 3.15804 9.10218 3 9.5 3ZM12 16H11C10.4696 16 9.96086 15.7893 9.58579 15.4142C9.21072 15.0391 9 14.5304 9 14V10C8.73479 10 8.48043 9.89464 8.2929 9.70711C8.10536 9.51957 8 9.26522 8 9C8 8.73478 8.10536 8.48043 8.2929 8.29289C8.48043 8.10536 8.73479 8 9 8H10C10.2652 8 10.5196 8.10536 10.7071 8.29289C10.8946 8.48043 11 8.73478 11 9V14H12C12.2652 14 12.5196 14.1054 12.7071 14.2929C12.8946 14.4804 13 14.7348 13 15C13 15.2652 12.8946 15.5196 12.7071 15.7071C12.5196 15.8946 12.2652 16 12 16Z" fill="#AEAEAE"/>
|
|
3
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M21.5367 20.5812H2.45436C1.92714 20.5812 1.5 21.0083 1.5 21.536C1.5 22.0628 1.92714 22.4899 2.45436 22.4899H21.5362C22.0635 22.4899 22.4906 22.0628 22.4906 21.536C22.4902 21.0083 22.063 20.5812 21.5367 20.5812Z" fill="#637381"/>
|
|
3
|
-
<path d="M3.64772 18.1001C3.1205 18.1001 2.69336 18.5273 2.69336 19.0545C2.69336 19.5817 3.1205 20.0093 3.64772 20.0093H20.3446C20.8718 20.0093 21.2989 19.5817 21.2989 19.0545C21.2989 18.5273 20.8718 18.1001 20.3446 18.1001H20.1064V9.51266H20.3446C20.6086 9.51266 20.8213 9.29909 20.8213 9.03592C20.8213 8.77276 20.6077 8.55919 20.3446 8.55919H3.64772C3.38411 8.55919 3.17099 8.77276 3.17099 9.03592C3.17099 9.29909 3.38456 9.51266 3.64772 9.51266H3.88631V18.0997H3.64772V18.1001ZM18.1977 9.51266V18.0997H15.3355V9.51266H18.1977ZM13.4268 9.51266V18.0997H10.5646V9.51266H13.4268ZM5.79414 9.51266H8.65633V18.0997H5.79414V9.51266Z" fill="#637381"/>
|
|
4
|
-
<path opacity="0.48" d="M2.45438 7.70134H21.5363C21.5394 7.70134 21.543 7.70134 21.5456 7.70134C22.0733 7.70134 22.5 7.2742 22.5 6.74698C22.5 6.32788 22.2301 5.97268 21.8553 5.844L12.3876 1.58377C12.1387 1.47208 11.8541 1.47208 11.6048 1.58377L2.06298 5.87706C1.65238 6.06204 1.42674 6.50794 1.52146 6.94759C1.61574 7.38724 2.00445 7.70134 2.45438 7.70134Z" fill="#637381"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.5367 20.5812H2.45436C1.92714 20.5812 1.5 21.0083 1.5 21.536C1.5 22.0628 1.92714 22.4899 2.45436 22.4899H21.5362C22.0635 22.4899 22.4906 22.0628 22.4906 21.536C22.4902 21.0083 22.063 20.5812 21.5367 20.5812Z" fill="#637381"/>
|
|
3
|
+
<path d="M3.64772 18.1001C3.1205 18.1001 2.69336 18.5273 2.69336 19.0545C2.69336 19.5817 3.1205 20.0093 3.64772 20.0093H20.3446C20.8718 20.0093 21.2989 19.5817 21.2989 19.0545C21.2989 18.5273 20.8718 18.1001 20.3446 18.1001H20.1064V9.51266H20.3446C20.6086 9.51266 20.8213 9.29909 20.8213 9.03592C20.8213 8.77276 20.6077 8.55919 20.3446 8.55919H3.64772C3.38411 8.55919 3.17099 8.77276 3.17099 9.03592C3.17099 9.29909 3.38456 9.51266 3.64772 9.51266H3.88631V18.0997H3.64772V18.1001ZM18.1977 9.51266V18.0997H15.3355V9.51266H18.1977ZM13.4268 9.51266V18.0997H10.5646V9.51266H13.4268ZM5.79414 9.51266H8.65633V18.0997H5.79414V9.51266Z" fill="#637381"/>
|
|
4
|
+
<path opacity="0.48" d="M2.45438 7.70134H21.5363C21.5394 7.70134 21.543 7.70134 21.5456 7.70134C22.0733 7.70134 22.5 7.2742 22.5 6.74698C22.5 6.32788 22.2301 5.97268 21.8553 5.844L12.3876 1.58377C12.1387 1.47208 11.8541 1.47208 11.6048 1.58377L2.06298 5.87706C1.65238 6.06204 1.42674 6.50794 1.52146 6.94759C1.61574 7.38724 2.00445 7.70134 2.45438 7.70134Z" fill="#637381"/>
|
|
5
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path opacity="0.48" d="M17.7231 7.11493C18.4822 7.12263 19.5376 7.12593 20.4328 7.12263C20.8913 7.12153 21.1244 6.56823 20.8064 6.23493C19.6563 5.02713 17.5989 2.86563 16.4216 1.62923C16.096 1.28713 15.5264 1.52253 15.5264 1.99663V4.89623C15.5264 6.11283 16.5185 7.11493 17.7231 7.11493Z" fill="#637381"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6049 16.8291H8.68011C8.23358 16.8291 7.86328 16.4551 7.86328 16.0041C7.86328 15.5531 8.23358 15.1901 8.68011 15.1901H14.6049C15.0514 15.1901 15.4217 15.5531 15.4217 16.0041C15.4217 16.4551 15.0514 16.8291 14.6049 16.8291ZM8.68011 9.69006H12.3613C12.8078 9.69006 13.1781 10.0641 13.1781 10.5151C13.1781 10.9661 12.8078 11.3291 12.3613 11.3291H8.68011C8.23358 11.3291 7.86328 10.9661 7.86328 10.5151C7.86328 10.0641 8.23358 9.69006 8.68011 9.69006ZM20.9208 8.722C20.4525 8.722 19.8971 8.733 19.5595 8.733C19.0585 8.733 18.405 8.722 17.5773 8.722C15.5842 8.711 13.9397 7.061 13.9397 5.048V1.506C13.9397 1.231 13.7218 1 13.4387 1H7.62282C4.91094 1 2.71094 3.233 2.71094 5.961V17.819C2.71094 20.679 5.01985 23 7.85153 23H16.5208C19.2218 23 21.4109 20.789 21.4109 18.061V9.217C21.4109 8.942 21.1931 8.722 20.9208 8.722Z" fill="#637381"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.48" d="M17.7231 7.11493C18.4822 7.12263 19.5376 7.12593 20.4328 7.12263C20.8913 7.12153 21.1244 6.56823 20.8064 6.23493C19.6563 5.02713 17.5989 2.86563 16.4216 1.62923C16.096 1.28713 15.5264 1.52253 15.5264 1.99663V4.89623C15.5264 6.11283 16.5185 7.11493 17.7231 7.11493Z" fill="#637381"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6049 16.8291H8.68011C8.23358 16.8291 7.86328 16.4551 7.86328 16.0041C7.86328 15.5531 8.23358 15.1901 8.68011 15.1901H14.6049C15.0514 15.1901 15.4217 15.5531 15.4217 16.0041C15.4217 16.4551 15.0514 16.8291 14.6049 16.8291ZM8.68011 9.69006H12.3613C12.8078 9.69006 13.1781 10.0641 13.1781 10.5151C13.1781 10.9661 12.8078 11.3291 12.3613 11.3291H8.68011C8.23358 11.3291 7.86328 10.9661 7.86328 10.5151C7.86328 10.0641 8.23358 9.69006 8.68011 9.69006ZM20.9208 8.722C20.4525 8.722 19.8971 8.733 19.5595 8.733C19.0585 8.733 18.405 8.722 17.5773 8.722C15.5842 8.711 13.9397 7.061 13.9397 5.048V1.506C13.9397 1.231 13.7218 1 13.4387 1H7.62282C4.91094 1 2.71094 3.233 2.71094 5.961V17.819C2.71094 20.679 5.01985 23 7.85153 23H16.5208C19.2218 23 21.4109 20.789 21.4109 18.061V9.217C21.4109 8.942 21.1931 8.722 20.9208 8.722Z" fill="#637381"/>
|
|
4
|
+
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>ic_kanban</title>
|
|
4
|
-
<g id="ic_kanban" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M20,3 C21.1045695,3 22,3.8954305 22,5 L22,15 C22,16.1045695 21.1045695,17 20,17 L4,17 C2.8954305,17 2,16.1045695 2,15 L2,5 C2,3.8954305 2.8954305,3 4,3 L20,3 Z M11.5,6 L6.5,6 C5.67157288,6 5,6.67157288 5,7.5 L5,7.5 L5,9.5 C5,10.3284271 5.67157288,11 6.5,11 L6.5,11 L11.5,11 C12.3284271,11 13,10.3284271 13,9.5 L13,9.5 L13,7.5 C13,6.67157288 12.3284271,6 11.5,6 L11.5,6 Z" id="Combined-Shape" fill="#000000"></path>
|
|
6
|
-
<path d="M8,21 L16,21 M12,17 L12,21" id="Combined-Shape" stroke="#000000" stroke-width="2" opacity="0.48" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>ic_kanban</title>
|
|
4
|
+
<g id="ic_kanban" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<path d="M20,3 C21.1045695,3 22,3.8954305 22,5 L22,15 C22,16.1045695 21.1045695,17 20,17 L4,17 C2.8954305,17 2,16.1045695 2,15 L2,5 C2,3.8954305 2.8954305,3 4,3 L20,3 Z M11.5,6 L6.5,6 C5.67157288,6 5,6.67157288 5,7.5 L5,7.5 L5,9.5 C5,10.3284271 5.67157288,11 6.5,11 L6.5,11 L11.5,11 C12.3284271,11 13,10.3284271 13,9.5 L13,9.5 L13,7.5 C13,6.67157288 12.3284271,6 11.5,6 L11.5,6 Z" id="Combined-Shape" fill="#000000"></path>
|
|
6
|
+
<path d="M8,21 L16,21 M12,17 L12,21" id="Combined-Shape" stroke="#000000" stroke-width="2" opacity="0.48" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
+
</g>
|
|
8
8
|
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>ic_menu_item</title>
|
|
4
|
-
<g id="ic_menu_item" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M15.2798371,4.5 L4.72019944,4.5 C3.77169293,4.5 3,5.06056797 3,5.75042433 C3,6.43943203 3.77169293,7 4.72019944,7 L15.2798006,7 C16.2283071,7 17,6.43943203 17,5.75042433 C17,5.06054145 16.2283436,4.5 15.2798371,4.5 Z" id="Path" fill="#000000" fill-rule="nonzero" opacity="0.48"></path>
|
|
6
|
-
<path d="M19.2798371,10.75 L8.72019944,10.75 C7.77169293,10.75 7,11.310568 7,12.0004243 C7,12.689432 7.77169293,13.25 8.72019944,13.25 L19.2798006,13.25 C20.2283071,13.25 21,12.689432 21,12.0004243 C21,11.3105414 20.2283436,10.75 19.2798371,10.75 L19.2798371,10.75 Z" id="Path" fill="#000000" fill-rule="nonzero"></path>
|
|
7
|
-
<path d="M15.2798371,17 L4.72019944,17 C3.77169293,17 3,17.560568 3,18.2504243 C3,18.939432 3.77169293,19.5 4.72019944,19.5 L15.2798006,19.5 C16.2283071,19.5 17,18.939432 17,18.2504243 C17,17.560568 16.2283436,17 15.2798371,17 Z" id="Path" fill="#000000" fill-rule="nonzero"></path>
|
|
8
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>ic_menu_item</title>
|
|
4
|
+
<g id="ic_menu_item" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<path d="M15.2798371,4.5 L4.72019944,4.5 C3.77169293,4.5 3,5.06056797 3,5.75042433 C3,6.43943203 3.77169293,7 4.72019944,7 L15.2798006,7 C16.2283071,7 17,6.43943203 17,5.75042433 C17,5.06054145 16.2283436,4.5 15.2798371,4.5 Z" id="Path" fill="#000000" fill-rule="nonzero" opacity="0.48"></path>
|
|
6
|
+
<path d="M19.2798371,10.75 L8.72019944,10.75 C7.77169293,10.75 7,11.310568 7,12.0004243 C7,12.689432 7.77169293,13.25 8.72019944,13.25 L19.2798006,13.25 C20.2283071,13.25 21,12.689432 21,12.0004243 C21,11.3105414 20.2283436,10.75 19.2798371,10.75 L19.2798371,10.75 Z" id="Path" fill="#000000" fill-rule="nonzero"></path>
|
|
7
|
+
<path d="M15.2798371,17 L4.72019944,17 C3.77169293,17 3,17.560568 3,18.2504243 C3,18.939432 3.77169293,19.5 4.72019944,19.5 L15.2798006,19.5 C16.2283071,19.5 17,18.939432 17,18.2504243 C17,17.560568 16.2283436,17 15.2798371,17 Z" id="Path" fill="#000000" fill-rule="nonzero"></path>
|
|
8
|
+
</g>
|
|
9
9
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7 0C5.61553 0 4.26216 0.410543 3.11101 1.17971C1.95987 1.94888 1.06266 3.04213 0.532847 4.32122C0.00303299 5.6003 -0.13559 7.00777 0.134506 8.36563C0.404603 9.7235 1.07129 10.9708 2.05026 11.9497C3.02922 12.9287 4.2765 13.5954 5.63437 13.8655C6.99224 14.1356 8.39971 13.997 9.67879 13.4672C10.9579 12.9373 12.0511 12.0401 12.8203 10.889C13.5895 9.73785 14 8.38447 14 7C14 6.08075 13.8189 5.1705 13.4672 4.32122C13.1154 3.47194 12.5998 2.70026 11.9498 2.05025C11.2997 1.40024 10.5281 0.884626 9.67879 0.532843C8.82951 0.18106 7.91926 0 7 0ZM6.65 2.1C6.85767 2.1 7.06068 2.16158 7.23335 2.27696C7.40602 2.39233 7.54061 2.55632 7.62008 2.74818C7.69955 2.94005 7.72034 3.15117 7.67983 3.35485C7.63931 3.55853 7.53931 3.74562 7.39247 3.89246C7.24562 4.03931 7.05853 4.13931 6.85485 4.17983C6.65117 4.22034 6.44005 4.19955 6.24819 4.12007C6.05632 4.0406 5.89234 3.90602 5.77696 3.73335C5.66159 3.56068 5.6 3.35767 5.6 3.15C5.6 2.87152 5.71063 2.60445 5.90754 2.40754C6.10445 2.21062 6.37153 2.1 6.65 2.1ZM8.4 11.2H7.7C7.3287 11.2 6.97261 11.0525 6.71006 10.79C6.4475 10.5274 6.3 10.1713 6.3 9.8V7C6.11435 7 5.93631 6.92625 5.80503 6.79498C5.67375 6.6637 5.6 6.48565 5.6 6.3C5.6 6.11435 5.67375 5.9363 5.80503 5.80503C5.93631 5.67375 6.11435 5.6 6.3 5.6H7C7.18566 5.6 7.3637 5.67375 7.49498 5.80503C7.62625 5.9363 7.7 6.11435 7.7 6.3V9.8H8.4C8.58566 9.8 8.7637 9.87375 8.89498 10.005C9.02625 10.1363 9.10001 10.3144 9.10001 10.5C9.10001 10.6857 9.02625 10.8637 8.89498 10.995C8.7637 11.1263 8.58566 11.2 8.4 11.2Z" fill="#AEAEAE"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 0C5.61553 0 4.26216 0.410543 3.11101 1.17971C1.95987 1.94888 1.06266 3.04213 0.532847 4.32122C0.00303299 5.6003 -0.13559 7.00777 0.134506 8.36563C0.404603 9.7235 1.07129 10.9708 2.05026 11.9497C3.02922 12.9287 4.2765 13.5954 5.63437 13.8655C6.99224 14.1356 8.39971 13.997 9.67879 13.4672C10.9579 12.9373 12.0511 12.0401 12.8203 10.889C13.5895 9.73785 14 8.38447 14 7C14 6.08075 13.8189 5.1705 13.4672 4.32122C13.1154 3.47194 12.5998 2.70026 11.9498 2.05025C11.2997 1.40024 10.5281 0.884626 9.67879 0.532843C8.82951 0.18106 7.91926 0 7 0ZM6.65 2.1C6.85767 2.1 7.06068 2.16158 7.23335 2.27696C7.40602 2.39233 7.54061 2.55632 7.62008 2.74818C7.69955 2.94005 7.72034 3.15117 7.67983 3.35485C7.63931 3.55853 7.53931 3.74562 7.39247 3.89246C7.24562 4.03931 7.05853 4.13931 6.85485 4.17983C6.65117 4.22034 6.44005 4.19955 6.24819 4.12007C6.05632 4.0406 5.89234 3.90602 5.77696 3.73335C5.66159 3.56068 5.6 3.35767 5.6 3.15C5.6 2.87152 5.71063 2.60445 5.90754 2.40754C6.10445 2.21062 6.37153 2.1 6.65 2.1ZM8.4 11.2H7.7C7.3287 11.2 6.97261 11.0525 6.71006 10.79C6.4475 10.5274 6.3 10.1713 6.3 9.8V7C6.11435 7 5.93631 6.92625 5.80503 6.79498C5.67375 6.6637 5.6 6.48565 5.6 6.3C5.6 6.11435 5.67375 5.9363 5.80503 5.80503C5.93631 5.67375 6.11435 5.6 6.3 5.6H7C7.18566 5.6 7.3637 5.67375 7.49498 5.80503C7.62625 5.9363 7.7 6.11435 7.7 6.3V9.8H8.4C8.58566 9.8 8.7637 9.87375 8.89498 10.005C9.02625 10.1363 9.10001 10.3144 9.10001 10.5C9.10001 10.6857 9.02625 10.8637 8.89498 10.995C8.7637 11.1263 8.58566 11.2 8.4 11.2Z" fill="#AEAEAE"/>
|
|
3
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="100" height="97" viewBox="0 0 100 97" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M80 46.6667C74.5665 46.6642 69.2344 48.138 64.5736 50.9307C59.9127 53.7234 56.0983 57.73 53.5378 62.5224C50.9773 67.3147 49.7669 72.7127 50.0362 78.1395C50.3055 83.5664 52.0444 88.818 55.0667 93.3333H13.3333V40C13.3333 38.2319 14.0358 36.5362 15.2861 35.2859C16.5363 34.0357 18.2319 33.3333 20 33.3333H60.5666C62.3352 33.3311 64.0311 32.6288 65.2834 31.38L71.3833 25.2867C72.0003 24.6634 72.7375 24.1718 73.55 23.8417C74.3587 23.5084 75.2254 23.3385 76.1001 23.3417H93.3333C95.1014 23.3417 96.797 24.0441 98.0473 25.2943C99.2975 26.5445 100 28.2402 100 30.0083V54.3583C94.5147 49.408 87.3887 46.6675 80 46.6667ZM68.95 17.4267C67.7288 17.9263 66.6187 18.6626 65.6834 19.5933L59.6 25.6866C59.2838 25.9978 58.9102 26.2446 58.5 26.4134C58.0985 26.5801 57.6679 26.665 57.2333 26.6633H16.6667C14.0153 26.666 11.4734 27.7204 9.59859 29.5952C7.7238 31.47 6.66931 34.012 6.66667 36.6633V93.33C4.89856 93.33 3.20296 92.6276 1.95272 91.3774C0.702476 90.1271 0 88.4314 0 86.6633V6.66667C0 4.89856 0.702476 3.20286 1.95272 1.95262C3.20296 0.702374 4.89856 0 6.66667 0H23.8999C25.6685 0.00223114 27.3644 0.704504 28.6167 1.95333L34.7166 8.04667C35.3336 8.66997 36.0708 9.16156 36.8833 9.49168C37.692 9.82496 38.5587 9.99487 39.4334 9.99166H83.3333C85.1014 9.99166 86.797 10.694 88.0473 11.9443C89.2975 13.1945 90 14.8902 90 16.6583H72.7667C71.4559 16.6569 70.1581 16.9182 68.95 17.4267Z" fill="#F1D0A6"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.7833 56.6667C83.739 56.6667 87.6058 57.8397 90.8948 60.0373C94.1838 62.2349 96.7472 65.3585 98.2609 69.013C99.7747 72.6676 100.171 76.6889 99.399 80.5685C98.6273 84.4481 96.7224 88.0119 93.9254 90.8089C91.1283 93.6059 87.5647 95.5107 83.6851 96.2824C79.8055 97.0541 75.7842 96.6581 72.1297 95.1443C68.4752 93.6306 65.3515 91.0672 63.1539 87.7782C60.9563 84.4892 59.7833 80.6224 59.7833 76.6667C59.7833 71.3624 61.8905 66.2753 65.6413 62.5246C69.392 58.7739 74.479 56.6667 79.7833 56.6667ZM70 80.0001H76.6667V86.6667C76.6667 87.5508 77.0179 88.3986 77.643 89.0237C78.2681 89.6488 79.1159 90.0001 80 90.0001C80.8841 90.0001 81.7319 89.6488 82.357 89.0237C82.9821 88.3986 83.3333 87.5508 83.3333 86.6667V80.0001H90C90.8841 80.0001 91.7319 79.6488 92.357 79.0237C92.9821 78.3986 93.3333 77.5508 93.3333 76.6667C93.3333 75.7827 92.9821 74.9349 92.357 74.3098C91.7319 73.6847 90.8841 73.3334 90 73.3334H83.3333V66.6667C83.3333 65.7827 82.9821 64.9349 82.357 64.3098C81.7319 63.6847 80.8841 63.3334 80 63.3334C79.1159 63.3334 78.2681 63.6847 77.643 64.3098C77.0179 64.9349 76.6667 65.7827 76.6667 66.6667V73.3334H70C69.1159 73.3334 68.2681 73.6847 67.643 74.3098C67.0179 74.9349 66.6667 75.7827 66.6667 76.6667C66.6667 77.5508 67.0179 78.3986 67.643 79.0237C68.2681 79.6488 69.1159 80.0001 70 80.0001Z" fill="#BE1E2D"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg width="100" height="97" viewBox="0 0 100 97" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M80 46.6667C74.5665 46.6642 69.2344 48.138 64.5736 50.9307C59.9127 53.7234 56.0983 57.73 53.5378 62.5224C50.9773 67.3147 49.7669 72.7127 50.0362 78.1395C50.3055 83.5664 52.0444 88.818 55.0667 93.3333H13.3333V40C13.3333 38.2319 14.0358 36.5362 15.2861 35.2859C16.5363 34.0357 18.2319 33.3333 20 33.3333H60.5666C62.3352 33.3311 64.0311 32.6288 65.2834 31.38L71.3833 25.2867C72.0003 24.6634 72.7375 24.1718 73.55 23.8417C74.3587 23.5084 75.2254 23.3385 76.1001 23.3417H93.3333C95.1014 23.3417 96.797 24.0441 98.0473 25.2943C99.2975 26.5445 100 28.2402 100 30.0083V54.3583C94.5147 49.408 87.3887 46.6675 80 46.6667ZM68.95 17.4267C67.7288 17.9263 66.6187 18.6626 65.6834 19.5933L59.6 25.6866C59.2838 25.9978 58.9102 26.2446 58.5 26.4134C58.0985 26.5801 57.6679 26.665 57.2333 26.6633H16.6667C14.0153 26.666 11.4734 27.7204 9.59859 29.5952C7.7238 31.47 6.66931 34.012 6.66667 36.6633V93.33C4.89856 93.33 3.20296 92.6276 1.95272 91.3774C0.702476 90.1271 0 88.4314 0 86.6633V6.66667C0 4.89856 0.702476 3.20286 1.95272 1.95262C3.20296 0.702374 4.89856 0 6.66667 0H23.8999C25.6685 0.00223114 27.3644 0.704504 28.6167 1.95333L34.7166 8.04667C35.3336 8.66997 36.0708 9.16156 36.8833 9.49168C37.692 9.82496 38.5587 9.99487 39.4334 9.99166H83.3333C85.1014 9.99166 86.797 10.694 88.0473 11.9443C89.2975 13.1945 90 14.8902 90 16.6583H72.7667C71.4559 16.6569 70.1581 16.9182 68.95 17.4267Z" fill="#F1D0A6"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.7833 56.6667C83.739 56.6667 87.6058 57.8397 90.8948 60.0373C94.1838 62.2349 96.7472 65.3585 98.2609 69.013C99.7747 72.6676 100.171 76.6889 99.399 80.5685C98.6273 84.4481 96.7224 88.0119 93.9254 90.8089C91.1283 93.6059 87.5647 95.5107 83.6851 96.2824C79.8055 97.0541 75.7842 96.6581 72.1297 95.1443C68.4752 93.6306 65.3515 91.0672 63.1539 87.7782C60.9563 84.4892 59.7833 80.6224 59.7833 76.6667C59.7833 71.3624 61.8905 66.2753 65.6413 62.5246C69.392 58.7739 74.479 56.6667 79.7833 56.6667ZM70 80.0001H76.6667V86.6667C76.6667 87.5508 77.0179 88.3986 77.643 89.0237C78.2681 89.6488 79.1159 90.0001 80 90.0001C80.8841 90.0001 81.7319 89.6488 82.357 89.0237C82.9821 88.3986 83.3333 87.5508 83.3333 86.6667V80.0001H90C90.8841 80.0001 91.7319 79.6488 92.357 79.0237C92.9821 78.3986 93.3333 77.5508 93.3333 76.6667C93.3333 75.7827 92.9821 74.9349 92.357 74.3098C91.7319 73.6847 90.8841 73.3334 90 73.3334H83.3333V66.6667C83.3333 65.7827 82.9821 64.9349 82.357 64.3098C81.7319 63.6847 80.8841 63.3334 80 63.3334C79.1159 63.3334 78.2681 63.6847 77.643 64.3098C77.0179 64.9349 76.6667 65.7827 76.6667 66.6667V73.3334H70C69.1159 73.3334 68.2681 73.6847 67.643 74.3098C67.0179 74.9349 66.6667 75.7827 66.6667 76.6667C66.6667 77.5508 67.0179 78.3986 67.643 79.0237C68.2681 79.6488 69.1159 80.0001 70 80.0001Z" fill="#BE1E2D"/>
|
|
4
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="96" height="45" viewBox="0 0 96 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M81.752 2.14521C90.3338 11.0969 96.4743 20.9364 95.9564 33.5872C95.6605 41.5032 90.4818 45.2022 82.8617 43.1307C77.6091 41.6511 72.3564 39.5057 67.6216 36.7684C59.5577 32.1076 51.9376 26.559 43.9477 21.7502C38.695 18.643 33.2204 15.8317 27.5979 13.4643C25.3784 12.5026 22.4932 12.6505 19.9778 12.8725C14.7991 13.3164 11.9139 16.0537 11.0261 21.1584C9.62047 28.7044 11.9879 35.4367 14.6512 42.5389C12.2838 39.7276 9.76843 36.9903 7.69696 33.9571C3.25809 27.5947 0.150886 20.6405 0.00292419 12.7245C-0.145038 2.95901 5.32956 -1.47986 14.7252 1.33142C19.9038 2.88502 24.9346 5.03048 29.5954 7.69379C37.4374 12.2806 44.8355 17.6073 52.6775 22.3421C58.0041 25.5232 63.4047 29.0003 69.3232 30.8499C80.1244 34.179 86.8567 27.9646 85.3031 16.7935C84.6373 11.9847 83.0097 7.32389 81.752 2.14521Z" fill="#BE1E2D"/>
|
|
3
|
-
<path d="M12.3577 28.4084C17.1665 32.4034 22.4932 32.1074 27.8198 30.2579C32.1107 28.7783 36.3276 26.9288 40.1746 24.6353C42.9859 23.0078 44.8354 23.2297 47.1289 26.4109C37.2894 32.2554 27.5239 38.0259 17.0186 44.2403C14.9471 38.5438 13.1715 33.809 11.47 29.0002C11.6919 28.7783 11.9878 28.6303 12.3577 28.4084Z" fill="#BE1E2D"/>
|
|
4
|
-
<path d="M53.4174 21.1586C52.0857 20.1968 50.976 19.457 49.0525 18.0514C59.0399 11.9849 68.5835 6.28839 79.0888 0C81.1603 5.77052 83.0098 10.6533 84.7854 15.61C72.4305 9.17365 62.9609 14.7962 53.4174 21.1586Z" fill="#BE1E2D"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg width="96" height="45" viewBox="0 0 96 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M81.752 2.14521C90.3338 11.0969 96.4743 20.9364 95.9564 33.5872C95.6605 41.5032 90.4818 45.2022 82.8617 43.1307C77.6091 41.6511 72.3564 39.5057 67.6216 36.7684C59.5577 32.1076 51.9376 26.559 43.9477 21.7502C38.695 18.643 33.2204 15.8317 27.5979 13.4643C25.3784 12.5026 22.4932 12.6505 19.9778 12.8725C14.7991 13.3164 11.9139 16.0537 11.0261 21.1584C9.62047 28.7044 11.9879 35.4367 14.6512 42.5389C12.2838 39.7276 9.76843 36.9903 7.69696 33.9571C3.25809 27.5947 0.150886 20.6405 0.00292419 12.7245C-0.145038 2.95901 5.32956 -1.47986 14.7252 1.33142C19.9038 2.88502 24.9346 5.03048 29.5954 7.69379C37.4374 12.2806 44.8355 17.6073 52.6775 22.3421C58.0041 25.5232 63.4047 29.0003 69.3232 30.8499C80.1244 34.179 86.8567 27.9646 85.3031 16.7935C84.6373 11.9847 83.0097 7.32389 81.752 2.14521Z" fill="#BE1E2D"/>
|
|
3
|
+
<path d="M12.3577 28.4084C17.1665 32.4034 22.4932 32.1074 27.8198 30.2579C32.1107 28.7783 36.3276 26.9288 40.1746 24.6353C42.9859 23.0078 44.8354 23.2297 47.1289 26.4109C37.2894 32.2554 27.5239 38.0259 17.0186 44.2403C14.9471 38.5438 13.1715 33.809 11.47 29.0002C11.6919 28.7783 11.9878 28.6303 12.3577 28.4084Z" fill="#BE1E2D"/>
|
|
4
|
+
<path d="M53.4174 21.1586C52.0857 20.1968 50.976 19.457 49.0525 18.0514C59.0399 11.9849 68.5835 6.28839 79.0888 0C81.1603 5.77052 83.0098 10.6533 84.7854 15.61C72.4305 9.17365 62.9609 14.7962 53.4174 21.1586Z" fill="#BE1E2D"/>
|
|
5
|
+
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<browserconfig>
|
|
3
|
-
<msapplication>
|
|
4
|
-
<tile>
|
|
5
|
-
<square150x150logo src="/mstile-150x150.png"/>
|
|
6
|
-
<TileColor>#da532c</TileColor>
|
|
7
|
-
</tile>
|
|
8
|
-
</msapplication>
|
|
9
|
-
</browserconfig>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<browserconfig>
|
|
3
|
+
<msapplication>
|
|
4
|
+
<tile>
|
|
5
|
+
<square150x150logo src="/mstile-150x150.png"/>
|
|
6
|
+
<TileColor>#da532c</TileColor>
|
|
7
|
+
</tile>
|
|
8
|
+
</msapplication>
|
|
9
|
+
</browserconfig>
|