@selfcommunity/react-theme-default 0.1.9-alpha.3 → 0.1.9-alpha.31

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 (89) hide show
  1. package/lib/cjs/components/SCCategoryHeader.js +2 -2
  2. package/lib/cjs/components/SCComposer.d.ts +1 -0
  3. package/lib/cjs/components/SCComposer.js +5 -4
  4. package/lib/cjs/components/SCCreateGroupButton.d.ts +5 -2
  5. package/lib/cjs/components/SCCreateGroupButton.js +5 -2
  6. package/lib/cjs/components/SCEditGroupButton.d.ts +13 -0
  7. package/lib/cjs/components/SCEditGroupButton.js +15 -0
  8. package/lib/cjs/components/SCFeedObject.d.ts +37 -0
  9. package/lib/cjs/components/SCFeedObject.js +38 -1
  10. package/lib/cjs/components/SCGroupAutocomplete.d.ts +6 -0
  11. package/lib/cjs/components/SCGroupAutocomplete.js +8 -0
  12. package/lib/cjs/components/SCGroupFeedTemplate.d.ts +0 -29
  13. package/lib/cjs/components/SCGroupFeedTemplate.js +1 -30
  14. package/lib/cjs/components/{SCCreateGroup.d.ts → SCGroupForm.d.ts} +13 -10
  15. package/lib/cjs/components/{SCCreateGroup.js → SCGroupForm.js} +13 -10
  16. package/lib/cjs/components/SCGroupHeader.d.ts +12 -16
  17. package/lib/cjs/components/SCGroupHeader.js +13 -17
  18. package/lib/cjs/components/SCGroupInviteButton.d.ts +5 -2
  19. package/lib/cjs/components/SCGroupInviteButton.js +5 -2
  20. package/lib/cjs/components/SCGroupMembersWidget.d.ts +2 -2
  21. package/lib/cjs/components/SCGroupMembersWidget.js +2 -2
  22. package/lib/cjs/components/SCGroupSettingsIconButton.d.ts +19 -0
  23. package/lib/cjs/components/SCGroupSettingsIconButton.js +21 -0
  24. package/lib/cjs/components/SCGroupTemplate.d.ts +3 -0
  25. package/lib/cjs/components/SCGroupTemplate.js +3 -0
  26. package/lib/cjs/components/SCGroups.d.ts +36 -2
  27. package/lib/cjs/components/SCGroups.js +36 -2
  28. package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
  29. package/lib/cjs/components/SCNavigationToolbar.js +1 -1
  30. package/lib/cjs/components/SCNavigationToolbarMobile.js +1 -1
  31. package/lib/cjs/components/SCPrivateMessageThread.d.ts +11 -0
  32. package/lib/cjs/components/SCPrivateMessageThread.js +13 -2
  33. package/lib/cjs/components/SCUserProfileHeader.js +2 -2
  34. package/lib/cjs/fonts/community/icons.eot +0 -0
  35. package/lib/cjs/fonts/community/icons.svg +5 -1
  36. package/lib/cjs/fonts/community/icons.ttf +0 -0
  37. package/lib/cjs/fonts/community/icons.woff +0 -0
  38. package/lib/cjs/fonts/community/icons.woff2 +0 -0
  39. package/lib/cjs/fonts/community-icons.css +13 -7
  40. package/lib/cjs/index.d.ts +161 -64
  41. package/lib/cjs/index.js +10 -4
  42. package/lib/esm/components/SCCategoryHeader.js +2 -2
  43. package/lib/esm/components/SCComposer.d.ts +1 -0
  44. package/lib/esm/components/SCComposer.js +5 -4
  45. package/lib/esm/components/SCCreateGroupButton.d.ts +5 -2
  46. package/lib/esm/components/SCCreateGroupButton.js +5 -2
  47. package/lib/esm/components/SCEditGroupButton.d.ts +13 -0
  48. package/lib/esm/components/SCEditGroupButton.js +13 -0
  49. package/lib/esm/components/SCFeedObject.d.ts +37 -0
  50. package/lib/esm/components/SCFeedObject.js +38 -1
  51. package/lib/esm/components/SCGroupAutocomplete.d.ts +6 -0
  52. package/lib/esm/components/SCGroupAutocomplete.js +6 -0
  53. package/lib/esm/components/SCGroupFeedTemplate.d.ts +0 -29
  54. package/lib/esm/components/SCGroupFeedTemplate.js +1 -30
  55. package/lib/esm/components/{SCCreateGroup.d.ts → SCGroupForm.d.ts} +13 -10
  56. package/lib/esm/components/{SCCreateGroup.js → SCGroupForm.js} +13 -10
  57. package/lib/esm/components/SCGroupHeader.d.ts +12 -16
  58. package/lib/esm/components/SCGroupHeader.js +13 -17
  59. package/lib/esm/components/SCGroupInviteButton.d.ts +5 -2
  60. package/lib/esm/components/SCGroupInviteButton.js +5 -2
  61. package/lib/esm/components/SCGroupMembersWidget.d.ts +2 -2
  62. package/lib/esm/components/SCGroupMembersWidget.js +2 -2
  63. package/lib/esm/components/SCGroupSettingsIconButton.d.ts +19 -0
  64. package/lib/esm/components/SCGroupSettingsIconButton.js +19 -0
  65. package/lib/esm/components/SCGroupTemplate.d.ts +3 -0
  66. package/lib/esm/components/SCGroupTemplate.js +3 -0
  67. package/lib/esm/components/SCGroups.d.ts +36 -2
  68. package/lib/esm/components/SCGroups.js +36 -2
  69. package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
  70. package/lib/esm/components/SCNavigationToolbar.js +1 -1
  71. package/lib/esm/components/SCNavigationToolbarMobile.js +1 -1
  72. package/lib/esm/components/SCPrivateMessageThread.d.ts +11 -0
  73. package/lib/esm/components/SCPrivateMessageThread.js +13 -2
  74. package/lib/esm/components/SCUserProfileHeader.js +2 -2
  75. package/lib/esm/fonts/community/icons.eot +0 -0
  76. package/lib/esm/fonts/community/icons.svg +5 -1
  77. package/lib/esm/fonts/community/icons.ttf +0 -0
  78. package/lib/esm/fonts/community/icons.woff +0 -0
  79. package/lib/esm/fonts/community/icons.woff2 +0 -0
  80. package/lib/esm/fonts/community-icons.css +13 -7
  81. package/lib/esm/index.d.ts +161 -64
  82. package/lib/esm/index.js +10 -4
  83. package/lib/umd/community/icons.eot +0 -0
  84. package/lib/umd/community/icons.svg +5 -1
  85. package/lib/umd/community/icons.ttf +0 -0
  86. package/lib/umd/community/icons.woff +0 -0
  87. package/lib/umd/community/icons.woff2 +0 -0
  88. package/lib/umd/react-theme-default.js +2 -2
  89. package/package.json +4 -4
@@ -126,7 +126,9 @@
126
126
  <glyph unicode="&#xe964;" glyph-name="photo_file" data-tags="photo_file" d="M849.067 797.867h-209.067c-4.267 0-8.533 4.267-8.533 4.267l-34.133 51.2c-17.067 21.333-42.667 38.4-68.267 38.4h-145.067c-72.533 0-128-59.733-128-128v-89.6h-64c-76.8 0-145.067-59.733-145.067-132.267v-405.333c0-72.533 64-132.267 145.067-132.267h520.533c76.8 0 145.067 59.733 145.067 132.267v76.8c68.267 4.267 123.733 59.733 123.733 128v324.267c-4.267 72.533-64 132.267-132.267 132.267zM712.533 72.534h-520.533c-38.4 0-64 25.6-64 59.733v409.6c0 34.133 29.867 59.733 64 59.733h64v-260.267c0-72.533 59.733-128 128-128h396.8v-81.067c0-34.133-29.867-59.733-68.267-59.733zM904.533 341.334c0-34.133-25.6-59.733-59.733-59.733h-460.8c-17.067 0-34.133 8.533-42.667 21.333l132.267 145.067c4.267 4.267 8.533 4.267 12.8 0l51.2-55.467c12.8-12.8 29.867-12.8 38.4 0l166.4 187.733c4.267 4.267 8.533 4.267 12.8 0l153.6-166.4v-72.533zM904.533 503.467l-106.667 115.2c-25.6 29.867-68.267 29.867-93.867 0l-149.333-162.133-34.133 38.4c-25.6 29.867-68.267 29.867-93.867 0l-106.667-119.467v388.267c0 34.133 25.6 59.733 59.733 59.733h145.067c4.267 0 8.533 0 8.533-4.267l38.4-55.467c21.333-21.333 46.933-38.4 68.267-38.4h209.067c34.133 0 59.733-25.6 59.733-59.733v-162.133zM512 640c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667z" />
127
127
  <glyph unicode="&#xe965;" glyph-name="groups" data-tags="group" d="M686.933 640c0-93.867-76.8-170.667-170.667-170.667s-170.667 76.8-170.667 170.667 76.8 170.667 170.667 170.667 170.667-76.8 170.667-170.667zM516.267 742.4c-59.733 0-102.4-46.933-102.4-102.4s46.933-102.4 102.4-102.4 102.4 46.933 102.4 102.4-46.933 102.4-102.4 102.4zM298.667 520.534c0-68.267-55.467-128-128-128s-128 55.467-128 128 55.467 128 128 128 128-59.733 128-128zM170.667 597.334c-42.667 0-76.8-34.133-76.8-76.8s34.133-76.8 76.8-76.8 76.8 34.133 76.8 76.8-34.133 76.8-76.8 76.8zM981.333 520.534c0-68.267-55.467-128-128-128-68.267 0-128 55.467-128 128s55.467 128 128 128c68.267 0 128-59.733 128-128zM853.333 597.334c-42.667 0-76.8-34.133-76.8-76.8s34.133-76.8 76.8-76.8c42.667 0 76.8 34.133 76.8 76.8s-34.133 76.8-76.8 76.8zM610.133 375.467h-183.467c-93.867 0-174.933-76.8-174.933-174.933v-123.733c0-12.8 8.533-29.867 29.867-29.867 12.8 0 29.867 8.533 29.867 29.867v123.733c0 64 55.467 115.2 115.2 115.2h183.467c64 0 115.2-55.467 115.2-115.2v-123.733c0-12.8 8.533-29.867 29.867-29.867 12.8 0 29.867 8.533 29.867 29.867v123.733c0 93.867-81.067 174.933-174.933 174.933zM998.4 42.667c-17.067 0-34.133 12.8-34.133 34.133v98.133c0 42.667-34.133 76.8-76.8 76.8h-34.133c-17.067 0-34.133 12.8-34.133 34.133s12.8 34.133 34.133 34.133h34.133c76.8 0 140.8-64 140.8-140.8v-110.933c-4.267-12.8-12.8-21.333-29.867-25.6v0zM34.133 42.667c-17.067 0-34.133 12.8-34.133 34.133v98.133c0 76.8 59.733 140.8 140.8 140.8h34.133c21.333 0 34.133-17.067 34.133-34.133s-12.8-34.133-34.133-34.133h-29.867c-42.667 0-76.8-34.133-76.8-72.533v-98.133c0-21.333-17.067-34.133-34.133-34.133v0z" />
128
128
  <glyph unicode="&#xe966;" glyph-name="private" data-tags="private" d="M768 42.667v469.333h-512v-469.333h512zM384 686.934v-89.6h256v89.6c0 76.8-59.733 136.533-128 136.533s-128-59.733-128-136.533v0zM768 597.334c46.933 0 85.333-38.4 85.333-89.6v-460.8c0-51.2-38.4-89.6-85.333-89.6h-512c-46.933 0-85.333 42.667-85.333 89.6v460.8c0 46.933 38.4 89.6 85.333 89.6h42.667v89.6c0 123.733 93.867 221.867 213.333 221.867s213.333-98.133 213.333-221.867v-89.6h42.667zM516.267 183.467c-42.667 0-81.067 42.667-81.067 89.6s38.4 89.6 81.067 89.6 81.067-42.667 81.067-89.6-38.4-89.6-81.067-89.6v0z" />
