arthub-table 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.
Files changed (123) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/LICENSE +21 -0
  3. package/README.md +257 -0
  4. package/dist/arthub-table.common.js +2 -0
  5. package/dist/arthub-table.common.js.map +1 -0
  6. package/dist/arthub-table.css +1 -0
  7. package/dist/arthub-table.umd.js +2 -0
  8. package/dist/arthub-table.umd.js.map +1 -0
  9. package/dist/arthub-table.umd.min.js +2 -0
  10. package/dist/arthub-table.umd.min.js.map +1 -0
  11. package/dist/demo.html +1 -0
  12. package/dist/img/ah-icon_audio_pause.55c06fbf.svg +3 -0
  13. package/dist/img/ah-icon_closeshape.82e52181.svg +3 -0
  14. package/dist/img/icon_attachment.724d33ba.svg +3 -0
  15. package/dist/img/icon_default.9ef1a394.svg +5 -0
  16. package/dist/img/icon_edit.9966e699.svg +3 -0
  17. package/dist/img/icon_error_dark.2a057cdd.svg +17 -0
  18. package/dist/img/icon_error_light.ac6763e9.svg +17 -0
  19. package/dist/img/icon_failure_dark.f68723a7.svg +25 -0
  20. package/dist/img/icon_failure_light.489a7167.svg +25 -0
  21. package/dist/img/icon_folder.ea3efcce.svg +11 -0
  22. package/dist/img/icon_netdisc.d8bbe2e0.svg +4 -0
  23. package/dist/img/icon_singlearrowright.6adcd336.svg +4 -0
  24. package/dist/img/icon_totalNum.23a86d16.svg +3 -0
  25. package/dist/img/icon_transform_dark.033764ea.svg +26 -0
  26. package/dist/img/icon_transform_light.fa9fbcbd.svg +26 -0
  27. package/dist/img/img_3d.39b27128.svg +14 -0
  28. package/dist/img/img_aep.a898e3e7.svg +8 -0
  29. package/dist/img/img_ai.61f08a0a.svg +8 -0
  30. package/dist/img/img_audio.e4ada65c.svg +5 -0
  31. package/dist/img/img_enf.ad88f95d.svg +28 -0
  32. package/dist/img/img_excel.56663d85.svg +30 -0
  33. package/dist/img/img_exe.5e3fc198.svg +27 -0
  34. package/dist/img/img_img.ac2e0d0c.svg +8 -0
  35. package/dist/img/img_mcp.393ef169.svg +28 -0
  36. package/dist/img/img_pdf.f4da9922.svg +7 -0
  37. package/dist/img/img_ppt.d172780f.svg +26 -0
  38. package/dist/img/img_pxcook.7e9fce57.svg +18 -0
  39. package/dist/img/img_rarzip7z.e3b1de82.svg +28 -0
  40. package/dist/img/img_sketch.d49a9bd4.svg +32 -0
  41. package/dist/img/img_video.b6ac6198.svg +7 -0
  42. package/dist/img/img_word.0c1d3c88.svg +31 -0
  43. package/dist/img/img_x2d.6acc94f6.svg +28 -0
  44. package/dist/img/img_xd.cc23d09a.svg +28 -0
  45. package/dist/img/matrix-icon_finish.617f5d3e.svg +3 -0
  46. package/dist/img/matrix-icon_inprogress.3781156a.svg +3 -0
  47. package/dist/img/matrix-icon_supervise.edae43f0.svg +3 -0
  48. package/dist/types/assets/icon/iconBase64.d.ts +3 -0
  49. package/dist/types/components/Icon/index.d.ts +2 -0
  50. package/dist/types/components/clickoutside.d.ts +3 -0
  51. package/dist/types/core/Body.d.ts +142 -0
  52. package/dist/types/core/Cell.d.ts +94 -0
  53. package/dist/types/core/Clipboard.d.ts +16 -0
  54. package/dist/types/core/ColumnHeader.d.ts +24 -0
  55. package/dist/types/core/Context.d.ts +24 -0
  56. package/dist/types/core/DataGrid.d.ts +749 -0
  57. package/dist/types/core/EdgeScroller.d.ts +75 -0
  58. package/dist/types/core/Editor.d.ts +33 -0
  59. package/dist/types/core/Events.d.ts +25 -0
  60. package/dist/types/core/Footer.d.ts +37 -0
  61. package/dist/types/core/GifAnimationManager.d.ts +69 -0
  62. package/dist/types/core/GifOverlay.d.ts +33 -0
  63. package/dist/types/core/GroupRow.d.ts +80 -0
  64. package/dist/types/core/Header.d.ts +40 -0
  65. package/dist/types/core/History.d.ts +27 -0
  66. package/dist/types/core/ImageManager.d.ts +94 -0
  67. package/dist/types/core/NestedGrid.d.ts +177 -0
  68. package/dist/types/core/Paint.d.ts +101 -0
  69. package/dist/types/core/PerformanceMonitor.d.ts +96 -0
  70. package/dist/types/core/Row.d.ts +31 -0
  71. package/dist/types/core/RowHeader.d.ts +22 -0
  72. package/dist/types/core/Scroller.d.ts +33 -0
  73. package/dist/types/core/Selector.d.ts +9 -0
  74. package/dist/types/core/StyleManager.d.ts +108 -0
  75. package/dist/types/core/Tooltip.d.ts +28 -0
  76. package/dist/types/core/Validator.d.ts +26 -0
  77. package/dist/types/core/config.d.ts +5 -0
  78. package/dist/types/core/constants.d.ts +39 -0
  79. package/dist/types/core/element.d.ts +36 -0
  80. package/dist/types/core/extension-type-mapping.d.ts +5 -0
  81. package/dist/types/core/footer/utils.d.ts +7 -0
  82. package/dist/types/core/types.d.ts +399 -0
  83. package/dist/types/core/util.d.ts +17 -0
  84. package/dist/types/core/viewers/BooleanViewer.d.ts +46 -0
  85. package/dist/types/core/viewers/DatetimeViewer.d.ts +33 -0
  86. package/dist/types/core/viewers/DeliverableReviewViewer.d.ts +87 -0
  87. package/dist/types/core/viewers/FileStorageSpecViewer.d.ts +37 -0
  88. package/dist/types/core/viewers/FileViewer.d.ts +118 -0
  89. package/dist/types/core/viewers/GroupHeaderViewer.d.ts +73 -0
  90. package/dist/types/core/viewers/HyperlinkTextViewer.d.ts +80 -0
  91. package/dist/types/core/viewers/ImageViewer.d.ts +31 -0
  92. package/dist/types/core/viewers/ItfsPathViewer.d.ts +58 -0
  93. package/dist/types/core/viewers/ModuleViewer.d.ts +53 -0
  94. package/dist/types/core/viewers/NestedGridViewer.d.ts +47 -0
  95. package/dist/types/core/viewers/PersonViewer.d.ts +61 -0
  96. package/dist/types/core/viewers/PivotViewer.d.ts +43 -0
  97. package/dist/types/core/viewers/PriorityTextViewer.d.ts +35 -0
  98. package/dist/types/core/viewers/ProgressViewer.d.ts +68 -0
  99. package/dist/types/core/viewers/PunchTimingViewer.d.ts +42 -0
  100. package/dist/types/core/viewers/PunchViewer.d.ts +116 -0
  101. package/dist/types/core/viewers/RichTextViewer.d.ts +83 -0
  102. package/dist/types/core/viewers/SelectViewer.d.ts +57 -0
  103. package/dist/types/core/viewers/SeparatorRowViewer.d.ts +25 -0
  104. package/dist/types/core/viewers/StatusTextViewer.d.ts +40 -0
  105. package/dist/types/core/viewers/StatusViewer.d.ts +53 -0
  106. package/dist/types/core/viewers/TableActionButtonViewer.d.ts +77 -0
  107. package/dist/types/core/viewers/TaskNodeViewer.d.ts +106 -0
  108. package/dist/types/core/viewers/TextViewer.d.ts +37 -0
  109. package/dist/types/core/viewers/TextViewerWithSwitcher.d.ts +112 -0
  110. package/dist/types/core/viewers/ThemeViewer.d.ts +36 -0
  111. package/dist/types/core/viewers/TreeDropdownViewer.d.ts +55 -0
  112. package/dist/types/core/viewers/UpstreamViewer.d.ts +79 -0
  113. package/dist/types/core/viewers/ViewerRegistry.d.ts +76 -0
  114. package/dist/types/core/viewers/WfStateViewer.d.ts +76 -0
  115. package/dist/types/core/viewers/WorkflowViewer.d.ts +37 -0
  116. package/dist/types/core/viewers/index.d.ts +114 -0
  117. package/dist/types/core/viewers/types.d.ts +1097 -0
  118. package/dist/types/index.d.ts +37 -0
  119. package/dist/types/testing/SnapshotManager.d.ts +55 -0
  120. package/dist/types/testing/TestHooks.d.ts +275 -0
  121. package/dist/types/testing/index.d.ts +3 -0
  122. package/dist/types/testing/installTestHooks.d.ts +16 -0
  123. package/package.json +126 -0
