@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,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>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="522.468px" height="522.469px" viewBox="0 0 522.468 522.469" fill="#000000" xml:space="preserve">
|
|
2
|
+
<path d="M325.762,70.513l-17.706-4.854c-2.279-0.76-4.524-0.521-6.707,0.715c-2.19,1.237-3.669,3.094-4.429,5.568L190.426,440.53
|
|
3
|
+
c-0.76,2.475-0.522,4.809,0.715,6.995c1.237,2.19,3.09,3.665,5.568,4.425l17.701,4.856c2.284,0.766,4.521,0.526,6.71-0.712
|
|
4
|
+
c2.19-1.243,3.666-3.094,4.425-5.564L332.042,81.936c0.759-2.474,0.523-4.808-0.716-6.999
|
|
5
|
+
C330.088,72.747,328.237,71.272,325.762,70.513z"/>
|
|
6
|
+
<path d="M166.167,142.465c0-2.474-0.953-4.665-2.856-6.567l-14.277-14.276c-1.903-1.903-4.093-2.857-6.567-2.857
|
|
7
|
+
s-4.665,0.955-6.567,2.857L2.856,254.666C0.95,256.569,0,258.759,0,261.233c0,2.474,0.953,4.664,2.856,6.566l133.043,133.044
|
|
8
|
+
c1.902,1.906,4.089,2.854,6.567,2.854s4.665-0.951,6.567-2.854l14.277-14.268c1.903-1.902,2.856-4.093,2.856-6.57
|
|
9
|
+
c0-2.471-0.953-4.661-2.856-6.563L51.107,261.233l112.204-112.201C165.217,147.13,166.167,144.939,166.167,142.465z"/>
|
|
10
|
+
<path d="M519.614,254.663L386.567,121.619c-1.902-1.902-4.093-2.857-6.563-2.857c-2.478,0-4.661,0.955-6.57,2.857l-14.271,14.275
|
|
11
|
+
c-1.902,1.903-2.851,4.09-2.851,6.567s0.948,4.665,2.851,6.567l112.206,112.204L359.163,373.442
|
|
12
|
+
c-1.902,1.902-2.851,4.093-2.851,6.563c0,2.478,0.948,4.668,2.851,6.57l14.271,14.268c1.909,1.906,4.093,2.854,6.57,2.854
|
|
13
|
+
c2.471,0,4.661-0.951,6.563-2.854L519.614,267.8c1.903-1.902,2.854-4.096,2.854-6.57
|
|
14
|
+
C522.468,258.755,521.517,256.565,519.614,254.663z"/>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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 522.5 522.5" style="enable-background:new 0 0 522.5 522.5;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#353B44;}
|
|
7
|
+
.st1{fill:#2B4F89;}
|
|
8
|
+
</style>
|
|
9
|
+
<path class="st0" d="M325.8,70.5l-17.7-4.9c-2.3-0.8-4.5-0.5-6.7,0.7c-2.2,1.2-3.7,3.1-4.4,5.6L190.4,440.5c-0.8,2.5-0.5,4.8,0.7,7
|
|
10
|
+
c1.2,2.2,3.1,3.7,5.6,4.4l17.7,4.9c2.3,0.8,4.5,0.5,6.7-0.7c2.2-1.2,3.7-3.1,4.4-5.6L332,81.9c0.8-2.5,0.5-4.8-0.7-7
|
|
11
|
+
C330.1,72.7,328.2,71.3,325.8,70.5z"/>
|
|
12
|
+
<path class="st1" d="M166.2,142.5c0-2.5-1-4.7-2.9-6.6L149,121.6c-1.9-1.9-4.1-2.9-6.6-2.9s-4.7,1-6.6,2.9l-133,133
|
|
13
|
+
c-1.9,1.9-2.9,4.1-2.9,6.6s1,4.7,2.9,6.6l133,133c1.9,1.9,4.1,2.9,6.6,2.9s4.7-1,6.6-2.9l14.3-14.3c1.9-1.9,2.9-4.1,2.9-6.6
|
|
14
|
+
c0-2.5-1-4.7-2.9-6.6L51.1,261.2L163.3,149C165.2,147.1,166.2,144.9,166.2,142.5z"/>
|
|
15
|
+
<path class="st1" d="M519.6,254.7l-133-133c-1.9-1.9-4.1-2.9-6.6-2.9c-2.5,0-4.7,1-6.6,2.9l-14.3,14.3c-1.9,1.9-2.9,4.1-2.9,6.6
|
|
16
|
+
s0.9,4.7,2.9,6.6l112.2,112.2L359.2,373.4c-1.9,1.9-2.9,4.1-2.9,6.6c0,2.5,0.9,4.7,2.9,6.6l14.3,14.3c1.9,1.9,4.1,2.9,6.6,2.9
|
|
17
|
+
c2.5,0,4.7-1,6.6-2.9l133-133c1.9-1.9,2.9-4.1,2.9-6.6C522.5,258.8,521.5,256.6,519.6,254.7z"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,38 @@
|
|
|
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 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M64,201.8c-2.4,1.3-4.5,2.5-6.8,3.6c-6.6,3-12,1.6-15.6-4.5c-6.7-11.2-13.2-22.4-19.5-33.8c-4.1-7.4-2.4-12.8,4.9-17.3
|
|
8
|
+
c1.6-1,3.2-2,5.1-3.1c-1.8-11.7-2.2-23.4,0.2-35.5c-1.6-1-3.2-1.9-4.7-3c-1.6-1.2-3.3-2.3-4.7-3.7c-2.8-2.8-3.5-6.3-2.3-10.1
|
|
9
|
+
c0.4-1.4,1-2.8,1.6-4c6.3-11,12.6-22.1,19.1-33c1.2-2.1,3-3.9,4.9-5.3c3.2-2.3,6.9-1.7,10.3-0.2c2.5,1.1,4.9,2.5,7.5,3.8
|
|
10
|
+
c9.1-7.8,19.5-13.5,30.9-18c0-1.5-0.1-3,0-4.3c0.1-1.6,0.1-3.2,0.4-4.8c1.1-6.3,4.6-9.3,10.9-9.6c3.2-0.2,6.3,0,9.6,0
|
|
11
|
+
c9.7,0,19.4,0,29.1,0c1.7,0,3.5,0.3,5.1,0.5c4.8,0.9,7.2,4.1,7.8,8.7c0.4,3,0.3,6.1,0.6,9.5c11.1,4.2,21.5,9.9,31.1,17.9
|
|
12
|
+
c1.9-1,3.7-2.1,5.6-3.1c6.9-3.6,13.1-2.3,17.1,4.5c6.5,11,12.9,22.2,19.2,33.5c4,7.2,2.3,12.6-4.6,17c-1.7,1-3.5,2.1-5.2,3.2
|
|
13
|
+
c0.4,6,1.2,11.9,1.2,17.8s-0.8,11.8-1.3,18.2c1.4,0.9,3.2,2,5,3.1c2.5,1.6,4.7,3.4,5.9,6.2c1.7,3.8,0.9,7.4-1.1,10.8
|
|
14
|
+
c-5,8.8-10.1,17.5-15.1,26.3c-1.6,2.8-3.1,5.6-4.9,8.2c-3.3,5-7.8,6.8-13.5,4.9c-5.8-2-10.3-5.6-13.1-11.1c2.1-3.5,3.6-4,6.7-2.5
|
|
15
|
+
c2.1,1,4,2.3,6.1,3.4c1.4,0.8,2.8,1.4,4.5,2.3c1-1.1,1.9-2.1,2.5-3.1c6-10.2,12-20.5,17.8-30.7c0.9-1.5,1.2-3.1,1.9-4.9
|
|
16
|
+
c-4.3-2.7-8.3-5.3-12.7-8.1c0.3-3.2,0.6-6.3,1-9.5c1.6-10.1,1.4-20.1-0.6-30.2c-0.2-1-0.3-2-0.3-3c0-0.9,0.3-1.6,0.5-3
|
|
17
|
+
c3.7-2.4,7.6-4.9,11.9-7.6c-0.5-1.6-0.9-3.3-1.6-4.7C216.9,83.1,211,72.8,205,62.6c-0.6-1.1-1.5-2-2.3-3.1
|
|
18
|
+
c-5.5,1.3-9.2,6-15.3,6.3C176.7,56,164.1,48.7,150,44.3c-1.5-5.3,0.4-10.7-1.2-15.5c-4.4-1.5-39.7-1.6-44-0.2
|
|
19
|
+
c-1.8,4.9,0.6,10.3-1.9,15.6c-13.5,4.5-26,11.5-37.1,21.8c-2.5-1-4.9-1.9-7.2-3c-2.3-1.1-4.5-2.5-7.1-3.9c-1,1-2,1.9-2.6,3
|
|
20
|
+
c-6.3,10.9-12.6,22.1-18.9,33.1c-0.3,0.5-0.4,1-0.7,1.8c2.7,4.8,9,4.9,12.3,9.7c-0.3,2.3-0.3,5-0.8,7.7
|
|
21
|
+
c-1.7,10.9-1.1,21.6,0.4,32.4c0.4,3.3-0.5,5.3-3.2,6.9c-1.4,0.8-2.8,1.5-4.2,2.3c-1.6,1-3.2,2.3-4.8,3.4
|
|
22
|
+
c1.3,4.6,19.2,35.3,22.1,38.3c5-1.4,8.9-5.7,14-6.2c6.3,4.3,12,8.9,18.1,12.5c6.1,3.6,12.7,6.2,19.5,9.3c2.9,4.5,0.1,10.2,2,15.1
|
|
23
|
+
c3.5,0.9,39.1,1,43.9,0.2c1.9-4.6,0-9.8,1.2-15.1c6.3-2.7,12.7-5.5,19.1-8.2c2.3,2,4.3,3.8,4.6,7c-4.4,3.6-10.1,4.8-15.5,7.6
|
|
24
|
+
c0,2.3,0.2,4.7,0,7.1c-0.5,7.7-4.2,11.1-12,11.3c-4.5,0.1-8.9,0-13.5,0c-8,0-15.9,0-23.9,0c-1.6,0-3.2-0.1-4.8-0.4
|
|
25
|
+
c-4.9-1-8-3.9-8.7-8.9c-0.4-3-0.5-6-0.8-9.5C83.7,215.3,73.2,209.5,64,201.8z"/>
|
|
26
|
+
<path d="M101.7,192.6c1.3-2.5,2.3-4.3,3.4-6.3c1.6,0.3,3.1,0.4,4.6,0.9c10.2,2.8,20.5,3.6,30.8,1c24.3-6.2,41.9-24.9,45.6-50.1
|
|
27
|
+
c4.3-30-15.6-61.1-49.2-67c-32.7-5.7-64.4,17.3-68.9,50.2c-2.8,20.2,3.6,37.7,18.1,52.1c1.1,1.1,2.1,2.3,3.4,3.6
|
|
28
|
+
c-1.1,2.1-2.2,3.9-3.1,5.5c-2.9,0.9-4.1-1-5.6-2.3c-8.2-7.6-14.3-16.6-18.1-27.2c-13.4-37.9,7.9-77.5,44.6-88.6
|
|
29
|
+
c37.6-11.4,77,11.4,86.1,49.8c9.2,38.6-16.2,76.7-55.6,83.2c-10.6,1.7-21,1-31.3-2.4C105.2,194.5,103.7,193.6,101.7,192.6z"/>
|
|
30
|
+
<path d="M94.7,130.3c5.3,5.5,10.5,10.9,15.9,16.5c-0.2,3-2.2,4.9-5.4,6.4c-7.8-7.4-15.6-14.8-23.6-22.2c0.7-1.1,1-2.1,1.7-2.8
|
|
31
|
+
c6.9-6.6,13.9-13.1,20.8-19.6c0.4-0.3,1-0.6,1.5-1c2.6,1.3,4.4,3.1,5.5,6.3C106.1,119.7,99.9,124.6,94.7,130.3z"/>
|
|
32
|
+
<path d="M148.7,107.7c7.7,7.2,15.5,14.6,23.4,21.9c-1.6,3.1-17,18.1-23.4,23c-3.1-0.2-4.3-3-6.3-5.2c4.9-6.3,11.5-11,16.9-17.2
|
|
33
|
+
c-5.5-5.2-10.9-10.5-16.3-15.7C143.7,110.7,145.1,109.1,148.7,107.7z"/>
|
|
34
|
+
<path d="M114.8,152.3c0-3.7,11.7-36.3,15.9-44.5c3.8-1.5,6-1.4,9.3,0.7c-5.6,14.7-11.4,29.3-17,43.9
|
|
35
|
+
C120,153.4,117.6,153.6,114.8,152.3z"/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</svg>
|
|
@@ -0,0 +1,38 @@
|
|
|
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 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M64,201.8c-2.4,1.3-4.5,2.5-6.8,3.6c-6.6,3-12,1.6-15.6-4.5c-6.7-11.2-13.2-22.4-19.5-33.8c-4.1-7.4-2.4-12.8,4.9-17.3
|
|
8
|
+
c1.6-1,3.2-2,5.1-3.1c-1.8-11.7-2.2-23.4,0.2-35.5c-1.6-1-3.2-1.9-4.7-3c-1.6-1.2-3.3-2.3-4.7-3.7c-2.8-2.8-3.5-6.3-2.3-10.1
|
|
9
|
+
c0.4-1.4,1-2.8,1.6-4c6.3-11,12.6-22.1,19.1-33c1.2-2.1,3-3.9,4.9-5.3c3.2-2.3,6.9-1.7,10.3-0.2c2.5,1.1,4.9,2.5,7.5,3.8
|
|
10
|
+
c9.1-7.8,19.5-13.5,30.9-18c0-1.5-0.1-3,0-4.3c0.1-1.6,0.1-3.2,0.4-4.8c1.1-6.3,4.6-9.3,10.9-9.6c3.2-0.2,6.3,0,9.6,0
|
|
11
|
+
c9.7,0,19.4,0,29.1,0c1.7,0,3.5,0.3,5.1,0.5c4.8,0.9,7.2,4.1,7.8,8.7c0.4,3,0.3,6.1,0.6,9.5c11.1,4.2,21.5,9.9,31.1,17.9
|
|
12
|
+
c1.9-1,3.7-2.1,5.6-3.1c6.9-3.6,13.1-2.3,17.1,4.5c6.5,11,12.9,22.2,19.2,33.5c4,7.2,2.3,12.6-4.6,17c-1.7,1-3.5,2.1-5.2,3.2
|
|
13
|
+
c0.4,6,1.2,11.9,1.2,17.8s-0.8,11.8-1.3,18.2c1.4,0.9,3.2,2,5,3.1c2.5,1.6,4.7,3.4,5.9,6.2c1.7,3.8,0.9,7.4-1.1,10.8
|
|
14
|
+
c-5,8.8-10.1,17.5-15.1,26.3c-1.6,2.8-3.1,5.6-4.9,8.2c-3.3,5-7.8,6.8-13.5,4.9c-5.8-2-10.3-5.6-13.1-11.1c2.1-3.5,3.6-4,6.7-2.5
|
|
15
|
+
c2.1,1,4,2.3,6.1,3.4c1.4,0.8,2.8,1.4,4.5,2.3c1-1.1,1.9-2.1,2.5-3.1c6-10.2,12-20.5,17.8-30.7c0.9-1.5,1.2-3.1,1.9-4.9
|
|
16
|
+
c-4.3-2.7-8.3-5.3-12.7-8.1c0.3-3.2,0.6-6.3,1-9.5c1.6-10.1,1.4-20.1-0.6-30.2c-0.2-1-0.3-2-0.3-3c0-0.9,0.3-1.6,0.5-3
|
|
17
|
+
c3.7-2.4,7.6-4.9,11.9-7.6c-0.5-1.6-0.9-3.3-1.6-4.7C216.9,83.1,211,72.8,205,62.6c-0.6-1.1-1.5-2-2.3-3.1
|
|
18
|
+
c-5.5,1.3-9.2,6-15.3,6.3C176.7,56,164.1,48.7,150,44.3c-1.5-5.3,0.4-10.7-1.2-15.5c-4.4-1.5-39.7-1.6-44-0.2
|
|
19
|
+
c-1.8,4.9,0.6,10.3-1.9,15.6c-13.5,4.5-26,11.5-37.1,21.8c-2.5-1-4.9-1.9-7.2-3c-2.3-1.1-4.5-2.5-7.1-3.9c-1,1-2,1.9-2.6,3
|
|
20
|
+
c-6.3,10.9-12.6,22.1-18.9,33.1c-0.3,0.5-0.4,1-0.7,1.8c2.7,4.8,9,4.9,12.3,9.7c-0.3,2.3-0.3,5-0.8,7.7
|
|
21
|
+
c-1.7,10.9-1.1,21.6,0.4,32.4c0.4,3.3-0.5,5.3-3.2,6.9c-1.4,0.8-2.8,1.5-4.2,2.3c-1.6,1-3.2,2.3-4.8,3.4
|
|
22
|
+
c1.3,4.6,19.2,35.3,22.1,38.3c5-1.4,8.9-5.7,14-6.2c6.3,4.3,12,8.9,18.1,12.5c6.1,3.6,12.7,6.2,19.5,9.3c2.9,4.5,0.1,10.2,2,15.1
|
|
23
|
+
c3.5,0.9,39.1,1,43.9,0.2c1.9-4.6,0-9.8,1.2-15.1c6.3-2.7,12.7-5.5,19.1-8.2c2.3,2,4.3,3.8,4.6,7c-4.4,3.6-10.1,4.8-15.5,7.6
|
|
24
|
+
c0,2.3,0.2,4.7,0,7.1c-0.5,7.7-4.2,11.1-12,11.3c-4.5,0.1-8.9,0-13.5,0c-8,0-15.9,0-23.9,0c-1.6,0-3.2-0.1-4.8-0.4
|
|
25
|
+
c-4.9-1-8-3.9-8.7-8.9c-0.4-3-0.5-6-0.8-9.5C83.7,215.3,73.2,209.5,64,201.8z"/>
|
|
26
|
+
<path d="M101.7,192.6c1.3-2.5,2.3-4.3,3.4-6.3c1.6,0.3,3.1,0.4,4.6,0.9c10.2,2.8,20.5,3.6,30.8,1c24.3-6.2,41.9-24.9,45.6-50.1
|
|
27
|
+
c4.3-30-15.6-61.1-49.2-67c-32.7-5.7-64.4,17.3-68.9,50.2c-2.8,20.2,3.6,37.7,18.1,52.1c1.1,1.1,2.1,2.3,3.4,3.6
|
|
28
|
+
c-1.1,2.1-2.2,3.9-3.1,5.5c-2.9,0.9-4.1-1-5.6-2.3c-8.2-7.6-14.3-16.6-18.1-27.2c-13.4-37.9,7.9-77.5,44.6-88.6
|
|
29
|
+
c37.6-11.4,77,11.4,86.1,49.8c9.2,38.6-16.2,76.7-55.6,83.2c-10.6,1.7-21,1-31.3-2.4C105.2,194.5,103.7,193.6,101.7,192.6z"/>
|
|
30
|
+
<path d="M94.7,130.3c5.3,5.5,10.5,10.9,15.9,16.5c-0.2,3-2.2,4.9-5.4,6.4c-7.8-7.4-15.6-14.8-23.6-22.2c0.7-1.1,1-2.1,1.7-2.8
|
|
31
|
+
c6.9-6.6,13.9-13.1,20.8-19.6c0.4-0.3,1-0.6,1.5-1c2.6,1.3,4.4,3.1,5.5,6.3C106.1,119.7,99.9,124.6,94.7,130.3z"/>
|
|
32
|
+
<path d="M148.7,107.7c7.7,7.2,15.5,14.6,23.4,21.9c-1.6,3.1-17,18.1-23.4,23c-3.1-0.2-4.3-3-6.3-5.2c4.9-6.3,11.5-11,16.9-17.2
|
|
33
|
+
c-5.5-5.2-10.9-10.5-16.3-15.7C143.7,110.7,145.1,109.1,148.7,107.7z"/>
|
|
34
|
+
<path d="M114.8,152.3c0-3.7,11.7-36.3,15.9-44.5c3.8-1.5,6-1.4,9.3,0.7c-5.6,14.7-11.4,29.3-17,43.9
|
|
35
|
+
C120,153.4,117.6,153.6,114.8,152.3z"/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
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 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<rect x="29.6" y="172" width="32.4" height="58.1"/>
|
|
8
|
+
<rect x="85.3" y="143.2" width="32.4" height="86.8"/>
|
|
9
|
+
<rect x="140.9" y="153.2" width="32.4" height="76.8"/>
|
|
10
|
+
<rect x="196.5" y="112.1" width="32.4" height="117.9"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g>
|
|
13
|
+
<polygon points="47.9,166.8 29.6,147.9 100.3,74.8 118.5,93.8 "/>
|
|
14
|
+
<polygon points="135.5,146.5 117.2,127.6 187.8,54.5 206.1,73.4 "/>
|
|
15
|
+
<polygon points="153.8,127.6 135.5,146.6 83.3,92.4 101.6,73.4 "/>
|
|
16
|
+
<polygon points="228.9,30.8 160.9,49.7 210.7,101.3 "/>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
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 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<rect x="29.6" y="172" width="32.4" height="58.1"/>
|
|
8
|
+
<rect x="85.3" y="143.2" width="32.4" height="86.8"/>
|
|
9
|
+
<rect x="140.9" y="153.2" width="32.4" height="76.8"/>
|
|
10
|
+
<rect x="196.5" y="112.1" width="32.4" height="117.9"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g>
|
|
13
|
+
<polygon points="47.9,166.8 29.6,147.9 100.3,74.8 118.5,93.8 "/>
|
|
14
|
+
<polygon points="135.5,146.5 117.2,127.6 187.8,54.5 206.1,73.4 "/>
|
|
15
|
+
<polygon points="153.8,127.6 135.5,146.6 83.3,92.4 101.6,73.4 "/>
|
|
16
|
+
<polygon points="228.9,30.8 160.9,49.7 210.7,101.3 "/>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg height="512pt" viewBox="0 -32 512.00011 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m342.382812 239.351562c-23.039062-35.941406-62.277343-57.402343-104.964843-57.402343s-81.925781 21.460937-104.960938 57.402343l-55.515625 86.605469c-9.210937 14.367188-13.460937 30.96875-12.292968 47.996094 1.167968 17.03125 7.648437 32.890625 18.738281 45.875 11.097656 12.972656 25.761719 21.839844 42.40625 25.644531 16.644531 3.804688 33.707031 2.179688 49.339843-4.691406l1.046876-.464844c39.335937-16.945312 84.285156-16.789062 123.519531.464844 10.121093 4.449219 20.84375 6.699219 31.664062 6.699219 5.882813 0 11.800781-.667969 17.664063-2.003907 16.644531-3.800781 31.308594-12.667968 42.410156-25.644531 11.09375-12.972656 17.578125-28.835937 18.75-45.871093 1.171875-17.035157-3.078125-33.632813-12.289062-48.007813zm0 0"/><path d="m91.894531 239.238281c16.515625-6.34375 29.0625-19.652343 35.328125-37.476562 5.964844-16.960938 5.476563-36.109375-1.378906-53.921875-6.859375-17.800782-19.335938-32.332032-35.132812-40.921875-16.59375-9.019531-34.824219-10.488281-51.3125-4.132813-33.171876 12.753906-48.394532 53.746094-33.929688 91.398438 11.554688 29.96875 38.503906 48.886718 65.75 48.886718 6.957031 0 13.933594-1.234374 20.675781-3.832031zm0 0"/><path d="m199.613281 171.386719c41.46875 0 75.207031-38.4375 75.207031-85.683594 0-47.257813-33.738281-85.703125-75.207031-85.703125-41.464843 0-75.199219 38.445312-75.199219 85.703125 0 47.246094 33.734376 85.683594 75.199219 85.683594zm0 0"/><path d="m329.496094 192.4375h.003906c6.378906 2.117188 12.886719 3.128906 19.367188 3.128906 30.242187 0 59.714843-22.011718 70.960937-55.839844 6.476563-19.472656 6.050781-40.0625-1.199219-57.972656-7.585937-18.75-21.644531-32.359375-39.589844-38.324218-17.949218-5.964844-37.359374-3.476563-54.660156 7-16.527344 10.007812-29.191406 26.246093-35.660156 45.71875-13.652344 41.078124 4.640625 84.273437 40.777344 96.289062zm0 0"/><path d="m487.875 182.4375-.011719-.011719c-28.597656-21.125-71.367187-11.96875-95.347656 20.421875-23.957031 32.40625-20.210937 75.972656 8.34375 97.113282 10.414063 7.714843 22.71875 11.402343 35.3125 11.402343 21.949219 0 44.785156-11.203125 60.050781-31.804687 23.953125-32.40625 20.210938-75.972656-8.347656-97.121094zm0 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg height="512pt" viewBox="0 -32 512.00011 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m342.382812 239.351562c-23.039062-35.941406-62.277343-57.402343-104.964843-57.402343s-81.925781 21.460937-104.960938 57.402343l-55.515625 86.605469c-9.210937 14.367188-13.460937 30.96875-12.292968 47.996094 1.167968 17.03125 7.648437 32.890625 18.738281 45.875 11.097656 12.972656 25.761719 21.839844 42.40625 25.644531 16.644531 3.804688 33.707031 2.179688 49.339843-4.691406l1.046876-.464844c39.335937-16.945312 84.285156-16.789062 123.519531.464844 10.121093 4.449219 20.84375 6.699219 31.664062 6.699219 5.882813 0 11.800781-.667969 17.664063-2.003907 16.644531-3.800781 31.308594-12.667968 42.410156-25.644531 11.09375-12.972656 17.578125-28.835937 18.75-45.871093 1.171875-17.035157-3.078125-33.632813-12.289062-48.007813zm0 0"/><path d="m91.894531 239.238281c16.515625-6.34375 29.0625-19.652343 35.328125-37.476562 5.964844-16.960938 5.476563-36.109375-1.378906-53.921875-6.859375-17.800782-19.335938-32.332032-35.132812-40.921875-16.59375-9.019531-34.824219-10.488281-51.3125-4.132813-33.171876 12.753906-48.394532 53.746094-33.929688 91.398438 11.554688 29.96875 38.503906 48.886718 65.75 48.886718 6.957031 0 13.933594-1.234374 20.675781-3.832031zm0 0"/><path d="m199.613281 171.386719c41.46875 0 75.207031-38.4375 75.207031-85.683594 0-47.257813-33.738281-85.703125-75.207031-85.703125-41.464843 0-75.199219 38.445312-75.199219 85.703125 0 47.246094 33.734376 85.683594 75.199219 85.683594zm0 0"/><path d="m329.496094 192.4375h.003906c6.378906 2.117188 12.886719 3.128906 19.367188 3.128906 30.242187 0 59.714843-22.011718 70.960937-55.839844 6.476563-19.472656 6.050781-40.0625-1.199219-57.972656-7.585937-18.75-21.644531-32.359375-39.589844-38.324218-17.949218-5.964844-37.359374-3.476563-54.660156 7-16.527344 10.007812-29.191406 26.246093-35.660156 45.71875-13.652344 41.078124 4.640625 84.273437 40.777344 96.289062zm0 0"/><path d="m487.875 182.4375-.011719-.011719c-28.597656-21.125-71.367187-11.96875-95.347656 20.421875-23.957031 32.40625-20.210937 75.972656 8.34375 97.113282 10.414063 7.714843 22.71875 11.402343 35.3125 11.402343 21.949219 0 44.785156-11.203125 60.050781-31.804687 23.953125-32.40625 20.210938-75.972656-8.347656-97.121094zm0 0"/></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 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M507.513,94.223L417.779,4.488c-2.954-2.954-6.977-4.583-11.161-4.484c-4.175,0.089-8.134,1.879-10.958,4.957
|
|
8
|
+
L271.069,140.675c-3.273-25.551-25.141-45.367-51.568-45.367c-28.677,0-52.006,23.33-52.006,52.006
|
|
9
|
+
c0,7.732,3.334,17.808,8.116,28.297c-10.489-4.782-20.565-8.116-28.297-8.116c-28.676,0-52.006,23.329-52.006,52.006
|
|
10
|
+
c0,26.425,19.817,48.295,45.367,51.568L4.961,395.659c-3.077,2.825-4.867,6.783-4.957,10.958
|
|
11
|
+
c-0.09,4.175,1.531,8.207,4.484,11.161l89.734,89.734c2.876,2.876,6.774,4.488,10.833,4.488c0.108,0,0.219-0.001,0.328-0.003
|
|
12
|
+
c4.175-0.089,8.134-1.879,10.958-4.957l187.001-203.697l203.697-187.001c3.077-2.825,4.867-6.783,4.957-10.958
|
|
13
|
+
C512.086,101.208,510.467,97.176,507.513,94.223z M219.502,125.95c11.781,0,21.364,9.584,21.364,21.364
|
|
14
|
+
c0,0.864-0.452,9.206-16.112,35.728c-1.768,2.996-3.543,5.903-5.252,8.637c-1.709-2.734-3.484-5.641-5.253-8.637
|
|
15
|
+
c-15.66-26.522-16.112-34.864-16.112-35.728C198.137,135.533,207.721,125.95,219.502,125.95z M125.949,219.501
|
|
16
|
+
c0-11.781,9.584-21.364,21.364-21.364c0.864,0,9.206,0.452,35.728,16.112c3.005,1.774,5.922,3.555,8.663,5.269
|
|
17
|
+
c-18.638,11.574-37.679,21.348-44.392,21.348C135.534,240.866,125.949,231.282,125.949,219.501z M104.584,474.54l-67.121-67.121
|
|
18
|
+
L219.05,240.716l52.238,52.238L104.584,474.54z M292.953,271.286l-52.238-52.238L407.418,37.462l67.121,67.122L292.953,271.286z"
|
|
19
|
+
/>
|
|
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>
|
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
<path style="fill:#FEEC9B;" d="M105.055,512c-4.059,0-7.957-1.612-10.833-4.488L4.488,417.778
|
|
6
|
+
c-2.954-2.954-4.574-6.984-4.484-11.161c0.09-4.176,1.879-8.134,4.957-10.958l203.697-187.001l187-203.697
|
|
7
|
+
c2.825-3.077,6.783-4.867,10.958-4.957c4.184-0.099,8.207,1.531,11.161,4.484l89.734,89.734c2.954,2.954,4.574,6.984,4.484,11.161
|
|
8
|
+
c-0.09,4.176-1.879,8.134-4.957,10.958L303.343,303.343L116.342,507.04c-2.825,3.077-6.783,4.867-10.958,4.957
|
|
9
|
+
C105.273,511.999,105.164,512,105.055,512z"/>
|
|
10
|
+
<path style="fill:#FFEB8C;" d="M105.055,512c-4.059,0-7.957-1.612-10.833-4.488L4.488,417.778
|
|
11
|
+
c-2.954-2.954-4.574-6.984-4.484-11.161c0.09-4.176,1.879-8.134,4.957-10.958l203.697-187.001l187-203.697
|
|
12
|
+
c2.825-3.077,6.783-4.867,10.958-4.957c4.184-0.099,8.207,1.531,11.161,4.484l89.734,89.734c2.954,2.954,4.574,6.984,4.484,11.161
|
|
13
|
+
c-0.09,4.176-1.879,8.134-4.957,10.958L303.343,303.343L116.342,507.04c-2.825,3.077-6.783,4.867-10.958,4.957
|
|
14
|
+
C105.273,511.999,105.164,512,105.055,512z"/>
|
|
15
|
+
<path style="fill:#F9A55F;" d="M303.343,303.343l11.297-10.37l-75.317-75.317c12.466-18.796,32.186-51.509,32.186-70.341
|
|
16
|
+
c0-28.676-23.329-52.006-52.006-52.006s-52.006,23.33-52.006,52.006c0,7.732,3.334,17.808,8.116,28.297
|
|
17
|
+
c-10.49-4.782-20.565-8.116-28.297-8.116c-28.676,0-52.006,23.33-52.006,52.006s23.33,52.006,52.006,52.006
|
|
18
|
+
c18.833,0,51.545-19.72,70.341-32.186l75.317,75.317L303.343,303.343z M219.501,125.949c11.781,0,21.364,9.584,21.364,21.365
|
|
19
|
+
c0,0.864-0.452,9.206-16.112,35.728c-1.768,2.996-3.543,5.903-5.252,8.637c-1.709-2.734-3.484-5.641-5.253-8.637
|
|
20
|
+
c-15.66-26.522-16.112-34.864-16.112-35.728C198.136,135.533,207.72,125.949,219.501,125.949z M147.314,240.866
|
|
21
|
+
c-11.781,0-21.364-9.584-21.365-21.364c0-11.781,9.584-21.364,21.364-21.364c0.864,0,9.206,0.452,35.728,16.112
|
|
22
|
+
c3.005,1.774,5.922,3.555,8.663,5.269C173.067,231.092,154.026,240.866,147.314,240.866z"/>
|
|
23
|
+
<path style="fill:#FFC82D;" d="M511.996,105.384c0.089-4.175-1.531-8.207-4.484-11.161l-44.87-44.87L49.353,462.643l44.87,44.87
|
|
24
|
+
c2.876,2.876,6.774,4.488,10.833,4.488c0.108,0,0.219-0.001,0.328-0.003c4.175-0.089,8.134-1.879,10.959-4.957l187.001-203.697
|
|
25
|
+
L507.04,116.342C510.117,113.517,511.907,109.559,511.996,105.384z"/>
|
|
26
|
+
<polygon style="fill:#FF6E23;" points="266.831,245.165 245.165,266.831 292.972,314.64 303.343,303.343 314.638,292.973 "/>
|
|
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
|
+
</g>
|
|
53
|
+
<g>
|
|
54
|
+
</g>
|
|
55
|
+
<g>
|
|
56
|
+
</g>
|
|
57
|
+
</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="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
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#FEA832;}
|
|
7
|
+
.st1{fill:#FE9923;}
|
|
8
|
+
.st2{fill:#FEDB41;}
|
|
9
|
+
.st3{fill:#FFCC33;}
|
|
10
|
+
</style>
|
|
11
|
+
<path class="st0" d="M172.9,252.2l-13.5-3.4c-47.2-11.8-80.9-54.8-80.9-103.4v-14h64.2c6.5,0,11.7-5.3,11.7-11.7
|
|
12
|
+
s-5.3-11.7-11.7-11.7c0,0-75.1,0-76,0c-6.5,0-11.7,5.3-11.7,11.7v25.8c0,59.4,41,111.7,98.7,126.1l13.5,3.4
|
|
13
|
+
c6.2,1.6,12.7-2.2,14.2-8.5C183,260.2,179.1,253.8,172.9,252.2z"/>
|
|
14
|
+
<path class="st1" d="M444.3,108c-0.9,0-76,0-76,0c-6.5,0-11.7,5.3-11.7,11.7s5.3,11.7,11.7,11.7h64.2v19.3
|
|
15
|
+
c0,46.6-30.6,87.9-75.1,101.7l-26.2,8.2c-6.2,1.9-9.7,8.5-7.7,14.7c1.9,6.1,8.4,9.7,14.7,7.7l26.2-8.2
|
|
16
|
+
C418.7,258,456,207.6,456,150.8v-31C456,113.2,450.7,108,444.3,108z"/>
|
|
17
|
+
<rect x="220.3" y="296.7" class="st0" width="70.5" height="118.3"/>
|
|
18
|
+
<rect x="255.5" y="296.7" class="st1" width="35.2" height="118.3"/>
|
|
19
|
+
<path class="st2" d="M337.7,403.3v47c0,6.6-5.2,11.7-11.7,11.7H185c-6.6,0-11.7-5.2-11.7-11.7v-47c0-19.5,15.7-35.2,35.2-35.2h94
|
|
20
|
+
C322,368,337.7,383.8,337.7,403.3z"/>
|
|
21
|
+
<path class="st3" d="M337.7,403.3v47c0,6.6-5.2,11.7-11.7,11.7h-70.5v-94h47C322,368,337.7,383.8,337.7,403.3z"/>
|
|
22
|
+
<path class="st2" d="M384.7,73.9l-14.1,142.2c-6.1,59.4-55.5,104.1-115.1,104.1s-109-44.6-115.1-104.1L126.3,73.9
|
|
23
|
+
c-0.5-6.6,4.2-12.2,10.6-12.9h237.3C380.5,61.7,385.2,67.3,384.7,73.9z"/>
|
|
24
|
+
<path class="st3" d="M384.7,73.9l-14.1,142.2c-6.1,59.4-55.5,104.1-115.1,104.1V61h118.7C380.5,61.7,385.2,67.3,384.7,73.9z"/>
|
|
25
|
+
<path class="st0" d="M408.2,72.7c0,6.6-5.2,11.7-11.7,11.7h-282c-6.6,0-11.7-5.2-11.7-11.7c0-6.6,5.2-11.7,11.7-11.7h282
|
|
26
|
+
C403.1,61,408.2,66.2,408.2,72.7z"/>
|
|
27
|
+
<path class="st1" d="M408.2,72.7c0,6.6-5.2,11.7-11.7,11.7h-141V61h141C403.1,61,408.2,66.2,408.2,72.7z"/>
|
|
28
|
+
<path class="st0" d="M318,154.5l-35.9-5.4l-16-32.4c-2.1-4-6.3-6.1-10.6-6.1c-4.2,0-8.5,2.1-10.6,6.1l-16,32.4l-35.9,5.4
|
|
29
|
+
c-9.6,1.2-13.6,13.2-6.6,20l26.1,25.4l-6.1,36.5c-1.6,9.6,8.5,16.9,16.9,12.5l32.2-16.9l32.2,16.9c8.5,4.5,18.6-2.8,16.9-12.5
|
|
30
|
+
l-6.1-36.5l26.1-25.4C331.6,167.7,327.6,155.7,318,154.5z"/>
|
|
31
|
+
<path class="st1" d="M324.6,174.5l-26.1,25.4l6.1,36.5c1.6,9.6-8.5,16.9-16.9,12.5l-32.2-16.9V110.6c4.2,0,8.5,2.1,10.6,6.1l16,32.4
|
|
32
|
+
l35.9,5.4C327.6,155.7,331.6,167.7,324.6,174.5z"/>
|
|
33
|
+
<path class="st0" d="M361.2,450.3c0,6.6-5.2,11.7-11.7,11.7h-188c-6.6,0-11.7-5.2-11.7-11.7c0-6.6,5.2-11.7,11.7-11.7h188
|
|
34
|
+
C356.1,438.5,361.2,443.7,361.2,450.3z"/>
|
|
35
|
+
<path class="st1" d="M361.2,450.3c0,6.6-5.2,11.7-11.7,11.7h-94v-23.5h94C356.1,438.5,361.2,443.7,361.2,450.3z"/>
|
|
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="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
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#FEA832;}
|
|
7
|
+
.st1{fill:#FE9923;}
|
|
8
|
+
.st2{fill:#FEDB41;}
|
|
9
|
+
.st3{fill:#FFCC33;}
|
|
10
|
+
</style>
|
|
11
|
+
<path class="st0" d="M172.9,252.2l-13.5-3.4c-47.2-11.8-80.9-54.8-80.9-103.4v-14h64.2c6.5,0,11.7-5.3,11.7-11.7
|
|
12
|
+
s-5.3-11.7-11.7-11.7c0,0-75.1,0-76,0c-6.5,0-11.7,5.3-11.7,11.7v25.8c0,59.4,41,111.7,98.7,126.1l13.5,3.4
|
|
13
|
+
c6.2,1.6,12.7-2.2,14.2-8.5C183,260.2,179.1,253.8,172.9,252.2z"/>
|
|
14
|
+
<path class="st1" d="M444.3,108c-0.9,0-76,0-76,0c-6.5,0-11.7,5.3-11.7,11.7s5.3,11.7,11.7,11.7h64.2v19.3
|
|
15
|
+
c0,46.6-30.6,87.9-75.1,101.7l-26.2,8.2c-6.2,1.9-9.7,8.5-7.7,14.7c1.9,6.1,8.4,9.7,14.7,7.7l26.2-8.2
|
|
16
|
+
C418.7,258,456,207.6,456,150.8v-31C456,113.2,450.7,108,444.3,108z"/>
|
|
17
|
+
<rect x="220.3" y="296.7" class="st0" width="70.5" height="118.3"/>
|
|
18
|
+
<rect x="255.5" y="296.7" class="st1" width="35.2" height="118.3"/>
|
|
19
|
+
<path class="st2" d="M337.7,403.3v47c0,6.6-5.2,11.7-11.7,11.7H185c-6.6,0-11.7-5.2-11.7-11.7v-47c0-19.5,15.7-35.2,35.2-35.2h94
|
|
20
|
+
C322,368,337.7,383.8,337.7,403.3z"/>
|
|
21
|
+
<path class="st3" d="M337.7,403.3v47c0,6.6-5.2,11.7-11.7,11.7h-70.5v-94h47C322,368,337.7,383.8,337.7,403.3z"/>
|
|
22
|
+
<path class="st2" d="M384.7,73.9l-14.1,142.2c-6.1,59.4-55.5,104.1-115.1,104.1s-109-44.6-115.1-104.1L126.3,73.9
|
|
23
|
+
c-0.5-6.6,4.2-12.2,10.6-12.9h237.3C380.5,61.7,385.2,67.3,384.7,73.9z"/>
|
|
24
|
+
<path class="st3" d="M384.7,73.9l-14.1,142.2c-6.1,59.4-55.5,104.1-115.1,104.1V61h118.7C380.5,61.7,385.2,67.3,384.7,73.9z"/>
|
|
25
|
+
<path class="st0" d="M408.2,72.7c0,6.6-5.2,11.7-11.7,11.7h-282c-6.6,0-11.7-5.2-11.7-11.7c0-6.6,5.2-11.7,11.7-11.7h282
|
|
26
|
+
C403.1,61,408.2,66.2,408.2,72.7z"/>
|
|
27
|
+
<path class="st1" d="M408.2,72.7c0,6.6-5.2,11.7-11.7,11.7h-141V61h141C403.1,61,408.2,66.2,408.2,72.7z"/>
|
|
28
|
+
<path class="st0" d="M318,154.5l-35.9-5.4l-16-32.4c-2.1-4-6.3-6.1-10.6-6.1c-4.2,0-8.5,2.1-10.6,6.1l-16,32.4l-35.9,5.4
|
|
29
|
+
c-9.6,1.2-13.6,13.2-6.6,20l26.1,25.4l-6.1,36.5c-1.6,9.6,8.5,16.9,16.9,12.5l32.2-16.9l32.2,16.9c8.5,4.5,18.6-2.8,16.9-12.5
|
|
30
|
+
l-6.1-36.5l26.1-25.4C331.6,167.7,327.6,155.7,318,154.5z"/>
|
|
31
|
+
<path class="st1" d="M324.6,174.5l-26.1,25.4l6.1,36.5c1.6,9.6-8.5,16.9-16.9,12.5l-32.2-16.9V110.6c4.2,0,8.5,2.1,10.6,6.1l16,32.4
|
|
32
|
+
l35.9,5.4C327.6,155.7,331.6,167.7,324.6,174.5z"/>
|
|
33
|
+
<path class="st0" d="M361.2,450.3c0,6.6-5.2,11.7-11.7,11.7h-188c-6.6,0-11.7-5.2-11.7-11.7c0-6.6,5.2-11.7,11.7-11.7h188
|
|
34
|
+
C356.1,438.5,361.2,443.7,361.2,450.3z"/>
|
|
35
|
+
<path class="st1" d="M361.2,450.3c0,6.6-5.2,11.7-11.7,11.7h-94v-23.5h94C356.1,438.5,361.2,443.7,361.2,450.3z"/>
|
|
36
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
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 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M6.2,23.5c-0.4,0.6-0.7,1.3-0.7,2.2v9.7c0,2.1,1.7,3.8,3.8,3.8h20.1v6.7c-1.6,0.3-2.9,1.6-3.2,3.2H6.3
|
|
7
|
+
c-0.5,0-0.8,0.4-0.8,0.8s0.4,0.8,0.8,0.8h19.9c0.4,1.9,2,3.3,4,3.3s3.7-1.4,4-3.3h19.9c0.5,0,0.8-0.4,0.8-0.8S54.6,49,54.2,49H34.3
|
|
8
|
+
c-0.3-1.6-1.6-2.9-3.2-3.2v-6.7h20.1c2.1,0,3.8-1.7,3.8-3.8v-9.7c0-0.8-0.3-1.5-0.7-2.2H6.2z M14.2,34.2c-2,0-3.7-1.7-3.7-3.7
|
|
9
|
+
s1.7-3.7,3.7-3.7s3.7,1.7,3.7,3.7S16.2,34.2,14.2,34.2z M32.7,49.9c0,1.4-1.1,2.5-2.5,2.5s-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5
|
|
10
|
+
S32.7,48.5,32.7,49.9z M33.5,30.1c-0.5,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S34,30.1,33.5,30.1z M35.2,32.5
|
|
11
|
+
c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S35.7,32.5,35.2,32.5z M36.8,30.1c-0.5,0-0.8-0.4-0.8-0.8
|
|
12
|
+
s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S37.3,30.1,36.8,30.1z M38.5,32.5c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
13
|
+
S39,32.5,38.5,32.5z M40.2,30.1c-0.5,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S40.6,30.1,40.2,30.1z M41.8,32.5
|
|
14
|
+
c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S42.3,32.5,41.8,32.5z M43.5,30.1c-0.5,0-0.8-0.4-0.8-0.8
|
|
15
|
+
s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S43.9,30.1,43.5,30.1z M45.1,32.5c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
16
|
+
S45.6,32.5,45.1,32.5z M46.8,30.1c-0.5,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S47.2,30.1,46.8,30.1z M48.4,32.5
|
|
17
|
+
c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S48.9,32.5,48.4,32.5z"/>
|
|
18
|
+
<path d="M51.2,6.2H9.3c-2.1,0-3.8,1.7-3.8,3.8v9.7c0,0.8,0.3,1.5,0.7,2.2h48.1c0.4-0.6,0.7-1.3,0.7-2.2V10
|
|
19
|
+
C55,7.9,53.3,6.2,51.2,6.2z M14.2,18.5c-2,0-3.7-1.7-3.7-3.7s1.7-3.7,3.7-3.7s3.7,1.7,3.7,3.7S16.2,18.5,14.2,18.5z M33.5,14.4
|
|
20
|
+
c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8C34.4,14,34,14.4,33.5,14.4z M35.2,16.9c-0.5,0-0.8-0.4-0.8-0.8
|
|
21
|
+
c0-0.5,0.4-0.8,0.8-0.8S36,15.6,36,16C36,16.5,35.7,16.9,35.2,16.9z M36.8,14.4c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8
|
|
22
|
+
s0.8,0.4,0.8,0.8C37.7,14,37.3,14.4,36.8,14.4z M38.5,16.9c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
23
|
+
C39.3,16.5,39,16.9,38.5,16.9z M40.2,14.4c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
24
|
+
C41,14,40.6,14.4,40.2,14.4z M41.8,16.9c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
25
|
+
C42.6,16.5,42.3,16.9,41.8,16.9z M43.5,14.4c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
26
|
+
C44.3,14,43.9,14.4,43.5,14.4z M45.1,16.9c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
27
|
+
C45.9,16.5,45.6,16.9,45.1,16.9z M46.8,14.4c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
28
|
+
C47.6,14,47.2,14.4,46.8,14.4z M48.4,16.9c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
29
|
+
C49.2,16.5,48.9,16.9,48.4,16.9z"/>
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
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 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M6.2,23.5c-0.4,0.6-0.7,1.3-0.7,2.2v9.7c0,2.1,1.7,3.8,3.8,3.8h20.1v6.7c-1.6,0.3-2.9,1.6-3.2,3.2H6.3
|
|
7
|
+
c-0.5,0-0.8,0.4-0.8,0.8s0.4,0.8,0.8,0.8h19.9c0.4,1.9,2,3.3,4,3.3s3.7-1.4,4-3.3h19.9c0.5,0,0.8-0.4,0.8-0.8S54.6,49,54.2,49H34.3
|
|
8
|
+
c-0.3-1.6-1.6-2.9-3.2-3.2v-6.7h20.1c2.1,0,3.8-1.7,3.8-3.8v-9.7c0-0.8-0.3-1.5-0.7-2.2H6.2z M14.2,34.2c-2,0-3.7-1.7-3.7-3.7
|
|
9
|
+
s1.7-3.7,3.7-3.7s3.7,1.7,3.7,3.7S16.2,34.2,14.2,34.2z M32.7,49.9c0,1.4-1.1,2.5-2.5,2.5s-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5
|
|
10
|
+
S32.7,48.5,32.7,49.9z M33.5,30.1c-0.5,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S34,30.1,33.5,30.1z M35.2,32.5
|
|
11
|
+
c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S35.7,32.5,35.2,32.5z M36.8,30.1c-0.5,0-0.8-0.4-0.8-0.8
|
|
12
|
+
s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S37.3,30.1,36.8,30.1z M38.5,32.5c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
13
|
+
S39,32.5,38.5,32.5z M40.2,30.1c-0.5,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S40.6,30.1,40.2,30.1z M41.8,32.5
|
|
14
|
+
c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S42.3,32.5,41.8,32.5z M43.5,30.1c-0.5,0-0.8-0.4-0.8-0.8
|
|
15
|
+
s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S43.9,30.1,43.5,30.1z M45.1,32.5c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
16
|
+
S45.6,32.5,45.1,32.5z M46.8,30.1c-0.5,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S47.2,30.1,46.8,30.1z M48.4,32.5
|
|
17
|
+
c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S48.9,32.5,48.4,32.5z"/>
|
|
18
|
+
<path d="M51.2,6.2H9.3c-2.1,0-3.8,1.7-3.8,3.8v9.7c0,0.8,0.3,1.5,0.7,2.2h48.1c0.4-0.6,0.7-1.3,0.7-2.2V10
|
|
19
|
+
C55,7.9,53.3,6.2,51.2,6.2z M14.2,18.5c-2,0-3.7-1.7-3.7-3.7s1.7-3.7,3.7-3.7s3.7,1.7,3.7,3.7S16.2,18.5,14.2,18.5z M33.5,14.4
|
|
20
|
+
c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8C34.4,14,34,14.4,33.5,14.4z M35.2,16.9c-0.5,0-0.8-0.4-0.8-0.8
|
|
21
|
+
c0-0.5,0.4-0.8,0.8-0.8S36,15.6,36,16C36,16.5,35.7,16.9,35.2,16.9z M36.8,14.4c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8
|
|
22
|
+
s0.8,0.4,0.8,0.8C37.7,14,37.3,14.4,36.8,14.4z M38.5,16.9c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
23
|
+
C39.3,16.5,39,16.9,38.5,16.9z M40.2,14.4c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
24
|
+
C41,14,40.6,14.4,40.2,14.4z M41.8,16.9c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
25
|
+
C42.6,16.5,42.3,16.9,41.8,16.9z M43.5,14.4c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
26
|
+
C44.3,14,43.9,14.4,43.5,14.4z M45.1,16.9c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
27
|
+
C45.9,16.5,45.6,16.9,45.1,16.9z M46.8,14.4c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
28
|
+
C47.6,14,47.2,14.4,46.8,14.4z M48.4,16.9c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8
|
|
29
|
+
C49.2,16.5,48.9,16.9,48.4,16.9z"/>
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|