129
- <glyph unicode="" glyph-name="private" data-tags="private" d="M768 42.667v469.333h-512v-469.333h512zM384 686.934v-89.6h256v89.6c0 76.8-59.733 136.533-128 136.533s-128-59.733-128-136.533v0zM768 597.334c46.933 0 85.333-38.4 85.333-89.6v-460.8c0-51.2-38.4-89.6-85.333-89.6h-512c-46.933 0-85.333 42.667-85.333 89.6v460.8c0 46.933 38.4 89.6 85.333 89.6h42.667v89.6c0 123.733 93.867 221.867 213.333 221.867s213.333-98.133 213.333-221.867v-89.6h42.667zM516.267 183.467c-42.667 0-81.067 42.667-81.067 89.6s38.4 89.6 81.067 89.6 81.067-42.667 81.067-89.6-38.4-89.6-81.067-89.6v0z" />
129
+ <glyph unicode="&#xe967;" glyph-name="my_community" data-tags="my_community" d="M281.6 140.8v0c-76.8 0-140.8 34.133-192 89.6-42.667 46.933-68.267 110.933-68.267 174.933s21.333 123.733 64 174.933c46.933 55.467 115.2 85.333 183.467 85.333s153.6-12.8 217.6-89.6v-21.333l-85.333-102.4h-29.867c-25.6 34.133-64 51.2-106.667 51.2s-85.333-55.467-85.333-98.133 34.133-102.4 98.133-102.4 55.467 8.533 76.8 29.867l17.067 17.067c34.133 34.133 55.467 59.733 81.067 93.867s51.2 68.267 98.133 119.467c8.533 8.533 17.067 21.333 25.6 29.867 46.933 42.667 110.933 72.533 174.933 72.533v0c145.067 0 264.533-119.467 260.267-260.267 0-140.8-119.467-256-260.267-260.267-93.867 0-183.467 64-234.667 128-12.8-17.067-25.6-29.867-34.133-38.4-106.667-102.4-200.533-93.867-200.533-93.867zM546.133 290.134c46.933-64 136.533-115.2 209.067-115.2 128 0 230.4 102.4 230.4 226.133s-102.4 226.133-230.4 230.4c-59.733 0-115.2-21.333-153.6-59.733l-25.6-25.6c-46.933-51.2-72.533-89.6-98.133-119.467s-46.933-59.733-81.067-98.133l-21.333-21.333c-29.867-25.6-64-38.4-98.133-38.4-85.333 0-128 76.8-128 132.267s38.4 128 119.467 128 89.6-21.333 119.467-51.2l68.267 81.067c-51.2 55.467-110.933 68.267-183.467 68.267s-123.733-29.867-157.867-72.533c-38.4-42.667-55.467-98.133-55.467-153.6s21.333-110.933 59.733-153.6c42.667-46.933 102.4-76.8 166.4-76.8v0c72.533 0 136.533 29.867 179.2 81.067 55.467 55.467 157.867 192 166.4 200.533v0c29.867 55.467 72.533 81.067 128 81.067s136.533-59.733 132.267-132.267c0-68.267-59.733-128-132.267-128s-93.867 21.333-123.733 55.467c-8.533 12.8-17.067 34.133-21.333 55.467l-72.533-93.867zM652.8 439.467c-12.8-38.4-8.533-68.267 8.533-93.867 21.333-29.867 64-42.667 93.867-42.667 55.467 0 102.4 42.667 98.133 98.133 0 55.467-42.667 102.4-102.4 102.4s-64-8.533-98.133-59.733v0zM281.6 128c-76.8 0-149.333 34.133-204.8 93.867-46.933 51.2-72.533 119.467-72.533 183.467s25.6 132.267 68.267 183.467c46.933 59.733 119.467 89.6 196.267 89.6s162.133-12.8 230.4-93.867c8.533-8.533 8.533-21.333 0-38.4l-98.133-110.933c-17.067-8.533-29.867-8.533-42.667 0-25.6 29.867-59.733 46.933-93.867 46.933s-72.533-34.133-68.267-81.067 29.867-89.6 81.067-89.6 51.2 8.533 68.267 25.6c0 0 183.467 217.6 217.6 260.267 51.2 46.933 119.467 76.8 187.733 76.8s145.067-29.867 196.267-81.067 81.067-123.733 81.067-196.267c0-145.067-123.733-268.8-277.333-273.067-89.6 0-179.2 59.733-234.667 119.467-8.533-8.533-17.067-17.067-21.333-21.333-98.133-98.133-213.333-93.867-213.333-93.867zM563.2 290.134c46.933-55.467 128-102.4 192-102.4 119.467 0 213.333 93.867 213.333 209.067s-93.867 209.067-217.6 213.333c-55.467 0-106.667-21.333-145.067-55.467l-25.6-25.6c-34.133-38.4-55.467-68.267-76.8-93.867-8.533-8.533-12.8-17.067-21.333-25.6l-12.8-12.8c-21.333-25.6-89.6-106.667-89.6-106.667-34.133-34.133-68.267-42.667-106.667-42.667-98.133 0-140.8 89.6-140.8 149.333s51.2 145.067 132.267 145.067 85.333-17.067 115.2-42.667l46.933 55.467c-46.933 42.667-98.133 64-162.133 64s-115.2-25.6-149.333-76.8c-34.133-38.4-51.2-89.6-51.2-145.067s17.067-102.4 55.467-145.067c38.4-46.933 93.867-72.533 157.867-72.533s123.733 25.6 170.667 76.8c38.4 42.667 128 153.6 166.4 200.533 38.4 51.2 76.8 89.6 140.8 85.333s76.8-17.067 106.667-42.667c29.867-29.867 46.933-59.733 42.667-102.4 0-76.8-72.533-149.333-149.333-149.333s-145.067 85.333-149.333 93.867zM669.867 435.2c-12.8-29.867-4.267-55.467 8.533-76.8s55.467-38.4 81.067-38.4 42.667 8.533 59.733 25.6c12.8 17.067 25.6 42.667 21.333 64-8.533 42.667-29.867 76.8-85.333 76.8s-85.333-51.2-85.333-51.2z" />
130
+ <glyph unicode="&#xe968;" glyph-name="magic_wand" data-tags="magic_wand" d="M964.267 456.534l-102.4 136.533 55.467 162.133c8.533 21.333 0 46.933-12.8 64-17.067 17.067-42.667 21.333-64 12.8l-162.133-55.467-136.533 102.4c-17.067 12.8-42.667 17.067-64 4.267-21.333-8.533-34.133-29.867-34.133-55.467v-170.667c0 0-136.533-98.133-136.533-98.133-17.067-12.8-29.867-34.133-25.6-59.733 0-12.8 8.533-25.6 17.067-34.133s17.067-12.8 25.6-17.067l119.467-38.4-384-366.933c-17.067-17.067-17.067-42.667 0-59.733s21.333-12.8 29.867-12.8 21.333 0 29.867 12.8l375.467 375.467 38.4-102.4c0-8.533 8.533-17.067 17.067-25.6s21.333-17.067 34.133-17.067c0 0 8.533 0 8.533 0 21.333 0 38.4 8.533 51.2 25.6l98.133 123.733h170.667c21.333 0 42.667 8.533 55.467 29.867 8.533 21.333 8.533 46.933-4.267 64zM721.067 448c-12.8 0-25.6-8.533-34.133-17.067l-85.333-119.467-42.667 136.533c0 12.8-12.8 25.6-29.867 29.867l-140.8 42.667 119.467 85.333c12.8 8.533 17.067 21.333 17.067 34.133v145.067s115.2-85.333 115.2-85.333c12.8-8.533 25.6-8.533 38.4-4.267l136.533 46.933-46.933-136.533c-4.267-12.8 0-29.867 4.267-38.4l85.333-115.2h-145.067z" />
131
+ <glyph unicode="" glyph-name="magic_wand" data-tags="magic_wand" d="M964.267 456.534l-102.4 136.533 55.467 162.133c8.533 21.333 0 46.933-12.8 64-17.067 17.067-42.667 21.333-64 12.8l-162.133-55.467-136.533 102.4c-17.067 12.8-42.667 17.067-64 4.267-21.333-8.533-34.133-29.867-34.133-55.467v-170.667c0 0-136.533-98.133-136.533-98.133-17.067-12.8-29.867-34.133-25.6-59.733 0-12.8 8.533-25.6 17.067-34.133s17.067-12.8 25.6-17.067l119.467-38.4-384-366.933c-17.067-17.067-17.067-42.667 0-59.733s21.333-12.8 29.867-12.8 21.333 0 29.867 12.8l375.467 375.467 38.4-102.4c0-8.533 8.533-17.067 17.067-25.6s21.333-17.067 34.133-17.067c0 0 8.533 0 8.533 0 21.333 0 38.4 8.533 51.2 25.6l98.133 123.733h170.667c21.333 0 42.667 8.533 55.467 29.867 8.533 21.333 8.533 46.933-4.267 64zM721.067 448c-12.8 0-25.6-8.533-34.133-17.067l-85.333-119.467-42.667 136.533c0 12.8-12.8 25.6-29.867 29.867l-140.8 42.667 119.467 85.333c12.8 8.533 17.067 21.333 17.067 34.133v145.067s115.2-85.333 115.2-85.333c12.8-8.533 25.6-8.533 38.4-4.267l136.533 46.933-46.933-136.533c-4.267-12.8 0-29.867 4.267-38.4l85.333-115.2h-145.067z" />
130
132
  <glyph unicode="zoom_out_map" glyph-name="zoom_out_map" data-tags="zoom_out_map" d="M977.067 874.667c-4.267 8.533-8.533 12.8-17.067 17.067-4.267 0-8.533 4.267-12.8 4.267h-192c-17.067 0-38.4-12.8-38.4-38.4s12.8-38.4 38.4-38.4h106.667l-226.133-226.133c-12.8-12.8-12.8-38.4 0-51.2 4.267-4.267 12.8-8.533 25.6-8.533 8.533 0 17.067 4.267 25.6 8.533l217.6 230.4v-102.4c0-17.067 12.8-38.4 38.4-38.4s38.4 12.8 38.4 38.4v192c0 4.267-4.267 8.533-4.267 12.8zM392.533 307.2c-12.8 12.8-38.4 12.8-51.2 0l-226.133-226.133v106.667c0 17.067-12.8 38.4-38.4 38.4s-34.133-21.333-34.133-42.667v-192c0-4.267 0-8.533 4.267-12.8 4.267-8.533 8.533-12.8 17.067-17.067 4.267 0 8.533-4.267 12.8-4.267h192c17.067 0 38.4 12.8 38.4 38.4s-17.067 34.133-38.4 34.133h-102.4l226.133 226.133c12.8 17.067 12.8 38.4 0 51.2zM128 435.2c-17.067 0-38.4 12.8-38.4 38.4v243.2c0 72.533 55.467 128 128 132.267h238.933c17.067 0 38.4-12.8 38.4-38.4s-12.8-38.4-34.133-38.4h-234.667c-34.133 0-64-25.6-55.467-55.467v-243.2c-4.267-17.067-21.333-38.4-42.667-38.4zM797.867-0h-285.867c-17.067 0-38.4 12.8-38.4 38.4s12.8 38.4 38.4 38.4h285.867c34.133 0 55.467 29.867 55.467 64v243.2c0 17.067 12.8 38.4 38.4 38.4s38.4-12.8 38.4-38.4v-243.2c0-76.8-59.733-136.533-132.267-140.8z" />
131
133
  <glyph unicode="zoom_out" glyph-name="zoom_out" data-tags="zoom_out" d="M507.733 580.267h-209.067c-21.333 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h213.333c21.333 0 42.667 17.067 42.667 42.667s-25.6 42.667-46.933 42.667zM968.533 25.6l-285.867 290.133c110.933 136.533 106.667 345.6-25.6 477.867v0c-140.8 136.533-371.2 136.533-507.733 0-68.267-68.267-106.667-157.867-106.667-256s38.4-183.467 106.667-251.733c68.267-68.267 162.133-106.667 256-106.667v0c81.067 0 162.133 25.6 217.6 72.533l290.133-285.867c4.267-4.267 17.067-8.533 25.6-8.533 12.8 0 21.333 4.267 25.6 8.533 21.333 21.333 21.333 42.667 4.267 59.733zM405.333 264.534c-76.8 0-145.067 25.6-196.267 81.067s-81.067 119.467-81.067 192 25.6 145.067 81.067 196.267 128 81.067 196.267 81.067 145.067-25.6 196.267-81.067v0c55.467-51.2 81.067-123.733 81.067-196.267s-25.6-140.8-81.067-196.267c-55.467-55.467-119.467-76.8-196.267-76.8v0z" />
