@giteeteam/apps-team-components 1.3.0-alpha.3 → 1.3.1

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.
Files changed (101) hide show
  1. package/README.md +24 -21
  2. package/dist/components/common/PriceTag.js +18 -18
  3. package/dist/components/common/expand-component/style.js +6 -6
  4. package/dist/components/common/overflow-tooltip/BaseOverflowTooltip.js +1 -1
  5. package/dist/components/common/overflow-tooltip/OverflowTooltip.js +1 -1
  6. package/dist/components/common/overflow-tooltip/style/index.js +13 -13
  7. package/dist/components/common/style/global.js +2 -2
  8. package/dist/components/common/style/mixin.js +14 -14
  9. package/dist/components/common/user-field/style/index.js +21 -21
  10. package/dist/components/default-empty-icon/config.js +3 -2
  11. package/dist/components/default-empty-icon/style.js +52 -52
  12. package/dist/components/fields/ancestor/utils.js +12 -1
  13. package/dist/components/fields/bind-workspace/style/index.js +3 -3
  14. package/dist/components/fields/cascade/utils.js +2 -1
  15. package/dist/components/fields/dropdown/BaseField.js +4 -4
  16. package/dist/components/fields/dropdown/ReadView.js +1 -1
  17. package/dist/components/fields/dropdown/hook.js +1 -1
  18. package/dist/components/fields/dropdown/style.js +72 -72
  19. package/dist/components/fields/hyper-link/style/index.js +14 -14
  20. package/dist/components/fields/item-type/ItemTypeIcon.js +5 -1
  21. package/dist/components/fields/item-type/style/index.js +5 -5
  22. package/dist/components/fields/long-text/style/index.js +5 -5
  23. package/dist/components/fields/priority/style/index.js +50 -50
  24. package/dist/components/fields/status/SelectFlowHandler.js +4 -4
  25. package/dist/components/fields/status/Transition.js +1 -1
  26. package/dist/components/fields/status/TransitionButton.js +2 -2
  27. package/dist/components/fields/status/TransitionPanel.js +1 -1
  28. package/dist/components/fields/status/View.js +1 -1
  29. package/dist/components/fields/status/style/index.js +324 -298
  30. package/dist/components/fields/tag/style/index.js +5 -5
  31. package/dist/components/fields/team/style/index.js +2 -2
  32. package/dist/components/fields/user/style/index.js +8 -8
  33. package/dist/components/fields/user-group/ReadView.js +6 -2
  34. package/dist/components/filters/filter-search/utils.js +5 -2
  35. package/dist/components/table-components/EditTableCell.js +1 -1
  36. package/dist/components/table-components/style/index.js +5 -5
  37. package/dist/icons/empty-icon/data-empty.png.js +3 -0
  38. package/dist/icons/empty-icon/forbidden.png.js +3 -0
  39. package/dist/icons/empty-icon/index.js +8 -0
  40. package/dist/icons/empty-icon/load-error.png.js +3 -0
  41. package/dist/icons/empty-icon/not-found.png.js +3 -0
  42. package/dist/icons/empty-icon/workspace-empty.svg +126 -126
  43. package/dist/icons/empty-icon/workspace-empty.svg.js +3 -0
  44. package/dist/icons/index.js +7 -7
  45. package/dist/icons/style/index.js +21 -21
  46. package/dist/lib/array.js +44 -2
  47. package/dist/lib/config.js +3 -3
  48. package/dist/lib/dataType.js +5 -1
  49. package/dist/lib/date.js +48 -3
  50. package/dist/lib/error/index.js +2 -0
  51. package/dist/lib/error/utils.js +17 -2
  52. package/dist/lib/fetch.js +41 -6
  53. package/dist/lib/icons/utils.js +3 -1
  54. package/dist/lib/path.js +1 -1
  55. package/dist/lib/storage.js +38 -1
  56. package/dist/lib/workflow.js +2 -0
  57. package/dist/public/icons/BulbIcon.svg +1 -1
  58. package/dist/public/icons/Cloud.svg +1 -1
  59. package/dist/public/icons/ConsultIcon.svg +1 -1
  60. package/dist/public/icons/Demo.svg +1 -1
  61. package/dist/public/icons/ErrorTemplate.svg +1 -1
  62. package/dist/public/icons/Fail.svg +1 -1
  63. package/dist/public/icons/Flag.svg +1 -1
  64. package/dist/public/icons/GiteeIcon.svg +1 -1
  65. package/dist/public/icons/IntelligenceGradient.svg +1 -1
  66. package/dist/public/icons/Issue_Approval.svg +1 -1
  67. package/dist/public/icons/Issue_Bug.svg +1 -1
  68. package/dist/public/icons/Issue_Demand.svg +1 -1
  69. package/dist/public/icons/Issue_Doc.svg +1 -1
  70. package/dist/public/icons/Issue_Idea.svg +1 -1
  71. package/dist/public/icons/Issue_List.svg +1 -1
  72. package/dist/public/icons/Issue_Plan.svg +1 -1
  73. package/dist/public/icons/Issue_Product.svg +1 -1
  74. package/dist/public/icons/Issue_Risk.svg +1 -1
  75. package/dist/public/icons/Issue_Story.svg +1 -1
  76. package/dist/public/icons/Issue_Subtask.svg +1 -1
  77. package/dist/public/icons/Issue_Task.svg +1 -1
  78. package/dist/public/icons/Issue_Test.svg +1 -1
  79. package/dist/public/icons/Issue_TestExcution.svg +1 -1
  80. package/dist/public/icons/Issue_TestPlan.svg +1 -1
  81. package/dist/public/icons/Issue_Time.svg +1 -1
  82. package/dist/public/icons/Issue_develop.svg +1 -1
  83. package/dist/public/icons/KanbanCover.svg +7 -7
  84. package/dist/public/icons/ListCover.svg +117 -117
  85. package/dist/public/icons/ManHour.svg +1 -1
  86. package/dist/public/icons/MobileIcon.svg +1 -1
  87. package/dist/public/icons/NoItemType.svg +10 -10
  88. package/dist/public/icons/ProductIcon.svg +1 -1
  89. package/dist/public/icons/RedFlagIcon.svg +1 -1
  90. package/dist/public/icons/Safe.svg +1 -1
  91. package/dist/public/icons/StarIcon.svg +60 -60
  92. package/dist/public/icons/StructureCover.svg +1 -1
  93. package/dist/public/icons/Success.svg +1 -1
  94. package/dist/public/icons/TeamIcon.svg +1 -1
  95. package/dist/public/icons/WebIcon.svg +1 -1
  96. package/dist/public/icons/iconfont.svg +467 -467
  97. package/dist/public/icons/iconfont_single_color.css +912 -912
  98. package/dist/public/mockServiceWorker.js +284 -284
  99. package/dist/style/common.js +16 -1
  100. package/dist/style/global.js +7 -7
  101. package/package.json +111 -111
package/dist/lib/array.js CHANGED
@@ -1,5 +1,47 @@
1
- import { isArray } from 'lodash-es';
1
+ import { difference, get, isArray } from 'lodash-es';
2
2
 
3
+ const arrayDiff = (origin, target) => {
4
+ const remove = difference(origin, target);
5
+ const insert = difference(target, origin);
6
+ return { insert, remove };
7
+ };
8
+ const serializationArrayByKey = (list, keyPath) => {
9
+ if (!list) {
10
+ return null;
11
+ }
12
+ return list.reduce((prev, current) => {
13
+ const currentId = get(current, keyPath);
14
+ return {
15
+ ...prev,
16
+ [currentId]: (prev[currentId] || []).concat([current]),
17
+ };
18
+ }, {});
19
+ };
20
+ const createHash = () => {
21
+ return performance.now();
22
+ };
23
+ function parseArray(str) {
24
+ if (!str) {
25
+ return [];
26
+ }
27
+ if (Array.isArray(str)) {
28
+ return str;
29
+ }
30
+ if (typeof str === 'string') {
31
+ let result = [];
32
+ try {
33
+ result = str
34
+ .split(',')
35
+ .map(item => item.trim())
36
+ .filter(item => !!item);
37
+ }
38
+ catch (error) {
39
+ console.error('...parseArray error', str, error);
40
+ }
41
+ return result;
42
+ }
43
+ return [];
44
+ }
3
45
  const getArrayValue = (value) => { var _a; return (_a = (isArray(value) ? value : [value])) === null || _a === void 0 ? void 0 : _a.filter(Boolean); };
4
46
 
5
- export { getArrayValue };
47
+ export { arrayDiff, createHash, getArrayValue, parseArray, serializationArrayByKey };
@@ -12,8 +12,8 @@ const getUserConfig = () => {
12
12
  }
13
13
  return {};
14
14
  };
15
- getPublicRuntimeConfig() || {};
16
- getUserConfig();
15
+ const publicRuntimeConfig = getPublicRuntimeConfig() || {};
16
+ const userConfig = getUserConfig();
17
17
  function getAcceptLanguageHeader(locale) {
18
18
  switch (locale) {
19
19
  case 'zh-CN':
@@ -44,4 +44,4 @@ const getQiankunConfig = () => {
44
44
  };
45
45
  };
46
46
 
47
- export { getAcceptLanguageHeader, getPublicRuntimeConfig, getQiankunConfig, getUserConfig };
47
+ export { getAcceptLanguageHeader, getPublicRuntimeConfig, getQiankunConfig, getUserConfig, publicRuntimeConfig, userConfig };
@@ -1,5 +1,9 @@
1
1
  import { isNil } from 'lodash-es';
2
2
 
3
+ const toNumber = (num, defaultNum = 0) => {
4
+ const number = Number(num);
5
+ return isNaN(number) ? defaultNum : number;
6
+ };
3
7
  const toBoolean = (flag, defaultFlag = true) => {
4
8
  if (isNil(flag))
5
9
  return defaultFlag;
@@ -12,4 +16,4 @@ const toBoolean = (flag, defaultFlag = true) => {
12
16
  return defaultFlag;
13
17
  };
14
18
 
15
- export { toBoolean };
19
+ export { toBoolean, toNumber };
package/dist/lib/date.js CHANGED
@@ -1,6 +1,6 @@
1
- import 'lodash-es';
1
+ import { isNumber, isNaN } from 'lodash-es';
2
2
  import './dayjs.js';
3
- import { DATE_FORMAT, DATE_TYPE } from './global.js';
3
+ import { DATE_FORMAT, DATE_TYPE, FIELD_TYPE_KEY_MAPPINGS } from './global.js';
4
4
  import { i18n } from './i18n.js';
5
5
  import dayjs from 'dayjs';
6
6
 
@@ -19,6 +19,31 @@ const getDateType = (pickerType) => {
19
19
  return DATE_FORMAT.DATE;
20
20
  }
21
21
  };
22
+ const getDateTypeName = (dateType) => i18n.t(`date.${dateType}`);
23
+ const getStartOfDayUnix = (date) => {
24
+ return dayjs(date).startOf('day').valueOf();
25
+ };
26
+ const getStartOfDayToDate = (date) => {
27
+ return dayjs(date).startOf('day').toDate();
28
+ };
29
+ const getEndOfDayUnix = (date) => {
30
+ return dayjs(date).endOf('day').valueOf();
31
+ };
32
+ const getEndOfDayToDate = (date) => {
33
+ return dayjs(date).endOf('day').toDate();
34
+ };
35
+ const getStartOfWeekUnix = (date) => {
36
+ return dayjs(date).startOf('week').valueOf();
37
+ };
38
+ const getEndOfWeekUnix = (date) => {
39
+ return dayjs(date).endOf('week').valueOf();
40
+ };
41
+ const getStartOfMonthUnix = (date) => {
42
+ return dayjs(date).startOf('month').valueOf();
43
+ };
44
+ const getEndOfMonthUnix = (date) => {
45
+ return dayjs(date).endOf('month').valueOf();
46
+ };
22
47
  const getFormat = (date, format) => {
23
48
  return dayjs(date).format(format);
24
49
  };
@@ -30,5 +55,25 @@ var DateTypeEnum;
30
55
  DateTypeEnum["month"] = "month";
31
56
  DateTypeEnum["year"] = "year";
32
57
  })(DateTypeEnum || (DateTypeEnum = {}));
