supernav-test 2.2.14 → 2.2.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (467) hide show
  1. package/dist/App.css +38 -0
  2. package/dist/App.test.d.ts +1 -0
  3. package/dist/App.test.js +9 -0
  4. package/dist/LsacContainer.d.ts +4 -0
  5. package/dist/LsacContainer.js +29 -0
  6. package/dist/components/lsac-supernavbar/AuthWrapper.d.ts +4 -0
  7. package/dist/components/lsac-supernavbar/AuthWrapper.js +95 -0
  8. package/dist/components/lsac-supernavbar/LsacSidebar.d.ts +44 -0
  9. package/dist/components/lsac-supernavbar/LsacSidebar.js +48 -0
  10. package/dist/components/lsac-supernavbar/Store.d.ts +3 -0
  11. package/dist/components/lsac-supernavbar/Store.js +22 -0
  12. package/dist/components/lsac-supernavbar/actions/AuthActions.d.ts +8 -0
  13. package/dist/components/lsac-supernavbar/actions/AuthActions.js +29 -0
  14. package/dist/components/lsac-supernavbar/actions/SidebarActions.d.ts +23 -0
  15. package/dist/components/lsac-supernavbar/actions/SidebarActions.js +95 -0
  16. package/dist/components/lsac-supernavbar/components/Sidebar.d.ts +13 -0
  17. package/dist/components/lsac-supernavbar/components/Sidebar.js +317 -0
  18. package/dist/components/lsac-supernavbar/components/SidebarForm.d.ts +5 -0
  19. package/dist/components/lsac-supernavbar/components/SidebarForm.js +21 -0
  20. package/dist/components/lsac-supernavbar/components/SidebarMainLink.d.ts +14 -0
  21. package/dist/components/lsac-supernavbar/components/SidebarMainLink.js +124 -0
  22. package/dist/components/lsac-supernavbar/components/SidebarOption.d.ts +4 -0
  23. package/dist/components/lsac-supernavbar/components/SidebarOption.js +22 -0
  24. package/dist/components/lsac-supernavbar/components/SidebarSubMenu.d.ts +5 -0
  25. package/dist/components/lsac-supernavbar/components/SidebarSubMenu.js +154 -0
  26. package/dist/components/lsac-supernavbar/components/SidebarTab.d.ts +1 -0
  27. package/dist/components/lsac-supernavbar/components/SidebarTab.js +69 -0
  28. package/dist/components/lsac-supernavbar/components/Topnav.d.ts +14 -0
  29. package/dist/components/lsac-supernavbar/components/Topnav.js +173 -0
  30. package/dist/components/lsac-supernavbar/components/sidebar_submenus/CategorizedSubmenu.d.ts +9 -0
  31. package/dist/components/lsac-supernavbar/components/sidebar_submenus/CategorizedSubmenu.js +104 -0
  32. package/dist/components/lsac-supernavbar/components/sidebar_submenus/Marketplace.d.ts +5 -0
  33. package/dist/components/lsac-supernavbar/components/sidebar_submenus/Marketplace.js +19 -0
  34. package/dist/components/lsac-supernavbar/constants/SidebarConstants.d.ts +8 -0
  35. package/dist/components/lsac-supernavbar/constants/SidebarConstants.js +17 -0
  36. package/dist/components/lsac-supernavbar/constants/UtilityConstants.d.ts +15 -0
  37. package/dist/components/lsac-supernavbar/constants/UtilityConstants.js +32 -0
  38. package/dist/components/lsac-supernavbar/interfaces/Models.d.ts +65 -0
  39. package/dist/components/lsac-supernavbar/interfaces/Models.js +17 -0
  40. package/dist/components/lsac-supernavbar/interfaces/Redux.d.ts +7 -0
  41. package/dist/components/lsac-supernavbar/interfaces/Redux.js +5 -0
  42. package/dist/components/lsac-supernavbar/reducers/AuthReducer.d.ts +7 -0
  43. package/dist/components/lsac-supernavbar/reducers/AuthReducer.js +41 -0
  44. package/dist/components/lsac-supernavbar/reducers/RootReducer.d.ts +5 -0
  45. package/dist/components/lsac-supernavbar/reducers/RootReducer.js +19 -0
  46. package/dist/components/lsac-supernavbar/reducers/SidebarReducer.d.ts +17 -0
  47. package/dist/components/lsac-supernavbar/reducers/SidebarReducer.js +96 -0
  48. package/dist/components/lsac-supernavbar/resources/icomoon-library.json +1 -0
  49. package/dist/components/lsac-supernavbar/static/images/close-hamburger-icon.svg +6 -0
  50. package/dist/components/lsac-supernavbar/static/images/hamburger-icon.svg +7 -0
  51. package/dist/components/lsac-supernavbar/static/images/icon-user.svg +7 -0
  52. package/dist/components/lsac-supernavbar/static/images/saama_logo.png +0 -0
  53. package/dist/components/lsac-supernavbar/static/images/saama_logo.svg +26 -0
  54. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_down.svg +6 -0
  55. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_left.svg +6 -0
  56. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_right.svg +6 -0
  57. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_up.svg +6 -0
  58. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/glyph1_comprehend.svg +6 -0
  59. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/management_icon.svg +12 -0
  60. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/marketplace_icon.svg +9 -0
  61. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/my_apps.svg +8 -0
  62. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/rbqm-triangle.svg +31 -0
  63. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/rightIcon.svg +8 -0
  64. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/space_comprehend.svg +6 -0
  65. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/triangle-exclamation.svg +9 -0
  66. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A32_comprehend.svg +6 -0
  67. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A36_comprehend.svg +6 -0
  68. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$A1_comprehend.svg +6 -0
  69. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$E$B_comprehend.svg +6 -0
  70. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$F0_comprehend.svg +6 -0
  71. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$B_comprehend.svg +7 -0
  72. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$D_comprehend.svg +6 -0
  73. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E002_comprehend.svg +6 -0
  74. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E070_comprehend.svg +8 -0
  75. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E086_comprehend.svg +6 -0
  76. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E092_comprehend.svg +7 -0
  77. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$A_comprehend.svg +8 -0
  78. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$F_comprehend.svg +6 -0
  79. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B5_comprehend.svg +6 -0
  80. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$C8_comprehend.svg +6 -0
  81. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$C_comprehend.svg +8 -0
  82. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$F_comprehend.svg +8 -0
  83. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D5_comprehend.svg +7 -0
  84. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D6_comprehend.svg +7 -0
  85. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D9_comprehend.svg +7 -0
  86. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F$E_comprehend.svg +7 -0
  87. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F7_comprehend.svg +7 -0
  88. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$C_comprehend.svg +7 -0
  89. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$D_comprehend.svg +7 -0
  90. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$E_comprehend.svg +7 -0
  91. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$F_comprehend.svg +7 -0
  92. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E101_comprehend.svg +8 -0
  93. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E110_comprehend.svg +7 -0
  94. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E115_comprehend.svg +8 -0
  95. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E123_comprehend.svg +6 -0
  96. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E138_comprehend.svg +8 -0
  97. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E14$B_comprehend.svg +6 -0
  98. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E150_comprehend.svg +7 -0
  99. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E185_comprehend.svg +7 -0
  100. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E186_comprehend.svg +8 -0
  101. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E187_comprehend.svg +8 -0
  102. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A7_comprehend.svg +8 -0
  103. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A9_comprehend.svg +6 -0
  104. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$B7_comprehend.svg +7 -0
  105. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$C$F_comprehend.svg +8 -0
  106. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$C_comprehend.svg +7 -0
  107. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$D_comprehend.svg +8 -0
  108. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$F$F_comprehend.svg +6 -0
  109. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E20$B_comprehend.svg +10 -0
  110. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E201_comprehend.svg +6 -0
  111. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E204_comprehend.svg +7 -0
  112. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E23$A_comprehend.svg +9 -0
  113. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E250_comprehend.svg +7 -0
  114. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E279_comprehend.svg +9 -0
  115. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E28$E_comprehend.svg +6 -0
  116. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E29$C_comprehend.svg +6 -0
  117. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A7_comprehend.svg +7 -0
  118. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A8_comprehend.svg +7 -0
  119. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$B3_comprehend.svg +6 -0
  120. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D3_comprehend.svg +7 -0
  121. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D4_comprehend.svg +7 -0
  122. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D7_comprehend.svg +7 -0
  123. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E301_comprehend.svg +6 -0
  124. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$A_comprehend.svg +9 -0
  125. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$E_comprehend.svg +8 -0
  126. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E36$E_comprehend.svg +7 -0
  127. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E362_comprehend.svg +8 -0
  128. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E37$A_comprehend.svg +6 -0
  129. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E370_comprehend.svg +6 -0
  130. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E2_comprehend.svg +11 -0
  131. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E4_comprehend.svg +7 -0
  132. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E5_comprehend.svg +7 -0
  133. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E7_comprehend.svg +8 -0
  134. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E418_comprehend.svg +6 -0
  135. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$E_comprehend.svg +6 -0
  136. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$F_comprehend.svg +6 -0
  137. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$A_comprehend.svg +7 -0
  138. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$B_comprehend.svg +6 -0
  139. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E430_comprehend.svg +6 -0
  140. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E431_comprehend.svg +6 -0
  141. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E445_comprehend.svg +6 -0
  142. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E465_comprehend.svg +7 -0
  143. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E475_comprehend.svg +6 -0
  144. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E481_comprehend.svg +6 -0
  145. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$A_comprehend.svg +6 -0
  146. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$B_comprehend.svg +8 -0
  147. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$C_comprehend.svg +6 -0
  148. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$D_comprehend.svg +6 -0
  149. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$E_comprehend.svg +6 -0
  150. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$F_comprehend.svg +9 -0
  151. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E600_comprehend.svg +6 -0
  152. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E601_comprehend.svg +6 -0
  153. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E602_comprehend.svg +6 -0
  154. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E603_comprehend.svg +6 -0
  155. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E604_comprehend.svg +6 -0
  156. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E605_comprehend.svg +6 -0
  157. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E606_comprehend.svg +6 -0
  158. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E607_comprehend.svg +6 -0
  159. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E608_comprehend.svg +6 -0
  160. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E609_comprehend.svg +6 -0
  161. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$A_comprehend.svg +8 -0
  162. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$B_comprehend.svg +6 -0
  163. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$C_comprehend.svg +9 -0
  164. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$F_comprehend.svg +8 -0
  165. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E610_comprehend.svg +6 -0
  166. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E611_comprehend.svg +8 -0
  167. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E612_comprehend.svg +7 -0
  168. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E613_comprehend.svg +12 -0
  169. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E614_comprehend.svg +6 -0
  170. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E615_comprehend.svg +8 -0
  171. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E616_comprehend.svg +8 -0
  172. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E617_comprehend.svg +8 -0
  173. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E618_comprehend.svg +7 -0
  174. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E619_comprehend.svg +6 -0
  175. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E620_comprehend.svg +6 -0
  176. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E621_comprehend.svg +6 -0
  177. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E622_comprehend.svg +6 -0
  178. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E623_comprehend.svg +6 -0
  179. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E624_comprehend.svg +6 -0
  180. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E625_comprehend.svg +6 -0
  181. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E626_comprehend.svg +6 -0
  182. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$A_comprehend.svg +12 -0
  183. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$B_comprehend.svg +6 -0
  184. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$C_comprehend.svg +9 -0
  185. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$D_comprehend.svg +14 -0
  186. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$E_comprehend.svg +10 -0
  187. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$F_comprehend.svg +9 -0
  188. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E900_comprehend.svg +7 -0
  189. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E901_comprehend.svg +6 -0
  190. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E902_comprehend.svg +6 -0
  191. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E903_comprehend.svg +6 -0
  192. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E904_comprehend.svg +6 -0
  193. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E905_comprehend.svg +12 -0
  194. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E907_comprehend.svg +7 -0
  195. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E908_comprehend.svg +16 -0
  196. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E909_comprehend.svg +7 -0
  197. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$A_comprehend.svg +7 -0
  198. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$C_comprehend.svg +9 -0
  199. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$E_comprehend.svg +12 -0
  200. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$F_comprehend.svg +16 -0
  201. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E910_comprehend.svg +6 -0
  202. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E911_comprehend.svg +12 -0
  203. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E912_comprehend.svg +11 -0
  204. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E913_comprehend.svg +8 -0
  205. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E914_comprehend.svg +11 -0
  206. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E915_comprehend.svg +8 -0
  207. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E917_comprehend.svg +34 -0
  208. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E918_comprehend.svg +7 -0
  209. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E919_comprehend.svg +6 -0
  210. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E920_comprehend.svg +11 -0
  211. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E921_comprehend.svg +12 -0
  212. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E93$D_comprehend.svg +13 -0
  213. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni0001_comprehend.svg +6 -0
  214. package/dist/components/lsac-supernavbar/stylesheets/LsacSidebar.css +73 -0
  215. package/dist/components/lsac-supernavbar/stylesheets/font-face.scss +12 -0
  216. package/dist/components/lsac-supernavbar/stylesheets/font-sizer.scss +4 -0
  217. package/dist/components/lsac-supernavbar/stylesheets/fontIcons.css +540 -0
  218. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.eot +0 -0
  219. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.svg +3521 -0
  220. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.ttf +0 -0
  221. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff +0 -0
  222. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff2 +0 -0
  223. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.eot +0 -0
  224. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.svg +190 -0
  225. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.ttf +0 -0
  226. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.woff +0 -0
  227. package/dist/components/lsac-supernavbar/stylesheets/form.scss +16 -0
  228. package/dist/components/lsac-supernavbar/stylesheets/sidebar-main-link.scss +72 -0
  229. package/dist/components/lsac-supernavbar/stylesheets/sidebar.scss +222 -0
  230. package/dist/components/lsac-supernavbar/stylesheets/study-filter.scss +358 -0
  231. package/dist/components/lsac-supernavbar/stylesheets/topnav.scss +371 -0
  232. package/dist/components/lsac-supernavbar/test/App.test.d.ts +1 -0
  233. package/dist/components/lsac-supernavbar/test/App.test.js +28 -0
  234. package/dist/components/lsac-supernavbar/util/SubmenuUtil.d.ts +9 -0
  235. package/dist/components/lsac-supernavbar/util/SubmenuUtil.js +208 -0
  236. package/dist/components/lsac-supernavbar/util/Util.d.ts +4 -0
  237. package/dist/components/lsac-supernavbar/util/Util.js +51 -0
  238. package/dist/index.css +13 -0
  239. package/dist/index.d.ts +2 -0
  240. package/dist/index.js +22 -67
  241. package/dist/logo.svg +1 -0
  242. package/dist/react-app-env.d.js +2 -0
  243. package/dist/reportWebVitals.d.ts +3 -0
  244. package/dist/reportWebVitals.js +34 -0
  245. package/dist/setupTests.d.ts +1 -0
  246. package/dist/setupTests.js +3 -0
  247. package/package.json +11 -4
  248. package/src/App.css +38 -0
  249. package/src/App.test.tsx +8 -0
  250. package/src/LsacContainer.tsx +17 -0
  251. package/src/components/lsac-supernavbar/AuthWrapper.tsx +63 -0
  252. package/src/components/lsac-supernavbar/LsacSidebar.tsx +60 -0
  253. package/src/components/lsac-supernavbar/Store.ts +8 -0
  254. package/src/components/lsac-supernavbar/actions/AuthActions.ts +21 -0
  255. package/src/components/lsac-supernavbar/actions/SidebarActions.ts +81 -0
  256. package/src/components/lsac-supernavbar/components/Sidebar.tsx +235 -0
  257. package/src/components/lsac-supernavbar/components/SidebarForm.tsx +15 -0
  258. package/src/components/lsac-supernavbar/components/SidebarMainLink.tsx +86 -0
  259. package/src/components/lsac-supernavbar/components/SidebarOption.tsx +13 -0
  260. package/src/components/lsac-supernavbar/components/SidebarSubMenu.tsx +82 -0
  261. package/src/components/lsac-supernavbar/components/SidebarTab.jsx +56 -0
  262. package/src/components/lsac-supernavbar/components/Topnav.tsx +140 -0
  263. package/src/components/lsac-supernavbar/components/sidebar_submenus/CategorizedSubmenu.tsx +69 -0
  264. package/src/components/lsac-supernavbar/components/sidebar_submenus/Marketplace.tsx +13 -0
  265. package/src/components/lsac-supernavbar/constants/SidebarConstants.ts +8 -0
  266. package/src/components/lsac-supernavbar/constants/UtilityConstants.ts +17 -0
  267. package/src/components/lsac-supernavbar/interfaces/Models.ts +71 -0
  268. package/src/components/lsac-supernavbar/interfaces/Redux.ts +9 -0
  269. package/src/components/lsac-supernavbar/reducers/AuthReducer.ts +24 -0
  270. package/src/components/lsac-supernavbar/reducers/RootReducer.ts +13 -0
  271. package/src/components/lsac-supernavbar/reducers/SidebarReducer.ts +73 -0
  272. package/src/components/lsac-supernavbar/resources/icomoon-library.json +1 -0
  273. package/src/components/lsac-supernavbar/static/images/close-hamburger-icon.svg +6 -0
  274. package/src/components/lsac-supernavbar/static/images/hamburger-icon.svg +7 -0
  275. package/src/components/lsac-supernavbar/static/images/icon-user.svg +7 -0
  276. package/src/components/lsac-supernavbar/static/images/saama_logo.png +0 -0
  277. package/src/components/lsac-supernavbar/static/images/saama_logo.svg +26 -0
  278. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_down.svg +6 -0
  279. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_left.svg +6 -0
  280. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_right.svg +6 -0
  281. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_up.svg +6 -0
  282. package/src/components/lsac-supernavbar/static/images/sidebar-icons/glyph1_comprehend.svg +6 -0
  283. package/src/components/lsac-supernavbar/static/images/sidebar-icons/management_icon.svg +12 -0
  284. package/src/components/lsac-supernavbar/static/images/sidebar-icons/marketplace_icon.svg +9 -0
  285. package/src/components/lsac-supernavbar/static/images/sidebar-icons/my_apps.svg +8 -0
  286. package/src/components/lsac-supernavbar/static/images/sidebar-icons/rbqm-triangle.svg +31 -0
  287. package/src/components/lsac-supernavbar/static/images/sidebar-icons/rightIcon.svg +8 -0
  288. package/src/components/lsac-supernavbar/static/images/sidebar-icons/space_comprehend.svg +6 -0
  289. package/src/components/lsac-supernavbar/static/images/sidebar-icons/triangle-exclamation.svg +9 -0
  290. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A32_comprehend.svg +6 -0
  291. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A36_comprehend.svg +6 -0
  292. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$A1_comprehend.svg +6 -0
  293. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$E$B_comprehend.svg +6 -0
  294. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$F0_comprehend.svg +6 -0
  295. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$B_comprehend.svg +7 -0
  296. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$D_comprehend.svg +6 -0
  297. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E002_comprehend.svg +6 -0
  298. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E070_comprehend.svg +8 -0
  299. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E086_comprehend.svg +6 -0
  300. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E092_comprehend.svg +7 -0
  301. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$A_comprehend.svg +8 -0
  302. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$F_comprehend.svg +6 -0
  303. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B5_comprehend.svg +6 -0
  304. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$C8_comprehend.svg +6 -0
  305. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$C_comprehend.svg +8 -0
  306. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$F_comprehend.svg +8 -0
  307. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D5_comprehend.svg +7 -0
  308. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D6_comprehend.svg +7 -0
  309. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D9_comprehend.svg +7 -0
  310. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F$E_comprehend.svg +7 -0
  311. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F7_comprehend.svg +7 -0
  312. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$C_comprehend.svg +7 -0
  313. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$D_comprehend.svg +7 -0
  314. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$E_comprehend.svg +7 -0
  315. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$F_comprehend.svg +7 -0
  316. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E101_comprehend.svg +8 -0
  317. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E110_comprehend.svg +7 -0
  318. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E115_comprehend.svg +8 -0
  319. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E123_comprehend.svg +6 -0
  320. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E138_comprehend.svg +8 -0
  321. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E14$B_comprehend.svg +6 -0
  322. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E150_comprehend.svg +7 -0
  323. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E185_comprehend.svg +7 -0
  324. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E186_comprehend.svg +8 -0
  325. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E187_comprehend.svg +8 -0
  326. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A7_comprehend.svg +8 -0
  327. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A9_comprehend.svg +6 -0
  328. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$B7_comprehend.svg +7 -0
  329. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$C$F_comprehend.svg +8 -0
  330. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$C_comprehend.svg +7 -0
  331. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$D_comprehend.svg +8 -0
  332. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$F$F_comprehend.svg +6 -0
  333. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E20$B_comprehend.svg +10 -0
  334. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E201_comprehend.svg +6 -0
  335. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E204_comprehend.svg +7 -0
  336. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E23$A_comprehend.svg +9 -0
  337. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E250_comprehend.svg +7 -0
  338. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E279_comprehend.svg +9 -0
  339. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E28$E_comprehend.svg +6 -0
  340. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E29$C_comprehend.svg +6 -0
  341. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A7_comprehend.svg +7 -0
  342. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A8_comprehend.svg +7 -0
  343. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$B3_comprehend.svg +6 -0
  344. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D3_comprehend.svg +7 -0
  345. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D4_comprehend.svg +7 -0
  346. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D7_comprehend.svg +7 -0
  347. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E301_comprehend.svg +6 -0
  348. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$A_comprehend.svg +9 -0
  349. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$E_comprehend.svg +8 -0
  350. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E36$E_comprehend.svg +7 -0
  351. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E362_comprehend.svg +8 -0
  352. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E37$A_comprehend.svg +6 -0
  353. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E370_comprehend.svg +6 -0
  354. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E2_comprehend.svg +11 -0
  355. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E4_comprehend.svg +7 -0
  356. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E5_comprehend.svg +7 -0
  357. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E7_comprehend.svg +8 -0
  358. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E418_comprehend.svg +6 -0
  359. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$E_comprehend.svg +6 -0
  360. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$F_comprehend.svg +6 -0
  361. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$A_comprehend.svg +7 -0
  362. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$B_comprehend.svg +6 -0
  363. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E430_comprehend.svg +6 -0
  364. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E431_comprehend.svg +6 -0
  365. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E445_comprehend.svg +6 -0
  366. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E465_comprehend.svg +7 -0
  367. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E475_comprehend.svg +6 -0
  368. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E481_comprehend.svg +6 -0
  369. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$A_comprehend.svg +6 -0
  370. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$B_comprehend.svg +8 -0
  371. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$C_comprehend.svg +6 -0
  372. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$D_comprehend.svg +6 -0
  373. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$E_comprehend.svg +6 -0
  374. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$F_comprehend.svg +9 -0
  375. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E600_comprehend.svg +6 -0
  376. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E601_comprehend.svg +6 -0
  377. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E602_comprehend.svg +6 -0
  378. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E603_comprehend.svg +6 -0
  379. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E604_comprehend.svg +6 -0
  380. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E605_comprehend.svg +6 -0
  381. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E606_comprehend.svg +6 -0
  382. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E607_comprehend.svg +6 -0
  383. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E608_comprehend.svg +6 -0
  384. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E609_comprehend.svg +6 -0
  385. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$A_comprehend.svg +8 -0
  386. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$B_comprehend.svg +6 -0
  387. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$C_comprehend.svg +9 -0
  388. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$F_comprehend.svg +8 -0
  389. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E610_comprehend.svg +6 -0
  390. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E611_comprehend.svg +8 -0
  391. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E612_comprehend.svg +7 -0
  392. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E613_comprehend.svg +12 -0
  393. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E614_comprehend.svg +6 -0
  394. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E615_comprehend.svg +8 -0
  395. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E616_comprehend.svg +8 -0
  396. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E617_comprehend.svg +8 -0
  397. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E618_comprehend.svg +7 -0
  398. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E619_comprehend.svg +6 -0
  399. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E620_comprehend.svg +6 -0
  400. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E621_comprehend.svg +6 -0
  401. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E622_comprehend.svg +6 -0
  402. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E623_comprehend.svg +6 -0
  403. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E624_comprehend.svg +6 -0
  404. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E625_comprehend.svg +6 -0
  405. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E626_comprehend.svg +6 -0
  406. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$A_comprehend.svg +12 -0
  407. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$B_comprehend.svg +6 -0
  408. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$C_comprehend.svg +9 -0
  409. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$D_comprehend.svg +14 -0
  410. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$E_comprehend.svg +10 -0
  411. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$F_comprehend.svg +9 -0
  412. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E900_comprehend.svg +7 -0
  413. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E901_comprehend.svg +6 -0
  414. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E902_comprehend.svg +6 -0
  415. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E903_comprehend.svg +6 -0
  416. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E904_comprehend.svg +6 -0
  417. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E905_comprehend.svg +12 -0
  418. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E907_comprehend.svg +7 -0
  419. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E908_comprehend.svg +16 -0
  420. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E909_comprehend.svg +7 -0
  421. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$A_comprehend.svg +7 -0
  422. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$C_comprehend.svg +9 -0
  423. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$E_comprehend.svg +12 -0
  424. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$F_comprehend.svg +16 -0
  425. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E910_comprehend.svg +6 -0
  426. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E911_comprehend.svg +12 -0
  427. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E912_comprehend.svg +11 -0
  428. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E913_comprehend.svg +8 -0
  429. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E914_comprehend.svg +11 -0
  430. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E915_comprehend.svg +8 -0
  431. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E917_comprehend.svg +34 -0
  432. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E918_comprehend.svg +7 -0
  433. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E919_comprehend.svg +6 -0
  434. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E920_comprehend.svg +11 -0
  435. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E921_comprehend.svg +12 -0
  436. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E93$D_comprehend.svg +13 -0
  437. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni0001_comprehend.svg +6 -0
  438. package/src/components/lsac-supernavbar/stylesheets/LsacSidebar.css +73 -0
  439. package/src/components/lsac-supernavbar/stylesheets/font-face.scss +12 -0
  440. package/src/components/lsac-supernavbar/stylesheets/font-sizer.scss +4 -0
  441. package/src/components/lsac-supernavbar/stylesheets/fontIcons.css +540 -0
  442. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.eot +0 -0
  443. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.svg +3521 -0
  444. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.ttf +0 -0
  445. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff +0 -0
  446. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff2 +0 -0
  447. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.eot +0 -0
  448. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.svg +190 -0
  449. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.ttf +0 -0
  450. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.woff +0 -0
  451. package/src/components/lsac-supernavbar/stylesheets/form.scss +16 -0
  452. package/src/components/lsac-supernavbar/stylesheets/sidebar-main-link.scss +72 -0
  453. package/src/components/lsac-supernavbar/stylesheets/sidebar.scss +222 -0
  454. package/src/components/lsac-supernavbar/stylesheets/study-filter.scss +358 -0
  455. package/src/components/lsac-supernavbar/stylesheets/topnav.scss +371 -0
  456. package/src/components/lsac-supernavbar/test/App.test.js +20 -0
  457. package/src/components/lsac-supernavbar/util/SubmenuUtil.tsx +153 -0
  458. package/src/components/lsac-supernavbar/util/Util.ts +24 -0
  459. package/src/index.css +13 -0
  460. package/src/index.tsx +18 -0
  461. package/src/logo.svg +1 -0
  462. package/src/react-app-env.d.ts +1 -0
  463. package/src/reportWebVitals.ts +15 -0
  464. package/src/setupTests.ts +5 -0
  465. package/dist/1.index.js +0 -1
  466. package/dist/caf68d0a64d31f733320266312e3a2ca.svg +0 -1
  467. package/dist/index.html +0 -1
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1172 1024">
4
+ <path fill="currentColor"
5
+ d="M0 64h1152v128h-1152v-128zM0 448h1152v128h-1152v-128zM0 832h1152v128h-1152v-128z" />
6
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 811 1024">
4
+ <path fill="currentColor"
5
+ d="M791 569h-791v-576h791v576zM49 223h198v-99h-198v99v0zM247 371v-98h-198v98h198zM247 519v-98h-198v98h198zM297 223h198v-99h-198v99zM495 273h-198v98h198v-98v0zM297 519h198v-98h-198v98zM742 124h-198v99h198v-99zM742 371v-98h-198v98h198zM742 421h-198v98h198
6
+ v-98zM791 1024h-482v-352h482v352zM339 813h120v-61h-120v61zM459 903v-60h-120v60h120zM459 994v-61h-120v61h120zM490 813h120v-61h-120v61v0zM610 843h-120v60h120v-60zM490 994h120v-61h-120v61v0zM761 752h-120v61h120v-61zM761 903v-60h-120v60h120zM761 933h-120v61
7
+ h120v-61zM145 822h166v52h-166v-52v0zM103 538h52v336h-52v-336v0z" />
8
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 801 1024">
4
+ <path fill="currentColor"
5
+ d="M603 539v155h12q17 0 28 11t11 27v130q0 16 -11 27.5t-28 11.5h-129q-16 0 -27.5 -11.5t-11.5 -27.5v-130q0 -16 11.5 -27t27.5 -11h13v-155h-207v155h13q17 0 28 11t11 27v130q0 16 -11 27.5t-28 11.5h-129q-17 0 -28 -11.5t-11 -27.5v-130q0 -16 11 -27t28 -11h13v-168
6
+ q0 -37 26.5 -64t63.5 -27h220v-103h-13q-16 0 -27.5 -11.5t-11.5 -27.5v-129q0 -17 11.5 -28t27.5 -11h129q17 0 28 11t11 28v129q0 16 -11 27.5t-28 11.5h-12v103v104zM189 745v104h103v-104h-103zM603 176h-104v104h104v-104zM499 745v104h104v-104h-104z" />
7
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 811 1024">
4
+ <path fill="currentColor"
5
+ d="M97 326q45 15 105.5 23t128.5 8t128.5 -8.5t106.5 -22.5q44 -14 70 -32.5t26 -40.5v-82q0 -22 -26 -40.5t-70 -32.5q-45 -14 -106 -22.5t-129 -8.5t-128.5 8.5t-105.5 22.5t-71 32.5t-26 40.5v83q0 21 26 40t71 32v0zM547 411q30 0 59.5 7.5t55.5 21.5v0v0v-83
6
+ q0 -8 -4 -16t-12 -15q-16 15 -46 28.5t-72 23.5q-42 9 -92.5 14.5t-105.5 5.5q-56 0 -106 -5.5t-92 -14.5q-41 -10 -71.5 -23.5t-45.5 -28.5q-8 7 -11.5 15t-3.5 16v83q0 21 26 40t71 33q44 14 104.5 22t128.5 8q8 -16 19.5 -31.5t24.5 -28.5q35 -35 79.5 -53.5t93.5 -18.5
7
+ v0zM313 584q-51 -1 -96.5 -6t-83.5 -14q-42 -10 -72.5 -23t-45.5 -29q-8 7 -11.5 15t-3.5 16v83q0 21 26 40t71 33q42 13 97.5 21t119.5 9q-6 -18 -9 -36t-3 -37q1 -19 3.5 -37t7.5 -35v0zM720 483q-13 -13 -27.5 -24t-30.5 -19q0 9 -5 18t-15 17q49 26 79 74t30 107
8
+ q0 42 -16 79t-43.5 65t-65.5 44q-37 16 -79 16q-65 0 -117 -37t-74 -94h-12.5h-12.5h-8.5h-8.5q8 28 23.5 53t36.5 46q35 35 79.5 53.5t93.5 18.5t93.5 -18.5t79.5 -53.5q34 -34 52.5 -79t18.5 -93q0 -49 -18.5 -94t-52.5 -79v0zM355 584q4 -11 9.5 -21.5t12.5 -20.5
9
+ q-11 0 -22.5 0.5t-23.5 0.5h-0.5h-0.5q-5 10 -9.5 20.5t-7.5 20.5h8.5h8.5h12.5h12.5v0zM356 729q-7 -17 -10.5 -35.5t-3.5 -37.5t3.5 -37t9.5 -35h-12.5h-12.5h-8.5h-8.5q-5 17 -7.5 35t-2.5 36q0 19 2.5 37.5t8.5 36.5h8.5h8.5h12.5h12.5v0zM377 542q27 -41 72 -66t98 -25
10
+ q26 0 50 6t45 18q10 -9 15 -17.5t5 -17.5q-26 -14 -55.5 -21.5t-59.5 -7.5q-49 0 -93.5 18.5t-79.5 53.5q-13 13 -24.5 28.5t-19.5 31.5h0.5h0.5h23.5t22.5 -1v0zM403 656q0 -16 9 -25t23 -9t23 9.5t9 24.5q0 14 -8.5 24t-23.5 10t-23.5 -10t-8.5 -24zM515 656q0 -16 9 -25
11
+ t23 -9t23 9.5t9 24.5q0 14 -8.5 24t-23.5 10t-23.5 -10t-8.5 -24zM627 656q0 -16 9 -25t23 -9q15 0 23.5 9.5t8.5 24.5q0 14 -8.5 24t-23.5 10t-23.5 -10t-8.5 -24z" />
12
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M217 445h586v133h-586v-133v0zM1024 1025h-1024v-1024h1024v1024zM77 948h870v-869h-870v869v0z" />
6
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1428 1024">
4
+ <path fill="currentColor"
5
+ d="M704 256q53 0 99 20q47 20 82 55t55 82q20 46 20 99t-20 99q-20 47 -55 82t-82 55q-46 20 -99 20t-99 -20q-47 -20 -82 -55t-55 -82q-20 -46 -20 -99t20 -99q20 -47 55 -82t82 -55q46 -20 99 -20zM704 160q-72 0 -136 28t-112 76t-76 112t-28 136t28 136t76 112t112 76
6
+ t136 28t136 -28t112 -76t76 -112t28 -136t-28 -136t-76 -112t-112 -76t-136 -28v0zM781 621l-128 -83v-173h96v121l83 58zM1280 96q14 0 23 9t9 23v768q0 14 -9 23t-23 9h-1152q-14 0 -23 -9t-9 -23v-768q0 -14 9 -23t23 -9h1152zM1280 0h-1152q-53 0 -90.5 37.5t-37.5 90.5
7
+ v768q0 53 37.5 90.5t90.5 37.5h1152q53 0 90.5 -37.5t37.5 -90.5v-768q0 -53 -37.5 -90.5t-90.5 -37.5v0z" />
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M976 192q20 0 34 -14t14 -34v-96q0 -20 -14 -34t-34 -14h-96q-20 0 -34 14t-14 34v16h-640v-16q0 -20 -14 -34t-34 -14h-96q-20 0 -34 14t-14 34v96q0 20 14 34t34 14h16v640h-16q-20 0 -34 14t-14 34v96q0 20 14 34t34 14h96q20 0 34 -14t14 -34v-16h640v16q0 20 14 34
6
+ t34 14h96q20 0 34 -14t14 -34v-96q0 -20 -14 -34t-34 -14h-16v-640h16zM896 64h64v64h-64v-64zM64 64h64v64h-64v-64zM128 960h-64v-64h64v64zM960 960h-64v-64h64v64zM896 832h-16q-20 0 -34 14t-14 34v16h-640v-16q0 -20 -14 -34t-34 -14h-16v-640h16q20 0 34 -14t14 -34
7
+ v-16h640v16q0 20 14 34t34 14h16v640zM256 256h128v512h-128v-512zM448 512h128v256h-128v-256zM640 384h128v384h-128v-384z" />
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M953 75l-4 -4q-35 -36 -80 -53q-44 -18 -90.5 -18t-91.5 18q-45 17 -80 53l-218 218q-35 35 -53 80q-18 44 -18 90.5t18 91.5t53 80l4 4q6 6 12 11.5t13 10.5l80 -80q-7 -4 -14 -9t-13 -11l-4 -4q-38 -39 -38 -93t38 -93l219 -218q38 -38 92.5 -38t92.5 38l4 4
6
+ q38 38 38 92.5t-38 92.5l-99 99q13 32 19 65.5t6 67.5l152 -153q36 -35 53 -80q18 -45 18 -91.5t-18 -90.5q-17 -45 -53 -80zM631 389q-6 -6 -12 -11.5t-13 -10.5l-80 80q7 4 14 9t13 11l4 4q38 39 38 93t-38 93l-219 218q-38 38 -92.5 38t-92.5 -38l-4 -4
7
+ q-38 -38 -38 -92.5t38 -92.5l99 -99q-13 -32 -19 -65.5t-6 -67.5l-152 153q-36 35 -53 80q-18 45 -18 91.5t18 90.5q17 45 53 80l4 4q35 36 80 53q44 18 90.5 18t91.5 -18q45 -17 80 -53l218 -218q35 -35 53 -80q18 -44 18 -90.5t-18 -91.5t-53 -80l-4 -4v0z" />
8
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1214 1024">
4
+ <path fill="currentColor"
5
+ d="M898 510h-85v131h-125v79h125v131h85v-131h125v-79h-125v-131zM899 348v-234h-393l-113 -114h-393v734h516q9 60 39 112t75 89.5t102 59.5q57 21 121 21q70 0 132 -27q63 -26 109 -72t73 -107t27 -129q0 -65 -23 -122q-22 -57 -62 -101t-94 -73t-116 -37v0zM853 931
6
+ q-52 0 -97 -20q-46 -20 -80 -54t-54 -80q-20 -45 -20 -96q0 -52 20 -97q20 -46 54 -80t80 -54q45 -20 97 -20q51 0 96 20q46 20 80 54t54 80q20 45 20 97q2 53 -17 99t-53 79.5t-80 52.5q-47 19 -100 19z" />
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M506 0q33 0 57 10.5t39 34.5q24 24 34 49.5t10 59.5l-44 435h-199l-45 -435q0 -34 10.5 -58t34.5 -38q19 -29 44 -43.5t59 -14.5zM659 877q0 61 -43 104t-104 43t-104 -43t-43 -104t43 -104t104 -43t104 43t43 104z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M448 576v416l-160 -160l-192 192l-96 -96l192 -192l-160 -160h416zM1024 96l-192 192l160 160h-416v-416l160 160l192 -192z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M621 877l320 -320q19 -18 19 -45t-19 -45l-320 -320q-18 -19 -45 -19t-45 19q-19 18 -19 45t19 45l210 211h-613q-27 0 -45.5 18.5t-18.5 45.5t18.5 45.5t45.5 18.5h613l-210 211q-10 9 -14.5 21t-4.5 24t4.5 24t14.5 21q18 19 45 19t45 -19z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M316 404v0q-43 0 -73 -30t-30 -72v0q0 -43 30 -73t73 -30v0q42 0 72 30t30 73v0q0 42 -31 72t-71 30v0z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M193 848h299l-154 -242z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M569 848h267l-222 -413l-173 214z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M607 489l13 11l-122 149l-13 -10z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M330 677l14 9l-84 129l-14 -10z" />
6
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M313 40q-48 20 -88.5 47.5t-74.5 61.5v0q-34 34 -61.5 74.5t-47.5 85.5l-1 3q-19 43 -29.5 93t-10.5 103v2v2v0v2v2q0 53 10.5 103t30.5 95l-1 -3q20 46 48 87t62 75.5t74 62.5q41 27 86 47l3 1q43 19 92.5 29.5t102.5 10.5h2h2v0h2h2q53 0 103 -10.5t96 -30.5l-3 1
6
+ q47 -21 88 -48.5t75 -61.5v0q34 -34 61 -74.5t47 -85.5l1 -3q19 -43 29.5 -92.5t10.5 -102.5v-2v-2v0v-2v-2q0 -53 -10.5 -103t-30.5 -96l1 3q-20 -46 -47 -87q-28 -41 -62 -75.5t-74 -61.5q-41 -28 -86 -47l-3 -1q-43 -19 -93 -29.5t-103 -10.5h-2h-2v0h-2h-2
7
+ q-53 0 -103 10.5t-95 30.5l3 -1v0zM363 866q-69 -31 -121.5 -83t-82.5 -120l-1 -2q-14 -32 -22 -69t-8 -77v-1.5v-1.5v0v-1.5v-1.5q0 -40 8 -77.5t23 -71.5l-1 2q16 -35 36.5 -65.5t46.5 -56.5v0q26 -25 56 -45.5t63 -35.5l3 -1q32 -14 69 -22t77 -8h1.5h1.5v0h1.5h1.5
8
+ q39 0 77 8t72 23l-2 -1q69 30 121.5 82t81.5 120l1 2q14 33 22 70t8 77v1.5v1.5v0v1.5v1.5q0 40 -8 77t-23 71l1 -2q-15 36 -36 66t-46 56v0q-26 26 -56 46.5t-64 35.5l-2 1q-33 14 -70 22t-77 8h-2h-1v0h-1.5h-1.5q-40 0 -77 -8t-71 -23l2 1v0zM467 210q8 -8 19.5 -13
9
+ t23.5 -5h1.5h0.5v0h1.5h0.5q26 0 44 18t18 44v0.5v1.5v0v0.5v1.5q0 12 -5 23.5t-13 19.5v0q-9 9 -20.5 14t-24.5 5h-0.5h-0.5v0q-26 0 -45 -19t-19 -45v0v-0.5v-0.5q0 -13 5 -24.5t14 -20.5v0v0zM659 274q8 -8 19.5 -13t23.5 -5h1.5h0.5v0h1.5h0.5q26 0 44 18t18 44v0.5v1.5
10
+ v0v0.5v1.5q0 12 -5 23.5t-13 19.5v0q-9 9 -20.5 14t-24.5 5h-0.5h-0.5v0q-26 0 -45 -19t-19 -45v0v-0.5v-0.5q0 -13 5 -24.5t14 -20.5v0v0zM275 274q8 -8 19.5 -13t23.5 -5h1.5h0.5v0h1.5h0.5q26 0 44 18t18 44v0.5v1.5v0v0.5v1.5q0 12 -5 23.5t-13 19.5v0q-9 9 -20.5 14
11
+ t-24.5 5h-0.5h-0.5v0q-26 0 -45 -19t-19 -45v0v-0.5v-0.5q0 -13 5 -24.5t14 -20.5v0v0zM448 768h128v-64l-64 -320l-64 320v64v0z" />
12
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1509 1024">
4
+ <path fill="currentColor"
5
+ d="M0 279h1024v-279h-1024v279zM0 652h1024v-280h-1024v280zM0 1024h1024v-279h-1024v279zM1024 559l233 279l232 -279h-465zM1489 465l-232 -279l-233 279h465z" />
6
+ </svg>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 990 1024">
4
+ <path fill="currentColor"
5
+ d="M711 0h-711v1024h970v-1024h-259zM65 960v-768h840v768h-840v0zM748 593q0 54 -21 102q-20 48 -56 83.5t-83 56.5q-48 21 -103 21q-54 0 -102 -21t-83.5 -56.5t-56.5 -83.5t-21 -102q0 -55 21 -102q21 -48 56.5 -84t83.5 -56q48 -21 102 -21q55 0 102.5 20.5t83.5 56.5v0
6
+ q36 35 56.5 81.5t20.5 100.5v2v2v0v0zM323 312q-37 22 -66 52q-30 30 -51 66t-32 78q-12 41 -12 86q0 44 11.5 85.5t32.5 77.5l-1 -2q21 37 50.5 66.5t65.5 50.5l2 1q35 20 76 31.5t86 11.5t86.5 -11.5t77.5 -32.5l-1 1q37 -21 66.5 -50.5t49.5 -65.5l1 -2
7
+ q20 -34 31.5 -74.5t11.5 -85.5v-1v-1v0v-0.5v-0.5q0 -27 -4 -53t-13 -51l1 3q-8 -26 -19.5 -48.5t-26.5 -41.5v1q-15 -20 -32.5 -37.5t-36.5 -31.5l-1 -1q-40 -30 -88.5 -46.5t-103.5 -16.5q-44 0 -85.5 11.5t-77.5 32.5l2 -1v0zM445 795h80v-81h-80v81v0zM445 633h80v-242
8
+ h-80v242v0z" />
9
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M313 40q-48 20 -88.5 47.5t-74.5 61.5v0q-34 34 -61.5 74.5t-47.5 85.5l-1 3q-19 43 -29.5 93t-10.5 103v2v2v0v2v2q0 53 10.5 103t30.5 95l-1 -3q20 46 47 87q28 41 62.5 75.5t74.5 62.5q40 27 85 47l4 1q43 19 92.5 29.5t102.5 10.5h2h2v0h1.5h1.5q54 0 104 -10.5
6
+ t96 -30.5l-3 1q47 -21 87.5 -48.5t75.5 -61.5v0q34 -34 61 -74.5t46 -85.5l2 -3q19 -43 29.5 -92.5t10.5 -102.5v-2v-2v0v-2v-2q0 -53 -11 -103t-31 -96l2 3q-20 -46 -47 -87q-28 -41 -62 -75.5t-75 -61.5q-40 -28 -85 -47l-3 -1q-44 -19 -93.5 -29.5t-102.5 -10.5h-2h-2v0
7
+ h-2h-3q-52 0 -102 10.5t-95 30.5l3 -1v0zM350 895q-38 -16 -71 -39q-33 -22 -61 -50t-50 -60q-23 -33 -38 -69l-1 -3q-16 -36 -24.5 -77t-8.5 -85q0 -43 8 -84q9 -41 24.5 -78.5t38.5 -70.5q22 -34 51 -62v0q28 -28 62 -50q33 -23 70.5 -38.5t78.5 -24.5q41 -8 84 -8
8
+ t84.5 8.5t79.5 24.5l-3 -1q56 24 103 63t81 88.5t52 108.5q19 59 19 124q0 43 -9 84q-8 40 -24 77.5t-38 70.5q-23 34 -51 62v0q-28 28 -62 51q-33 22 -70.5 38t-78.5 25q-41 8 -84 8q-44 0 -85.5 -9t-79.5 -25l3 1v0zM679 473q-4 5 -7 9t-7 8h1q-7 7 -14 13l-14 12v0
9
+ q-9 7 -16 13t-12 10q-1 1 -3 2.5t-4 3.5t-4 3.5t-4 3.5v0q-6 5 -16 15l-4 6q-3 4 -5 8t-3 9v0q-2 3 -2.5 6.5t-0.5 7.5v0q-1 1 -1 3v4v0q-1 5 -3 9.5t-5 7.5v0q-4 4 -8.5 6t-9.5 2h-55q-5 0 -9.5 -2t-7.5 -6v0q-3 -3 -5 -6.5t-2 -7.5q0 -1 0.5 -1.5t0.5 -1.5v0l3 -27
10
+ q1 -11 3 -20.5t5 -18.5v1q3 -8 8 -15t11 -12v0l14 -14q5 -5 17 -15q2 -2 4 -3.5t4 -3.5v0q2 -2 4 -3.5t3 -2.5q8 -6 13 -10q1 -1 2.5 -2t2.5 -2v0l2 -2t3 -2v0q3 -4 6 -7.5t5 -8.5h1q3 -4 6 -9.5t6 -10.5l1 -1l2 -6q1 -4 1.5 -8.5t0.5 -9.5v-0.5v-0.5v0v-0.5v-0.5
11
+ q0 -8 -1 -14.5t-3 -13.5v1q-3 -7 -6.5 -13.5t-7.5 -11.5h1q-5 -6 -11 -10.5t-13 -7.5v0q-8 -3 -17.5 -4.5t-18.5 -1.5h-2h-1v0h-2h-2q-9 0 -17.5 2t-16.5 5h1q-8 4 -14.5 9.5t-11.5 12.5v0q-4 6 -7 12t-5 13v1l-3 12q-1 5 -3.5 9.5t-5.5 7.5v0q-4 3 -9 5t-10 2v0v0h-62h-1.5
12
+ h-0.5q-4 0 -7.5 -2t-5.5 -5v0q-2 -3 -3.5 -6.5t-1.5 -7.5v-1t1 -2v0l12 -55q8 -31 29 -54t51 -33h1l29 -10q13 -4 28 -6.5t31 -2.5h0.5h1.5v0h2h2q21 0 40 2.5t38 8.5l-2 -1q18 6 34.5 14t30.5 18v-1q14 10 24.5 23t17.5 28l1 1q6 16 10 33.5t4 36.5v1.5v0.5v0v1.5v1.5
13
+ q0 11 -2 21.5t-6 20.5l1 -1q-5 13 -7 19q-3 6 -6 11t-7 9h1v0zM563 819q-4 3 -8 5t-9 2v0v0h-67v0h-1q-9 0 -16 -7t-7 -17v0v0v0v-63v0v0q0 -10 7 -17t16 -7h1v0h67v0v0q10 0 17 7t7 17v0v0v0v63v0v0q0 5 -2 9.5t-5 7.5v0v0z" />
14
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1025 1024">
4
+ <path fill="currentColor"
5
+ d="M698 760q-11 13 -17 29t-6 34q0 41 28.5 69.5t68.5 28.5q3 0 5.5 -0.5t4.5 -0.5v0q20 -1 36.5 -10.5t28.5 -24.5v0q10 -12 16 -28t6 -34v-4.5v-4.5v0q-4 -37 -31.5 -62.5t-65.5 -25.5h-2.5h-2.5v0q-21 1 -38.5 10t-30.5 24v0v0zM29 261q-11 12 -17.5 28.5t-6.5 34.5
6
+ q0 23 10 42.5t26 32.5h1q12 11 27.5 16.5t32.5 5.5h5.5h5.5v0q20 -2 36.5 -11t27.5 -24h1q10 -13 16 -29t6 -33v-5.5v-4.5v1q-4 -38 -31.5 -63.5t-65.5 -25.5h-2.5h-2.5v0q-21 1 -39 10t-30 24v1v0zM23 628q-11 12 -17 28.5t-6 34.5q0 40 28.5 68.5t69.5 28.5h4.5h5.5h-1
7
+ q20 -2 36.5 -11t28.5 -24v0q11 -13 17 -29t6 -33q0 -3 -0.5 -5t-0.5 -5v1q-3 -38 -31 -63.5t-66 -25.5h-2h-2v0q-21 1 -39 10t-31 24v1v0zM318 35q-11 12 -17.5 28.5t-6.5 34.5q0 40 29 68.5t69 28.5h4.5h5.5h-1q20 -2 37 -11t28 -24v0q11 -13 17 -29t6 -33v-5.5t-1 -4.5v1
8
+ q-3 -38 -30.5 -63.5t-65.5 -25.5h-3h-2v0q-21 1 -39 10t-30 24v1v0zM325 863q-11 13 -17 29.5t-6 34.5q0 23 9.5 42.5t26.5 32.5v0q12 11 27.5 16.5t33.5 5.5h5.5h5.5h-1q20 -2 37 -11.5t28 -23.5v0q11 -13 17 -29t6 -33q0 -3 -0.5 -5.5t-0.5 -4.5v0q-3 -37 -31 -62.5
9
+ t-66 -25.5h-2h-2v0q-21 1 -39 10t-31 24v1v-1zM834 427q-11 13 -17.5 29t-6.5 34q0 41 28.5 69.5t69.5 28.5h4.5t5.5 -1h-1q20 -1 37 -10.5t28 -24.5v0q11 -12 17 -28t6 -34v-4.5t-1 -4.5v0q-3 -37 -31 -62.5t-65 -25.5h-3h-2v0q-21 1 -39 10t-30 24v0v0z" />
10
+ </svg>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1145 1024">
4
+ <path fill="currentColor"
5
+ d="M512 1024q-106 0 -199 -40q-94 -40 -163 -109.5t-110 -163.5q-40 -93 -40 -199t40 -199q41 -94 110.5 -163.5t162.5 -109.5t199 -40t199 40q94 40 163.5 109.5t109.5 163.5q40 93 40 199q0 77 -22 148.5t-61 131.5l1 -2l2 -3l3 -3q2 4 4 8.5t4 9.5l1 1q12 29 43 77
6
+ t126 116q-25 8 -53 11.5t-58 4.5v0h-4.5h-5.5q-58 0 -110.5 -20.5t-93.5 -56.5v0q-60 42 -133.5 65.5t-153.5 23.5h-0.5h-0.5v0v0zM512 171q-71 0 -133 26q-62 27 -108.5 73.5t-73.5 108.5q-26 62 -26 133t26 133q27 62 73.5 108.5t108.5 73.5q62 26 133 26t133 -26
7
+ q62 -27 108.5 -73.5t73.5 -108.5q26 -62 26 -133v0q0 -71 -27 -133q-26 -62 -72.5 -108.5t-108.5 -72.5q-62 -27 -133 -27v0v0zM510 739q-9 0 -17 -0.5t-16 -1.5h1v-73.5v-149.5v-150t1 -72q7 -1 13.5 -1.5t13.5 -0.5h2.5h2.5q48 0 90.5 18.5t74.5 50.5v0q29 30 45.5 70
8
+ t16.5 85q0 47 -17 88q-18 41 -48.5 71.5t-71.5 47.5q-41 18 -87 18h-2h-2v0v0z" />
9
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M512 0q-106 0 -199 40q-93 41 -162.5 110.5t-110.5 162.5q-40 93 -40 199t40 199q41 93 110.5 162.5t162.5 110.5q93 40 199 40t199 -40q93 -41 162.5 -110.5t110.5 -162.5q40 -93 40 -199t-40 -199q-41 -93 -110.5 -162.5t-162.5 -110.5q-93 -40 -199 -40zM448 256h128
6
+ v128h-128v-128zM640 768h-256v-64h64v-192h-64v-64h192v256h64v64z" />
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M0 456h1024v101h-1024v-101z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M509 0l515 509l-509 515l-515 -509l509 -515v0z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1048 1024">
4
+ <path fill="currentColor"
5
+ d="M960 64v896h-896v-896h896zM1024 0h-1024v1024h1024v-1024zM55 343l640 628l-45 45l-640 -627l45 -46v0zM388 11l640 627l-45 45l-640 -627l45 -45v0z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M1024 544h-256v-64h256v64zM640 544h-256v-64h256v64zM256 544h-256v-64h256v64z" />
6
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1209 1024">
4
+ <path fill="currentColor"
5
+ d="M1004 622q-17 -27 -45.5 -43t-62.5 -16h-0.5h-0.5v0q-2 0 -5 -0.5t-6 -0.5q-2 0 -5 0.5t-6 0.5h1h-6q-25 3 -40 4.5t-24 2.5q-10 0 -24.5 -2t-39.5 -5h-6q-3 0 -5.5 -0.5t-5.5 -0.5t-6 0.5t-5 0.5v0h-0.5h-0.5q-34 0 -62.5 16t-45.5 43v0q-19 23 -29.5 52t-10.5 62
6
+ q0 4 0.5 8.5t0.5 8.5v-1v29q1 53 76 80.5t164 26.5h5q88 0 160 -27t74 -80q0 -3 0.5 -7t0.5 -8q0 -3 -0.5 -7t-0.5 -8v1q1 -4 1 -8.5v-8.5q0 -33 -10.5 -61.5t-29.5 -52.5v1v0zM802 540q52 0 89 -37t37 -89v-66q0 -52 -37 -89t-89 -37t-89 37t-37 89v0v66q0 52 37 89t89 37
7
+ v0zM1188 719q1 -4 1 -8v-8q0 -25 -6 -48.5t-18 -44.5l1 1q-7 -20 -24 -33t-39 -15v0h-4h-2h-2h-2h-2v0h-4l-15 2l-22 4l-21 -4l-16 -2h-3h-2h-3h-2h-2v0h-11q25 4 43.5 19.5t27.5 38.5v0q13 25 21 54t8 60q0 5 -0.5 9t-0.5 9v-1v14.5v14.5q0 14 -4.5 26.5t-12.5 22.5h1
8
+ q22 -2 42 -9t38 -18h-1q16 -9 25.5 -25t10.5 -35v-1v-12v-11v0zM621 563h-9h-2h-2h-2h-2v0h-4l-15 3l-22 3l-21 -3l-15 -2h-4h-2h-2h-2.5h-2.5v0h-4l-8 2t-7 2v0v-347h70v-221h-565v221h71v587v0v0q0 44 16 83q17 39 46 68t67 46q39 18 83 18v0q43 -1 80 -17t65.5 -43
9
+ t45.5 -64q17 -36 20 -78v0q9 3 20.5 5.5t23.5 3.5v0q-7 -10 -11.5 -22.5t-4.5 -26.5v0v-14.5v-14.5q-1 -4 -1 -8.5v-9.5q0 -31 7.5 -59.5t21.5 -54.5l-1 2q9 -24 28 -39.5t44 -19.5v0v0zM283 957q-61 -1 -103.5 -44.5t-42.5 -104.5v-0.5v-0.5v0v-609l2 -43h-73v-89h433v89
10
+ h-72v507q-2 9 -3 19.5t-1 22.5v0v0v0h-55v50h59q1 3 1.5 5.5t1.5 5.5v-1v44v0v1q0 61 -43 104t-104 44v0v0zM551 442q0 41 29 70t70 29v0q15 0 28 -4t24 -11v0q-30 -16 -48 -45.5t-18 -65.5v0v0v0v-66q0 -19 5.5 -36.5t14.5 -32.5v1h-6q-41 0 -70 29t-29 70v0v62zM908 525
11
+ q11 7 24 11t28 4v0q41 0 70 -29t29 -70v0v-62q0 -41 -29 -70t-70 -29v0h-6q9 14 14.5 31.5t5.5 36.5v0v0v0v65v0.5v0.5q0 36 -18 65t-47 45l-1 1v0zM368 239h61v50h-61v-50zM368 471h61v50h-61v-50v0zM325 355h104v50h-104v-50zM325 588h104v50h-104v-50z" />
12
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1209 1024">
4
+ <path fill="currentColor"
5
+ d="M264 1024v0v0q-73 0 -128 -47t-67 -117v-1h-3v-694h-66v-165h529v165h-67v430h67v132h-67v66h727v99h-738q-21 58 -71.5 95t-115.5 37v0v0zM33 40v89h83v719h2q9 53 50 88.5t96 36.5v0q55 -1 96 -36.5t50 -87.5v-1h3v-719h82v-89h-462zM1024 727h-99v-562h99v562z
6
+ M859 727h-99v-232h99v232zM694 727h-99v-397h99v397z" />
7
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1469 1024">
4
+ <path fill="currentColor"
5
+ d="M151 66q-10 -1 -18.5 -4.5t-15.5 -9.5v0l-27 -14l-26 29q-8 7 -14 14.5t-12 15.5l-1 1q4 9 7 17t7 15l-1 -1q5 8 7.5 16.5t2.5 18.5v0q-6 6 -14 10t-17 6v0l-29 11v84l27 9q5 3 11.5 5.5t12.5 4.5h2q2 1 3.5 2.5t2.5 3.5v0q1 2 1 3.5v3.5v1.5v1.5v0q-3 9 -6 16t-6 13v-1
6
+ l-13 33l26 28l27 30l27 -15q7 -5 15 -8.5t17 -4.5v-1q7 10 12 22t7 24v1l6 20h26l1 255v256l5 10q3 5 6.5 10t7.5 9v0q4 4 8.5 7t10.5 5v0q28 5 587 5h134q345 0 403 -2q3 0 6.5 0.5t6.5 0.5q15 0 28.5 -3.5t25.5 -9.5l-1 1q1 -2 2 -3t2 -1q4 -4 7 -9l6 -10v0l5 -10v-371
7
+ q0 -272 -1 -322v-5.5v-5.5q0 -12 -1 -24.5t-2 -24.5v2q-5 -9 -11.5 -16.5t-15.5 -11.5v0q-32 -4 -68 -5.5t-73 -1.5h-23.5t-22.5 1h2h-177v-45q0 -2 0.5 -5t0.5 -6q0 -11 -1.5 -21.5t-3.5 -21.5l1 2q-3 -6 -6.5 -11t-8.5 -9v0q-4 -4 -8.5 -7t-10.5 -6v0q-8 -2 -195 -2h-17
8
+ q-137 0 -161 2v0v0q-10 0 -19 3t-16 9v0l-1 2q-5 5 -8.5 11t-6.5 13v0q-2 11 -3 22.5t-1 24.5v0v0v0v45h-172l-26 -11q-9 -2 -16.5 -6t-13.5 -10v0q1 -9 3.5 -17t7.5 -15h-1q6 -14 9.5 -22t4.5 -10q-5 -10 -11 -18.5t-13 -14.5v0q-7 -8 -13.5 -15t-14.5 -13v0q-8 3 -15 6.5
9
+ t-13 7.5h1q-6 5 -13 7.5t-14 2.5h-4h-4v0q-4 -8 -7.5 -16t-5.5 -17v-1l-10 -31h-75l-10 31q-1 10 -5 19t-9 16v0v0zM297 182l4 10h-27h-3h-3q-8 0 -15.5 1t-15.5 2h1q-11 4 -19.5 11.5t-12.5 17.5v1l-7 12v52l-2 52l-7 -1q-13 -4 -23.5 -10.5t-19.5 -15.5v0
10
+ q-12 -11 -19.5 -26t-10.5 -32v0q-1 -5 -1.5 -10.5t-0.5 -11.5q0 -12 2.5 -23.5t7.5 -22.5v1q7 -21 22.5 -35.5t36.5 -21.5v-1q6 -2 12 -3t12 -1q2 0 4 0.5t4 0.5h-1h0.5h0.5q9 0 18.5 2.5t17.5 6.5h-1q15 7 26.5 18.5t18.5 25.5l1 1v0zM990 192h-333v-58h333v58v0zM920 375
11
+ q22 12 40.5 26.5t33.5 33.5v0q15 18 26.5 38.5t18.5 43.5l1 2q6 21 10 44.5t4 48.5v0.5v0.5v0q0 25 -5 49.5t-14 47.5l1 -2q-9 24 -22.5 44.5t-30.5 37.5v0q-23 27 -54.5 44.5t-66.5 24.5l-2 1q-7 1 -14.5 1.5t-16.5 0.5h-8.5t-8.5 -1l1 1q-13 -1 -25 -2.5t-24 -4.5h2
12
+ q-12 -4 -23 -8.5t-20 -10.5l1 1q-11 -5 -20.5 -11.5t-18.5 -13.5h1q-32 -27 -54 -63t-31 -78v-1q-3 -13 -4.5 -26.5t-1.5 -27.5v-3v-2v0v-3.5v-3.5q0 -12 0.5 -24t1.5 -24v2q7 -41 25.5 -76t46.5 -63v0q25 -26 58 -43.5t71 -22.5h1q6 -1 12 -1.5t12 -0.5t12.5 0.5t12.5 1.5
13
+ h-1q20 3 38.5 8.5t35.5 14.5l-1 -1v0zM803 436q-4 4 -6 8t-4 9v0q-1 11 -2 23t-1 25q0 4 0.5 8t0.5 8v-1v56l-55 1h-37q-6 1 -10.5 1.5t-9.5 1.5h1q-3 1 -6 2.5t-5 3.5v0q-1 1 -2.5 4t-3.5 8q-2 4 -3 8t-1 9q0 10 4.5 18t12.5 13v0q10 3 21 4.5t23 1.5q4 0 8 -0.5t8 -0.5v0
14
+ l55 1v55q0 4 -0.5 8t-0.5 8q0 13 1 25.5t2 25.5v-2q2 9 8.5 16t15.5 9v0q2 1 4.5 1.5t4.5 0.5q7 0 13 -3t10 -8v0q4 -4 7 -9t3 -11v0q1 -10 1.5 -22t0.5 -24v-6.5v-6.5v0v-57h53q3 0 7 0.5t8 0.5q12 0 24 -1.5t23 -4.5h-1q8 -5 13 -13.5t5 -19.5v-0.5v-0.5v0v-1.5v-1.5
15
+ q0 -10 -5 -17.5t-13 -12.5v0q-11 -2 -22.5 -3t-24.5 -1h-7t-8 1h1h-53v-59q0 -4 0.5 -8t0.5 -8q0 -14 -1.5 -27.5t-4.5 -26.5v2q-2 -6 -6.5 -10.5t-9.5 -7.5v0q-4 -2 -7.5 -3t-7.5 -1q-3 0 -5 0.5t-4 1.5v-1q-4 2 -7.5 5t-5.5 6v0v0z" />
16
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1456 1024">
4
+ <path fill="currentColor"
5
+ d="M711 1024v-160h-711v160h711zM315 803v-255h-159v255h159zM551 803v-567h-159v567h159zM793 803v-331h-159v331h159zM1023 0h-159v714l159 -166v-548zM750 1024h118l445 -446l-122 -122l-442 442zM1411 481q10 -10 16.5 -23t8.5 -28v-1v-3v-5q0 -11 -4 -21t-12 -18v0
6
+ l-33 -33q-8 -7 -18 -11.5t-21 -4.5h-4t-4 1v-1q-15 2 -28.5 8.5t-23.5 16.5v0l-58 59l122 122z" />
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 954 1024">
4
+ <path fill="currentColor"
5
+ d="M0 1024v-922v-2v-2q0 -39 27 -67.5t66 -30.5h1h747q39 2 66 30.5t27 67.5v2.5v2.5v-1v615v2v2q0 39 -27 67.5t-66 30.5v0h-654zM130 49q-30 1 -51 22.5t-21 52.5v0.5v0.5v0v787l145 -152h605q30 -1 51.5 -22.5t21.5 -51.5v-1.5v-0.5v0v-561v-0.5v-1.5q0 -30 -21.5 -51.5
6
+ t-51.5 -22.5v0zM497 573h-64v-63h64v63zM497 479h-62q0 -74 46.5 -91t46.5 -64q0 -25 -18 -43t-44 -18v0v0v0q-25 0 -43 18.5t-19 43.5v0h-62q3 -49 39 -83t85 -34q50 0 86 34t38 83h1q0 58 -47 81t-47 74v-1z" />
7
+ </svg>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1171 1024">
4
+ <path fill="currentColor"
5
+ d="M928 965q9 -1 14.5 -6.5t5.5 -13.5v-543h123h0.5h0.5q7 0 12 -4t6 -10v0q1 -1 1 -2.5v-3.5q0 -5 -2.5 -9.5t-7.5 -6.5v0l-495 -303q-2 -2 -5 -2.5t-5 -0.5q-3 0 -6 0.5t-5 2.5v0l-495 303q-4 2 -6.5 6.5t-2.5 9.5q0 8 5.5 14t13.5 6h123v542q0 8 6 13.5t14 5.5v0h705v2z
6
+ M928 1023h-706q-33 0 -56 -23t-23 -56v0v-482h-63q-33 -1 -55.5 -24t-22.5 -56q0 -21 10.5 -39t26.5 -28h1l495 -303q9 -6 19.5 -9t21.5 -3q12 0 22.5 3.5t19.5 8.5v0l495 303q17 10 27.5 28t10.5 39q0 33 -22.5 56t-55.5 24v0h-65v482q0 33 -23.5 56t-56.5 23v0v0z
7
+ M654 1023h-159q-33 0 -56.5 -23t-23.5 -56v0v-359q0 -33 23.5 -56.5t56.5 -23.5v0h159q33 0 56.5 23.5t23.5 56.5v0v359q0 33 -23.5 56t-56.5 23v0v0zM495 565q-8 0 -14 6t-6 14v0v359q0 8 6 13.5t14 5.5v0h159q9 0 14.5 -5.5t5.5 -13.5v0v-359q0 -8 -5.5 -14t-14.5 -6v0
8
+ h-159z" />
9
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-11 0 1080 1024">
4
+ <path fill="currentColor"
5
+ d="M530 967q45 0 87 -9.5t80 -27.5l-2 1q38 -18 71 -41.5t60 -53.5v0l21 -23l29 5q4 1 9 1.5t10 0.5v0v0v0q46 0 78 -32t32 -77q0 -29 -13.5 -52.5t-35.5 -38.5v0l-25 -17v-30v-4v-4v-0.5v-0.5q0 -64 -19.5 -123t-54.5 -108l1 1q-35 -49 -81.5 -86t-102.5 -59l-2 -1l-30 -11
6
+ l-5 -31q-6 -40 -36.5 -66.5t-71.5 -26.5t-71.5 26.5t-36.5 65.5v1l-5 31l-30 11q-58 23 -105 60t-80 85l-1 1q-35 48 -54 107t-19 123v0.5v0.5v0v4v4v30l-25 17q-22 14 -35.5 38t-13.5 53q0 45 32 77t77 32h1v0v0q5 0 9.5 -0.5t9.5 -1.5h-1l30 -5l20 23q28 29 60.5 53
7
+ t68.5 41l3 1q36 17 78 26.5t86 9.5h1h2zM528 1022h-1v0q-50 0 -97 -10q-47 -11 -89.5 -30t-80.5 -46q-38 -28 -69 -62v0q-6 1 -13 1.5t-14 0.5h-0.5h-0.5v0q-68 0 -116 -48t-48 -116q0 -43 19.5 -78.5t52.5 -58.5h1v-4.5v-4.5q0 -73 21 -139q22 -66 60.5 -121.5t91.5 -98.5
8
+ q54 -42 118 -67l3 -1q9 -59 55 -99t107 -40t107 40t55 98v1q66 25 120 68q54 42 93 97.5t61 122.5q22 66 22 139v0v4.5v4.5q33 22 53 58t20 79q0 68 -48 116t-116 48v0h-0.5h-0.5q-7 0 -14 -0.5t-14 -2.5l1 1q-32 34 -69 61q-38 27 -80.5 46.5t-89.5 29.5t-97 10h-0.5h-0.5
9
+ v0zM530 328q-68 0 -116.5 -48t-48.5 -116t48.5 -116.5t116.5 -48.5t116 48.5t48 116.5v0q0 68 -48 116t-116 48v0zM530 54q-46 0 -78 32t-32 78q0 45 32 77t78 32q45 0 77 -32t32 -77v0q0 -46 -32 -77.5t-77 -31.5v0v0v0v-1zM895 875q-68 0 -116.5 -48t-48.5 -116t48.5 -116
10
+ t116.5 -48t116 48t48 116v0q0 68 -48 116t-116 48v0zM895 602q-46 0 -78 32t-32 77q0 46 32 78t78 32q45 0 77 -32t32 -78v0q0 -45 -32 -77t-77 -32v0v0v0v0zM165 875q-68 0 -116.5 -48t-48.5 -116t48.5 -116t116.5 -48t116 48t48 116v0q0 68 -48 116t-116 48v0v0zM165 602
11
+ q-46 0 -78 32t-32 77q0 46 32 78t78 32q45 0 77 -32t32 -78v0q0 -45 -32 -77t-77 -32v0v0v0v0z" />
12
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-12 0 1363 1024">
4
+ <path fill="currentColor"
5
+ d="M830 501q0 96 -26 181q-26 84 -70.5 147t-104.5 100q-60 36 -128 36t-128 -36q-60 -37 -104.5 -100t-70.5 -147q-26 -85 -26 -181t26 -180q26 -85 70.5 -148t104.5 -99q60 -37 128 -37t128 37q60 36 104.5 99t70.5 148q26 84 26 180zM501 2q-75 0 -142 39t-117 107.5
6
+ t-78 159.5q-29 91 -29 195q0 103 28 195q29 91 79 159t117 107q66 40 142 40t143 -40q66 -39 116 -107t79 -159q29 -92 29 -195q0 -104 -29 -195t-79 -159.5t-116 -107.5q-67 -39 -143 -39zM642 501q0 103 -13 188t-33 146.5t-45 95.5t-50 34t-50 -34t-45 -95.5t-33 -146.5
7
+ q-12 -85 -12 -188q0 -102 12 -188q13 -85 33.5 -146.5t45.5 -95.5t49 -34t49 34t45.5 95.5t33.5 146.5q13 86 13 188zM501 2q-43 0 -76 44q-34 44 -56.5 115t-33.5 161q-12 90 -12 181t12 181q11 89 33.5 160.5t56.5 115.5q33 44 76 44t77 -45q33 -44 55 -115.5t34 -161.5
8
+ q11 -90 11 -181t-11 -180q-12 -90 -34 -161t-56 -114q-33 -44 -76 -44v0zM965 501q0 96 -36 181q-37 84 -100 147t-147 100q-85 36 -181 36t-181 -36q-84 -37 -147 -100t-99 -147q-37 -85 -37 -181t37 -181q36 -84 99 -147t147 -99q85 -37 181 -37v0q96 0 181 37
9
+ q84 36 147 99t99 148q37 84 37 180v0zM501 2h-0.5h-0.5q-104 0 -196 39q-91 39 -159 107t-107 160q-40 91 -40 195t40 195q39 91 107 159t159 107q92 40 196 40q103 0 195 -40q91 -39 159 -107t107 -159q40 -91 40 -195v-1.5v-0.5v0q-1 -103 -40 -194q-40 -91 -107.5 -158.5
10
+ t-158.5 -106.5q-91 -40 -194 -40v0v0zM23 497h955v38h-955v-38zM85 247h832v37h-832v-37zM85 748h832v37h-832v-37zM1341 703q0 -19 -13 -32t-31 -13v0h-6q-21 0 -37.5 -11t-24.5 -29v0v-7q-2 -5 -3 -11t-1 -13v0v0v-1q0 -13 5.5 -25.5t14.5 -21.5v0q6 -6 10 -14.5t5 -18.5
11
+ v0v0v0q0 -9 -3.5 -17t-9.5 -14v0q-6 -6 -14 -9.5t-18 -3.5v0v0v0q-9 0 -17 3.5t-14 9.5v0q-9 9 -22 15t-28 6v0q-28 0 -48 -20t-20 -48v0q0 -19 -13.5 -32.5t-32.5 -13.5v0q-18 0 -31 13t-13 32v0v0v5q-1 21 -12.5 37.5t-29.5 23.5h-1h-6q-5 3 -11 4t-13 1v0v0v0h-0.5h-0.5
12
+ q-14 0 -26 -5t-21 -14v0q-6 -7 -15 -11t-19 -5v0q-18 1 -31 14t-13 31v0q0 9 3.5 17.5t9.5 14.5v0l2 3q9 8 14.5 20t5.5 25v1v0v0q0 8 -2 15t-5 14v-1q-7 19 -24 31t-38 13v0h-2q-19 0 -32 13t-14 32v0q0 18 13 31t32 13v0v0h6q13 1 25.5 6t21.5 14v0q9 9 14.5 21.5
13
+ t6.5 26.5v0v0v0q0 14 -5.5 26.5t-14.5 21.5v0q-7 6 -11 15t-4 19v0v0v0q0 10 3.5 18t9.5 14v0q6 5 14 8.5t17 4.5v0q10 0 18 -3.5t14 -9.5v0q10 -10 23 -16t27 -6h0.5h0.5v0q28 1 48 20.5t22 46.5v1v2v0v0q0 19 13 32t32 14v0q18 0 31 -13.5t13 -31.5v0v0v-5v0v0
14
+ q0 -14 5.5 -26.5t14.5 -21.5v0q9 -9 21.5 -14.5t26.5 -5.5t26.5 5.5t21.5 14.5h1q6 7 14 10.5t18 3.5v0q19 0 32 -13t13 -32q0 -9 -3.5 -17t-8.5 -14v0q-10 -9 -15.5 -21.5t-5.5 -27.5v0v0v0q0 -28 19.5 -48t47.5 -21h3v0v0q18 0 31 -12t14 -30v0v-3zM1019 799
15
+ q-38 0 -64.5 -26.5t-26.5 -64.5t26.5 -65t64.5 -27v0q38 0 65 27t27 65t-27 64.5t-65 26.5v0v0z" />
16
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1104 1024">
4
+ <path fill="currentColor"
5
+ d="M1024 964v-301h-964v301h964zM1024 361v-301h-964v301h964zM1084 1024h-1084v-422h1084v422zM1084 422h-1084v-422h1084v422z" />
6
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1045 1024">
4
+ <path fill="currentColor"
5
+ d="M428 1q-21 7 -22.5 29t18.5 31l6 4h40v87h-3q-2 0 -5.5 0.5t-6.5 1.5q-43 7 -84 24.5t-77 43.5l-6 5l-61 -62l13 -13q13 -14 16.5 -21.5t1.5 -18.5q-4 -15 -18 -21.5t-28 0.5q-3 1 -22 19l-40.5 40.5t-39.5 40.5t-19 22q-7 16 2.5 30.5t26.5 14.5q9 0 14.5 -3t17.5 -15
6
+ l14 -14l30 31q13 12 22 21.5l9 9.5l-1.5 2t-3.5 5q-26 35 -44.5 78.5t-24.5 86.5l-1 9h-87v-20q0 -15 -0.5 -18.5t-2.5 -6.5q-10 -21 -32 -19t-28 23q-2 7 -2 85t2 84q6 18 26 21t31 -13q4 -5 5 -10.5t1 -20.5v-19h87l2 9q5 43 23.5 86.5t44.5 78.5q2 3 3.5 5l1.5 2
7
+ q0 1 -9 10t-22 21l-30 31l-14 -14q-13 -12 -18 -15t-15 -2q-17 0 -26 14.5t-2 30.5q2 3 20 22t39.5 40.5t40.5 39.5q19 19 22 20q20 9 36 -7t7 -36q-2 -3 -5 -7t-11 -11l-13 -14l62 -61l6 4q38 29 79.5 45.5t92.5 24.5l3 1v86l-40 1l-6 3q-18 9 -18 29t18 29l5 3h167l4 -2
8
+ q18 -9 19 -27.5t-15 -29.5q-4 -3 -10.5 -4t-20.5 -1h-17v-87h3q1 -1 4.5 -1.5t7.5 -0.5q41 -7 80.5 -23.5t74.5 -41.5l11 -8l62 62l-14 13q-12 12 -15 17.5t-3 14.5q0 18 15 27.5t32 1.5q6 -3 62 -59t58 -62q3 -5 3 -14t-3 -14q-5 -9 -12 -13.5t-17 -4.5t-15 3t-17 15
9
+ l-13 13l-62 -62l4 -4q25 -33 43.5 -75t25.5 -86l2 -15h87v19q0 17 1.5 22.5t6.5 11.5q12 13 30 10t25 -20l2 -5v-162l-3 -7q-6 -15 -23 -19t-29 8q-7 6 -8 11.5t-2 22.5v20h-87l-2 -15q-8 -43 -26 -86t-43 -74l-4 -5l61 -61l13 12q13 12 18 15t15 3q15 0 23 -8.5t8 -22.5
10
+ q0 -12 -6 -19.5t-54 -56.5q-49 -48 -57.5 -55t-19.5 -7q-14 0 -23 9t-9 23q0 9 3 14.5t15 17.5l13 13l-61 62l-9 -7q-34 -25 -74.5 -42t-81.5 -23q-5 -1 -9.5 -2l-4.5 -1h-2v-87h17q10 0 15 -0.5t8 -1.5q21 -6 23 -27.5t-17 -32.5l-6 -3h-82q-50 0 -67 0.5t-19 0.5v0z
11
+ M413 280q42 11 53.5 52.5t-19.5 71.5q-30 30 -70.5 19.5t-52.5 -51.5t18 -71.5t71 -20.5v0zM652 621q21 7 28 27.5t-6 38.5q-18 23 -46 14.5t-30 -38.5q0 -22 16.5 -35t37.5 -7v0z" />
12
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M980 696q16 -20 23.5 -41.5t6.5 -43.5q-1 -24 -10 -43t-18 -31q10 -26 8.5 -62.5t-35.5 -68.5q-26 -23 -69 -33.5t-103 -7.5q-43 2 -73.5 7.5t-32.5 5.5v0q-8 2 -16.5 3.5t-17.5 3.5q0 -10 4 -38.5t23 -85.5q23 -69 21.5 -121t-26.5 -87q-27 -37 -62 -45t-47 -8t-23 5
6
+ t-19 14q-18 21 -19 52.5t1 49.5q-10 28 -29 74q-20 45 -43.5 91.5t-50.5 87.5q-26 41 -51 60q-1 1 -2 1.5t-2 1.5q-14 16 -24.5 32t-17.5 31q-9 -5 -19.5 -7.5t-22.5 -2.5h-131q-37 0 -63 26t-26 63v348q0 37 26.5 63t62.5 26h131q14 0 27 -4.5t24 -12.5l51 6q3 1 28 4
7
+ t64.5 6t89.5 5t103 1q19 1 37 2t35 1q29 0 54 -2t45 -7q50 -10 83 -31t50 -52q13 -23 15 -45t0 -37q32 -29 41 -58.5t8 -52.5q-1 -13 -3.5 -24t-5.5 -19v0zM103 958q-13 0 -22 -9.5t-9 -21.5v-349q0 -13 9.5 -22t21.5 -9h131q13 0 22 9.5t9 21.5v348q0 13 -9 22.5t-22 9.5
8
+ h-131v0v0zM925 671q-7 7 -8 17t4 18l4.5 10t5.5 26q1 21 -9 39.5t-31 34.5q-8 6 -10.5 15t0.5 18l2.5 17.5t-8.5 37.5q-11 19 -34.5 33t-60.5 21q-29 7 -68 8t-88 -3h-1h-2q-51 1 -101 -1t-89 -5t-63 -6t-25 -3v0l-22 -3q1 -4 1.5 -9t0.5 -9v-349q0 -7 -1 -13.5t-3 -12.5
9
+ q3 -11 12 -32t28 -42q36 -28 70 -84t61 -112.5t45 -99.5q17 -44 18 -48t1.5 -7.5t-0.5 -7.5q-2 -18 -1.5 -36.5t4.5 -25.5q9 1 28 5.5t33 23.5q16 23 15.5 62.5t-18.5 93.5q-27 82 -29.5 127.5t18.5 64.5q11 9 24 10.5t23 -2.5q10 -2 19.5 -4t17.5 -4h2h1
10
+ q49 -11 121.5 -12.5t103.5 26.5q26 24 17.5 49.5t-10.5 28.5q-6 9 -4.5 19.5t9.5 17.5q0 1 11.5 15t12.5 35q0 15 -6.5 29.5t-20.5 28.5v0z" />
11
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M980 696q16 -20 23.5 -41.5t6.5 -43.5q-1 -24 -10 -43t-18 -31q10 -26 8.5 -62.5t-35.5 -68.5q-26 -23 -69 -33.5t-103 -7.5q-43 2 -73.5 7.5t-32.5 5.5v0q-8 2 -16.5 3.5t-17.5 3.5q0 -10 4 -38.5t23 -85.5q23 -69 21.5 -121t-26.5 -87q-27 -37 -62 -45t-47 -8t-23 5
6
+ t-19 14q-17 21 -18.5 52.5t0.5 49.5q-10 28 -29 74q-20 45 -43.5 91.5t-50.5 87.5q-26 41 -51 60q-1 1 -2 1.5t-2 1.5q-14 16 -24.5 32t-17.5 31q-9 -5 -19.5 -7.5t-22.5 -2.5h-131q-37 0 -63 26t-26 63v348q0 37 26.5 63t62.5 26h131q14 0 27.5 -4.5t23.5 -12.5l51 6
7
+ q3 1 28 4t64.5 6t89.5 5t103 1q19 1 37 2t35 1q29 0 54 -2t46 -7q49 -10 82 -31t50 -52q14 -23 15.5 -45t-0.5 -37q32 -29 41 -58.5t8 -52.5q-1 -13 -3.5 -24t-5.5 -19v0z" />
8
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M44 328q-16 20 -23.5 41.5t-6.5 43.5q1 24 10 43t18 31q-10 26 -8.5 62.5t35.5 68.5q26 23 69 33.5t103 7.5q43 -2 73.5 -7.5t32.5 -5.5v0q8 -2 16.5 -3.5t17.5 -3.5q0 10 -4 38.5t-23 85.5q-23 69 -21.5 121t26.5 87q27 37 62 45t47 8t23 -5t19 -14q18 -21 19 -52.5
6
+ t-1 -49.5q10 -28 29 -74q20 -45 43.5 -91.5t50.5 -87.5q26 -41 51 -60q1 -1 2 -1.5t2 -1.5q14 -16 24.5 -32t17.5 -31q9 5 19.5 7.5t22.5 2.5h131q37 0 63 -26t26 -63v-348q0 -37 -26.5 -63t-62.5 -26h-131q-14 0 -27 4.5t-24 12.5l-51 -6q-3 -1 -28 -4t-64.5 -6t-89.5 -5
7
+ t-103 -1q-19 -1 -37 -2t-35 -1q-29 0 -54 2t-45 7q-50 10 -83 31t-50 52q-13 23 -15 45t0 37q-32 29 -41 58.5t-8 52.5q1 13 3.5 24t5.5 19v0zM921 66q13 0 22 9.5t9 21.5v349q0 13 -9.5 22t-21.5 9h-131q-13 0 -22 -9.5t-9 -21.5v-348q0 -13 9 -22.5t22 -9.5h131v0zM99 353
8
+ q7 -7 8 -17t-4 -18l-4.5 -10t-5.5 -26q-1 -21 9 -39.5t31 -34.5q8 -6 10.5 -15t-0.5 -18l-2.5 -17.5t8.5 -37.5q11 -19 34.5 -33t60.5 -21q29 -7 68 -8t88 3h1h2q51 -1 101 1t89 5t63 6t25 3v0l22 3q-1 4 -1.5 9t-0.5 9v349q0 7 1 13.5t3 12.5q-3 11 -12 32t-28 42
9
+ q-36 28 -70 84t-61 112.5t-45 99.5q-17 44 -18 48t-1.5 7.5t0.5 7.5q2 18 1.5 36.5t-4.5 25.5q-9 -1 -28 -5.5t-33 -23.5q-16 -23 -15.5 -62.5t18.5 -93.5q27 -82 29.5 -127.5t-18.5 -64.5q-11 -9 -24 -10.5t-23 2.5q-10 2 -19.5 4t-17.5 4h-2h-1q-49 11 -121.5 12.5
10
+ t-103.5 -26.5q-26 -24 -17.5 -49.5t10.5 -28.5q6 -9 4.5 -19.5t-9.5 -17.5q0 -1 -11.5 -15t-12.5 -35q0 -15 6.5 -29.5t20.5 -28.5v0z" />
11
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024">
4
+ <path fill="currentColor"
5
+ d="M44 328q-16 20 -23.5 41.5t-6.5 43.5q1 24 10 43t18 31q-10 26 -8.5 62.5t35.5 68.5q26 23 69 33.5t103 7.5q43 -2 73.5 -7.5t32.5 -5.5v0q8 -2 16.5 -3.5t17.5 -3.5q0 10 -4 38.5t-23 85.5q-23 69 -21.5 121t26.5 87q27 37 62 45t47 8t23 -5t19 -14q17 -21 18.5 -52.5
6
+ t-0.5 -49.5q10 -28 29 -74q20 -45 43.5 -91.5t50.5 -87.5q26 -41 51 -60q1 -1 2 -1.5t2 -1.5q14 -16 24.5 -32t17.5 -31q9 5 19.5 7.5t22.5 2.5h131q37 0 63 -26t26 -63v-348q0 -37 -26.5 -63t-62.5 -26h-131q-14 0 -27.5 4.5t-23.5 12.5l-51 -6q-3 -1 -28 -4t-64.5 -6
7
+ t-89.5 -5t-103 -1q-19 -1 -37 -2t-35 -1q-29 0 -54 2t-46 7q-49 10 -82 31t-51 52q-13 23 -14.5 45t0.5 37q-32 29 -41 58.5t-8 52.5q1 13 3.5 24t5.5 19v0z" />
8
+ </svg>
@@ -0,0 +1,34 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1158 1024">
4
+ <path fill="currentColor"
5
+ d="M856 957v-58h54h1h1h1.5h0.5v0l31 -34l10 2q6 1 13.5 1.5t14.5 0.5v0q64 0 109 -45t46 -109v0v-0.5v-0.5q0 -13 -2.5 -25t-6.5 -23l1 1q-16 -47 -55.5 -76.5t-89.5 -29.5h-1v0v0q-13 0 -25 2t-24 6h1q-46 15 -76 55t-30 91q0 13 2.5 25.5t6.5 23.5l-1 -1l3 11l-167 165
6
+ v0.5v1.5v0.5v0.5v0v77q0 2 1.5 3.5t3.5 1.5v0h109q2 0 3 -1.5t1 -3.5v0v0v0v-58h58v0h1q2 0 3 -1t2 -3v0v0zM1031 602q27 0 46 19t19 46t-19 46.5t-46 19.5q-28 0 -47 -19.5t-19 -46.5v0v0v0v-1v0q0 -27 19 -46t46 -19v0h1v0v1zM707 144q-6 -26 -31 -50q-26 -24 -70 -43
7
+ t-106 -30q-62 -12 -141 -12t-141 12q-62 11 -106 30t-70 43q-25 24 -31 50q-1 1 -1.5 3t-0.5 5v585v2v2v1.5v1.5v0q6 29 36 54q29 25 75.5 43t107.5 28q61 11 129 11q69 0 130 -11q61 -10 107.5 -28t75.5 -42q29 -25 36 -54q1 -2 1.5 -3.5t0.5 -3.5v-0.5v-0.5v0v-585v-2v-1
8
+ v-3t-1 -2v0v0zM680 547q0 1 -0.5 2.5t-1.5 3.5v0q0 1 -0.5 2t-1.5 2v0l-3 6q-1 1 -1.5 2.5t-1.5 2.5v0l-2.5 2.5t-2.5 3.5l-4 3l-7 7l-3 3q-3 2 -5.5 3.5t-4.5 3.5h-1h-2l-14 8h-2l-16 8q-26 12 -56 20.5t-61 13.5h-3q-7 2 -14 3l-14 2h-6l-25 2h-133l-26 -2h-5l-28 -5
9
+ q-34 -5 -64.5 -13.5t-58.5 -21.5l3 1q-5 -2 -9 -4l-8 -4v0h-2q-4 -2 -7 -4l-6 -4v0h-3q-3 -2 -5.5 -3.5t-4.5 -3.5v0q-1 -1 -2 -1.5t-2 -1.5v0l-3.5 -3.5l-3.5 -3.5v0l-3 -3q-2 -2 -3 -3.5t-2 -2.5h-1l-3 -5l-5 -5q-1 -1 -1.5 -2.5t-0.5 -2.5v0q-1 -3 -2 -6.5t-1 -7.5v-2.5
10
+ v-2.5v0q1 0 1 -1v-2v-2t-1 -2v0v-118v0v0l10 9q20 17 49 32q30 14 69 25t87 17q49 6 106 6q58 0 106 -6t87 -17t68 -26q30 -14 49 -30l12 -11v117v2v2v2v1v0q0 2 0.5 3.5t0.5 3.5t-0.5 3.5t-0.5 3.5v-1v2zM680 220v118v1.5v1.5v2v2v0v2.5v2.5v2v2v2v2v0q0 1 -0.5 2.5
11
+ t-1.5 3.5v0q0 1 -0.5 2t-1.5 2v0l-3 6l-3 4l-5 7q-1 0 -2 1t-1 2h-1l-7 7q-1 1 -2 1.5t-1 1.5v0l-11 7h-2l-14 8h-2l-16 8q-26 12 -56 20.5t-61 13.5l-3 1l-28 4h-6l-25 2h-101h-10h-10h-12l-26 -2h-5l-28 -4q-34 -5 -64.5 -14t-58.5 -22l3 1l-17 -8h-1l-14 -8l-3 -2
12
+ q-3 -2 -5.5 -3.5t-4.5 -3.5v0l-4 -3l-7 -7l-3 -3q-3 -2 -4.5 -3.5l-3.5 -3.5v0q-1 -1 -1.5 -2t-1.5 -2v0q-1 -1 -1.5 -2.5t-1.5 -3.5v0l-2 -5q-1 0 -1 -1v-1v-2t1 -2v1q-1 -2 -1 -3.5v-3.5v-3.5t1 -3.5v1v-2v-2v-2v-1v0v-116q0 1 2 2t3 3l3 3q3 2 6.5 5t7.5 5l16 11l5 3
13
+ l16 9h3q5 2 10 4.5t11 4.5l6 3l18 6q1 0 2.5 0.5t3.5 1.5v0q5 2 11.5 3.5t12.5 3.5h2h4l24 6h8l25 4h6l32 3h9l27 2h6h19h18h18.5h17.5h10l27 -2h9l32 -3h6l25 -4h9l24 -6h3q7 -2 13.5 -3.5t12.5 -3.5l6 -2l18 -6l6 -3l21 -9h3l16 -9l5 -3l13 -8l3 -3q4 -2 7.5 -5t6.5 -5
14
+ q1 -1 1.5 -2t1.5 -1v0l6 -5h2zM358 41q71 0 130 11t102 28t66 38q24 21 24 42t-24 42q-23 21 -65.5 38t-102.5 28q-59 11 -130 11q-72 0 -131 -11t-101 -28t-66 -39q-23 -21 -23 -42q0 -22 24 -43q23 -21 65.5 -38t102.5 -27q59 -10 130 -10h-1zM680 733v0.5v0.5v0.5v0.5v0
15
+ q-3 20 -28 41q-24 20 -66.5 36t-100.5 26q-57 10 -126 10q-68 0 -126 -10t-100.5 -26t-67.5 -37q-25 -20 -28 -41h0.5h0.5q0 -1 -0.5 -1h-0.5v0v-134l10 10q20 16 49 31q30 15 69 25.5t87 17.5q48 6 106 6q57 0 105 -7q49 -6 87.5 -17t68.5 -25q30 -15 49 -31q4 -3 6.5 -5.5
16
+ l5.5 -5.5v0v135zM359 889q-71 0 -133 -11q-63 -11 -110.5 -30t-77.5 -45t-36 -57q-1 -1 -1.5 -3.5t-0.5 -4.5v-0.5v-0.5v0v-585v-0.5v-0.5q0 -3 0.5 -5.5t2.5 -4.5v0q6 -26 31 -51q26 -25 70.5 -45t108.5 -33q63 -12 146 -12t146 12q64 13 108.5 33t70.5 45q25 25 32 51
17
+ q1 2 1.5 4.5t0.5 5.5v0v0v0v588v0v1q0 3 -0.5 5.5t-1.5 5.5v0q-7 29 -37 54q-30 26 -77.5 44.5t-109.5 28.5q-62 11 -133 11v0zM359 18q-80 0 -140 11q-61 11 -103.5 29.5t-66.5 41.5t-29 46v2v0.5v0.5v1.5v0.5v0v586v1.5v1.5q6 28 35 52t74.5 41.5t104.5 27.5t126 10
18
+ t126 -10t104.5 -27t74.5 -40q28 -24 35 -51v-1.5v-1.5v-1.5v-1.5v0v-585v-1.5v-0.5v-1.5v-0.5v0v-2q-7 -23 -31 -45q-24 -23 -66.5 -41.5t-103.5 -29.5q-61 -12 -140 -12v0zM359 857q-65 0 -123 -10q-58 -9 -103 -25.5t-73 -38.5t-32 -47v-158l26 25q22 18 53 33
19
+ q31 14 70.5 24t84.5 15q46 6 97 6t97 -5q46 -6 85 -16t70 -24t53 -33l11 -10l16 -16v158l-9 -2l8 3q-4 25 -32 47t-72.5 38.5t-103.5 26.5q-58 9 -123 9v0zM46 731v2q3 19 27 37q25 19 66.5 34.5t97.5 24.5q56 10 122 10q65 0 121 -10q56 -9 97.5 -24.5t66.5 -34.5
20
+ q25 -18 27 -37v-113q-23 19 -56 33q-32 15 -72 25t-87 16q-46 5 -98 5q-51 0 -98 -5q-46 -6 -86 -16t-73 -25q-32 -14 -56 -33zM359 667h-67l-26 -3h-5l-29 -4q-34 -6 -65.5 -15.5t-60.5 -22.5l4 2l-18 -9h-2l-14 -8l-3 -2l-11 -11l-4 -3q-2 -2 -4 -3.5t-4 -3.5v-1l-3 -3
21
+ l-3.5 -3.5t-2.5 -3.5v0l-4 -5q-1 -2 -1.5 -3.5t-1.5 -3.5v0q-1 -1 -2 -1.5t-2 -1.5v0v-2v-2v-1.5v-1.5v0q0 -2 -0.5 -4t-0.5 -5q0 -2 0.5 -4t0.5 -4v0v-0.5v-0.5v-1v-1v0v-143l16 15q2 3 4.5 5t5.5 4v1q22 18 53 33q31 14 70 24t85 15q46 6 97 6t97 -6q46 -5 85 -15t70 -24
22
+ t53 -33l11 -10l15 -16v142v1.5v0.5v0.5v1.5v0v3v3t0.5 2.5t0.5 2.5t-0.5 2.5t-0.5 2.5v0v2v1v2v2v0l-9 5l-4 7l-1.5 3t-1.5 2v0q-2 2 -3 3.5t-3 3.5v0l-2 2l-2 2v0l-7 7l-3 3l-12 8l-3 2l-14 8h-2l-17 8q-26 12 -56.5 21.5t-62.5 14.5l-3 1l-30 4h-5l-26 2h-18l-14 4h-34z
23
+ M86 588l12 8l18 9q26 11 55.5 19.5t60.5 13.5l2 1l29 4h5l26 2h31h34h34h32h12.5t12.5 -2h5l28 -4q34 -6 64 -14.5t58 -20.5l-3 1l16 -8q4 -3 8 -5t7 -4h-1h3q3 -2 5.5 -3.5t4.5 -3.5v0l3 -3l7 -6l3 -3l3 -3t2 -3v0q1 -1 1.5 -2.5t0.5 -2.5v0q1 -1 1.5 -2.5t1.5 -2.5v0l2 -4
24
+ v-5v-1.5v-1.5v-1.5v-1.5v0v-0.5v-1.5v-0.5v-0.5v0q0 -1 -0.5 -2.5t-0.5 -2.5t0.5 -2.5t0.5 -2.5v0v-95q-23 19 -56 33q-32 15 -72 25t-87 15q-47 6 -98 6t-98 -6q-47 -5 -87 -15t-72 -25q-33 -14 -56 -33v96v2v3v2v2v0q0 1 -0.5 2.5t-0.5 2.5t0.5 2.5t0.5 2.5v0v2.5v2.5v2
25
+ t2 1q1 1 0.5 2.5t1.5 2.5l3 4l5 6l3 4q2 1 3.5 2.5t3.5 2.5v0l3 3l9 7v9zM359 476h-17h-17h-33l-26 -2h-5l-29 -4q-34 -6 -65.5 -15.5t-60.5 -22.5l4 1l-18 -8q-5 -3 -9 -5.5t-7 -4.5l-3 -2l-15 -11l-8 -8l-3 -3l-3.5 -3.5t-2.5 -3.5l-3 -5q-1 -2 -2 -3.5t-2 -3.5v0
26
+ q-1 -1 -1.5 -2.5t-1.5 -2.5v-1l-1 -7q0 -2 -0.5 -4t-0.5 -4t0.5 -4.5t0.5 -4.5v1v-1v-1v-0.5v-0.5v0v-143l16 16l3 3l5 5l12 10l14 9l5 3l16 8h2l20 9l7 2l17 7l6 2l26 7h3l23 5h9l24 4h7q8 0 15.5 1.5t16.5 1.5h8l27 2h8h37h36h10l27 -2h8q9 0 16.5 -1t15.5 -2h6l24 -4h9
27
+ l19 -4l9 -2l24 -7l7 -3l17 -6l6 -2l21 -9h2l8 -4l8 -4l5 -3l12 -8l9 5l-5 -7q3 -3 6.5 -5.5t6.5 -5.5v-2q2 -1 3.5 -2.5t2.5 -3.5v0l7 7h9v123v0.5v1.5v0.5v1.5v0v1v2v1.5v1.5v0v2.5v2.5v2.5v2.5v0v1.5v1.5v2v2v-1q-1 2 -1.5 3.5t-1.5 3.5v-1q-1 2 -1.5 4t-1.5 3v0
28
+ q-1 1 -2 2.5t-2 2.5v0q-1 2 -2.5 3.5t-2.5 3.5v0l-4 3l-8 8h-3q-2 3 -4.5 5.5t-4.5 5.5v0h-3l-6 4t-7 4h-1q-5 3 -9.5 5t-9.5 4q-26 12 -56.5 21.5t-62.5 14.5l-33 5h-5l-26 2h-32q-10 3 -19 3.5t-18 0.5v-1zM46 336v2v2v2.5v2.5v0v2v2v3v2v0v1.5v1.5v1v1v0v1.5v2.5l3 5
29
+ q1 1 1.5 2t1.5 2v0l5 5l1 3q3 2 4.5 3.5l3.5 3.5l2 2l11 8q3 2 6.5 4t7.5 3v1q5 2 9.5 4.5t8.5 4.5q26 11 55 19.5t60 13.5h3l29 4h4l26 3h32h34h34h31l26 -3h5l28 -4q33 -5 63 -13.5t58 -21.5l-3 2q5 -2 9 -4.5t8 -4.5v1q4 -2 7.5 -4.5t7.5 -4.5h-1l3 -1q3 -2 5 -4t5 -4
30
+ l-1 1l4 -3l7 -6q0 -1 1 -2l2 -2v0q1 -1 2 -2.5t2 -2.5v0q1 -1 1.5 -2t1.5 -2v0q1 -1 1.5 -2l1.5 -3v0q0 -1 0.5 -2t0.5 -2v0v-4q0 -1 0.5 -1.5t0.5 -1.5t-0.5 -2t-0.5 -2v1q0 -1 0.5 -1.5l0.5 -0.5q0 -1 -0.5 -1.5l-0.5 -0.5v0v-2v-3v-2v-3v1v-96l-8 7h-2l-20 13l-17 8h-2
31
+ l-22 10l-6 2q-4 2 -8.5 3.5t-8.5 2.5l-1 1l-7 2l-26 7h-9q-5 0 -10 2t-10 3l-8 2l-25 4h-7l-32 3h-9l-27 2h-10h-38h-37h-11l-19 5h-8l-33 -4h-6l-25 -6l-10 -2l-24 -6h-4q-7 -2 -13.5 -3.5t-12.5 -3.5h-5q-6 -2 -11 -4l-10 -4h1l-6 -2q-6 -2 -11.5 -4.5t-10.5 -4.5h-2
32
+ l-17 -9l-5 -3l-14 -9l-3 -2l-8 -6v93zM359 287q-74 0 -135 -12q-61 -11 -104.5 -29t-67.5 -41t-24 -46t24 -46t67.5 -41t104.5 -30q61 -11 135 -11t135 11q61 12 104.5 30t67.5 41t24 46t-24 46t-67.5 41t-104.5 30q-61 11 -135 11v0zM359 49q-73 0 -131 11t-98.5 27
33
+ t-61.5 35q-22 19 -22 36t22 36q21 19 61.5 35.5t98.5 26.5q58 11 131 11t131 -11q58 -10 98.5 -26.5t61.5 -35.5q22 -19 22 -36t-22 -36q-21 -19 -61.5 -35t-98.5 -27q-58 -10 -131 -10v-1z" />
34
+ </svg>