@jx3box/jx3box-vue3-ui 0.0.3
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/.editorconfig +13 -0
- package/.env +1 -0
- package/.eslintrc +9 -0
- package/.prettierrc +21 -0
- package/README.md +1 -0
- package/assets/css/admin.less +83 -0
- package/assets/css/author.less +86 -0
- package/assets/css/bottom.less +21 -0
- package/assets/css/box.less +180 -0
- package/assets/css/box2.less +150 -0
- package/assets/css/breadcrumb.less +155 -0
- package/assets/css/client-by.less +33 -0
- package/assets/css/cms-single.less +55 -0
- package/assets/css/crumb.less +17 -0
- package/assets/css/down.less +16 -0
- package/assets/css/footer.less +72 -0
- package/assets/css/github-repo.less +87 -0
- package/assets/css/header.less +532 -0
- package/assets/css/icon.less +10 -0
- package/assets/css/left-sidebar.less +137 -0
- package/assets/css/like.less +80 -0
- package/assets/css/like2.less +19 -0
- package/assets/css/main.less +67 -0
- package/assets/css/mark-by.less +97 -0
- package/assets/css/mark.less +34 -0
- package/assets/css/menu-by.less +9 -0
- package/assets/css/mixin.less +62 -0
- package/assets/css/order-by.less +86 -0
- package/assets/css/print.less +26 -0
- package/assets/css/qrcode.less +70 -0
- package/assets/css/right-msg.less +26 -0
- package/assets/css/right-sidebar.less +106 -0
- package/assets/css/share2.less +99 -0
- package/assets/css/sharing.less +26 -0
- package/assets/css/tag-by.less +86 -0
- package/assets/css/thx.less +213 -0
- package/assets/css/var.less +4 -0
- package/assets/css/wiki-comments.less +150 -0
- package/assets/css/wiki-panel.less +175 -0
- package/assets/css/wiki-revisions.less +62 -0
- package/assets/data/box.json +184 -0
- package/assets/data/box2.json +606 -0
- package/assets/data/game_font.json +242 -0
- package/assets/data/nav.json +12 -0
- package/assets/data/panel.json +27 -0
- package/assets/data/zlp.json +5 -0
- package/assets/img/author/bilibili.png +0 -0
- package/assets/img/author/bilibili.svg +1 -0
- package/assets/img/author/chat.png +0 -0
- package/assets/img/author/douyu.png +0 -0
- package/assets/img/author/douyu.svg +1 -0
- package/assets/img/author/github.svg +1 -0
- package/assets/img/author/huya.png +0 -0
- package/assets/img/author/huya.svg +1 -0
- package/assets/img/author/msg.svg +55 -0
- package/assets/img/author/tuilan.png +0 -0
- package/assets/img/author/weibo.svg +70 -0
- package/assets/img/bread/menu.svg +1 -0
- package/assets/img/footer/china.svg +1 -0
- package/assets/img/header/add.svg +1 -0
- package/assets/img/header/bell.svg +1 -0
- package/assets/img/header/coin.svg +15 -0
- package/assets/img/header/edit.svg +1 -0
- package/assets/img/header/logo.svg +5 -0
- package/assets/img/header/manage.svg +1 -0
- package/assets/img/header/msg.svg +1 -0
- package/assets/img/header/search-key-slash.svg +5 -0
- package/assets/img/header/send.svg +56 -0
- package/assets/img/header/vip.svg +1 -0
- package/assets/img/jx3.svg +11 -0
- package/assets/img/leftsidebar/arrow.svg +64 -0
- package/assets/img/leftsidebar/close.svg +49 -0
- package/assets/img/leftsidebar/fans.svg +1 -0
- package/assets/img/leftsidebar/medal.svg +1 -0
- package/assets/img/leftsidebar/more.svg +50 -0
- package/assets/img/leftsidebar/open.svg +51 -0
- package/assets/img/leftsidebar/post.svg +46 -0
- package/assets/img/leftsidebar/team.svg +1 -0
- package/assets/img/leftsidebar/united.svg +1 -0
- package/assets/img/list/post.svg +1 -0
- package/assets/img/price/jin.png +0 -0
- package/assets/img/price/tong.png +0 -0
- package/assets/img/price/yin.png +0 -0
- package/assets/img/price/zhuan.png +0 -0
- package/assets/img/rightsidebar/ac.svg +1 -0
- package/assets/img/rightsidebar/github.svg +1 -0
- package/assets/img/rightsidebar/repo.svg +1 -0
- package/assets/img/single/author.svg +1 -0
- package/assets/img/single/lock.svg +1 -0
- package/assets/img/single/modate.svg +24 -0
- package/assets/img/single/podate.svg +23 -0
- package/assets/img/widget/admin_gift.svg +10 -0
- package/assets/img/widget/gift.svg +1 -0
- package/assets/img/widget/heart.svg +17 -0
- package/assets/img/widget/heart1.svg +1 -0
- package/assets/img/widget/heart2.svg +11 -0
- package/assets/img/widget/heart3.svg +37 -0
- package/assets/img/widget/like.svg +1 -0
- package/assets/img/widget/like2.svg +1 -0
- package/assets/img/widget/like3.svg +14 -0
- package/assets/img/widget/qq.svg +1 -0
- package/assets/img/widget/qr-code.svg +1 -0
- package/assets/img/widget/qzone.svg +1 -0
- package/assets/img/widget/share-link.png +0 -0
- package/assets/img/widget/share.svg +13 -0
- package/assets/img/widget/share2.svg +19 -0
- package/assets/img/widget/star.svg +9 -0
- package/assets/img/widget/tieba.svg +1 -0
- package/assets/img/widget/unstar.svg +21 -0
- package/assets/img/widget/web_heart_animation.png +0 -0
- package/assets/img/widget/weibo.svg +1 -0
- package/assets/img/widget/weixin.svg +1 -0
- package/assets/js/app.js +7 -0
- package/babel.config.js +3 -0
- package/jsconfig.json +17 -0
- package/package.json +71 -0
- package/public/favicon.ico +0 -0
- package/public/image/box/bbs.svg +87 -0
- package/public/image/box/bbs__.svg +101 -0
- package/public/image/box/bbs_on.svg +88 -0
- package/public/image/box/bps.svg +10 -0
- package/public/image/box/bps_on.svg +10 -0
- package/public/image/box/cj.svg +1 -0
- package/public/image/box/cj_on.svg +1 -0
- package/public/image/box/collection.svg +1 -0
- package/public/image/box/collection_on.svg +1 -0
- package/public/image/box/database.svg +22 -0
- package/public/image/box/database_on.svg +22 -0
- package/public/image/box/dbm.svg +21 -0
- package/public/image/box/dbm_on.svg +21 -0
- package/public/image/box/exam.svg +35 -0
- package/public/image/box/exam_on.svg +35 -0
- package/public/image/box/facedata.svg +21 -0
- package/public/image/box/facedata_on.svg +21 -0
- package/public/image/box/fb.svg +18 -0
- package/public/image/box/fb_on.svg +18 -0
- package/public/image/box/fbdata.svg +15 -0
- package/public/image/box/fbdata_on.svg +15 -0
- package/public/image/box/fbdrop.svg +26 -0
- package/public/image/box/fbdrop_on.svg +26 -0
- package/public/image/box/fbgem.svg +39 -0
- package/public/image/box/fbgem_on.svg +39 -0
- package/public/image/box/flower.svg +28 -0
- package/public/image/box/flower_on.svg +28 -0
- package/public/image/box/furniture.svg +32 -0
- package/public/image/box/furniture_on.svg +32 -0
- package/public/image/box/haste.svg +8 -0
- package/public/image/box/haste_on.svg +8 -0
- package/public/image/box/home.svg +47 -0
- package/public/image/box/home_on.svg +47 -0
- package/public/image/box/house.svg +1 -0
- package/public/image/box/house_on.svg +1 -0
- package/public/image/box/icons.svg +15 -0
- package/public/image/box/icons_on.svg +15 -0
- package/public/image/box/item.svg +1 -0
- package/public/image/box/item_on.svg +1 -0
- package/public/image/box/j3dps.svg +28 -0
- package/public/image/box/j3dps_on.svg +28 -0
- package/public/image/box/j3pz.svg +36 -0
- package/public/image/box/j3pz_on.svg +36 -0
- package/public/image/box/jx3dat.svg +27 -0
- package/public/image/box/jx3dat_on.svg +27 -0
- package/public/image/box/keju.svg +30 -0
- package/public/image/box/keju_on.svg +30 -0
- package/public/image/box/knowledge.svg +52 -0
- package/public/image/box/knowledge_on.svg +52 -0
- package/public/image/box/macro.svg +15 -0
- package/public/image/box/macro_on.svg +18 -0
- package/public/image/box/macroeditor.svg +38 -0
- package/public/image/box/macroeditor_on.svg +38 -0
- package/public/image/box/png/100.png +0 -0
- package/public/image/box/png/bbs.png +0 -0
- package/public/image/box/png/bbs1.png +0 -0
- package/public/image/box/png/bbs2.png +0 -0
- package/public/image/box/png/bps.png +0 -0
- package/public/image/box/png/cj.png +0 -0
- package/public/image/box/png/database.png +0 -0
- package/public/image/box/png/drop.png +0 -0
- package/public/image/box/png/emotion.png +0 -0
- package/public/image/box/png/face.png +0 -0
- package/public/image/box/png/fb.png +0 -0
- package/public/image/box/png/flog.png +0 -0
- package/public/image/box/png/flower.png +0 -0
- package/public/image/box/png/furniture.png +0 -0
- package/public/image/box/png/gem.png +0 -0
- package/public/image/box/png/guishi.png +0 -0
- package/public/image/box/png/home.png +0 -0
- package/public/image/box/png/house.png +0 -0
- package/public/image/box/png/icons.png +0 -0
- package/public/image/box/png/item.png +0 -0
- package/public/image/box/png/j3pz.png +0 -0
- package/public/image/box/png/joker.png +0 -0
- package/public/image/box/png/jx3dat.png +0 -0
- package/public/image/box/png/jx3datbuilder.png +0 -0
- package/public/image/box/png/keju.png +0 -0
- package/public/image/box/png/macro.png +0 -0
- package/public/image/box/png/macroeditor.png +0 -0
- package/public/image/box/png/macroeditor2.png +0 -0
- package/public/image/box/png/minami.png +0 -0
- package/public/image/box/png/mirror.png +0 -0
- package/public/image/box/png/oa.png +0 -0
- package/public/image/box/png/pig.png +0 -0
- package/public/image/box/png/price.png +0 -0
- package/public/image/box/png/qiyu.png +0 -0
- package/public/image/box/png/rank2_on.png +0 -0
- package/public/image/box/png/role.png +0 -0
- package/public/image/box/png/servers.png +0 -0
- package/public/image/box/png/share.png +0 -0
- package/public/image/box/png/shop.png +0 -0
- package/public/image/box/png/skull.png +0 -0
- package/public/image/box/png/speed.png +0 -0
- package/public/image/box/png/talent.png +0 -0
- package/public/image/box/png/team.png +0 -0
- package/public/image/box/png/team_on.png +0 -0
- package/public/image/box/png/tool.png +0 -0
- package/public/image/box/png/translator.png +0 -0
- package/public/image/box/png/trophy.png +0 -0
- package/public/image/box/png/trophy2.png +0 -0
- package/public/image/box/png/wiki.png +0 -0
- package/public/image/box/price.svg +19 -0
- package/public/image/box/price_on.svg +19 -0
- package/public/image/box/qiyu.svg +1 -0
- package/public/image/box/qiyu_on.svg +1 -0
- package/public/image/box/quest.svg +52 -0
- package/public/image/box/quest_on.svg +57 -0
- package/public/image/box/rank.svg +36 -0
- package/public/image/box/rank_on.svg +36 -0
- package/public/image/box/servers.svg +31 -0
- package/public/image/box/servers_on.svg +31 -0
- package/public/image/box/share.svg +24 -0
- package/public/image/box/share_on.svg +24 -0
- package/public/image/box/shop.svg +52 -0
- package/public/image/box/talent.svg +19 -0
- package/public/image/box/talent_on.svg +19 -0
- package/public/image/box/team.svg +15 -0
- package/public/image/box/team_on.svg +18 -0
- package/public/image/box/tool.svg +23 -0
- package/public/image/box/tool_on.svg +31 -0
- package/public/image/box/translator.svg +55 -0
- package/public/image/box/translator_on.svg +55 -0
- package/public/image/box/wbl.png +0 -0
- package/public/image/box/wbl_on.png +0 -0
- package/public/image/box/xls.svg +74 -0
- package/public/image/box/xls_on.svg +74 -0
- package/public/index.html +24 -0
- package/service/admin.js +15 -0
- package/service/author.js +79 -0
- package/service/breadcrumb.js +13 -0
- package/service/cms.js +35 -0
- package/service/fav.js +17 -0
- package/service/follow.js +55 -0
- package/service/github.js +15 -0
- package/service/header.js +31 -0
- package/service/helper.js +7 -0
- package/service/thx.js +60 -0
- package/src/App.vue +52 -0
- package/src/Bottom.vue +23 -0
- package/src/Box.vue +149 -0
- package/src/Breadcrumb.vue +118 -0
- package/src/Footer.vue +45 -0
- package/src/Header.vue +95 -0
- package/src/LeftSideToggle.vue +64 -0
- package/src/LeftSidebar.vue +123 -0
- package/src/Main.vue +48 -0
- package/src/RightSidebar.vue +25 -0
- package/src/bread/Admin.vue +308 -0
- package/src/bread/AdminButton.vue +31 -0
- package/src/bread/Crumb.vue +27 -0
- package/src/header/Asset.vue +180 -0
- package/src/header/ClientSwitch.vue +115 -0
- package/src/header/GameSwitch.vue +210 -0
- package/src/header/Logo.vue +82 -0
- package/src/header/Manage.vue +125 -0
- package/src/header/Message.vue +89 -0
- package/src/header/Nav.vue +287 -0
- package/src/header/Publish.vue +21 -0
- package/src/header/Search.vue +81 -0
- package/src/header/User.vue +141 -0
- package/src/header/UserInfo.vue +175 -0
- package/src/header/Vip.vue +27 -0
- package/src/main.js +30 -0
- package/utils/bus.js +5 -0
- package/utils/index.js +31 -0
- package/vue.config.js +103 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M475.9,195.4c-15.7-48.4-67.9-75-116.3-59.2c-6.4,2.1-12.9,4.9-19.3,8.5c1.4-7.2,2.1-14.2,2.1-20.9
|
|
8
|
+
c0-51.4-35.5-92.3-86.1-92.3c-50.7,0-88,41-88,92.3c0,6.7,0.7,13.8,2.1,20.9c-6.4-3.6-12.9-6.4-19.3-8.5
|
|
9
|
+
C102.9,120.4,50.8,147,35.1,195.4c-15.9,49.1,11.2,103.7,59.2,119.4c6.4,2.1,13.3,3.6,20.6,4.4c-5.4,5-10.1,10.2-14,15.7
|
|
10
|
+
c-29.9,41.2-20.7,99,20.4,128.9c41.1,29.9,94.6,20.9,124.6-20.4c4-5.4,7.5-11.6,10.6-18.2c3.1,6.6,6.6,12.8,10.6,18.2
|
|
11
|
+
c30,41.4,81.7,50.2,122.7,20.4c41.2-29.9,50.3-87.7,20.4-128.9c-3.9-5.4-8.7-10.7-14-15.7c7.3-0.9,14.2-2.4,20.6-4.4
|
|
12
|
+
C464.7,299.1,491.9,244.5,475.9,195.4z M256.4,57.8c34.6,0,59.8,27.7,59.8,65.9c0,17.2-6.7,38.4-18,56.7c-1.4,2.2-2,4.7-2,7.1
|
|
13
|
+
l-13.7,23.8c-4.1-1.8-8.6-3.2-13.1-4.1v-54.1c0-7.3-5.7-13.2-13-13.2c-7.3,0-13.2,5.9-13.2,13.2v54.1c-4.6,0.9-9,2.4-13.2,4.2
|
|
14
|
+
l-15.3-25.1c-0.2-2-0.8-4.1-1.9-5.9c-11.3-18.3-18-39.5-18-56.7C194.8,86.1,221.3,57.8,256.4,57.8z M102.4,289.7
|
|
15
|
+
c-33.9-11-53.7-51.3-42.3-86.1c11.2-34.6,48.5-53.5,83.1-42.3c14.2,4.6,29.7,15,42.6,28.4l22.6,37.1c-3.6,3.8-6.7,8.1-9.4,12.7
|
|
16
|
+
l-51.4-16.7c-6.9-2.3-14.4,1.5-16.6,8.5c-2.3,6.9,1.5,14.4,8.5,16.6l51.4,16.7c-0.6,5.3-0.6,10,0,15.1L158,291
|
|
17
|
+
C138.3,295.1,117.8,294.7,102.4,289.7z M243.2,371.8c-1.7,21.3-8.7,42.2-18.7,56c-21.5,29.5-58.4,35.9-87.8,14.6
|
|
18
|
+
c-29.4-21.4-35.9-62.7-14.6-92.1c17.5-24,47.8-34.9,50.1-36.4l27-9.4c2.4,4.2,5.3,8.2,8.6,11.8L176,360c-4.3,5.9-3,14.1,2.9,18.4
|
|
19
|
+
c5.9,4.3,14.1,3,18.4-2.9l31.8-43.8c4.5,2,9.2,3.6,14.1,4.6L243.2,371.8L243.2,371.8z M256.4,311.3c-21.8,0-39.5-17.7-39.5-39.5
|
|
20
|
+
c0-21.8,17.7-39.5,39.5-39.5c21.8,0,39.5,17.7,39.5,39.5C296,293.6,278.2,311.3,256.4,311.3z M374.2,442.4
|
|
21
|
+
c-30.3,22-65.2,14-85.9-14.6c-10-13.8-17.2-34.7-18.9-56v-35.4c4.9-1,9.8-2.6,14.3-4.6l31.8,43.8c4.3,5.9,12.5,7.2,18.4,2.9
|
|
22
|
+
c5.9-4.3,7.2-12.5,2.9-18.4L305,316.3c3.2-3.5,6.1-7.5,8.5-11.7l24.6,8.9c3,2.2,33,12.5,50.7,36.9
|
|
23
|
+
C410.2,379.8,403.6,421.1,374.2,442.4z M353.9,291.2l-32.1-11.6c0.6-5.2,0.6-10,0-15.2l51.4-16.7c6.9-2.3,10.7-9.7,8.5-16.6
|
|
24
|
+
c-2.3-6.9-9.7-10.7-16.6-8.5l-51.4,16.7c-2.7-4.7-5.9-9-9.5-12.9l21.8-37.7c12.8-13,27.9-23,41.8-27.6
|
|
25
|
+
c34.6-11.2,71.8,7.8,83.1,42.3c11.3,34.9-8.4,75.1-42.3,86.1h0C393.5,294.6,373.4,295.1,353.9,291.2z"/>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M65.8,174.7c29.7,0,45.9-8.1,58.9-14.5c10.6-5.3,18.3-9.1,36-9.1c2.6,0,4.9,0.1,7.1,0.2c-6.4,4.4-25.9,19.6-27.7,40.3
|
|
7
|
+
c-2.1,24.3,21.1,45.3,22,46.2c1.1,1,2.5,1.5,3.9,1.5c1.1,0,2.1-0.3,3.1-0.9c1.1-0.7,27.6-17.3,29.7-41.7
|
|
8
|
+
c1.7-19.8-13.3-37.3-19.5-43.7c6.4,1.6,11.4,4.1,17.4,7.1c13,6.5,29.1,14.5,58.9,14.5c29.7,0,45.9-8.1,58.9-14.5
|
|
9
|
+
c5.9-2.9,10.9-5.4,17.3-7.1c-6.2,6.4-21.2,23.9-19.5,43.7c2.1,24.3,28.6,41,29.7,41.7c1,0.6,2,0.9,3.1,0.9c1.4,0,2.8-0.5,3.9-1.5
|
|
10
|
+
c1-0.9,24.2-21.9,22-46.2c-1.8-20.7-21.3-35.9-27.7-40.3c2.2-0.2,4.5-0.2,7.1-0.2c17.7,0,25.4,3.8,36,9.1
|
|
11
|
+
c13,6.5,29.1,14.5,58.9,14.5c6.5,0,11.8-5.3,11.8-11.8s-5.3-11.8-11.8-11.8c-20.5,0-32.5-4.4-42.9-9.4c6.3-2.8,29.4-14.5,34.9-35.2
|
|
12
|
+
c6.3-23.6-12.9-48.3-13.7-49.3c-1.6-2.1-4.4-2.8-6.8-1.8c-1.2,0.5-30.2,12.3-36.5,35.9c-4.8,17.9,5.1,36.5,10.5,44.8
|
|
13
|
+
c-9.8-4.6-21.2-8.6-40.4-8.6c-23.2,0-35.1,5.9-46.5,11.6c-11.1,5.5-22.6,11.2-43.7,12c5-4,24.9-21.4,24.9-43.2
|
|
14
|
+
c0-24.4-24.9-43.3-26-44.1c-2.1-1.6-5-1.6-7.1,0c-1.1,0.8-26,19.7-26,44.1c0,21.8,19.8,39.2,24.9,43.2
|
|
15
|
+
c-21.1-0.7-32.6-6.4-43.6-11.9c-11.4-5.7-23.3-11.6-46.5-11.6c-19.2,0-30.6,4-40.4,8.6c5.4-8.3,15.3-26.9,10.5-44.8
|
|
16
|
+
c-6.3-23.6-35.3-35.4-36.5-35.9c-2.4-1-5.2-0.2-6.8,1.8c-0.8,1-20,25.7-13.7,49.3c5.6,20.7,28.6,32.3,34.9,35.2
|
|
17
|
+
c-10.4,5-22.4,9.4-42.9,9.4c-6.5,0-11.8,5.3-11.8,11.8S59.3,174.7,65.8,174.7L65.8,174.7z"/>
|
|
18
|
+
<path d="M445.2,345.8c-20.5,0-32.5-4.4-42.9-9.4c6.3-2.8,29.4-14.5,34.9-35.2c6.3-23.6-12.9-48.3-13.7-49.3
|
|
19
|
+
c-1.6-2.1-4.4-2.8-6.8-1.8c-1.2,0.5-30.2,12.3-36.5,35.9c-4.8,17.9,5.1,36.5,10.5,44.8c-9.8-4.6-21.2-8.6-40.4-8.6
|
|
20
|
+
c-23.2,0-35.1,5.9-46.5,11.6c-11.1,5.5-22.6,11.2-43.7,12c5-4,24.9-21.4,24.9-43.2c0-24.4-24.9-43.3-26-44.1c-2.1-1.6-5-1.6-7.1,0
|
|
21
|
+
c-1.1,0.8-26,19.7-26,44.1c0,21.8,19.8,39.2,24.9,43.2c-21.1-0.7-32.6-6.4-43.6-11.9c-11.4-5.7-23.3-11.6-46.5-11.6
|
|
22
|
+
c-19.2,0-30.6,4-40.4,8.6c5.4-8.3,15.3-26.9,10.5-44.8c-6.3-23.6-35.3-35.4-36.5-35.9c-2.4-1-5.2-0.2-6.8,1.8
|
|
23
|
+
c-0.8,1-20,25.7-13.7,49.3c5.6,20.7,28.6,32.3,34.9,35.2c-10.4,5-22.4,9.4-42.9,9.4c-6.5,0-11.8,5.3-11.8,11.8s5.3,11.8,11.8,11.8
|
|
24
|
+
c29.7,0,45.9-8.1,58.9-14.5c10.6-5.3,18.3-9.1,36-9.1c2.2,0,4.3,0.1,6.2,0.2c-8.3,4.1-27.7,15.4-32.7,34.1
|
|
25
|
+
c-6.3,23.6,12.9,48.3,13.7,49.3c1.1,1.5,2.9,2.2,4.6,2.2c0.7,0,1.5-0.1,2.2-0.4c1.2-0.5,30.2-12.3,36.5-35.9
|
|
26
|
+
c5.5-20.5-8.3-41.8-12.5-47.7c6.7,1.6,11.9,4.2,18,7.3c12.3,6.1,27.5,13.7,54.3,14.4c-4.7,3.8-25.1,21.3-25.1,43.4
|
|
27
|
+
c0,24.4,24.9,43.3,26,44.1c1,0.8,2.3,1.2,3.5,1.2s2.5-0.4,3.5-1.2c1.1-0.8,26-19.7,26-44.1c0-22.1-20.3-39.6-25-43.4
|
|
28
|
+
c26.9-0.8,42.1-8.3,54.4-14.5c6.1-3,11.3-5.6,17.9-7.2c-4.3,5.9-18,27.2-12.5,47.7c6.3,23.6,35.3,35.4,36.5,35.9
|
|
29
|
+
c0.7,0.3,1.5,0.4,2.2,0.4c1.8,0,3.5-0.8,4.6-2.2c0.8-1,20-25.7,13.7-49.3c-5-18.8-24.4-30.1-32.7-34.1c1.9-0.1,4-0.2,6.2-0.2
|
|
30
|
+
c17.7,0,25.4,3.8,36,9.1c13,6.5,29.1,14.5,58.9,14.5c6.5,0,11.8-5.3,11.8-11.8S451.7,345.8,445.2,345.8L445.2,345.8z"/>
|
|
31
|
+
</g>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M65.8,174.7c29.7,0,45.9-8.1,58.9-14.5c10.6-5.3,18.3-9.1,36-9.1c2.6,0,4.9,0.1,7.1,0.2c-6.4,4.4-25.9,19.6-27.7,40.3
|
|
7
|
+
c-2.1,24.3,21.1,45.3,22,46.2c1.1,1,2.5,1.5,3.9,1.5c1.1,0,2.1-0.3,3.1-0.9c1.1-0.7,27.6-17.3,29.7-41.7
|
|
8
|
+
c1.7-19.8-13.3-37.3-19.5-43.7c6.4,1.6,11.4,4.1,17.4,7.1c13,6.5,29.1,14.5,58.9,14.5c29.7,0,45.9-8.1,58.9-14.5
|
|
9
|
+
c5.9-2.9,10.9-5.4,17.3-7.1c-6.2,6.4-21.2,23.9-19.5,43.7c2.1,24.3,28.6,41,29.7,41.7c1,0.6,2,0.9,3.1,0.9c1.4,0,2.8-0.5,3.9-1.5
|
|
10
|
+
c1-0.9,24.2-21.9,22-46.2c-1.8-20.7-21.3-35.9-27.7-40.3c2.2-0.2,4.5-0.2,7.1-0.2c17.7,0,25.4,3.8,36,9.1
|
|
11
|
+
c13,6.5,29.1,14.5,58.9,14.5c6.5,0,11.8-5.3,11.8-11.8s-5.3-11.8-11.8-11.8c-20.5,0-32.5-4.4-42.9-9.4c6.3-2.8,29.4-14.5,34.9-35.2
|
|
12
|
+
c6.3-23.6-12.9-48.3-13.7-49.3c-1.6-2.1-4.4-2.8-6.8-1.8c-1.2,0.5-30.2,12.3-36.5,35.9c-4.8,17.9,5.1,36.5,10.5,44.8
|
|
13
|
+
c-9.8-4.6-21.2-8.6-40.4-8.6c-23.2,0-35.1,5.9-46.5,11.6c-11.1,5.5-22.6,11.2-43.7,12c5-4,24.9-21.4,24.9-43.2
|
|
14
|
+
c0-24.4-24.9-43.3-26-44.1c-2.1-1.6-5-1.6-7.1,0c-1.1,0.8-26,19.7-26,44.1c0,21.8,19.8,39.2,24.9,43.2
|
|
15
|
+
c-21.1-0.7-32.6-6.4-43.6-11.9c-11.4-5.7-23.3-11.6-46.5-11.6c-19.2,0-30.6,4-40.4,8.6c5.4-8.3,15.3-26.9,10.5-44.8
|
|
16
|
+
c-6.3-23.6-35.3-35.4-36.5-35.9c-2.4-1-5.2-0.2-6.8,1.8c-0.8,1-20,25.7-13.7,49.3c5.6,20.7,28.6,32.3,34.9,35.2
|
|
17
|
+
c-10.4,5-22.4,9.4-42.9,9.4c-6.5,0-11.8,5.3-11.8,11.8S59.3,174.7,65.8,174.7L65.8,174.7z"/>
|
|
18
|
+
<path d="M445.2,345.8c-20.5,0-32.5-4.4-42.9-9.4c6.3-2.8,29.4-14.5,34.9-35.2c6.3-23.6-12.9-48.3-13.7-49.3
|
|
19
|
+
c-1.6-2.1-4.4-2.8-6.8-1.8c-1.2,0.5-30.2,12.3-36.5,35.9c-4.8,17.9,5.1,36.5,10.5,44.8c-9.8-4.6-21.2-8.6-40.4-8.6
|
|
20
|
+
c-23.2,0-35.1,5.9-46.5,11.6c-11.1,5.5-22.6,11.2-43.7,12c5-4,24.9-21.4,24.9-43.2c0-24.4-24.9-43.3-26-44.1c-2.1-1.6-5-1.6-7.1,0
|
|
21
|
+
c-1.1,0.8-26,19.7-26,44.1c0,21.8,19.8,39.2,24.9,43.2c-21.1-0.7-32.6-6.4-43.6-11.9c-11.4-5.7-23.3-11.6-46.5-11.6
|
|
22
|
+
c-19.2,0-30.6,4-40.4,8.6c5.4-8.3,15.3-26.9,10.5-44.8c-6.3-23.6-35.3-35.4-36.5-35.9c-2.4-1-5.2-0.2-6.8,1.8
|
|
23
|
+
c-0.8,1-20,25.7-13.7,49.3c5.6,20.7,28.6,32.3,34.9,35.2c-10.4,5-22.4,9.4-42.9,9.4c-6.5,0-11.8,5.3-11.8,11.8s5.3,11.8,11.8,11.8
|
|
24
|
+
c29.7,0,45.9-8.1,58.9-14.5c10.6-5.3,18.3-9.1,36-9.1c2.2,0,4.3,0.1,6.2,0.2c-8.3,4.1-27.7,15.4-32.7,34.1
|
|
25
|
+
c-6.3,23.6,12.9,48.3,13.7,49.3c1.1,1.5,2.9,2.2,4.6,2.2c0.7,0,1.5-0.1,2.2-0.4c1.2-0.5,30.2-12.3,36.5-35.9
|
|
26
|
+
c5.5-20.5-8.3-41.8-12.5-47.7c6.7,1.6,11.9,4.2,18,7.3c12.3,6.1,27.5,13.7,54.3,14.4c-4.7,3.8-25.1,21.3-25.1,43.4
|
|
27
|
+
c0,24.4,24.9,43.3,26,44.1c1,0.8,2.3,1.2,3.5,1.2s2.5-0.4,3.5-1.2c1.1-0.8,26-19.7,26-44.1c0-22.1-20.3-39.6-25-43.4
|
|
28
|
+
c26.9-0.8,42.1-8.3,54.4-14.5c6.1-3,11.3-5.6,17.9-7.2c-4.3,5.9-18,27.2-12.5,47.7c6.3,23.6,35.3,35.4,36.5,35.9
|
|
29
|
+
c0.7,0.3,1.5,0.4,2.2,0.4c1.8,0,3.5-0.8,4.6-2.2c0.8-1,20-25.7,13.7-49.3c-5-18.8-24.4-30.1-32.7-34.1c1.9-0.1,4-0.2,6.2-0.2
|
|
30
|
+
c17.7,0,25.4,3.8,36,9.1c13,6.5,29.1,14.5,58.9,14.5c6.5,0,11.8-5.3,11.8-11.8S451.7,345.8,445.2,345.8L445.2,345.8z"/>
|
|
31
|
+
</g>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<path d="M385.8,201.8c-1.6-2.8-4.6-4.6-7.9-4.6H259.4l19.9-151.9c0.5-5-3.1-9.5-8.1-10c-3.4-0.4-6.7,1.2-8.6,4.1L118.3,292.1
|
|
6
|
+
c-2.6,4.3-1.3,9.8,3,12.5c1.4,0.9,3.1,1.3,4.7,1.3h116.8L227.1,458c-0.4,5,3.4,9.4,8.4,9.8c3.4,0.3,6.6-1.4,8.4-4.2l141.8-252.6
|
|
7
|
+
C387.4,208.1,387.4,204.7,385.8,201.8L385.8,201.8z"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<path d="M385.8,201.8c-1.6-2.8-4.6-4.6-7.9-4.6H259.4l19.9-151.9c0.5-5-3.1-9.5-8.1-10c-3.4-0.4-6.7,1.2-8.6,4.1L118.3,292.1
|
|
6
|
+
c-2.6,4.3-1.3,9.8,3,12.5c1.4,0.9,3.1,1.3,4.7,1.3h116.8L227.1,458c-0.4,5,3.4,9.4,8.4,9.8c3.4,0.3,6.6-1.4,8.4-4.2l141.8-252.6
|
|
7
|
+
C387.4,208.1,387.4,204.7,385.8,201.8L385.8,201.8z"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<polygon points="256,152.96 79.894,288.469 79.894,470.018 221.401,470.018 221.401,336.973 296.576,336.973 296.576,470.018
|
|
8
|
+
432.107,470.018 432.107,288.469 "/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
<g>
|
|
12
|
+
<g>
|
|
13
|
+
<polygon points="439.482,183.132 439.482,90.307 365.316,90.307 365.316,126.077 256,41.982 0,238.919 35.339,284.855
|
|
14
|
+
256,115.062 476.662,284.856 512,238.92 "/>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<g>
|
|
18
|
+
</g>
|
|
19
|
+
<g>
|
|
20
|
+
</g>
|
|
21
|
+
<g>
|
|
22
|
+
</g>
|
|
23
|
+
<g>
|
|
24
|
+
</g>
|
|
25
|
+
<g>
|
|
26
|
+
</g>
|
|
27
|
+
<g>
|
|
28
|
+
</g>
|
|
29
|
+
<g>
|
|
30
|
+
</g>
|
|
31
|
+
<g>
|
|
32
|
+
</g>
|
|
33
|
+
<g>
|
|
34
|
+
</g>
|
|
35
|
+
<g>
|
|
36
|
+
</g>
|
|
37
|
+
<g>
|
|
38
|
+
</g>
|
|
39
|
+
<g>
|
|
40
|
+
</g>
|
|
41
|
+
<g>
|
|
42
|
+
</g>
|
|
43
|
+
<g>
|
|
44
|
+
</g>
|
|
45
|
+
<g>
|
|
46
|
+
</g>
|
|
47
|
+
</svg>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<polygon points="256,152.96 79.894,288.469 79.894,470.018 221.401,470.018 221.401,336.973 296.576,336.973 296.576,470.018
|
|
8
|
+
432.107,470.018 432.107,288.469 "/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
<g>
|
|
12
|
+
<g>
|
|
13
|
+
<polygon points="439.482,183.132 439.482,90.307 365.316,90.307 365.316,126.077 256,41.982 0,238.919 35.339,284.855
|
|
14
|
+
256,115.062 476.662,284.856 512,238.92 "/>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<g>
|
|
18
|
+
</g>
|
|
19
|
+
<g>
|
|
20
|
+
</g>
|
|
21
|
+
<g>
|
|
22
|
+
</g>
|
|
23
|
+
<g>
|
|
24
|
+
</g>
|
|
25
|
+
<g>
|
|
26
|
+
</g>
|
|
27
|
+
<g>
|
|
28
|
+
</g>
|
|
29
|
+
<g>
|
|
30
|
+
</g>
|
|
31
|
+
<g>
|
|
32
|
+
</g>
|
|
33
|
+
<g>
|
|
34
|
+
</g>
|
|
35
|
+
<g>
|
|
36
|
+
</g>
|
|
37
|
+
<g>
|
|
38
|
+
</g>
|
|
39
|
+
<g>
|
|
40
|
+
</g>
|
|
41
|
+
<g>
|
|
42
|
+
</g>
|
|
43
|
+
<g>
|
|
44
|
+
</g>
|
|
45
|
+
<g>
|
|
46
|
+
</g>
|
|
47
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Capa_1" enable-background="new 0 0 512.006 512.006" height="512" viewBox="0 0 512.006 512.006" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m216.006 206.003c-29.058 0-50 24.316-50 53.84 0 32.45 24.975 53.729 62.78 85.939 6.588 5.613 13.401 11.418 20.636 17.747 1.885 1.649 4.234 2.474 6.584 2.474s4.699-.824 6.584-2.474c7.235-6.329 14.048-12.134 20.636-17.747 37.805-32.21 62.78-53.489 62.78-85.939 0-29.527-20.947-53.84-50-53.84-19.864 0-32.463 11.342-40 22.295-7.536-10.953-20.136-22.295-40-22.295zm49.644 47.646c.076-.276 7.843-27.646 30.356-27.646 17.103 0 30 14.548 30 33.84 0 23.215-20.985 41.095-55.751 70.716-4.613 3.931-9.335 7.954-14.249 12.197-4.914-4.243-9.636-8.267-14.249-12.197-34.766-29.621-55.751-47.501-55.751-70.716 0-19.292 12.897-33.84 30-33.84 22.226 0 30.011 26.43 30.364 27.675 1.201 4.328 5.142 7.325 9.636 7.325 4.504 0 8.452-3.011 9.644-7.354z"/><circle cx="126.006" cy="102.003" r="10"/><path d="m447.786 237.837c7.012 5.343 15.387 8.166 24.22 8.166 22.056 0 40-17.944 40-40 0-12.599-5.753-24.203-15.746-31.809l-50.254-38.621v-125.57c0-5.522-4.477-10-10-10h-60c-5.523 0-10 4.478-10 10v64.089l-85.78-65.923c-7.012-5.343-15.387-8.166-24.22-8.166s-17.208 2.823-24.254 8.191l-76.139 58.515c-4.379 3.365-5.201 9.644-1.835 14.022 3.365 4.378 9.644 5.201 14.023 1.835l76.105-58.489c3.499-2.665 7.683-4.074 12.1-4.074s8.601 1.409 12.067 4.049l216.037 166.028c5.018 3.819 7.896 9.623 7.896 15.923 0 11.028-8.972 20-20 20-4.417 0-8.601-1.409-12.064-4.047-11.202-8.615-188.803-145.21-197.839-152.16-3.467-2.667-8.265-2.771-11.845-.256-.453.317-198.135 152.375-198.156 152.392-4.009 3.058-9.021 4.465-14.133 3.968-9.902-.959-15.274-5.616-17.42-15.104-1.798-7.949 1.021-15.889 7.39-20.744l68.529-52.665c4.379-3.365 5.201-9.644 1.835-14.022s-9.645-5.201-14.023-1.835l-68.496 52.64c-12.64 9.636-18.288 25.361-14.741 41.039 4.057 17.938 16.487 28.805 34.991 30.596 10.145.993 20.157-1.839 28.197-7.971l-.015-.019c.425-.313 1.005-.75 1.791-1.35v137.199c-22.881 5.488-40.575 24.105-44.8 47.678-13.192 9.328-21.2 24.482-21.2 40.66 0 27.57 22.43 50 50 50h412c27.57 0 50-22.43 50-50 0-16.178-8.008-31.332-21.2-40.66-4.226-23.583-21.932-42.206-44.8-47.682v-137.192zm-61.78-217.834h40v100.2l-40-30.741zm-226 472h-110c-16.542 0-30-13.458-30-30 0-10.685 5.895-20.647 15.384-26 2.849-1.607 4.731-4.506 5.042-7.763 1.955-20.533 18.954-36.237 39.575-36.237 12.877 0 25.062 6.342 32.592 16.963 2.36 3.328 6.505 4.89 10.475 3.944 2.563-.61 4.831-.907 6.933-.907 16.149 0 29.802 12.97 29.998 29.647-.852 6.012 2.362 10.123 6.532 11.576 7.74 2.696 13.47 10.014 13.47 18.776-.001 11.029-8.973 20.001-20.001 20.001zm172.216-54.644c-6.181 3.497-11.283 8.54-14.826 14.645h-122.783c-3.545-6.107-8.645-11.149-14.823-14.645-.168-1.801-.434-3.588-.794-5.365h154.021c-.36 1.776-.626 3.564-.795 5.365zm-137.584 54.644c3.413-5.887 5.368-12.72 5.368-20h112c0 7.28 1.956 14.113 5.368 20zm276.943-63.763c.31 3.257 2.193 6.155 5.042 7.763 9.489 5.353 15.384 15.315 15.384 26 0 16.542-13.458 30-30 30h-110c-11.028 0-20-8.972-20-20 0-8.772 5.74-16.084 13.47-18.776 4.206-1.465 7.379-5.599 6.532-11.576.196-16.635 13.81-29.647 29.998-29.647 2.102 0 4.37.297 6.933.907 3.967.944 8.115-.615 10.475-3.944 7.531-10.621 19.715-16.963 32.592-16.963 20.613-.001 37.617 15.685 39.574 36.236zm-45.575-55.922c-14.945 1.523-28.856 8.674-38.866 19.985-1.747-.2-3.451-.3-5.134-.3-15.777 0-30.598 7.54-39.979 20h-172.041c-9.377-12.457-24.201-20-39.98-20-1.684 0-3.388.1-5.134.3-10.01-11.312-23.92-18.462-38.866-19.985v-151.229c14.516-11.165 153.296-117.907 169.999-130.751l170.001 130.749z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Capa_1" enable-background="new 0 0 512.006 512.006" height="512" viewBox="0 0 512.006 512.006" width="512" xmlns="http://www.w3.org/2000/svg"><g><g><path d="m323.736 462.003h-135.46l-28.27 40h192z" fill="#c1b0b5"/><path d="m256.006 77.723c-.1.07-131.37 101.04-180 138.44v205.84h360v-205.84z" fill="#f3eff0"/><path d="m256.006 77.723c-.049.034-197.838 152.159-197.84 152.16-5.77 4.4-13.18 6.75-21.16 5.97-15.08-1.46-23.32-10.07-26.21-22.85-2.83-12.51 2.17-24.11 11.05-30.88l216-166c10.712-8.162 25.6-8.168 36.32 0 140.08 107.654-20.477-15.749 216 166 7.2 5.48 11.84 14.14 11.84 23.88 0 16.57-13.43 30-30 30-6.83 0-13.12-2.28-18.16-6.12-8.524-6.556-188.942-145.316-197.84-152.16z" fill="#ff7b79"/><path d="m436.006 382.163c24.14 1.92 43.24 21.08 45.53 45.13 12.16 6.86 20.47 19.75 20.47 34.71 0 22.09-17.91 40-40 40-22.39 0-62.7 0-110 0-16.57 0-30-13.43-30-30 0-13.04 8.403-24.116 20.18-28.22-1.172-23.438 17.608-41.78 39.82-41.78 3.2 0 6.27.47 9.25 1.18 10.592-14.941 27.812-22.431 44.75-21.02z" fill="#d8ec84"/><path d="m436.006 10.003v130.46l-.02.02-59.98-46.1v-84.38z" fill="#c1b0b5"/><path d="m296.006 216.003c23.68 0 40 20.07 40 43.84 0 32.88-32.55 54.65-80 96.16-47.45-41.51-80-63.28-80-96.16 0-23.77 16.32-43.84 40-43.84 30.4 0 40 35 40 35s9.6-35 40-35z" fill="#ff7b79"/><path d="m190.006 472.003c0 16.57-13.43 30-30 30-47.3 0-87.61 0-110 0-22.09 0-40-17.91-40-40 0-14.96 8.31-27.85 20.47-34.71 2.29-24.05 21.39-43.21 45.53-45.13 16.957-1.413 34.169 6.094 44.75 21.02 2.98-.71 6.05-1.18 9.25-1.18 22.101 0 40 17.919 40 40 0 .61-.15 1.18-.18 1.78 11.787 4.108 20.18 15.192 20.18 28.22z" fill="#d8ec84"/></g><g><path d="m216.006 206.003c-29.058 0-50 24.316-50 53.84 0 32.45 24.975 53.729 62.78 85.939 6.588 5.613 13.401 11.418 20.636 17.747 1.885 1.649 4.234 2.474 6.584 2.474s4.699-.824 6.584-2.474c7.235-6.329 14.048-12.134 20.636-17.747 37.805-32.21 62.78-53.489 62.78-85.939 0-29.527-20.947-53.84-50-53.84-19.864 0-32.463 11.342-40 22.295-7.536-10.953-20.136-22.295-40-22.295zm49.644 47.646c.076-.276 7.843-27.646 30.356-27.646 17.103 0 30 14.548 30 33.84 0 23.215-20.985 41.095-55.751 70.716-4.613 3.931-9.335 7.954-14.249 12.197-4.914-4.243-9.636-8.267-14.249-12.197-34.766-29.621-55.751-47.501-55.751-70.716 0-19.292 12.897-33.84 30-33.84 22.226 0 30.011 26.43 30.364 27.675 1.201 4.328 5.142 7.325 9.636 7.325 4.504 0 8.452-3.011 9.644-7.354z"/><circle cx="126.006" cy="102.003" r="10"/><path d="m447.786 237.837c7.012 5.343 15.387 8.166 24.22 8.166 22.056 0 40-17.944 40-40 0-12.599-5.753-24.203-15.746-31.809l-50.254-38.621v-125.57c0-5.522-4.477-10-10-10h-60c-5.523 0-10 4.478-10 10v64.089l-85.78-65.923c-7.012-5.343-15.387-8.166-24.22-8.166s-17.208 2.823-24.254 8.191l-76.139 58.515c-4.379 3.365-5.201 9.644-1.835 14.022 3.365 4.378 9.644 5.201 14.023 1.835l76.105-58.489c3.499-2.665 7.683-4.074 12.1-4.074s8.601 1.409 12.067 4.049l216.037 166.028c5.018 3.819 7.896 9.623 7.896 15.923 0 11.028-8.972 20-20 20-4.417 0-8.601-1.409-12.064-4.047-11.202-8.615-188.803-145.21-197.839-152.16-3.467-2.667-8.265-2.771-11.845-.256-.453.317-198.135 152.375-198.156 152.392-4.009 3.058-9.021 4.465-14.133 3.968-9.902-.959-15.274-5.616-17.42-15.104-1.798-7.949 1.021-15.889 7.39-20.744l68.529-52.665c4.379-3.365 5.201-9.644 1.835-14.022s-9.645-5.201-14.023-1.835l-68.496 52.64c-12.64 9.636-18.288 25.361-14.741 41.039 4.057 17.938 16.487 28.805 34.991 30.596 10.145.993 20.157-1.839 28.197-7.971l-.015-.019c.425-.313 1.005-.75 1.791-1.35v137.199c-22.881 5.488-40.575 24.105-44.8 47.678-13.192 9.328-21.2 24.482-21.2 40.66 0 27.57 22.43 50 50 50h412c27.57 0 50-22.43 50-50 0-16.178-8.008-31.332-21.2-40.66-4.226-23.583-21.932-42.206-44.8-47.682v-137.192zm-61.78-217.834h40v100.2l-40-30.741zm-226 472h-110c-16.542 0-30-13.458-30-30 0-10.685 5.895-20.647 15.384-26 2.849-1.607 4.731-4.506 5.042-7.763 1.955-20.533 18.954-36.237 39.575-36.237 12.877 0 25.062 6.342 32.592 16.963 2.36 3.328 6.505 4.89 10.475 3.944 2.563-.61 4.831-.907 6.933-.907 16.149 0 29.802 12.97 29.998 29.647-.852 6.012 2.362 10.123 6.532 11.576 7.74 2.696 13.47 10.014 13.47 18.776-.001 11.029-8.973 20.001-20.001 20.001zm172.216-54.644c-6.181 3.497-11.283 8.54-14.826 14.645h-122.783c-3.545-6.107-8.645-11.149-14.823-14.645-.168-1.801-.434-3.588-.794-5.365h154.021c-.36 1.776-.626 3.564-.795 5.365zm-137.584 54.644c3.413-5.887 5.368-12.72 5.368-20h112c0 7.28 1.956 14.113 5.368 20zm276.943-63.763c.31 3.257 2.193 6.155 5.042 7.763 9.489 5.353 15.384 15.315 15.384 26 0 16.542-13.458 30-30 30h-110c-11.028 0-20-8.972-20-20 0-8.772 5.74-16.084 13.47-18.776 4.206-1.465 7.379-5.599 6.532-11.576.196-16.635 13.81-29.647 29.998-29.647 2.102 0 4.37.297 6.933.907 3.967.944 8.115-.615 10.475-3.944 7.531-10.621 19.715-16.963 32.592-16.963 20.613-.001 37.617 15.685 39.574 36.236zm-45.575-55.922c-14.945 1.523-28.856 8.674-38.866 19.985-1.747-.2-3.451-.3-5.134-.3-15.777 0-30.598 7.54-39.979 20h-172.041c-9.377-12.457-24.201-20-39.98-20-1.684 0-3.388.1-5.134.3-10.01-11.312-23.92-18.462-38.866-19.985v-151.229c14.516-11.165 153.296-117.907 169.999-130.751l170.001 130.749z"/></g></g></svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 54.4 54.4" style="enable-background:new 0 0 54.4 54.4;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<polygon points="4.9,21 24.5,45.4 15.6,21 "/>
|
|
7
|
+
<polygon points="17.4,21 26.9,47 36.6,21 "/>
|
|
8
|
+
<polygon points="29,46 49.2,21 38.3,21 "/>
|
|
9
|
+
<polygon points="41.5,7.8 28.7,7.8 37.5,18.6 "/>
|
|
10
|
+
<polygon points="36,19.3 27,8.3 18,19.3 "/>
|
|
11
|
+
<polygon points="25.3,7.8 12.5,7.8 16.5,18.6 "/>
|
|
12
|
+
<polygon points="11.2,8.9 4.6,19.3 15,19.3 "/>
|
|
13
|
+
<polygon points="49.4,19.3 42.8,8.8 38.9,19.3 "/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 54.4 54.4" style="enable-background:new 0 0 54.4 54.4;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<polygon points="4.9,21 24.5,45.4 15.6,21 "/>
|
|
7
|
+
<polygon points="17.4,21 26.9,47 36.6,21 "/>
|
|
8
|
+
<polygon points="29,46 49.2,21 38.3,21 "/>
|
|
9
|
+
<polygon points="41.5,7.8 28.7,7.8 37.5,18.6 "/>
|
|
10
|
+
<polygon points="36,19.3 27,8.3 18,19.3 "/>
|
|
11
|
+
<polygon points="25.3,7.8 12.5,7.8 16.5,18.6 "/>
|
|
12
|
+
<polygon points="11.2,8.9 4.6,19.3 15,19.3 "/>
|
|
13
|
+
<polygon points="49.4,19.3 42.8,8.8 38.9,19.3 "/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" enable-background="new 0 0 509.6 509.6" viewBox="0 0 509.6 509.6" xmlns="http://www.w3.org/2000/svg"><path d="m496.584 212.319c-2.688-3.187-4.53-5.879-5.797-8.477-2.711-5.556-3.75-12.971-4.85-20.821-1.746-12.456-3.725-26.574-13.182-38.375-9.43-11.765-22.736-16.714-34.477-21.081-7.406-2.754-14.401-5.356-19.189-9.193-4.813-3.857-8.898-10.143-13.224-16.797-6.861-10.557-14.638-22.521-28.251-29.165-13.75-6.709-28.169-5.588-40.892-4.601-8.007.623-15.573 1.21-21.736-.215-6.445-1.49-13.231-5.419-20.416-9.58-11.322-6.557-24.155-13.989-39.771-13.989s-28.449 7.432-39.771 13.989c-7.185 4.161-13.971 8.09-20.416 9.58-6.164 1.425-13.728.837-21.736.215-12.721-.987-27.141-2.109-40.892 4.601-13.613 6.643-21.39 18.607-28.251 29.164-4.325 6.654-8.41 12.939-13.224 16.797-4.788 3.836-11.783 6.438-19.189 9.193-11.74 4.366-25.047 9.316-34.477 21.081-9.457 11.801-11.436 25.918-13.182 38.375-1.1 7.85-2.139 15.265-4.851 20.824-1.266 2.595-3.107 5.288-5.797 8.475-10.561 12.522-14.82 27.698-12.313 43.887 2.755 17.79 13.97 29.094 23.432 36.954l64.325 53.442c-5.028 10.21-7.656 21.416-7.656 32.925 0 41.355 33.645 75 75 75h62.56l5.519 4.585c8.385 6.966 18.726 10.462 29.564 10.462 10.197 0 20.836-3.097 30.692-9.312.553-.348 1.082-.733 1.585-1.15l5.519-4.585h62.56c41.355 0 75-33.645 75-75 0-11.563-2.627-22.738-7.654-32.928l64.322-53.439c9.463-7.861 20.678-19.166 23.433-36.954 2.507-16.189-1.752-31.364-12.317-43.887zm-340.784 212.208c-24.813 0-45-20.187-45-45 0-4.376.64-8.678 1.875-12.804l69.575 57.804zm243-45c0 24.813-20.187 45-45 45h-26.451l69.581-57.809c1.232 4.118 1.87 8.417 1.87 12.809zm80.454-127.912c-.985 6.364-4.618 11.542-12.957 18.469l-112.145 93.171 76.451-97.472c5.112-6.519 3.973-15.947-2.546-21.06-6.518-5.114-15.947-3.972-21.06 2.545l-104.934 133.788 62.83-172.394c2.837-7.783-1.173-16.393-8.956-19.229-7.786-2.834-16.393 1.173-19.229 8.957l-66.949 183.697v-200.465c0-8.284-6.716-15-15-15s-15 6.716-15 15v202.451l-71.922-190.837c-2.92-7.751-11.569-11.668-19.326-8.746-7.752 2.921-11.668 11.574-8.746 19.326l66.532 176.534-117.754-148.156c-5.155-6.486-14.592-7.564-21.076-2.41-6.485 5.154-7.564 14.59-2.41 21.076l87.267 109.8-109.022-90.576c-8.338-6.926-11.971-12.104-12.956-18.468-1.172-7.57.659-14.096 5.598-19.949 4.329-5.13 7.453-9.793 9.832-14.67 4.797-9.833 6.284-20.447 7.597-29.811 1.385-9.878 2.58-18.41 6.882-23.777 4.245-5.298 12.253-8.276 21.524-11.724 8.874-3.301 18.932-7.042 27.491-13.901 8.578-6.874 14.442-15.897 19.617-23.858 5.425-8.346 10.109-15.554 16.254-18.552 3.628-1.771 8.022-2.32 13.001-2.32 3.82 0 7.984.323 12.41.667 9.453.735 20.163 1.567 30.816-.895 10.83-2.503 20.321-8 28.694-12.849 9.219-5.339 17.181-9.95 24.737-9.95 7.557 0 15.519 4.611 24.737 9.95 8.373 4.85 17.864 10.346 28.694 12.849 10.652 2.462 21.364 1.63 30.816.895 10.196-.792 19-1.475 25.411 1.653 6.145 2.998 10.829 10.206 16.254 18.552 5.175 7.961 11.039 16.984 19.617 23.858 8.56 6.859 18.617 10.6 27.491 13.901 9.271 3.448 17.279 6.426 21.524 11.724 4.302 5.368 5.497 13.899 6.882 23.777 1.313 9.364 2.8 19.978 7.596 29.809 2.38 4.881 5.505 9.543 9.832 14.671 4.942 5.854 6.773 12.38 5.601 19.949z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" enable-background="new 0 0 509.6 509.6" viewBox="0 0 509.6 509.6" xmlns="http://www.w3.org/2000/svg"><g><g><path d="m353.8 454.527h-198c-41.355 0-75-33.645-75-75s33.645-75 75-75h198c41.355 0 75 33.645 75 75s-33.644 75-75 75z" fill="#fdbf00"/></g><path d="m353.8 304.526h-99v150h99c41.355 0 75-33.645 75-75 0-41.354-33.644-75-75-75z" fill="#ff8856"/><g><path d="m223.879 459.112-199.748-165.952c-9.462-7.86-20.677-19.164-23.431-36.954-2.507-16.189 1.752-31.365 12.315-43.886 2.689-3.188 4.531-5.88 5.797-8.475 2.712-5.559 3.751-12.974 4.851-20.824 1.746-12.456 3.725-26.574 13.182-38.375 9.43-11.765 22.736-16.715 34.477-21.081 7.406-2.754 14.401-5.356 19.189-9.193 4.813-3.857 8.898-10.143 13.224-16.797 6.861-10.557 14.638-22.521 28.251-29.164 13.751-6.71 28.171-5.588 40.892-4.601 8.009.623 15.572 1.21 21.736-.215 6.445-1.49 13.231-5.419 20.416-9.58 11.322-6.557 24.155-13.989 39.771-13.989s28.449 7.432 39.771 13.989c7.185 4.161 13.971 8.09 20.416 9.58 6.163 1.425 13.729.837 21.736.215 12.723-.987 27.142-2.108 40.892 4.601 13.613 6.643 21.39 18.608 28.251 29.165 4.325 6.654 8.41 12.939 13.224 16.797 4.788 3.836 11.783 6.438 19.189 9.193 11.74 4.366 25.047 9.316 34.477 21.081 9.457 11.801 11.436 25.919 13.182 38.375 1.1 7.85 2.139 15.265 4.85 20.821 1.267 2.598 3.108 5.291 5.797 8.477 10.564 12.522 14.823 27.698 12.316 43.887-2.755 17.788-13.97 29.092-23.433 36.954 0 0-200.779 166.754-201.332 167.103-9.857 6.213-51.873 5.814-60.258-1.152z" fill="#ffde46"/></g><path d="m496.584 212.319c-2.688-3.187-4.53-5.879-5.797-8.477-2.711-5.556-3.75-12.971-4.85-20.821-1.746-12.456-3.725-26.574-13.182-38.375-9.43-11.765-22.736-16.714-34.477-21.081-7.406-2.754-14.401-5.356-19.189-9.193-4.813-3.857-8.898-10.143-13.224-16.797-6.861-10.557-14.638-22.521-28.251-29.165-13.75-6.709-28.169-5.588-40.892-4.601-8.007.623-15.573 1.21-21.736-.215-6.445-1.49-13.231-5.419-20.416-9.58-11.322-6.557-24.155-13.989-39.771-13.989v424.613c12.339.076 24.581-1.379 29.336-4.377.553-.348 201.332-167.103 201.332-167.103 9.463-7.861 20.678-19.166 23.433-36.954 2.508-16.187-1.751-31.362-12.316-43.885z" fill="#ffcd00"/><path d="m428.057 253.724c-6.518-5.113-15.947-3.972-21.06 2.545l-104.934 133.787 62.83-172.394c2.837-7.783-1.173-16.393-8.956-19.229-7.786-2.835-16.393 1.173-19.229 8.957l-66.949 183.697v-200.465c0-8.284-6.716-15-15-15s-15 6.716-15 15v202.451l-71.922-190.837c-2.92-7.751-11.569-11.667-19.326-8.746-7.752 2.921-11.668 11.574-8.746 19.326l66.532 176.534-117.754-148.156c-5.155-6.486-14.592-7.564-21.076-2.41-6.485 5.154-7.564 14.59-2.41 21.076l157.467 198.126 1.355 1.126c8.385 6.966 18.726 10.462 29.564 10.462 10.197 0 20.836-3.097 30.692-9.312.038-.024 1.014-.828 2.791-2.296l143.676-183.182c5.113-6.519 3.974-15.947-2.545-21.06z" fill="#ffeb95"/><path d="m428.057 253.724c-6.518-5.113-15.947-3.972-21.06 2.545l-104.934 133.787 62.83-172.394c2.837-7.783-1.173-16.393-8.956-19.229-7.786-2.835-16.393 1.173-19.229 8.957l-66.949 183.697v-200.465c0-8.27-6.693-14.975-14.958-14.998v293.924c9.781-.262 19.915-3.346 29.336-9.286.038-.024 1.014-.828 2.791-2.296l143.676-183.182c5.111-6.519 3.972-15.947-2.547-21.06z" fill="#ffe470"/></g></svg>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 307.2 307.2" style="enable-background:new 0 0 307.2 307.2;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M185.5,129.8c34.3-27.9,63.8-61.5,87-99.4c0.5-0.8,0.4-1.9-0.4-2.5s-1.8-0.7-2.5-0.1c-8.1,6-20.7,14.8-33.4,21.1
|
|
7
|
+
c-16.4,8.1-34.1,11.4-43,12.7c-3.8,0.5-7.1,2.7-9.2,5.8c-4.4,6.7-12.9,19.4-23.9,33.6c5.1,6.3,10.6,12.8,16.3,19
|
|
8
|
+
C179.6,123.5,182.6,126.7,185.5,129.8L185.5,129.8z"/>
|
|
9
|
+
<path d="M120,146.9c-14.5,15.5-24.8,25.9-30.7,31.8l-2.7-2.7c-3.3-3.3-8.6-3.3-11.9,0c-3.3,3.3-3.3,8.6,0,11.9l1.2,1.2
|
|
10
|
+
c-3-0.3-6.1,0.7-8.5,3c-2.7,2.7-3.6,6.5-2.7,10c-3.5-0.9-7.3,0-10,2.7c-2.7,2.7-3.6,6.5-2.7,10c-3.5-0.9-7.3,0-10,2.7
|
|
11
|
+
c-2.5,2.5-3.5,6-2.9,9.2l-1.6-1.6c-3.3-3.3-8.6-3.3-11.9,0c-3.3,3.3-3.3,8.6,0,11.9l35.5,35.5c1.4,1.4,3.1,2.2,5,2.4l19.5,2.1
|
|
12
|
+
c0.3,0,0.6,0.1,0.9,0.1c4.2,0,7.9-3.2,8.3-7.5c0.5-4.6-2.8-8.8-7.4-9.3l-16.5-1.8l-12-12c0.6,0.1,1.2,0.2,1.8,0.2
|
|
13
|
+
c2.7,0,5.4-1,7.4-3.1c2.7-2.7,3.6-6.5,2.7-10c0.8,0.2,1.7,0.3,2.6,0.3c2.7,0,5.4-1,7.4-3.1c2.7-2.7,3.6-6.5,2.7-10
|
|
14
|
+
c0.8,0.2,1.7,0.3,2.6,0.3c2.7,0,5.4-1,7.4-3.1c2.3-2.3,3.3-5.4,3-8.5l2.4,2.4l1.8,16.5c0.5,4.3,4.1,7.5,8.3,7.5
|
|
15
|
+
c0.3,0,0.6,0,0.9-0.1c4.6-0.5,7.9-4.7,7.4-9.3l-2.1-19.5c-0.2-1.9-1.1-3.7-2.4-5l-4.9-4.9l34.5-34.5
|
|
16
|
+
C134.8,157.8,127.3,152.5,120,146.9L120,146.9z"/>
|
|
17
|
+
<path d="M278.7,225.2c-3.3-3.3-8.6-3.3-11.9,0l-1.6,1.6c0.6-3.3-0.4-6.7-2.9-9.2c-2.7-2.7-6.5-3.6-10-2.7c0.9-3.5,0-7.3-2.7-10
|
|
18
|
+
c-2.7-2.7-6.5-3.6-10-2.7c0.9-3.5,0-7.3-2.7-10c-1-1-2.1-1.7-3.3-2.2c-1.6-0.7-3.4-1-5.2-0.8l1.2-1.2c3.3-3.3,3.3-8.6,0-11.9
|
|
19
|
+
c-3.3-3.3-8.6-3.3-11.9,0l-2.7,2.7c-8-8-24-24.3-47.8-50.1c-21.8-23.7-39.8-50.2-46.9-61.2c-2.1-3.2-5.4-5.3-9.2-5.8
|
|
20
|
+
c-8.9-1.2-26.6-4.6-43-12.7c-12.7-6.3-25.3-15.1-33.4-21.1c-0.4-0.3-0.8-0.4-1.2-0.4c-0.5,0-1,0.2-1.3,0.5
|
|
21
|
+
c-0.7,0.6-0.9,1.7-0.4,2.5c30.6,49.8,71.9,92.2,120.9,124.1l2.1,1.4l41.5,41.5l-4.9,4.9c-1.4,1.4-2.2,3.1-2.4,5l-0.1,0.5l-2.1,18.9
|
|
22
|
+
c-0.5,4.6,2.8,8.8,7.4,9.3c0.3,0,0.6,0.1,0.9,0.1c4.2,0,7.9-3.2,8.3-7.5l1.1-9.8l3.9-3.9c0.5,1.2,1.3,2.3,2.2,3.3
|
|
23
|
+
c2.1,2.1,4.7,3.1,7.4,3.1c0.9,0,1.7-0.1,2.6-0.3c-0.9,3.5,0,7.3,2.7,10c2.1,2.1,4.7,3.1,7.4,3.1c0.9,0,1.7-0.1,2.6-0.3
|
|
24
|
+
c-0.9,3.5,0,7.3,2.7,10c2.1,2.1,4.7,3.1,7.4,3.1c0.6,0,1.2-0.1,1.8-0.2l-12,12l-16.5,1.8c-4.6,0.5-7.9,4.7-7.4,9.3
|
|
25
|
+
c0.5,4.3,4.1,7.5,8.3,7.5c0.3,0,0.6,0,0.9-0.1l19.5-2.1c1.9-0.2,3.7-1.1,5-2.4l35.5-35.5C282,233.8,282,228.5,278.7,225.2
|
|
26
|
+
L278.7,225.2z"/>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 307.2 307.2" style="enable-background:new 0 0 307.2 307.2;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M185.5,129.8c34.3-27.9,63.8-61.5,87-99.4c0.5-0.8,0.4-1.9-0.4-2.5s-1.8-0.7-2.5-0.1c-8.1,6-20.7,14.8-33.4,21.1
|
|
7
|
+
c-16.4,8.1-34.1,11.4-43,12.7c-3.8,0.5-7.1,2.7-9.2,5.8c-4.4,6.7-12.9,19.4-23.9,33.6c5.1,6.3,10.6,12.8,16.3,19
|
|
8
|
+
C179.6,123.5,182.6,126.7,185.5,129.8L185.5,129.8z"/>
|
|
9
|
+
<path d="M120,146.9c-14.5,15.5-24.8,25.9-30.7,31.8l-2.7-2.7c-3.3-3.3-8.6-3.3-11.9,0c-3.3,3.3-3.3,8.6,0,11.9l1.2,1.2
|
|
10
|
+
c-3-0.3-6.1,0.7-8.5,3c-2.7,2.7-3.6,6.5-2.7,10c-3.5-0.9-7.3,0-10,2.7c-2.7,2.7-3.6,6.5-2.7,10c-3.5-0.9-7.3,0-10,2.7
|
|
11
|
+
c-2.5,2.5-3.5,6-2.9,9.2l-1.6-1.6c-3.3-3.3-8.6-3.3-11.9,0c-3.3,3.3-3.3,8.6,0,11.9l35.5,35.5c1.4,1.4,3.1,2.2,5,2.4l19.5,2.1
|
|
12
|
+
c0.3,0,0.6,0.1,0.9,0.1c4.2,0,7.9-3.2,8.3-7.5c0.5-4.6-2.8-8.8-7.4-9.3l-16.5-1.8l-12-12c0.6,0.1,1.2,0.2,1.8,0.2
|
|
13
|
+
c2.7,0,5.4-1,7.4-3.1c2.7-2.7,3.6-6.5,2.7-10c0.8,0.2,1.7,0.3,2.6,0.3c2.7,0,5.4-1,7.4-3.1c2.7-2.7,3.6-6.5,2.7-10
|
|
14
|
+
c0.8,0.2,1.7,0.3,2.6,0.3c2.7,0,5.4-1,7.4-3.1c2.3-2.3,3.3-5.4,3-8.5l2.4,2.4l1.8,16.5c0.5,4.3,4.1,7.5,8.3,7.5
|
|
15
|
+
c0.3,0,0.6,0,0.9-0.1c4.6-0.5,7.9-4.7,7.4-9.3l-2.1-19.5c-0.2-1.9-1.1-3.7-2.4-5l-4.9-4.9l34.5-34.5
|
|
16
|
+
C134.8,157.8,127.3,152.5,120,146.9L120,146.9z"/>
|
|
17
|
+
<path d="M278.7,225.2c-3.3-3.3-8.6-3.3-11.9,0l-1.6,1.6c0.6-3.3-0.4-6.7-2.9-9.2c-2.7-2.7-6.5-3.6-10-2.7c0.9-3.5,0-7.3-2.7-10
|
|
18
|
+
c-2.7-2.7-6.5-3.6-10-2.7c0.9-3.5,0-7.3-2.7-10c-1-1-2.1-1.7-3.3-2.2c-1.6-0.7-3.4-1-5.2-0.8l1.2-1.2c3.3-3.3,3.3-8.6,0-11.9
|
|
19
|
+
c-3.3-3.3-8.6-3.3-11.9,0l-2.7,2.7c-8-8-24-24.3-47.8-50.1c-21.8-23.7-39.8-50.2-46.9-61.2c-2.1-3.2-5.4-5.3-9.2-5.8
|
|
20
|
+
c-8.9-1.2-26.6-4.6-43-12.7c-12.7-6.3-25.3-15.1-33.4-21.1c-0.4-0.3-0.8-0.4-1.2-0.4c-0.5,0-1,0.2-1.3,0.5
|
|
21
|
+
c-0.7,0.6-0.9,1.7-0.4,2.5c30.6,49.8,71.9,92.2,120.9,124.1l2.1,1.4l41.5,41.5l-4.9,4.9c-1.4,1.4-2.2,3.1-2.4,5l-0.1,0.5l-2.1,18.9
|
|
22
|
+
c-0.5,4.6,2.8,8.8,7.4,9.3c0.3,0,0.6,0.1,0.9,0.1c4.2,0,7.9-3.2,8.3-7.5l1.1-9.8l3.9-3.9c0.5,1.2,1.3,2.3,2.2,3.3
|
|
23
|
+
c2.1,2.1,4.7,3.1,7.4,3.1c0.9,0,1.7-0.1,2.6-0.3c-0.9,3.5,0,7.3,2.7,10c2.1,2.1,4.7,3.1,7.4,3.1c0.9,0,1.7-0.1,2.6-0.3
|
|
24
|
+
c-0.9,3.5,0,7.3,2.7,10c2.1,2.1,4.7,3.1,7.4,3.1c0.6,0,1.2-0.1,1.8-0.2l-12,12l-16.5,1.8c-4.6,0.5-7.9,4.7-7.4,9.3
|
|
25
|
+
c0.5,4.3,4.1,7.5,8.3,7.5c0.3,0,0.6,0,0.9-0.1l19.5-2.1c1.9-0.2,3.7-1.1,5-2.4l35.5-35.5C282,233.8,282,228.5,278.7,225.2
|
|
26
|
+
L278.7,225.2z"/>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
|
|
5
|
+
<path d="M154.8,60.1c2-0.4,38.1-0.6,108.2-0.6h19.3c40.7,0,66.8,0.3,78.5,0.9c7.4,0.4,12.3,1.9,14.9,4.4l0.9,0.9
|
|
6
|
+
c2.1,2.3,3.6,5.1,4.4,8.1c0.8,2.7,1.2,7.3,1.2,13.7v11.5H260.7l-121.4-0.3V86.4c0-5.5,0.2-9.1,0.6-10.8c0.2-1.7,0.9-3.7,2.1-5.8
|
|
7
|
+
C144.9,64.5,149.1,61.3,154.8,60.1z M165,121.6v-16.3h94.4h94.4v3.2c0,2.1-0.3,3.2-0.9,3.2c-0.9,0-31.5,4.4-92,13.1
|
|
8
|
+
c-60.3,8.7-91.4,13.1-93.3,13.1h-2.5L165,121.6L165,121.6z M268.3,158.9l84.9-12.3l0.3,17.9l0.2,17.9l30.3,3.4
|
|
9
|
+
c19.5,2.2,31.7,3.7,36.5,4.5c4.7,0.9,8.1,2.1,9.9,3.6c2.7,2.2,4.1,5.1,4.5,8.7c0.3,3.6-0.4,6.9-2.4,9.9c-1.9,3-4.5,4.8-7.9,5.5
|
|
10
|
+
c-2,0.3-13.8-0.7-35.5-3.2c-21.3-2.5-32.6-3.8-33.8-3.8c-0.3,0-0.6,0.9-0.9,2.9c-0.2,2-0.3,6.7-0.4,14.3c-0.1,7.6-0.2,17.5-0.3,29.5
|
|
11
|
+
c0,12.1-0.1,29.7-0.1,52.9v99.7h8.3c4.8,0,8.5,0.6,11,1.9c2.5,1.3,4.7,3.6,6.7,7c1,1.8,1.7,3.7,2,5.5c0.3,1.8,0.4,5.1,0.4,10V446
|
|
12
|
+
l-121.4-0.2l-121.4-0.3l-0.3-7.9c-0.5-10.7,1.3-17.9,5.3-21.7c2.5-2.3,4.6-3.9,6.3-4.5c1.8-0.7,4.4-1,7.9-1h6.4v-16.3
|
|
13
|
+
c0-10.8-0.4-16.3-1.4-16.3c-0.9,0-17.9,2.8-50.9,8.4c-33.1,5.6-50.3,8.4-51.8,8.4c-3.9,0-7.7-1.2-11.4-3.6c-3.7-2.4-6.5-5.4-8.4-9.1
|
|
14
|
+
c-1.2-2.3-1.9-5.5-2-9.4s0.3-7.2,1.5-9.7c0.9-2.3,2.7-4.6,5.1-6.9c2.5-2.3,5-3.9,7.5-4.9c1.6-0.6,20.1-3.9,55.4-10.1
|
|
15
|
+
c35.3-6.2,53.8-9.3,55.6-9.3c0.5,0,0.8-26.4,0.8-79.1v-79.1l9.3-1.3c1.5-0.3,6.3-0.9,14.6-2.1c8.2-1.2,20.7-3,37.1-5.3
|
|
16
|
+
C242.5,162.7,256.6,160.6,268.3,158.9L268.3,158.9z M284.6,171.9c-4.5-0.9-10.3-1.5-17.3-1.5c-10.2,0.1-19.3,1.7-27.2,5.1
|
|
17
|
+
s-15.5,8.6-22.8,15.9c-13.1,13.1-20.3,28.7-21.5,46.7c-0.6,8.3,0.3,16.4,2.4,24.2c2.2,7.8,5.5,14.8,9.9,20.9
|
|
18
|
+
c4.4,6.1,9.6,11.6,15.7,16.5c6.1,4.9,12.9,8.5,20.1,10.9c7.3,2.4,14.9,3.8,23,4.2c8.1,0.4,16.1-0.9,24.3-3.8
|
|
19
|
+
c9.3-3.2,17.7-8.1,25.1-14.9c7.4-6.8,12.9-14.5,16.8-23.1c3.9-8.6,6.2-17.8,6.9-27.7c0.8-9.9-0.9-19.5-4.7-28.8
|
|
20
|
+
c-4.2-10.9-11-20.4-20.1-28.5C305.8,179.9,295.7,174.6,284.6,171.9L284.6,171.9z M305.4,220.3c2.8-1.5,6-2,9.5-1.2s6.2,2.4,7.9,5
|
|
21
|
+
c1.1,1.6,1.7,4.1,1.7,7.5c0,2.2-0.2,3.9-0.6,4.9c-0.4,1-1.4,2.3-2.9,3.9c-1.5,1.5-2.7,2.4-3.7,2.9c-1,0.4-2.4,0.7-4.1,0.7
|
|
22
|
+
c-2.8,0-5.3-0.5-7.5-1.5c-4-2.1-6.1-5.7-6.2-10.9C299.4,226.1,301.3,222.5,305.4,220.3z M224.2,222.1c2.1-0.9,3.7-1.4,4.7-1.4
|
|
23
|
+
s2.6,0.4,4.8,1.4c5.3,2.1,8,6.1,8,11.7c0,1.9-0.3,3.4-0.7,4.5c-0.4,1.1-1.5,2.5-2.9,4.1c-1.6,1.8-2.9,2.8-3.9,3.3
|
|
24
|
+
c-0.9,0.4-2.7,0.6-5.1,0.6c-2.5,0-4.2-0.2-5.1-0.6c-0.9-0.4-2.2-1.5-3.9-3.3c-1.5-1.6-2.4-3-2.9-4.1c-0.4-1.1-0.7-2.6-0.7-4.5
|
|
25
|
+
C216.4,228.4,219,224.5,224.2,222.1z M289.1,248.2c1.1-1.9,1.8-2.8,2.1-2.9c0.3-0.1,0.4,0.3,0.5,1c0,0.1,0,0.3,0.1,0.4
|
|
26
|
+
c0.3,2-0.6,4.5-2.7,7.5c-2.1,3-4.4,5.1-6.9,6.3c-8.7,4.2-16.2,2.7-22.5-4.5c-3.5-3.9-4.3-5.9-2.3-5.9c0.7,0,1,0.3,1,0.9
|
|
27
|
+
c0,0.5,1.5,1.6,4.3,3.3c4.5,2.5,9.4,3.1,14.8,1.8C282.9,254.9,286.8,252.2,289.1,248.2z M311.1,250.6c1.9-1.3,4-1.8,6.3-1.5
|
|
28
|
+
c2.3,0.3,4.4,1.3,6.1,3c3.3,3.3,3.8,7.2,1.5,11.7c-1.8,3.4-4.8,5-8.9,4.5c-4.2-0.5-7-2.7-8.5-6.4c-0.6-1.6-0.6-3.6,0.2-6
|
|
29
|
+
C308.5,253.3,309.7,251.6,311.1,250.6z M222.6,257.4c2.7-2.7,5.7-3.7,9.1-2.9c3.3,0.8,5.6,2.9,6.8,6.6c1,3.2,0.7,6-1.2,8.5
|
|
30
|
+
c-1.8,2.5-4.5,3.7-7.9,3.7c-2.4,0-4.2-0.3-5.3-0.9s-2.1-1.7-3-3.4C218.8,264.6,219.3,260.7,222.6,257.4z M96.3,212.2
|
|
31
|
+
c2.8-1.2,5.4-1.7,7.9-1.4c2.7,0.3,12.2,1.4,28.1,3.1s24.3,2.6,25.1,2.6c0.9,0,1.4,5.1,1.4,15.2v15.2h-2.5c-2.2,0-11.9-1.3-29-3.8
|
|
32
|
+
c-17.1-2.5-26.6-4.1-28.6-4.7c-3.1-1-5.5-2.7-7.4-5.1c-1.9-2.4-2.8-5.1-2.8-8C88.5,219.1,91,214.7,96.3,212.2z M360.6,293.5
|
|
33
|
+
c0.3-0.8,1.1-1.1,2.4-0.9c4.1,0.9,19.5,3.8,46.5,8.8c23.5,4.4,37.5,7.3,42,8.7c4.5,1.4,8,3.8,10.3,7.1c1.4,2.1,2.1,5,2.3,8.7
|
|
34
|
+
c0.2,3.7-0.3,6.8-1.5,9.1c-1.1,2.2-2.7,4.1-5,5.8c-2.2,1.7-4.5,2.7-6.8,3.1c-2.7,0.4-18.3-2.1-47-7.5l-43-8.1l-0.3-16.7
|
|
35
|
+
C360.2,300.3,360.3,294.3,360.6,293.5L360.6,293.5z"/>
|
|
36
|
+
</svg>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
|
|
5
|
+
<path d="M154.8,60.1c2-0.4,38.1-0.6,108.2-0.6h19.3c40.7,0,66.8,0.3,78.5,0.9c7.4,0.4,12.3,1.9,14.9,4.4l0.9,0.9
|
|
6
|
+
c2.1,2.3,3.6,5.1,4.4,8.1c0.8,2.7,1.2,7.3,1.2,13.7v11.5H260.7l-121.4-0.3V86.4c0-5.5,0.2-9.1,0.6-10.8c0.2-1.7,0.9-3.7,2.1-5.8
|
|
7
|
+
C144.9,64.5,149.1,61.3,154.8,60.1z M165,121.6v-16.3h94.4h94.4v3.2c0,2.1-0.3,3.2-0.9,3.2c-0.9,0-31.5,4.4-92,13.1
|
|
8
|
+
c-60.3,8.7-91.4,13.1-93.3,13.1h-2.5L165,121.6L165,121.6z M268.3,158.9l84.9-12.3l0.3,17.9l0.2,17.9l30.3,3.4
|
|
9
|
+
c19.5,2.2,31.7,3.7,36.5,4.5c4.7,0.9,8.1,2.1,9.9,3.6c2.7,2.2,4.1,5.1,4.5,8.7c0.3,3.6-0.4,6.9-2.4,9.9c-1.9,3-4.5,4.8-7.9,5.5
|
|
10
|
+
c-2,0.3-13.8-0.7-35.5-3.2c-21.3-2.5-32.6-3.8-33.8-3.8c-0.3,0-0.6,0.9-0.9,2.9c-0.2,2-0.3,6.7-0.4,14.3c-0.1,7.6-0.2,17.5-0.3,29.5
|
|
11
|
+
c0,12.1-0.1,29.7-0.1,52.9v99.7h8.3c4.8,0,8.5,0.6,11,1.9c2.5,1.3,4.7,3.6,6.7,7c1,1.8,1.7,3.7,2,5.5c0.3,1.8,0.4,5.1,0.4,10V446
|
|
12
|
+
l-121.4-0.2l-121.4-0.3l-0.3-7.9c-0.5-10.7,1.3-17.9,5.3-21.7c2.5-2.3,4.6-3.9,6.3-4.5c1.8-0.7,4.4-1,7.9-1h6.4v-16.3
|
|
13
|
+
c0-10.8-0.4-16.3-1.4-16.3c-0.9,0-17.9,2.8-50.9,8.4c-33.1,5.6-50.3,8.4-51.8,8.4c-3.9,0-7.7-1.2-11.4-3.6c-3.7-2.4-6.5-5.4-8.4-9.1
|
|
14
|
+
c-1.2-2.3-1.9-5.5-2-9.4s0.3-7.2,1.5-9.7c0.9-2.3,2.7-4.6,5.1-6.9c2.5-2.3,5-3.9,7.5-4.9c1.6-0.6,20.1-3.9,55.4-10.1
|
|
15
|
+
c35.3-6.2,53.8-9.3,55.6-9.3c0.5,0,0.8-26.4,0.8-79.1v-79.1l9.3-1.3c1.5-0.3,6.3-0.9,14.6-2.1c8.2-1.2,20.7-3,37.1-5.3
|
|
16
|
+
C242.5,162.7,256.6,160.6,268.3,158.9L268.3,158.9z M284.6,171.9c-4.5-0.9-10.3-1.5-17.3-1.5c-10.2,0.1-19.3,1.7-27.2,5.1
|
|
17
|
+
s-15.5,8.6-22.8,15.9c-13.1,13.1-20.3,28.7-21.5,46.7c-0.6,8.3,0.3,16.4,2.4,24.2c2.2,7.8,5.5,14.8,9.9,20.9
|
|
18
|
+
c4.4,6.1,9.6,11.6,15.7,16.5c6.1,4.9,12.9,8.5,20.1,10.9c7.3,2.4,14.9,3.8,23,4.2c8.1,0.4,16.1-0.9,24.3-3.8
|
|
19
|
+
c9.3-3.2,17.7-8.1,25.1-14.9c7.4-6.8,12.9-14.5,16.8-23.1c3.9-8.6,6.2-17.8,6.9-27.7c0.8-9.9-0.9-19.5-4.7-28.8
|
|
20
|
+
c-4.2-10.9-11-20.4-20.1-28.5C305.8,179.9,295.7,174.6,284.6,171.9L284.6,171.9z M305.4,220.3c2.8-1.5,6-2,9.5-1.2s6.2,2.4,7.9,5
|
|
21
|
+
c1.1,1.6,1.7,4.1,1.7,7.5c0,2.2-0.2,3.9-0.6,4.9c-0.4,1-1.4,2.3-2.9,3.9c-1.5,1.5-2.7,2.4-3.7,2.9c-1,0.4-2.4,0.7-4.1,0.7
|
|
22
|
+
c-2.8,0-5.3-0.5-7.5-1.5c-4-2.1-6.1-5.7-6.2-10.9C299.4,226.1,301.3,222.5,305.4,220.3z M224.2,222.1c2.1-0.9,3.7-1.4,4.7-1.4
|
|
23
|
+
s2.6,0.4,4.8,1.4c5.3,2.1,8,6.1,8,11.7c0,1.9-0.3,3.4-0.7,4.5c-0.4,1.1-1.5,2.5-2.9,4.1c-1.6,1.8-2.9,2.8-3.9,3.3
|
|
24
|
+
c-0.9,0.4-2.7,0.6-5.1,0.6c-2.5,0-4.2-0.2-5.1-0.6c-0.9-0.4-2.2-1.5-3.9-3.3c-1.5-1.6-2.4-3-2.9-4.1c-0.4-1.1-0.7-2.6-0.7-4.5
|
|
25
|
+
C216.4,228.4,219,224.5,224.2,222.1z M289.1,248.2c1.1-1.9,1.8-2.8,2.1-2.9c0.3-0.1,0.4,0.3,0.5,1c0,0.1,0,0.3,0.1,0.4
|
|
26
|
+
c0.3,2-0.6,4.5-2.7,7.5c-2.1,3-4.4,5.1-6.9,6.3c-8.7,4.2-16.2,2.7-22.5-4.5c-3.5-3.9-4.3-5.9-2.3-5.9c0.7,0,1,0.3,1,0.9
|
|
27
|
+
c0,0.5,1.5,1.6,4.3,3.3c4.5,2.5,9.4,3.1,14.8,1.8C282.9,254.9,286.8,252.2,289.1,248.2z M311.1,250.6c1.9-1.3,4-1.8,6.3-1.5
|
|
28
|
+
c2.3,0.3,4.4,1.3,6.1,3c3.3,3.3,3.8,7.2,1.5,11.7c-1.8,3.4-4.8,5-8.9,4.5c-4.2-0.5-7-2.7-8.5-6.4c-0.6-1.6-0.6-3.6,0.2-6
|
|
29
|
+
C308.5,253.3,309.7,251.6,311.1,250.6z M222.6,257.4c2.7-2.7,5.7-3.7,9.1-2.9c3.3,0.8,5.6,2.9,6.8,6.6c1,3.2,0.7,6-1.2,8.5
|
|
30
|
+
c-1.8,2.5-4.5,3.7-7.9,3.7c-2.4,0-4.2-0.3-5.3-0.9s-2.1-1.7-3-3.4C218.8,264.6,219.3,260.7,222.6,257.4z M96.3,212.2
|
|
31
|
+
c2.8-1.2,5.4-1.7,7.9-1.4c2.7,0.3,12.2,1.4,28.1,3.1s24.3,2.6,25.1,2.6c0.9,0,1.4,5.1,1.4,15.2v15.2h-2.5c-2.2,0-11.9-1.3-29-3.8
|
|
32
|
+
c-17.1-2.5-26.6-4.1-28.6-4.7c-3.1-1-5.5-2.7-7.4-5.1c-1.9-2.4-2.8-5.1-2.8-8C88.5,219.1,91,214.7,96.3,212.2z M360.6,293.5
|
|
33
|
+
c0.3-0.8,1.1-1.1,2.4-0.9c4.1,0.9,19.5,3.8,46.5,8.8c23.5,4.4,37.5,7.3,42,8.7c4.5,1.4,8,3.8,10.3,7.1c1.4,2.1,2.1,5,2.3,8.7
|
|
34
|
+
c0.2,3.7-0.3,6.8-1.5,9.1c-1.1,2.2-2.7,4.1-5,5.8c-2.2,1.7-4.5,2.7-6.8,3.1c-2.7,0.4-18.3-2.1-47-7.5l-43-8.1l-0.3-16.7
|
|
35
|
+
C360.2,300.3,360.3,294.3,360.6,293.5L360.6,293.5z"/>
|
|
36
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 140.6 140.6" style="enable-background:new 0 0 140.6 140.6;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M45.4,64.7h7.9c1.7,0,3.1-1.4,3.1-3.1v-7.9c0-1.7-1.4-3.1-3.1-3.1h-7.9c-1.7,0-3.1,1.4-3.1,3.1v7.9
|
|
8
|
+
C42.3,63.3,43.6,64.7,45.4,64.7z"/>
|
|
9
|
+
<path d="M69.7,55.5h9.5c2.1,0,3.7-1.7,3.7-3.7v-9.5c0-2.1-1.7-3.7-3.7-3.7h-9.5c-2.1,0-3.7,1.7-3.7,3.7v9.5
|
|
10
|
+
C66,53.8,67.7,55.5,69.7,55.5z"/>
|
|
11
|
+
<path d="M76.8,87.5h-9.5c-2.1,0-3.7,1.7-3.7,3.7v9.5c0,2,1.7,3.7,3.7,3.7h9.5c2.1,0,3.7-1.7,3.7-3.7v-9.5
|
|
12
|
+
C80.6,89.2,78.9,87.5,76.8,87.5z"/>
|
|
13
|
+
<path d="M93.3,79.2V67.6c0-2.5-2-4.5-4.5-4.5H77.3c-2.5,0-4.5,2-4.5,4.5v11.5c0,2.5,2,4.5,4.5,4.5h11.5
|
|
14
|
+
C91.3,83.7,93.3,81.7,93.3,79.2z"/>
|
|
15
|
+
<path d="M90.5,29.7h5.4c1.2,0,2.1-1,2.1-2.1v-5.4c0-1.2-1-2.1-2.1-2.1h-5.4c-1.1,0-2.1,1-2.1,2.1v5.4
|
|
16
|
+
C88.4,28.8,89.4,29.7,90.5,29.7z"/>
|
|
17
|
+
<path d="M109.7,70.3h-5.4c-1.2,0-2.1,1-2.1,2.1v5.4c0,1.2,0.9,2.1,2.1,2.1h5.4c1.2,0,2.1-0.9,2.1-2.1v-5.4
|
|
18
|
+
C111.8,71.2,110.9,70.3,109.7,70.3z"/>
|
|
19
|
+
<path d="M65.8,76.1c1,0,1.8-0.8,1.8-1.8v-4.5c0-1-0.8-1.8-1.8-1.8h-4.5c-0.1,0-0.1,0.1-0.2,0.1V30.8L26.2,13.6h-9.7V127h9.7
|
|
20
|
+
l34.8-43.1V76c0.1,0,0.1,0.1,0.2,0.1L65.8,76.1L65.8,76.1L65.8,76.1z M56.7,82.4l-26.2,32.4V20.5l26.2,13V82.4z"/>
|
|
21
|
+
<path d="M98.1,87.5h-4.5c-1,0-1.8,0.8-1.8,1.8v4.5c0,1,0.8,1.8,1.8,1.8h4.5c1,0,1.8-0.8,1.8-1.8v-4.5
|
|
22
|
+
C99.9,88.3,99.1,87.5,98.1,87.5z"/>
|
|
23
|
+
<path d="M114.8,35.5H99.3c-3.3,0-6.1,2.7-6.1,6.1V57c0,3.3,2.7,6.1,6.1,6.1h15.5c3.4,0,6.1-2.7,6.1-6.1V41.6
|
|
24
|
+
C120.8,38.2,118.1,35.5,114.8,35.5z"/>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 140.6 140.6" style="enable-background:new 0 0 140.6 140.6;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M45.4,64.7h7.9c1.7,0,3.1-1.4,3.1-3.1v-7.9c0-1.7-1.4-3.1-3.1-3.1h-7.9c-1.7,0-3.1,1.4-3.1,3.1v7.9
|
|
8
|
+
C42.3,63.3,43.6,64.7,45.4,64.7z"/>
|
|
9
|
+
<path d="M69.7,55.5h9.5c2.1,0,3.7-1.7,3.7-3.7v-9.5c0-2.1-1.7-3.7-3.7-3.7h-9.5c-2.1,0-3.7,1.7-3.7,3.7v9.5
|
|
10
|
+
C66,53.8,67.7,55.5,69.7,55.5z"/>
|
|
11
|
+
<path d="M76.8,87.5h-9.5c-2.1,0-3.7,1.7-3.7,3.7v9.5c0,2,1.7,3.7,3.7,3.7h9.5c2.1,0,3.7-1.7,3.7-3.7v-9.5
|
|
12
|
+
C80.6,89.2,78.9,87.5,76.8,87.5z"/>
|
|
13
|
+
<path d="M93.3,79.2V67.6c0-2.5-2-4.5-4.5-4.5H77.3c-2.5,0-4.5,2-4.5,4.5v11.5c0,2.5,2,4.5,4.5,4.5h11.5
|
|
14
|
+
C91.3,83.7,93.3,81.7,93.3,79.2z"/>
|
|
15
|
+
<path d="M90.5,29.7h5.4c1.2,0,2.1-1,2.1-2.1v-5.4c0-1.2-1-2.1-2.1-2.1h-5.4c-1.1,0-2.1,1-2.1,2.1v5.4
|
|
16
|
+
C88.4,28.8,89.4,29.7,90.5,29.7z"/>
|
|
17
|
+
<path d="M109.7,70.3h-5.4c-1.2,0-2.1,1-2.1,2.1v5.4c0,1.2,0.9,2.1,2.1,2.1h5.4c1.2,0,2.1-0.9,2.1-2.1v-5.4
|
|
18
|
+
C111.8,71.2,110.9,70.3,109.7,70.3z"/>
|
|
19
|
+
<path d="M65.8,76.1c1,0,1.8-0.8,1.8-1.8v-4.5c0-1-0.8-1.8-1.8-1.8h-4.5c-0.1,0-0.1,0.1-0.2,0.1V30.8L26.2,13.6h-9.7V127h9.7
|
|
20
|
+
l34.8-43.1V76c0.1,0,0.1,0.1,0.2,0.1L65.8,76.1L65.8,76.1L65.8,76.1z M56.7,82.4l-26.2,32.4V20.5l26.2,13V82.4z"/>
|
|
21
|
+
<path d="M98.1,87.5h-4.5c-1,0-1.8,0.8-1.8,1.8v4.5c0,1,0.8,1.8,1.8,1.8h4.5c1,0,1.8-0.8,1.8-1.8v-4.5
|
|
22
|
+
C99.9,88.3,99.1,87.5,98.1,87.5z"/>
|
|
23
|
+
<path d="M114.8,35.5H99.3c-3.3,0-6.1,2.7-6.1,6.1V57c0,3.3,2.7,6.1,6.1,6.1h15.5c3.4,0,6.1-2.7,6.1-6.1V41.6
|
|
24
|
+
C120.8,38.2,118.1,35.5,114.8,35.5z"/>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 291.8 291.8" style="enable-background:new 0 0 291.8 291.8;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<g>
|
|
8
|
+
<path d="M265.1,209h-16.4v-28.7h-8.2v4.1h-12.3v-41h20.5c1.9,0,19.1-0.3,24.2-10.5l3-5.9l-6.6,0c-0.3,0-29.6-0.3-41-17.7v-11h8.2
|
|
9
|
+
c1.9,0,19.1-0.3,24.2-10.5l2.6-5.2l-5.7-0.7c-0.3,0-30.9-4.1-42.1-22.6l-1.2-2H78.4l-1.2,2C66.2,77.9,35.5,82,35.2,82l-5.7,0.7
|
|
10
|
+
l2.6,5.2c5.1,10.2,22.2,10.5,24.1,10.5h8.2v11c-11.4,17.4-40.7,17.7-41,17.7l-6.6,0l3,5.9c5.1,10.2,22.2,10.5,24.1,10.5h20.5v41
|
|
11
|
+
H52.1v-4.1h-8.2V209H27.5v-4.1h-8.2v36.9h254v-36.9h-8.2V209z M240.5,192.6V209h-69.6v-16.4H240.5z M187.3,159.8v24.6h-24.6
|
|
12
|
+
v-24.6H187.3z M162.7,151.6v-8.2h24.6v8.2H162.7z M220.1,159.8v24.6h-24.6v-24.6H220.1z M195.5,151.6v-8.2h24.6v8.2H195.5z
|
|
13
|
+
M56.2,90.2c-2.7,0-7.2-0.5-11-1.8c10.7-2.7,28.3-9,37.8-22.8h126.6c9.5,13.7,27,20.1,37.8,22.8c-3.8,1.3-8.3,1.8-11,1.8H134
|
|
14
|
+
h-8.2H56.2z M220.1,98.4v8.2h-53.3v-8.2H220.1z M158.6,98.4v8.2H134v-8.2H158.6z M125.8,98.4v8.2H72.6v-8.2H125.8z M43.9,135.2
|
|
15
|
+
c-2.1,0-5.5-0.3-8.7-1.1c10.9-1.8,26.5-6.7,35.3-19.4h55.3h8.2h88.1c8.8,12.6,24.4,17.5,35.3,19.3c-3.2,0.8-6.5,1.1-8.7,1.1H43.9
|
|
16
|
+
z M154.5,159.8v24.6h-16.4v-24.6H154.5z M138.1,151.6v-8.2h16.4v8.2H138.1z M162.7,192.6V209h-32.8v-16.4H162.7z M105.3,151.6
|
|
17
|
+
v-8.2h24.6v8.2H105.3z M129.9,159.8v24.6h-24.6v-24.6H129.9z M72.6,151.6v-8.2h24.6v8.2H72.6z M97.2,159.8v24.6H72.6v-24.6H97.2z
|
|
18
|
+
M52.1,192.6h69.6V209H52.1V192.6z M109.4,233.6H27.5v-16.4H48h61.5V233.6z M175,233.6h-57.4v-16.4H175V233.6z M265.1,233.6
|
|
19
|
+
h-81.9v-16.4h61.5h20.5V233.6z"/>
|
|
20
|
+
<rect x="113.5" y="168" width="8.2" height="8.2"/>
|
|
21
|
+
<rect x="80.8" y="168" width="8.2" height="8.2"/>
|
|
22
|
+
<rect x="170.9" y="168" width="8.2" height="8.2"/>
|
|
23
|
+
<rect x="203.7" y="168" width="8.2" height="8.2"/>
|
|
24
|
+
<rect x="89" y="73.8" width="8.2" height="8.2"/>
|
|
25
|
+
<rect x="105.3" y="73.8" width="8.2" height="8.2"/>
|
|
26
|
+
<rect x="121.7" y="73.8" width="8.2" height="8.2"/>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 291.8 291.8" style="enable-background:new 0 0 291.8 291.8;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<g>
|
|
8
|
+
<path d="M265.1,209h-16.4v-28.7h-8.2v4.1h-12.3v-41h20.5c1.9,0,19.1-0.3,24.2-10.5l3-5.9l-6.6,0c-0.3,0-29.6-0.3-41-17.7v-11h8.2
|
|
9
|
+
c1.9,0,19.1-0.3,24.2-10.5l2.6-5.2l-5.7-0.7c-0.3,0-30.9-4.1-42.1-22.6l-1.2-2H78.4l-1.2,2C66.2,77.9,35.5,82,35.2,82l-5.7,0.7
|
|
10
|
+
l2.6,5.2c5.1,10.2,22.2,10.5,24.1,10.5h8.2v11c-11.4,17.4-40.7,17.7-41,17.7l-6.6,0l3,5.9c5.1,10.2,22.2,10.5,24.1,10.5h20.5v41
|
|
11
|
+
H52.1v-4.1h-8.2V209H27.5v-4.1h-8.2v36.9h254v-36.9h-8.2V209z M240.5,192.6V209h-69.6v-16.4H240.5z M187.3,159.8v24.6h-24.6
|
|
12
|
+
v-24.6H187.3z M162.7,151.6v-8.2h24.6v8.2H162.7z M220.1,159.8v24.6h-24.6v-24.6H220.1z M195.5,151.6v-8.2h24.6v8.2H195.5z
|
|
13
|
+
M56.2,90.2c-2.7,0-7.2-0.5-11-1.8c10.7-2.7,28.3-9,37.8-22.8h126.6c9.5,13.7,27,20.1,37.8,22.8c-3.8,1.3-8.3,1.8-11,1.8H134
|
|
14
|
+
h-8.2H56.2z M220.1,98.4v8.2h-53.3v-8.2H220.1z M158.6,98.4v8.2H134v-8.2H158.6z M125.8,98.4v8.2H72.6v-8.2H125.8z M43.9,135.2
|
|
15
|
+
c-2.1,0-5.5-0.3-8.7-1.1c10.9-1.8,26.5-6.7,35.3-19.4h55.3h8.2h88.1c8.8,12.6,24.4,17.5,35.3,19.3c-3.2,0.8-6.5,1.1-8.7,1.1H43.9
|
|
16
|
+
z M154.5,159.8v24.6h-16.4v-24.6H154.5z M138.1,151.6v-8.2h16.4v8.2H138.1z M162.7,192.6V209h-32.8v-16.4H162.7z M105.3,151.6
|
|
17
|
+
v-8.2h24.6v8.2H105.3z M129.9,159.8v24.6h-24.6v-24.6H129.9z M72.6,151.6v-8.2h24.6v8.2H72.6z M97.2,159.8v24.6H72.6v-24.6H97.2z
|
|
18
|
+
M52.1,192.6h69.6V209H52.1V192.6z M109.4,233.6H27.5v-16.4H48h61.5V233.6z M175,233.6h-57.4v-16.4H175V233.6z M265.1,233.6
|
|
19
|
+
h-81.9v-16.4h61.5h20.5V233.6z"/>
|
|
20
|
+
<rect x="113.5" y="168" width="8.2" height="8.2"/>
|
|
21
|
+
<rect x="80.8" y="168" width="8.2" height="8.2"/>
|
|
22
|
+
<rect x="170.9" y="168" width="8.2" height="8.2"/>
|
|
23
|
+
<rect x="203.7" y="168" width="8.2" height="8.2"/>
|
|
24
|
+
<rect x="89" y="73.8" width="8.2" height="8.2"/>
|
|
25
|
+
<rect x="105.3" y="73.8" width="8.2" height="8.2"/>
|
|
26
|
+
<rect x="121.7" y="73.8" width="8.2" height="8.2"/>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 412.72 412.72" style="enable-background:new 0 0 412.72 412.72;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M404.72,82.944c-0.027,0-0.054,0-0.08,0h0h-27.12v-9.28c0.146-3.673-2.23-6.974-5.76-8
|
|
8
|
+
c-18.828-4.934-38.216-7.408-57.68-7.36c-32,0-75.6,7.2-107.84,40c-32-33.12-75.92-40-107.84-40
|
|
9
|
+
c-19.464-0.048-38.852,2.426-57.68,7.36c-3.53,1.026-5.906,4.327-5.76,8v9.2H8c-4.418,0-8,3.582-8,8v255.52c0,4.418,3.582,8,8,8
|
|
10
|
+
c1.374-0.004,2.724-0.362,3.92-1.04c0.8-0.4,80.8-44.16,192.48-16h1.2h0.72c0.638,0.077,1.282,0.077,1.92,0
|
|
11
|
+
c112-28.4,192,15.28,192.48,16c2.475,1.429,5.525,1.429,8,0c2.46-1.42,3.983-4.039,4-6.88V90.944
|
|
12
|
+
C412.72,86.526,409.139,82.944,404.72,82.944z M16,333.664V98.944h19.12v200.64c-0.05,4.418,3.491,8.04,7.909,8.09
|
|
13
|
+
c0.432,0.005,0.864-0.025,1.291-0.09c16.55-2.527,33.259-3.864,50-4c23.19-0.402,46.283,3.086,68.32,10.32
|
|
14
|
+
C112.875,307.886,62.397,314.688,16,333.664z M94.32,287.664c-14.551,0.033-29.085,0.968-43.52,2.8V79.984
|
|
15
|
+
c15.576-3.47,31.482-5.241,47.44-5.28c29.92,0,71.2,6.88,99.84,39.2l0.24,199.28C181.68,302.304,149.2,287.664,94.32,287.664z
|
|
16
|
+
M214.32,113.904c28.64-32,69.92-39.2,99.84-39.2c15.957,0.047,31.863,1.817,47.44,5.28v210.48
|
|
17
|
+
c-14.354-1.849-28.808-2.811-43.28-2.88c-54.56,0-87.12,14.64-104,25.52V113.904z M396.64,333.664
|
|
18
|
+
c-46.496-19.028-97.09-25.831-146.96-19.76c22.141-7.26,45.344-10.749,68.64-10.32c16.846,0.094,33.663,1.404,50.32,3.92
|
|
19
|
+
c4.368,0.663,8.447-2.341,9.11-6.709c0.065-0.427,0.095-0.859,0.09-1.291V98.944h19.12L396.64,333.664z"/>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<g>
|
|
23
|
+
</g>
|
|
24
|
+
<g>
|
|
25
|
+
</g>
|
|
26
|
+
<g>
|
|
27
|
+
</g>
|
|
28
|
+
<g>
|
|
29
|
+
</g>
|
|
30
|
+
<g>
|
|
31
|
+
</g>
|
|
32
|
+
<g>
|
|
33
|
+
</g>
|
|
34
|
+
<g>
|
|
35
|
+
</g>
|
|
36
|
+
<g>
|
|
37
|
+
</g>
|
|
38
|
+
<g>
|
|
39
|
+
</g>
|
|
40
|
+
<g>
|
|
41
|
+
</g>
|
|
42
|
+
<g>
|
|
43
|
+
</g>
|
|
44
|
+
<g>
|
|
45
|
+
</g>
|
|
46
|
+
<g>
|
|
47
|
+
</g>
|
|
48
|
+
<g>
|
|
49
|
+
</g>
|
|
50
|
+
<g>
|
|
51
|
+
</g>
|
|
52
|
+
</svg>
|