132
134
  <glyph unicode="zoom_in" glyph-name="zoom_in" data-tags="zoom_in" d="M968.533 25.6l-285.867 290.133c110.933 136.533 106.667 345.6-25.6 477.867v0c-140.8 136.533-371.2 136.533-507.733 0-68.267-68.267-106.667-157.867-106.667-256s38.4-183.467 106.667-251.733c68.267-68.267 162.133-106.667 256-106.667v0c81.067 0 162.133 25.6 217.6 72.533l290.133-285.867c4.267-4.267 17.067-8.533 25.6-8.533 12.8 0 21.333 4.267 25.6 8.533 21.333 21.333 21.333 42.667 4.267 59.733zM405.333 264.534c-76.8 0-145.067 25.6-196.267 81.067s-81.067 119.467-81.067 192 25.6 145.067 81.067 196.267 128 81.067 196.267 81.067 145.067-25.6 196.267-81.067v0c55.467-51.2 81.067-123.733 81.067-196.267s-25.6-140.8-81.067-196.267c-55.467-55.467-119.467-76.8-196.267-76.8v0zM512 576h-64v68.267c0 21.333-17.067 42.667-42.667 42.667s-42.667-21.333-42.667-42.667v-64h-59.733c-21.333 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h64v-64c0-21.333 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v64h59.733c21.333 0 42.667 17.067 42.667 42.667 0 29.867-21.333 38.4-42.667 38.4v0z" />
@@ -159,10 +161,12 @@
159
161
  <glyph unicode="outlined_flag" glyph-name="outlined_flag" data-tags="outlined_flag" d="M891.733 810.667c0 8.533 0 17.067-8.533 25.6-4.267 17.067-25.6 17.067-42.667 8.533h-4.267c0 0-38.4-29.867-149.333-29.867-59.733 0-106.667 21.333-162.133 38.4-59.733 17.067-110.933 42.667-187.733 42.667-136.533 0-187.733-42.667-192-46.933v0c-8.533-8.533-12.8-21.333-12.8-29.867v-823.467c0-25.6 17.067-38.4 38.4-38.4s38.4 21.333 38.4 38.4v315.733c21.333 4.267 59.733 21.333 128 21.333 59.733 0 106.667-21.333 153.6-38.4 59.733-21.333 110.933-42.667 183.467-42.667 119.467 0 166.4 25.6 192 42.667 4.267 0 4.267 4.267 8.533 4.267 0 0 4.267 0 4.267 4.267v0c8.533 8.533 12.8 17.067 12.8 25.6v482.133zM524.8 358.4c-59.733 21.333-110.933 42.667-183.467 42.667-64 0-106.667-8.533-136.533-21.333v418.133c17.067 8.533 59.733 25.6 136.533 25.6 55.467 0 102.4-21.333 157.867-38.4 59.733-21.333 115.2-42.667 187.733-42.667 55.467 0 98.133 8.533 128 17.067v-409.6c-12.8-8.533-51.2-29.867-136.533-29.867-51.2 0-98.133 17.067-153.6 38.4z" />
160
162
  <glyph unicode="notifications_off" glyph-name="notifications_off" data-tags="notifications_off" d="M576 25.6h-136.533c-21.333 0-34.133-12.8-34.133-34.133s12.8-34.133 34.133-34.133h132.267c21.333 0 34.133 12.8 34.133 34.133 4.267 21.333-8.533 34.133-29.867 34.133zM209.067 354.134c21.333 0 34.133 12.8 34.133 34.133v170.667c0 34.133 8.533 68.267 21.333 102.4 55.467 140.8 213.333 200.533 345.6 149.333 21.333-8.533 34.133 0 46.933 21.333 8.533 21.333 0 34.133-21.333 46.933v0c-162.133 55.467-362.667-21.333-430.933-196.267-21.333-38.4-25.6-81.067-25.6-128v-166.4c0-17.067 12.8-34.133 29.867-34.133zM55.467 17.067c-12.8-12.8-12.8-34.133 0-46.933s34.133-12.8 46.933 0v0l153.6 153.6h686.933c38.4 8.533 38.4 68.267 0 68.267h-21.333c-46.933 12.8-81.067 55.467-81.067 102.4v268.8c0 46.933-12.8 85.333-25.6 128l153.6 153.6c12.8 8.533 12.8 25.6 0 38.4s-34.133 12.8-46.933 0l-691.2-691.2zM763.733 631.467c8.533-25.6 12.8-46.933 12.8-72.533v-268.8c0-38.4 12.8-72.533 34.133-102.4h-486.4l439.467 443.733z" />
161
163
  <glyph unicode="notifications_active" glyph-name="notifications_active" data-tags="notifications_active" d="M878.933 226.134c-38.4 0-68.267 34.133-68.267 68.267v226.133c0 166.4-132.267 302.933-302.933 302.933s-298.667-136.533-298.667-302.933v-234.667c0-34.133-34.133-68.267-68.267-68.267-46.933 0-46.933-68.267 0-68.267h738.133c46.933 8.533 46.933 76.8 0 76.8zM277.333 290.134v230.4c0 128 106.667 234.667 234.667 234.667s234.667-106.667 234.667-234.667v-234.667c0-25.6 8.533-46.933 21.333-68.267h-512c12.8 21.333 21.333 46.933 21.333 72.533zM264.533 827.734c12.8 12.8 12.8 34.133 8.533 46.933-17.067 21.333-34.133 21.333-51.2 12.8-110.933-81.067-179.2-213.333-179.2-354.133 0-21.333 12.8-34.133 34.133-34.133 12.8 0 34.133 12.8 34.133 34.133v0c0 119.467 51.2 226.133 153.6 294.4zM802.133 887.467c-17.067 12.8-34.133 8.533-46.933-4.267s-8.533-34.133 8.533-46.933c89.6-68.267 149.333-183.467 149.333-302.933 0-21.333 12.8-34.133 34.133-34.133s34.133 12.8 34.133 34.133v0c0 140.8-68.267 273.067-179.2 354.133zM580.267 25.6h-136.533c-21.333 0-34.133-12.8-34.133-34.133 0-17.067 17.067-34.133 34.133-34.133h132.267c21.333 0 34.133 12.8 34.133 34.133 4.267 21.333-12.8 34.133-29.867 34.133z" />
164
+ <glyph unicode="my_community" glyph-name="my_community" data-tags="my_community" d="M281.6 140.8v0c-76.8 0-140.8 34.133-192 89.6-42.667 46.933-68.267 110.933-68.267 174.933s21.333 123.733 64 174.933c46.933 55.467 115.2 85.333 183.467 85.333s153.6-12.8 217.6-89.6v-21.333l-85.333-102.4h-29.867c-25.6 34.133-64 51.2-106.667 51.2s-85.333-55.467-85.333-98.133 34.133-102.4 98.133-102.4 55.467 8.533 76.8 29.867l17.067 17.067c34.133 34.133 55.467 59.733 81.067 93.867s51.2 68.267 98.133 119.467c8.533 8.533 17.067 21.333 25.6 29.867 46.933 42.667 110.933 72.533 174.933 72.533v0c145.067 0 264.533-119.467 260.267-260.267 0-140.8-119.467-256-260.267-260.267-93.867 0-183.467 64-234.667 128-12.8-17.067-25.6-29.867-34.133-38.4-106.667-102.4-200.533-93.867-200.533-93.867zM546.133 290.134c46.933-64 136.533-115.2 209.067-115.2 128 0 230.4 102.4 230.4 226.133s-102.4 226.133-230.4 230.4c-59.733 0-115.2-21.333-153.6-59.733l-25.6-25.6c-46.933-51.2-72.533-89.6-98.133-119.467s-46.933-59.733-81.067-98.133l-21.333-21.333c-29.867-25.6-64-38.4-98.133-38.4-85.333 0-128 76.8-128 132.267s38.4 128 119.467 128 89.6-21.333 119.467-51.2l68.267 81.067c-51.2 55.467-110.933 68.267-183.467 68.267s-123.733-29.867-157.867-72.533c-38.4-42.667-55.467-98.133-55.467-153.6s21.333-110.933 59.733-153.6c42.667-46.933 102.4-76.8 166.4-76.8v0c72.533 0 136.533 29.867 179.2 81.067 55.467 55.467 157.867 192 166.4 200.533v0c29.867 55.467 72.533 81.067 128 81.067s136.533-59.733 132.267-132.267c0-68.267-59.733-128-132.267-128s-93.867 21.333-123.733 55.467c-8.533 12.8-17.067 34.133-21.333 55.467l-72.533-93.867zM652.8 439.467c-12.8-38.4-8.533-68.267 8.533-93.867 21.333-29.867 64-42.667 93.867-42.667 55.467 0 102.4 42.667 98.133 98.133 0 55.467-42.667 102.4-102.4 102.4s-64-8.533-98.133-59.733v0zM281.6 128c-76.8 0-149.333 34.133-204.8 93.867-46.933 51.2-72.533 119.467-72.533 183.467s25.6 132.267 68.267 183.467c46.933 59.733 119.467 89.6 196.267 89.6s162.133-12.8 230.4-93.867c8.533-8.533 8.533-21.333 0-38.4l-98.133-110.933c-17.067-8.533-29.867-8.533-42.667 0-25.6 29.867-59.733 46.933-93.867 46.933s-72.533-34.133-68.267-81.067 29.867-89.6 81.067-89.6 51.2 8.533 68.267 25.6c0 0 183.467 217.6 217.6 260.267 51.2 46.933 119.467 76.8 187.733 76.8s145.067-29.867 196.267-81.067 81.067-123.733 81.067-196.267c0-145.067-123.733-268.8-277.333-273.067-89.6 0-179.2 59.733-234.667 119.467-8.533-8.533-17.067-17.067-21.333-21.333-98.133-98.133-213.333-93.867-213.333-93.867zM563.2 290.134c46.933-55.467 128-102.4 192-102.4 119.467 0 213.333 93.867 213.333 209.067s-93.867 209.067-217.6 213.333c-55.467 0-106.667-21.333-145.067-55.467l-25.6-25.6c-34.133-38.4-55.467-68.267-76.8-93.867-8.533-8.533-12.8-17.067-21.333-25.6l-12.8-12.8c-21.333-25.6-89.6-106.667-89.6-106.667-34.133-34.133-68.267-42.667-106.667-42.667-98.133 0-140.8 89.6-140.8 149.333s51.2 145.067 132.267 145.067 85.333-17.067 115.2-42.667l46.933 55.467c-46.933 42.667-98.133 64-162.133 64s-115.2-25.6-149.333-76.8c-34.133-38.4-51.2-89.6-51.2-145.067s17.067-102.4 55.467-145.067c38.4-46.933 93.867-72.533 157.867-72.533s123.733 25.6 170.667 76.8c38.4 42.667 128 153.6 166.4 200.533 38.4 51.2 76.8 89.6 140.8 85.333s76.8-17.067 106.667-42.667c29.867-29.867 46.933-59.733 42.667-102.4 0-76.8-72.533-149.333-149.333-149.333s-145.067 85.333-149.333 93.867zM669.867 435.2c-12.8-29.867-4.267-55.467 8.533-76.8s55.467-38.4 81.067-38.4 42.667 8.533 59.733 25.6c12.8 17.067 25.6 42.667 21.333 64-8.533 42.667-29.867 76.8-85.333 76.8s-85.333-51.2-85.333-51.2z" />
162
165
  <glyph unicode="movie" glyph-name="movie" data-tags="movie" d="M878.933 896h-733.867c-55.467 0-102.4-46.933-102.4-102.4v-738.133c0-51.2 46.933-98.133 102.4-98.133h738.133c55.467 0 102.4 46.933 102.4 102.4v733.867c-4.267 55.467-51.2 102.4-106.667 102.4zM913.067 793.6v-132.267h-256l72.533 166.4h149.333c21.333 0 34.133-12.8 34.133-34.133zM661.333 827.734l-72.533-166.4h-230.4l72.533 166.4c0 0 230.4 0 230.4 0zM145.067 827.734h213.333l-72.533-166.4h-174.933v132.267c0 21.333 12.8 34.133 34.133 34.133zM913.067 59.734c0-21.333-12.8-34.133-34.133-34.133h-733.867c-21.333 0-34.133 12.8-34.133 34.133v533.333h806.4v-533.333h-4.267zM686.933 366.934l-226.133 128c-8.533 4.267-17.067 4.267-21.333 4.267-34.133 8.533-59.733-21.333-59.733-55.467v-268.8c0-8.533 0-12.8 8.533-21.333 12.8-25.6 46.933-46.933 72.533-34.133l226.133 132.267c8.533 8.533 12.8 12.8 21.333 21.333 12.8 38.4 4.267 81.067-21.333 93.867zM443.733 204.8v221.867l187.733-106.667-187.733-115.2z" />