58
+ const isDate = (key) => {
59
+ return [FIELD_TYPE_KEY_MAPPINGS.CreatedAt, FIELD_TYPE_KEY_MAPPINGS.UpdatedAt, FIELD_TYPE_KEY_MAPPINGS.Date].includes(key);
60
+ };
61
+ const dateToMillisecond = (date, days) => {
62
+ return getStartOfDayUnix(date.subtract(days, 'day'));
63
+ };
64
+ const countDuration = (stoppedAt, startedAt) => {
65
+ const duration = dayjs(stoppedAt).diff(startedAt, 'ms');
66
+ return isNumber(duration) ? duration / 1000 : 0;
67
+ };
68
+ const getMonthEndDate = (time, format = '-') => {
69
+ var _a;
70
+ const [year, month, date] = time.split(format);
71
+ const endMonthDate = (_a = new Date(+year, +month, 0)) === null || _a === void 0 ? void 0 : _a.getDate();
72
+ if (isNaN(endMonthDate)) {
73
+ throw new TypeError(i18n.t('date.invalidate'));
74
+ }
75
+ const isEqualMonth = +date <= endMonthDate;
76
+ return [endMonthDate, isEqualMonth];
77
+ };
33
78
 
34
- export { DateTypeEnum, getDateType, getFormat };
79
+ export { DateTypeEnum, countDuration, dateToMillisecond, getDateType, getDateTypeName, getEndOfDayToDate, getEndOfDayUnix, getEndOfMonthUnix, getEndOfWeekUnix, getFormat, getMonthEndDate, getStartOfDayToDate, getStartOfDayUnix, getStartOfMonthUnix, getStartOfWeekUnix, isDate };
@@ -0,0 +1,2 @@
1
+ export { ErrorLog, default as log } from './log.js';
2
+ export { LOGIN_PAGE_URL, REDIRECT_API, getErrorMessage, getKeycloakErrorMsg, getNormalErrorMsg, getParseErrorMsg, getRedirectURI, getRedirectURL } from './utils.js';
@@ -1,5 +1,20 @@
1
- import 'lodash-es';
1
+ import { isEmpty } from 'lodash-es';
2
2
 
3
+ const LOGIN_PAGE_URL = '/login';
4
+ const REDIRECT_API = '/frame';
5
+ const getRedirectURI = (errorPageURL, baseAPI = LOGIN_PAGE_URL) => {
6
+ const redirectApi = new URL(baseAPI, errorPageURL);
7
+ redirectApi.searchParams.append('redirect_uri', errorPageURL);
8
+ return encodeURIComponent(redirectApi.toString());
9
+ };
10
+ const getRedirectURL = (redirectConfig, errorPageURL) => {
11
+ if (isEmpty(redirectConfig))
12
+ return LOGIN_PAGE_URL;
13
+ if ((redirectConfig === null || redirectConfig === void 0 ? void 0 : redirectConfig.enabled) !== 'true')
14
+ return LOGIN_PAGE_URL;
15
+ const redirectUri = getRedirectURI(errorPageURL);
16
+ return redirectUri;
17
+ };
3
18
  const getKeycloakErrorMsg = errorData => {
4
19
  if (!(errorData === null || errorData === void 0 ? void 0 : errorData.error_description) || !(errorData === null || errorData === void 0 ? void 0 : errorData.error))
5
20
  return null;
@@ -35,4 +50,4 @@ const getErrorMessage = (errorData, defaultMsg = '请求失败.') => {
35
50
  return errorMessage;
36
51
  };
37
52
 
38
- export { getErrorMessage, getKeycloakErrorMsg, getNormalErrorMsg, getParseErrorMsg };
53
+ export { LOGIN_PAGE_URL, REDIRECT_API, getErrorMessage, getKeycloakErrorMsg, getNormalErrorMsg, getParseErrorMsg, getRedirectURI, getRedirectURL };
package/dist/lib/fetch.js CHANGED
@@ -1,24 +1,25 @@
1
- import { useMemo, useCallback, useContext, useEffect } from 'react';
1
+ import { useContext, useMemo, useCallback, useEffect } from 'react';
2
2
  import axios, { HttpStatusCode } from 'axios';
3
3
  import cjson from 'compressed-json';
4
4
  import debug from 'debug';
5
5
  import { toNumber } from 'lodash-es';
6
- import { CANCEL_FETCH_STRING, REDIRECT_URL_KEY } from './global.js';
6
+ import { REDIRECT_URL_KEY, CANCEL_FETCH_STRING } from './global.js';
7
7
  import throttleWithCache, { THROTTLE_TYPE } from './swr/throttleWithCache.js';
8
8
  import { ParseErrorCode } from './constants/code.js';
9
9
  import { TeamConfigContext } from './contexts/teamConfig.js';
10
10
  import { IGNORE_URL } from './error/withServerError.js';
11
- import ErrorLog from './error/log.js';
12
- import { getErrorMessage } from './error/utils.js';
11
+ import './error/index.js';
13
12
  import { i18n } from './i18n.js';
14
13
  import isInOne from './isInOne.js';
15
14
  import { useGetSourcePath } from './path.js';
16
15
  import { getCurLocationInfo } from './router.js';
17
16
  import { removeParseItems } from './storage.js';
18
17
  import { useAppProps } from './useConfig.js';
18
+ import ErrorLog from './error/log.js';
19
+ import { getErrorMessage } from './error/utils.js';
19
20
 
20
21
  const Blob = window.Blob;
21
- process.env.NODE_ENV === 'development';
22
+ const isDev = process.env.NODE_ENV === 'development';
22
23
  const DEFAULT_TIMEOUT = 15 * 1000;
23
24
  const useGetConfigTimeout = () => {
24
25
  const { publicRuntimeConfig = {} } = useContext(TeamConfigContext);
@@ -26,6 +27,16 @@ const useGetConfigTimeout = () => {
26
27
  return toNumber(globalFetchTimeout) || DEFAULT_TIMEOUT;
27
28
  };
28
29
  const baseApi = '/parse/api';
30
+ const useGetLoginBasePath = () => {
31
+ const { publicRuntimeConfig = {} } = useContext(TeamConfigContext);
32
+ const basePath = useMemo(() => {
33
+ const { basePath = '' } = publicRuntimeConfig;
34
+ if (isDev)
35
+ return basePath;
36
+ return '';
37
+ }, [publicRuntimeConfig]);
38
+ return basePath;
39
+ };
29
40
  const useGetServerGateway = () => {
30
41
  const { publicRuntimeConfig } = useContext(TeamConfigContext);
31
42
  return (publicRuntimeConfig === null || publicRuntimeConfig === void 0 ? void 0 : publicRuntimeConfig.gateway) || '';
@@ -42,6 +53,22 @@ const useGetGateway = (extraPath = '') => {
42
53
  }, [extraPath, gateway]);
43
54
  return result;
44
55
  };
56
+ function useGetRequestConfig({ sessionToken, tenant, Cookie }) {
57
+ const gateway = useGetServerGateway();
58
+ const baseURL = useMemo(() => {
59
+ return `${gateway}${baseApi}`;
60
+ }, [gateway]);
61
+ return {
62
+ baseURL,
63
+ headers: {
64
+ 'X-Parse-Session-Token': sessionToken,
65
+ 'X-Parse-Application-Id': tenant,
66
+ ...(Cookie && {
67
+ Cookie,
68
+ }),
69
+ },
70
+ };
71
+ }
45
72
  const useAxiosConfig = () => {
46
73
  const gateway = useGetGateway();
47
74
  const baseURL = useMemo(() => {
@@ -56,6 +83,14 @@ const useAxiosConfig = () => {
56
83
  const errorLog = msg => {
57
84
  return ErrorLog.show(msg);
58
85
  };
86
+ const LOCALE_KEY = 'lang';
87
+ const useGetHeaderLang = () => {
88
+ const { locale } = useAppProps();
89
+ return locale;
90
+ };
91
+ const getGlobalEnv = () => {
92
+ return window.env || {};
93
+ };
59
94
  const checkLog = debug('lib:fetch:checkSessionToken');
60
95
  const NO_SESSION_KEY = 'sessionToken is required';
61
96
  const CHECK_WHITE_LIST = [
@@ -267,4 +302,4 @@ const useFetch = () => {
267
302
  return fetch;
268
303
  };
269
304
 
270
- export { baseApi, useFetch as default, useAxiosConfig, useGetConfigTimeout, useGetGateway, useGetServerGateway };
305
+ export { LOCALE_KEY, baseApi, useFetch as default, getGlobalEnv, useAxiosConfig, useGetConfigTimeout, useGetGateway, useGetHeaderLang, useGetLoginBasePath, useGetRequestConfig, useGetServerGateway };
@@ -53,8 +53,10 @@ const usePolyFillIcon = (url, defaultIconFontType) => {
53
53
  }, [defaultIconFontType, isIconFont, url]);
54
54
  return data;
55
55
  };
56
+ const SUFFIX = 'B';
57
+ const joinIconColorSuffix = (icon, colored) => (colored ? `${icon}${SUFFIX}` : icon);
56
58
  const isBase64Img = (str) => {
57
59
  return /^data:image\/(png|jpeg|jpg|gif|svg\+xml);base64,/.test(str);
58
60
  };
59
61
 
60
- export { isBase64Img, isServerUrl, polyfillItemTypeIconMap, takeIconFromUrl, useIsIconFont, usePolyFillIcon };
62
+ export { isBase64Img, isServerUrl, joinIconColorSuffix, polyfillItemTypeIconMap, takeIconFromUrl, useIsIconFont, usePolyFillIcon };
package/dist/lib/path.js CHANGED
@@ -1,4 +1,4 @@
1
- import { useCallback, useContext } from 'react';
1
+ import { useContext, useCallback } from 'react';
2
2
  import { startsWith } from 'lodash-es';
3
3
  import { TeamConfigContext } from './contexts/teamConfig.js';
4
4
 
@@ -8,6 +8,16 @@ const getLocalStorageItem = (key, defaults = '') => {
8
8
  return item !== null && item !== void 0 ? item : defaults;
9
9
  }
10
10
  };
11
+ const setLocalStorageItem = (key, value) => {
12
+ try {
13
+ localStorage.setItem(key, JSON.stringify(value));
14
+ return true;
15
+ }
16
+ catch (e) {
17
+ console.error(e);
18
+ return false;
19
+ }
20
+ };
11
21
  const getStorageKeys = () => {
12
22
  return Object.keys(localStorage);
13
23
  };
@@ -23,5 +33,32 @@ const removeParseItems = () => {
23
33
  console.error('removeParseItems', error);
24
34
  }
25
35
  };
36
+ var storage = {
37
+ getItem: getLocalStorageItem,
38
+ setItem: setLocalStorageItem,
39
+ removeParseItems,
40
+ };
41
+ const setLocalStorageState = (key, data) => {
42
+ localStorage.setItem(key, JSON.stringify({ time: new Date().getDate(), data }));
43
+ };
44
+ const getLocalStorageState = async (key, fn) => {
45
+ try {
46
+ const target = localStorage.getItem(key);
47
+ if (target) {
48
+ const targetFormat = JSON.parse(target);
49
+ if ((targetFormat === null || targetFormat === void 0 ? void 0 : targetFormat.time) === new Date().getDate()) {
50
+ if (typeof targetFormat.data !== 'string') {
51
+ return targetFormat.data;
52
+ }
53
+ }
54
+ }
55
+ }
56
+ catch (e) {
57
+ console.error(e);
58
+ }
59
+ const data = await fn();
60
+ setLocalStorageState(key, data);
61
+ return data;
62
+ };
26
63
 
27
- export { getLocalStorageItem, removeParseItems };
64
+ export { storage as default, getLocalStorageItem, getLocalStorageState, removeParseItems, setLocalStorageItem };
@@ -339,6 +339,8 @@ function checkItemCondition(transition, item) {
339
339
  };
340
340
  }
341
341
  break;
342
+ default:
343
+ break;
342
344
  }
