@umoteam/editor 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/LICENSE +8 -0
  2. package/README.md +102 -0
  3. package/dist/es/icons/file/ai.svg +1 -0
  4. package/dist/es/icons/file/app.svg +1 -0
  5. package/dist/es/icons/file/axure.svg +1 -0
  6. package/dist/es/icons/file/book.svg +1 -0
  7. package/dist/es/icons/file/common.svg +1 -0
  8. package/dist/es/icons/file/css.svg +1 -0
  9. package/dist/es/icons/file/dmg.svg +1 -0
  10. package/dist/es/icons/file/excel.svg +1 -0
  11. package/dist/es/icons/file/exe.svg +1 -0
  12. package/dist/es/icons/file/font.svg +1 -0
  13. package/dist/es/icons/file/html.svg +1 -0
  14. package/dist/es/icons/file/img.svg +1 -0
  15. package/dist/es/icons/file/jar.svg +1 -0
  16. package/dist/es/icons/file/java.svg +1 -0
  17. package/dist/es/icons/file/js.svg +1 -0
  18. package/dist/es/icons/file/json.svg +1 -0
  19. package/dist/es/icons/file/keynote.svg +1 -0
  20. package/dist/es/icons/file/md.svg +1 -0
  21. package/dist/es/icons/file/music.svg +1 -0
  22. package/dist/es/icons/file/numbers.svg +1 -0
  23. package/dist/es/icons/file/pages.svg +1 -0
  24. package/dist/es/icons/file/pdf.svg +1 -0
  25. package/dist/es/icons/file/php.svg +1 -0
  26. package/dist/es/icons/file/pkg.svg +1 -0
  27. package/dist/es/icons/file/ppt.svg +1 -0
  28. package/dist/es/icons/file/psd.svg +1 -0
  29. package/dist/es/icons/file/python.svg +1 -0
  30. package/dist/es/icons/file/sh.svg +1 -0
  31. package/dist/es/icons/file/sketch.svg +1 -0
  32. package/dist/es/icons/file/sql.svg +1 -0
  33. package/dist/es/icons/file/text.svg +1 -0
  34. package/dist/es/icons/file/video.svg +1 -0
  35. package/dist/es/icons/file/vue.svg +1 -0
  36. package/dist/es/icons/file/word.svg +1 -0
  37. package/dist/es/icons/file/xmind.svg +1 -0
  38. package/dist/es/icons/file/zip.svg +1 -0
  39. package/dist/es/style.css +1 -0
  40. package/dist/es/umo-editor.mjs +35300 -0
  41. package/dist/umd/icons/file/ai.svg +1 -0
  42. package/dist/umd/icons/file/app.svg +1 -0
  43. package/dist/umd/icons/file/axure.svg +1 -0
  44. package/dist/umd/icons/file/book.svg +1 -0
  45. package/dist/umd/icons/file/common.svg +1 -0
  46. package/dist/umd/icons/file/css.svg +1 -0
  47. package/dist/umd/icons/file/dmg.svg +1 -0
  48. package/dist/umd/icons/file/excel.svg +1 -0
  49. package/dist/umd/icons/file/exe.svg +1 -0
  50. package/dist/umd/icons/file/font.svg +1 -0
  51. package/dist/umd/icons/file/html.svg +1 -0
  52. package/dist/umd/icons/file/img.svg +1 -0
  53. package/dist/umd/icons/file/jar.svg +1 -0
  54. package/dist/umd/icons/file/java.svg +1 -0
  55. package/dist/umd/icons/file/js.svg +1 -0
  56. package/dist/umd/icons/file/json.svg +1 -0
  57. package/dist/umd/icons/file/keynote.svg +1 -0
  58. package/dist/umd/icons/file/md.svg +1 -0
  59. package/dist/umd/icons/file/music.svg +1 -0
  60. package/dist/umd/icons/file/numbers.svg +1 -0
  61. package/dist/umd/icons/file/pages.svg +1 -0
  62. package/dist/umd/icons/file/pdf.svg +1 -0
  63. package/dist/umd/icons/file/php.svg +1 -0
  64. package/dist/umd/icons/file/pkg.svg +1 -0
  65. package/dist/umd/icons/file/ppt.svg +1 -0
  66. package/dist/umd/icons/file/psd.svg +1 -0
  67. package/dist/umd/icons/file/python.svg +1 -0
  68. package/dist/umd/icons/file/sh.svg +1 -0
  69. package/dist/umd/icons/file/sketch.svg +1 -0
  70. package/dist/umd/icons/file/sql.svg +1 -0
  71. package/dist/umd/icons/file/text.svg +1 -0
  72. package/dist/umd/icons/file/video.svg +1 -0
  73. package/dist/umd/icons/file/vue.svg +1 -0
  74. package/dist/umd/icons/file/word.svg +1 -0
  75. package/dist/umd/icons/file/xmind.svg +1 -0
  76. package/dist/umd/icons/file/zip.svg +1 -0
  77. package/dist/umd/style.css +1 -0
  78. package/dist/umd/umo-editor.js +8 -0
  79. package/dist/umd/umo-editor.js.gz +0 -0
  80. package/package.json +115 -0