163
166
  <glyph unicode="more_vert" glyph-name="more_vert" data-tags="more_vert" d="M597.333 810.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM597.333 426.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM597.333 42.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333z" />
164
167
  <glyph unicode="more_circle" glyph-name="more_circle" data-tags="more_circle" d="M512-42.666c-119.467 0-243.2 42.667-332.8 136.533-183.467 183.467-183.467 482.133 0 665.6 89.6 89.6 209.067 136.533 332.8 136.533v0c123.733 0 243.2-46.933 332.8-136.533v0c89.6-89.6 136.533-209.067 136.533-328.533s-46.933-243.2-136.533-328.533c-89.6-102.4-213.333-145.067-332.8-145.067zM512 832v0c-106.667 0-209.067-42.667-290.133-119.467-153.6-157.867-153.6-413.867 0-571.733 157.867-157.867 418.133-157.867 571.733 0 76.8 76.8 119.467 174.933 119.467 285.867 0 106.667-38.4 209.067-119.467 285.867v0 0c-72.533 72.533-174.933 119.467-281.6 119.467zM563.2 456.534c17.067-17.067 17.067-46.933 0-64s-46.933-17.067-68.267 0c-17.067 17.067-17.067 46.933 0 64 21.333 17.067 46.933 17.067 68.267 0v0zM738.133 456.534c17.067-17.067 17.067-46.933 0-64s-46.933-17.067-68.267 0-17.067 46.933 0 64c25.6 17.067 51.2 17.067 68.267 0v0zM384 456.534c17.067-17.067 17.067-46.933 0-64s-46.933-17.067-68.267 0c-17.067 17.067-17.067 46.933 0 64 25.6 17.067 51.2 17.067 68.267 0v0z" />
165
168
  <glyph unicode="menu" glyph-name="menu" data-tags="menu" d="M896 665.6h-768c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h768c25.6 0 42.667-17.067 42.667-42.667v0c0-21.333-17.067-42.667-42.667-42.667zM896 384h-768c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h768c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM896 102.4h-768c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h768c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667z" />
169
+ <glyph unicode="magic_wand" glyph-name="magic_wand" data-tags="magic_wand" d="M964.267 456.534l-102.4 136.533 55.467 162.133c8.533 21.333 0 46.933-12.8 64-17.067 17.067-42.667 21.333-64 12.8l-162.133-55.467-136.533 102.4c-17.067 12.8-42.667 17.067-64 4.267-21.333-8.533-34.133-29.867-34.133-55.467v-170.667c0 0-136.533-98.133-136.533-98.133-17.067-12.8-29.867-34.133-25.6-59.733 0-12.8 8.533-25.6 17.067-34.133s17.067-12.8 25.6-17.067l119.467-38.4-384-366.933c-17.067-17.067-17.067-42.667 0-59.733s21.333-12.8 29.867-12.8 21.333 0 29.867 12.8l375.467 375.467 38.4-102.4c0-8.533 8.533-17.067 17.067-25.6s21.333-17.067 34.133-17.067c0 0 8.533 0 8.533 0 21.333 0 38.4 8.533 51.2 25.6l98.133 123.733h170.667c21.333 0 42.667 8.533 55.467 29.867 8.533 21.333 8.533 46.933-4.267 64zM721.067 448c-12.8 0-25.6-8.533-34.133-17.067l-85.333-119.467-42.667 136.533c0 12.8-12.8 25.6-29.867 29.867l-140.8 42.667 119.467 85.333c12.8 8.533 17.067 21.333 17.067 34.133v145.067s115.2-85.333 115.2-85.333c12.8-8.533 25.6-8.533 38.4-4.267l136.533 46.933-46.933-136.533c-4.267-12.8 0-29.867 4.267-38.4l85.333-115.2h-145.067z" />
166
170
  <glyph unicode="list" glyph-name="list" data-tags="list" d="M934.4 384h-597.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM170.667 384h-85.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM934.4 682.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM170.667 682.667h-85.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM934.4 85.334h-597.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM170.667 85.334h-85.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667z" />
167
171
  <glyph unicode="linkedin" glyph-name="linkedin" data-tags="linkedin" d="M366.72 230.998c-25.6 0-42.667 17.067-42.667 42.667v213.333c0 25.6 17.067 42.667 42.667 42.667s42.667-17.067 42.667-42.667v-213.333c4.267-17.067-17.067-42.667-42.667-42.667zM507.52 230.998c-25.6 0-42.667 17.067-42.667 42.667v128c0 72.533 59.733 132.267 132.267 132.267v0c72.533 0 132.267-59.733 132.267-132.267v-128c0-25.6-17.067-42.667-42.667-42.667s-42.667 17.067-42.667 42.667v128c0 25.6-21.333 42.667-42.667 42.667v0c-25.6 0-42.667-21.333-42.667-42.667v-128c-4.267-17.067-25.6-42.667-51.2-42.667zM366.72 559.531c-29.867 0-55.467 21.333-55.467 51.2 0 17.067 8.533 29.867 17.067 38.4 4.267 8.533 8.533 8.533 12.8 12.8 8.533 4.267 12.8 4.267 21.333 4.267 25.6 0 51.2-21.333 51.2-51.2s-17.067-55.467-46.933-55.467v0zM511.787-42.069c-123.733 0-238.933 42.667-332.8 136.533-183.467 183.467-183.467 482.133 0 665.6s482.133 183.467 665.6 0v0 0c89.6-89.6 136.533-209.067 136.533-332.8s-46.933-243.2-140.8-332.8c-85.333-89.6-209.067-136.533-328.533-136.533zM511.787 832.598c-106.667 0-204.8-38.4-285.867-119.467-153.6-157.867-153.6-413.867 4.267-571.733s413.867-157.867 571.733 0c76.8 72.533 119.467 179.2 119.467 285.867 0 110.933-42.667 209.067-119.467 285.867v0 0c-81.067 81.067-183.467 119.467-290.133 119.467z" />
168
172
  <glyph unicode="link" glyph-name="link" data-tags="link" d="M729.6 678.4h-119.467c-128 0-230.4-102.4-230.4-230.4 0-21.333 17.067-34.133 34.133-34.133 21.333 0 34.133 17.067 34.133 34.133 0 85.333 68.267 157.867 157.867 157.867h119.467c98.133 0 179.2-81.067 179.2-179.2s-81.067-179.2-179.2-179.2h-25.6c-21.333 0-34.133-17.067-34.133-34.133 0-21.333 17.067-34.133 34.133-34.133h25.6c140.8 0 251.733 115.2 251.733 251.733 4.267 136.533-110.933 247.467-247.467 247.467zM610.133 439.467c-21.333 0-34.133-17.067-34.133-34.133 0-85.333-68.267-157.867-157.867-157.867h-119.467c-98.133 0-179.2 81.067-179.2 179.2s81.067 179.2 179.2 179.2h25.6c21.333 0 34.133 17.067 34.133 34.133 0 21.333-17.067 34.133-34.133 34.133h-25.6c-140.8 4.267-256-106.667-256-247.467s115.2-251.733 251.733-251.733h119.467c128 0 230.4 102.4 230.4 230.4 0 17.067-17.067 34.133-34.133 34.133z" />
Binary file
Binary file
Binary file
@@ -1,11 +1,11 @@
1
1
  @font-face {
2
2
  font-family: 'community-icons';
3
- src: url('./community/icons.eot?bf7hns');
4
- src: url('./community/icons.eot?bf7hns#iefix') format('embedded-opentype'),
5
- url('./community/icons.woff2?bf7hns') format('woff2'),
6
- url('./community/icons.ttf?bf7hns') format('truetype'),
7
- url('./community/icons.woff?bf7hns') format('woff'),
8
- url('./community/icons.svg?bf7hns#community') format('svg');
3
+ src: url('./community/icons.eot?nahfha');
4
+ src: url('./community/icons.eot?nahfha#iefix') format('embedded-opentype'),
5
+ url('./community/icons.woff2?nahfha') format('woff2'),
6
+ url('./community/icons.ttf?nahfha') format('truetype'),
7
+ url('./community/icons.woff?nahfha') format('woff'),
8
+ url('./community/icons.svg?nahfha#community-icons') format('svg');
9
9
  font-weight: normal;
10
10
  font-style: normal;
11
11
  font-display: block;
@@ -36,6 +36,12 @@
36
36
  -moz-osx-font-smoothing: grayscale;
37
37
  }
38
38
 
39
+ .icon-my_community:before {
40
+ content: "\e967";
41
+ }
42
+ .icon-magic_wand:before {
43
+ content: "\e968";
44
+ }
39
45
  .icon-private:before {
40
46
  content: "\e966";
41
47
  }
@@ -344,4 +350,4 @@
344
350
  }
345
351
  .icon-zoom_out:before {
346
352
  content: "\e961";
347
- }
353
+ }
@@ -1231,6 +1231,7 @@ declare const theme: {
1231
1231
  };
1232
1232
  };
1233
1233
  layerCategoryRoot: ({ theme }: any) => {};