343
345
  }
344
346
  return { result: true };
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0m128 0l768 0q128 0 128 128l0 768q0 128-128 128l-768 0q-128 0-128-128l0-768q0-128 128-128Z" fill="#09B866" /><path d="M666.368 198.506667s-1.024-0.277333 0 0c-114.517333-54.506667-238.165333-17.301333-300.906667 89.216-30.592 52.394667-55.722667 100.842667-14.912 249.173333 8.149333 31.402667-7.658667 78.016-18.048 104.448-6.101333 14.592 59.733333 57.130667 84.629334 71.36L666.368 198.506667z" fill="#FFD20C" /><path d="M784.512 486.570667c44.266667-115.797333-3.626667-233.6-117.12-287.786667l-1.024-0.277333-249.237333 514.197333c26.986667 10.474667 101.056 34.666667 109.226666 20.629333 14.506667-25.344 41.877333-65.621333 70.954667-79.445333 143.04-60.16 165.333333-110.421333 187.2-167.317333z" fill="#FFAA0C" /><path d="M412.629333 721.237333c-7.957333-3.2-11.221333-11.669333-11.392-19.285333l30.826667-283.861333a19.029333 19.029333 0 0 1 9.472-14.762667 19.925333 19.925333 0 0 1 17.813333-0.64l173.333334 82.133333a18.090667 18.090667 0 0 1 10.666666 13.696c0.725333 5.589333-1.173333 12.672-5.610666 16.874667l-202.090667 202.282667a19.456 19.456 0 0 1-23.018667 3.562666z m56.234667-271.637333l-22.336 202.816 145.578667-143.829333-123.242667-58.986667z" fill="#FFFFFF" /><path d="M340.608 590.506667l-67.008 138.922666c-0.810667 3.029333 0.426667 6.613333 5.248 13.312l55.36 77.589334c4.821333 6.698667 14.037333 13.482667 22.762667 17.984l94.314666-195.434667-110.677333-52.373333z" fill="#00238C" /><path d="M451.285333 642.88l-94.293333 195.434667c9.749333 4.778667 19.008 7.253333 28.053333 6.442666l95.36-5.824c7.765333-0.085333 12.693333-2.005333 14.250667-3.754666l67.306667-139.925334-110.677334-52.373333z" fill="#1F2B47" /><path d="M549.653333 757.973333c4.224-7.552 0.213333-17.28-7.765333-20.48l-110.656-52.394666-13.013333 27.904 110.677333 52.373333c6.954667 2.944 16.533333 0.106667 20.757333-7.424z" fill="#B0D6FF" /><path d="M320.554667 632.746667a15.018667 15.018667 0 0 0-20.757334 7.402666c-4.224 7.530667-0.213333 17.28 7.765334 20.48l110.677333 52.373334 12.992-27.904-110.677333-52.373334z m-28.928 58.24a15.018667 15.018667 0 0 0-20.757334 7.424c-4.224 7.509333-0.213333 17.237333 7.765334 20.48l110.656 52.352 13.013333-27.882667-110.677333-52.373333z" fill="#FFFFFF" /><path d="M512.96 795.733333l-110.677333-52.373333-12.992 27.882667 110.677333 52.373333c7.68 4.224 17.557333 0.384 20.757333-7.424 4.224-7.509333 1.237333-16.981333-7.765333-20.48z" fill="#B0D6FF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0m128 0l768 0q128 0 128 128l0 768q0 128-128 128l-768 0q-128 0-128-128l0-768q0-128 128-128Z" fill="#09B866" /><path d="M666.368 198.506667s-1.024-0.277333 0 0c-114.517333-54.506667-238.165333-17.301333-300.906667 89.216-30.592 52.394667-55.722667 100.842667-14.912 249.173333 8.149333 31.402667-7.658667 78.016-18.048 104.448-6.101333 14.592 59.733333 57.130667 84.629334 71.36L666.368 198.506667z" fill="#FFD20C" /><path d="M784.512 486.570667c44.266667-115.797333-3.626667-233.6-117.12-287.786667l-1.024-0.277333-249.237333 514.197333c26.986667 10.474667 101.056 34.666667 109.226666 20.629333 14.506667-25.344 41.877333-65.621333 70.954667-79.445333 143.04-60.16 165.333333-110.421333 187.2-167.317333z" fill="#FFAA0C" /><path d="M412.629333 721.237333c-7.957333-3.2-11.221333-11.669333-11.392-19.285333l30.826667-283.861333a19.029333 19.029333 0 0 1 9.472-14.762667 19.925333 19.925333 0 0 1 17.813333-0.64l173.333334 82.133333a18.090667 18.090667 0 0 1 10.666666 13.696c0.725333 5.589333-1.173333 12.672-5.610666 16.874667l-202.090667 202.282667a19.456 19.456 0 0 1-23.018667 3.562666z m56.234667-271.637333l-22.336 202.816 145.578667-143.829333-123.242667-58.986667z" fill="#FFFFFF" /><path d="M340.608 590.506667l-67.008 138.922666c-0.810667 3.029333 0.426667 6.613333 5.248 13.312l55.36 77.589334c4.821333 6.698667 14.037333 13.482667 22.762667 17.984l94.314666-195.434667-110.677333-52.373333z" fill="#00238C" /><path d="M451.285333 642.88l-94.293333 195.434667c9.749333 4.778667 19.008 7.253333 28.053333 6.442666l95.36-5.824c7.765333-0.085333 12.693333-2.005333 14.250667-3.754666l67.306667-139.925334-110.677334-52.373333z" fill="#1F2B47" /><path d="M549.653333 757.973333c4.224-7.552 0.213333-17.28-7.765333-20.48l-110.656-52.394666-13.013333 27.904 110.677333 52.373333c6.954667 2.944 16.533333 0.106667 20.757333-7.424z" fill="#B0D6FF" /><path d="M320.554667 632.746667a15.018667 15.018667 0 0 0-20.757334 7.402666c-4.224 7.530667-0.213333 17.28 7.765334 20.48l110.677333 52.373334 12.992-27.904-110.677333-52.373334z m-28.928 58.24a15.018667 15.018667 0 0 0-20.757334 7.424c-4.224 7.509333-0.213333 17.237333 7.765334 20.48l110.656 52.352 13.013333-27.882667-110.677333-52.373333z" fill="#FFFFFF" /><path d="M512.96 795.733333l-110.677333-52.373333-12.992 27.882667 110.677333 52.373333c7.68 4.224 17.557333 0.384 20.757333-7.424 4.224-7.509333 1.237333-16.981333-7.765333-20.48z" fill="#B0D6FF" /></svg>
@@ -1 +1 @@
1
- <svg width="22" height="22" xmlns="http://www.w3.org/2000/svg"><title>云</title><g fill="none" fill-rule="evenodd"><path fill="none" d="M0 0h22v22H0z"/><path d="M14 9.108c0 1.657 1.364 3 3.047 3s3.047-1.343 3.047-3-1.364-3-3.047-3S14 7.45 14 9.108Z" fill="#87BDFF" fill-rule="nonzero"/><path d="M21 14.077C21 16.785 18.75 19 16 19H6c-2.75 0-5-2.19-5-4.923 0-1.772.975-3.397 2.525-4.283-.025-.172-.025-.345-.025-.517C3.5 5.807 6.35 3 9.875 3c3.475 0 6.3 2.732 6.375 6.154 2.65.148 4.75 2.29 4.75 4.923Z" fill="#0C62FF" fill-rule="nonzero"/></g></svg>
1
+ <svg width="22" height="22" xmlns="http://www.w3.org/2000/svg"><title>云</title><g fill="none" fill-rule="evenodd"><path fill="none" d="M0 0h22v22H0z"/><path d="M14 9.108c0 1.657 1.364 3 3.047 3s3.047-1.343 3.047-3-1.364-3-3.047-3S14 7.45 14 9.108Z" fill="#87BDFF" fill-rule="nonzero"/><path d="M21 14.077C21 16.785 18.75 19 16 19H6c-2.75 0-5-2.19-5-4.923 0-1.772.975-3.397 2.525-4.283-.025-.172-.025-.345-.025-.517C3.5 5.807 6.35 3 9.875 3c3.475 0 6.3 2.732 6.375 6.154 2.65.148 4.75 2.29 4.75 4.923Z" fill="#0C62FF" fill-rule="nonzero"/></g></svg>
@@ -1 +1 @@
1
- <svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><title>编组</title><path d="M9 0c3.445 0 6.276 2.795 6.501 6.346l.007.141h.116c1.26 0 2.29 1.024 2.371 2.315l.005.163v2.163c0 1.367-1.063 2.477-2.376 2.477h-.554l-.07.179c-.784 1.931-2.39 3.388-4.321 3.918l-.243.062a8.943 8.943 0 0 1-.861.2 2.036 2.036 0 0 1-2.42-2.035l.082-.096 2.325-.371.425.431c2.144-.486 3.675-2.47 3.675-4.765V6.803c0-2.693-2.088-4.875-4.662-4.875S4.338 4.11 4.338 6.803v6.055c0 .412-.321.747-.72.747H2.376C1.063 13.605 0 12.495 0 11.128V8.965c0-1.367 1.063-2.478 2.376-2.478h.115l.008-.141C2.719 2.874 5.43.125 8.77.004L9 0Zm6.516 8.415v3.262h.108a.537.537 0 0 0 .522-.55V8.966a.537.537 0 0 0-.522-.55h-.108Zm-13.033 0h-.107a.531.531 0 0 0-.515.46l-.007.09v2.163c0 .304.235.55.522.55l.107-.001V8.415Zm9.222.212c.3.453.19 1.072-.25 1.383-1.664 1.182-3.505 1.189-5.339.029a1.015 1.015 0 0 1-.32-1.368.95.95 0 0 1 1.331-.331c1.189.751 2.205.757 3.232.028a.949.949 0 0 1 1.346.259Z" fill="#60D1FF" fill-rule="nonzero"/></svg>
1
+ <svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><title>编组</title><path d="M9 0c3.445 0 6.276 2.795 6.501 6.346l.007.141h.116c1.26 0 2.29 1.024 2.371 2.315l.005.163v2.163c0 1.367-1.063 2.477-2.376 2.477h-.554l-.07.179c-.784 1.931-2.39 3.388-4.321 3.918l-.243.062a8.943 8.943 0 0 1-.861.2 2.036 2.036 0 0 1-2.42-2.035l.082-.096 2.325-.371.425.431c2.144-.486 3.675-2.47 3.675-4.765V6.803c0-2.693-2.088-4.875-4.662-4.875S4.338 4.11 4.338 6.803v6.055c0 .412-.321.747-.72.747H2.376C1.063 13.605 0 12.495 0 11.128V8.965c0-1.367 1.063-2.478 2.376-2.478h.115l.008-.141C2.719 2.874 5.43.125 8.77.004L9 0Zm6.516 8.415v3.262h.108a.537.537 0 0 0 .522-.55V8.966a.537.537 0 0 0-.522-.55h-.108Zm-13.033 0h-.107a.531.531 0 0 0-.515.46l-.007.09v2.163c0 .304.235.55.522.55l.107-.001V8.415Zm9.222.212c.3.453.19 1.072-.25 1.383-1.664 1.182-3.505 1.189-5.339.029a1.015 1.015 0 0 1-.32-1.368.95.95 0 0 1 1.331-.331c1.189.751 2.205.757 3.232.028a.949.949 0 0 1 1.346.259Z" fill="#60D1FF" fill-rule="nonzero"/></svg>
@@ -1 +1 @@
1
- <svg width="22" height="22" xmlns="http://www.w3.org/2000/svg"><title>编组 2</title><g fill="none" fill-rule="evenodd"><path fill="none" d="M0 0h22v22H0z"/><path d="M10.824 1.3c.626 0 1.133.507 1.133 1.133v2.322h6.891c.636 0 1.152.516 1.152 1.152v10.367c0 .636-.516 1.151-1.152 1.151h-4.046l1.274 1.298c.41.417.438 1.067.087 1.516l-.088.1-.02.02a1.124 1.124 0 0 1-1.59-.015l-2.597-2.647a1.152 1.152 0 0 1-.198-.27h-1.578a1.152 1.152 0 0 1-.198.27l-2.597 2.647a1.124 1.124 0 0 1-1.59.014l-.013-.012a1.154 1.154 0 0 1-.008-1.623l1.273-1.298H3.152A1.152 1.152 0 0 1 2 16.274V5.907c0-.636.516-1.152 1.152-1.152H9.69V2.433c0-.584.443-1.065 1.01-1.126Z" fill="#6572A3"/><path d="M13.682 11.795 9.72 14.144a.576.576 0 0 1-.87-.496V8.951a.576.576 0 0 1 .87-.495l3.962 2.349a.576.576 0 0 1 0 .99Z" fill="#FFF"/></g></svg>
1
+ <svg width="22" height="22" xmlns="http://www.w3.org/2000/svg"><title>编组 2</title><g fill="none" fill-rule="evenodd"><path fill="none" d="M0 0h22v22H0z"/><path d="M10.824 1.3c.626 0 1.133.507 1.133 1.133v2.322h6.891c.636 0 1.152.516 1.152 1.152v10.367c0 .636-.516 1.151-1.152 1.151h-4.046l1.274 1.298c.41.417.438 1.067.087 1.516l-.088.1-.02.02a1.124 1.124 0 0 1-1.59-.015l-2.597-2.647a1.152 1.152 0 0 1-.198-.27h-1.578a1.152 1.152 0 0 1-.198.27l-2.597 2.647a1.124 1.124 0 0 1-1.59.014l-.013-.012a1.154 1.154 0 0 1-.008-1.623l1.273-1.298H3.152A1.152 1.152 0 0 1 2 16.274V5.907c0-.636.516-1.152 1.152-1.152H9.69V2.433c0-.584.443-1.065 1.01-1.126Z" fill="#6572A3"/><path d="M13.682 11.795 9.72 14.144a.576.576 0 0 1-.87-.496V8.951a.576.576 0 0 1 .87-.495l3.962 2.349a.576.576 0 0 1 0 .99Z" fill="#FFF"/></g></svg>
@@ -1 +1 @@
1
- <svg width="177" height="120" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>编组 3</title><defs><filter x="-5.3%" y="-6.2%" width="110.5%" height="125%" filterUnits="objectBoundingBox" id="a"><feOffset dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation=".5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0.0352941176 0 0 0 0 0.0980392157 0 0 0 0 0.250980392 0 0 0 0.122104458 0" in="shadowBlurOuter1"/></filter><rect id="b" x="68" y="60" width="38" height="16" rx="1"/></defs><g fill="none" fill-rule="evenodd"><path d="M4 0h173v120H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4Z" fill="#F5F6F8"/><rect fill="#DADDE3" opacity=".278" x="37" y="26" width="47.863" height="68" rx="2"/><rect fill="#FFF" x="42" y="32" width="38" height="16" rx="1"/><rect fill="#F1F2F4" x="45" y="36" width="8" height="8" rx="1"/><rect fill="#F1F2F4" x="55" y="37" width="16" height="2" rx="1"/><rect fill="#F1F2F4" x="55" y="41" width="22" height="2" rx="1"/><rect fill="#FFF" x="42" y="52" width="38" height="16" rx="1"/><path d="M65 64h19a1 1 0 0 1 1 1v15H65a1 1 0 0 1-1-1V65a1 1 0 0 1 1-1Z" fill="#DADDE3" opacity=".4"/><rect fill="#F1F2F4" x="45" y="56" width="8" height="8" rx="1"/><rect fill="#F1F2F4" x="55" y="57" width="16" height="2" rx="1"/><rect fill="#F1F2F4" x="55" y="61" width="22" height="2" rx="1"/><rect fill="#DADDE3" opacity=".278" x="90" y="26" width="47.863" height="68" rx="2"/><rect fill="#FFF" x="95" y="32" width="38" height="16" rx="1"/><rect fill="#F1F2F4" x="98" y="36" width="8" height="8" rx="1"/><rect fill="#F1F2F4" x="108" y="37" width="16" height="2" rx="1"/><rect fill="#F1F2F4" x="108" y="41" width="22" height="2" rx="1"/><rect fill="#FFF" x="95" y="52" width="38" height="16" rx="1"/><rect fill="#F5F6F8" x="95" y="72" width="38" height="16" rx="1"/><path d="M91 64h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H90V65a1 1 0 0 1 1-1Z" fill="#DADDE3" opacity=".404"/><rect fill="#F1F2F4" x="98" y="56" width="8" height="8" rx="1"/><use fill="#000" filter="url(#a)" xlink:href="#b"/><use fill="#FFF" xlink:href="#b"/><rect fill="#F1F2F4" x="71" y="64" width="8" height="8" rx="1"/><path d="M75.234 69.076c0-.196.032-.359.114-.522.081-.146.18-.293.326-.391.375-.326.62-.554.685-.62.195-.26.293-.586.293-.978 0-.489-.163-.864-.473-1.141-.326-.294-.733-.424-1.255-.424-.587 0-1.06.163-1.402.505-.359.327-.522.8-.522 1.386.016.245.13.392.424.408.31.016.489-.261.489-.408 0-.326.065-.603.196-.782.146-.229.391-.326.75-.326.277 0 .489.065.636.228.146.147.228.359.228.62a.888.888 0 0 1-.212.57l-.098.114c-.522.457-.831.8-.93 1.011-.113.212-.162.473-.162.783 0 .293.163.424.456.424.294-.017.44-.163.457-.457ZM74.712 71a.596.596 0 0 0 .408-.147c.114-.098.163-.244.163-.407a.54.54 0 0 0-.163-.392.596.596 0 0 0-.408-.146.596.596 0 0 0-.408.146.483.483 0 0 0-.163.392c0 .163.05.293.163.391a.61.61 0 0 0 .408.163Z" fill="#DADDE3" fill-rule="nonzero" opacity=".9"/><rect fill="#F1F2F4" x="81" y="65" width="16" height="2" rx="1"/><rect fill="#F1F2F4" x="81" y="69" width="22" height="2" rx="1"/><rect fill="#F1F2F4" x="108" y="57" width="16" height="2" rx="1"/><rect fill="#F1F2F4" x="108" y="61" width="22" height="2" rx="1"/></g></svg>
1
+ <svg width="177" height="120" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>编组 3</title><defs><filter x="-5.3%" y="-6.2%" width="110.5%" height="125%" filterUnits="objectBoundingBox" id="a"><feOffset dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation=".5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0.0352941176 0 0 0 0 0.0980392157 0 0 0 0 0.250980392 0 0 0 0.122104458 0" in="shadowBlurOuter1"/></filter><rect id="b" x="68" y="60" width="38" height="16" rx="1"/></defs><g fill="none" fill-rule="evenodd"><path d="M4 0h173v120H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4Z" fill="#F5F6F8"/><rect fill="#DADDE3" opacity=".278" x="37" y="26" width="47.863" height="68" rx="2"/><rect fill="#FFF" x="42" y="32" width="38" height="16" rx="1"/><rect fill="#F1F2F4" x="45" y="36" width="8" height="8" rx="1"/><rect fill="#F1F2F4" x="55" y="37" width="16" height="2" rx="1"/><rect fill="#F1F2F4" x="55" y="41" width="22" height="2" rx="1"/><rect fill="#FFF" x="42" y="52" width="38" height="16" rx="1"/><path d="M65 64h19a1 1 0 0 1 1 1v15H65a1 1 0 0 1-1-1V65a1 1 0 0 1 1-1Z" fill="#DADDE3" opacity=".4"/><rect fill="#F1F2F4" x="45" y="56" width="8" height="8" rx="1"/><rect fill="#F1F2F4" x="55" y="57" width="16" height="2" rx="1"/><rect fill="#F1F2F4" x="55" y="61" width="22" height="2" rx="1"/><rect fill="#DADDE3" opacity=".278" x="90" y="26" width="47.863" height="68" rx="2"/><rect fill="#FFF" x="95" y="32" width="38" height="16" rx="1"/><rect fill="#F1F2F4" x="98" y="36" width="8" height="8" rx="1"/><rect fill="#F1F2F4" x="108" y="37" width="16" height="2" rx="1"/><rect fill="#F1F2F4" x="108" y="41" width="22" height="2" rx="1"/><rect fill="#FFF" x="95" y="52" width="38" height="16" rx="1"/><rect fill="#F5F6F8" x="95" y="72" width="38" height="16" rx="1"/><path d="M91 64h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H90V65a1 1 0 0 1 1-1Z" fill="#DADDE3" opacity=".404"/><rect fill="#F1F2F4" x="98" y="56" width="8" height="8" rx="1"/><use fill="#000" filter="url(#a)" xlink:href="#b"/><use fill="#FFF" xlink:href="#b"/><rect fill="#F1F2F4" x="71" y="64" width="8" height="8" rx="1"/><path d="M75.234 69.076c0-.196.032-.359.114-.522.081-.146.18-.293.326-.391.375-.326.62-.554.685-.62.195-.26.293-.586.293-.978 0-.489-.163-.864-.473-1.141-.326-.294-.733-.424-1.255-.424-.587 0-1.06.163-1.402.505-.359.327-.522.8-.522 1.386.016.245.13.392.424.408.31.016.489-.261.489-.408 0-.326.065-.603.196-.782.146-.229.391-.326.75-.326.277 0 .489.065.636.228.146.147.228.359.228.62a.888.888 0 0 1-.212.57l-.098.114c-.522.457-.831.8-.93 1.011-.113.212-.162.473-.162.783 0 .293.163.424.456.424.294-.017.44-.163.457-.457ZM74.712 71a.596.596 0 0 0 .408-.147c.114-.098.163-.244.163-.407a.54.54 0 0 0-.163-.392.596.596 0 0 0-.408-.146.596.596 0 0 0-.408.146.483.483 0 0 0-.163.392c0 .163.05.293.163.391a.61.61 0 0 0 .408.163Z" fill="#DADDE3" fill-rule="nonzero" opacity=".9"/><rect fill="#F1F2F4" x="81" y="65" width="16" height="2" rx="1"/><rect fill="#F1F2F4" x="81" y="69" width="22" height="2" rx="1"/><rect fill="#F1F2F4" x="108" y="57" width="16" height="2" rx="1"/><rect fill="#F1F2F4" x="108" y="61" width="22" height="2" rx="1"/></g></svg>
@@ -1 +1 @@
1
- <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 128 128" style="enable-background:new 0 0 128 128" xml:space="preserve"><style>.st0{fill:#ff4d0d}</style><path class="st0" d="M97.6 30.4c1.8 1.8 1.8 4.8 0 6.6L37 97.6c-1.8 1.8-4.8 1.8-6.6 0-1.8-1.8-1.8-4.8 0-6.6L91 30.4c1.8-1.9 4.8-1.9 6.6 0z"/><path class="st0" d="M30.4 30.4c1.8-1.8 4.8-1.8 6.6 0L97.6 91c1.8 1.8 1.8 4.8 0 6.6-1.8 1.8-4.8 1.8-6.6 0L30.4 37c-1.9-1.8-1.9-4.8 0-6.6z"/></svg>
1
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 128 128" style="enable-background:new 0 0 128 128" xml:space="preserve"><style>.st0{fill:#ff4d0d}</style><path class="st0" d="M97.6 30.4c1.8 1.8 1.8 4.8 0 6.6L37 97.6c-1.8 1.8-4.8 1.8-6.6 0-1.8-1.8-1.8-4.8 0-6.6L91 30.4c1.8-1.9 4.8-1.9 6.6 0z"/><path class="st0" d="M30.4 30.4c1.8-1.8 4.8-1.8 6.6 0L97.6 91c1.8 1.8 1.8 4.8 0 6.6-1.8 1.8-4.8 1.8-6.6 0L30.4 37c-1.9-1.8-1.9-4.8 0-6.6z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24" xml:space="preserve"><path d="M21 24H3c-1.7 0-3-1.3-3-3V3c0-1.7 1.3-3 3-3h18c1.7 0 3 1.3 3 3v18c0 1.7-1.3 3-3 3z" style="fill:#8080f7"/><path d="M17.2 10.2v-.5l1.3-3.1c.2-.5-.1-.8-.6-.8h-9c0-.5-.3-.8-.8-.8s-.6.3-.6.6v12.5H7c-.5 0-.8.3-.8.8 0 .4.3.8.8.8h2.1c.5 0 .8-.3.8-.8s-.3-.8-.8-.8h-.2v-3.9h9.3c.4 0 .8-.5.6-.8l-1.6-3.2zm-1.3 2.3c-.3.1-.8 0-.9-.3l-.8-1.9c-.1-.3-.1-.4 0-.6L15 8c.2-.3.6-.5.9-.3.3.1.4.6.3.9l-.6 1.4.6 1.6c.1.3 0 .7-.3.9z" style="fill:#fff"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24" xml:space="preserve"><path d="M21 24H3c-1.7 0-3-1.3-3-3V3c0-1.7 1.3-3 3-3h18c1.7 0 3 1.3 3 3v18c0 1.7-1.3 3-3 3z" style="fill:#8080f7"/><path d="M17.2 10.2v-.5l1.3-3.1c.2-.5-.1-.8-.6-.8h-9c0-.5-.3-.8-.8-.8s-.6.3-.6.6v12.5H7c-.5 0-.8.3-.8.8 0 .4.3.8.8.8h2.1c.5 0 .8-.3.8-.8s-.3-.8-.8-.8h-.2v-3.9h9.3c.4 0 .8-.5.6-.8l-1.6-3.2zm-1.3 2.3c-.3.1-.8 0-.9-.3l-.8-1.9c-.1-.3-.1-.4 0-.6L15 8c.2-.3.6-.5.9-.3.3.1.4.6.3.9l-.6 1.4.6 1.6c.1.3 0 .7-.3.9z" style="fill:#fff"/></svg>
@@ -1 +1 @@
1
- <svg height="32" width="32" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="16" cy="16" fill="#c71d23" r="16"/><path d="M24.099 14.223h-9.087a.79.79 0 0 0-.79.79v1.975c0 .436.353.79.79.79h5.531a.79.79 0 0 1 .79.79v.395a2.37 2.37 0 0 1-2.37 2.37h-7.507a.79.79 0 0 1-.79-.79v-7.506a2.37 2.37 0 0 1 2.37-2.37h11.06c.437 0 .79-.354.791-.79l.001-1.975a.79.79 0 0 0-.79-.79H13.038a5.926 5.926 0 0 0-5.926 5.925V24.1c0 .436.354.79.79.79h11.655a5.333 5.333 0 0 0 5.333-5.333v-4.543a.79.79 0 0 0-.79-.79z" fill="#fff"/></g></svg>
1
+ <svg height="32" width="32" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="16" cy="16" fill="#c71d23" r="16"/><path d="M24.099 14.223h-9.087a.79.79 0 0 0-.79.79v1.975c0 .436.353.79.79.79h5.531a.79.79 0 0 1 .79.79v.395a2.37 2.37 0 0 1-2.37 2.37h-7.507a.79.79 0 0 1-.79-.79v-7.506a2.37 2.37 0 0 1 2.37-2.37h11.06c.437 0 .79-.354.791-.79l.001-1.975a.79.79 0 0 0-.79-.79H13.038a5.926 5.926 0 0 0-5.926 5.925V24.1c0 .436.354.79.79.79h11.655a5.333 5.333 0 0 0 5.333-5.333v-4.543a.79.79 0 0 0-.79-.79z" fill="#fff"/></g></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><title>IntelligenceGradient</title><defs><linearGradient x1="20.343%" y1="11.174%" x2="76.878%" y2="91.439%" id="a"><stop stop-color="#1CFFFF" offset="0%"/><stop stop-color="#1AB2FF" offset="50.287%"/><stop stop-color="#0D65FF" offset="100%"/></linearGradient></defs><path d="M8.018 1c.815 0 1.495.605 2.008 1.614a.6.6 0 1 1-1.07.544c-.33-.65-.676-.958-.938-.958-.34 0-.795.504-1.173 1.489a9.55 9.55 0 0 0-.462 1.733l.11-.063C9.82 3.437 13.159 2.905 14.08 4.5c.355.615.26 1.376-.18 2.188a.6.6 0 0 1-1.066-.55l.01-.021c.262-.482.305-.829.197-1.017-.17-.294-.834-.437-1.876-.27-1.184.188-2.643.742-4.072 1.568-.308.178-.606.363-.891.554a16.045 16.045 0 0 0 0 2.096c.285.191.583.376.89.554 1.43.826 2.89 1.38 4.073 1.569l.098.014c.985.142 1.613 0 1.778-.285.14-.245.02-.748-.445-1.416-.532-.764-1.427-1.609-2.542-2.382a.6.6 0 1 1 .684-.986c2.646 1.835 4.147 3.99 3.342 5.384-.921 1.595-4.259 1.063-7.587-.859a18.28 18.28 0 0 1-.11-.063c.114.644.27 1.23.462 1.733.378.985.834 1.489 1.173 1.489.274 0 .638-.337.978-1.04a.6.6 0 1 1 1.08.524C9.558 14.355 8.861 15 8.018 15c-1.56 0-2.664-2.262-2.967-5.287a14.314 14.314 0 0 1-1.097-.87c-.09.1-.176.199-.256.297l-.062.078c-.615.782-.805 1.398-.641 1.682.114.199.467.338 1.063.34a.6.6 0 1 1-.005 1.2c-.979-.004-1.728-.3-2.098-.94-.537-.93-.036-2.212 1.137-3.5-1.173-1.288-1.674-2.57-1.137-3.5.355-.615 1.061-.912 1.983-.938a.6.6 0 1 1 .033 1.2c-.547.015-.868.15-.976.338-.17.294.038.94.703 1.76.08.098.165.198.256.297.335-.295.702-.586 1.097-.87C5.354 3.262 6.459 1 8.018 1Zm-3.05 7v-.127l-.014.013L4.82 8l.148.127V8Z" fill="url(#a)" fill-rule="nonzero"/></svg>
1
+ <svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><title>IntelligenceGradient</title><defs><linearGradient x1="20.343%" y1="11.174%" x2="76.878%" y2="91.439%" id="a"><stop stop-color="#1CFFFF" offset="0%"/><stop stop-color="#1AB2FF" offset="50.287%"/><stop stop-color="#0D65FF" offset="100%"/></linearGradient></defs><path d="M8.018 1c.815 0 1.495.605 2.008 1.614a.6.6 0 1 1-1.07.544c-.33-.65-.676-.958-.938-.958-.34 0-.795.504-1.173 1.489a9.55 9.55 0 0 0-.462 1.733l.11-.063C9.82 3.437 13.159 2.905 14.08 4.5c.355.615.26 1.376-.18 2.188a.6.6 0 0 1-1.066-.55l.01-.021c.262-.482.305-.829.197-1.017-.17-.294-.834-.437-1.876-.27-1.184.188-2.643.742-4.072 1.568-.308.178-.606.363-.891.554a16.045 16.045 0 0 0 0 2.096c.285.191.583.376.89.554 1.43.826 2.89 1.38 4.073 1.569l.098.014c.985.142 1.613 0 1.778-.285.14-.245.02-.748-.445-1.416-.532-.764-1.427-1.609-2.542-2.382a.6.6 0 1 1 .684-.986c2.646 1.835 4.147 3.99 3.342 5.384-.921 1.595-4.259 1.063-7.587-.859a18.28 18.28 0 0 1-.11-.063c.114.644.27 1.23.462 1.733.378.985.834 1.489 1.173 1.489.274 0 .638-.337.978-1.04a.6.6 0 1 1 1.08.524C9.558 14.355 8.861 15 8.018 15c-1.56 0-2.664-2.262-2.967-5.287a14.314 14.314 0 0 1-1.097-.87c-.09.1-.176.199-.256.297l-.062.078c-.615.782-.805 1.398-.641 1.682.114.199.467.338 1.063.34a.6.6 0 1 1-.005 1.2c-.979-.004-1.728-.3-2.098-.94-.537-.93-.036-2.212 1.137-3.5-1.173-1.288-1.674-2.57-1.137-3.5.355-.615 1.061-.912 1.983-.938a.6.6 0 1 1 .033 1.2c-.547.015-.868.15-.976.338-.17.294.038.94.703 1.76.08.098.165.198.256.297.335-.295.702-.586 1.097-.87C5.354 3.262 6.459 1 8.018 1Zm-3.05 7v-.127l-.014.013L4.82 8l.148.127V8Z" fill="url(#a)" fill-rule="nonzero"/></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FFAA0C" /><path d="M584.512 520.512H716.8c29.888 0 51.2 25.6 55.488 55.488v106.688c0 12.8-8.576 21.312-21.376 21.312H277.312c-21.312 0-25.6-4.288-25.6-25.6V576c0-25.6 25.6-51.2 51.2-55.488H435.2c0-12.8-4.288-25.6-12.8-38.4l-25.6-38.4a146.432 146.432 0 0 1 25.6-196.224c59.712-46.976 149.312-38.4 200.512 25.6 42.688 55.424 38.4 128-8.512 179.2-17.088 17.024-25.6 38.4-29.888 59.712v8.512z m183.488 230.4c-4.288-4.224-12.8-12.8-29.888-12.8H273.088c-17.088 4.288-25.6 17.088-25.6 34.176 0 17.024 12.8 29.824 29.824 29.824H746.688c17.024 0 25.6-12.8 29.824-29.824a32.64 32.64 0 0 0-8.512-21.376z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FFAA0C" /><path d="M584.512 520.512H716.8c29.888 0 51.2 25.6 55.488 55.488v106.688c0 12.8-8.576 21.312-21.376 21.312H277.312c-21.312 0-25.6-4.288-25.6-25.6V576c0-25.6 25.6-51.2 51.2-55.488H435.2c0-12.8-4.288-25.6-12.8-38.4l-25.6-38.4a146.432 146.432 0 0 1 25.6-196.224c59.712-46.976 149.312-38.4 200.512 25.6 42.688 55.424 38.4 128-8.512 179.2-17.088 17.024-25.6 38.4-29.888 59.712v8.512z m183.488 230.4c-4.288-4.224-12.8-12.8-29.888-12.8H273.088c-17.088 4.288-25.6 17.088-25.6 34.176 0 17.024 12.8 29.824 29.824 29.824H746.688c17.024 0 25.6-12.8 29.824-29.824a32.64 32.64 0 0 0-8.512-21.376z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FF4D0D" /><path d="M810.688 550.4c0 17.088-21.376 38.4-38.4 38.4h-64v21.312c0 25.6-8.576 51.2-21.376 68.288l68.288 72.512c12.8 12.8 12.8 38.4 0 51.2-12.8 12.8-38.4 12.8-51.2 0l-64-64c-34.112 25.6-64 38.4-110.912 38.4V486.4c0-4.288-8.576-12.8-12.8-12.8h-25.6c-8.576 0-12.8 4.288-12.8 12.8v290.112c-38.4 0-76.8-12.8-110.976-38.4l-64 64c-12.8 12.8-38.4 12.8-51.2 0-12.8-12.8-12.8-38.4 0-51.2L320 682.688c-12.8-17.088-17.088-46.976-17.088-68.288v-21.312h-51.2a38.272 38.272 0 0 1-38.4-38.4C204.8 533.312 221.888 512 243.2 512h64V443.712L256 384c-12.8-12.8-12.8-38.4 0-51.2 12.8-12.8 38.4-12.8 59.712 0l64 64h277.376l64-64c12.8-12.8 38.4-12.8 51.2 0 12.8 12.8 12.8 38.4 0 51.2l-55.488 59.712V512h64c21.312 0 38.4 21.312 29.888 38.4zM512 209.088c-68.288 0-132.288 55.424-132.288 132.224h268.8C648.512 268.8 588.8 209.088 512 209.088z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FF4D0D" /><path d="M810.688 550.4c0 17.088-21.376 38.4-38.4 38.4h-64v21.312c0 25.6-8.576 51.2-21.376 68.288l68.288 72.512c12.8 12.8 12.8 38.4 0 51.2-12.8 12.8-38.4 12.8-51.2 0l-64-64c-34.112 25.6-64 38.4-110.912 38.4V486.4c0-4.288-8.576-12.8-12.8-12.8h-25.6c-8.576 0-12.8 4.288-12.8 12.8v290.112c-38.4 0-76.8-12.8-110.976-38.4l-64 64c-12.8 12.8-38.4 12.8-51.2 0-12.8-12.8-12.8-38.4 0-51.2L320 682.688c-12.8-17.088-17.088-46.976-17.088-68.288v-21.312h-51.2a38.272 38.272 0 0 1-38.4-38.4C204.8 533.312 221.888 512 243.2 512h64V443.712L256 384c-12.8-12.8-12.8-38.4 0-51.2 12.8-12.8 38.4-12.8 59.712 0l64 64h277.376l64-64c12.8-12.8 38.4-12.8 51.2 0 12.8 12.8 12.8 38.4 0 51.2l-55.488 59.712V512h64c21.312 0 38.4 21.312 29.888 38.4zM512 209.088c-68.288 0-132.288 55.424-132.288 132.224h268.8C648.512 268.8 588.8 209.088 512 209.088z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FFD20C" /><path d="M469.312 793.6c4.288 8.512 17.088 0 17.088-4.288V294.4c0-25.6-12.8-76.8-89.6-76.8H251.712c-21.312 0-51.2 0-51.2 51.2v426.688c0 34.112 8.576 64 51.2 64H332.8c12.8 0 89.6-4.288 136.512 34.112zM546.112 793.6c-8.512 4.288-21.312 0-21.312-4.288V294.4c0-25.6 12.8-76.8 89.6-76.8H768c21.312 0 51.2 0 51.2 51.2v426.688c0 34.112-8.512 64-51.2 64h-85.312c-29.888 0-85.376 0-136.576 34.112z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FFD20C" /><path d="M469.312 793.6c4.288 8.512 17.088 0 17.088-4.288V294.4c0-25.6-12.8-76.8-89.6-76.8H251.712c-21.312 0-51.2 0-51.2 51.2v426.688c0 34.112 8.576 64 51.2 64H332.8c12.8 0 89.6-4.288 136.512 34.112zM546.112 793.6c-8.512 4.288-21.312 0-21.312-4.288V294.4c0-25.6 12.8-76.8 89.6-76.8H768c21.312 0 51.2 0 51.2 51.2v426.688c0 34.112-8.512 64-51.2 64h-85.312c-29.888 0-85.376 0-136.576 34.112z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M85.312 0h853.376C985.6 0 1024 38.4 1024 85.312v853.376C1024 985.6 985.6 1024 938.688 1024H85.312C38.4 1024 0 985.6 0 938.688V85.312C0 38.4 38.4 0 85.312 0z" fill="#FFD20C" /><path d="M669.888 268.8v-25.6c0-46.912-38.4-81.088-85.376-68.288L302.912 268.8C268.8 277.312 256 302.912 256 337.088v409.6c0 38.4 34.112 72.512 72.512 68.224H665.6c51.2 0 98.112-46.912 98.112-106.624v-332.8C768 320 729.6 277.312 669.888 268.8zM435.2 635.712l110.912-38.4c12.8-8.512 34.176 0 38.4 21.376 8.576 21.312 0 34.112-21.312 38.4l-110.912 38.4h-12.8c-12.8 0-25.6-8.576-34.176-21.376 4.288-12.8 17.088-34.112 29.888-38.4z m277.312 72.576a47.36 47.36 0 0 1-46.912 46.912H507.712l110.976-34.112c25.6-8.576 46.912-34.176 46.912-68.288V320c25.6 0 46.912 21.312 46.912 46.912v341.376z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M85.312 0h853.376C985.6 0 1024 38.4 1024 85.312v853.376C1024 985.6 985.6 1024 938.688 1024H85.312C38.4 1024 0 985.6 0 938.688V85.312C0 38.4 38.4 0 85.312 0z" fill="#FFD20C" /><path d="M669.888 268.8v-25.6c0-46.912-38.4-81.088-85.376-68.288L302.912 268.8C268.8 277.312 256 302.912 256 337.088v409.6c0 38.4 34.112 72.512 72.512 68.224H665.6c51.2 0 98.112-46.912 98.112-106.624v-332.8C768 320 729.6 277.312 669.888 268.8zM435.2 635.712l110.912-38.4c12.8-8.512 34.176 0 38.4 21.376 8.576 21.312 0 34.112-21.312 38.4l-110.912 38.4h-12.8c-12.8 0-25.6-8.576-34.176-21.376 4.288-12.8 17.088-34.112 29.888-38.4z m277.312 72.576a47.36 47.36 0 0 1-46.912 46.912H507.712l110.976-34.112c25.6-8.576 46.912-34.176 46.912-68.288V320c25.6 0 46.912 21.312 46.912 46.912v341.376z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#846BFF" /><path d="M618.688 857.6H396.8a33.664 33.664 0 0 1-34.112-34.112c0-17.088 12.8-34.176 34.112-34.176h217.6c17.088 0 34.112 12.8 34.112 34.176 0 21.312-17.024 34.112-29.824 34.112zM512 174.912c-149.312-8.512-268.8 115.2-268.8 256 0 89.6 51.2 174.976 119.488 217.6V704c0 25.6 21.312 42.688 46.912 42.688h187.712c25.6 0 42.688-21.376 42.688-42.688v-64c72.512-42.688 115.2-128 115.2-217.6 4.288-128-102.4-243.2-243.2-247.488zM435.2 345.6s-38.4 38.4-46.912 93.888c0 17.024-12.8 34.112-34.176 34.112C332.8 473.6 320 452.288 320 439.488c12.8-81.088 72.512-140.8 72.512-140.8 12.8-12.8 34.176-12.8 46.976 0 12.8 17.024 8.512 34.112-4.288 46.912z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#846BFF" /><path d="M618.688 857.6H396.8a33.664 33.664 0 0 1-34.112-34.112c0-17.088 12.8-34.176 34.112-34.176h217.6c17.088 0 34.112 12.8 34.112 34.176 0 21.312-17.024 34.112-29.824 34.112zM512 174.912c-149.312-8.512-268.8 115.2-268.8 256 0 89.6 51.2 174.976 119.488 217.6V704c0 25.6 21.312 42.688 46.912 42.688h187.712c25.6 0 42.688-21.376 42.688-42.688v-64c72.512-42.688 115.2-128 115.2-217.6 4.288-128-102.4-243.2-243.2-247.488zM435.2 345.6s-38.4 38.4-46.912 93.888c0 17.024-12.8 34.112-34.176 34.112C332.8 473.6 320 452.288 320 439.488c12.8-81.088 72.512-140.8 72.512-140.8 12.8-12.8 34.176-12.8 46.976 0 12.8 17.024 8.512 34.112-4.288 46.912z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#5EA1FF" /><path d="M268.8 358.4c-38.4 0-64-25.6-64-64s25.6-64 64-64 64 25.6 64 64c0 29.888-25.6 64-64 64zM755.2 358.4h-256c-38.4 0-64-25.6-64-64s25.6-64 64-64h256c38.4 0 64 25.6 64 64 0 29.888-29.888 64-64 64zM268.8 567.488c-38.4 0-64-25.6-64-64s25.6-64 64-64 64 25.6 64 64c0 42.624-25.6 64-64 64zM755.2 567.488h-256c-38.4 0-64-25.6-64-64s25.6-64 64-64h256c38.4 0 64 25.6 64 64 0 42.624-29.888 64-64 64zM268.8 793.6c-38.4 0-64-25.6-64-64s25.6-64 64-64 64 25.6 64 64-25.6 64-64 64zM755.2 793.6h-256c-38.4 0-64-25.6-64-64s25.6-64 64-64h256c38.4 0 64 25.6 64 64s-29.888 64-64 64z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#5EA1FF" /><path d="M268.8 358.4c-38.4 0-64-25.6-64-64s25.6-64 64-64 64 25.6 64 64c0 29.888-25.6 64-64 64zM755.2 358.4h-256c-38.4 0-64-25.6-64-64s25.6-64 64-64h256c38.4 0 64 25.6 64 64 0 29.888-29.888 64-64 64zM268.8 567.488c-38.4 0-64-25.6-64-64s25.6-64 64-64 64 25.6 64 64c0 42.624-25.6 64-64 64zM755.2 567.488h-256c-38.4 0-64-25.6-64-64s25.6-64 64-64h256c38.4 0 64 25.6 64 64 0 42.624-29.888 64-64 64zM268.8 793.6c-38.4 0-64-25.6-64-64s25.6-64 64-64 64 25.6 64 64-25.6 64-64 64zM755.2 793.6h-256c-38.4 0-64-25.6-64-64s25.6-64 64-64h256c38.4 0 64 25.6 64 64s-29.888 64-64 64z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#846BFF" /><path d="M733.888 435.2v-21.312l55.424-132.288c8.576-21.312-4.224-34.112-25.6-34.112h-384c0-21.376-12.8-34.176-34.112-34.176s-25.6 12.8-25.6 25.6v533.376h-21.312c-21.376 0-34.176 12.8-34.176 34.112 0 17.088 12.8 34.112 34.176 34.112h89.6c21.312 0 34.112-12.8 34.112-34.112s-12.8-34.112-34.112-34.112h-8.576v-166.4h396.8c17.088 0 34.176-21.376 25.6-34.176L733.888 435.2zM678.4 533.312c-12.8 4.288-34.112 0-38.4-12.8l-34.112-81.024c-4.288-12.8-4.288-17.088 0-25.6L640 341.312c8.512-12.8 25.6-21.312 38.4-12.8 12.8 4.288 17.088 25.6 12.8 38.4l-25.6 59.776 25.6 68.224c4.288 12.8 0 29.888-12.8 38.4z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#846BFF" /><path d="M733.888 435.2v-21.312l55.424-132.288c8.576-21.312-4.224-34.112-25.6-34.112h-384c0-21.376-12.8-34.176-34.112-34.176s-25.6 12.8-25.6 25.6v533.376h-21.312c-21.376 0-34.176 12.8-34.176 34.112 0 17.088 12.8 34.112 34.176 34.112h89.6c21.312 0 34.112-12.8 34.112-34.112s-12.8-34.112-34.112-34.112h-8.576v-166.4h396.8c17.088 0 34.176-21.376 25.6-34.176L733.888 435.2zM678.4 533.312c-12.8 4.288-34.112 0-38.4-12.8l-34.112-81.024c-4.288-12.8-4.288-17.088 0-25.6L640 341.312c8.512-12.8 25.6-21.312 38.4-12.8 12.8 4.288 17.088 25.6 12.8 38.4l-25.6 59.776 25.6 68.224c4.288 12.8 0 29.888-12.8 38.4z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FFAA0C" /><path d="M243.2 439.488l256 119.424c8.512 4.288 12.8 4.288 21.312 4.288 8.576 0 17.088 0 21.376-4.288L789.312 435.2c17.088-8.512 29.888-25.6 29.888-42.688 0-17.024-8.512-38.4-25.6-46.912L546.112 221.888c-12.8-8.576-29.824-8.576-46.912 0l-256 128c-17.088 4.224-25.6 25.6-25.6 42.624 0 21.376 8.512 38.4 25.6 46.976zM789.312 601.6l-268.8 140.8L243.2 605.888c-17.088-8.576-34.112 0-42.688 12.8-8.512 17.024 0 34.112 12.8 42.624l277.376 136.576c8.512 4.224 17.024 4.224 25.6 4.224 8.512 0 21.312-4.224 29.824-8.512l268.8-140.8c17.088-8.512 21.376-25.6 12.8-42.688-4.224-12.8-21.312-17.024-38.4-8.512z" fill="#FFFFFF" /><path d="M217.6 550.4l277.312 136.512c8.576 4.288 17.088 4.288 25.6 4.288 8.576 0 17.088-4.288 29.888-8.512l268.8-140.8c17.088-8.576 21.312-25.6 12.8-42.688s-25.6-21.312-42.688-12.8l-268.8 140.8L243.2 490.688c-17.088-8.576-34.112 0-42.688 17.024-4.224 17.088 0 34.176 17.088 42.688z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FFAA0C" /><path d="M243.2 439.488l256 119.424c8.512 4.288 12.8 4.288 21.312 4.288 8.576 0 17.088 0 21.376-4.288L789.312 435.2c17.088-8.512 29.888-25.6 29.888-42.688 0-17.024-8.512-38.4-25.6-46.912L546.112 221.888c-12.8-8.576-29.824-8.576-46.912 0l-256 128c-17.088 4.224-25.6 25.6-25.6 42.624 0 21.376 8.512 38.4 25.6 46.976zM789.312 601.6l-268.8 140.8L243.2 605.888c-17.088-8.576-34.112 0-42.688 12.8-8.512 17.024 0 34.112 12.8 42.624l277.376 136.576c8.512 4.224 17.024 4.224 25.6 4.224 8.512 0 21.312-4.224 29.824-8.512l268.8-140.8c17.088-8.512 21.376-25.6 12.8-42.688-4.224-12.8-21.312-17.024-38.4-8.512z" fill="#FFFFFF" /><path d="M217.6 550.4l277.312 136.512c8.576 4.288 17.088 4.288 25.6 4.288 8.576 0 17.088-4.288 29.888-8.512l268.8-140.8c17.088-8.576 21.312-25.6 12.8-42.688s-25.6-21.312-42.688-12.8l-268.8 140.8L243.2 490.688c-17.088-8.576-34.112 0-42.688 17.024-4.224 17.088 0 34.176 17.088 42.688z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FF4D0D" /><path d="M746.688 281.6c-42.688 0-132.288-8.512-204.8-76.8-12.8-12.8-34.176-12.8-46.976 0-46.912 25.6-128 76.8-221.824 76.8-21.376 0-34.176 17.088-34.176 38.4v230.4c0 46.912 0 145.088 256 294.4 12.8 4.288 25.6 4.288 34.176 0 251.712-128 256-234.688 256-277.312V320c-4.288-21.312-21.376-38.4-38.4-38.4z m-123.776 256l-128 128c-4.224 8.512-12.8 12.8-25.6 12.8-4.224 0-17.024 0-25.6-8.512-12.8-12.8-12.8-34.176 0-42.688l72.576-76.8H418.112c-12.8 0-25.6-8.512-34.112-21.312s0-25.6 4.288-38.4l115.2-119.488c12.8-12.8 34.112-12.8 42.624 0 21.376 12.8 21.376 38.4 8.576 51.2l-64 59.712h106.624c17.088 0 38.4 12.8 38.4 34.176a23.488 23.488 0 0 1-12.8 21.312z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FF4D0D" /><path d="M746.688 281.6c-42.688 0-132.288-8.512-204.8-76.8-12.8-12.8-34.176-12.8-46.976 0-46.912 25.6-128 76.8-221.824 76.8-21.376 0-34.176 17.088-34.176 38.4v230.4c0 46.912 0 145.088 256 294.4 12.8 4.288 25.6 4.288 34.176 0 251.712-128 256-234.688 256-277.312V320c-4.288-21.312-21.376-38.4-38.4-38.4z m-123.776 256l-128 128c-4.224 8.512-12.8 12.8-25.6 12.8-4.224 0-17.024 0-25.6-8.512-12.8-12.8-12.8-34.176 0-42.688l72.576-76.8H418.112c-12.8 0-25.6-8.512-34.112-21.312s0-25.6 4.288-38.4l115.2-119.488c12.8-12.8 34.112-12.8 42.624 0 21.376 12.8 21.376 38.4 8.576 51.2l-64 59.712h106.624c17.088 0 38.4 12.8 38.4 34.176a23.488 23.488 0 0 1-12.8 21.312z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0m128 0l768 0q128 0 128 128l0 768q0 128-128 128l-768 0q-128 0-128-128l0-768q0-128 128-128Z" fill="#29C477" /><path d="M704 192a64 64 0 0 1 64 64v544a32 32 0 0 1-48.96 27.2l-190.08-119.04a32 32 0 0 0-33.92 0l-190.08 119.04A32 32 0 0 1 256 800V256a64 64 0 0 1 64-64h384zM576 320H448a64 64 0 1 0 0 128h128a64 64 0 1 0 0-128z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0m128 0l768 0q128 0 128 128l0 768q0 128-128 128l-768 0q-128 0-128-128l0-768q0-128 128-128Z" fill="#29C477" /><path d="M704 192a64 64 0 0 1 64 64v544a32 32 0 0 1-48.96 27.2l-190.08-119.04a32 32 0 0 0-33.92 0l-190.08 119.04A32 32 0 0 1 256 800V256a64 64 0 0 1 64-64h384zM576 320H448a64 64 0 1 0 0 128h128a64 64 0 1 0 0-128z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#0CC0F2" /><path d="M755.2 588.8c-38.4-89.6-115.2-145.088-213.312-162.112v-8.576c42.624-21.312 76.8-59.712 76.8-106.624 0-64-51.2-115.2-115.2-115.2s-115.2 46.912-115.2 110.912c0 51.2 34.112 98.112 81.024 106.688v12.8C375.488 439.488 298.688 499.2 260.288 588.8 221.888 597.312 192 635.712 192 678.4c0 51.2 46.912 98.112 102.4 98.112 55.488 0 102.4-46.912 102.4-98.112 0-38.4-17.088-64-51.2-81.088 17.088-51.2 72.512-85.312 128-93.824v89.6c-38.4 12.8-64 51.2-64 89.6 0 51.2 42.688 93.824 93.888 93.824s93.824-46.912 93.824-93.824c0-38.4-25.6-76.8-55.424-89.6v-89.6c55.424 12.8 106.624 42.624 136.512 93.824-34.112 17.088-51.2 51.2-51.2 81.088 0 51.2 42.688 98.112 102.4 98.112S832 729.6 832 678.4c-8.512-38.4-38.4-76.8-76.8-89.6z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#0CC0F2" /><path d="M755.2 588.8c-38.4-89.6-115.2-145.088-213.312-162.112v-8.576c42.624-21.312 76.8-59.712 76.8-106.624 0-64-51.2-115.2-115.2-115.2s-115.2 46.912-115.2 110.912c0 51.2 34.112 98.112 81.024 106.688v12.8C375.488 439.488 298.688 499.2 260.288 588.8 221.888 597.312 192 635.712 192 678.4c0 51.2 46.912 98.112 102.4 98.112 55.488 0 102.4-46.912 102.4-98.112 0-38.4-17.088-64-51.2-81.088 17.088-51.2 72.512-85.312 128-93.824v89.6c-38.4 12.8-64 51.2-64 89.6 0 51.2 42.688 93.824 93.888 93.824s93.824-46.912 93.824-93.824c0-38.4-25.6-76.8-55.424-89.6v-89.6c55.424 12.8 106.624 42.624 136.512 93.824-34.112 17.088-51.2 51.2-51.2 81.088 0 51.2 42.688 98.112 102.4 98.112S832 729.6 832 678.4c-8.512-38.4-38.4-76.8-76.8-89.6z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0m128 0l768 0q128 0 128 128l0 768q0 128-128 128l-768 0q-128 0-128-128l0-768q0-128 128-128Z" fill="#5EA1FF" /><path d="M250.304 534.784a55.04 55.04 0 0 1 0-79.68 55.04 55.04 0 0 1 79.68 0l121.344 121.344 242.688-242.688a55.04 55.04 0 0 1 79.68 0 55.04 55.04 0 0 1 0 79.616l-280.64 280.64c-19.008 19.008-53.12 22.784-75.84 3.84l-3.84-3.84-163.072-159.232z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0m128 0l768 0q128 0 128 128l0 768q0 128-128 128l-768 0q-128 0-128-128l0-768q0-128 128-128Z" fill="#5EA1FF" /><path d="M250.304 534.784a55.04 55.04 0 0 1 0-79.68 55.04 55.04 0 0 1 79.68 0l121.344 121.344 242.688-242.688a55.04 55.04 0 0 1 79.68 0 55.04 55.04 0 0 1 0 79.616l-280.64 280.64c-19.008 19.008-53.12 22.784-75.84 3.84l-3.84-3.84-163.072-159.232z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#29C477" /><path d="M657.088 209.088c12.8 0 25.6 12.8 25.6 25.6s-12.8 21.312-25.6 21.312H640v128l145.088 285.888c25.6 46.912 21.312 132.224-85.376 132.224h-384c-46.912 0-89.6-42.624-89.6-89.6 0-12.8 4.288-29.824 12.8-42.624L375.488 384V256H358.4c-12.8 0-21.312-12.8-21.312-25.6s12.8-25.6 25.6-25.6h294.4v4.288zM388.288 588.8c-12.8 0-25.6 8.512-29.888 17.088l-29.888 51.2c-12.8 17.024 0 46.912 17.088 55.424 4.288 4.288 12.8 4.288 17.088 4.288h298.624c25.6 0 42.688-17.088 42.688-42.688 0-4.224 0-8.512-4.288-17.024l-29.824-55.488c-4.288-8.512-12.8-12.8-25.6-12.8h-256z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#29C477" /><path d="M657.088 209.088c12.8 0 25.6 12.8 25.6 25.6s-12.8 21.312-25.6 21.312H640v128l145.088 285.888c25.6 46.912 21.312 132.224-85.376 132.224h-384c-46.912 0-89.6-42.624-89.6-89.6 0-12.8 4.288-29.824 12.8-42.624L375.488 384V256H358.4c-12.8 0-21.312-12.8-21.312-25.6s12.8-25.6 25.6-25.6h294.4v4.288zM388.288 588.8c-12.8 0-25.6 8.512-29.888 17.088l-29.888 51.2c-12.8 17.024 0 46.912 17.088 55.424 4.288 4.288 12.8 4.288 17.088 4.288h298.624c25.6 0 42.688-17.088 42.688-42.688 0-4.224 0-8.512-4.288-17.024l-29.824-55.488c-4.288-8.512-12.8-12.8-25.6-12.8h-256z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#5EA1FF" /><path d="M512 211.2a300.8 300.8 0 1 0 0 601.6 300.8 300.8 0 0 0 0-601.6z m118.848 333.696L474.176 635.328a37.952 37.952 0 0 1-56.96-32.896V421.568a37.952 37.952 0 0 1 56.96-32.896l156.672 90.432a38.016 38.016 0 0 1 0 65.792z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#5EA1FF" /><path d="M512 211.2a300.8 300.8 0 1 0 0 601.6 300.8 300.8 0 0 0 0-601.6z m118.848 333.696L474.176 635.328a37.952 37.952 0 0 1-56.96-32.896V421.568a37.952 37.952 0 0 1 56.96-32.896l156.672 90.432a38.016 38.016 0 0 1 0 65.792z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FFAA0C" /><path d="M342.656 222.464v21.376c0 18.56 7.424 36.416 20.736 49.536 13.312 13.12 31.36 20.48 50.112 20.48h197.12c18.816 0 36.8-7.36 50.112-20.48a69.76 69.76 0 0 0 20.736-49.536v-21.376h30.784c16.384 0 32 6.4 43.52 17.92 11.584 11.392 18.112 26.88 18.112 43.072v487.616a60.608 60.608 0 0 1-18.048 43.072 61.952 61.952 0 0 1-43.52 17.856H311.808c-16.384 0-32-6.4-43.584-17.856a60.608 60.608 0 0 1-18.048-43.072v-487.68c0-16.128 6.464-31.616 18.048-43.072a61.952 61.952 0 0 1 43.52-17.856h30.848zM599.04 444.032l-2.624 2.752-117.504 139.904-54.4-63.168-2.624-2.688a31.04 31.04 0 0 0-40.768-0.64 30.272 30.272 0 0 0-5.76 39.808l2.304 3.072 78.08 90.752 2.624 2.688a31.04 31.04 0 0 0 41.984-0.256l2.56-2.752 140.8-167.744 2.304-3.136a30.272 30.272 0 0 0-6.336-39.68 31.04 31.04 0 0 0-40.64 1.088z m26.368-249.792a24.256 24.256 0 0 1 7.232 17.28v27.392c0 6.464-2.624 12.672-7.232 17.28a24.768 24.768 0 0 1-17.472 7.04H416.832a24.256 24.256 0 0 1-24.64-24.384v-27.392c0-6.4 2.56-12.672 7.232-17.216a24.768 24.768 0 0 1 17.408-7.168H608c6.592 0 12.8 2.56 17.472 7.168z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1024H128c-72.512 0-128-55.488-128-128V128C0 55.488 55.488 0 128 0h768c72.512 0 128 55.488 128 128v768c0 72.512-55.488 128-128 128z" fill="#FFAA0C" /><path d="M342.656 222.464v21.376c0 18.56 7.424 36.416 20.736 49.536 13.312 13.12 31.36 20.48 50.112 20.48h197.12c18.816 0 36.8-7.36 50.112-20.48a69.76 69.76 0 0 0 20.736-49.536v-21.376h30.784c16.384 0 32 6.4 43.52 17.92 11.584 11.392 18.112 26.88 18.112 43.072v487.616a60.608 60.608 0 0 1-18.048 43.072 61.952 61.952 0 0 1-43.52 17.856H311.808c-16.384 0-32-6.4-43.584-17.856a60.608 60.608 0 0 1-18.048-43.072v-487.68c0-16.128 6.464-31.616 18.048-43.072a61.952 61.952 0 0 1 43.52-17.856h30.848zM599.04 444.032l-2.624 2.752-117.504 139.904-54.4-63.168-2.624-2.688a31.04 31.04 0 0 0-40.768-0.64 30.272 30.272 0 0 0-5.76 39.808l2.304 3.072 78.08 90.752 2.624 2.688a31.04 31.04 0 0 0 41.984-0.256l2.56-2.752 140.8-167.744 2.304-3.136a30.272 30.272 0 0 0-6.336-39.68 31.04 31.04 0 0 0-40.64 1.088z m26.368-249.792a24.256 24.256 0 0 1 7.232 17.28v27.392c0 6.464-2.624 12.672-7.232 17.28a24.768 24.768 0 0 1-17.472 7.04H416.832a24.256 24.256 0 0 1-24.64-24.384v-27.392c0-6.4 2.56-12.672 7.232-17.216a24.768 24.768 0 0 1 17.408-7.168H608c6.592 0 12.8 2.56 17.472 7.168z" fill="#FFFFFF" /></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1023.2H128.8c-72.8 0-128-55.2-128-128V128.8c0-72 55.2-128 128-128H896c72.8 0 128 55.2 128 128v766.4c0 72-55.2 128-128 128z" fill="#5EA1FF" /><path d="M512.8 212.8c-165.6 0-300 134.4-300 299.2s134.4 299.2 300 299.2 300-134.4 300-299.2-134.4-299.2-300-299.2z m170.4 313.6c0 20.8-16.8 37.6-37.6 37.6H508c-20.8 0-37.6-16.8-37.6-37.6V339.2c0-20.8 16.8-37.6 37.6-37.6s37.6 16.8 37.6 37.6v149.6h100c20.8 0 37.6 16.8 37.6 37.6z" fill="#FFFFFF" /></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M896 1023.2H128.8c-72.8 0-128-55.2-128-128V128.8c0-72 55.2-128 128-128H896c72.8 0 128 55.2 128 128v766.4c0 72-55.2 128-128 128z" fill="#5EA1FF" /><path d="M512.8 212.8c-165.6 0-300 134.4-300 299.2s134.4 299.2 300 299.2 300-134.4 300-299.2-134.4-299.2-300-299.2z m170.4 313.6c0 20.8-16.8 37.6-37.6 37.6H508c-20.8 0-37.6-16.8-37.6-37.6V339.2c0-20.8 16.8-37.6 37.6-37.6s37.6 16.8 37.6 37.6v149.6h100c20.8 0 37.6 16.8 37.6 37.6z" fill="#FFFFFF" /></svg>