package/dist/demo.html ADDED
@@ -0,0 +1 @@
1
+ <!doctype html><meta charset="utf-8"><title>arthub-table demo</title><script src="./arthub-table.umd.js"></script><link rel="stylesheet" href="./arthub-table.css"><script>console.log(arthub-table)</script>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="design-iconfont" width="128" height="128">
2
+ <path fill="#2C2C2C" d="M7 5h5v22h-5v-22zM20 5h5v22h-5v-22z"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" class="y6m8t7ceu__design-iconfont" width="128" height="128">
2
+ <path d="M8 1C4.14 1 1 4.14 1 8C1 11.86 4.14 15 8 15C11.86 15 15 11.86 15 8C15 4.14 11.86 1 8 1ZM11.0305 9.9695C11.3235 10.2625 11.3235 10.737 11.0305 11.03C10.884 11.1765 10.692 11.2495 10.5 11.2495C10.308 11.2495 10.116 11.1765 9.9695 11.03L8 9.0605L6.0305 11.03C5.884 11.1765 5.692 11.2495 5.5 11.2495C5.308 11.2495 5.116 11.1765 4.9695 11.03C4.6765 10.737 4.6765 10.2625 4.9695 9.9695L6.939 8L4.9695 6.0305C4.6765 5.7375 4.6765 5.263 4.9695 4.97C5.2625 4.677 5.737 4.677 6.03 4.97L7.9995 6.9395L9.969 4.97C10.262 4.677 10.7365 4.677 11.0295 4.97C11.3225 5.263 11.3225 5.7375 11.0295 6.0305L9.06 8L11.0295 9.9695H11.0305Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="design-iconfont" width="128" height="128">
2
+ <path fill="#2C2C2C" d="M18.828 11.757l-7.071 7.071 1.415 1.415 7.071-7.071-1.415-1.415zM15.293 23.778c-0.903 0.896-2.147 1.449-3.52 1.449-2.761 0-5-2.239-5-5 0-1.373 0.553-2.617 1.449-3.52l2.828-2.828-1.414-1.415-2.828 2.829c-1.267 1.267-2.050 3.017-2.050 4.95 0 3.866 3.134 7 7 7 1.933 0 3.683-0.784 4.95-2.050l2.829-2.828-1.416-1.415zM16.707 8.222c0.903-0.896 2.147-1.449 3.52-1.449 2.761 0 5 2.239 5 5 0 1.373-0.553 2.617-1.449 3.52l-2.828 2.828 1.414 1.415 2.828-2.829c1.267-1.267 2.050-3.017 2.050-4.95 0-3.866-3.134-7-7-7-1.933 0-3.683 0.784-4.95 2.050v0l-2.828 2.829 1.415 1.414z"></path>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
2
+ <title>icon_default</title>
3
+ <path d="M163.27,190.812l-126,.375a10,10,0,0,1-10.03-9.971l-.481-162A10,10,0,0,1,36.73,9.188l102-.3L172.86,52.7l.38,128.083A10,10,0,0,1,163.27,190.812Z" fill="#dedede"/>
4
+ <path d="M138.73,8.885l.1,34a10,10,0,0,0,10.029,9.971l24-.072Z" fill="#fff"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="design-iconfont" width="128" height="128">
2
+ <path d="M25.2 12c0.535-0.539 0.865-1.281 0.865-2.1s-0.33-1.561-0.865-2.1l0 0c-0.539-0.535-1.281-0.865-2.1-0.865s-1.561 0.33-2.1 0.865l-2.1 2.1 4.2 4.2zM17.206 11.591l-11.206 11.207v4.202h4.202l11.207-11.206-4.203-4.203z"></path>
3
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_395_13693)">
3
+ <rect width="232" height="232" transform="translate(24 24)" fill="#5B5B5B"/>
4
+ <g clip-path="url(#clip1_395_13693)">
5
+ <rect width="232" height="232" fill="#EFEFEF"/>
6
+ <path d="M52.18 196H182.18C187.7 196 192.17 191.52 192.17 186C192.17 184.87 191.98 183.78 191.64 182.77L191.66 182.84L163.66 98.9C162.29 94.89 158.56 92.06 154.17 92.06C150.28 92.06 146.9 94.28 145.25 97.53L145.22 97.59L122.22 143.59C120.54 146.89 117.17 149.11 113.28 149.11C110.52 149.11 108.03 148 106.22 146.19L85.84 125.81C84.03 124.01 81.54 122.89 78.78 122.89C74.89 122.89 71.52 125.11 69.87 128.35L69.84 128.41L43.23 181.53C42.57 182.83 42.18 184.37 42.18 186C42.18 191.52 46.65 196 52.17 196H52.18ZM76 56C76 67.05 67.05 76 56 76C44.95 76 36 67.05 36 56C36 44.95 44.95 36 56 36C67.05 36 76 44.95 76 56Z" fill="#3F9EFF"/>
7
+ </g>
8
+ </g>
9
+ <defs>
10
+ <clipPath id="clip0_395_13693">
11
+ <rect width="256" height="256" fill="white"/>
12
+ </clipPath>
13
+ <clipPath id="clip1_395_13693">
14
+ <rect width="232" height="232" fill="white"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_349_3888)">
3
+ <rect width="232" height="232" transform="translate(24 24)" fill="#ACB3BD"/>
4
+ <g clip-path="url(#clip1_349_3888)">
5
+ <rect width="232" height="232" fill="#E6EAF0"/>
6
+ <path d="M52.18 196H182.18C187.7 196 192.17 191.52 192.17 186C192.17 184.87 191.98 183.78 191.64 182.77L191.66 182.84L163.66 98.9C162.29 94.89 158.56 92.06 154.17 92.06C150.28 92.06 146.9 94.28 145.25 97.53L145.22 97.59L122.22 143.59C120.54 146.89 117.17 149.11 113.28 149.11C110.52 149.11 108.03 148 106.22 146.19L85.84 125.81C84.03 124.01 81.54 122.89 78.78 122.89C74.89 122.89 71.52 125.11 69.87 128.35L69.84 128.41L43.23 181.53C42.57 182.83 42.18 184.37 42.18 186C42.18 191.52 46.65 196 52.17 196H52.18ZM76 56C76 67.05 67.05 76 56 76C44.95 76 36 67.05 36 56C36 44.95 44.95 36 56 36C67.05 36 76 44.95 76 56Z" fill="#268BFB"/>
7
+ </g>
8
+ </g>
9
+ <defs>
10
+ <clipPath id="clip0_349_3888">
11
+ <rect width="256" height="256" fill="white"/>
12
+ </clipPath>
13
+ <clipPath id="clip1_349_3888">
14
+ <rect width="232" height="232" fill="white"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_395_13677)">
3
+ <rect width="232" height="232" transform="translate(24 24)" fill="#5B5B5B"/>
4
+ <g clip-path="url(#clip1_395_13677)">
5
+ <rect width="232" height="232" fill="white"/>
6
+ <g clip-path="url(#clip2_395_13677)">
7
+ <rect width="232" height="232" fill="#EFEFEF"/>
8
+ <path d="M52.18 196H182.18C187.7 196 192.17 191.52 192.17 186C192.17 184.87 191.98 183.78 191.64 182.77L191.66 182.84L163.66 98.9C162.29 94.89 158.56 92.06 154.17 92.06C150.28 92.06 146.9 94.28 145.25 97.53L145.22 97.59L122.22 143.59C120.54 146.89 117.17 149.11 113.28 149.11C110.52 149.11 108.03 148 106.22 146.19L85.84 125.81C84.03 124.01 81.54 122.89 78.78 122.89C74.89 122.89 71.52 125.11 69.87 128.35L69.84 128.41L43.23 181.53C42.57 182.83 42.18 184.37 42.18 186C42.18 191.52 46.65 196 52.17 196H52.18ZM76 56C76 67.05 67.05 76 56 76C44.95 76 36 67.05 36 56C36 44.95 44.95 36 56 36C67.05 36 76 44.95 76 56Z" fill="#3F9EFF"/>
9
+ </g>
10
+ <rect x="64" y="64" width="104" height="104" rx="52" fill="white"/>
11
+ <path d="M116 70.5C90.91 70.5 70.5 90.91 70.5 116C70.5 141.09 90.91 161.5 116 161.5C141.09 161.5 161.5 141.09 161.5 116C161.5 90.91 141.09 70.5 116 70.5ZM122.5 135.5C122.5 139.088 119.588 142 116 142C112.412 142 109.5 139.088 109.5 135.5V133.875C109.5 130.287 112.412 127.375 116 127.375C119.588 127.375 122.5 130.287 122.5 133.875V135.5ZM122.5 116C122.5 119.588 119.588 122.5 116 122.5C112.412 122.5 109.5 119.588 109.5 116V96.5C109.5 92.912 112.412 90 116 90C119.588 90 122.5 92.912 122.5 96.5V116Z" fill="#DE4D1D"/>
12
+ </g>
13
+ </g>
14
+ <defs>
15
+ <clipPath id="clip0_395_13677">
16
+ <rect width="256" height="256" fill="white"/>
17
+ </clipPath>
18
+ <clipPath id="clip1_395_13677">
19
+ <rect width="232" height="232" fill="white"/>
20
+ </clipPath>
21
+ <clipPath id="clip2_395_13677">
22
+ <rect width="232" height="232" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_349_3887)">
3
+ <rect width="232" height="232" transform="translate(24 24)" fill="#ACB3BD"/>
4
+ <g clip-path="url(#clip1_349_3887)">
5
+ <rect width="232" height="232" fill="white"/>
6
+ <g clip-path="url(#clip2_349_3887)">
7
+ <rect width="232" height="232" fill="#E6EAF0"/>
8
+ <path d="M52.18 196H182.18C187.7 196 192.17 191.52 192.17 186C192.17 184.87 191.98 183.78 191.64 182.77L191.66 182.84L163.66 98.9C162.29 94.89 158.56 92.06 154.17 92.06C150.28 92.06 146.9 94.28 145.25 97.53L145.22 97.59L122.22 143.59C120.54 146.89 117.17 149.11 113.28 149.11C110.52 149.11 108.03 148 106.22 146.19L85.84 125.81C84.03 124.01 81.54 122.89 78.78 122.89C74.89 122.89 71.52 125.11 69.87 128.35L69.84 128.41L43.23 181.53C42.57 182.83 42.18 184.37 42.18 186C42.18 191.52 46.65 196 52.17 196H52.18ZM76 56C76 67.05 67.05 76 56 76C44.95 76 36 67.05 36 56C36 44.95 44.95 36 56 36C67.05 36 76 44.95 76 56Z" fill="#268BFB"/>
9
+ </g>
10
+ <rect x="64" y="64" width="104" height="104" rx="52" fill="white"/>
11
+ <path d="M116 70.5C90.91 70.5 70.5 90.91 70.5 116C70.5 141.09 90.91 161.5 116 161.5C141.09 161.5 161.5 141.09 161.5 116C161.5 90.91 141.09 70.5 116 70.5ZM122.5 135.5C122.5 139.088 119.588 142 116 142C112.412 142 109.5 139.088 109.5 135.5V133.875C109.5 130.287 112.412 127.375 116 127.375C119.588 127.375 122.5 130.287 122.5 133.875V135.5ZM122.5 116C122.5 119.588 119.588 122.5 116 122.5C112.412 122.5 109.5 119.588 109.5 116V96.5C109.5 92.912 112.412 90 116 90C119.588 90 122.5 92.912 122.5 96.5V116Z" fill="#D62336"/>
12
+ </g>
13
+ </g>
14
+ <defs>
15
+ <clipPath id="clip0_349_3887">
16
+ <rect width="256" height="256" fill="white"/>
17
+ </clipPath>
18
+ <clipPath id="clip1_349_3887">
19
+ <rect width="232" height="232" fill="white"/>
20
+ </clipPath>
21
+ <clipPath id="clip2_349_3887">
22
+ <rect width="232" height="232" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="72px" height="72px" viewBox="0 0 72 72" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill='#c4c4c4'>
2
+ <!-- Generator: Sketch 57.1 (83088) - https://sketch.com -->
3
+ <title>folder</title>
4
+ <desc>Created with Sketch.</desc>
5
+ <g id="-" stroke="none" stroke-width="1" fill-rule="evenodd">
6
+ <g id="资源管理页面_弹窗" transform="translate(-5192.000000, -392.000000)">
7
+ <polygon id="矩形备份-34" fill="#999" points="5199 400 5216.13208 400 5222.70216 406.109091 5258 406.109091 5258 448 5199 448"></polygon>
8
+ <polygon id="矩形备份-56" points="5199 412 5258 412 5258 456 5199 456"></polygon>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="design-iconfont" width="128" height="128">
2
+ <path fill="#2C2C2C" d="M26.658 4.699c-0.148-0.977-0.989-1.699-1.977-1.699h-17.363c-0.988 0-1.828 0.721-1.977 1.698l-2.125 13.902h25.555l-2.113-13.901z"></path>
3
+ <path fill="#2C2C2C" d="M3 21.2v5.8c0 1.105 0.895 2 2 2h22c1.105 0 2-0.895 2-2v-5.8h-26zM7 26c-0.552 0-1-0.448-1-1s0.448-1 1-1 1 0.448 1 1-0.448 1-1 1z"></path>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
2
+ <title>icon_singlearrowright</title>
3
+ <path fill="#121315" d="M14.561 24.561l-2.122-2.122 6.44-6.439-6.44-6.439 2.122-2.122 8.56 8.561-8.56 8.561z"></path>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 0.75C2.56066 0.75 2.8125 1.00184 2.8125 1.3125V4.125H6.46069C6.69961 3.36427 7.41043 2.8125 8.25 2.8125C9.28553 2.8125 10.125 3.65197 10.125 4.6875C10.125 5.72303 9.28553 6.5625 8.25 6.5625C7.41043 6.5625 6.69961 6.01073 6.46069 5.25H2.8125V8.0625C2.8125 8.58027 3.23223 9 3.75 9H6.46069C6.69961 8.23927 7.41043 7.6875 8.25 7.6875C9.28553 7.6875 10.125 8.52697 10.125 9.5625C10.125 10.598 9.28553 11.4375 8.25 11.4375C7.41043 11.4375 6.69961 10.8857 6.46069 10.125H3.75C2.61091 10.125 1.6875 9.20159 1.6875 8.0625V1.3125C1.6875 1.00184 1.93934 0.75 2.25 0.75ZM8.25 8.8125C7.83579 8.8125 7.5 9.14829 7.5 9.5625C7.5 9.97671 7.83579 10.3125 8.25 10.3125C8.66421 10.3125 9 9.97671 9 9.5625C9 9.14829 8.66421 8.8125 8.25 8.8125ZM8.25 3.9375C7.83579 3.9375 7.5 4.27329 7.5 4.6875C7.5 5.10171 7.83579 5.4375 8.25 5.4375C8.66421 5.4375 9 5.10171 9 4.6875C9 4.27329 8.66421 3.9375 8.25 3.9375Z" fill="#777777"></path>
3
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_395_13684)">
3
+ <rect width="232" height="232" transform="translate(24 24)" fill="#5B5B5B"/>
4
+ <g clip-path="url(#clip1_395_13684)">
5
+ <rect width="232" height="232" fill="white"/>
6
+ <g clip-path="url(#clip2_395_13684)">
7
+ <rect width="232" height="232" fill="#EFEFEF"/>
8
+ <path d="M52.18 196H182.18C187.7 196 192.17 191.52 192.17 186C192.17 184.87 191.98 183.78 191.64 182.77L191.66 182.84L163.66 98.9C162.29 94.89 158.56 92.06 154.17 92.06C150.28 92.06 146.9 94.28 145.25 97.53L145.22 97.59L122.22 143.59C120.54 146.89 117.17 149.11 113.28 149.11C110.52 149.11 108.03 148 106.22 146.19L85.84 125.81C84.03 124.01 81.54 122.89 78.78 122.89C74.89 122.89 71.52 125.11 69.87 128.35L69.84 128.41L43.23 181.53C42.57 182.83 42.18 184.37 42.18 186C42.18 191.52 46.65 196 52.17 196H52.18ZM76 56C76 67.05 67.05 76 56 76C44.95 76 36 67.05 36 56C36 44.95 44.95 36 56 36C67.05 36 76 44.95 76 56Z" fill="#3F9EFF"/>
9
+ </g>
10
+ <path d="M132.416 95.8705V99.625C132.416 103.01 129.653 105.763 126.246 105.763C120.804 105.774 116.385 110.204 116.385 115.646C116.385 121.098 120.826 125.528 126.278 125.528C129.664 125.528 132.416 128.28 132.416 131.666V149.269H100.248V131.677C100.248 128.292 103.012 125.538 106.408 125.538C111.85 125.528 116.279 121.098 116.28 115.646C116.28 110.214 111.85 105.784 106.387 105.763C104.753 105.763 103.213 105.12 102.053 103.96C100.893 102.8 100.249 101.249 100.248 99.6147V95.8705H132.416Z" fill="#375783"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M150.135 68.5852C152.751 68.5852 154.861 70.7055 154.861 73.3106C154.86 75.9156 152.751 78.035 150.135 78.035H146.476V100.205C146.476 106.502 143.607 112.133 139.114 115.878C143.607 119.622 146.476 125.264 146.476 131.55V153.72H150.135C152.751 153.72 154.86 155.84 154.861 158.445C154.861 161.05 152.751 163.17 150.135 163.17H82.5297C79.9142 163.17 77.8052 161.05 77.8052 158.445C77.8053 155.84 79.9248 153.72 82.5297 153.72H86.19V131.55C86.1901 125.264 89.048 119.622 93.5408 115.878C93.0662 115.487 92.6126 115.065 92.1697 114.633C88.3098 110.773 86.1901 105.647 86.19 100.195V78.035H82.5297C79.9143 78.0348 77.8054 75.9154 77.8052 73.3106C77.8052 70.7056 79.9248 68.5854 82.5297 68.5852H150.135ZM95.6502 100.205C95.6502 103.137 96.7895 105.879 98.8566 107.957C100.924 110.024 103.666 111.163 106.588 111.163H106.598C109.203 111.174 111.323 113.283 111.323 115.888C111.323 118.504 109.214 120.613 106.609 120.624H106.588C100.544 120.634 95.6398 125.539 95.6398 131.572V153.709H137.016V131.55C137.015 125.517 132.1 120.603 126.068 120.603C123.452 120.603 121.332 118.483 121.332 115.878C121.332 113.272 123.442 111.152 126.047 111.152H126.057C132.111 111.152 137.026 106.238 137.026 100.205V78.0463H95.6502V100.205Z" fill="#375783"/>
12
+ <path d="M150.135 58.2006V68.5852H82.53C79.9252 68.5854 77.8052 70.7061 77.8052 73.311C77.8056 75.8341 79.7845 77.9015 82.2856 78.0287L82.53 78.0348H86.19V100.194C86.1901 105.647 88.3096 110.772 92.1693 114.632C92.6121 115.065 93.0659 115.488 93.5404 115.878C89.0477 119.622 86.1901 125.264 86.19 131.55V153.72H82.53C79.9252 153.72 77.8053 155.84 77.8052 158.445C77.8052 160.968 79.7843 163.036 82.2856 163.163L82.53 163.17H150.135L150.379 163.163C152.881 163.036 154.86 160.968 154.86 158.445C154.86 155.921 152.881 153.853 150.379 153.726L150.135 153.72H146.476V131.55C146.475 125.264 143.607 119.622 139.114 115.878C143.466 112.251 146.295 106.852 146.467 100.794L146.476 100.206V78.0348H150.135L150.379 78.0287C152.8 77.906 154.732 75.9655 154.854 73.5534L154.86 73.311C154.86 70.7873 152.881 68.7181 150.379 68.5913L150.135 68.5852V58.2006C158.371 58.2008 165.034 64.7751 165.24 72.9216L165.245 73.311C165.245 79.2301 161.835 84.3668 156.86 86.8434V100.206C156.86 105.935 155.283 111.293 152.559 115.879C155.283 120.467 156.86 125.828 156.86 131.55V144.91C161.726 147.332 165.094 152.3 165.24 158.055L165.245 158.445C165.245 166.77 158.501 173.555 150.135 173.555H82.529C74.1622 173.554 67.4206 166.768 67.4206 158.445L67.4257 158.054C67.5721 152.295 70.9466 147.334 75.8054 144.913V131.55L75.8176 130.663C75.9708 125.281 77.5147 120.239 80.0931 115.887C77.3006 111.181 75.8056 105.79 75.8054 100.195V86.8445C70.939 84.4221 67.5717 79.4543 67.4257 73.7004L67.4206 73.311L67.4257 72.9206C67.6328 64.762 74.3183 58.2013 82.529 58.2006H150.135ZM137.026 78.0459V100.206C137.026 106.238 132.111 111.152 126.057 111.152H126.047C123.442 111.152 121.331 113.273 121.331 115.878C121.332 118.483 123.452 120.602 126.067 120.603C132.1 120.603 137.016 125.517 137.016 131.55V153.709H95.6396V131.571C95.6398 125.539 100.545 120.634 106.588 120.624H106.608C109.213 120.613 111.323 118.504 111.323 115.888C111.323 113.283 109.203 111.174 106.598 111.163H106.588C103.667 111.163 100.924 110.025 98.8564 107.957C96.7894 105.88 95.6499 103.137 95.6497 100.206V78.0459H137.026ZM100.249 95.8701V99.6143C100.249 101.249 100.893 102.8 102.053 103.96C103.213 105.12 104.753 105.763 106.387 105.763C111.85 105.784 116.28 110.214 116.28 115.646C116.28 121.098 111.85 125.528 106.408 125.538C103.012 125.539 100.249 128.292 100.249 131.677V149.269H132.417V131.666C132.416 128.28 129.664 125.528 126.278 125.528C120.826 125.528 116.386 121.098 116.386 115.646C116.386 110.204 120.805 105.774 126.247 105.763C129.653 105.763 132.416 103.011 132.417 99.6254V95.8701H100.249Z" fill="white"/>
13
+ </g>
14
+ </g>
15
+ <defs>
16
+ <clipPath id="clip0_395_13684">
17
+ <rect width="256" height="256" fill="white"/>
18
+ </clipPath>
19
+ <clipPath id="clip1_395_13684">
20
+ <rect width="232" height="232" fill="white"/>
21
+ </clipPath>
22
+ <clipPath id="clip2_395_13684">
23
+ <rect width="232" height="232" fill="white"/>
24
+ </clipPath>
25
+ </defs>
26
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_349_3886)">
3
+ <rect width="232" height="232" transform="translate(24 24)" fill="#ACB3BD"/>
4
+ <g clip-path="url(#clip1_349_3886)">
5
+ <rect width="232" height="232" fill="white"/>
6
+ <g clip-path="url(#clip2_349_3886)">
7
+ <rect width="232" height="232" fill="#E6EAF0"/>
8
+ <path d="M52.18 196H182.18C187.7 196 192.17 191.52 192.17 186C192.17 184.87 191.98 183.78 191.64 182.77L191.66 182.84L163.66 98.9C162.29 94.89 158.56 92.06 154.17 92.06C150.28 92.06 146.9 94.28 145.25 97.53L145.22 97.59L122.22 143.59C120.54 146.89 117.17 149.11 113.28 149.11C110.52 149.11 108.03 148 106.22 146.19L85.84 125.81C84.03 124.01 81.54 122.89 78.78 122.89C74.89 122.89 71.52 125.11 69.87 128.35L69.84 128.41L43.23 181.53C42.57 182.83 42.18 184.37 42.18 186C42.18 191.52 46.65 196 52.17 196H52.18ZM76 56C76 67.05 67.05 76 56 76C44.95 76 36 67.05 36 56C36 44.95 44.95 36 56 36C67.05 36 76 44.95 76 56Z" fill="#268BFB"/>
9
+ </g>
10
+ <path d="M132.416 95.8705V99.625C132.416 103.01 129.653 105.763 126.246 105.763C120.804 105.774 116.385 110.204 116.385 115.646C116.385 121.098 120.826 125.528 126.278 125.528C129.664 125.528 132.416 128.28 132.416 131.666V149.269H100.248V131.677C100.248 128.292 103.012 125.538 106.408 125.538C111.85 125.528 116.279 121.098 116.28 115.646C116.28 110.214 111.85 105.784 106.387 105.763C104.753 105.763 103.213 105.12 102.053 103.96C100.893 102.8 100.249 101.249 100.248 99.6147V95.8705H132.416Z" fill="#0053B9"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M150.135 68.5852C152.751 68.5852 154.861 70.7055 154.861 73.3106C154.86 75.9156 152.751 78.035 150.135 78.035H146.476V100.205C146.476 106.502 143.607 112.133 139.114 115.878C143.607 119.622 146.476 125.264 146.476 131.55V153.72H150.135C152.751 153.72 154.86 155.84 154.861 158.445C154.861 161.05 152.751 163.17 150.135 163.17H82.5297C79.9142 163.17 77.8052 161.05 77.8052 158.445C77.8053 155.84 79.9248 153.72 82.5297 153.72H86.19V131.55C86.1901 125.264 89.048 119.622 93.5408 115.878C93.0662 115.487 92.6126 115.065 92.1697 114.633C88.3098 110.773 86.1901 105.647 86.19 100.195V78.035H82.5297C79.9143 78.0348 77.8054 75.9154 77.8052 73.3106C77.8052 70.7056 79.9248 68.5854 82.5297 68.5852H150.135ZM95.6502 100.205C95.6502 103.137 96.7895 105.879 98.8566 107.957C100.924 110.024 103.666 111.163 106.588 111.163H106.598C109.203 111.174 111.323 113.283 111.323 115.888C111.323 118.504 109.214 120.613 106.609 120.624H106.588C100.544 120.634 95.6398 125.539 95.6398 131.572V153.709H137.016V131.55C137.015 125.517 132.1 120.603 126.068 120.603C123.452 120.603 121.332 118.483 121.332 115.878C121.332 113.272 123.442 111.152 126.047 111.152H126.057C132.111 111.152 137.026 106.238 137.026 100.205V78.0463H95.6502V100.205Z" fill="#0053B9"/>
12
+ <path d="M150.135 58.2006V68.5852H82.53C79.9252 68.5854 77.8052 70.7061 77.8052 73.311C77.8056 75.8341 79.7845 77.9015 82.2856 78.0287L82.53 78.0348H86.19V100.194C86.1901 105.647 88.3096 110.772 92.1693 114.632C92.6121 115.065 93.0659 115.488 93.5404 115.878C89.0477 119.622 86.1901 125.264 86.19 131.55V153.72H82.53C79.9252 153.72 77.8053 155.84 77.8052 158.445C77.8052 160.968 79.7843 163.036 82.2856 163.163L82.53 163.17H150.135L150.379 163.163C152.881 163.036 154.86 160.968 154.86 158.445C154.86 155.921 152.881 153.853 150.379 153.726L150.135 153.72H146.476V131.55C146.475 125.264 143.607 119.622 139.114 115.878C143.466 112.251 146.295 106.852 146.467 100.794L146.476 100.206V78.0348H150.135L150.379 78.0287C152.8 77.906 154.732 75.9656 154.854 73.5534L154.86 73.311C154.86 70.7874 152.881 68.7182 150.379 68.5913L150.135 68.5852V58.2006C158.371 58.2008 165.034 64.7752 165.24 72.9216L165.245 73.311C165.245 79.2301 161.835 84.3668 156.86 86.8435V100.206C156.86 105.935 155.283 111.293 152.559 115.879C155.283 120.467 156.86 125.828 156.86 131.55V144.91C161.726 147.332 165.094 152.3 165.24 158.055L165.245 158.445C165.245 166.77 158.501 173.555 150.135 173.555H82.529C74.1622 173.554 67.4206 166.768 67.4206 158.445L67.4257 158.054C67.5721 152.295 70.9466 147.334 75.8054 144.913V131.55L75.8176 130.663C75.9708 125.281 77.5147 120.239 80.0931 115.887C77.3006 111.181 75.8056 105.79 75.8054 100.195V86.8445C70.939 84.4222 67.5717 79.4543 67.4257 73.7004L67.4206 73.311L67.4257 72.9206C67.6328 64.762 74.3183 58.2013 82.529 58.2006H150.135ZM137.026 78.046V100.206C137.026 106.238 132.111 111.152 126.057 111.152H126.047C123.442 111.152 121.331 113.273 121.331 115.878C121.332 118.483 123.452 120.602 126.067 120.603C132.1 120.603 137.016 125.517 137.016 131.55V153.709H95.6396V131.571C95.6398 125.539 100.545 120.634 106.588 120.624H106.608C109.213 120.613 111.323 118.504 111.323 115.888C111.323 113.283 109.203 111.174 106.598 111.163H106.588C103.667 111.163 100.924 110.025 98.8564 107.958C96.7894 105.88 95.6499 103.137 95.6497 100.206V78.046H137.026ZM100.249 95.8702V99.6143C100.249 101.249 100.893 102.8 102.053 103.96C103.213 105.12 104.753 105.763 106.387 105.763C111.85 105.784 116.28 110.214 116.28 115.646C116.28 121.098 111.85 125.528 106.408 125.538C103.012 125.539 100.249 128.292 100.249 131.677V149.269H132.417V131.666C132.416 128.28 129.664 125.528 126.278 125.528C120.826 125.528 116.386 121.098 116.386 115.646C116.386 110.204 120.805 105.774 126.247 105.763C129.653 105.763 132.416 103.011 132.417 99.6255V95.8702H100.249Z" fill="white"/>
13
+ </g>
14
+ </g>
15
+ <defs>
16
+ <clipPath id="clip0_349_3886">
17
+ <rect width="256" height="256" fill="white"/>
18
+ </clipPath>
19
+ <clipPath id="clip1_349_3886">
20
+ <rect width="232" height="232" fill="white"/>
21
+ </clipPath>
22
+ <clipPath id="clip2_349_3886">
23
+ <rect width="232" height="232" fill="white"/>
24
+ </clipPath>
25
+ </defs>
26
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
2
+ <title>img_3d</title>
3
+ <path d="M163.27,190.812l-126,.375a10,10,0,0,1-10.03-9.971l-.481-162A10,10,0,0,1,36.73,9.188l102-.3L172.86,52.7l.38,128.083A10,10,0,0,1,163.27,190.812Z" fill="#dedede"/>
4
+ <path d="M138.73,8.885l.1,34a10,10,0,0,0,10.029,9.971l24-.072Z" fill="#fff"/>
5
+ <polygon points="44.914 101.309 116.617 86.648 100.323 155.086 44.914 101.309" fill="#adc0e2"/>
6
+ <polygon points="155.732 99.691 103.573 47.532 119.881 85.016 155.732 99.691" fill="#c8d3ea"/>
7
+ <polygon points="119.881 85.016 155.732 101.309 103.573 153.468 119.881 85.016" fill="#90b4f3"/>
8
+ <polygon points="100.323 44.268 118.249 85.016 43.282 99.691 100.323 44.268" fill="#dce8ff"/>
9
+ <path d="M102,159,41,99.677,100.338,42,158,99.648ZM45.666,99.633,102,154.363l51.465-54.585L100.309,46.622Z" fill="#387bf2"/>
10
+ <polygon points="103.544 157.079 100.352 156.357 116.544 85.174 98.821 44.932 101.811 43.618 119.953 84.857 119.838 85.377 103.544 157.079" fill="#387bf2"/>
11
+ <polygon points="45.232 101.28 44.582 98.088 118.393 83.326 156.324 98.16 155.14 101.208 118.09 86.706 45.232 101.28" fill="#387bf2"/>
12
+ <path d="M73.731,110.062l3.481-4.766a9.67,9.67,0,0,0,6.6,3.062c2.889,0,4.854-1.228,4.854-3.611,0-2.73-1.445-4.334-8.089-4.334v-5.33c5.4,0,7.106-1.661,7.106-4.174a3.151,3.151,0,0,0-3.611-3.366,8.4,8.4,0,0,0-5.662,2.644l-3.842-4.651a14.919,14.919,0,0,1,9.837-3.915c6.557,0,10.862,3.077,10.862,8.667a7.224,7.224,0,0,1-5.157,7.049v.216a7.816,7.816,0,0,1,6.139,7.7c0,5.922-5.417,9.245-11.714,9.245A13.565,13.565,0,0,1,73.731,110.062Z" fill="#fff"/>
13
+ <path d="M102.288,82.228H111.4c9.664,0,16.048,4.636,16.048,15.658s-6.384,16-15.629,16h-9.533Zm8.666,25.538c5.114,0,8.667-2.34,8.667-9.88s-3.51-9.664-8.695-9.664H109.9v19.5Z" fill="#fff"/>
14
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
2
+ <title>img_aep</title>
3
+ <path d="M163.27,190.812l-126,.375a10,10,0,0,1-10.03-9.971l-.481-162A10,10,0,0,1,36.73,9.188l102-.3L172.86,52.7l.38,128.083A10,10,0,0,1,163.27,190.812Z" fill="#dedede"/>
4
+ <rect x="17" y="111" width="64" height="64" rx="8" ry="8" fill="#2d001d"/>
5
+ <path d="M73,114a5.006,5.006,0,0,1,5,5v48a5.006,5.006,0,0,1-5,5H25a5.006,5.006,0,0,1-5-5V119a5.006,5.006,0,0,1,5-5H73m0-3H25a8,8,0,0,0-8,8v48a8,8,0,0,0,8,8H73a8,8,0,0,0,8-8V119a8,8,0,0,0-8-8Z" fill="#e2afff"/>
6
+ <path d="M138.73,8.885l.1,34a10,10,0,0,0,10.029,9.971l24-.072Z" fill="#fff"/>
7
+ <text transform="translate(27.058 155.025)" font-size="36.579" fill="#e2afff" font-family="NotoSansHans-Black-GBpc-EUC-H, Noto Sans S Chinese">Ae</text>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
2
+ <title>img_ai</title>
3
+ <path d="M163.27,190.812l-126,.375a10,10,0,0,1-10.03-9.971l-.481-162A10,10,0,0,1,36.73,9.188l102-.3L172.86,52.7l.38,128.083A10,10,0,0,1,163.27,190.812Z" fill="#dedede"/>
4
+ <rect x="17" y="111" width="64" height="64" rx="8" ry="8" fill="#2d001d"/>
5
+ <path d="M73,114a5.006,5.006,0,0,1,5,5v48a5.006,5.006,0,0,1-5,5H25a5.006,5.006,0,0,1-5-5V119a5.006,5.006,0,0,1,5-5H73m0-3H25a8,8,0,0,0-8,8v48a8,8,0,0,0,8,8H73a8,8,0,0,0,8-8V119a8,8,0,0,0-8-8Z" fill="#f78800"/>
6
+ <path d="M138.73,8.885l.1,34a10,10,0,0,0,10.029,9.971l24-.072Z" fill="#fff"/>
7
+ <text transform="translate(30.516 156.954)" font-size="37.447" fill="#f78800" font-family="NotoSansHans-Black-GBpc-EUC-H, Noto Sans S Chinese">Ai</text>
8
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
2
+ <title>img_audio</title>
3
+ <circle cx="100" cy="100" r="92" fill="#5f42cc"/>
4
+ <path d="M127.842,65.82,87.027,54a5.768,5.768,0,0,0-7.362,5.541V104.36a14.015,14.015,0,0,0-7.443-2.139,14.173,14.173,0,1,0,14.164,14.173V70.971l38.893,11.265V117.57A14.162,14.162,0,1,0,132,129.608V71.358a5.792,5.792,0,0,0-4.158-5.538" fill="#fff" fill-rule="evenodd"/>
5
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
2
+ <defs>
3
+ <clipPath id="a">
4
+ <rect x="38.693" y="-476.693" width="61.465" height="50.693" fill="none"/>
5
+ </clipPath>
6
+ <clipPath id="b">
7
+ <rect x="47.564" y="-476.693" width="7.604" height="41.822" fill="none"/>
8
+ </clipPath>
9
+ <clipPath id="c">
10
+ <polygon points="51.366 -490 38.693 -476.693 100.158 -476.693 87.486 -490 51.366 -490" fill="none" clip-rule="evenodd"/>
11
+ </clipPath>
12
+ <clipPath id="d">
13
+ <polygon points="90.653 -486.832 48.198 -486.832 41.861 -479.861 96.99 -479.861 90.653 -486.832" fill="none" clip-rule="evenodd"/>
14
+ </clipPath>
15
+ <clipPath id="e">
16
+ <polygon points="93.822 -483.283 45.03 -483.283 45.663 -483.917 93.188 -483.917 93.822 -483.283" fill="none" clip-rule="evenodd"/>
17
+ </clipPath>
18
+ </defs>
19
+ <title>img_enf</title>
20
+ <path d="M163,191H37a10,10,0,0,1-10-10V19A10,10,0,0,1,37,9H139l34,43.917V181A10,10,0,0,1,163,191Z" fill="#dedede"/>
21
+ <path d="M139,9V43a10,10,0,0,0,10,10h24Z" fill="#fff"/>
22
+ <rect x="19" y="126" width="92.302" height="49" rx="6" ry="6" fill="#6c53d4"/>
23
+ <g>
24
+ <path d="M27.668,136.621H46.012v5.752H34.624v5.364H44.3v5.829H34.624v6.141H46.44v5.83H27.668Z" fill="#fff"/>
25
+ <path d="M52.149,136.621h7.074l7.19,13.836,2.837,6.413h.194a91.12,91.12,0,0,1-.933-10.688v-9.561h6.608v28.916H68.045l-7.151-13.952-2.837-6.336h-.2c.311,3.226.894,7.191.894,10.688v9.6H52.149Z" fill="#fff"/>
26
+ <path d="M81.837,136.621H100.3v5.752h-11.5v6.336h9.872v5.79H88.793v11.038H81.837Z" fill="#fff"/>
27
+ </g>
28
+ </svg>
@@ -0,0 +1,30 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
2
+ <defs>
3
+ <clipPath id="a">
4
+ <rect x="526.693" y="-206.693" width="61.465" height="50.693" fill="none"/>
5
+ </clipPath>
6
+ <clipPath id="b">
7
+ <rect x="535.564" y="-206.693" width="7.604" height="41.822" fill="none"/>
8
+ </clipPath>
9
+ <clipPath id="c">
10
+ <polygon points="539.366 -220 526.693 -206.693 588.158 -206.693 575.486 -220 539.366 -220" fill="none" clip-rule="evenodd"/>
11
+ </clipPath>
12
+ <clipPath id="d">
13
+ <polygon points="578.653 -216.832 536.198 -216.832 529.861 -209.861 584.99 -209.861 578.653 -216.832" fill="none" clip-rule="evenodd"/>
14
+ </clipPath>
15
+ <clipPath id="e">
16
+ <polygon points="581.822 -213.283 533.03 -213.283 533.663 -213.917 581.188 -213.917 581.822 -213.283" fill="none" clip-rule="evenodd"/>
17
+ </clipPath>
18
+ </defs>
19
+ <title>img_excel</title>
20
+ <path d="M163,191H37a10,10,0,0,1-10-10V19A10,10,0,0,1,37,9H139l34,43.917V181A10,10,0,0,1,163,191Z" fill="#dedede"/>
21
+ <path d="M149,38.5v126H51V38.5h98m3-3H48v132H152V35.5Z" fill="#c4c4c4"/>
22
+ <path d="M139,9V43a10,10,0,0,0,10,10h24Z" fill="#fff"/>
23
+ <polygon points="152 61.8 48 61.8 48 64.8 152 64.8 152 61.8 152 61.8" fill="#c4c4c4"/>
24
+ <polygon points="152 87.6 48 87.6 48 90.6 152 90.6 152 87.6 152 87.6" fill="#c4c4c4"/>
25
+ <polygon points="152 139.2 48 139.2 48 142.2 152 142.2 152 139.2 152 139.2" fill="#c4c4c4"/>
26
+ <polygon points="101 37 98 37 98 167 101 167 101 37 101 37" fill="#c4c4c4"/>
27
+ <polygon points="152 113.4 48 113.4 48 116.4 152 116.4 152 113.4 152 113.4" fill="#c4c4c4"/>
28
+ <rect x="17" y="111" width="64" height="64" rx="10" ry="10" fill="#15a04d"/>
29
+ <path d="M54.808,158l-6.349-10.241L42.355,158H34l10.158-15.32L34.819,129h8.438l5.407,9.011L53.989,129h8.15l-9.174,13.68L63.45,158Z" fill="#fff"/>
30
+ </svg>
@@ -0,0 +1,27 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
2
+ <defs>
3
+ <clipPath id="a">
4
+ <rect x="-200.307" y="-206.693" width="61.465" height="50.693" fill="none"/>
5
+ </clipPath>
6
+ <clipPath id="b">
7
+ <rect x="-191.436" y="-206.693" width="7.604" height="41.822" fill="none"/>
8
+ </clipPath>
9
+ <clipPath id="c">
10
+ <polygon points="-187.634 -220 -200.307 -206.693 -138.842 -206.693 -151.514 -220 -187.634 -220" fill="none" clip-rule="evenodd"/>
11
+ </clipPath>
12
+ <clipPath id="d">
13
+ <polygon points="-148.347 -216.832 -190.802 -216.832 -197.139 -209.861 -142.01 -209.861 -148.347 -216.832" fill="none" clip-rule="evenodd"/>
14
+ </clipPath>
15
+ <clipPath id="e">
16
+ <polygon points="-145.178 -213.283 -193.97 -213.283 -193.337 -213.917 -145.812 -213.917 -145.178 -213.283" fill="none" clip-rule="evenodd"/>
17
+ </clipPath>
18
+ </defs>
19
+ <title>img_exe</title>
20
+ <path d="M163,191H37a10,10,0,0,1-10-10V19A10,10,0,0,1,37,9H139l34,43.917V181A10,10,0,0,1,163,191Z" fill="#dedede"/>
21
+ <path d="M139,9V43a10,10,0,0,0,10,10h24Z" fill="#fff"/>
22
+ <path d="M129.064,87.292c-1.684-2.84-2.647-4.477-3.225-5.44a2.206,2.206,0,0,0-2.262-1.058c-4.044.673-15.067,1.347-18.2-10.3A2.079,2.079,0,0,0,103.359,69h-6.4a2.326,2.326,0,0,0-2.214,1.588c-1.155,3.851-5.343,12.9-18.052,10.206a2.279,2.279,0,0,0-2.358.962c-.915,1.54-2.407,4-3.37,5.632a2.128,2.128,0,0,0,.386,2.7c2.936,2.744,8.953,10.3-.145,19.977a2.24,2.24,0,0,0-.289,2.647l3.466,5.68a2.211,2.211,0,0,0,2.455.963c3.8-1.011,13.623-2.407,17.859,10.157A2.183,2.183,0,0,0,96.765,131h6.643a2.234,2.234,0,0,0,2.07-1.444c1.2-3.706,5.487-13,17.954-10.3a2.233,2.233,0,0,0,2.359-1.011c.867-1.492,2.311-3.9,3.178-5.391a2.18,2.18,0,0,0-.242-2.552c-2.7-2.984-8.616-11.36.049-20.362A2.184,2.184,0,0,0,129.064,87.292ZM99.99,111.408A11.408,11.408,0,1,1,111.4,100,11.4,11.4,0,0,1,99.99,111.408Z" fill="#c4c4c4"/>
23
+ <rect x="19" y="126" width="92.302" height="49" rx="6" ry="6" fill="#c64731"/>
24
+ <path d="M31.015,164.5V138.353H48.592v5.317H37.109v4.948H47.964v5.059H37.109V159.1H49.257V164.5Z" fill="#fff"/>
25
+ <path d="M69.2,164.5l-5.724-9.232-5.5,9.232H50.439L59.6,150.687l-8.419-12.334h7.607l4.874,8.123,4.8-8.123h7.349l-8.271,12.334L76.988,164.5Z" fill="#fff"/>
26
+ <path d="M79.386,164.5V138.353H96.963v5.317H85.48v4.948H96.335v5.059H85.48V159.1H97.628V164.5Z" fill="#fff"/>
27
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
2
+ <title>img_img</title>
3
+ <rect x="41" y="41" width="148" height="148" fill="#dedede"/>
4
+ <rect x="10" y="14" width="148" height="148" fill="#f5f5f5"/>
5
+ <rect x="21" y="24.995" width="126" height="126" fill="#ececec"/>
6
+ <polygon points="49.435 120 73.078 87.264 85.808 98.176 102.176 72.715 124 120 49.435 120" fill="#327cfe"/>
7
+ <circle cx="57.747" cy="68.995" r="8.995" fill="#327cfe"/>
8
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
2
+ <defs>
3
+ <clipPath id="a">
4
+ <rect x="274.693" y="-476.693" width="61.465" height="50.693" fill="none"/>
5
+ </clipPath>
6
+ <clipPath id="b">
7
+ <rect x="283.564" y="-476.693" width="7.604" height="41.822" fill="none"/>
8
+ </clipPath>
9
+ <clipPath id="c">
10
+ <polygon points="287.366 -490 274.693 -476.693 336.158 -476.693 323.486 -490 287.366 -490" fill="none" clip-rule="evenodd"/>
11
+ </clipPath>
12
+ <clipPath id="d">
13
+ <polygon points="326.653 -486.832 284.198 -486.832 277.861 -479.861 332.99 -479.861 326.653 -486.832" fill="none" clip-rule="evenodd"/>
14
+ </clipPath>
15
+ <clipPath id="e">
16
+ <polygon points="329.822 -483.283 281.03 -483.283 281.663 -483.917 329.188 -483.917 329.822 -483.283" fill="none" clip-rule="evenodd"/>
17
+ </clipPath>
18
+ </defs>
19
+ <title>img_mcp</title>
20
+ <path d="M163,191H37a10,10,0,0,1-10-10V19A10,10,0,0,1,37,9H139l34,43.917V181A10,10,0,0,1,163,191Z" fill="#dedede"/>
21
+ <path d="M139,9V43a10,10,0,0,0,10,10h24Z" fill="#fff"/>
22
+ <rect x="19" y="126" width="101.302" height="49" rx="6" ry="6" fill="#23a8f1"/>
23
+ <g>
24
+ <path d="M30.5,136.628h7.6l4.649,12.647c.592,1.694,1.064,3.546,1.616,5.358h.2c.591-1.812,1.065-3.664,1.616-5.358l4.492-12.647h7.642V165.94H51.9V155.894a97.294,97.294,0,0,1,.906-10.165h-.157L50.2,152.742l-3.939,10.716H42.4l-3.978-10.716-2.364-7.013H35.9a97.3,97.3,0,0,1,.907,10.165V165.94H30.5Z" fill="#fff"/>
25
+ <path d="M63.71,151.441c0-9.77,6.54-15.365,13.986-15.365A12.493,12.493,0,0,1,86.6,139.9l-3.7,4.492a7.267,7.267,0,0,0-5.082-2.286c-3.782,0-6.894,3.389-6.894,9.1,0,5.831,2.679,9.22,6.815,9.22a7.617,7.617,0,0,0,5.595-2.679l3.7,4.412a12.2,12.2,0,0,1-9.573,4.334C70.014,166.492,63.71,161.37,63.71,151.441Z" fill="#fff"/>
26
+ <path d="M91.325,136.628h10.282c6.462,0,11.781,2.285,11.781,9.534,0,6.974-5.4,10.047-11.583,10.047H98.377v9.731H91.325Zm10.125,14.026c3.428,0,5.082-1.615,5.082-4.492,0-2.954-1.89-3.978-5.279-3.978H98.377v8.47Z" fill="#fff"/>
27
+ </g>
28
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
2
+ <title>img_pdf</title>
3
+ <path d="M163.27,190.812l-126,.375a10,10,0,0,1-10.03-9.971l-.481-162A10,10,0,0,1,36.73,9.188l102-.3L172.86,52.7l.38,128.083A10,10,0,0,1,163.27,190.812Z" fill="#dedede"/>
4
+ <path d="M138.73,8.885l.1,34a10,10,0,0,0,10.029,9.971l24-.072Z" fill="#fff"/>
5
+ <rect x="17" y="111" width="64" height="64" rx="10" ry="10" fill="#ef4343"/>
6
+ <path d="M72.258,148.212c-.932-.917-3-1.405-6.144-1.444a49.471,49.471,0,0,0-7.386.539A18.745,18.745,0,0,1,55.3,144.94a25.035,25.035,0,0,1-6.183-9.6c.091-.35.166-.657.236-.971,0,0,1.48-8.4,1.088-11.241a3.257,3.257,0,0,0-.193-.8l-.13-.329a2.659,2.659,0,0,0-2.427-1.857l-.726-.033h-.021a2.739,2.739,0,0,0-2.8,1.76c-.9,3.307.027,8.254,1.707,14.66l-.429,1.043c-1.2,2.928-2.707,5.876-4.033,8.477l-.172.338c-1.4,2.734-2.665,5.056-3.813,7.021l-1.188.627c-.088.045-2.119,1.121-2.6,1.408-4.045,2.415-6.725,5.158-7.171,7.335a1.8,1.8,0,0,0,.684,2l1.148.576a3.451,3.451,0,0,0,1.562.377c2.882,0,6.228-3.591,10.835-11.633a107.882,107.882,0,0,1,16.688-3.968c4.046,2.279,9.023,3.862,12.149,3.862a5.7,5.7,0,0,0,1.429-.157,2.437,2.437,0,0,0,1.42-.968,5.138,5.138,0,0,0,.567-3.472,2.3,2.3,0,0,0-.688-1.182Zm-43.04,15.332c.525-1.438,2.605-4.278,5.679-6.8.193-.157.67-.6,1.107-1.019-3.217,5.128-5.369,7.175-6.786,7.814M47.426,121.6c.926,0,1.453,2.336,1.5,4.525a9.271,9.271,0,0,1-1.1,4.862,23.791,23.791,0,0,1-.781-6.059s-.039-3.316.386-3.316M41.994,151.5c.645-1.155,1.317-2.373,2-3.666a69.87,69.87,0,0,0,3.515-7.669,25.336,25.336,0,0,0,5.8,7.205c.286.241.588.485.907.726a74.259,74.259,0,0,0-12.227,3.4m29.362-.259a4.244,4.244,0,0,1-1.619.28c-1.688,0-3.774-.772-6.7-2.026,1.124-.084,2.155-.126,3.078-.126a12.055,12.055,0,0,1,3.846.415c1.655.423,1.677,1.279,1.393,1.457" fill="#fff"/>
7
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
2
+ <defs>
3
+ <clipPath id="a">
4
+ <rect x="274.693" y="-206.693" width="61.465" height="50.693" fill="none"/>
5
+ </clipPath>
6
+ <clipPath id="b">
7
+ <rect x="283.564" y="-206.693" width="7.604" height="41.822" fill="none"/>
8
+ </clipPath>
9
+ <clipPath id="c">
10
+ <polygon points="287.366 -220 274.693 -206.693 336.158 -206.693 323.486 -220 287.366 -220" fill="none" clip-rule="evenodd"/>
11
+ </clipPath>
12
+ <clipPath id="d">
13
+ <polygon points="326.653 -216.832 284.198 -216.832 277.861 -209.861 332.99 -209.861 326.653 -216.832" fill="none" clip-rule="evenodd"/>
14
+ </clipPath>
15
+ <clipPath id="e">
16
+ <polygon points="329.822 -213.283 281.03 -213.283 281.663 -213.917 329.188 -213.917 329.822 -213.283" fill="none" clip-rule="evenodd"/>
17
+ </clipPath>
18
+ </defs>
19
+ <title>img_ppt</title>
20
+ <path d="M163,191H37a10,10,0,0,1-10-10V19A10,10,0,0,1,37,9H139l34,43.917V181A10,10,0,0,1,163,191Z" fill="#dedede"/>
21
+ <path d="M98.917,67.167a33.917,33.917,0,1,0,33.916,33.916H98.917Z" fill="#c4c4c4"/>
22
+ <path d="M105.083,61A33.917,33.917,0,0,1,139,94.917H105.083Z" fill="#c4c4c4"/>
23
+ <path d="M139,9V43a10,10,0,0,0,10,10h24Z" fill="#fff"/>
24
+ <rect x="17" y="125" width="55" height="55" rx="10" ry="10" fill="#c64731"/>
25
+ <path d="M34.3,138.438H44.535a20.221,20.221,0,0,1,4.045.389,9.224,9.224,0,0,1,3.327,1.341,6.794,6.794,0,0,1,2.256,2.569A8.783,8.783,0,0,1,55,146.8a9.375,9.375,0,0,1-.778,4.046,6.639,6.639,0,0,1-2.14,2.607,8.693,8.693,0,0,1-3.229,1.381,18.944,18.944,0,0,1-4.046.408H40.372v10.738H34.3Zm6.069,11.671h4.046a7.815,7.815,0,0,0,1.576-.156,4.19,4.19,0,0,0,1.361-.525,2.8,2.8,0,0,0,.973-1.011,3.208,3.208,0,0,0,.37-1.615,2.736,2.736,0,0,0-.486-1.692,3.235,3.235,0,0,0-1.246-.992,5.314,5.314,0,0,0-1.692-.448,17.269,17.269,0,0,0-1.79-.1H40.372Z" fill="#fff"/>
26
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
2
+ <defs>
3
+ <linearGradient id="a" data-name="未命名的渐变 11" x1="17" y1="143" x2="81" y2="143" gradientUnits="userSpaceOnUse">
4
+ <stop offset="0.305" stop-color="#2382ff"/>
5
+ <stop offset="1" stop-color="#2382ff"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <title>img_default 副本</title>
9
+ <path d="M163.27,190.812l-126,.375a10,10,0,0,1-10.03-9.971l-.481-162A10,10,0,0,1,36.73,9.188l102-.3L172.86,52.7l.38,128.083A10,10,0,0,1,163.27,190.812Z" fill="#dedede"/>
10
+ <rect x="17" y="111" width="64" height="64" rx="8" ry="8" fill="url(#a)"/>
11
+ <polygon points="68 120 68 122 30 122 30 120 28 120 28 126 30 126 30 124 68 124 68 126 70 126 70 120 68 120" fill="#fff" opacity="0.7"/>
12
+ <polygon points="68 160 68 162 30 162 30 160 28 160 28 166 30 166 30 164 68 164 68 166 70 166 70 160 68 160" fill="#fff" opacity="0.7"/>
13
+ <path d="M138.73,8.885l.1,34a10,10,0,0,0,10.029,9.971l24-.072Z" fill="#fff"/>
14
+ <g>
15
+ <path d="M34.312,154.417H29.427l4.966-23.711h9.639a11.1,11.1,0,0,1,4.068.607,4.915,4.915,0,0,1,2.369,2.005,6.183,6.183,0,0,1,.874,3.34,9.151,9.151,0,0,1-.7,3.494,8.234,8.234,0,0,1-1.706,2.717,7.3,7.3,0,0,1-2.175,1.545,11.771,11.771,0,0,1-3.138.8,36.985,36.985,0,0,1-4.3.162H36.2Zm2.7-12.972h1.5a17.588,17.588,0,0,0,5.159-.484,4.225,4.225,0,0,0,2.038-1.553,4.014,4.014,0,0,0,.744-2.346,2.426,2.426,0,0,0-.38-1.407,2.152,2.152,0,0,0-1.067-.8,11.366,11.366,0,0,0-3.065-.251H38.452Z" fill="#fff"/>
16
+ <path d="M59.414,149.6l-4.27,4.819H49.45l7.942-8.8-4.367-8.378h4.933l2.507,4.9,4.35-4.9H70.46l-7.974,8.912,4.335,8.265H61.888Z" fill="#fff"/>
17
+ </g>
18
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
2
+ <defs>
3
+ <clipPath id="a">
4
+ <rect x="38.693" y="-206.693" width="61.465" height="50.693" fill="none"/>
5
+ </clipPath>
6
+ <clipPath id="b">
7
+ <rect x="47.564" y="-206.693" width="7.604" height="41.822" fill="none"/>
8
+ </clipPath>
9
+ <clipPath id="c">
10
+ <polygon points="51.366 -220 38.693 -206.693 100.158 -206.693 87.486 -220 51.366 -220" fill="none" clip-rule="evenodd"/>
11
+ </clipPath>
12
+ <clipPath id="d">
13
+ <polygon points="90.653 -216.832 48.198 -216.832 41.861 -209.861 96.99 -209.861 90.653 -216.832" fill="none" clip-rule="evenodd"/>
14
+ </clipPath>
15
+ <clipPath id="e">
16
+ <polygon points="93.822 -213.283 45.03 -213.283 45.663 -213.917 93.188 -213.917 93.822 -213.283" fill="none" clip-rule="evenodd"/>
17
+ </clipPath>
18
+ </defs>
19
+ <title>img_rarzip7z</title>
20
+ <g>
21
+ <path d="M181.919,50.232,152.272,19.1a10,10,0,0,0-7.241-3.1H55.969a10,10,0,0,0-7.241,3.1L19.081,50.232A6,6,0,0,0,17.928,52H183.072A6,6,0,0,0,181.919,50.232Z" fill="#e3b398"/>
22
+ <path d="M183.574,179V54.37a5.979,5.979,0,0,0-.5-2.37H17.928a5.979,5.979,0,0,0-.5,2.37V179a10,10,0,0,0,10,10H173.574A10,10,0,0,0,183.574,179Z" fill="#bf9073"/>
23
+ </g>
24
+ <polygon points="155.842 22.851 45.158 22.851 23.951 45.119 177.049 45.119 155.842 22.851" fill="#f9d6bb"/>
25
+ <polygon points="34.392 34.156 166.608 34.156 164.977 32.443 36.023 32.443 34.392 34.156" fill="#a58a79"/>
26
+ <rect x="34.554" y="51.97" width="23.98" height="36.03" fill="#6d4d43"/>
27
+ <rect x="18" y="51.7" width="165" height="0.6" fill="#f9d6bb"/>
28
+ </svg>
@@ -0,0 +1,32 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
2
+ <defs>
3
+ <clipPath id="a">
4
+ <rect x="-659.307" y="-206.693" width="61.465" height="50.693" fill="none"/>
5
+ </clipPath>
6
+ <clipPath id="b">
7
+ <rect x="-650.436" y="-206.693" width="7.604" height="41.822" fill="none"/>
8
+ </clipPath>
9
+ <clipPath id="c">
10
+ <polygon points="-646.634 -220 -659.307 -206.693 -597.842 -206.693 -610.514 -220 -646.634 -220" fill="none" clip-rule="evenodd"/>
11
+ </clipPath>
12
+ <clipPath id="d">
13
+ <polygon points="-607.347 -216.832 -649.802 -216.832 -656.139 -209.861 -601.01 -209.861 -607.347 -216.832" fill="none" clip-rule="evenodd"/>
14
+ </clipPath>
15
+ <clipPath id="e">
16
+ <polygon points="-604.178 -213.283 -652.97 -213.283 -652.337 -213.917 -604.812 -213.917 -604.178 -213.283" fill="none" clip-rule="evenodd"/>
17
+ </clipPath>
18
+ </defs>
19
+ <title>img_sketch</title>
20
+ <path d="M163,191H37a10,10,0,0,1-10-10V19A10,10,0,0,1,37,9H139l34,43.917V181A10,10,0,0,1,163,191Z" fill="#dedede"/>
21
+ <polygon points="118.472 67.943 100.26 65.862 82.049 67.943 68 86.675 100.26 124.138 132 86.675 118.472 67.943" fill="#c4c4c4"/>
22
+ <rect x="19" y="129" width="145.667" height="46" rx="6" ry="6" fill="#f9a730"/>
23
+ <path d="M139,9V43a10,10,0,0,0,10,10h24Z" fill="#fff"/>
24
+ <g>
25
+ <path d="M28.609,161.34l3.252-3.96a9.688,9.688,0,0,0,5.827,2.446c2.125,0,3.124-.805,3.124-2.093,0-1.383-1.321-1.835-3.381-2.7l-3.059-1.288c-2.511-1-4.861-3.091-4.861-6.567,0-4.025,3.605-7.244,8.692-7.244A11.146,11.146,0,0,1,46,143.085l-2.865,3.6a7.794,7.794,0,0,0-4.927-1.835c-1.77,0-2.865.708-2.865,2,0,1.32,1.514,1.835,3.639,2.671l2.994,1.192c2.962,1.191,4.732,3.187,4.732,6.568,0,3.992-3.349,7.5-9.143,7.5A13.406,13.406,0,0,1,28.609,161.34Z" fill="#fff"/>
26
+ <path d="M50.7,140.38h5.764v9.466h.1l6.793-9.466h6.31l-7.244,9.595,8.6,14.359H64.7l-5.635-9.819-2.607,3.541v6.278H50.7Z" fill="#fff"/>
27
+ <path d="M73.49,140.38h15.2v4.766H79.254v4.442h8.017v4.83H79.254v5.087h9.787v4.829H73.49Z" fill="#fff"/>
28
+ <path d="M98.41,145.146H91.938V140.38h18.739v4.766h-6.5v19.188H98.41Z" fill="#fff"/>
29
+ <path d="M112.222,152.486c0-7.985,5.344-12.556,11.429-12.556a10.2,10.2,0,0,1,7.277,3.123l-3.027,3.67a5.938,5.938,0,0,0-4.153-1.868c-3.091,0-5.634,2.769-5.634,7.438,0,4.765,2.19,7.533,5.57,7.533a6.228,6.228,0,0,0,4.572-2.189l3.026,3.606a9.967,9.967,0,0,1-7.824,3.542C117.373,164.785,112.222,160.6,112.222,152.486Z" fill="#fff"/>
30
+ <path d="M134.792,140.38h5.764v9.111h7.887V140.38h5.7v23.954h-5.7v-9.852h-7.887v9.852h-5.764Z" fill="#fff"/>
31
+ </g>
32
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
2
+ <title>img_movie</title>
3
+ <path d="M12,34V147H171V34ZM31,135H21V125H31Zm0-26.167H21V99.167H31ZM31,82H21V72H31Zm0-27H21V45H31Zm130,80H151V125h10Zm0-26.167H151V99.167h10ZM161,82H151V72h10Zm0-27H151V45h10Z" fill="#dedede"/>
4
+ <rect x="39" y="45" width="102" height="90" fill="#eaeaea"/>
5
+ <polygon points="113.5 89.5 77 111.42 77 67.58 113.5 89.5" fill="#a9abaf"/>
6
+ <path d="M156,99a40,40,0,1,0,40,40A40,40,0,0,0,156,99Zm0,9a11,11,0,1,1-11,11A11,11,0,0,1,156,108Zm-20,42a11,11,0,1,1,11-11A11,11,0,0,1,136,150Zm20,20a11,11,0,1,1,11-11A11,11,0,0,1,156,170Zm20-20a11,11,0,1,1,11-11A11,11,0,0,1,176,150Z" fill="#317cff"/>
7
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
2
+ <defs>
3
+ <clipPath id="a">
4
+ <rect x="786.693" y="-206.693" width="61.465" height="50.693" fill="none"/>
5
+ </clipPath>
6
+ <clipPath id="b">
7
+ <rect x="795.564" y="-206.693" width="7.604" height="41.822" fill="none"/>
8
+ </clipPath>
9
+ <clipPath id="c">
10
+ <polygon points="799.366 -220 786.693 -206.693 848.158 -206.693 835.486 -220 799.366 -220" fill="none" clip-rule="evenodd"/>
11
+ </clipPath>
12
+ <clipPath id="d">
13
+ <polygon points="838.653 -216.832 796.198 -216.832 789.861 -209.861 844.99 -209.861 838.653 -216.832" fill="none" clip-rule="evenodd"/>
14
+ </clipPath>
15
+ <clipPath id="e">
16
+ <polygon points="841.822 -213.283 793.03 -213.283 793.663 -213.917 841.188 -213.917 841.822 -213.283" fill="none" clip-rule="evenodd"/>
17
+ </clipPath>
18
+ </defs>
19
+ <title>img_word</title>
20
+ <path d="M163,191H37a10,10,0,0,1-10-10V19A10,10,0,0,1,37,9H139l34,43.917V181A10,10,0,0,1,163,191Z" fill="#dedede"/>
21
+ <rect x="47" y="35" width="106" height="7" fill="#c4c4c4"/>
22
+ <rect x="47" y="55" width="106" height="7" fill="#c4c4c4"/>
23
+ <rect x="47" y="75" width="106" height="7" fill="#c4c4c4"/>
24
+ <rect x="47" y="95" width="106" height="7" fill="#c4c4c4"/>
25
+ <rect x="47" y="115" width="106" height="7" fill="#c4c4c4"/>
26
+ <rect x="47" y="135" width="106" height="7" fill="#c4c4c4"/>
27
+ <rect x="47" y="155" width="60" height="7" fill="#c4c4c4"/>
28
+ <rect x="17" y="111" width="64" height="64" rx="10" ry="10" fill="#347ae0"/>
29
+ <text transform="translate(32.058 157.025)" font-size="36.579" fill="#fff" font-family="NotoSansHans-Black-GBpc-EUC-H, Noto Sans S Chinese">W</text>
30
+ <path d="M139,9V43a10,10,0,0,0,10,10h24Z" fill="#fff"/>
31
+ </svg>