1234
+ layerGroupRoot: ({ theme }: any) => {};
1234
1235
  layerCloseRoot: ({ theme }: any) => {
1235
1236
  '& .SCComposer-layer-content': {
1236
1237
  '& .MuiTypography-root': {
@@ -1780,6 +1781,30 @@ declare const theme: {
1780
1781
  fontWeight: any;
1781
1782
  };
1782
1783
  };
1784
+ '& .SCFeedObject-group': {
1785
+ [x: number]: {
1786
+ right: string;
1787
+ };
1788
+ position: string;
1789
+ right: string;
1790
+ transform: string;
1791
+ };
1792
+ };
1793
+ '& .SCFeedObject-group': {
1794
+ justifyContent: string;
1795
+ padding: any;
1796
+ '& a': {
1797
+ padding: any;
1798
+ marginBottom: any;
1799
+ color: any;
1800
+ '&:hover': {
1801
+ backgroundColor: any;
1802
+ };
1803
+ '& span': {
1804
+ color: any;
1805
+ textTransform: string;
1806
+ };
1807
+ };
1783
1808
  };
1784
1809
  '& .SCFeedObject-content': {
1785
1810
  padding: any;
@@ -1841,6 +1866,19 @@ declare const theme: {
1841
1866
  '& .SCFeedObject-category': {
1842
1867
  borderBottom: string;
1843
1868
  margin: any;
1869
+ '& .SCFeedObject-group': {
1870
+ borderBottom: string;
1871
+ margin: any;
1872
+ '& .MuiChip-icon': {
1873
+ marginLeft: any;
1874
+ marginRight: any;
1875
+ fontWeight: any;
1876
+ };
1877
+ };
1878
+ };
1879
+ '& .SCFeedObject-group': {
1880
+ borderBottom: string;
1881
+ margin: any;
1844
1882
  };
1845
1883
  '& .SCFeedObject-header': {
1846
1884
  '& .MuiCardHeader-avatar': {
@@ -3247,7 +3285,7 @@ declare const theme: {
3247
3285
  marginRight: any;
3248
3286
  '& img': {
3249
3287
  verticalAlign: string;
3250
- maxHeight: any;
3288
+ maxHeight: number;
3251
3289
  };
3252
3290
  };
3253
3291
  '& .SCNavigationToolbar-navigation': {
@@ -4664,6 +4702,17 @@ declare const theme: {
4664
4702
  };
4665
4703
  };
4666
4704
  };
4705
+ '& .SCPrivateMessageThread-item': {
4706
+ display: string;
4707
+ marginBottom: any;
4708
+ '& .SCPrivateMessageThread-avatar': {
4709
+ marginRight: any;
4710
+ '& img': {
4711
+ height: any;
4712
+ width: any;
4713
+ };
4714
+ };
4715
+ };
4667
4716
  };
4668
4717
  '& .SCPrivateMessageThread-empty-message': {
4669
4718
  height: string;
@@ -5553,6 +5602,7 @@ declare const theme: {
5553
5602
  boxShadow: string;
5554
5603
  };
5555
5604
  '& .SCGroupHeader-info': {
5605
+ marginTop: number;
5556
5606
  display: string;
5557
5607
  flexDirection: string;
5558
5608
  justifyContent: string;
@@ -5579,6 +5629,13 @@ declare const theme: {
5579
5629
  gap: any;
5580
5630
  };
5581
5631
  };
5632
+ '& .SCEditGroupButton-root': {
5633
+ marginLeft: string;
5634
+ marginTop: any;
5635
+ };
5636
+ '& .SCGroupSubscribeButton-root': {
5637
+ marginTop: any;
5638
+ };
5582
5639
  };
5583
5640
  '& .SCGroupHeader-avatar': {
5584
5641
  top: number;
@@ -5602,7 +5659,6 @@ declare const theme: {
5602
5659
  display: string;
5603
5660
  };
5604
5661
  '& .SCGroupHeader-name': {
5605
- marginTop: number;
5606
5662
  marginBottom: any;
5607
5663
  fontWeight: any;
5608
5664
  fontSize: string;
@@ -5632,23 +5688,12 @@ declare const theme: {
5632
5688
  border: string;
5633
5689
  };
5634
5690
  };
5635
- '& .SCGroupHeader-section': {
5691
+ '& .SCGroupHeader-info': {
5636
5692
  display: string;
5637
5693
  justifyContent: string;
5638
- '& .SCGroupHeader-name': {
5639
- marginTop: number;
5640
- textAlign: string;
5641
- "& .MuiSkeleton-root": {
5642
- justifyContent: string;
5643
- };
5644
- };
5645
- '& .SCGroupHeader-actions': {
5646
- [x: number]: {
5647
- margin: any;
5648
- };
5649
- height: string;
5650
- marginTop: any;
5651
- };
5694
+ flexDirection: string;
5695
+ alignItems: string;
5696
+ marginTop: number;
5652
5697
  };
5653
5698
  };
5654
5699
  };
@@ -5693,20 +5738,23 @@ declare const theme: {
5693
5738
  SCCreateGroupButton: {
5694
5739
  styleOverrides: {
5695
5740
  root: ({ theme }: any) => {
5696
- '& .MuiIcon-root': {
5697
- fontSize: string;
5741
+ '& .MuiButton-startIcon': {
5742
+ marginRight: any;
5743
+ '& .MuiIcon-root': {
5744
+ fontSize: string;
5745
+ };
5698
5746
  };
5699
5747
  };
5700
5748
  };
5701
5749
  };
5702
- SCCreateGroup: {
5750
+ SCGroupForm: {
5703
5751
  styleOverrides: {
5704
5752
  root: ({ theme }: any) => {
5705
- '& .SCCreateGroup-cover': {
5753
+ '& .SCGroupForm-cover': {
5706
5754
  position: string;
5707
5755
  height: number;
5708
5756
  minHeight: number;
5709
- '& .SCCreateGroup-avatar': {
5757
+ '& .SCGroupForm-avatar': {
5710
5758
  top: number;
5711
5759
  display: string;
5712
5760
  position: string;
@@ -5737,11 +5785,14 @@ declare const theme: {
5737
5785
  bottom: any;
5738
5786
  };
5739
5787
  };
5740
- '& .SCCreateGroup-header': {
5788
+ '& .SCGroupForm-header': {
5741
5789
  marginTop: any;
5742
5790
  color: any;
5743
5791
  };
5744
- '& .SCCreateGroup-switch': {
5792
+ '& .SCGroupForm-error': {
5793
+ color: any;
5794
+ };
5795
+ '& .SCGroupForm-switch': {
5745
5796
  '& .MuiButtonBase-root': {
5746
5797
  '&.Mui-checked': {
5747
5798
  color: any;
@@ -5751,30 +5802,30 @@ declare const theme: {
5751
5802
  };
5752
5803
  };
5753
5804
  };
5754
- '& .SCCreateGroup-switch-label': {
5805
+ '& .SCGroupForm-switch-label': {
5755
5806
  fontWeight: any;
5756
5807
  display: string;
5757
5808
  alignItems: string;
5758
5809
  justifyContent: string;
5759
5810
  gap: any;
5760
5811
  };
5761
- '& .SCCreateGroup-active': {
5812
+ '& .SCGroupForm-active': {
5762
5813
  color: any;
5763
5814
  };
5764
- '& .SCCreateGroup-privacy-section': {
5815
+ '& .SCGroupForm-privacy-section': {
5765
5816
  marginTop: any;
5766
- '& .SCCreateGroup-privacy-section-info': {
5817
+ '& .SCGroupForm-privacy-section-info': {
5767
5818
  marginBottom: any;
5768
5819
  };
5769
5820
  };
5770
- '& .SCCreateGroup-visibility-section-info': {
5821
+ '& .SCGroupForm-visibility-section-info': {
5771
5822
  marginTop: any;
5772
5823
  };
5773
5824
  '& .MuiDivider-root': {
5774
5825
  marginTop: any;
5775
5826
  border: string;
5776
5827
  };
5777
- '& .SCCreateGroup-invite-section': {
5828
+ '& .SCGroupForm-invite-section': {
5778
5829
  marginTop: any;
5779
5830
  display: string;
5780
5831
  justifyContent: string;
@@ -5786,8 +5837,11 @@ declare const theme: {
5786
5837
  SCGroupInviteButton: {
5787
5838
  styleOverrides: {
5788
5839
  root: ({ theme }: any) => {
5789
- '& .MuiIcon-root': {
5790
- fontSize: string;
5840
+ '& .MuiButton-startIcon': {
5841
+ marginRight: any;
5842
+ '& .MuiIcon-root': {
5843
+ fontSize: string;
5844
+ };
5791
5845
  };
5792
5846
  };
5793
5847
  dialogRoot: ({ theme }: any) => {
@@ -5903,6 +5957,9 @@ declare const theme: {
5903
5957
  '& .SCCategoryTemplate-feed': {
5904
5958
  marginTop: any;
5905
5959
  };
5960
+ '& .SCGroupInfoWidget-root': {
5961
+ marginTop: any;
5962
+ };
5906
5963
  };
5907
5964
  skeletonRoot: ({ theme }: any) => {
5908
5965
  [x: number]: {
@@ -5916,35 +5973,6 @@ declare const theme: {
5916
5973
  styleOverrides: {
5917
5974
  root: ({ theme }: any) => {
5918
5975
  marginTop: number;
5919
- '& .SCGroupFeedTemplate-feed': {
5920
- marginTop: any;
5921
- };
5922
- '& .SCGroupFeedTemplate-tabs': {
5923
- '& .MuiTabs-flexContainer': {
5924
- borderBottom: string;
5925
- };
5926
- '& .MuiTabs-indicator': {
5927
- display: string;
5928
- justifyContent: string;
5929
- backgroundColor: string;
5930
- };
5931
- '& .MuiTabs-indicatorSpan': {
5932
- maxWidth: string;
5933
- width: string;
5934
- backgroundColor: any;
5935
- };
5936
- };
5937
- '& .SCGroupFeedTemplate-tab-content': {
5938
- '& .SCGroupFeedTemplate-members': {
5939
- display: string;
5940
- flexDirection: string;
5941
- gap: any;
5942
- };
5943
- };
5944
- };
5945
- tabRoot: ({ theme }: any) => {
5946
- textTransform: string;
5947
- fontWeight: any;
5948
5976
  };
5949
5977
  skeletonRoot: ({ theme }: any) => {
5950
5978
  [x: number]: {
@@ -5957,8 +5985,8 @@ declare const theme: {
5957
5985
  SCGroupMembersWidget: {
5958
5986
  styleOverrides: {
5959
5987
  root: ({ theme }: any) => {
5960
- '& .SCGroupMembersWidget-button': {
5961
- marginTop: any;
5988
+ '& .SCGroupMembersWidget-actions': {
5989
+ margin: any;
5962
5990
  };
5963
5991
  };
5964
5992
  skeletonRoot: ({ theme }: any) => {};
@@ -5973,9 +6001,78 @@ declare const theme: {
5973
6001
  };
5974
6002
  };
5975
6003
  SCGroups: {
6004
+ styleOverrides: {
6005
+ root: ({ theme }: any) => {
6006
+ '& .SCGroups-groups': {
6007
+ marginTop: any;
6008
+ '& .SCGroups-item': {
6009
+ padding: any;
6010
+ width: string;
6011
+ '& > div': {
6012
+ cursor: string;
6013
+ padding: any;
6014
+ };
6015
+ };
6016
+ };
6017
+ '& .SCGroups-no-results': {
6018
+ display: string;
6019
+ flexDirection: string;
6020
+ justifyContent: string;
6021
+ alignItems: string;
6022
+ '& h4': {
6023
+ fontWeight: any;
6024
+ fontSize: any;
6025
+ };
6026
+ '& .MuiTypography-body1': {
6027
+ fontWeight: any;
6028
+ fontSize: any;
6029
+ };
6030
+ };
6031
+ };
6032
+ skeletonRoot: ({ theme }: any) => {
6033
+ '& .SCGroups-groups': {
6034
+ marginTop: any;
6035
+ '& .SCGroup-skeleton-root': {
6036
+ padding: any;
6037
+ width: string;
6038
+ };
6039
+ };
6040
+ };
6041
+ };
6042
+ };
6043
+ SCEditGroupButton: {
6044
+ styleOverrides: {
6045
+ root: ({ theme }: any) => {
6046
+ '& .MuiButton-startIcon': {
6047
+ marginRight: any;
6048
+ '& .MuiIcon-root': {
6049
+ fontSize: string;
6050
+ };
6051
+ };
6052
+ };
6053
+ };
6054
+ };
6055
+ SCGroupAutocomplete: {
5976
6056
  styleOverrides: {
5977
6057
  root: ({ theme }: any) => {};
5978
- skeletonRoot: ({ theme }: any) => {};
6058
+ };
6059
+ };
6060
+ SCGroupSettingsIconButton: {
6061
+ styleOverrides: {
6062
+ root: ({ theme }: any) => {};
6063
+ menuRoot: ({ theme }: any) => {
6064
+ '& .SCGroupSettingsIconButton-paper': {
6065
+ maxWidth: number;
6066
+ padding: any;
6067
+ };
6068
+ };
6069
+ drawerRoot: ({ theme }: any) => {
6070
+ '& .MuiList-root': {
6071
+ '& a': {
6072
+ color: string;
6073
+ };
6074
+ };
6075
+ };
5979
6076
  };
5980
6077
  };
5981
6078
  };
package/lib/esm/index.js CHANGED
@@ -121,7 +121,7 @@ import SCChangeGroupCoverButton from './components/SCChangeGroupCoverButton';
121
121
  import SCChangeGroupPictureButton from './components/SCChangeGroupPictureButton';
122
122
  import SCGroupMembersButton from './components/SCGroupMembersButton';
123
123
  import SCCreateGroupButton from './components/SCCreateGroupButton';
124
- import SCCreateGroup from './components/SCCreateGroup';
124
+ import SCGroupForm from './components/SCGroupForm';
125
125
  import SCGroupInviteButton from './components/SCGroupInviteButton';
126
126
  import SCGroupInfoWidget from './components/SCGroupInfoWidget';
127
127
  import SCGroup from './components/SCGroup';
@@ -130,6 +130,9 @@ import SCGroupFeedTemplate from './components/SCGroupFeedTemplate';
130
130
  import SCGroupMembersWidget from './components/SCGroupMembersWidget';
131
131
  import SCGroupRequestsWidget from './components/SCGroupRequestsWidget';
132
132
  import SCGroups from './components/SCGroups';
133
+ import SCEditGroupButton from './components/SCEditGroupButton';
134
+ import SCGroupAutocomplete from './components/SCGroupAutocomplete';
135
+ import SCGroupSettingsIconButton from './components/SCGroupSettingsIconButton';
133
136
  /**
134
137
  * Style fragments - Imports - End
135
138
  */
@@ -315,7 +318,7 @@ const theme = {
315
318
  SCChangeGroupPictureButton,
316
319
  SCGroupMembersButton,
317
320
  SCCreateGroupButton,
318
- SCCreateGroup,
321
+ SCGroupForm,
319
322
  SCGroupInviteButton,
320
323
  SCGroupInfoWidget,
321
324
  SCGroup,
@@ -323,7 +326,10 @@ const theme = {
323
326
  SCGroupFeedTemplate,
324
327
  SCGroupMembersWidget,
325
328
  SCGroupRequestsWidget,
326
- SCGroups
329
+ SCGroups,
330
+ SCEditGroupButton,
331
+ SCGroupAutocomplete,
332
+ SCGroupSettingsIconButton
327
333
  },
328
334
  selfcommunity: {
329
335
  user: {
@@ -346,7 +352,7 @@ const theme = {
346
352
  sizeSmall: 40,
347
353
  sizeMedium: 60,
348
354
  sizeLarge: 90,
349
- sizeXLarge: 120
355
+ sizeXLarge: 205
350
356
  }
351
357
  }
352
358
  }
Binary file
@@ -126,7 +126,9 @@
126
126
  <glyph unicode="&#xe964;" glyph-name="photo_file" data-tags="photo_file" d="M849.067 797.867h-209.067c-4.267 0-8.533 4.267-8.533 4.267l-34.133 51.2c-17.067 21.333-42.667 38.4-68.267 38.4h-145.067c-72.533 0-128-59.733-128-128v-89.6h-64c-76.8 0-145.067-59.733-145.067-132.267v-405.333c0-72.533 64-132.267 145.067-132.267h520.533c76.8 0 145.067 59.733 145.067 132.267v76.8c68.267 4.267 123.733 59.733 123.733 128v324.267c-4.267 72.533-64 132.267-132.267 132.267zM712.533 72.534h-520.533c-38.4 0-64 25.6-64 59.733v409.6c0 34.133 29.867 59.733 64 59.733h64v-260.267c0-72.533 59.733-128 128-128h396.8v-81.067c0-34.133-29.867-59.733-68.267-59.733zM904.533 341.334c0-34.133-25.6-59.733-59.733-59.733h-460.8c-17.067 0-34.133 8.533-42.667 21.333l132.267 145.067c4.267 4.267 8.533 4.267 12.8 0l51.2-55.467c12.8-12.8 29.867-12.8 38.4 0l166.4 187.733c4.267 4.267 8.533 4.267 12.8 0l153.6-166.4v-72.533zM904.533 503.467l-106.667 115.2c-25.6 29.867-68.267 29.867-93.867 0l-149.333-162.133-34.133 38.4c-25.6 29.867-68.267 29.867-93.867 0l-106.667-119.467v388.267c0 34.133 25.6 59.733 59.733 59.733h145.067c4.267 0 8.533 0 8.533-4.267l38.4-55.467c21.333-21.333 46.933-38.4 68.267-38.4h209.067c34.133 0 59.733-25.6 59.733-59.733v-162.133zM512 640c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667z" />
127
127
  <glyph unicode="&#xe965;" glyph-name="groups" data-tags="group" d="M686.933 640c0-93.867-76.8-170.667-170.667-170.667s-170.667 76.8-170.667 170.667 76.8 170.667 170.667 170.667 170.667-76.8 170.667-170.667zM516.267 742.4c-59.733 0-102.4-46.933-102.4-102.4s46.933-102.4 102.4-102.4 102.4 46.933 102.4 102.4-46.933 102.4-102.4 102.4zM298.667 520.534c0-68.267-55.467-128-128-128s-128 55.467-128 128 55.467 128 128 128 128-59.733 128-128zM170.667 597.334c-42.667 0-76.8-34.133-76.8-76.8s34.133-76.8 76.8-76.8 76.8 34.133 76.8 76.8-34.133 76.8-76.8 76.8zM981.333 520.534c0-68.267-55.467-128-128-128-68.267 0-128 55.467-128 128s55.467 128 128 128c68.267 0 128-59.733 128-128zM853.333 597.334c-42.667 0-76.8-34.133-76.8-76.8s34.133-76.8 76.8-76.8c42.667 0 76.8 34.133 76.8 76.8s-34.133 76.8-76.8 76.8zM610.133 375.467h-183.467c-93.867 0-174.933-76.8-174.933-174.933v-123.733c0-12.8 8.533-29.867 29.867-29.867 12.8 0 29.867 8.533 29.867 29.867v123.733c0 64 55.467 115.2 115.2 115.2h183.467c64 0 115.2-55.467 115.2-115.2v-123.733c0-12.8 8.533-29.867 29.867-29.867 12.8 0 29.867 8.533 29.867 29.867v123.733c0 93.867-81.067 174.933-174.933 174.933zM998.4 42.667c-17.067 0-34.133 12.8-34.133 34.133v98.133c0 42.667-34.133 76.8-76.8 76.8h-34.133c-17.067 0-34.133 12.8-34.133 34.133s12.8 34.133 34.133 34.133h34.133c76.8 0 140.8-64 140.8-140.8v-110.933c-4.267-12.8-12.8-21.333-29.867-25.6v0zM34.133 42.667c-17.067 0-34.133 12.8-34.133 34.133v98.133c0 76.8 59.733 140.8 140.8 140.8h34.133c21.333 0 34.133-17.067 34.133-34.133s-12.8-34.133-34.133-34.133h-29.867c-42.667 0-76.8-34.133-76.8-72.533v-98.133c0-21.333-17.067-34.133-34.133-34.133v0z" />
128
128
  <glyph unicode="&#xe966;" glyph-name="private" data-tags="private" d="M768 42.667v469.333h-512v-469.333h512zM384 686.934v-89.6h256v89.6c0 76.8-59.733 136.533-128 136.533s-128-59.733-128-136.533v0zM768 597.334c46.933 0 85.333-38.4 85.333-89.6v-460.8c0-51.2-38.4-89.6-85.333-89.6h-512c-46.933 0-85.333 42.667-85.333 89.6v460.8c0 46.933 38.4 89.6 85.333 89.6h42.667v89.6c0 123.733 93.867 221.867 213.333 221.867s213.333-98.133 213.333-221.867v-89.6h42.667zM516.267 183.467c-42.667 0-81.067 42.667-81.067 89.6s38.4 89.6 81.067 89.6 81.067-42.667 81.067-89.6-38.4-89.6-81.067-89.6v0z" />
129
- <glyph unicode="" glyph-name="private" data-tags="private" d="M768 42.667v469.333h-512v-469.333h512zM384 686.934v-89.6h256v89.6c0 76.8-59.733 136.533-128 136.533s-128-59.733-128-136.533v0zM768 597.334c46.933 0 85.333-38.4 85.333-89.6v-460.8c0-51.2-38.4-89.6-85.333-89.6h-512c-46.933 0-85.333 42.667-85.333 89.6v460.8c0 46.933 38.4 89.6 85.333 89.6h42.667v89.6c0 123.733 93.867 221.867 213.333 221.867s213.333-98.133 213.333-221.867v-89.6h42.667zM516.267 183.467c-42.667 0-81.067 42.667-81.067 89.6s38.4 89.6 81.067 89.6 81.067-42.667 81.067-89.6-38.4-89.6-81.067-89.6v0z" />
129
+ <glyph unicode="&#xe967;" glyph-name="my_community" data-tags="my_community" d="M281.6 140.8v0c-76.8 0-140.8 34.133-192 89.6-42.667 46.933-68.267 110.933-68.267 174.933s21.333 123.733 64 174.933c46.933 55.467 115.2 85.333 183.467 85.333s153.6-12.8 217.6-89.6v-21.333l-85.333-102.4h-29.867c-25.6 34.133-64 51.2-106.667 51.2s-85.333-55.467-85.333-98.133 34.133-102.4 98.133-102.4 55.467 8.533 76.8 29.867l17.067 17.067c34.133 34.133 55.467 59.733 81.067 93.867s51.2 68.267 98.133 119.467c8.533 8.533 17.067 21.333 25.6 29.867 46.933 42.667 110.933 72.533 174.933 72.533v0c145.067 0 264.533-119.467 260.267-260.267 0-140.8-119.467-256-260.267-260.267-93.867 0-183.467 64-234.667 128-12.8-17.067-25.6-29.867-34.133-38.4-106.667-102.4-200.533-93.867-200.533-93.867zM546.133 290.134c46.933-64 136.533-115.2 209.067-115.2 128 0 230.4 102.4 230.4 226.133s-102.4 226.133-230.4 230.4c-59.733 0-115.2-21.333-153.6-59.733l-25.6-25.6c-46.933-51.2-72.533-89.6-98.133-119.467s-46.933-59.733-81.067-98.133l-21.333-21.333c-29.867-25.6-64-38.4-98.133-38.4-85.333 0-128 76.8-128 132.267s38.4 128 119.467 128 89.6-21.333 119.467-51.2l68.267 81.067c-51.2 55.467-110.933 68.267-183.467 68.267s-123.733-29.867-157.867-72.533c-38.4-42.667-55.467-98.133-55.467-153.6s21.333-110.933 59.733-153.6c42.667-46.933 102.4-76.8 166.4-76.8v0c72.533 0 136.533 29.867 179.2 81.067 55.467 55.467 157.867 192 166.4 200.533v0c29.867 55.467 72.533 81.067 128 81.067s136.533-59.733 132.267-132.267c0-68.267-59.733-128-132.267-128s-93.867 21.333-123.733 55.467c-8.533 12.8-17.067 34.133-21.333 55.467l-72.533-93.867zM652.8 439.467c-12.8-38.4-8.533-68.267 8.533-93.867 21.333-29.867 64-42.667 93.867-42.667 55.467 0 102.4 42.667 98.133 98.133 0 55.467-42.667 102.4-102.4 102.4s-64-8.533-98.133-59.733v0zM281.6 128c-76.8 0-149.333 34.133-204.8 93.867-46.933 51.2-72.533 119.467-72.533 183.467s25.6 132.267 68.267 183.467c46.933 59.733 119.467 89.6 196.267 89.6s162.133-12.8 230.4-93.867c8.533-8.533 8.533-21.333 0-38.4l-98.133-110.933c-17.067-8.533-29.867-8.533-42.667 0-25.6 29.867-59.733 46.933-93.867 46.933s-72.533-34.133-68.267-81.067 29.867-89.6 81.067-89.6 51.2 8.533 68.267 25.6c0 0 183.467 217.6 217.6 260.267 51.2 46.933 119.467 76.8 187.733 76.8s145.067-29.867 196.267-81.067 81.067-123.733 81.067-196.267c0-145.067-123.733-268.8-277.333-273.067-89.6 0-179.2 59.733-234.667 119.467-8.533-8.533-17.067-17.067-21.333-21.333-98.133-98.133-213.333-93.867-213.333-93.867zM563.2 290.134c46.933-55.467 128-102.4 192-102.4 119.467 0 213.333 93.867 213.333 209.067s-93.867 209.067-217.6 213.333c-55.467 0-106.667-21.333-145.067-55.467l-25.6-25.6c-34.133-38.4-55.467-68.267-76.8-93.867-8.533-8.533-12.8-17.067-21.333-25.6l-12.8-12.8c-21.333-25.6-89.6-106.667-89.6-106.667-34.133-34.133-68.267-42.667-106.667-42.667-98.133 0-140.8 89.6-140.8 149.333s51.2 145.067 132.267 145.067 85.333-17.067 115.2-42.667l46.933 55.467c-46.933 42.667-98.133 64-162.133 64s-115.2-25.6-149.333-76.8c-34.133-38.4-51.2-89.6-51.2-145.067s17.067-102.4 55.467-145.067c38.4-46.933 93.867-72.533 157.867-72.533s123.733 25.6 170.667 76.8c38.4 42.667 128 153.6 166.4 200.533 38.4 51.2 76.8 89.6 140.8 85.333s76.8-17.067 106.667-42.667c29.867-29.867 46.933-59.733 42.667-102.4 0-76.8-72.533-149.333-149.333-149.333s-145.067 85.333-149.333 93.867zM669.867 435.2c-12.8-29.867-4.267-55.467 8.533-76.8s55.467-38.4 81.067-38.4 42.667 8.533 59.733 25.6c12.8 17.067 25.6 42.667 21.333 64-8.533 42.667-29.867 76.8-85.333 76.8s-85.333-51.2-85.333-51.2z" />
130
+ <glyph unicode="&#xe968;" glyph-name="magic_wand" data-tags="magic_wand" d="M964.267 456.534l-102.4 136.533 55.467 162.133c8.533 21.333 0 46.933-12.8 64-17.067 17.067-42.667 21.333-64 12.8l-162.133-55.467-136.533 102.4c-17.067 12.8-42.667 17.067-64 4.267-21.333-8.533-34.133-29.867-34.133-55.467v-170.667c0 0-136.533-98.133-136.533-98.133-17.067-12.8-29.867-34.133-25.6-59.733 0-12.8 8.533-25.6 17.067-34.133s17.067-12.8 25.6-17.067l119.467-38.4-384-366.933c-17.067-17.067-17.067-42.667 0-59.733s21.333-12.8 29.867-12.8 21.333 0 29.867 12.8l375.467 375.467 38.4-102.4c0-8.533 8.533-17.067 17.067-25.6s21.333-17.067 34.133-17.067c0 0 8.533 0 8.533 0 21.333 0 38.4 8.533 51.2 25.6l98.133 123.733h170.667c21.333 0 42.667 8.533 55.467 29.867 8.533 21.333 8.533 46.933-4.267 64zM721.067 448c-12.8 0-25.6-8.533-34.133-17.067l-85.333-119.467-42.667 136.533c0 12.8-12.8 25.6-29.867 29.867l-140.8 42.667 119.467 85.333c12.8 8.533 17.067 21.333 17.067 34.133v145.067s115.2-85.333 115.2-85.333c12.8-8.533 25.6-8.533 38.4-4.267l136.533 46.933-46.933-136.533c-4.267-12.8 0-29.867 4.267-38.4l85.333-115.2h-145.067z" />
131
+ <glyph unicode="" glyph-name="magic_wand" data-tags="magic_wand" d="M964.267 456.534l-102.4 136.533 55.467 162.133c8.533 21.333 0 46.933-12.8 64-17.067 17.067-42.667 21.333-64 12.8l-162.133-55.467-136.533 102.4c-17.067 12.8-42.667 17.067-64 4.267-21.333-8.533-34.133-29.867-34.133-55.467v-170.667c0 0-136.533-98.133-136.533-98.133-17.067-12.8-29.867-34.133-25.6-59.733 0-12.8 8.533-25.6 17.067-34.133s17.067-12.8 25.6-17.067l119.467-38.4-384-366.933c-17.067-17.067-17.067-42.667 0-59.733s21.333-12.8 29.867-12.8 21.333 0 29.867 12.8l375.467 375.467 38.4-102.4c0-8.533 8.533-17.067 17.067-25.6s21.333-17.067 34.133-17.067c0 0 8.533 0 8.533 0 21.333 0 38.4 8.533 51.2 25.6l98.133 123.733h170.667c21.333 0 42.667 8.533 55.467 29.867 8.533 21.333 8.533 46.933-4.267 64zM721.067 448c-12.8 0-25.6-8.533-34.133-17.067l-85.333-119.467-42.667 136.533c0 12.8-12.8 25.6-29.867 29.867l-140.8 42.667 119.467 85.333c12.8 8.533 17.067 21.333 17.067 34.133v145.067s115.2-85.333 115.2-85.333c12.8-8.533 25.6-8.533 38.4-4.267l136.533 46.933-46.933-136.533c-4.267-12.8 0-29.867 4.267-38.4l85.333-115.2h-145.067z" />
130
132
  <glyph unicode="zoom_out_map" glyph-name="zoom_out_map" data-tags="zoom_out_map" d="M977.067 874.667c-4.267 8.533-8.533 12.8-17.067 17.067-4.267 0-8.533 4.267-12.8 4.267h-192c-17.067 0-38.4-12.8-38.4-38.4s12.8-38.4 38.4-38.4h106.667l-226.133-226.133c-12.8-12.8-12.8-38.4 0-51.2 4.267-4.267 12.8-8.533 25.6-8.533 8.533 0 17.067 4.267 25.6 8.533l217.6 230.4v-102.4c0-17.067 12.8-38.4 38.4-38.4s38.4 12.8 38.4 38.4v192c0 4.267-4.267 8.533-4.267 12.8zM392.533 307.2c-12.8 12.8-38.4 12.8-51.2 0l-226.133-226.133v106.667c0 17.067-12.8 38.4-38.4 38.4s-34.133-21.333-34.133-42.667v-192c0-4.267 0-8.533 4.267-12.8 4.267-8.533 8.533-12.8 17.067-17.067 4.267 0 8.533-4.267 12.8-4.267h192c17.067 0 38.4 12.8 38.4 38.4s-17.067 34.133-38.4 34.133h-102.4l226.133 226.133c12.8 17.067 12.8 38.4 0 51.2zM128 435.2c-17.067 0-38.4 12.8-38.4 38.4v243.2c0 72.533 55.467 128 128 132.267h238.933c17.067 0 38.4-12.8 38.4-38.4s-12.8-38.4-34.133-38.4h-234.667c-34.133 0-64-25.6-55.467-55.467v-243.2c-4.267-17.067-21.333-38.4-42.667-38.4zM797.867-0h-285.867c-17.067 0-38.4 12.8-38.4 38.4s12.8 38.4 38.4 38.4h285.867c34.133 0 55.467 29.867 55.467 64v243.2c0 17.067 12.8 38.4 38.4 38.4s38.4-12.8 38.4-38.4v-243.2c0-76.8-59.733-136.533-132.267-140.8z" />
131
133
  <glyph unicode="zoom_out" glyph-name="zoom_out" data-tags="zoom_out" d="M507.733 580.267h-209.067c-21.333 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h213.333c21.333 0 42.667 17.067 42.667 42.667s-25.6 42.667-46.933 42.667zM968.533 25.6l-285.867 290.133c110.933 136.533 106.667 345.6-25.6 477.867v0c-140.8 136.533-371.2 136.533-507.733 0-68.267-68.267-106.667-157.867-106.667-256s38.4-183.467 106.667-251.733c68.267-68.267 162.133-106.667 256-106.667v0c81.067 0 162.133 25.6 217.6 72.533l290.133-285.867c4.267-4.267 17.067-8.533 25.6-8.533 12.8 0 21.333 4.267 25.6 8.533 21.333 21.333 21.333 42.667 4.267 59.733zM405.333 264.534c-76.8 0-145.067 25.6-196.267 81.067s-81.067 119.467-81.067 192 25.6 145.067 81.067 196.267 128 81.067 196.267 81.067 145.067-25.6 196.267-81.067v0c55.467-51.2 81.067-123.733 81.067-196.267s-25.6-140.8-81.067-196.267c-55.467-55.467-119.467-76.8-196.267-76.8v0z" />
132
134
  <glyph unicode="zoom_in" glyph-name="zoom_in" data-tags="zoom_in" d="M968.533 25.6l-285.867 290.133c110.933 136.533 106.667 345.6-25.6 477.867v0c-140.8 136.533-371.2 136.533-507.733 0-68.267-68.267-106.667-157.867-106.667-256s38.4-183.467 106.667-251.733c68.267-68.267 162.133-106.667 256-106.667v0c81.067 0 162.133 25.6 217.6 72.533l290.133-285.867c4.267-4.267 17.067-8.533 25.6-8.533 12.8 0 21.333 4.267 25.6 8.533 21.333 21.333 21.333 42.667 4.267 59.733zM405.333 264.534c-76.8 0-145.067 25.6-196.267 81.067s-81.067 119.467-81.067 192 25.6 145.067 81.067 196.267 128 81.067 196.267 81.067 145.067-25.6 196.267-81.067v0c55.467-51.2 81.067-123.733 81.067-196.267s-25.6-140.8-81.067-196.267c-55.467-55.467-119.467-76.8-196.267-76.8v0zM512 576h-64v68.267c0 21.333-17.067 42.667-42.667 42.667s-42.667-21.333-42.667-42.667v-64h-59.733c-21.333 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h64v-64c0-21.333 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v64h59.733c21.333 0 42.667 17.067 42.667 42.667 0 29.867-21.333 38.4-42.667 38.4v0z" />
@@ -159,10 +161,12 @@
159
161
  <glyph unicode="outlined_flag" glyph-name="outlined_flag" data-tags="outlined_flag" d="M891.733 810.667c0 8.533 0 17.067-8.533 25.6-4.267 17.067-25.6 17.067-42.667 8.533h-4.267c0 0-38.4-29.867-149.333-29.867-59.733 0-106.667 21.333-162.133 38.4-59.733 17.067-110.933 42.667-187.733 42.667-136.533 0-187.733-42.667-192-46.933v0c-8.533-8.533-12.8-21.333-12.8-29.867v-823.467c0-25.6 17.067-38.4 38.4-38.4s38.4 21.333 38.4 38.4v315.733c21.333 4.267 59.733 21.333 128 21.333 59.733 0 106.667-21.333 153.6-38.4 59.733-21.333 110.933-42.667 183.467-42.667 119.467 0 166.4 25.6 192 42.667 4.267 0 4.267 4.267 8.533 4.267 0 0 4.267 0 4.267 4.267v0c8.533 8.533 12.8 17.067 12.8 25.6v482.133zM524.8 358.4c-59.733 21.333-110.933 42.667-183.467 42.667-64 0-106.667-8.533-136.533-21.333v418.133c17.067 8.533 59.733 25.6 136.533 25.6 55.467 0 102.4-21.333 157.867-38.4 59.733-21.333 115.2-42.667 187.733-42.667 55.467 0 98.133 8.533 128 17.067v-409.6c-12.8-8.533-51.2-29.867-136.533-29.867-51.2 0-98.133 17.067-153.6 38.4z" />
160
162
  <glyph unicode="notifications_off" glyph-name="notifications_off" data-tags="notifications_off" d="M576 25.6h-136.533c-21.333 0-34.133-12.8-34.133-34.133s12.8-34.133 34.133-34.133h132.267c21.333 0 34.133 12.8 34.133 34.133 4.267 21.333-8.533 34.133-29.867 34.133zM209.067 354.134c21.333 0 34.133 12.8 34.133 34.133v170.667c0 34.133 8.533 68.267 21.333 102.4 55.467 140.8 213.333 200.533 345.6 149.333 21.333-8.533 34.133 0 46.933 21.333 8.533 21.333 0 34.133-21.333 46.933v0c-162.133 55.467-362.667-21.333-430.933-196.267-21.333-38.4-25.6-81.067-25.6-128v-166.4c0-17.067 12.8-34.133 29.867-34.133zM55.467 17.067c-12.8-12.8-12.8-34.133 0-46.933s34.133-12.8 46.933 0v0l153.6 153.6h686.933c38.4 8.533 38.4 68.267 0 68.267h-21.333c-46.933 12.8-81.067 55.467-81.067 102.4v268.8c0 46.933-12.8 85.333-25.6 128l153.6 153.6c12.8 8.533 12.8 25.6 0 38.4s-34.133 12.8-46.933 0l-691.2-691.2zM763.733 631.467c8.533-25.6 12.8-46.933 12.8-72.533v-268.8c0-38.4 12.8-72.533 34.133-102.4h-486.4l439.467 443.733z" />
161
163
  <glyph unicode="notifications_active" glyph-name="notifications_active" data-tags="notifications_active" d="M878.933 226.134c-38.4 0-68.267 34.133-68.267 68.267v226.133c0 166.4-132.267 302.933-302.933 302.933s-298.667-136.533-298.667-302.933v-234.667c0-34.133-34.133-68.267-68.267-68.267-46.933 0-46.933-68.267 0-68.267h738.133c46.933 8.533 46.933 76.8 0 76.8zM277.333 290.134v230.4c0 128 106.667 234.667 234.667 234.667s234.667-106.667 234.667-234.667v-234.667c0-25.6 8.533-46.933 21.333-68.267h-512c12.8 21.333 21.333 46.933 21.333 72.533zM264.533 827.734c12.8 12.8 12.8 34.133 8.533 46.933-17.067 21.333-34.133 21.333-51.2 12.8-110.933-81.067-179.2-213.333-179.2-354.133 0-21.333 12.8-34.133 34.133-34.133 12.8 0 34.133 12.8 34.133 34.133v0c0 119.467 51.2 226.133 153.6 294.4zM802.133 887.467c-17.067 12.8-34.133 8.533-46.933-4.267s-8.533-34.133 8.533-46.933c89.6-68.267 149.333-183.467 149.333-302.933 0-21.333 12.8-34.133 34.133-34.133s34.133 12.8 34.133 34.133v0c0 140.8-68.267 273.067-179.2 354.133zM580.267 25.6h-136.533c-21.333 0-34.133-12.8-34.133-34.133 0-17.067 17.067-34.133 34.133-34.133h132.267c21.333 0 34.133 12.8 34.133 34.133 4.267 21.333-12.8 34.133-29.867 34.133z" />
164
+ <glyph unicode="my_community" glyph-name="my_community" data-tags="my_community" d="M281.6 140.8v0c-76.8 0-140.8 34.133-192 89.6-42.667 46.933-68.267 110.933-68.267 174.933s21.333 123.733 64 174.933c46.933 55.467 115.2 85.333 183.467 85.333s153.6-12.8 217.6-89.6v-21.333l-85.333-102.4h-29.867c-25.6 34.133-64 51.2-106.667 51.2s-85.333-55.467-85.333-98.133 34.133-102.4 98.133-102.4 55.467 8.533 76.8 29.867l17.067 17.067c34.133 34.133 55.467 59.733 81.067 93.867s51.2 68.267 98.133 119.467c8.533 8.533 17.067 21.333 25.6 29.867 46.933 42.667 110.933 72.533 174.933 72.533v0c145.067 0 264.533-119.467 260.267-260.267 0-140.8-119.467-256-260.267-260.267-93.867 0-183.467 64-234.667 128-12.8-17.067-25.6-29.867-34.133-38.4-106.667-102.4-200.533-93.867-200.533-93.867zM546.133 290.134c46.933-64 136.533-115.2 209.067-115.2 128 0 230.4 102.4 230.4 226.133s-102.4 226.133-230.4 230.4c-59.733 0-115.2-21.333-153.6-59.733l-25.6-25.6c-46.933-51.2-72.533-89.6-98.133-119.467s-46.933-59.733-81.067-98.133l-21.333-21.333c-29.867-25.6-64-38.4-98.133-38.4-85.333 0-128 76.8-128 132.267s38.4 128 119.467 128 89.6-21.333 119.467-51.2l68.267 81.067c-51.2 55.467-110.933 68.267-183.467 68.267s-123.733-29.867-157.867-72.533c-38.4-42.667-55.467-98.133-55.467-153.6s21.333-110.933 59.733-153.6c42.667-46.933 102.4-76.8 166.4-76.8v0c72.533 0 136.533 29.867 179.2 81.067 55.467 55.467 157.867 192 166.4 200.533v0c29.867 55.467 72.533 81.067 128 81.067s136.533-59.733 132.267-132.267c0-68.267-59.733-128-132.267-128s-93.867 21.333-123.733 55.467c-8.533 12.8-17.067 34.133-21.333 55.467l-72.533-93.867zM652.8 439.467c-12.8-38.4-8.533-68.267 8.533-93.867 21.333-29.867 64-42.667 93.867-42.667 55.467 0 102.4 42.667 98.133 98.133 0 55.467-42.667 102.4-102.4 102.4s-64-8.533-98.133-59.733v0zM281.6 128c-76.8 0-149.333 34.133-204.8 93.867-46.933 51.2-72.533 119.467-72.533 183.467s25.6 132.267 68.267 183.467c46.933 59.733 119.467 89.6 196.267 89.6s162.133-12.8 230.4-93.867c8.533-8.533 8.533-21.333 0-38.4l-98.133-110.933c-17.067-8.533-29.867-8.533-42.667 0-25.6 29.867-59.733 46.933-93.867 46.933s-72.533-34.133-68.267-81.067 29.867-89.6 81.067-89.6 51.2 8.533 68.267 25.6c0 0 183.467 217.6 217.6 260.267 51.2 46.933 119.467 76.8 187.733 76.8s145.067-29.867 196.267-81.067 81.067-123.733 81.067-196.267c0-145.067-123.733-268.8-277.333-273.067-89.6 0-179.2 59.733-234.667 119.467-8.533-8.533-17.067-17.067-21.333-21.333-98.133-98.133-213.333-93.867-213.333-93.867zM563.2 290.134c46.933-55.467 128-102.4 192-102.4 119.467 0 213.333 93.867 213.333 209.067s-93.867 209.067-217.6 213.333c-55.467 0-106.667-21.333-145.067-55.467l-25.6-25.6c-34.133-38.4-55.467-68.267-76.8-93.867-8.533-8.533-12.8-17.067-21.333-25.6l-12.8-12.8c-21.333-25.6-89.6-106.667-89.6-106.667-34.133-34.133-68.267-42.667-106.667-42.667-98.133 0-140.8 89.6-140.8 149.333s51.2 145.067 132.267 145.067 85.333-17.067 115.2-42.667l46.933 55.467c-46.933 42.667-98.133 64-162.133 64s-115.2-25.6-149.333-76.8c-34.133-38.4-51.2-89.6-51.2-145.067s17.067-102.4 55.467-145.067c38.4-46.933 93.867-72.533 157.867-72.533s123.733 25.6 170.667 76.8c38.4 42.667 128 153.6 166.4 200.533 38.4 51.2 76.8 89.6 140.8 85.333s76.8-17.067 106.667-42.667c29.867-29.867 46.933-59.733 42.667-102.4 0-76.8-72.533-149.333-149.333-149.333s-145.067 85.333-149.333 93.867zM669.867 435.2c-12.8-29.867-4.267-55.467 8.533-76.8s55.467-38.4 81.067-38.4 42.667 8.533 59.733 25.6c12.8 17.067 25.6 42.667 21.333 64-8.533 42.667-29.867 76.8-85.333 76.8s-85.333-51.2-85.333-51.2z" />
162
165
  <glyph unicode="movie" glyph-name="movie" data-tags="movie" d="M878.933 896h-733.867c-55.467 0-102.4-46.933-102.4-102.4v-738.133c0-51.2 46.933-98.133 102.4-98.133h738.133c55.467 0 102.4 46.933 102.4 102.4v733.867c-4.267 55.467-51.2 102.4-106.667 102.4zM913.067 793.6v-132.267h-256l72.533 166.4h149.333c21.333 0 34.133-12.8 34.133-34.133zM661.333 827.734l-72.533-166.4h-230.4l72.533 166.4c0 0 230.4 0 230.4 0zM145.067 827.734h213.333l-72.533-166.4h-174.933v132.267c0 21.333 12.8 34.133 34.133 34.133zM913.067 59.734c0-21.333-12.8-34.133-34.133-34.133h-733.867c-21.333 0-34.133 12.8-34.133 34.133v533.333h806.4v-533.333h-4.267zM686.933 366.934l-226.133 128c-8.533 4.267-17.067 4.267-21.333 4.267-34.133 8.533-59.733-21.333-59.733-55.467v-268.8c0-8.533 0-12.8 8.533-21.333 12.8-25.6 46.933-46.933 72.533-34.133l226.133 132.267c8.533 8.533 12.8 12.8 21.333 21.333 12.8 38.4 4.267 81.067-21.333 93.867zM443.733 204.8v221.867l187.733-106.667-187.733-115.2z" />
163
166
  <glyph unicode="more_vert" glyph-name="more_vert" data-tags="more_vert" d="M597.333 810.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM597.333 426.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM597.333 42.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333z" />
164
167
  <glyph unicode="more_circle" glyph-name="more_circle" data-tags="more_circle" d="M512-42.666c-119.467 0-243.2 42.667-332.8 136.533-183.467 183.467-183.467 482.133 0 665.6 89.6 89.6 209.067 136.533 332.8 136.533v0c123.733 0 243.2-46.933 332.8-136.533v0c89.6-89.6 136.533-209.067 136.533-328.533s-46.933-243.2-136.533-328.533c-89.6-102.4-213.333-145.067-332.8-145.067zM512 832v0c-106.667 0-209.067-42.667-290.133-119.467-153.6-157.867-153.6-413.867 0-571.733 157.867-157.867 418.133-157.867 571.733 0 76.8 76.8 119.467 174.933 119.467 285.867 0 106.667-38.4 209.067-119.467 285.867v0 0c-72.533 72.533-174.933 119.467-281.6 119.467zM563.2 456.534c17.067-17.067 17.067-46.933 0-64s-46.933-17.067-68.267 0c-17.067 17.067-17.067 46.933 0 64 21.333 17.067 46.933 17.067 68.267 0v0zM738.133 456.534c17.067-17.067 17.067-46.933 0-64s-46.933-17.067-68.267 0-17.067 46.933 0 64c25.6 17.067 51.2 17.067 68.267 0v0zM384 456.534c17.067-17.067 17.067-46.933 0-64s-46.933-17.067-68.267 0c-17.067 17.067-17.067 46.933 0 64 25.6 17.067 51.2 17.067 68.267 0v0z" />
165
168
  <glyph unicode="menu" glyph-name="menu" data-tags="menu" d="M896 665.6h-768c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h768c25.6 0 42.667-17.067 42.667-42.667v0c0-21.333-17.067-42.667-42.667-42.667zM896 384h-768c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h768c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM896 102.4h-768c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h768c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667z" />
169
+ <glyph unicode="magic_wand" glyph-name="magic_wand" data-tags="magic_wand" d="M964.267 456.534l-102.4 136.533 55.467 162.133c8.533 21.333 0 46.933-12.8 64-17.067 17.067-42.667 21.333-64 12.8l-162.133-55.467-136.533 102.4c-17.067 12.8-42.667 17.067-64 4.267-21.333-8.533-34.133-29.867-34.133-55.467v-170.667c0 0-136.533-98.133-136.533-98.133-17.067-12.8-29.867-34.133-25.6-59.733 0-12.8 8.533-25.6 17.067-34.133s17.067-12.8 25.6-17.067l119.467-38.4-384-366.933c-17.067-17.067-17.067-42.667 0-59.733s21.333-12.8 29.867-12.8 21.333 0 29.867 12.8l375.467 375.467 38.4-102.4c0-8.533 8.533-17.067 17.067-25.6s21.333-17.067 34.133-17.067c0 0 8.533 0 8.533 0 21.333 0 38.4 8.533 51.2 25.6l98.133 123.733h170.667c21.333 0 42.667 8.533 55.467 29.867 8.533 21.333 8.533 46.933-4.267 64zM721.067 448c-12.8 0-25.6-8.533-34.133-17.067l-85.333-119.467-42.667 136.533c0 12.8-12.8 25.6-29.867 29.867l-140.8 42.667 119.467 85.333c12.8 8.533 17.067 21.333 17.067 34.133v145.067s115.2-85.333 115.2-85.333c12.8-8.533 25.6-8.533 38.4-4.267l136.533 46.933-46.933-136.533c-4.267-12.8 0-29.867 4.267-38.4l85.333-115.2h-145.067z" />
166
170
  <glyph unicode="list" glyph-name="list" data-tags="list" d="M934.4 384h-597.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM170.667 384h-85.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM934.4 682.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM170.667 682.667h-85.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM934.4 85.334h-597.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM170.667 85.334h-85.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667z" />
167
171
  <glyph unicode="linkedin" glyph-name="linkedin" data-tags="linkedin" d="M366.72 230.998c-25.6 0-42.667 17.067-42.667 42.667v213.333c0 25.6 17.067 42.667 42.667 42.667s42.667-17.067 42.667-42.667v-213.333c4.267-17.067-17.067-42.667-42.667-42.667zM507.52 230.998c-25.6 0-42.667 17.067-42.667 42.667v128c0 72.533 59.733 132.267 132.267 132.267v0c72.533 0 132.267-59.733 132.267-132.267v-128c0-25.6-17.067-42.667-42.667-42.667s-42.667 17.067-42.667 42.667v128c0 25.6-21.333 42.667-42.667 42.667v0c-25.6 0-42.667-21.333-42.667-42.667v-128c-4.267-17.067-25.6-42.667-51.2-42.667zM366.72 559.531c-29.867 0-55.467 21.333-55.467 51.2 0 17.067 8.533 29.867 17.067 38.4 4.267 8.533 8.533 8.533 12.8 12.8 8.533 4.267 12.8 4.267 21.333 4.267 25.6 0 51.2-21.333 51.2-51.2s-17.067-55.467-46.933-55.467v0zM511.787-42.069c-123.733 0-238.933 42.667-332.8 136.533-183.467 183.467-183.467 482.133 0 665.6s482.133 183.467 665.6 0v0 0c89.6-89.6 136.533-209.067 136.533-332.8s-46.933-243.2-140.8-332.8c-85.333-89.6-209.067-136.533-328.533-136.533zM511.787 832.598c-106.667 0-204.8-38.4-285.867-119.467-153.6-157.867-153.6-413.867 4.267-571.733s413.867-157.867 571.733 0c76.8 72.533 119.467 179.2 119.467 285.867 0 110.933-42.667 209.067-119.467 285.867v0 0c-81.067 81.067-183.467 119.467-290.133 119.467z" />
168
172
  <glyph unicode="link" glyph-name="link" data-tags="link" d="M729.6 678.4h-119.467c-128 0-230.4-102.4-230.4-230.4 0-21.333 17.067-34.133 34.133-34.133 21.333 0 34.133 17.067 34.133 34.133 0 85.333 68.267 157.867 157.867 157.867h119.467c98.133 0 179.2-81.067 179.2-179.2s-81.067-179.2-179.2-179.2h-25.6c-21.333 0-34.133-17.067-34.133-34.133 0-21.333 17.067-34.133 34.133-34.133h25.6c140.8 0 251.733 115.2 251.733 251.733 4.267 136.533-110.933 247.467-247.467 247.467zM610.133 439.467c-21.333 0-34.133-17.067-34.133-34.133 0-85.333-68.267-157.867-157.867-157.867h-119.467c-98.133 0-179.2 81.067-179.2 179.2s81.067 179.2 179.2 179.2h25.6c21.333 0 34.133 17.067 34.133 34.133 0 21.333-17.067 34.133-34.133 34.133h-25.6c-140.8 4.267-256-106.667-256-247.467s115.2-251.733 251.733-251.733h119.467c128 0 230.4 102.4 230.4 230.4 0 17.067-17.067 34.133-34.133 34.133z" />
Binary file
Binary file
Binary file