package/LICENSE ADDED
@@ -0,0 +1,8 @@
1
+ The MIT License (MIT)
2
+ Copyright © 2024 umo-team
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5
+
6
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7
+
8
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,102 @@
1
+ <p style="text-align: center; margin: 2rem 0">
2
+ <a href="https://umodoc.com" target="_blank"><img src="static/logo.svg" alt="umodoc.com" width="360" /></a>
3
+ </p>
4
+
5
+ <p style="text-align: center;">
6
+ <a href="https://github.com/umodoc/editor/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/npm/l/@umodoc/editor" /></a>
7
+ <a href="https://www.npmjs.com/package/@umodoc/editor" target="_blank"><img src="https://img.shields.io/npm/v/@umodoc/editor" /></a>
8
+ <a href="https://www.npmjs.com/package/@umodoc/editor" target="_blank"><img src="https://img.shields.io/npm/d18m/@umodoc/editor" /></a>
9
+ </p>
10
+
11
+ ## 基本介绍
12
+
13
+ Umo Editor 是一个基于 [Tiptap 无头编辑器](https://tiptap.dev) 的 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式。
14
+
15
+ <img src="static/umo-editor.png" alt="umo editor" />
16
+
17
+ 作为一个独立的 Vue3 插件,Umo Editor 可以轻松集成到各类 Vue3 项目中,无需复杂配置。
18
+
19
+ [开发文档](https://editor.umodoc.com/docs) | [在线演示](https://demo.umodoc.com/editor) | [GitHub](https://github.com/umodoc/editor) | [码云(国内镜像)](https://gitee.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umodoc/editor)
20
+
21
+ ## 在线体验
22
+
23
+ 访问 [在线演示](https://demo.umodoc.com/editor?pane=no) 快速体验。
24
+
25
+ ## 开发文档
26
+
27
+ 请访问 [开发文档](https://editor.umodoc.com/docs) 。
28
+
29
+ ## 设计理念
30
+
31
+ Umo Editor 的诞生,旨在解决 Web 应用中文档编辑的复杂性,为 Web 项目提供开源免费的类似 Office Word 的强大编辑能力和协同能力,同时保持 Web 应用的便捷性。无论是政企信息管理系统、学术研究撰写、团队文档协作、知识库管理还是个人笔记整理,Umo Editor 都能成为您得力的助手。
32
+
33
+ ## 开源优势
34
+
35
+ **免费使用**:作为开源项目,Umo Editor 基于 [MIT 许可证](https://github.com/umo-editor/umo-editor/blob/main/LICENSE) 对所有开发者免费开放,无需担心版权问题。
36
+
37
+ **持续更新**:Umo Editor 将持续迭代,不断优化功能,提升用户体验。
38
+
39
+ **定制化开发**:开源意味着更大的灵活性,开发者可根据项目需求进行定制化开发,打造专属的文档编辑器。
40
+
41
+ ## 核心特性
42
+
43
+ **Markdown 支持**:轻松编写,快速预览,Umo Editor 完美兼容 Markdown 语法,让文档撰写更加高效,当然您也可以禁用 Markdown 语法。
44
+
45
+ **富文本编辑**:提供基础的富文本编辑功能,包含几乎所有的富文本编辑功能,如标题、段落、列表、待办事项等,满足日常编辑需求。
46
+
47
+ **多样化节点类型**:支持插入多种格式的节点类型,如图片、表格、代码块、富媒体、文件、特殊符号、Emoji、数学公式、文本框、模板、网页等等多种类型的内容节点类型。
48
+
49
+ **实用工具集成**:内置多种实用工具,如二维码、条形码、电子签名、电子签章、流程图、Mermaid 图表、中英文大小写转换、拼写检查、字数统计等,提升编辑效率。
50
+
51
+ **页面样式定制**:允许用户根据个人喜好和业务需求,自定义页面样式,满足个性化编辑环境。
52
+
53
+ **多格式导出**:支持将文档导出为多种格式,方便文档分享与存档。
54
+
55
+ ## 浏览器支持
56
+
57
+ | 浏览器 | 版本 | 支持情况 |
58
+ | ------------------------ | :----: | :------: |
59
+ | Chrome | 最新版 | ✅ |
60
+ | Firefox | 最新版 | ✅ |
61
+ | Safari | 最新版 | ✅ |
62
+ | Edge | 最新版 | ✅ |
63
+ | 360 极速浏览器 | 最新版 | ✅ |
64
+ | 各类国产浏览器的极速模式 | 最新版 | ✅ |
65
+ | IE | 所有 | ❌ |
66
+
67
+ ## 加入社区
68
+
69
+ 我们鼓励用户加入 Umo Editor 的开源社区,共同参与到产品的开发和改进中来。无论是提交 Bug 报告、功能请求还是代码贡献,都是我们社区宝贵的一部分。
70
+
71
+ 您可以通过 [https://github.com/umodoc/editor/discussions](https://github.com/umodoc/editor/discussions) 提交问题或意见。
72
+
73
+ 或通过 [https://github.com/umodoc/editor/issues](https://github.com/umodoc/editor/issues) 提交 Bug 报告。
74
+
75
+ ## 贡献代码
76
+
77
+ 我们欢迎任何形式的贡献,包括但不限于提交 Bug 报告、功能请求、代码贡献等。
78
+
79
+ ## 联系我们
80
+
81
+ 如果您有任何疑问或建议,请通过以下方式联系我们:
82
+
83
+ - 反馈:[https://github.com/umodoc/editor/issues](https://github.com/umodoc/editor/issues) | [https://gitee.com/umodoc/editor/issues](https://gitee.com/umodoc/editor/issues)
84
+ - 社区:[https://github.com/umodoc/editor/discussions](https://github.com/umodoc/editor/discussions)
85
+ - 邮件:[contact@umodoc.com](mailto:contact@umodoc.com)
86
+
87
+ ## 支持我们
88
+
89
+ 如果您觉得 Umo Editor 有用,请考虑通过以下方式支持我们:
90
+
91
+ - ⭐ 给 [Umo Editor 仓库](https://github.com/umodoc/editor) 点个 Star,表示对项目的支持。
92
+ - 🔗 如果您在项目中使用了 Umo Editor,请添加一个链接到 [https://github.com/umodoc/editor](https://github.com/umodoc/editor)。
93
+
94
+ ## 定制开发
95
+
96
+ 如果您需要定制化开发,请联系我们,我们可以提供付费的定制化解决方案。
97
+
98
+ ## 开源协议
99
+
100
+ Umo Editor 采用 [MIT 许可证](./LICENSE),您可以免费使用、修改和使用本软件。
101
+
102
+ 本文档采用 [CC BY-NC-SA 4.0 DEED 许可证](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hans) 发布。
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#FF7C01"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#FFBF87"/><path d="M95.676 76.324L115.986 146h-12.76L98 126.86H78.86L73.612 146H62l19.162-69.676h14.514zm40.648 18V146H124.13V94.324h12.194zM88.12 90.259l-6.38 25.547h13.348L88.12 90.259zM130.227 74a7.26 7.26 0 0 1 7.259 7.26l-.004.239a7.26 7.26 0 0 1-14.514-.24l.003-.24A7.26 7.26 0 0 1 130.227 74z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#4184A7"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#96D6FF"/><path d="M115.5 69c-4.02.155-8.895 2.68-11.788 6.06-2.583 2.99-4.855 7.787-4.234 12.37 4.486.35 9.07-2.291 11.866-5.67 2.797-3.36 4.68-8.06 4.156-12.76zm-1.534 19.285c-5.69.077-10.953 3.729-13.866 3.729-3.166 0-8.04-3.574-13.207-3.477-6.797.097-13.05 3.943-16.546 10.021-7.05 12.235-1.806 30.374 5.069 40.318 3.36 4.855 7.36 10.332 12.643 10.118 5.068-.194 6.991-3.282 13.109-3.282 6.117 0 7.846 3.282 13.206 3.185 5.457-.097 8.914-4.972 12.254-9.827 3.846-5.632 5.438-11.09 5.535-11.38-.116-.059-10.623-4.079-10.74-16.197-.097-10.119 8.274-14.993 8.643-15.226-4.7-6.875-12.022-7.827-14.643-7.943-.486-.02-.971-.04-1.457-.04z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#CE65CC"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#E293FF"/><path d="M51 78h24.941c5.726 0 10.275 1.255 13.569 3.843 3.45 2.824 5.255 6.902 5.255 12.235 0 2.902-.785 5.49-2.353 7.765-1.726 2.51-4.157 4.157-7.138 4.941v.157c4.863 1.098 7.608 4.314 8.236 9.804l.94 9.02c.315 3.45 1.491 6.196 3.373 8.235h-9.96c-1.334-1.726-2.118-4.157-2.432-7.294l-.706-6.902c-.313-3.059-1.255-5.255-2.823-6.588-1.647-1.412-4.079-2.04-7.216-2.04h-14.51V134H51V78zm9.176 7.843v17.49h14.51c3.608 0 6.353-.784 8.236-2.274 1.725-1.569 2.588-3.765 2.588-6.588 0-3.06-.863-5.255-2.588-6.589-1.726-1.411-4.471-2.039-8.236-2.039h-14.51zM105.666 78h23.216c13.49 0 20.314 5.726 20.314 17.177 0 11.529-6.824 17.333-20.47 17.333h-13.883V134h-9.176V78zm9.177 7.843v18.824h13.333c4.079 0 7.06-.785 8.941-2.196 1.883-1.49 2.824-3.922 2.824-7.294 0-3.373-1.02-5.726-2.902-7.138-1.882-1.49-4.863-2.196-8.863-2.196h-13.333z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#40BA57"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#AAFF96"/><path d="M137.853 85.406c1.25 1.782 1.53 3.797.843 6.047l-12.89 42.469c-.594 2-1.79 3.68-3.586 5.039-1.797 1.36-3.711 2.039-5.742 2.039H73.212c-2.406 0-4.727-.836-6.961-2.508-2.234-1.672-3.789-3.726-4.664-6.164-.75-2.094-.781-4.078-.094-5.953 0-.125.047-.547.14-1.266.095-.718.157-1.296.188-1.734.032-.25-.015-.586-.14-1.008-.125-.422-.172-.726-.14-.914.062-.344.187-.672.374-.984.188-.313.445-.68.774-1.102.328-.422.585-.789.773-1.101.719-1.188 1.422-2.618 2.11-4.29.687-1.671 1.156-3.101 1.406-4.288.093-.313.101-.782.023-1.407-.078-.625-.086-1.062-.023-1.312.093-.344.359-.782.796-1.313.438-.531.704-.89.797-1.078.657-1.125 1.313-2.562 1.97-4.312.655-1.75 1.046-3.157 1.171-4.22.031-.28-.008-.78-.117-1.5-.11-.718-.102-1.155.023-1.312.125-.406.469-.882 1.031-1.43.563-.546.907-.898 1.032-1.054.593-.812 1.258-2.133 1.992-3.96.734-1.83 1.164-3.337 1.289-4.524.031-.25-.016-.649-.14-1.196-.126-.547-.157-.96-.094-1.242.062-.25.203-.531.421-.844.22-.312.5-.671.844-1.078.344-.406.61-.734.797-.984.25-.375.508-.852.774-1.43.265-.578.5-1.125.703-1.64a23.83 23.83 0 0 1 .75-1.688c.297-.61.601-1.11.914-1.5.312-.39.726-.758 1.242-1.102a3.13 3.13 0 0 1 1.687-.539c.61-.015 1.352.07 2.227.258l-.047.14c1.188-.28 1.984-.421 2.39-.421h35.673c2.312 0 4.093.875 5.343 2.625s1.532 3.781.844 6.094l-12.844 42.468c-1.125 3.72-2.242 6.118-3.351 7.196-1.11 1.078-3.117 1.617-6.024 1.617H68.337c-.844 0-1.437.234-1.781.703-.344.5-.36 1.172-.047 2.016.75 2.187 3 3.281 6.75 3.281h43.266c.906 0 1.78-.242 2.625-.727.843-.484 1.39-1.132 1.64-1.945l14.063-46.266c.218-.687.297-1.578.234-2.671 1.188.468 2.11 1.14 2.766 2.015zm-49.875.094c-.125.406-.094.758.093 1.055.188.297.5.445.938.445h28.5c.406 0 .805-.148 1.195-.445.39-.297.649-.649.774-1.055l.984-3c.125-.406.094-.758-.094-1.055-.187-.297-.5-.445-.937-.445h-28.5c-.407 0-.805.148-1.196.445-.39.297-.648.649-.773 1.055l-.984 3zm-3.891 12c-.125.406-.094.758.094 1.055.187.297.5.445.937.445h28.5c.407 0 .805-.148 1.196-.445.39-.297.648-.649.773-1.055l.984-3c.125-.406.094-.758-.093-1.055-.188-.296-.5-.445-.938-.445h-28.5c-.406 0-.805.149-1.195.445-.39.297-.649.649-.774 1.055l-.984 3z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#95A8B7"/><path d="M143 34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0v34.5z" fill="#C8DDFF"/><path d="M53 112.824c0-12.865 10.43-23.295 23.294-23.295 2.213 0 4.315.408 6.342.985 2.23-10.541 11.571-18.455 22.776-18.455 12.864 0 23.294 10.43 23.294 23.294 0 2.056-.355 4.012-.85 5.91.285-.017.559-.086.85-.086 9.65 0 17.47 7.826 17.47 17.47v5.824c0 9.648-7.821 17.47-17.47 17.47H76.294C63.43 141.941 53 131.511 53 118.647v-5.823z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#FC7100"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#FFB596"/><path fill="#FFF" d="M72.684 74h66.861l-11.814 59.983L92.012 146 61 133.983l3.155-16.017h13.209l-1.31 6.617 18.747 7.246 21.6-7.246 3.017-15.238H65.745l2.586-13.385h53.712l1.689-8.594H70.059z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M21.668 0C17.834 0 14 3.828 14 7.656v184.689c0 3.827 3.834 7.655 7.668 7.655h157.664c3.834 0 7.668-3.828 7.668-7.655V43.54L142.911 0H21.667z" fill="#00BDFF"/><path d="M143 0v35.44c0 3.78 3.78 7.56 7.56 7.56H186L143 0z" fill="#8DE1FF"/><path d="M100 98.702c7.752 0 14.051 6.199 14.051 13.828h27.134C141.185 90.12 122.773 72 100 72c-22.773 0-41.186 18.12-41.186 40.53h26.65c0-7.63 6.783-13.828 14.536-13.828zm43.608 23.364H56.392c-1.938 0-3.392 1.43-3.392 3.338v15.258c0 1.908 1.454 3.338 3.392 3.338h87.216c1.938 0 3.392-1.43 3.392-3.338v-15.258c0-1.907-1.454-3.338-3.392-3.338zm-26.65 16.689c-3.391 0-5.814-2.384-5.814-5.722 0-3.338 2.423-5.722 5.815-5.722 3.392 0 5.814 2.384 5.814 5.722-.484 3.338-2.907 5.722-5.814 5.722zm16.475 0c-3.392 0-5.814-2.384-5.814-5.722 0-3.338 2.422-5.722 5.814-5.722s5.814 2.384 5.814 5.722c0 3.338-2.422 5.722-5.814 5.722z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#05B67B"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#99FFB4"/><path d="M135.55 146.08h-16.47c-1.8-3.33-3.78-6.57-6.03-9.99l-12.69-19.26L87.76 136c-2.16 3.24-4.41 7.11-6.03 10.08H65.35c5.31-6.75 6.57-8.46 8.46-11.07l19.08-26.82-16.56-23.4c-2.43-3.42-5.13-6.93-7.92-10.35h16.11c1.17 2.7 3.33 6.48 5.76 10.08l10.26 15.3 9.99-15.3c3.33-5.22 4.41-7.02 5.67-10.08h16.02c-2.52 3.15-5.13 6.57-7.83 10.35l-16.56 23.31 19.08 26.82c2.07 2.97 4.23 5.76 8.64 11.16z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.656v184.689c0 3.827 3.834 7.655 7.668 7.655h157.664c3.834 0 7.668-3.828 7.668-7.655V43.54L142.911 0H21.667C17.834 0 14 3.828 14 7.656z" fill="#32B3C7"/><path d="M143 0v35.44c0 3.78 3.78 7.56 7.56 7.56H186L143 0z" fill="#B2F5FF"/><path d="M41 82h32.218v8.872H51.739v12.14h18.21v8.871H51.74v14.008h22.413v8.872H41.467V82H41zm52.296 25.214L79.755 82h11.673l5.136 10.74c1.401 2.334 2.335 5.135 3.736 8.404h.467c1.4-3.269 2.334-5.603 3.268-8.405L109.171 82h10.74l-13.541 25.68 14.474 26.149h-11.673l-5.603-11.673c-1.4-2.802-2.334-5.603-4.202-8.405h-.467c-1.4 3.268-2.335 6.07-3.735 8.405l-5.604 11.673H78.354l14.942-26.615zM128.316 82h31.75v8.872h-21.478v12.14h18.21v8.871h-18.21v14.008H161v8.872h-32.685V82z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#5E89C1"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#B9D8FF"/><path d="M105.16 148.28v-3.36l-6.72-.84c-.88-.08-1.6-.16-2.16-.24-.56-.08-1.02-.26-1.38-.54-.36-.28-.62-.68-.78-1.2-.16-.52-.24-1.34-.24-2.46v-28.56h19.92c2.4 0 4 .14 4.8.42.8.28 1.44 1.26 1.92 2.94l2.52 7.8h2.28c-.24-4.64-.36-9.48-.36-14.52 0-2.56.02-4.82.06-6.78.04-1.96.1-3.7.18-5.22h-2.52l-1.92 7.8c-.32 1.52-.74 2.5-1.26 2.94-.52.44-1.5.66-2.94.66H93.88V82.64c0-1.84.24-3.14.72-3.9.48-.76 1.4-1.14 2.76-1.14h23.4c1.28 0 2.36.16 3.24.48.88.32 1.66.96 2.34 1.92.68.96 1.36 2.34 2.04 4.14.68 1.8 1.46 4.18 2.34 7.14H133c-.08-1.04-.12-2.28-.12-3.72v-4.92c0-1.84.02-3.72.06-5.64.04-1.92.1-3.4.18-4.44-1.76.08-3.92.14-6.48.18-2.56.04-5.64.06-9.24.06h-4.55c-11.248-.005-20.37-.025-27.37-.06-7.92-.04-12.8-.1-14.64-.18v2.88l6.84.84c1.28.16 2.1.66 2.46 1.5.36.84.54 2.14.54 3.9v58.08c0 1.52-.22 2.58-.66 3.18-.44.6-1.34.98-2.7 1.14l-7.44.84v3.36c1.84-.16 4.24-.28 7.2-.36 2.96-.08 6.08-.12 9.36-.12 3.28 0 6.52.04 9.72.12 3.2.08 6.2.2 9 .36z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#0DB1FD"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#DBF4FF"/><g fill="#FFF"><path d="M61.205 64.045h77.597l-6.347 73.663-32.898 10.102-31.289-10.102-7.063-73.663zm62.131 22.26l1.878-11.175-49.973-.09 3.218 33.524h32.54v8.761l-10.906 3.844-11.353-4.022-.715-4.739-8.94.09 1.34 11.8 19.132 6.705 20.114-6.347 2.592-26.998h-35.4l-.895-11.353h37.368z"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#FE7846"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#F99"/><path d="M90.57 129.543l-11.09-15.19c-1.47-2.012-3.852-2.012-5.322 0l-20.446 28.003C52.243 144.37 53.12 146 55.67 146h93.677c2.552 0 3.41-1.628 1.926-3.636L118.87 98.511c-1.493-2.021-3.889-2.008-5.373 0L90.57 129.543zM66 84a9 9 0 0 0 18 0 9 9 0 0 0-18 0z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.656v184.689c0 3.827 3.834 7.655 7.668 7.655h157.664c3.834 0 7.668-3.828 7.668-7.655V43.54L142.911 0H21.667C17.834 0 14 3.828 14 7.656z" fill="#FF4800"/><path d="M143 0v35.44c0 3.78 3.78 7.56 7.56 7.56H186L143 0z" fill="#FFC8B2"/><path d="M66.36 91.15h9.242c-.383 2.74-.446 4.588-.446 8.285v30.146c0 3.76-1.148 6.374-3.633 8.222-2.104 1.53-5.29 2.422-8.86 2.422-3.059 0-5.672-.637-7.903-1.912-1.53-.892-2.358-1.657-3.76-3.442l7.266-4.206c1.147 2.167 2.55 3.186 4.652 3.186 2.677 0 3.952-1.402 3.952-4.397v-30.02c0-3.696-.127-5.863-.51-8.285zm0-14.15h9.37v8.094h-9.37V77zm41.746 50.733v-4.143c-2.549 2.422-4.142 3.314-6.755 4.015-1.849.51-3.888.765-5.928.765-7.775 0-12.492-4.015-12.492-10.707 0-4.462 2.805-8.477 7.202-10.325 4.143-1.721 8.86-2.358 17.973-2.55v-3.25c0-3.697-2.485-5.609-7.33-5.609-2.548 0-5.162.701-6.627 1.849-1.211.892-1.785 1.784-2.55 4.079l-8.158-1.466c1.466-3.697 2.613-5.354 5.035-7.075 3.123-2.294 6.692-3.25 12.173-3.25 6.119 0 9.816 1.083 12.556 3.76 2.167 2.04 2.996 4.461 2.996 8.795v17.145c0 3.378.127 5.099.51 7.967h-8.605zm0-14.213v-3.187c-12.173.255-16.953 2.359-16.953 7.33 0 2.995 2.23 4.844 5.8 4.844 3.378 0 6.692-1.275 8.859-3.378 1.53-1.53 2.294-3.378 2.294-5.609zM151 91.15l-2.23 8.03c-2.678-.765-4.016-1.02-5.673-1.02-3.187 0-5.609 1.02-7.393 3.123-1.594 1.848-2.231 3.314-2.613 6.373v11.791c0 3.442.127 5.29.446 8.286h-9.114c.318-3.123.446-4.971.446-8.286V99.435c0-3.888-.064-5.673-.446-8.286h8.668v5.991c2.294-4.525 6.246-6.692 11.982-6.692 1.53 0 3.059.191 5.927.701z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#3173B7"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#6FB6FF"/><path d="M134.626 142.476c-3.106 9.306-15.033 9.955-25.278 11.524h-9.533c-8.317-.907-16.318-2.13-23.06-5.103 17.629 4.24 43.323 3.925 55.653-5.098.668-.485 1.285-1.436 2.218-1.323zm-53.656-6.855c-2.104.53-7.56-.22-7.762 2.66-.063 1.108 1.865 2.419 3.106 2.885 7.227 2.722 21.75 3.15 33.702 1.77 5.544-.642 15.965-2.507 14.63-8.203 1.663.201 3.15 1.26 3.326 2.886.668 6.111-13.388 8.688-19.065 9.305-12.35 1.355-27.786 1.09-37.25-2.211-3.08-1.071-6.804-3.043-6.653-5.986.271-4.97 12.242-6.344 15.966-3.106zm6.433-6.653c.687.22-.252.598-.227.882 2.016 3.51 11.996 2.268 17.075 1.115 1.02-.246 2.041-.951 2.879-.882 2.577.17 3.547 2.854 5.765 3.32-7.07 4.323-24.207 6.074-31.257.662-.334-3.944 2.835-4.385 5.765-5.097zm43.896-12.64c.378 7.72-8.065 12.041-14.189 12.413 2.835-2.697 10.333-7.044 8.871-13.294-.605-2.533-3.749-4.058-7.32-3.327 4.567-3.906 12.304-2.375 12.638 4.209zm-46.782 3.548c1.046.132-.73.756-.44 1.556 3.811 3.768 15.675 2.703 21.503 1.55 1.222-.245 2.438-.976 3.327-.882 2.218.196 3.635 2.772 5.544 3.1-6.741 3.037-19.758 4.474-29.266 2.659-2.457-.466-6.741-1.796-6.874-3.768-.201-2.684 4.234-3.812 6.206-4.215zm4.395-10.004l.25.029-.239.107c-2.3.976-5.908 1.236-7.512 3.442 1.689 1.26 4.152 1.216 6.433 1.329 9.356.422 21.063-.378 29.046-1.77.264.573-1.11 1.575-1.998 2.211-5.034 3.686-20.684 4.725-31.484 3.995-3.61-.246-11.882-1.198-11.97-4.436-.114-3.925 10.017-4.347 14.188-4.656.76-.059 2.135-.35 3.286-.25zm31.066-28.788l.011-.007c-2.545 1.796-5.027 3.327-7.755 5.545-2.06 1.682-5.79 3.988-5.986 7.094-.315 4.726 6.962 9.092 3.1 15.077-1.462 2.281-3.944 3.258-7.095 4.657-.378-.694.82-1.26 1.33-1.998 4.839-7.006-5.028-9.33-3.768-17.956 1.207-8.228 10.791-11.164 19.818-12.366l.345-.046zM105.58 66c1.55 1.468 2.659 4.19 2.659 7.094 0 8.582-9.085 13.547-13.521 19.293-.977 1.285-2.243 3.257-2.218 5.317.044 4.682 4.877 9.911 6.654 13.748-3.107-2.041-6.874-4.763-9.54-7.983-2.658-3.188-5.317-8.38-2.879-12.853 3.654-6.741 14.542-10.755 18.398-17.956.939-1.758 1.67-4.442.447-6.66z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#008AFC"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#96CFFF"/><path d="M149.594 120.36c-1.236-6.799-5.563-12.671-18.853-17.925-4.636-2.164-9.581-3.71-11.127-7.109-.618-2.163-.618-3.09-.309-4.327.927-4.018 5.563-5.254 9.581-4.018 2.473.618 4.636 2.473 6.182 5.563 6.49-4.327 6.49-4.327 10.817-7.108-1.545-2.473-2.472-3.71-3.708-4.945-4.018-4.327-9.273-6.491-17.618-6.491l-4.327.618c-4.327.927-8.345 3.4-10.817 6.182-7.109 8.036-4.945 21.944 3.4 27.816 8.654 6.49 21.017 7.727 22.562 13.6 1.545 7.417-5.563 9.58-12.363 8.653-4.945-1.236-7.727-3.708-10.818-8.345l-11.435 6.491c1.236 3.09 2.781 4.327 4.945 6.8 10.817 10.817 38.17 10.508 43.116-6.182.309-.618 1.545-4.327.618-10.2-.155.619.154.928.154.928zM93.188 75.083H79.28v36.316c0 7.727.31 14.835-.927 16.999-2.164 4.327-7.418 3.709-9.89 3.09-2.627-1.236-3.864-2.781-5.41-5.254-.308-.927-.617-1.545-.617-1.545L51 131.797c1.854 4.018 4.636 7.417 8.345 9.58 5.254 3.092 12.363 4.328 20.09 2.473 4.945-1.545 8.963-4.327 11.435-8.654 3.091-5.872 2.473-12.98 2.473-21.017V75.391c-.155 0-.155-.31-.155-.31z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M21.668 0C17.834 0 14 3.828 14 7.656v184.689c0 3.827 3.834 7.655 7.668 7.655h157.664c3.834 0 7.668-3.828 7.668-7.655V43.54L142.911 0H21.667z" fill="#DD697C"/><path d="M143 0v35.44c0 3.78 3.78 7.56 7.56 7.56H186L143 0z" fill="#FFCAD3"/><path d="M73.375 73h7.75v7.778h-7.75v19.444c0 4.296-3.47 7.778-7.75 7.778 4.28 0 7.75 3.482 7.75 7.778v19.444h7.75V143h-7.75c-4.146-1.05-7.75-3.5-7.75-7.778v-15.555c0-4.296-3.47-7.778-7.75-7.778H54v-7.778h3.875c4.28 0 7.75-3.482 7.75-7.778V80.778c0-4.296 3.47-7.778 7.75-7.778zm54.25 0c4.28 0 7.75 3.482 7.75 7.778v15.555c0 4.296 3.47 7.778 7.75 7.778H147v7.778h-3.875c-4.28 0-7.75 3.482-7.75 7.778v15.555c0 4.296-3.47 7.778-7.75 7.778h-7.75v-7.778h7.75v-19.444c0-4.296 3.47-7.778 7.75-7.778-4.28 0-7.75-3.482-7.75-7.778V80.778h-7.75V73h7.75zM100.5 119.667a3.882 3.882 0 0 1 3.875 3.889 3.882 3.882 0 0 1-3.875 3.889 3.882 3.882 0 0 1-3.875-3.89 3.882 3.882 0 0 1 3.875-3.888zm-15.5 0a3.882 3.882 0 0 1 3.875 3.889A3.882 3.882 0 0 1 85 127.445a3.882 3.882 0 0 1-3.875-3.89A3.882 3.882 0 0 1 85 119.668zm31 0a3.882 3.882 0 0 1 3.875 3.889 3.882 3.882 0 0 1-3.875 3.889 3.882 3.882 0 0 1-3.875-3.89 3.882 3.882 0 0 1 3.875-3.888z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#008AFC"/><path d="M143 34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0v34.5z" fill="#96CFFF"/><path d="M112.078 144.444H87.033c-.911 0-1.366.505-1.366 1.516v2.525c0 1.01.455 1.515 1.366 1.515h25.045c.911 0 1.366-.505 1.366-1.515v-2.525c0-.505-.91-1.516-1.366-1.516zm17.97-72.594c-.46-1.388-1.381-1.85-2.763-1.85h-55.73c-1.381 0-2.303.925-2.303 2.312L59.12 103.754c-.46 1.387.46 2.775 1.842 3.237h35.925v37.453h6.448v-37.453h35.925c1.382-.462 2.303-1.85 1.842-3.237L130.05 71.85z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#009688"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#97E6FF"/><path d="M53.942 134V89.942h.485l10.65 33.487h12.266l10.813-33.487h.484V134h12.104V78H81.378l-9.683 31.55h-.485L61.93 78H42v56h11.942zm78.433 0c16.46 0 27.273-6.375 27.273-28 0-23.32-10.812-28-27.273-28H113.17v56h19.205zm-.646-10.49h-6.294V88.33h6.294c10.087 0 15.25 3.227 15.25 17.671 0 13.637-4.921 17.51-15.25 17.51z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#CA82F1"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#EBBEFF"/><path d="M79.99 77.978L143 65l-.06 18.54v46.347h-.044c0 5.384-5.983 10.757-14.298 12.463-9.106 1.865-17.533-1.368-18.824-7.223-1.29-5.86 5.044-12.122 14.15-13.987 4.236-.868 8.308-.623 11.602.463V85.08L87.334 95.1v45.916h-.048c.007 5.38-5.98 10.75-14.295 12.455-9.106 1.87-17.533-1.364-18.824-7.223-1.29-5.855 5.044-12.118 14.15-13.983 4.236-.871 8.309-.623 11.602.463V77.978h.07z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#00BF40"/><path d="M143 34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0v34.5z" fill="#99FF96"/><path d="M104.667 70H118v80h-13.333V70zm22 40H140v40h-13.333v-40zM83.333 96.667h13.334V150H83.333V96.667zM60 123.333h13.333V150H60v-26.667z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#FFBD39"/><path d="M143 34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0v34.5z" fill="#FFD58A"/><path d="M67.355 131.334l8.337 8.397-8.869 4.713h78.066V150H56v-5.556h6.148l5.207-13.11zM94.542 101.4l7.612 9.492-24.65 27.014-8.699-9.491 25.737-27.015zm35.886-30.3c2.49 2.507.094 8.177.002 8.39l-.002.006-4.378 5.1.936.962c4.607.364 3.3 5.375 3.25 5.557l-.001.005-18.049 20.025c.722 3.338-1.083 4.45-1.083 4.45-1.359 1.745-3.357.862-3.587.752l-.022-.01c-2.527-2.596-1.083-6.304-1.083-6.304l16.604-18.542c1.265-1.515.684-2.651-.019-3.335l-17.942 20.91-8.7-9.491 24.65-27.38c1.087-1.095 6.886-3.65 9.424-1.095z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#F95E5D"/><path d="M143 34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0v34.5z" fill="#FFA5A6"/><path d="M139.604 124.346c0 7.59-7.172 7.59-10.895 7.59-5.846-.272-11.675-2.706-16.196-6.773-9.024 1.907-17.522 4.885-26.02 8.407C79.847 145.772 73.474 152 67.9 152c-1.071 0-2.397-.272-3.178-.817-2.397-1.09-3.722-3.523-3.722-5.956 0-1.906.527-7.59 21.244-16.814 4.776-8.679 8.498-18.157 11.421-27.653-2.65-5.43-8.225-18.43-4.249-25.203a6.81 6.81 0 0 1 6.646-3.523c2.125 0 4.249 1.09 5.574 2.978 2.924 4.067 2.651 12.474-1.053 24.93a63.105 63.105 0 0 0 13.546 17.886c4.521-.817 9.024-1.635 13.8-1.635 10.35.563 11.947 5.448 11.675 8.153zm-11.675-1.362c-1.853 0-3.723 0-5.575.545 2.125 1.09 4.249 1.634 6.646 1.888 1.598.273 3.177 0 4.249-.544-.29-.8-1.072-1.889-5.32-1.889zm-60.283 22.77l.526-.273c2.924-1.089 5.575-3.25 7.172-6.228-3.177 1.362-5.574 3.523-7.698 6.5zm30.54-34.427l-.272.545-.272-.272c-1.852 5.156-4.249 10.295-6.646 15.18l.527-.273v.545c4.775-1.907 9.823-3.25 14.87-4.34l-.272-.272h.527c-2.887-3.523-5.81-7.3-8.461-11.113zM96.59 79.08h-.527c-.272 0-.526 0-.799.273-.799 3.795-.272 7.862 1.326 11.385 1.071-3.795 1.325-7.863 0-11.658z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#8283F1"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#AEAFFF"/><path d="M65.756 98.027h-9.183l-3.77 22.9h8.58s10.44.323 10.932-14.837c.492-8.708-6.56-8.063-6.56-8.063zm78.38 0h-9.183l-3.77 22.9h8.58s10.44.323 10.932-14.837c.492-8.708-6.56-8.063-6.56-8.063zm-83.19 31.415l-9.291-.086-2.625 14.406h-9.947l8.964-54.186s12.735.194 21.098 0c8.362-.193 16.586 6.78 12.735 22.578-4.592 18.836-20.934 17.288-20.934 17.288zm44.71 0s2.388-12.592 3.434-21.335c.43-3.6 2.306-9.693-2.665-9.707-4.163-.013-10.388-.051-10.388-.051l-5.248 31.094h-9.838l9.183-54.446h10.074l-2.531 14.575h10.385s13.773-1.286 12.134 12.132c-1.64 13.417-4.701 27.739-4.701 27.739h-9.839v-.001zm54.604-17.288c-4.591 18.836-20.933 17.288-20.933 17.288l-9.292-.086-2.624 14.406h-9.948l8.964-54.186s12.735.194 21.098 0c8.362-.194 16.586 6.78 12.735 22.578z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill-rule="nonzero"><path d="M14 7.656v184.689c0 3.827 3.834 7.655 7.668 7.655h157.664c3.834 0 7.668-3.828 7.668-7.655V43.54L142.911 0H21.667C17.834 0 14 3.828 14 7.656z" fill="#83C620"/><path d="M143 0v35.44c0 3.78 3.78 7.56 7.56 7.56H186L143 0z" fill="#DFA"/><path d="M149.816 82c6.736 0 11.924 1.31 14.48 2.544l-2.477 9.395c-2.866-1.23-6.43-2.234-12.157-2.234-9.834 0-17.27 5.55-17.27 16.795 0 10.708 6.738 17.022 16.417 17.022 2.71 0 4.879-.307 5.807-.768V113.89h-8.053v-9.164h19.435v27.348H166c-3.64 1.23-10.532 2.926-17.423 2.926-9.526 0-16.417-2.388-21.218-7.01-4.8-4.47-7.433-11.246-7.357-18.873C120.08 91.86 132.702 82 149.816 82zm-61.054 0v22.99h.234c1.167-2.006 2.413-3.856 3.583-5.706L104.496 82h14.566l-17.37 22.14L120 134h-13.866l-12.853-22.451-4.519 5.481V134H77V82h11.762zM48.75 82c7.185 0 12.307 1.377 15.748 4.132C67.784 88.74 70 93.027 70 98.084c0 5.055-1.681 9.345-4.739 12.254-3.974 3.752-9.86 5.434-16.74 5.434-1.53 0-2.907-.075-3.977-.23V134H33V83.073C36.593 82.459 41.638 82 48.75 82zm.613 8.804c-2.37 0-3.975.23-4.816.46v15.245c.993.23 2.216.304 3.897.304 6.193 0 10.015-3.142 10.015-8.426 0-4.749-3.287-7.583-9.096-7.583z" fill="#FFF"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#FA5D40"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#FFA9A9"/><path d="M88.71 146.08H75.39c.54-3.6.72-6.75.72-11.61V85.78c0-4.32-.18-7.56-.72-11.61 3.87.18 6.66.27 11.43.27h18.81c8.73 0 14.85 2.07 19.17 6.39 3.69 3.6 5.58 9 5.58 15.48 0 6.84-2.07 12.42-6.03 16.56-4.41 4.41-10.53 6.48-19.17 6.48H87.99v15.03c0 4.86.18 8.28.72 11.7zM87.99 109h17.19c8.28 0 12.78-4.41 12.78-12.33 0-3.6-.99-6.57-2.97-8.64-2.07-2.25-5.04-3.24-9.81-3.24H87.99V109z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#1E9CEF"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#95D5FF"/><path d="M78.604 74.1c-9.4-.325-20.604.244-20.604.244V146h11.49v-25.94c15.433 1.31 32.34-4.7 32.34-23.025.768-11.908-8.345-22.178-20.356-22.94a21.98 21.98 0 0 0-2.87.005zm41.264 30.76c.102-3.734 7.928-6.028 19.178-.919V92.865a32.775 32.775 0 0 0-20.513-.653c-7.971 3.076-11.942 12.038-8.868 20.016a15.487 15.487 0 0 0 1.929 3.545c5.839 6.945 20.38 9.536 17.985 16.318a10.184 10.184 0 0 1-12.065 2.999 29.986 29.986 0 0 1-8.814-3.896v11.729a26.559 26.559 0 0 0 9.028 2.805 26.14 26.14 0 0 0 18.342-4.172c6.532-6.031 6.941-16.22.916-22.757a16.09 16.09 0 0 0-6.204-4.169c-11.179-5.436-10.996-6.956-10.914-9.77zm-38.57 4.085a54.205 54.205 0 0 1-12.048 1.037V84.355a38.7 38.7 0 0 1 11.935.55c5.295 1.443 8.789 6.565 8.263 12.113.273 5.4-3.078 10.303-8.15 11.927z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#3572A7"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#97BAFF"/><path d="M129.822 88.145c5.688 1.422 8.058 6.636 8.058 10.902v19.432c0 4.74-3.318 9.954-9.006 9.954H99.488v5.213h19.907v.57c-.006 2.37-.073 5.701-.948 7.014-1.896 3.318-3.792 5.213-8.057 6.635-8.058 1.422-11.85 1.422-18.485.474-4.74-.474-9.006-4.265-9.006-9.005v-19.907c0-2.37 4.266-7.583 9.48-7.583h18.01c7.11 0 11.376-6.636 11.376-13.271V88.145h8.057zM108.02 69.661c4.74.474 9.005 4.265 9.005 9.005v19.907c0 2.37-4.266 7.583-9.48 7.583h-18.01c-7.11 0-11.375 6.636-11.375 13.271v10.428h-8.058c-5.687-1.422-8.057-6.636-8.057-10.902V99.521c-.474-4.74 2.844-9.48 8.531-9.48 7.11-.474 29.86-.474 29.86-.474v-5.213H80.53c0-2.37 0-6.162.948-7.584 1.895-3.318 3.791-5.213 8.057-6.635 8.057-1.422 11.85-1.422 18.485-.474z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#7293DF"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#AED1FF"/><path d="M68.073 143c13.065 0 20.679-4.136 20.679-16.073 0-9.306-2.914-12.69-14.005-15.51-7.99-1.973-9.4-2.537-9.4-5.733 0-3.478 1.692-4.7 7.99-4.7 4.512 0 10.151 1.128 12.877 1.88l.564-10.433c-2.726-1.034-8.271-1.692-13.911-1.692-14.757 0-20.303 5.64-20.303 15.133 0 8.554 2.538 11.843 13.441 14.381 8.178 1.974 9.776 3.008 9.776 7.05s-2.538 5.076-8.46 5.076c-4.606 0-10.433-.846-15.321-2.35v11.373C56.512 142.436 62.151 143 68.073 143zm45.776-.564v-33.274c1.503-5.546 5.17-7.332 10.809-7.332 6.486 0 8.272 2.632 8.272 9.494v31.112h13.629v-34.684c0-11.185-4.23-17.013-16.825-17.013-7.52 0-13.16 2.35-15.885 7.144V71h-13.63v71.436h13.63z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#FDBA0D"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#FFDEB2"/><path d="M97.532 148.206l-22.993-42.734L58.99 93.676l38.542 54.53zm44.13-54.53l-15.548 11.796-22.993 42.734 38.542-54.53zm-19.419 12.254h-44l22 42.448 22-42.454v.006zm-47.026-3.716L58.622 89.793 68.73 78.216l14.324 6.898-7.831 17.1h-.006zm10.62-15.989l-7.594 16.667h44l-7.58-16.649H85.835v-.018zm39.42 15.983l16.608-12.415-10.078-11.577-14.33 6.898 7.8 17.118v-.024zm-10.613-19.027H85.836L71.887 76.38l12.659-5.298h31.389L128.6 76.38l-13.956 6.802z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M21.668 0C17.834 0 14 3.828 14 7.656v184.689c0 3.827 3.834 7.655 7.668 7.655h157.664c3.834 0 7.668-3.828 7.668-7.655V43.54L142.911 0H21.667z" fill="#5E89C1"/><path d="M143 0v35.44c0 3.78 3.78 7.56 7.56 7.56H186L143 0z" fill="#B9D8FF"/><path d="M87.64 112.725c0 3.765-1.573 6.85-4.727 9.261-3.153 2.412-7.455 3.614-12.92 3.614-3.083 0-5.923-.364-8.505-1.092-2.576-.722-4.74-1.519-6.488-2.377v-7.784h.376c2.213 1.648 4.685 2.96 7.4 3.93 2.721.968 5.325 1.456 7.81 1.456 3.09 0 5.513-.495 7.26-1.477 1.74-.983 2.61-2.535 2.61-4.651 0-1.622-.466-2.858-1.413-3.69-.946-.831-2.77-1.546-5.464-2.136-.996-.22-2.297-.481-3.905-.777a58.641 58.641 0 0 1-4.393-.962c-3.668-.961-6.265-2.37-7.796-4.225-1.531-1.855-2.297-4.136-2.297-6.842 0-1.697.362-3.298 1.065-4.796.717-1.498 1.789-2.844 3.237-4.019 1.392-1.154 3.174-2.075 5.332-2.748s4.566-1.01 7.232-1.01c2.492 0 5.02.302 7.574.907 2.555.598 4.678 1.333 6.37 2.191v7.42h-.37c-1.796-1.305-3.974-2.404-6.543-3.304-2.569-.893-5.082-1.347-7.553-1.347-2.568 0-4.74.488-6.508 1.457-1.768.961-2.66 2.411-2.66 4.328 0 1.697.537 2.975 1.609 3.84 1.044.86 2.742 1.567 5.081 2.103 1.302.295 2.75.59 4.358.886 1.6.295 2.944.57 4.016.81 3.272.736 5.792 2.007 7.56 3.8 1.768 1.82 2.652 4.232 2.652 7.234zM127 140h-6.796v-19.536c-2.092 1.819-4.178 3.164-6.25 4.05-2.066.885-4.307 1.324-6.716 1.324-4.797 0-8.619-1.859-11.472-5.57-2.86-3.718-4.286-8.841-4.286-15.378 0-3.488.498-6.564 1.5-9.24.996-2.678 2.322-4.922 3.957-6.74a16.818 16.818 0 0 1 5.598-4.097 16.328 16.328 0 0 1 6.796-1.453c2.166 0 4.084.243 5.76.723 1.675.48 3.377 1.197 5.113 2.143l.43-1.744h6.36V140H127zm-6.72-25.717V91.398c-1.909-.842-3.592-1.435-5.063-1.772-1.471-.337-3.066-.506-4.783-.506-3.99 0-7.027 1.335-9.114 3.997-2.08 2.67-3.12 6.343-3.12 11.028 0 4.732.842 8.372 2.518 10.913 1.676 2.548 4.317 3.822 7.916 3.822 2.012 0 4.017-.425 6.028-1.287a25.023 25.023 0 0 0 5.618-3.31zm24 10.357h-6.72V68h6.72v56.64z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#4D98FE"/><path d="M143 34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0v34.5z" fill="#AFD1FF"/><path d="M106.493 82.387v48.957c0 4.842.18 7.98.717 11.656H93.671c.538-3.766.718-6.814.718-11.656V82.387H82.284c-5.29 0-9.146.18-12.284.628V71c3.228.448 7.083.628 12.194.628h35.507c6.456 0 9.773-.18 13.18-.628v12.015c-3.317-.448-6.724-.628-13.18-.628h-11.208z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#8283F1"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#AAABFE"/><path d="M125.402 117.25v-12.599c0-1.26.422-2.71 1.005-3.314l13.848-14.195c4.531-4.642 9.745-5.947 9.745-.97v49.564c0 4.97-5.214 3.673-9.745-.97l-13.848-14.195c-.583-.595-1.005-2.053-1.005-3.321zm-6.547 13.98c0 4.218-3.434 7.636-7.668 7.636h-53.52c-4.234 0-7.667-3.418-7.667-7.635V90.662c0-4.216 3.433-7.635 7.667-7.635h53.52c4.234 0 7.668 3.419 7.668 7.635v40.569z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#4DBA87"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#78F0B8"/><g><path fill="#99F8CC" d="M109.741 71.637l-10.23 17.72-10.23-17.72H55.213l44.298 76.726 44.298-76.726z"/><path fill="#2F9264" d="M109.741 71.637l-10.23 17.72-10.23-17.72H72.932l26.579 46.036 26.579-46.036z"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M21.574 0C17.636 0 14 3.94 14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0z" fill="#2C97FF"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#99D3FF"/><path fill="#FFF" d="M48 75l23.77 71h11.274L99.5 88.898 115.956 146h11.275L151 75h-12.494l-17.675 57.404L104.681 75H94.623L78.17 132.404 60.494 75z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><path d="M14 7.576v184.848c0 3.94 3.939 7.576 7.574 7.576h157.852c3.938 0 7.574-3.94 7.574-7.576V43.94L143.068.303 21.574 0C17.636 0 14 3.94 14 7.576z" fill="#DF4253"/><path d="M143 0v34.5c0 3.9 3.965 7.5 7.624 7.5H186L143 0z" fill="#FF9BA6"/><path d="M138.863 86.534c-.087-6.051-1.265-7.2-7.172-6.504-3.574.418-7.125 1.12-10.676 1.758-2.379.435-4.729.992-7.096 1.468-3.018.604-3.69 1.636-2.93 4.526.284 1.08.615 2.153.794 3.25.494 2.97-.278 4.548-2.86 6.103-5.39 3.25-12.464 2.698-17.575-1.253-4.155-3.215-6.673-7.502-8.675-12.237-2.036-4.828-2.89-5.153-8.1-4.242a1054.355 1054.355 0 0 1-19.008 3.134c-3.958.615-5.397 3.19-4.103 6.962 1.793 5.234 5.356 8.982 9.969 11.524 4.868 2.669 10.136 4.607 15.173 6.992 1.398.661 2.582 1.775 3.858 2.686-1.212.87-2.303 2.118-3.655 2.547-5.692 1.8-11.094 4.16-15.881 7.746-4.793 3.586-8.013 8.13-8.013 14.413 0 3.348.72 3.97 4.038 3.412 6.093-1.021 12.162-2.089 18.243-3.127 3.238-.551 4.241-1.613 4.572-4.863.07-.72.006-1.456.133-2.164 1.074-6.162 4.375-10.711 10.862-11.547 12.864-1.653 23.941 4.985 27.927 17.129 1.16 3.534 3.191 4.56 6.882 3.76 7.502-1.625 14.999-3.273 22.524-4.799 1.451-.29 1.8-.963 1.846-2.257.145-4.079-1.724-7.38-4.109-10.415-4.78-6.075-11.326-9.667-18.26-12.678-2.222-.963-4.467-1.868-6.573-3.046-1.277-.72-1.08-1.753.33-2.188 1.874-.586 3.83-.905 5.716-1.456 6.44-1.88 12.126-7.131 11.813-14.634h.006z" fill="#FFF"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path fill="#F95F5D" d="M14 71.955h173v57.955H14z"/><path d="M187 71.955V24.999C187 19.217 182.081 14 176.179 14H24.82C18.92 14 14 19.217 14 24.999v46.956h173z" fill="#55C7F7"/><path d="M14 129.045v46.956C14 181.783 18.887 187 24.751 187H176.25c5.864 0 10.751-5.217 10.751-10.999v-46.956H14z" fill="#7ECF3B"/><path fill="#FDAF42" d="M79.74 14h39.79v173H79.74z"/><path d="M119.307 87.79v24.104H79.098V87.789h40.209zm6.516-9.78H72.721c-.97 0-2.496.964-2.496 2.48v38.29c0 .965.97 2.48 2.496 2.48h52.963c.97 0 2.496-.964 2.496-2.48V80.628c-.555-1.928-1.525-2.617-2.357-2.617z" fill="#FFF"/></g></svg>