@cloudbase/weda-ui 0.2.14 → 0.2.15
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 +7 -2
- package/package.json +32 -10
- package/src/configs/components/image.json +4 -0
- package/src/mp/components/container/index.js +4 -0
- package/src/mp/components/image/index.js +54 -52
- package/src/mp/components/text/index.wxss +6 -6
- package/src/web/components/button/index.tsx +1 -1
- package/src/web/components/form/input/index.css +5 -3
- package/src/web/components/form/input/index.tsx +1 -0
- package/src/web/components/image/image.tsx +107 -93
- package/src/web/components/image/index.tsx +1 -1
- package/src/web/components/index.js +1 -1
- package/src/web/components/swiper/index.css +4 -0
- package/src/web/components/swiper/index.tsx +9 -4
- package/src/web/components/uploaderFileView/index.jsx +3 -3
- package/src/web/wedatheme/.code.yml +0 -16
- package/src/web/wedatheme/.editorconfig +0 -9
- package/src/web/wedatheme/.eslintrc +0 -20
- package/src/web/wedatheme/.git +0 -1
- package/src/web/wedatheme/.gitignore +0 -5
- package/src/web/wedatheme/.npmrc +0 -1
- package/src/web/wedatheme/.orange-ci.yml +0 -55
- package/src/web/wedatheme/.vscode/extensions.json +0 -3
- package/src/web/wedatheme/.vscode/settings.json +0 -11
- package/src/web/wedatheme/README.md +0 -50
- package/src/web/wedatheme/i18n/README.md +0 -4
- package/src/web/wedatheme/i18n/translation/index.js +0 -10
- package/src/web/wedatheme/i18n/translation/zh.js +0 -15
- package/src/web/wedatheme/jsconfig.json +0 -15
- package/src/web/wedatheme/mock/app.js +0 -42
- package/src/web/wedatheme/mock/history-context.js +0 -8
- package/src/web/wedatheme/mock/index.js +0 -3
- package/src/web/wedatheme/mock/layout/AppLayout.jsx +0 -28
- package/src/web/wedatheme/mock/layout/MenuWithRouter.jsx +0 -50
- package/src/web/wedatheme/mock/layout/index.js +0 -1
- package/src/web/wedatheme/package-lock.json +0 -14335
- package/src/web/wedatheme/package.json +0 -61
- package/src/web/wedatheme/public/index.html +0 -19
- package/src/web/wedatheme/src/app.js +0 -22
- package/src/web/wedatheme/src/components/README.md +0 -4
- package/src/web/wedatheme/src/configs/menu.js +0 -9
- package/src/web/wedatheme/src/routes/wedatheme-index/Component.jsx +0 -402
- package/src/web/wedatheme/src/routes/wedatheme-index/Form.jsx +0 -729
- package/src/web/wedatheme/src/routes/wedatheme-index/FormItem.jsx +0 -18
- package/src/web/wedatheme/src/routes/wedatheme-index/WedathemeIndex.jsx +0 -1276
- package/src/web/wedatheme/src/routes/wedatheme-index/index.js +0 -1
- package/src/web/wedatheme/src/routes/weui2td/WEUI2TD.jsx +0 -3
- package/src/web/wedatheme/src/routes/weui2td/index.js +0 -1
- package/src/web/wedatheme/src/styles/_btn.scss +0 -24
- package/src/web/wedatheme/src/styles/_icon.scss +0 -653
- package/src/web/wedatheme/src/styles/_map.scss +0 -12
- package/src/web/wedatheme/src/styles/_middle.scss +0 -340
- package/src/web/wedatheme/src/styles/_upload.scss +0 -47
- package/src/web/wedatheme/src/styles/assets/alert-close.svg +0 -3
- package/src/web/wedatheme/src/styles/assets/and.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/arrowdown--line.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/arrowdown.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/arrowleft--line.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/arrowleft.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/arrowright--line.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/arrowright-blue--line.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/arrowright.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/arrowup--line.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/arrowup.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/bell-warning.svg +0 -3
- package/src/web/wedatheme/src/styles/assets/btnback.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/calendar.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/chartcolumn-1.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/chartcolumn.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/chartline-1.svg +0 -9
- package/src/web/wedatheme/src/styles/assets/chartline.svg +0 -9
- package/src/web/wedatheme/src/styles/assets/chartpie-1.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/chartpie.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/check-1.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/check-2.svg +0 -1
- package/src/web/wedatheme/src/styles/assets/check.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/close-1.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/close.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/consult.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/convertip--blue.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/convertip.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/copy.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/cur-active.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/cur.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/daily.svg +0 -13
- package/src/web/wedatheme/src/styles/assets/database.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/datasheet.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/delete-white.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/delete.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/detail.svg +0 -13
- package/src/web/wedatheme/src/styles/assets/dismiss.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/download.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/drop.svg +0 -15
- package/src/web/wedatheme/src/styles/assets/email-error.svg +0 -14
- package/src/web/wedatheme/src/styles/assets/email-warning.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/email.svg +0 -14
- package/src/web/wedatheme/src/styles/assets/emailv.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/error-1.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/error-filled.svg +0 -3
- package/src/web/wedatheme/src/styles/assets/error.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/externallink.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/favorable.svg +0 -9
- package/src/web/wedatheme/src/styles/assets/filter.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/firstpage.svg +0 -13
- package/src/web/wedatheme/src/styles/assets/folderclose.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/folderopen.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/fullscreenquit.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/fullsreen.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/globe-gray.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/guide.svg +0 -9
- package/src/web/wedatheme/src/styles/assets/help.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/hide.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/info.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/infoblue-1.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/infoblue-filled.svg +0 -3
- package/src/web/wedatheme/src/styles/assets/infoblue.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/jump-black.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/jump.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/lastpage.svg +0 -13
- package/src/web/wedatheme/src/styles/assets/loading.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/local.svg +0 -10
- package/src/web/wedatheme/src/styles/assets/menu-fold-white.svg +0 -6
- package/src/web/wedatheme/src/styles/assets/menu-fold.svg +0 -6
- package/src/web/wedatheme/src/styles/assets/minus.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/monitor.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/more.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/multi-line.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/news.svg +0 -3
- package/src/web/wedatheme/src/styles/assets/not.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/notice.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/pencil.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/pending-1.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/pending-gray.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/pending.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/percent-blue.svg +0 -16
- package/src/web/wedatheme/src/styles/assets/percent.svg +0 -16
- package/src/web/wedatheme/src/styles/assets/phone-error.svg +0 -11
- package/src/web/wedatheme/src/styles/assets/phone-warning.svg +0 -9
- package/src/web/wedatheme/src/styles/assets/phone.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/phonev.svg +0 -9
- package/src/web/wedatheme/src/styles/assets/plus.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/qq.svg +0 -11
- package/src/web/wedatheme/src/styles/assets/realname.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/realnamev.svg +0 -9
- package/src/web/wedatheme/src/styles/assets/refresh-blue.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/refresh.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/relationship-1.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/relationship.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/remind.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/search.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/setting.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/shopcart.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/show.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/sort.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/sortdown.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/sortup.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/success-1.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/success-filled.svg +0 -3
- package/src/web/wedatheme/src/styles/assets/success.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/table-1.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/table.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/tag.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/time.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/transfer.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/trenddown.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/trendup.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/viewgrid.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/viewlist.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/warning-1.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/warning-filled.svg +0 -3
- package/src/web/wedatheme/src/styles/assets/warning.svg +0 -8
- package/src/web/wedatheme/src/styles/assets/wechat-error.svg +0 -14
- package/src/web/wedatheme/src/styles/assets/wechat-warning.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/wechat.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/wechatv.svg +0 -12
- package/src/web/wedatheme/src/styles/assets/zoom-in-white.svg +0 -4
- package/src/web/wedatheme/src/styles/assets/zoom-in.svg +0 -4
- package/src/web/wedatheme/src/styles/assets/zoom-out-white.svg +0 -4
- package/src/web/wedatheme/src/styles/assets/zoom-out.svg +0 -4
- package/src/web/wedatheme/src/styles/index.scss +0 -18
- package/src/web/wedatheme/src/styles/main.css +0 -166
- package/src/web/wedatheme/src/styles/theme/_alert.scss +0 -73
- package/src/web/wedatheme/src/styles/theme/_badge.scss +0 -38
- package/src/web/wedatheme/src/styles/theme/_blank-page-v2.scss +0 -7
- package/src/web/wedatheme/src/styles/theme/_breadcrumb.scss +0 -8
- package/src/web/wedatheme/src/styles/theme/_bubble.scss +0 -24
- package/src/web/wedatheme/src/styles/theme/_button.scss +0 -212
- package/src/web/wedatheme/src/styles/theme/_card.scss +0 -12
- package/src/web/wedatheme/src/styles/theme/_cascader.scss +0 -43
- package/src/web/wedatheme/src/styles/theme/_checkbox&radio.scss +0 -83
- package/src/web/wedatheme/src/styles/theme/_datepicker.scss +0 -36
- package/src/web/wedatheme/src/styles/theme/_dialog.scss +0 -39
- package/src/web/wedatheme/src/styles/theme/_divider.scss +0 -1
- package/src/web/wedatheme/src/styles/theme/_drawer.scss +0 -15
- package/src/web/wedatheme/src/styles/theme/_dropdown.scss +0 -53
- package/src/web/wedatheme/src/styles/theme/_form.scss +0 -38
- package/src/web/wedatheme/src/styles/theme/_icon.scss +0 -0
- package/src/web/wedatheme/src/styles/theme/_input&textarea&select.scss +0 -85
- package/src/web/wedatheme/src/styles/theme/_inputnumber.scss +0 -16
- package/src/web/wedatheme/src/styles/theme/_link.scss +0 -14
- package/src/web/wedatheme/src/styles/theme/_list.scss +0 -41
- package/src/web/wedatheme/src/styles/theme/_metrics-board.scss +0 -14
- package/src/web/wedatheme/src/styles/theme/_notification.scss +0 -27
- package/src/web/wedatheme/src/styles/theme/_pagination.scss +0 -22
- package/src/web/wedatheme/src/styles/theme/_popconfirm.scss +0 -4
- package/src/web/wedatheme/src/styles/theme/_progress.scss +0 -28
- package/src/web/wedatheme/src/styles/theme/_region-select.scss +0 -17
- package/src/web/wedatheme/src/styles/theme/_search.scss +0 -18
- package/src/web/wedatheme/src/styles/theme/_segment.scss +0 -69
- package/src/web/wedatheme/src/styles/theme/_slider.scss +0 -18
- package/src/web/wedatheme/src/styles/theme/_status.scss +0 -4
- package/src/web/wedatheme/src/styles/theme/_steps.scss +0 -68
- package/src/web/wedatheme/src/styles/theme/_switch.scss +0 -11
- package/src/web/wedatheme/src/styles/theme/_table.scss +0 -44
- package/src/web/wedatheme/src/styles/theme/_tabs.scss +0 -44
- package/src/web/wedatheme/src/styles/theme/_tag-search.scss +0 -9
- package/src/web/wedatheme/src/styles/theme/_tag.scss +0 -48
- package/src/web/wedatheme/src/styles/theme/_timeline.scss +0 -0
- package/src/web/wedatheme/src/styles/theme/_toast.scss +0 -3
- package/src/web/wedatheme/src/styles/theme/_transfer.scss +0 -9
- package/src/web/wedatheme/src/styles/theme/_tree.scss +0 -11
- package/src/web/wedatheme/src/styles/theme/_upload.scss +0 -14
- package/src/web/wedatheme/src/styles/theme/_variables.scss +0 -140
- package/src/web/wedatheme/src/styles/theme/index.scss +0 -91
- package/src/web/wedatheme/style-package/README.md +0 -31
- package/src/web/wedatheme/style-package/ef6fa527e24e354765d806b826b41391.svg +0 -627
- package/src/web/wedatheme/style-package/index.css +0 -3
- package/src/web/wedatheme/style-package/package.json +0 -15
- package/src/web/wedatheme/tea.config.js +0 -66
- package/src/web/wedatheme/webpack/css.config.js +0 -114
- package/src/web/wedatheme/webpack/plugins/css-package-plugin.js +0 -23
- package/src/web/wedatheme/webpack/plugins/inject-assets-plugin.js +0 -32
- package/src/web/wedatheme/webpack/plugins/package-json-plugin.js +0 -66
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>jump备份</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-704.000000, -372.000000)">
|
|
6
|
-
<g id="jump备份" transform="translate(704.000000, 372.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="jump-(Background)"></path>
|
|
8
|
-
<path d="M3,14 L13,14 C13.2651072,13.9996424 13.5192537,13.8941717 13.7067127,13.7067127 C13.8941717,13.5192537 13.9996424,13.2651072 14,13 L14,8.5 L13,8.5 L13,13 L3,13 L3,3 L7.5,3 L7.5,2 L3,2 C2.7348932,2.00035717 2.48074675,2.10582875 2.29328775,2.29328775 C2.10582875,2.48074675 2.00035717,2.7348932 2,3 L2,13 C2.00035717,13.2651072 2.10582875,13.5192537 2.29328775,13.7067127 C2.48074675,13.8941717 2.7348932,13.9996424 3,14 Z M9,2 L13.5,2 C13.7761421,2 14,2.22385776 14,2.5 L14,7 L13,7 L13,3.70700002 L8.70699978,8 L8,7.29300022 L12.2930002,3 L9,3 L9,2 Z" id="jump" fill="#000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>jump备份</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-704.000000, -372.000000)">
|
|
6
|
-
<g id="jump备份" transform="translate(704.000000, 372.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="jump-(Background)"></path>
|
|
8
|
-
<path d="M3,14 L13,14 C13.2651072,13.9996424 13.5192537,13.8941717 13.7067127,13.7067127 C13.8941717,13.5192537 13.9996424,13.2651072 14,13 L14,8.5 L13,8.5 L13,13 L3,13 L3,3 L7.5,3 L7.5,2 L3,2 C2.7348932,2.00035717 2.48074675,2.10582875 2.29328775,2.29328775 C2.10582875,2.48074675 2.00035717,2.7348932 2,3 L2,13 C2.00035717,13.2651072 2.10582875,13.5192537 2.29328775,13.7067127 C2.48074675,13.8941717 2.7348932,13.9996424 3,14 Z M9,2 L13.5,2 C13.7761421,2 14,2.22385776 14,2.5 L14,7 L13,7 L13,3.70700002 L8.70699978,8 L8,7.29300022 L12.2930002,3 L9,3 L9,2 Z" id="jump" fill="#0052D9"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>page-last</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-512.000000, -951.000000)">
|
|
6
|
-
<g id="page-last" transform="translate(512.000000, 951.000000)">
|
|
7
|
-
<path d="M16,0 L16,16 L0,16 L0,0 L16,0 Z" id="矩形" opacity="0.600000024" transform="translate(8.000000, 8.000000) scale(-1, -1) rotate(89.999999) translate(-8.000000, -8.000000) "></path>
|
|
8
|
-
<path d="M2.74385114,5.31066817 L6.28423186,8.85104864 L9.82461234,5.31066817 L10.7438514,6.22990697 L6.28423186,10.6895263 L1.82461234,6.22990697 L2.74385114,5.31066817 Z" id="路径-4-(Stroke)" fill="#000000" transform="translate(6.284232, 8.000097) scale(-1, -1) rotate(89.999999) translate(-6.284232, -8.000097) "></path>
|
|
9
|
-
<path d="M9.90439113,3.99999995 L11.2043911,3.99999995 L11.2043911,12 L9.90439113,12 L9.90439113,3.99999995 Z" id="Vector-276-(Stroke)" fill="#000000" transform="translate(10.554391, 8.000000) rotate(-180.000004) translate(-10.554391, -8.000000) "></path>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>loading-blue</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-608.000000, -831.000000)">
|
|
6
|
-
<g id="loading-blue" transform="translate(608.000000, 831.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="loading-blue-(Background)"></path>
|
|
8
|
-
<path d="M12.5,8 C12.5,5.51471853 10.485281,3.5 8,3.5 C5.51471853,3.5 3.5,5.51471853 3.5,8 C3.5,10.485281 5.51471853,12.5 8,12.5 C10.485281,12.5 12.5,10.485281 12.5,8 Z M14.5,8 C14.5,4.4101491 11.5898504,1.5 8,1.5 C4.4101491,1.5 1.5,4.4101491 1.5,8 C1.5,11.5898504 4.4101491,14.5 8,14.5 C11.5898504,14.5 14.5,11.5898504 14.5,8 Z" id="Oval-(Stroke)" fill=""></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
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>icon/Mpa</title>
|
|
4
|
-
<g id="icon/Mpa" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="icon/Mpa备份">
|
|
6
|
-
<rect id="矩形备份-193" x="0" y="0" width="24" height="24"></rect>
|
|
7
|
-
<path d="M14.7803166,16.2195309 C16.7034663,16.5616631 18,17.3091399 18,18.5 C18,20.2038013 15.3460044,21 12,21 C8.65399558,21 6,20.2038013 6,18.5 C6,17.3094289 7.29590446,16.5620259 9.21828326,16.21978 L9.74985946,17.160115 C8.11864657,17.4071451 7,17.9143815 7,18.5 C7,19.3284271 9.23857625,20 12,20 C14.7614237,20 17,19.3284271 17,18.5 C17,17.9143815 15.8813534,17.4071451 14.2501405,17.160115 L14.7803166,16.2195309 Z M12,3 C14.7614237,3 17,5.23857625 17,8 C17,8.64433221 16.7958333,9.51231481 16.3875,10.6039478 L16.2,11.0854834 L15.9875,11.5944048 L15.75,12.1307119 L15.4875,12.6944048 L15.2,13.2854834 L14.8875,13.9039478 L14.55,14.549798 L14.1875,15.2230339 L13.8,15.9236556 L13.3875,16.6516631 L12.95,17.4070563 L12.4875,18.1898353 L12,19 L11.5125,18.1898353 L11.05,17.4070563 L10.6125,16.6516631 L10.2,15.9236556 L9.8125,15.2230339 L9.45,14.549798 L9.1125,13.9039478 L8.8,13.2854834 L8.5125,12.6944048 C8.46666667,12.5981738 8.421875,12.5030839 8.378125,12.4091351 L8.128125,11.8591351 C7.37604167,10.1608292 7,8.87445085 7,8 C7,5.23857625 9.23857625,3 12,3 Z M12,6 C10.8954305,6 10,6.8954305 10,8 C10,9.1045695 10.8954305,10 12,10 C13.1045695,10 14,9.1045695 14,8 C14,6.8954305 13.1045695,6 12,6 Z" id="形状结合" fill-opacity="0.9" fill="#000000" fill-rule="nonzero"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</g>
|
|
10
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M1.99951 3.98621L13.9989 4.00001L14.0001 3.00001L2.00066 2.98621L1.99951 3.98621Z" fill="#fff" fill-opacity="0.9"/>
|
|
3
|
-
<path d="M7.50009 8.50001H13.9995V7.50001H7.50009V8.50001Z" fill="#fff" fill-opacity="0.9"/>
|
|
4
|
-
<path d="M1.99951 12.9862L13.9989 13L14.0001 12L2.00066 11.9862L1.99951 12.9862Z" fill="#fff" fill-opacity="0.9"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.96675 7.59308C6.23342 7.79308 6.23342 8.19308 5.96675 8.39308L2.80009 10.7681C2.47047 11.0153 2.00009 10.7801 2.00009 10.3681L2.00009 5.61808C2.00009 5.20605 2.47047 4.97086 2.80009 5.21808L5.96675 7.59308ZM3.00009 6.61808L4.83342 7.99308L3.00009 9.36808L3.00009 6.61808Z" fill="#fff" fill-opacity="0.9"/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M1.99951 3.98621L13.9989 4.00001L14.0001 3.00001L2.00066 2.98621L1.99951 3.98621Z" fill="black" fill-opacity="0.9"/>
|
|
3
|
-
<path d="M7.50009 8.50001H13.9995V7.50001H7.50009V8.50001Z" fill="black" fill-opacity="0.9"/>
|
|
4
|
-
<path d="M1.99951 12.9862L13.9989 13L14.0001 12L2.00066 11.9862L1.99951 12.9862Z" fill="black" fill-opacity="0.9"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.96675 7.59308C6.23342 7.79308 6.23342 8.19308 5.96675 8.39308L2.80009 10.7681C2.47047 11.0153 2.00009 10.7801 2.00009 10.3681L2.00009 5.61808C2.00009 5.20605 2.47047 4.97086 2.80009 5.21808L5.96675 7.59308ZM3.00009 6.61808L4.83342 7.99308L3.00009 9.36808L3.00009 6.61808Z" fill="black" fill-opacity="0.9"/>
|
|
6
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>remove</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-128.000000, -951.000000)">
|
|
6
|
-
<g id="remove" transform="translate(128.000000, 951.000000)">
|
|
7
|
-
<path d="M16,0 L16,16 L0,16 L0,0 L16,0 Z" id="矩形"></path>
|
|
8
|
-
<path d="M12.5,7.34997559 L12.5,8.64997554 L3.5,8.64997554 L3.5,7.34997559 L12.5,7.34997559 Z" id="路径-4-(Stroke)" fill="#000000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>chart-bar</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-656.000000, -771.000000)">
|
|
6
|
-
<g id="chart-bar" transform="translate(656.000000, 771.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="chart-bar-(Background)"></path>
|
|
8
|
-
<path d="M7.5,14 L8.5,14 L8.5,2 L7.5,2 L7.5,14 Z M2.5,14 L3.5,14 L3.5,6 L2.5,6 L2.5,14 Z M12.5,10 L13.5,10 L13.5,14 L12.5,14 L12.5,10 Z" fill-opacity="0.899999976" fill="#000000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>ellipsis</title>
|
|
4
|
-
<g id="ellipsis" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="ellipsis-(Background)"></path>
|
|
6
|
-
<path d="M2,8 C2,7.44772339 2.44775391,7 3,7 C3.55224609,7 4,7.44772339 4,8 C4,8.55227661 3.55224609,9 3,9 C2.44775391,9 2,8.55227661 2,8 Z M8,9 C8.55224609,9 9,8.55227661 9,8 C9,7.44772339 8.55224609,7 8,7 C7.44775391,7 7,7.44772339 7,8 C7,8.55227661 7.44775391,9 8,9 Z M13,9 C13.5522461,9 14,8.55227661 14,8 C14,7.44772339 13.5522461,7 13,7 C12.4477539,7 12,7.44772339 12,8 C12,8.55227661 12.4477539,9 13,9 Z" fill-opacity="0.9" fill="#000000"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>menu-unfold</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-848.000000, -591.000000)">
|
|
6
|
-
<g id="menu-unfold" transform="translate(848.000000, 591.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="menu-unfold-(Background)"></path>
|
|
8
|
-
<path d="M2.00115022,12 L2,13 L13.9993925,13.0138044 L14.0005436,12.0138044 L2.00115022,12 Z M2.00057555,7.5 L2.00057546,8.5 L8.49996805,8.5 L8.49996805,7.5 L2.00057555,7.5 Z M2.00115101,3 L2,4 L13.9993935,4.01380455 L14.0005436,3.01380453 L2.00115101,3 Z M10.0333014,7.60693312 L13.1999683,5.23193359 C13.5295868,4.98472023 13.9999685,5.2199111 13.9999685,5.63193369 L13.9999676,10.3819342 C13.9999676,10.7939568 13.5295858,11.0291471 13.1999674,10.7819338 L10.0333014,8.40693331 C9.76663446,8.20693302 9.76663446,7.8069334 10.0333014,7.60693312 Z M11.1666346,8.00693321 L12.9999685,6.63193369 L12.9999676,9.38193369 L11.1666346,8.00693321 Z" fill-opacity="0.899999976" fill="#000000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.49993 2.02746V1H7.49993V2.02746C5.24996 2.27619 3.49993 4.18372 3.49993 6.5V11L2.59993 12.2C2.35272 12.5296 2.58791 13 2.99993 13H5.54994C5.78158 14.1411 6.79045 15 7.99993 15C9.20941 15 10.2183 14.1411 10.4499 13H12.9999C13.412 13 13.6471 12.5296 13.3999 12.2L12.4999 11V6.5C12.4999 4.18372 10.7499 2.27619 8.49993 2.02746Z" fill="black" fill-opacity="0.9"/>
|
|
3
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>minus-circle</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-128.000000, -171.000000)">
|
|
6
|
-
<g id="minus-circle" transform="translate(128.000000, 171.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="minus-circle-(Background)"></path>
|
|
8
|
-
<path d="M11.5,8.5 L11.5,7.5 L4.5,7.5 L4.5,8.5 L11.5,8.5 Z M8,15 C4.13400674,15 1,11.8659935 1,8 C1,4.13400674 4.13400674,1 8,1 C11.8659935,1 15,4.13400674 15,8 C15,11.8659935 11.8659935,15 8,15 Z M8,14 C4.68629146,14 2,11.3137083 2,8 C2,4.68629146 4.68629146,2 8,2 C11.3137083,2 14,4.68629146 14,8 C14,11.3137083 11.3137083,14 8,14 Z" fill="#000000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>sound</title>
|
|
4
|
-
<g id="sound" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="sound-(Background)"></path>
|
|
6
|
-
<path d="M8.24265862,13.5456524 C8.57592058,13.7456102 8.99990654,13.5055542 8.99990654,13.1169062 L8.99990654,2.88309622 C8.99990654,2.49444899 8.57592058,2.25439267 8.24265814,2.45435004 L3.99990654,5.00000095 L2.10472828,5.00000095 C1.77357697,5.00000095 1.50503778,5.2682879 1.50472844,5.59944057 L1.50024414,10.3994398 C1.49993461,10.7310295 1.76865393,11.000001 2.10024416,11.000001 L3.99990654,11.000001 L8.24265862,13.5456524 Z M4.99990654,10.4338112 L7.99990654,12.2338114 L7.99990654,3.76619136 L4.99990654,5.56619143 L4.99990654,10.4338112 Z M3.99990654,6.00000095 L2.50435472,6.00000095 L2.50061798,10.000001 L3.99990654,10.000001 L3.99990654,6.00000095 Z M12.1208887,3.78130865 L12.8032074,3.05025339 C13.4996481,3.70026493 14.0520935,4.47193956 14.4290028,5.32121706 C14.8059139,6.17049694 14.9999065,7.08074903 14.9999065,8.00000095 C14.9999065,8.91925287 14.8059139,9.82950497 14.4290028,10.6787853 C14.0520935,11.5280628 13.4996481,12.299737 12.8032074,12.949749 L12.1208887,12.2186928 C12.7215366,11.6580887 13.1940231,10.9963245 13.5149727,10.273138 C13.8358288,9.55016518 13.9999065,8.77797413 13.9999065,8.00000095 C13.9999065,7.22202778 13.8358288,6.44983673 13.5149727,5.72686338 C13.1940231,5.00367737 12.7215366,4.34191346 12.1208887,3.78130865 Z M10.4274349,5.54638219 L11.1282244,4.83301425 C12.0230169,5.71202946 12.5009527,6.84639454 12.4999638,8.00112915 C12.4989748,9.15589142 12.0190725,10.2896752 11.1226921,11.1675005 L10.4230194,10.4530363 C11.1372137,9.7536273 11.499217,8.87323761 11.4999638,8.00027275 C11.5007114,7.12734747 11.140254,6.24663258 10.4274349,5.54638219 Z" fill="#000000"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>edit</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-944.000000, -591.000000)">
|
|
6
|
-
<g id="edit" transform="translate(944.000000, 591.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="edit-(Background)"></path>
|
|
8
|
-
<path d="M14.125309,4.98033142 L14.8324165,4.27322483 L11.5890379,1.02984619 L10.8819304,1.73695302 L14.125309,4.98033142 Z M5.96512747,13.140645 L13.2627296,5.84304333 L10.019351,2.59966433 L2.72174895,9.89726639 L1.99915673,13.5102282 C1.95717307,13.7201452 2.14224982,13.90522 2.35216591,13.8632374 L5.96512747,13.140645 Z M11.8485165,5.84304333 L5.47211528,12.2194433 L3.18565893,12.6767349 L3.6429503,10.3902788 L10.019351,4.01387763 L11.8485165,5.84304333 Z" fill-opacity="0.899999976" fill="#000000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>time备份 2</title>
|
|
4
|
-
<g id="time备份-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L32,0 L32,32 L0,32 L0,0 Z" id="time-(Background)"></path>
|
|
6
|
-
<path d="M15,16.7778492 L20.0004883,22 L21.4147034,20.5857849 L17,15.9494228 L17,8 L15,8 L15,16.7778492 Z M16,30 C8.26801348,30 2,23.731987 2,16 C2,8.26801348 8.26801348,2 16,2 C23.731987,2 30,8.26801348 30,16 C30,23.731987 23.731987,30 16,30 Z M16,28 C9.37258291,28 4,22.6274166 4,16 C4,9.37258291 9.37258291,4 16,4 C22.6274166,4 28,9.37258291 28,16 C28,22.6274166 22.6274166,28 16,28 Z" id="time" fill-opacity="0.899999976" fill="#ED7B2F"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>time</title>
|
|
4
|
-
<g id="time" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="time-(Background)"></path>
|
|
6
|
-
<path d="M7.5,8.3889246 L10.0002441,11 L10.7073517,10.2928925 L8.5,7.97471142 L8.5,4 L7.5,4 L7.5,8.3889246 Z M8,15 C4.13400674,15 1,11.8659935 1,8 C1,4.13400674 4.13400674,1 8,1 C11.8659935,1 15,4.13400674 15,8 C15,11.8659935 11.8659935,15 8,15 Z M8,14 C4.68629146,14 2,11.3137083 2,8 C2,4.68629146 4.68629146,2 8,2 C11.3137083,2 14,4.68629146 14,8 C14,11.3137083 11.3137083,14 8,14 Z" fill-opacity="0.899999976" fill="#000000"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>time备份</title>
|
|
4
|
-
<g id="time备份" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="time-(Background)"></path>
|
|
6
|
-
<path d="M7.5,8.3889246 L10.0002441,11 L10.7073517,10.2928925 L8.5,7.97471142 L8.5,4 L7.5,4 L7.5,8.3889246 Z M8,15 C4.13400674,15 1,11.8659935 1,8 C1,4.13400674 4.13400674,1 8,1 C11.8659935,1 15,4.13400674 15,8 C15,11.8659935 11.8659935,15 8,15 Z M8,14 C4.68629146,14 2,11.3137083 2,8 C2,4.68629146 4.68629146,2 8,2 C11.3137083,2 14,4.68629146 14,8 C14,11.3137083 11.3137083,14 8,14 Z" id="time" fill-opacity="0.899999976" fill="#ED7B2F"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>slash备份 2</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-393.000000, -801.000000)">
|
|
6
|
-
<g id="slash备份-2" transform="translate(393.000000, 801.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="slash-(Background)"></path>
|
|
8
|
-
<g id="编组" transform="translate(2.000000, 1.500000)" fill="#0052D9">
|
|
9
|
-
<path d="M5.49990723,-0.499956071 L6.49990723,-0.499956071 L6.49990723,13.5000439 L5.49990723,13.5000439 L5.49990723,-0.499956071 Z" id="slash" transform="translate(5.999907, 6.500044) rotate(30.000000) translate(-5.999907, -6.500044) "></path>
|
|
10
|
-
<path d="M9.5,13 C8.11938477,13 7,11.8807068 7,10.5 C7,9.11929321 8.11938477,8 9.5,8 C10.8806152,8 12,9.11929321 12,10.5 C12,11.8807068 10.8806152,13 9.5,13 Z M9.5,12 C8.67163086,12 8,11.3284302 8,10.5 C8,9.67156982 8.67163086,9 9.5,9 C10.3283691,9 11,9.67156982 11,10.5 C11,11.3284302 10.3283691,12 9.5,12 Z" id="chart-bubble"></path>
|
|
11
|
-
<path d="M2.5,5 C1.11938477,5 0,3.88070679 0,2.5 C0,1.11929321 1.11938477,0 2.5,0 C3.88061523,0 5,1.11929321 5,2.5 C5,3.88070679 3.88061523,5 2.5,5 Z M2.5,4 C1.67163086,4 1,3.32843018 1,2.5 C1,1.67156982 1.67163086,1 2.5,1 C3.32836914,1 4,1.67156982 4,2.5 C4,3.32843018 3.32836914,4 2.5,4 Z" id="chart-bubble备份"></path>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>slash备份</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-368.000000, -801.000000)">
|
|
6
|
-
<g id="slash备份" transform="translate(368.000000, 801.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="slash-(Background)"></path>
|
|
8
|
-
<g id="编组" transform="translate(2.000000, 1.500000)" fill="#000000" fill-opacity="0.899999976">
|
|
9
|
-
<path d="M5.49990723,-0.499956071 L6.49990723,-0.499956071 L6.49990723,13.5000439 L5.49990723,13.5000439 L5.49990723,-0.499956071 Z" id="slash" transform="translate(5.999907, 6.500044) rotate(30.000000) translate(-5.999907, -6.500044) "></path>
|
|
10
|
-
<path d="M9.5,13 C8.11938477,13 7,11.8807068 7,10.5 C7,9.11929321 8.11938477,8 9.5,8 C10.8806152,8 12,9.11929321 12,10.5 C12,11.8807068 10.8806152,13 9.5,13 Z M9.5,12 C8.67163086,12 8,11.3284302 8,10.5 C8,9.67156982 8.67163086,9 9.5,9 C10.3283691,9 11,9.67156982 11,10.5 C11,11.3284302 10.3283691,12 9.5,12 Z" id="chart-bubble"></path>
|
|
11
|
-
<path d="M2.5,5 C1.11938477,5 0,3.88070679 0,2.5 C0,1.11929321 1.11938477,0 2.5,0 C3.88061523,0 5,1.11929321 5,2.5 C5,3.88070679 3.88061523,5 2.5,5 Z M2.5,4 C1.67163086,4 1,3.32843018 1,2.5 C1,1.67156982 1.67163086,1 2.5,1 C3.32836914,1 4,1.67156982 4,2.5 C4,3.32843018 3.32836914,4 2.5,4 Z" id="chart-bubble备份"></path>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>phone-error</title>
|
|
4
|
-
<g id="phone-error" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="mobile-(Background)"></path>
|
|
6
|
-
<path d="M11.5,1.5 C12.0522852,1.5 12.5,1.94771528 12.5,2.5 L12.5,8 L11.5,8 L11.5,2.5 L4.5,2.5 L4.5,14 L8,14 L8,15 L4.5,15 C3.94771522,15 3.5,14.5522852 3.5,14 L3.5,2.5 C3.5,1.94771546 3.94771528,1.5 4.5,1.5 L11.5,1.5 Z M8,12 L8,13 L6.5,13 L6.5,12 L8,12 Z" id="形状结合" fill-opacity="0.899999976" fill="#000000"></path>
|
|
7
|
-
<g id="error-circle-filled" transform="translate(9.000000, 9.000000)" fill="#E55E69" fill-opacity="0.9">
|
|
8
|
-
<path d="M3.5,0 C1.56700456,0 0,1.56700242 0,3.5 C0,5.4329958 1.56700242,7 3.5,7 C5.4329958,7 7,5.4329977 7,3.5 C7,1.56700456 5.4329977,0 3.5,0 Z M3.74999905,4.24999714 L3.24999905,4.24999714 L3.24999905,1.50015152 L3.74999905,1.50015152 L3.74999905,4.24999714 Z M3.79714251,5 L3.79714251,5.59999704 L3.1971426,5.59999704 L3.1971426,5 L3.79714251,5 Z"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>phone-warning</title>
|
|
4
|
-
<g id="phone-warning" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="mobile-(Background)"></path>
|
|
6
|
-
<path d="M11.5,1.5 C12.0522852,1.5 12.5,1.94771528 12.5,2.5 L12.5,8 L11.5,8 L11.5,2.5 L4.5,2.5 L4.5,14 L8,14 L8,15 L4.5,15 C3.94771522,15 3.5,14.5522852 3.5,14 L3.5,2.5 C3.5,1.94771546 3.94771528,1.5 4.5,1.5 L11.5,1.5 Z M8,12 L8,13 L6.5,13 L6.5,12 L8,12 Z" id="形状结合" fill-opacity="0.899999976" fill="#000000"></path>
|
|
7
|
-
<path d="M12.2528365,9.14692043 C12.3800882,8.95102674 12.634592,8.95102641 12.7618435,9.14692011 L12.7618435,9.14692011 L15.9357967,14.6623188 C16.0930883,14.9044566 15.9434458,15.25 15.6812929,15.25 L15.6812929,15.25 L9.31870675,15.2499996 C9.05655379,15.2499996 8.9069117,14.9044565 9.06420349,14.6623183 L9.06420349,14.6623183 Z M12.8527473,13.5501001 L12.2127055,13.5501001 L12.2127055,14.1965515 L12.8527473,14.1965515 L12.8527473,13.5501001 Z M12.8024815,11.0330283 L12.2690917,11.0330283 L12.2690917,13.0113687 L12.8024815,13.0113687 L12.8024815,11.0330283 Z" id="形状结合" fill="#EE8843"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>mobile</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-80.000000, -531.000000)">
|
|
6
|
-
<g id="mobile" transform="translate(80.000000, 531.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="mobile-(Background)"></path>
|
|
8
|
-
<path d="M9.5,13 L9.5,12 L6.5,12 L6.5,13 L9.5,13 Z M4.5,1.5 L11.5,1.5 C12.0522852,1.5 12.5,1.94771528 12.5,2.5 L12.5,14 C12.5,14.5522842 12.0522852,15 11.5,15 L4.5,15 C3.94771522,15 3.5,14.5522852 3.5,14 L3.5,2.5 C3.5,1.94771546 3.94771528,1.5 4.5,1.5 Z M11.5,2.5 L11.5,14 L4.5,14 L4.5,2.5 L11.5,2.5 Z" fill-opacity="0.899999976" fill="#000000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>phonev</title>
|
|
4
|
-
<g id="phonev" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="mobile-(Background)"></path>
|
|
6
|
-
<path d="M11.5,1.5 C12.0522852,1.5 12.5,1.94771528 12.5,2.5 L12.5,8 L11.5,8 L11.5,2.5 L4.5,2.5 L4.5,14 L8,14 L8,15 L4.5,15 C3.94771522,15 3.5,14.5522852 3.5,14 L3.5,2.5 C3.5,1.94771546 3.94771528,1.5 4.5,1.5 L11.5,1.5 Z M8,12 L8,13 L6.5,13 L6.5,12 L8,12 Z" id="形状结合" fill-opacity="0.899999976" fill="#000000"></path>
|
|
7
|
-
<path d="M16,12.5 C16,10.5670034 14.4329967,9 12.5,9 C10.5670034,9 9,10.5670034 9,12.5 C9,14.4329967 10.5670034,16 12.5,16 C14.4329967,16 16,14.4329967 16,12.5 Z M12,13.8534999 L14.25,11.60375 L13.8962498,11.25 L12,13.1465001 L11.10325,12.25 L10.75,12.60325 L12,13.8534999 Z" id="check-circle-filled" fill="#19B07E"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>add</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-80.000000, -951.000000)">
|
|
6
|
-
<g id="add" transform="translate(80.000000, 951.000000)">
|
|
7
|
-
<path d="M16,0 L16,16 L0,16 L0,0 L16,0 Z" id="矩形"></path>
|
|
8
|
-
<path d="M7.34997559,12.5 L8.64997578,12.5 L8.64997578,8.65009785 L12.5,8.65009785 L12.5,7.35009766 L8.64997578,7.35009766 L8.64997578,3.5 L7.34997559,3.5 L7.34997559,7.35009766 L3.5,7.35009766 L3.5,8.65009785 L7.34997559,8.65009785 L7.34997559,12.5 Z" id="Union" fill="#000000" fill-rule="nonzero"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>mobile备份 7</title>
|
|
4
|
-
<g id="mobile备份-7" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="mobile-(Background)"></path>
|
|
6
|
-
<g id="qq-line">
|
|
7
|
-
<polygon id="路径" points="0 0 16 0 16 16 0 16"></polygon>
|
|
8
|
-
<path d="M11.3487594,6.98545894 C11.3487594,6.97092196 11.3556817,6.72586998 11.3556817,6.59919057 C11.3549895,4.47263783 10.3844729,2.33500928 7.99902344,2.33500928 C5.61357397,2.33500928 4.64305738,4.47263783 4.64305738,6.59919057 C4.64305738,6.72586998 4.64928752,6.97092196 4.64997975,6.98545894 L4.16818265,8.228717 C4.03665758,8.58521916 3.9051325,8.95556608 3.810296,9.2739952 C3.35549615,10.7893025 3.50294268,11.4164694 3.61508511,11.4303141 C3.85598366,11.4600804 4.39608893,10.4185949 4.39608893,10.4185949 C4.39608893,11.0969874 4.73320846,12.2101018 5.46282649,12.8483445 C5.19008503,12.9362586 5.01132758,12.9407727 4.79673405,13.1048329 C4.60290762,13.2529717 4.62713593,13.4031872 4.66244002,13.4647963 C4.81473221,13.7313076 7.2860191,13.6343944 7.99902344,13.5513259 C8.71202778,13.6343944 11.1826224,13.7313076 11.3356069,13.464104 C11.3702187,13.4031872 11.394447,13.2529717 11.2013128,13.1048329 C10.9860271,12.9407727 10.766423,12.9355664 10.4929893,12.8483445 C11.2232996,12.2094095 11.5611114,11.0956029 11.5611114,10.4179027 C11.5611114,10.4179027 12.1427555,11.4600804 12.383654,11.4303141 C12.4957964,11.4164694 12.6453197,10.787918 12.1877509,9.27330296 C12.0908377,8.95279713 11.9627738,8.58521916 11.8305565,8.228717 L11.3487594,6.98545894 Z M12.3706667,13.8273333 C12.122,14.262 11.8153333,14.422 11.412,14.532 C11.252,14.5753333 11.08,14.604 10.8826667,14.624 C10.5893333,14.654 10.2253333,14.6672738 9.80733333,14.6666667 C9.20430958,14.6654888 8.60158536,14.6396896 8.00066667,14.5893333 C7.53933333,14.6326667 6.81066667,14.6653333 6.194,14.6666667 C5.83484488,14.6704904 5.47572468,14.6562502 5.118,14.624 C4.93956393,14.6078004 4.76275207,14.5770311 4.58933333,14.532 C4.186,14.4226667 3.87933333,14.262 3.62933333,13.826 C3.43853461,13.4923592 3.38158307,13.0987025 3.47,12.7246667 C3.07533333,12.6366667 2.80266667,12.4026667 2.61733333,12.1173333 C2.52380831,11.9715805 2.45425886,11.8117743 2.41133333,11.644 C2.35158869,11.4029799 2.32556294,11.1548378 2.334,10.9066667 C2.34266667,10.3833333 2.45866667,9.732 2.68866667,8.96533333 C2.782,8.65466667 2.90666667,8.29333333 3.06733333,7.862 L3.436,6.90866667 C3.43526006,6.86355895 3.43481561,6.81844687 3.43466667,6.77333333 C3.43466667,3.73666667 5.05866667,1.33333333 8,1.33333333 C10.942,1.33333333 12.5653333,3.73666667 12.5653333,6.77333333 L12.5646667,6.90866667 L12.9333333,7.862 L12.94,7.87933333 C13.09,8.28333333 13.2153333,8.648 13.3106667,8.96333333 C13.5426667,9.73 13.6586667,10.3826667 13.6673333,10.9073333 C13.672,11.1786667 13.6473333,11.4246667 13.5886667,11.646 C13.5446667,11.81 13.4813333,11.966 13.382,12.118 C13.198,12.4026667 12.926,12.6353333 12.5306667,12.7246667 C12.6173333,13.094 12.5673333,13.4846667 12.3706667,13.8273333 L12.3706667,13.8273333 Z" id="形状" fill="#000000" fill-rule="nonzero"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>realname</title>
|
|
4
|
-
<g id="realname" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M-2.79752908e-06,2.79752908e-06 L15.9999972,2.79752908e-06 L15.9999972,16.0000028 L-2.79752908e-06,16.0000028 L-2.79752908e-06,2.79752908e-06 Z" id="Rectangle-4117" fill-opacity="0" fill="#C4C4C4" transform="translate(7.999997, 8.000003) rotate(0.000020) translate(-7.999997, -8.000003) "></path>
|
|
6
|
-
<path d="M8,8.5 C6.06700325,8.5 4.5,6.93299675 4.5,5 C4.5,3.06700301 6.06700325,1.5 8,1.5 C9.93299675,1.5 11.5,3.06700301 11.5,5 C11.5,6.93299675 9.93299675,8.5 8,8.5 Z M8,7.5 C6.61928749,7.5 5.5,6.38071156 5.5,5 C5.5,3.61928773 6.61928749,2.5 8,2.5 C9.38071156,2.5 10.5,3.61928773 10.5,5 C10.5,6.38071203 9.38071156,7.5 8,7.5 Z M14.5,11.7246284 L14.5,14 C14.5,14.2761421 14.2761421,14.5 14,14.5 L2,14.5 C1.72385892,14.5 1.5,14.2761421 1.5,14 L1.5,11.7246284 C1.5,11.3546562 1.70301592,11.0122261 2.03686422,10.8527746 C3.84940308,9.98707581 5.86650896,9.5 8,9.5 C10.1334915,9.5 12.1505976,9.98707581 13.9631367,10.8527746 C14.2969847,11.0122261 14.5,11.3546562 14.5,11.7246284 Z M13.5,11.739831 L13.5,13.5 L2.5,13.5 L2.5,11.739831 C4.17434502,10.9457273 6.03340387,10.5 8,10.5 C9.9665966,10.5 11.8256559,10.9457273 13.5,11.739831 Z" id="Union" fill-opacity="0.9" fill="#000000"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>user-add备份</title>
|
|
4
|
-
<g id="user-add备份" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M-2.79752908e-06,2.79752908e-06 L15.9999972,2.79752908e-06 L15.9999972,16.0000028 L-2.79752908e-06,16.0000028 L-2.79752908e-06,2.79752908e-06 Z" id="Rectangle-4117" fill-opacity="0" fill="#C4C4C4" transform="translate(7.999997, 8.000003) rotate(0.000020) translate(-7.999997, -8.000003) "></path>
|
|
6
|
-
<path d="M8,9.5 L8,10.5 L8,10.5 C6.03340387,10.5 4.17434502,10.9457273 2.5,11.739831 L2.5,13.5 L8,13.5 L8,14.5 L2,14.5 C1.72385892,14.5 1.5,14.2761421 1.5,14 L1.5,11.7246284 C1.5,11.3546562 1.70301592,11.0122261 2.03686422,10.8527746 C3.84940308,9.98707581 5.86650896,9.5 8,9.5 Z M8,1.5 C9.93299675,1.5 11.5,3.06700301 11.5,5 C11.5,6.93299675 9.93299675,8.5 8,8.5 C6.06700325,8.5 4.5,6.93299675 4.5,5 C4.5,3.06700301 6.06700325,1.5 8,1.5 Z M8,2.5 C6.61928749,2.5 5.5,3.61928773 5.5,5 C5.5,6.38071156 6.61928749,7.5 8,7.5 C9.38071156,7.5 10.5,6.38071203 10.5,5 C10.5,3.61928773 9.38071156,2.5 8,2.5 Z" id="形状结合" fill="#000000"></path>
|
|
7
|
-
<path d="M16,12.5 C16,10.5670034 14.4329967,9 12.5,9 C10.5670034,9 9,10.5670034 9,12.5 C9,14.4329967 10.5670034,16 12.5,16 C14.4329967,16 16,14.4329967 16,12.5 Z M12,13.8534999 L14.25,11.60375 L13.8962498,11.25 L12,13.1465001 L11.10325,12.25 L10.75,12.60325 L12,13.8534999 Z" id="check-circle-filled" fill="#19B07E"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>refresh备份</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-800.000000, -267.000000)">
|
|
6
|
-
<g id="refresh备份" transform="translate(800.000000, 267.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="refresh-(Background)"></path>
|
|
8
|
-
<path d="M13.253437,7.99868345 L14.2147732,7.99868345 C14.2147741,4.54763269 11.4323964,1.75 8.00015783,1.75 C5.7638154,1.75 3.80336469,2.93771338 2.70870465,4.72001243 L2.70870453,2.64251906 L1.75,2.64251906 L1.75,5.74893761 C1.74999993,6.02507998 1.97385756,6.24893761 2.24999993,6.24893761 C2.24999996,6.24893761 2.24999998,6.24893761 2.25,6.24893754 L5.33675885,6.24893713 L5.33675885,6.24893713 L5.33675885,5.28497791 L3.49045432,5.28497815 C4.40906155,3.74210536 6.08691859,2.71133503 8.00015783,2.7113356 C10.8965168,2.7113364 13.253438,5.07360196 13.253437,7.99868345 Z M2.74687386,7.998631 C2.74687305,10.9237127 5.1037941,13.286026 8.0001545,13.286027 C9.91339242,13.286027 11.591249,12.2552587 12.5098562,10.7123852 L10.6632414,10.7123852 L10.6632414,9.74842548 L13.75,9.74842548 C14.0261424,9.74842548 14.25,9.97228311 14.25,10.2484255 L14.25,13.3548441 L14.25,13.3548441 L13.291296,13.3548441 L13.291296,11.2778559 C12.1965759,13.0598733 10.2362852,14.2473631 8.00015402,14.2473631 C4.56791544,14.2473631 1.78553631,11.449683 1.78553822,7.998631 L2.74687386,7.998631 Z" id="refresh" fill="#0052D9"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>refresh</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-800.000000, -231.000000)">
|
|
6
|
-
<g id="refresh" transform="translate(800.000000, 231.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="refresh-(Background)"></path>
|
|
8
|
-
<path d="M13.253437,7.99868345 L14.2147732,7.99868345 C14.2147741,4.54763269 11.4323964,1.75 8.00015783,1.75 C5.7638154,1.75 3.80336469,2.93771338 2.70870465,4.72001243 L2.70870453,2.64251906 L1.75,2.64251906 L1.75,5.74893761 C1.74999993,6.02507998 1.97385756,6.24893761 2.24999993,6.24893761 C2.24999996,6.24893761 2.24999998,6.24893761 2.25,6.24893754 L5.33675885,6.24893713 L5.33675885,6.24893713 L5.33675885,5.28497791 L3.49045432,5.28497815 C4.40906155,3.74210536 6.08691859,2.71133503 8.00015783,2.7113356 C10.8965168,2.7113364 13.253438,5.07360196 13.253437,7.99868345 Z M2.74687386,7.998631 C2.74687305,10.9237127 5.1037941,13.286026 8.0001545,13.286027 C9.91339242,13.286027 11.591249,12.2552587 12.5098562,10.7123852 L10.6632414,10.7123852 L10.6632414,9.74842548 L13.75,9.74842548 C14.0261424,9.74842548 14.25,9.97228311 14.25,10.2484255 L14.25,13.3548441 L14.25,13.3548441 L13.291296,13.3548441 L13.291296,11.2778559 C12.1965759,13.0598733 10.2362852,14.2473631 8.00015402,14.2473631 C4.56791544,14.2473631 1.78553631,11.449683 1.78553822,7.998631 L2.74687386,7.998631 Z" fill="#000000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>fork备份</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-464.000000, -562.000000)">
|
|
6
|
-
<g id="fork备份" transform="translate(464.000000, 562.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="fork-(Background)"></path>
|
|
8
|
-
<path d="M6.5,2 L9.5,2 C9.77614212,2 10,2.22385764 10,2.5 L10,5.5 C10,5.77614236 9.77614212,6 9.5,6 L8.5,6 L8.5,8 L11.5,8 C12.0522852,8 12.5,8.44771528 12.5,9 L12.5,10 L13.5,10 C13.7761421,10 14,10.2238579 14,10.5 L14,13.5 C14,13.7761421 13.7761421,14 13.5,14 L10.5,14 C10.2238579,14 10,13.7761421 10,13.5 L10,10.5 C10,10.2238579 10.2238579,10 10.5,10 L11.5,10 L11.5,9 L4.5,9 L4.5,10 L5.5,10 C5.77614236,10 6,10.2238579 6,10.5 L6,13.5 C6,13.7761421 5.77614236,14 5.5,14 L2.5,14 C2.22385764,14 2,13.7761421 2,13.5 L2,10.5 C2,10.2238579 2.22385764,10 2.5,10 L3.5,10 L3.5,9 C3.5,8.44771528 3.94771528,8 4.5,8 L7.5,8 L7.5,6 L6.5,6 C6.2238574,6 6,5.77614236 6,5.5 L6,2.5 C6,2.22385764 6.2238574,2 6.5,2 Z M7,3 L9,3 L9,5 L7,5 L7,3 Z M3,13 L5,13 L5,11 L3,11 L3,13 Z M13,11 L13,13 L11,13 L11,11 L13,11 Z" id="fork" fill="#0052D9"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>fork</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-464.000000, -531.000000)">
|
|
6
|
-
<g id="fork" transform="translate(464.000000, 531.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="fork-(Background)"></path>
|
|
8
|
-
<path d="M6.5,2 L9.5,2 C9.77614212,2 10,2.22385764 10,2.5 L10,5.5 C10,5.77614236 9.77614212,6 9.5,6 L8.5,6 L8.5,8 L11.5,8 C12.0522852,8 12.5,8.44771528 12.5,9 L12.5,10 L13.5,10 C13.7761421,10 14,10.2238579 14,10.5 L14,13.5 C14,13.7761421 13.7761421,14 13.5,14 L10.5,14 C10.2238579,14 10,13.7761421 10,13.5 L10,10.5 C10,10.2238579 10.2238579,10 10.5,10 L11.5,10 L11.5,9 L4.5,9 L4.5,10 L5.5,10 C5.77614236,10 6,10.2238579 6,10.5 L6,13.5 C6,13.7761421 5.77614236,14 5.5,14 L2.5,14 C2.22385764,14 2,13.7761421 2,13.5 L2,10.5 C2,10.2238579 2.22385764,10 2.5,10 L3.5,10 L3.5,9 C3.5,8.44771528 3.94771528,8 4.5,8 L7.5,8 L7.5,6 L6.5,6 C6.2238574,6 6,5.77614236 6,5.5 L6,2.5 C6,2.22385764 6.2238574,2 6.5,2 Z M7,3 L9,3 L9,5 L7,5 L7,3 Z M3,13 L5,13 L5,11 L3,11 L3,13 Z M13,11 L13,13 L11,13 L11,11 L13,11 Z" fill-opacity="0.899999976" fill="#000000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>remind</title>
|
|
4
|
-
<g id="remind" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="error-circle-(Background)"></path>
|
|
6
|
-
<path d="M8.50362683,1.9992536 L8.57115391,2.07671118 L15.3733055,13.2360899 C15.6905707,13.6591104 15.4251518,14.2521563 14.9244318,14.3204626 L14.8278741,14.3269512 L1.19211036,14.3269504 C0.663334512,14.3269504 0.348149372,13.7587886 0.593936434,13.3172283 L0.646680211,13.236089 L7.48029258,2.07671177 C7.73202953,1.74106224 8.21614012,1.71524252 8.50362683,1.9992536 Z M8.00999293,3.19539648 L1.90779705,13.3149575 L14.0903492,13.3149582 L8.00999293,3.19539648 Z M8.59423828,10.7911902 L8.59423828,11.9911414 L7.39428711,11.9911414 L7.39428711,10.7911902 L8.59423828,10.7911902 Z M8.5,6.11896996 L8.5,9.79119025 L7.5,9.79119025 L7.5,6.11896996 L8.5,6.11896996 Z" id="形状结合" fill="#EE8843"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>search</title>
|
|
4
|
-
<g id="search" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="search-(Background)"></path>
|
|
6
|
-
<path d="M6.75623608,11.5124207 C4.12943935,11.5124207 2,9.38299274 2,6.75621033 C2,4.12942791 4.12943935,2 6.75623608,2 C9.3830328,2 11.5124722,4.12942791 11.5124722,6.75621033 C11.5124722,7.88951063 11.1160965,8.930233 10.4544153,9.7473073 L13.9798489,13.2727222 L13.2727442,13.9798317 L9.74730206,10.4544077 C8.93023014,11.1160622 7.88952065,11.5124207 6.75623608,11.5124207 Z M6.75623608,10.5124207 C4.68171906,10.5124207 3,8.83070278 3,6.75621033 C3,4.68171763 4.68171906,3 6.75623608,3 C8.83075285,3 10.5124722,4.68171763 10.5124722,6.75621033 C10.5124722,8.83070278 8.83075285,10.5124207 6.75623608,10.5124207 Z" fill-opacity="0.9" fill="#000000"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>setting</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-128.000000, -591.000000)">
|
|
6
|
-
<g id="setting" transform="translate(128.000000, 591.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="setting-(Background)"></path>
|
|
8
|
-
<path d="M8.00016594,11 C6.34331179,11 5.00016594,9.65685463 5.00016594,8 C5.00016594,6.34314585 6.34331179,5 8.00016594,5 C9.65702009,5 11.0001659,6.34314585 11.0001659,8 C11.0001659,9.65685463 9.65702009,11 8.00016594,11 Z M8.00016594,10 C6.8955965,10 6.00016594,9.10456944 6.00016594,8 C6.00016594,6.89543056 6.8955965,6 8.00016594,6 C9.10473537,6 10.0001659,6.89543056 10.0001659,8 C10.0001659,9.10456944 9.10473537,10 8.00016594,10 Z M14.0623436,4.625 L14.0623436,11.375 L8.00016594,14.75 L1.93798828,11.375 L1.93798828,4.625 L8.00016594,1.25 L14.0623436,4.625 Z M8.00016594,2.39453006 L13.0623436,5.21279955 L13.0623436,10.7872009 L8.00016594,13.6054697 L2.93798828,10.7872009 L2.93798828,5.21279955 L8.00016594,2.39453006 Z" fill-opacity="0.899999976" fill="#000000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>cart</title>
|
|
4
|
-
<g id="cart" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="cart-(Background)"></path>
|
|
6
|
-
<path d="M2.5764364,3 L3.96502304,11.3315191 C4.02931476,11.7172699 4.36306691,12 4.75413823,12 L14,12 L14,11 L4.92356372,11 L4.59023023,9 L13.2238865,9 C13.5909805,9 13.9109669,8.7501626 14,8.39402866 L14.8500004,4.99402857 C14.9762297,4.48911142 14.5943432,4 14.0738869,4 L3.75689673,4 L3.53497696,2.66848087 C3.47068524,2.28273052 3.13693333,2 2.74586189,2 L1,2 L1,3 L2.5764364,3 Z M4.42356348,8 L3.92356348,5 L13.8177309,5 L13.0677309,8 L4.42356348,8 Z M5.5,13.75 C5.5,13.3357868 5.16421366,13 4.75,13 C4.33578634,13 4,13.3357868 4,13.75 C4,14.1642132 4.33578634,14.5 4.75,14.5 C5.16421366,14.5 5.5,14.1642132 5.5,13.75 Z M13.5629559,13.75 C13.5629559,13.3357868 13.227169,13 12.8129559,13 C12.3987427,13 12.0629559,13.3357868 12.0629559,13.75 C12.0629559,14.1642132 12.3987427,14.5 12.8129559,14.5 C13.227169,14.5 13.5629559,14.1642132 13.5629559,13.75 Z" fill="#000000"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>browse</title>
|
|
4
|
-
<g id="browse" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="browse-(Background)"></path>
|
|
6
|
-
<path d="M7.99975586,10.8797607 C6.40917969,10.8797607 5.11987305,9.59039307 5.11987305,7.99987793 C5.11987305,6.40942383 6.40917969,5.12005615 7.99975586,5.12005615 C9.59033203,5.12005615 10.8796387,6.40942383 10.8796387,7.99987793 C10.8796387,9.59039307 9.59033203,10.8797607 7.99975586,10.8797607 Z M7.99975586,9.87976074 C6.96142578,9.87976074 6.11987305,9.03808594 6.11987305,7.99987793 C6.11987305,6.96166992 6.96142578,6.12005615 7.99975586,6.12005615 C9.0378418,6.12005615 9.87963867,6.96166992 9.87963867,7.99987793 C9.87963867,9.03808594 9.0378418,9.87976074 7.99975586,9.87976074 Z M8.00488281,12.4998779 C10.8984375,12.4998779 13.5385742,10.869873 14.8830566,8.2298584 L15,7.99987793 L14.8830566,7.76989746 C13.5385742,5.13989258 10.8984375,3.49987793 8.00488281,3.49987793 C5.1015625,3.49987793 2.46142578,5.13989258 1.11694336,7.76989746 L1,7.99987793 L1.11694336,8.2298584 C2.46142578,10.869873 5.1015625,12.4998779 8.00488281,12.4998779 Z M2.1105957,7.99987793 C3.31860352,5.82989502 5.54980469,4.49987793 8.00488281,4.49987793 C10.4501953,4.49987793 12.6813965,5.82989502 13.8991699,7.99987793 C12.690918,10.1698608 10.4501953,11.4998779 8.00488281,11.4998779 C5.54980469,11.4998779 3.31860352,10.1698608 2.1105957,7.99987793 Z" fill-opacity="0.9" fill="#000000"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>unfold-more</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-896.000000, -231.000000)">
|
|
6
|
-
<g id="unfold-more" transform="translate(896.000000, 231.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="unfold-more-(Background)"></path>
|
|
8
|
-
<path d="M8.00001383,3.15380287 L4.35558546,6.84004974 L3.64445648,6.13698769 L7.57333565,2.16302653 C7.8081913,1.92547601 8.19183397,1.9254752 8.4266901,2.16302612 L12.3555851,6.13698769 L11.6444569,6.84005022 L8.00001383,3.15380287 Z M8.00002861,12.8502512 L4.30769277,9.15791464 L3.60058594,9.86502123 L7.57576466,13.8402004 C7.81007814,14.0745144 8.18997717,14.0745163 8.42429256,13.8402004 L12.3994732,9.86502123 L11.6923656,9.15791464 L8.00002861,12.8502512 Z" fill-opacity="0.899999976" fill="#000000"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>arrow-down</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-1090.000000, -231.000000)">
|
|
6
|
-
<g id="arrow-down" transform="translate(1090.000000, 231.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="arrow-down-(Background)"></path>
|
|
8
|
-
<path d="M8.49992275,12.0857954 L12.1462154,8.43950367 L12.853323,9.14661026 L8.21203432,13.7878976 C8.094877,13.9050548 7.90492752,13.9050548 7.78777022,13.7878975 L3.14648438,9.14661121 L3.14648438,9.14661121 L3.8535912,8.43950462 L7.49992275,12.0858364 L7.50009203,2.00012207 L8.50009203,2.00012207 L8.49992275,12.0857954 Z" fill-opacity="0.899999976" fill="#000000" fill-rule="nonzero"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>arrow-up</title>
|
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Icons" transform="translate(-1042.000000, -231.000000)">
|
|
6
|
-
<g id="arrow-up" transform="translate(1042.000000, 231.000000)">
|
|
7
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="arrow-up-(Background)"></path>
|
|
8
|
-
<path d="M3.85383523,7.5606513 L3.14672852,6.85354471 L7.73951797,2.26075541 C7.77404747,2.22620037 7.81650191,2.20061522 7.86317986,2.18621016 C8.02775834,2.13542036 8.14412498,2.14410287 8.2122798,2.21225768 L12.8535662,6.85354376 L12.1464596,7.56065083 L8.50012732,3.91431868 L8.49995804,14.0000334 L7.49995804,14.0000334 L7.50012732,3.91435945 L3.85383523,7.5606513 Z" fill-opacity="0.899999976" fill="#000000" fill-rule="nonzero"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>check-circle备份 2</title>
|
|
4
|
-
<g id="check-circle备份-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L32,0 L32,32 L0,32 L0,0 Z" id="check-circle-(Background)"></path>
|
|
6
|
-
<path d="M14,21.4139996 L23,12.415 L21.5849991,11 L14,18.5860004 L10.4130001,15 L9,16.4130001 L14,21.4139996 Z M16,2 C19.7130375,2 23.2739906,3.47499561 25.8994999,6.10050488 C28.5250092,8.72601414 30,12.2869692 30,16 C30,18.7689381 29.1789207,21.4756947 27.6405811,23.7779827 C26.1022415,26.0802708 23.915741,27.8746853 21.3575745,28.9343128 C18.799408,29.9939404 15.9844761,30.2711868 13.2687426,29.7309933 C10.553009,29.1907997 8.05844593,27.8574295 6.10051107,25.8994942 C4.14257598,23.9415588 2.80920544,21.4469986 2.26901236,18.7312641 C1.72881928,16.0155296 2.00606596,13.2005978 3.06569278,10.6424322 C4.12531948,8.08426666 5.91973448,5.89776516 8.22202253,4.35942554 C10.5243111,2.82108581 13.2310677,2 16,2 Z M16,28 C19.1826038,28 22.2348499,26.7357178 24.4852867,24.485281 C26.7357235,22.2348442 28,19.1825981 28,16 C28,13.6266241 27.296217,11.3065472 25.9776402,9.33315754 C24.6590633,7.35976791 22.7849197,5.821697 20.592207,4.91344547 C18.3994942,4.00519395 15.9866953,3.76755381 13.6589231,4.23057652 C11.331151,4.69359922 9.19295502,5.83648825 7.51472473,7.51471853 C5.83649445,9.19294882 4.69360566,11.3311443 4.23058295,13.6589165 C3.76756024,15.9866886 4.00520039,18.3994884 4.91345191,20.5922012 C5.82170343,22.784914 7.35977364,24.6590576 9.33316374,25.9776344 C11.3065538,27.2962112 13.6266308,28 16,28 Z" id="Union" fill-opacity="0.9" fill="#00A870"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75ZM5.625 10.2581L8.75 13.3837L14.375 7.75937L13.4906 6.875L8.75 11.6163L6.50813 9.375L5.625 10.2581Z" fill="#00A870"/>
|
|
3
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>check-circle备份</title>
|
|
4
|
-
<g id="check-circle备份" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<path d="M0,0 L16,0 L16,16 L0,16 L0,0 Z" id="check-circle-(Background)"></path>
|
|
6
|
-
<path d="M7,10.7069998 L11.5,6.20749998 L10.7924995,5.5 L7,9.29300022 L5.20650005,7.5 L4.5,8.20650005 L7,10.7069998 Z M8,1 C9.85651875,1 11.6369953,1.73749781 12.9497499,3.05025244 C14.2625046,4.36300707 15,6.14348459 15,8 C15,9.38446903 14.5894604,10.7378473 13.8202906,11.8889914 C13.0511208,13.0401354 11.9578705,13.9373426 10.6787872,14.4671564 C9.39970398,14.9969702 7.99223804,15.1355934 6.63437128,14.8654966 C5.27650452,14.5953999 4.02922297,13.9287148 3.05025554,12.9497471 C2.07128799,11.9707794 1.40460272,10.7234993 1.13450618,9.36563206 C0.86440964,8.00776482 1.00303298,6.60029888 1.53284639,5.32121611 C2.06265974,4.04213333 2.95986724,2.94888258 4.11101127,2.17971277 C5.26215553,1.41054291 6.61553383,1 8,1 Z M8,14 C9.59130192,14 11.117425,13.3678589 12.2426434,12.2426405 C13.3678617,11.1174221 14,9.59129906 14,8 C14,6.81331205 13.6481085,5.65327358 12.9888201,4.66657877 C12.3295317,3.67988396 11.3924599,2.9108485 10.2961035,2.45672274 C9.19974709,2.00259697 7.99334764,1.8837769 6.82946157,2.11528826 C5.6655755,2.34679961 4.59647751,2.91824412 3.75736237,3.75735927 C2.91824722,4.59647441 2.34680283,5.66557217 2.11529148,6.82945824 C1.88378012,7.99334431 2.00260019,9.19974422 2.45672596,10.2961006 C2.91085172,11.392457 3.67988682,12.3295288 4.66658187,12.9888172 C5.65327692,13.6481056 6.81331539,14 8,14 Z" id="Union" fill-opacity="0.9" fill="#00A870"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|