supernav-test 2.2.11 → 2.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (476) hide show
  1. package/dist/App.test.d.ts +1 -0
  2. package/dist/App.test.js +6 -8
  3. package/dist/LsacContainer.d.ts +4 -0
  4. package/dist/LsacContainer.js +14 -0
  5. package/dist/caf68d0a64d31f733320266312e3a2ca.svg +1 -0
  6. package/dist/components/lsac-supernavbar/AuthWrapper.d.ts +4 -0
  7. package/dist/components/lsac-supernavbar/AuthWrapper.js +44 -92
  8. package/dist/components/lsac-supernavbar/LsacSidebar.d.ts +44 -0
  9. package/dist/components/lsac-supernavbar/LsacSidebar.js +27 -40
  10. package/dist/components/lsac-supernavbar/Store.d.ts +3 -0
  11. package/dist/components/lsac-supernavbar/Store.js +10 -20
  12. package/dist/components/lsac-supernavbar/actions/AuthActions.d.ts +8 -0
  13. package/dist/components/lsac-supernavbar/actions/AuthActions.js +16 -23
  14. package/dist/components/lsac-supernavbar/actions/SidebarActions.d.ts +23 -0
  15. package/dist/components/lsac-supernavbar/actions/SidebarActions.js +61 -75
  16. package/dist/components/lsac-supernavbar/components/Sidebar.d.ts +13 -0
  17. package/dist/components/lsac-supernavbar/components/Sidebar.js +184 -308
  18. package/dist/components/lsac-supernavbar/components/SidebarForm.d.ts +5 -0
  19. package/dist/components/lsac-supernavbar/components/SidebarForm.js +5 -18
  20. package/dist/components/lsac-supernavbar/components/SidebarMainLink.d.ts +14 -0
  21. package/dist/components/lsac-supernavbar/components/SidebarMainLink.js +54 -118
  22. package/dist/components/lsac-supernavbar/components/SidebarOption.d.ts +4 -0
  23. package/dist/components/lsac-supernavbar/components/SidebarOption.js +5 -19
  24. package/dist/components/lsac-supernavbar/components/SidebarSubMenu.d.ts +5 -0
  25. package/dist/components/lsac-supernavbar/components/SidebarSubMenu.js +61 -147
  26. package/dist/components/lsac-supernavbar/components/SidebarTab.d.ts +1 -0
  27. package/dist/components/lsac-supernavbar/components/SidebarTab.js +50 -0
  28. package/dist/components/lsac-supernavbar/components/Topnav.d.ts +14 -0
  29. package/dist/components/lsac-supernavbar/components/Topnav.js +63 -160
  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 +53 -100
  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 +4 -16
  34. package/dist/components/lsac-supernavbar/constants/SidebarConstants.d.ts +8 -0
  35. package/dist/components/lsac-supernavbar/constants/SidebarConstants.js +8 -13
  36. package/dist/components/lsac-supernavbar/constants/UtilityConstants.d.ts +15 -0
  37. package/dist/components/lsac-supernavbar/constants/UtilityConstants.js +13 -24
  38. package/dist/components/lsac-supernavbar/interfaces/Models.d.ts +65 -0
  39. package/dist/components/lsac-supernavbar/interfaces/Models.js +8 -13
  40. package/dist/components/lsac-supernavbar/interfaces/Redux.d.ts +7 -0
  41. package/dist/components/lsac-supernavbar/interfaces/Redux.js +1 -4
  42. package/dist/components/lsac-supernavbar/reducers/AuthReducer.d.ts +7 -0
  43. package/dist/components/lsac-supernavbar/reducers/AuthReducer.js +15 -37
  44. package/dist/components/lsac-supernavbar/reducers/RootReducer.d.ts +5 -0
  45. package/dist/components/lsac-supernavbar/reducers/RootReducer.js +8 -17
  46. package/dist/components/lsac-supernavbar/reducers/SidebarReducer.d.ts +17 -0
  47. package/dist/components/lsac-supernavbar/reducers/SidebarReducer.js +45 -92
  48. package/dist/components/lsac-supernavbar/resources/icomoon-library.json +1 -7569
  49. package/dist/components/lsac-supernavbar/test/App.test.d.ts +1 -0
  50. package/dist/components/lsac-supernavbar/test/App.test.js +19 -25
  51. package/dist/components/lsac-supernavbar/util/SubmenuUtil.d.ts +9 -0
  52. package/dist/components/lsac-supernavbar/util/SubmenuUtil.js +104 -200
  53. package/dist/components/lsac-supernavbar/util/Util.d.ts +4 -0
  54. package/dist/components/lsac-supernavbar/util/Util.js +22 -49
  55. package/dist/index.d.ts +2 -0
  56. package/dist/index.html +1 -0
  57. package/dist/index.js +12 -17
  58. package/dist/reportWebVitals.d.ts +3 -0
  59. package/dist/reportWebVitals.js +30 -31
  60. package/dist/setupTests.d.ts +1 -0
  61. package/dist/setupTests.js +6 -2
  62. package/package.json +26 -8
  63. package/.babelrc +0 -22
  64. package/dist/App.css +0 -38
  65. package/dist/SupernavContainer.js +0 -29
  66. package/dist/components/lsac-supernavbar/components/SidebarTab.jsx +0 -56
  67. package/dist/components/lsac-supernavbar/static/images/close-hamburger-icon.svg +0 -6
  68. package/dist/components/lsac-supernavbar/static/images/hamburger-icon.svg +0 -7
  69. package/dist/components/lsac-supernavbar/static/images/icon-user.svg +0 -7
  70. package/dist/components/lsac-supernavbar/static/images/saama_logo.png +0 -0
  71. package/dist/components/lsac-supernavbar/static/images/saama_logo.svg +0 -26
  72. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_down.svg +0 -6
  73. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_left.svg +0 -6
  74. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_right.svg +0 -6
  75. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_up.svg +0 -6
  76. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/glyph1_comprehend.svg +0 -6
  77. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/management_icon.svg +0 -12
  78. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/marketplace_icon.svg +0 -9
  79. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/my_apps.svg +0 -8
  80. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/rbqm-triangle.svg +0 -31
  81. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/rightIcon.svg +0 -8
  82. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/space_comprehend.svg +0 -6
  83. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/triangle-exclamation.svg +0 -9
  84. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A32_comprehend.svg +0 -6
  85. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A36_comprehend.svg +0 -6
  86. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$A1_comprehend.svg +0 -6
  87. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$E$B_comprehend.svg +0 -6
  88. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$F0_comprehend.svg +0 -6
  89. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$B_comprehend.svg +0 -7
  90. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$D_comprehend.svg +0 -6
  91. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E002_comprehend.svg +0 -6
  92. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E070_comprehend.svg +0 -8
  93. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E086_comprehend.svg +0 -6
  94. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E092_comprehend.svg +0 -7
  95. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$A_comprehend.svg +0 -8
  96. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$F_comprehend.svg +0 -6
  97. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B5_comprehend.svg +0 -6
  98. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$C8_comprehend.svg +0 -6
  99. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$C_comprehend.svg +0 -8
  100. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$F_comprehend.svg +0 -8
  101. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D5_comprehend.svg +0 -7
  102. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D6_comprehend.svg +0 -7
  103. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D9_comprehend.svg +0 -7
  104. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F$E_comprehend.svg +0 -7
  105. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F7_comprehend.svg +0 -7
  106. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$C_comprehend.svg +0 -7
  107. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$D_comprehend.svg +0 -7
  108. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$E_comprehend.svg +0 -7
  109. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$F_comprehend.svg +0 -7
  110. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E101_comprehend.svg +0 -8
  111. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E110_comprehend.svg +0 -7
  112. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E115_comprehend.svg +0 -8
  113. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E123_comprehend.svg +0 -6
  114. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E138_comprehend.svg +0 -8
  115. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E14$B_comprehend.svg +0 -6
  116. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E150_comprehend.svg +0 -7
  117. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E185_comprehend.svg +0 -7
  118. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E186_comprehend.svg +0 -8
  119. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E187_comprehend.svg +0 -8
  120. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A7_comprehend.svg +0 -8
  121. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A9_comprehend.svg +0 -6
  122. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$B7_comprehend.svg +0 -7
  123. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$C$F_comprehend.svg +0 -8
  124. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$C_comprehend.svg +0 -7
  125. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$D_comprehend.svg +0 -8
  126. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$F$F_comprehend.svg +0 -6
  127. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E20$B_comprehend.svg +0 -10
  128. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E201_comprehend.svg +0 -6
  129. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E204_comprehend.svg +0 -7
  130. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E23$A_comprehend.svg +0 -9
  131. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E250_comprehend.svg +0 -7
  132. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E279_comprehend.svg +0 -9
  133. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E28$E_comprehend.svg +0 -6
  134. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E29$C_comprehend.svg +0 -6
  135. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A7_comprehend.svg +0 -7
  136. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A8_comprehend.svg +0 -7
  137. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$B3_comprehend.svg +0 -6
  138. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D3_comprehend.svg +0 -7
  139. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D4_comprehend.svg +0 -7
  140. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D7_comprehend.svg +0 -7
  141. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E301_comprehend.svg +0 -6
  142. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$A_comprehend.svg +0 -9
  143. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$E_comprehend.svg +0 -8
  144. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E36$E_comprehend.svg +0 -7
  145. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E362_comprehend.svg +0 -8
  146. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E37$A_comprehend.svg +0 -6
  147. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E370_comprehend.svg +0 -6
  148. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E2_comprehend.svg +0 -11
  149. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E4_comprehend.svg +0 -7
  150. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E5_comprehend.svg +0 -7
  151. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E7_comprehend.svg +0 -8
  152. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E418_comprehend.svg +0 -6
  153. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$E_comprehend.svg +0 -6
  154. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$F_comprehend.svg +0 -6
  155. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$A_comprehend.svg +0 -7
  156. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$B_comprehend.svg +0 -6
  157. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E430_comprehend.svg +0 -6
  158. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E431_comprehend.svg +0 -6
  159. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E445_comprehend.svg +0 -6
  160. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E465_comprehend.svg +0 -7
  161. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E475_comprehend.svg +0 -6
  162. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E481_comprehend.svg +0 -6
  163. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$A_comprehend.svg +0 -6
  164. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$B_comprehend.svg +0 -8
  165. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$C_comprehend.svg +0 -6
  166. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$D_comprehend.svg +0 -6
  167. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$E_comprehend.svg +0 -6
  168. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$F_comprehend.svg +0 -9
  169. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E600_comprehend.svg +0 -6
  170. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E601_comprehend.svg +0 -6
  171. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E602_comprehend.svg +0 -6
  172. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E603_comprehend.svg +0 -6
  173. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E604_comprehend.svg +0 -6
  174. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E605_comprehend.svg +0 -6
  175. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E606_comprehend.svg +0 -6
  176. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E607_comprehend.svg +0 -6
  177. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E608_comprehend.svg +0 -6
  178. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E609_comprehend.svg +0 -6
  179. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$A_comprehend.svg +0 -8
  180. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$B_comprehend.svg +0 -6
  181. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$C_comprehend.svg +0 -9
  182. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$F_comprehend.svg +0 -8
  183. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E610_comprehend.svg +0 -6
  184. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E611_comprehend.svg +0 -8
  185. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E612_comprehend.svg +0 -7
  186. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E613_comprehend.svg +0 -12
  187. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E614_comprehend.svg +0 -6
  188. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E615_comprehend.svg +0 -8
  189. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E616_comprehend.svg +0 -8
  190. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E617_comprehend.svg +0 -8
  191. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E618_comprehend.svg +0 -7
  192. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E619_comprehend.svg +0 -6
  193. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E620_comprehend.svg +0 -6
  194. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E621_comprehend.svg +0 -6
  195. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E622_comprehend.svg +0 -6
  196. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E623_comprehend.svg +0 -6
  197. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E624_comprehend.svg +0 -6
  198. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E625_comprehend.svg +0 -6
  199. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E626_comprehend.svg +0 -6
  200. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$A_comprehend.svg +0 -12
  201. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$B_comprehend.svg +0 -6
  202. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$C_comprehend.svg +0 -9
  203. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$D_comprehend.svg +0 -14
  204. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$E_comprehend.svg +0 -10
  205. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$F_comprehend.svg +0 -9
  206. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E900_comprehend.svg +0 -7
  207. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E901_comprehend.svg +0 -6
  208. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E902_comprehend.svg +0 -6
  209. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E903_comprehend.svg +0 -6
  210. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E904_comprehend.svg +0 -6
  211. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E905_comprehend.svg +0 -12
  212. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E907_comprehend.svg +0 -7
  213. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E908_comprehend.svg +0 -16
  214. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E909_comprehend.svg +0 -7
  215. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$A_comprehend.svg +0 -7
  216. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$C_comprehend.svg +0 -9
  217. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$E_comprehend.svg +0 -12
  218. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$F_comprehend.svg +0 -16
  219. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E910_comprehend.svg +0 -6
  220. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E911_comprehend.svg +0 -12
  221. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E912_comprehend.svg +0 -11
  222. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E913_comprehend.svg +0 -8
  223. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E914_comprehend.svg +0 -11
  224. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E915_comprehend.svg +0 -8
  225. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E917_comprehend.svg +0 -34
  226. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E918_comprehend.svg +0 -7
  227. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E919_comprehend.svg +0 -6
  228. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E920_comprehend.svg +0 -11
  229. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E921_comprehend.svg +0 -12
  230. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E93$D_comprehend.svg +0 -13
  231. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni0001_comprehend.svg +0 -6
  232. package/dist/components/lsac-supernavbar/stylesheets/LsacSidebar.css +0 -73
  233. package/dist/components/lsac-supernavbar/stylesheets/font-face.scss +0 -12
  234. package/dist/components/lsac-supernavbar/stylesheets/font-sizer.scss +0 -4
  235. package/dist/components/lsac-supernavbar/stylesheets/fontIcons.css +0 -540
  236. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.eot +0 -0
  237. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.svg +0 -3521
  238. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.ttf +0 -0
  239. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff +0 -0
  240. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff2 +0 -0
  241. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.eot +0 -0
  242. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.svg +0 -190
  243. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.ttf +0 -0
  244. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.woff +0 -0
  245. package/dist/components/lsac-supernavbar/stylesheets/form.scss +0 -16
  246. package/dist/components/lsac-supernavbar/stylesheets/sidebar-main-link.scss +0 -72
  247. package/dist/components/lsac-supernavbar/stylesheets/sidebar.scss +0 -222
  248. package/dist/components/lsac-supernavbar/stylesheets/study-filter.scss +0 -358
  249. package/dist/components/lsac-supernavbar/stylesheets/topnav.scss +0 -371
  250. package/dist/index.css +0 -13
  251. package/dist/logo.svg +0 -1
  252. package/dist/react-app-env.d.js +0 -2
  253. package/public/favicon.ico +0 -0
  254. package/public/index.html +0 -43
  255. package/public/logo192.png +0 -0
  256. package/public/logo512.png +0 -0
  257. package/public/manifest.json +0 -25
  258. package/public/robots.txt +0 -3
  259. package/src/App.css +0 -38
  260. package/src/App.test.tsx +0 -8
  261. package/src/SupernavContainer.tsx +0 -17
  262. package/src/components/lsac-supernavbar/AuthWrapper.tsx +0 -63
  263. package/src/components/lsac-supernavbar/LsacSidebar.tsx +0 -60
  264. package/src/components/lsac-supernavbar/Store.ts +0 -8
  265. package/src/components/lsac-supernavbar/actions/AuthActions.ts +0 -21
  266. package/src/components/lsac-supernavbar/actions/SidebarActions.ts +0 -81
  267. package/src/components/lsac-supernavbar/components/Sidebar.tsx +0 -235
  268. package/src/components/lsac-supernavbar/components/SidebarForm.tsx +0 -15
  269. package/src/components/lsac-supernavbar/components/SidebarMainLink.tsx +0 -86
  270. package/src/components/lsac-supernavbar/components/SidebarOption.tsx +0 -13
  271. package/src/components/lsac-supernavbar/components/SidebarSubMenu.tsx +0 -82
  272. package/src/components/lsac-supernavbar/components/SidebarTab.jsx +0 -56
  273. package/src/components/lsac-supernavbar/components/Topnav.tsx +0 -140
  274. package/src/components/lsac-supernavbar/components/sidebar_submenus/CategorizedSubmenu.tsx +0 -69
  275. package/src/components/lsac-supernavbar/components/sidebar_submenus/Marketplace.tsx +0 -13
  276. package/src/components/lsac-supernavbar/constants/SidebarConstants.ts +0 -8
  277. package/src/components/lsac-supernavbar/constants/UtilityConstants.ts +0 -17
  278. package/src/components/lsac-supernavbar/interfaces/Models.ts +0 -71
  279. package/src/components/lsac-supernavbar/interfaces/Redux.ts +0 -9
  280. package/src/components/lsac-supernavbar/reducers/AuthReducer.ts +0 -24
  281. package/src/components/lsac-supernavbar/reducers/RootReducer.ts +0 -12
  282. package/src/components/lsac-supernavbar/reducers/SidebarReducer.ts +0 -73
  283. package/src/components/lsac-supernavbar/resources/icomoon-library.json +0 -7569
  284. package/src/components/lsac-supernavbar/static/images/close-hamburger-icon.svg +0 -6
  285. package/src/components/lsac-supernavbar/static/images/hamburger-icon.svg +0 -7
  286. package/src/components/lsac-supernavbar/static/images/icon-user.svg +0 -7
  287. package/src/components/lsac-supernavbar/static/images/saama_logo.png +0 -0
  288. package/src/components/lsac-supernavbar/static/images/saama_logo.svg +0 -26
  289. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_down.svg +0 -6
  290. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_left.svg +0 -6
  291. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_right.svg +0 -6
  292. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_up.svg +0 -6
  293. package/src/components/lsac-supernavbar/static/images/sidebar-icons/glyph1_comprehend.svg +0 -6
  294. package/src/components/lsac-supernavbar/static/images/sidebar-icons/management_icon.svg +0 -12
  295. package/src/components/lsac-supernavbar/static/images/sidebar-icons/marketplace_icon.svg +0 -9
  296. package/src/components/lsac-supernavbar/static/images/sidebar-icons/my_apps.svg +0 -8
  297. package/src/components/lsac-supernavbar/static/images/sidebar-icons/rbqm-triangle.svg +0 -31
  298. package/src/components/lsac-supernavbar/static/images/sidebar-icons/rightIcon.svg +0 -8
  299. package/src/components/lsac-supernavbar/static/images/sidebar-icons/space_comprehend.svg +0 -6
  300. package/src/components/lsac-supernavbar/static/images/sidebar-icons/triangle-exclamation.svg +0 -9
  301. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A32_comprehend.svg +0 -6
  302. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A36_comprehend.svg +0 -6
  303. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$A1_comprehend.svg +0 -6
  304. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$E$B_comprehend.svg +0 -6
  305. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$F0_comprehend.svg +0 -6
  306. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$B_comprehend.svg +0 -7
  307. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$D_comprehend.svg +0 -6
  308. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E002_comprehend.svg +0 -6
  309. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E070_comprehend.svg +0 -8
  310. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E086_comprehend.svg +0 -6
  311. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E092_comprehend.svg +0 -7
  312. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$A_comprehend.svg +0 -8
  313. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$F_comprehend.svg +0 -6
  314. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B5_comprehend.svg +0 -6
  315. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$C8_comprehend.svg +0 -6
  316. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$C_comprehend.svg +0 -8
  317. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$F_comprehend.svg +0 -8
  318. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D5_comprehend.svg +0 -7
  319. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D6_comprehend.svg +0 -7
  320. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D9_comprehend.svg +0 -7
  321. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F$E_comprehend.svg +0 -7
  322. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F7_comprehend.svg +0 -7
  323. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$C_comprehend.svg +0 -7
  324. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$D_comprehend.svg +0 -7
  325. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$E_comprehend.svg +0 -7
  326. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$F_comprehend.svg +0 -7
  327. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E101_comprehend.svg +0 -8
  328. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E110_comprehend.svg +0 -7
  329. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E115_comprehend.svg +0 -8
  330. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E123_comprehend.svg +0 -6
  331. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E138_comprehend.svg +0 -8
  332. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E14$B_comprehend.svg +0 -6
  333. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E150_comprehend.svg +0 -7
  334. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E185_comprehend.svg +0 -7
  335. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E186_comprehend.svg +0 -8
  336. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E187_comprehend.svg +0 -8
  337. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A7_comprehend.svg +0 -8
  338. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A9_comprehend.svg +0 -6
  339. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$B7_comprehend.svg +0 -7
  340. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$C$F_comprehend.svg +0 -8
  341. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$C_comprehend.svg +0 -7
  342. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$D_comprehend.svg +0 -8
  343. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$F$F_comprehend.svg +0 -6
  344. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E20$B_comprehend.svg +0 -10
  345. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E201_comprehend.svg +0 -6
  346. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E204_comprehend.svg +0 -7
  347. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E23$A_comprehend.svg +0 -9
  348. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E250_comprehend.svg +0 -7
  349. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E279_comprehend.svg +0 -9
  350. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E28$E_comprehend.svg +0 -6
  351. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E29$C_comprehend.svg +0 -6
  352. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A7_comprehend.svg +0 -7
  353. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A8_comprehend.svg +0 -7
  354. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$B3_comprehend.svg +0 -6
  355. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D3_comprehend.svg +0 -7
  356. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D4_comprehend.svg +0 -7
  357. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D7_comprehend.svg +0 -7
  358. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E301_comprehend.svg +0 -6
  359. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$A_comprehend.svg +0 -9
  360. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$E_comprehend.svg +0 -8
  361. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E36$E_comprehend.svg +0 -7
  362. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E362_comprehend.svg +0 -8
  363. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E37$A_comprehend.svg +0 -6
  364. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E370_comprehend.svg +0 -6
  365. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E2_comprehend.svg +0 -11
  366. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E4_comprehend.svg +0 -7
  367. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E5_comprehend.svg +0 -7
  368. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E7_comprehend.svg +0 -8
  369. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E418_comprehend.svg +0 -6
  370. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$E_comprehend.svg +0 -6
  371. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$F_comprehend.svg +0 -6
  372. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$A_comprehend.svg +0 -7
  373. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$B_comprehend.svg +0 -6
  374. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E430_comprehend.svg +0 -6
  375. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E431_comprehend.svg +0 -6
  376. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E445_comprehend.svg +0 -6
  377. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E465_comprehend.svg +0 -7
  378. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E475_comprehend.svg +0 -6
  379. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E481_comprehend.svg +0 -6
  380. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$A_comprehend.svg +0 -6
  381. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$B_comprehend.svg +0 -8
  382. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$C_comprehend.svg +0 -6
  383. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$D_comprehend.svg +0 -6
  384. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$E_comprehend.svg +0 -6
  385. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$F_comprehend.svg +0 -9
  386. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E600_comprehend.svg +0 -6
  387. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E601_comprehend.svg +0 -6
  388. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E602_comprehend.svg +0 -6
  389. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E603_comprehend.svg +0 -6
  390. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E604_comprehend.svg +0 -6
  391. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E605_comprehend.svg +0 -6
  392. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E606_comprehend.svg +0 -6
  393. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E607_comprehend.svg +0 -6
  394. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E608_comprehend.svg +0 -6
  395. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E609_comprehend.svg +0 -6
  396. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$A_comprehend.svg +0 -8
  397. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$B_comprehend.svg +0 -6
  398. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$C_comprehend.svg +0 -9
  399. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$F_comprehend.svg +0 -8
  400. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E610_comprehend.svg +0 -6
  401. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E611_comprehend.svg +0 -8
  402. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E612_comprehend.svg +0 -7
  403. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E613_comprehend.svg +0 -12
  404. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E614_comprehend.svg +0 -6
  405. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E615_comprehend.svg +0 -8
  406. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E616_comprehend.svg +0 -8
  407. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E617_comprehend.svg +0 -8
  408. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E618_comprehend.svg +0 -7
  409. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E619_comprehend.svg +0 -6
  410. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E620_comprehend.svg +0 -6
  411. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E621_comprehend.svg +0 -6
  412. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E622_comprehend.svg +0 -6
  413. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E623_comprehend.svg +0 -6
  414. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E624_comprehend.svg +0 -6
  415. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E625_comprehend.svg +0 -6
  416. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E626_comprehend.svg +0 -6
  417. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$A_comprehend.svg +0 -12
  418. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$B_comprehend.svg +0 -6
  419. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$C_comprehend.svg +0 -9
  420. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$D_comprehend.svg +0 -14
  421. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$E_comprehend.svg +0 -10
  422. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$F_comprehend.svg +0 -9
  423. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E900_comprehend.svg +0 -7
  424. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E901_comprehend.svg +0 -6
  425. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E902_comprehend.svg +0 -6
  426. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E903_comprehend.svg +0 -6
  427. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E904_comprehend.svg +0 -6
  428. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E905_comprehend.svg +0 -12
  429. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E907_comprehend.svg +0 -7
  430. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E908_comprehend.svg +0 -16
  431. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E909_comprehend.svg +0 -7
  432. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$A_comprehend.svg +0 -7
  433. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$C_comprehend.svg +0 -9
  434. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$E_comprehend.svg +0 -12
  435. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$F_comprehend.svg +0 -16
  436. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E910_comprehend.svg +0 -6
  437. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E911_comprehend.svg +0 -12
  438. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E912_comprehend.svg +0 -11
  439. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E913_comprehend.svg +0 -8
  440. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E914_comprehend.svg +0 -11
  441. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E915_comprehend.svg +0 -8
  442. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E917_comprehend.svg +0 -34
  443. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E918_comprehend.svg +0 -7
  444. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E919_comprehend.svg +0 -6
  445. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E920_comprehend.svg +0 -11
  446. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E921_comprehend.svg +0 -12
  447. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E93$D_comprehend.svg +0 -13
  448. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni0001_comprehend.svg +0 -6
  449. package/src/components/lsac-supernavbar/stylesheets/LsacSidebar.css +0 -73
  450. package/src/components/lsac-supernavbar/stylesheets/font-face.scss +0 -12
  451. package/src/components/lsac-supernavbar/stylesheets/font-sizer.scss +0 -4
  452. package/src/components/lsac-supernavbar/stylesheets/fontIcons.css +0 -540
  453. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.eot +0 -0
  454. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.svg +0 -3521
  455. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.ttf +0 -0
  456. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff +0 -0
  457. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff2 +0 -0
  458. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.eot +0 -0
  459. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.svg +0 -190
  460. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.ttf +0 -0
  461. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.woff +0 -0
  462. package/src/components/lsac-supernavbar/stylesheets/form.scss +0 -16
  463. package/src/components/lsac-supernavbar/stylesheets/sidebar-main-link.scss +0 -72
  464. package/src/components/lsac-supernavbar/stylesheets/sidebar.scss +0 -222
  465. package/src/components/lsac-supernavbar/stylesheets/study-filter.scss +0 -358
  466. package/src/components/lsac-supernavbar/stylesheets/topnav.scss +0 -371
  467. package/src/components/lsac-supernavbar/test/App.test.js +0 -20
  468. package/src/components/lsac-supernavbar/util/SubmenuUtil.tsx +0 -153
  469. package/src/components/lsac-supernavbar/util/Util.ts +0 -24
  470. package/src/index.css +0 -13
  471. package/src/index.tsx +0 -18
  472. package/src/logo.svg +0 -1
  473. package/src/react-app-env.d.ts +0 -1
  474. package/src/reportWebVitals.ts +0 -15
  475. package/src/setupTests.ts +0 -5
  476. package/tsconfig.json +0 -30
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="18.326" height="18.326" viewBox="0 0 18.326 18.326">
2
- <g id="Group_2447" data-name="Group 2447" transform="translate(-14395.918 20483.502)">
3
- <rect id="Rectangle_3027" data-name="Rectangle 3027" width="23.474" height="2.443" transform="translate(14397.646 -20483.502) rotate(45)" fill="#1d96dd"/>
4
- <rect id="Rectangle_3028" data-name="Rectangle 3028" width="23.473" height="2.443" transform="translate(14414.243 -20481.775) rotate(135)" fill="#1d96dd"/>
5
- </g>
6
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="19.217" height="14" viewBox="0 0 19.217 14">
2
- <g id="Group_2446" data-name="Group 2446" transform="translate(-14363 20470)">
3
- <rect id="Rectangle_2787" data-name="Rectangle 2787" width="19.217" height="2" transform="translate(14363 -20470)" fill="#1d96dd"/>
4
- <rect id="Rectangle_2788" data-name="Rectangle 2788" width="19" height="2" transform="translate(14363 -20464)" fill="#1d96dd"/>
5
- <rect id="Rectangle_2789" data-name="Rectangle 2789" width="19.217" height="2" transform="translate(14363 -20458)" fill="#1d96dd"/>
6
- </g>
7
- </svg>
@@ -1,7 +0,0 @@
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="M623 703q-17 -3 -20 -34l-3 -31l34.5 -43t44.5 -107q29 0 40.5 -50t-16.5 -75q0 -12 4 -56q4 -43 -9 -90t-55 -84q-41 -37 -131 -37t-131 37q-42 37 -55 84t-9 90q4 44 4 56q-28 25 -16.5 75t40.5 50q10 64 44.5 107l34.5 43l-3 31t-20 34q-27 4 -83 27q-56 22 -112.5 57
6
- t-98.5 80q-43 45 -43 93h896q0 -48 -43 -93q-42 -45 -98.5 -80t-112.5 -57q-56 -23 -83 -27z" />
7
- </svg>
@@ -1,26 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <!-- Creator: CorelDRAW X7 -->
4
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="252.448mm" height="89.3558mm" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
5
- viewBox="0 0 23961 8481"
6
- xmlns:xlink="http://www.w3.org/1999/xlink">
7
- <defs>
8
- <style type="text/css">
9
-
10
- .fil0 {fill:#1E96DE}
11
- .fil1 {fill:#333333}
12
-
13
- </style>
14
- </defs>
15
- <g id="Layer_x0020_1">
16
- <metadata id="CorelCorpID_0Corel-Layer"/>
17
- <g id="_1420175589664">
18
- <path class="fil0" d="M4894 4049l588 153c58,13 53,-2 80,47 15,27 29,57 41,86 183,427 230,857 137,1324 -23,114 -62,271 -102,372l-104 244c-156,338 -404,627 -700,850 -8,7 -60,48 -66,50 -27,13 -49,2 -86,-9l-575 -143c9,-31 43,-54 85,-89 217,-183 458,-451 583,-702 218,-441 316,-715 316,-1269 0,-179 -29,-339 -63,-492l-134 -422zm-1527 -648c0,337 27,518 123,826 22,72 57,133 73,204l-588 -152c-58,-13 -53,2 -80,-47 -15,-27 -28,-58 -41,-87 -182,-426 -229,-856 -136,-1323 59,-296 102,-375 202,-619 17,-41 26,-47 46,-82 177,-318 352,-536 657,-766 107,-81 48,-65 348,8 81,19 318,93 379,95 -12,45 -146,140 -182,176 -201,202 -339,339 -485,614 -43,81 -85,159 -118,241 -110,270 -198,592 -198,912zm-3367 695c0,474 6,734 125,1194 141,543 337,942 652,1407 145,213 413,506 603,682l138 116c49,42 88,73 141,113 184,137 263,188 465,311 145,88 204,108 344,176 806,390 1853,495 2759,268 142,-36 265,-72 403,-118 265,-88 635,-264 865,-419 31,-21 49,-30 79,-49 208,-130 611,-472 776,-659l117 -137c214,-273 231,-275 431,-610 196,-326 358,-740 451,-1111 164,-656 161,-1382 -3,-2037 -36,-146 -72,-273 -119,-401 -170,-471 -394,-859 -705,-1250 -21,-26 -40,-52 -62,-77 -157,-168 -155,-186 -324,-335l-208 -186c-222,-193 -604,-434 -876,-559l-183 -83c-215,-91 -463,-169 -693,-221 -279,-63 -650,-111 -942,-111 -588,0 -1181,138 -1715,367 -35,15 -51,26 -86,41l-262 132c-192,107 -464,288 -618,423l-278 243 -365 410c-106,132 -233,320 -321,466 -62,105 -129,219 -181,339 -59,139 -102,206 -155,366 -21,65 -41,114 -64,191 -104,351 -189,713 -189,1118z"/>
19
- <path class="fil1" d="M18349 3506c15,-173 70,-327 70,-544l-567 0c-39,0 -32,20 -37,56l-442 2184c-15,65 -65,275 -65,328l613 0c50,-214 88,-434 139,-648 125,-522 128,-990 613,-1365 156,-120 219,-127 382,-127 95,0 170,65 203,133 43,86 39,187 25,292 -33,249 -286,1419 -355,1715 158,0 316,0 474,0 20,0 103,3 116,0 48,-10 31,-16 42,-73l208 -984c64,-290 75,-435 264,-685 114,-151 338,-398 550,-398l93 0c298,0 235,408 200,593l-139 659c-65,300 -120,596 -188,888l613 0c67,-288 382,-1710 382,-1909 0,-221 -25,-406 -171,-558 -263,-274 -764,-181 -1058,36 -173,128 -254,228 -375,388 -17,21 -6,7 -16,19 -30,-128 -32,-269 -141,-403 -52,-63 -33,-52 -120,-111 -36,-25 -69,-39 -109,-54 -331,-121 -709,31 -929,252 -36,36 -62,63 -98,99l-177 217z"/>
20
- <path class="fil1" d="M12784 4801c0,-266 87,-371 369,-429l661 -91c0,238 18,408 -113,604 -161,241 -493,324 -709,218 -119,-59 -208,-153 -208,-302zm-324 -1654l0 509c79,-21 303,-312 857,-312 341,0 497,201 497,543 -81,0 -436,57 -542,72 -311,44 -687,86 -893,356 -283,373 -218,1053 311,1228 281,94 574,71 816,-78 172,-107 230,-239 308,-328l0 393 567 0 0 -1758c0,-134 -33,-264 -68,-361 -117,-326 -456,-507 -788,-507l-231 0c-297,0 -657,124 -834,243z"/>
21
- <path class="fil1" d="M15364 4801c0,-422 277,-417 691,-477 90,-13 240,-43 339,-43 0,238 18,408 -113,604 -61,92 -168,186 -284,225 -133,44 -306,51 -425,-7 -59,-29 -106,-56 -143,-111 -35,-52 -65,-109 -65,-191zm-323 -1654l0 509c78,-21 302,-312 856,-312 341,0 497,201 497,543 -81,0 -436,57 -542,72 -178,25 -368,46 -521,104 -310,116 -533,359 -533,715l0 128c0,295 209,550 472,637 281,94 574,71 816,-78 133,-83 201,-186 287,-303 10,-13 13,-15 21,-25l0 393 567 0 0 -1758c0,-134 -33,-264 -68,-361 -117,-326 -456,-507 -788,-507l-231 0c-297,0 -657,124 -833,243z"/>
22
- <path class="fil1" d="M22364 4801c0,-127 12,-244 107,-321 142,-113 398,-130 584,-156 90,-13 239,-43 339,-43 0,238 18,408 -113,604 -272,406 -917,308 -917,-84zm-324 -1654l0 509c78,-21 303,-312 856,-312 342,0 498,201 498,543 -81,0 -437,57 -542,72 -311,44 -688,86 -893,356 -283,373 -218,1053 311,1228 281,94 574,71 815,-78 69,-43 112,-91 167,-146 78,-77 90,-123 142,-182l0 393 567 0 0 -1758c0,-134 -33,-264 -68,-361 -118,-326 -456,-507 -788,-507l-232 0c-296,0 -656,124 -833,243z"/>
23
- <path class="fil1" d="M10100 3598c0,220 5,370 177,541 109,109 206,165 359,231l307 121c191,71 395,139 395,380 0,63 -34,127 -76,167 -130,125 -358,110 -525,110 -353,0 -569,-224 -648,-231l0 532c89,48 214,84 331,109 455,98 1108,46 1397,-370 64,-91 111,-217 111,-363 0,-385 -240,-561 -501,-691 -273,-136 -737,-208 -737,-455 0,-112 -1,-186 149,-268 124,-68 229,-67 372,-67 239,0 435,89 578,185l0 -521c-162,-38 -251,-104 -532,-104 -318,0 -563,12 -831,187 -155,102 -326,301 -326,507z"/>
24
- </g>
25
- </g>
26
- </svg>
@@ -1,6 +0,0 @@
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 288l525 544l499 -550l-90 -90l-409 461l-435 -455z" />
6
- </svg>
@@ -1,6 +0,0 @@
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 658 1024">
4
- <path fill="currentColor"
5
- d="M114 1006l524 -506l-530 -482l-84 84l440 398l-434 422z" />
6
- </svg>
@@ -1,6 +0,0 @@
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 658 1024">
4
- <path fill="currentColor"
5
- d="M114 1006l524 -506l-530 -482l-84 84l440 398l-434 422z" />
6
- </svg>
@@ -1,6 +0,0 @@
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 736l-525 -544l-499 550l96 90l403 -461l435 455z" />
6
- </svg>
@@ -1,6 +0,0 @@
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 20 1024">
4
- <path fill="currentColor"
5
- d="M0 960v0v0v0z" />
6
- </svg>
@@ -1,12 +0,0 @@
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 1285 1024">
4
- <path fill="currentColor"
5
- d="M0 0h171v171h-171v-171zM386 0h171v171h-171v-171v0zM771 0h172v171h-172v-171zM0 386h171v171h-171v-171v0zM386 386h171v171h-171v-171v0zM0 771h171v172h-171v-172zM386 771h171v172h-171v-172v0zM1265 665q0 -21 -14.5 -35.5t-34.5 -14.5h-6q-24 0 -42.5 -13
6
- t-27.5 -33v0v-2v-1v-2v-2v0q-2 -6 -3.5 -12.5t-1.5 -13.5q0 -16 6 -29.5t16 -24.5v0q8 -7 12.5 -16.5t4.5 -20.5v0v0v0q0 -11 -4 -19.5t-11 -15.5v0q-6 -7 -15 -11t-20 -4v0q-10 0 -19 4t-16 11v0q-10 11 -24 17t-31 7v0v0v0q-31 0 -53.5 -22.5t-22.5 -53.5v0v-1.5v-0.5
7
- q0 -21 -15 -36t-35 -15h-1v0v0v0v0q-21 0 -35.5 14.5t-14.5 35.5v0v0v0v6q0 23 -13.5 41t-33.5 27v0h-2h-1h-2h-2v0q-6 2 -12.5 3.5t-14.5 1.5q-15 0 -28.5 -6t-23.5 -16v0q-7 -8 -17 -12t-21 -5v0q-21 1 -35.5 15.5t-14.5 34.5v0q1 11 5 20t10 16v0l3 3q10 10 15.5 23
8
- t5.5 29q0 8 -1.5 16t-5.5 15v-1q-8 22 -26.5 35t-42.5 14v0h-0.5h-1.5q-21 0 -36 14.5t-15 35.5v0q0 21 14.5 35.5t35.5 14.5v0v0h6q15 0 28.5 5.5t24.5 15.5v0q10 10 16.5 24t6.5 30v0v0v1q0 15 -6 29t-16 24v0q-8 7 -12.5 16.5t-4.5 20.5v0v0v1q0 10 4 19t11 16v0
9
- q7 6 16 10t19 4v0v0v0q11 0 20 -3.5t16 -10.5v0q10 -11 24.5 -17.5t30.5 -6.5v0q32 1 54.5 22.5t24.5 52.5v0v1.5v1.5q0 21 14.5 35.5t34.5 14.5v0q21 0 35.5 -14.5t14.5 -34.5v0v-6q0 -15 6 -28.5t16 -24.5v0q10 -10 24.5 -16.5t30.5 -6.5q15 0 28.5 5.5t23.5 15.5v0
10
- q7 8 16.5 12t20.5 4q20 0 35 -14.5t15 -35.5q0 -10 -4 -18.5t-10 -15.5v0q-11 -10 -17 -24t-6 -31v0v0v0q0 -31 22 -53.5t53 -22.5v0h1.5h1.5q20 0 34.5 -14t15.5 -33v0v0zM907 772q-42 0 -71.5 -30t-29.5 -72t29.5 -71.5t71.5 -29.5v0q43 0 72.5 29.5t29.5 71.5t-29.5 72
11
- t-72.5 30v0z" />
12
- </svg>
@@ -1,9 +0,0 @@
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 1007 1024">
4
- <path fill="currentColor"
5
- d="M878 969q22 0 38.5 -16t16.5 -39v0v-622q0 -23 -16.5 -39t-38.5 -16v0h-175l-14 -34q-14 -33 -34.5 -60.5t-47.5 -48.5v0q-23 -19 -52 -29.5t-61 -10.5q-33 0 -62 10.5t-52 29.5v0q-27 21 -47.5 48.5t-33.5 59.5l-1 1l-13 34h-175q-23 0 -39 16t-16 39v0v622q0 23 16 39
6
- t39 16v0h768v0zM878 1024h-768q-46 0 -78 -32.5t-32 -77.5v0v-622q0 -45 32 -77.5t78 -32.5v0h138q14 -38 38 -71t56 -57t70 -38q39 -14 81 -16h1q40 0 77 13t69 37t57 58q26 33 42 74h139q45 0 77 32.5t32 77.5v0v622v0v0q0 46 -32 78t-77 32v0v0v0v0zM878 1024h-768
7
- q-46 0 -78 -32t-32 -78v0v-621q0 -46 32 -78t78 -32v0h768q45 0 77 32t32 78v0v621q0 46 -32 78t-77 32v0v0zM110 238q-23 0 -39 16t-16 39v0v621q0 23 16 39t39 16v0h768q22 0 38.5 -16t16.5 -39v0v-621q0 -23 -16.5 -39t-38.5 -16v0h-768zM256 585h73v73h-73v-73zM457 585
8
- h73v73h-73v-73v0zM256 768h73v73h-73v-73zM457 768h73v73h-73v-73v0zM256 402h73v73h-73v-73v0zM457 402h73v73h-73v-73v0zM658 402h73v73h-73v-73v0zM658 585h73v73h-73v-73zM658 768h73v73h-73v-73z" />
9
- </svg>
@@ -1,8 +0,0 @@
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="M0 0h168v168h-168v-168zM377 0h167v168h-167v-168v0zM754 0h167v168h-167v-168zM0 377h168v167h-168v-167zM377 377h167v167h-167v-167v0zM0 754h168v167h-168v-167zM377 754h167v167h-167v-167v0zM859 264v0v0v0q52 0 88.5 36.5t36.5 88.5v2v2v0v68v1v2q0 52 -36.5 89
6
- t-88.5 37v0v0v0v0v0q-53 0 -89.5 -37t-36.5 -89v-2v-1v0v-67v-2v-3q0 -52 36.5 -88.5t88.5 -36.5h1v0v0v0zM875 1024q-51 0 -100 -8q-49 -7 -87.5 -22.5t-62.5 -37.5t-25 -51v-16v-16q0 -4 -0.5 -9t-0.5 -10q0 -35 12 -67.5t34 -57.5v0q20 -29 52 -47t71 -18h1h1v0
7
- q3 0 6 -0.5t7 -0.5q3 0 6 0.5t6 0.5v0h7l73 8l74 -8h7q3 0 6 -0.5t6 -0.5t6.5 0.5t6.5 0.5h-1h1.5h1.5q38 0 70 17.5t53 47.5v0q21 25 33 57t12 68v10t-1 10v-1v16v16q0 29 -24 51q-23 23 -60.5 38t-85.5 22q-48 8 -98 8h-7z" />
8
- </svg>
@@ -1,31 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
- <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
- width="1280.000000pt" height="1126.000000pt" viewBox="0 0 1280.000000 1126.000000"
6
- preserveAspectRatio="xMidYMid meet">
7
- <metadata>
8
- Created by potrace 1.15, written by Peter Selinger 2001-2017
9
- </metadata>
10
- <g transform="translate(0.000000,1126.000000) scale(0.100000,-0.100000)"
11
- fill="#000000" stroke="none">
12
- <path d="M6201 11240 c-41 -10 -113 -37 -160 -61 -70 -35 -105 -62 -187 -144
13
- -61 -60 -124 -134 -157 -185 -85 -132 -681 -1182 -2962 -5215 -793 -1402
14
- -1714 -3032 -2047 -3620 -333 -589 -617 -1098 -631 -1131 -79 -187 -72 -394
15
- 19 -559 15 -28 64 -86 108 -130 91 -90 177 -139 306 -175 l76 -20 5879 2 5880
16
- 3 81 27 c363 124 494 499 304 878 -21 43 -899 1580 -1951 3417 -1052 1836
17
- -2308 4029 -2791 4873 -484 844 -909 1580 -946 1635 -118 177 -268 311 -419
18
- 373 -125 52 -272 64 -402 32z m1607 -3410 c793 -1383 2019 -3523 2724 -4755
19
- l1283 -2240 -2712 -3 c-1492 -1 -3934 -1 -5427 0 l-2715 3 1666 2945 c3188
20
- 5637 3725 6583 3734 6572 4 -4 655 -1139 1447 -2522z"/>
21
- <path d="M6290 7874 c-14 -3 -61 -14 -104 -25 -390 -98 -706 -474 -706 -837 0
22
- -46 22 -254 50 -461 27 -207 113 -857 190 -1446 201 -1535 199 -1517 216
23
- -1581 42 -165 141 -297 271 -361 67 -33 86 -38 168 -41 152 -7 246 30 348 136
24
- 99 105 144 224 176 464 11 84 61 462 111 841 49 378 131 996 180 1375 50 378
25
- 100 756 111 840 24 182 25 305 4 387 -82 323 -360 599 -693 686 -75 20 -266
26
- 33 -322 23z"/>
27
- <path d="M6322 2739 c-345 -44 -594 -371 -552 -726 20 -166 86 -301 204 -410
28
- 114 -107 237 -160 391 -170 187 -11 336 47 475 187 134 134 192 273 193 465 1
29
- 116 -13 183 -58 280 -120 261 -379 409 -653 374z"/>
30
- </g>
31
- </svg>
@@ -1,8 +0,0 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="5px">
2
- <defs>
3
- </defs>
4
- <title></title>
5
- <g id="icomoon-ignore">
6
- </g>
7
- <path fill="#000" d="M57.224 502.964l262.024-252.988-265.036-240.941-42.164 42.164 219.859 198.776-216.847 210.823z"></path>
8
- </svg>
@@ -1,6 +0,0 @@
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 522 1024">
4
- <path fill="currentColor"
5
- d="M0 960v0v0v0z" />
6
- </svg>
@@ -1,9 +0,0 @@
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 1161 1024">
4
- <path fill="currentColor"
5
- d="M1007 1024h-873v0v0q-56 0 -95 -39t-39 -95q0 -18 5 -35t13 -32v1l437 -757q17 -31 48 -49t67 -18q37 0 67.5 18t48.5 48v1l437 757q8 14 13 31t5 35q0 56 -39.5 95t-94.5 39v0v0v0v0zM559 708h-0.5h-0.5q-10 0 -19 4t-16 10v0l-6 8t-4 8l-1 1q-1 4 -2.5 9t-1.5 11
6
- q0 5 1.5 10t3.5 10l-1 -1q2 5 5 9t6 7v0q3 4 7 6.5t9 4.5v0q4 2 9 3t10 1h0.5h0.5v0v0v0q11 0 20 -4t16 -11v0q4 -3 6.5 -7t4.5 -8v-1q2 -4 3 -9t1 -10q0 -6 -1 -11t-3 -10v1q-6 -14 -18.5 -22.5t-28.5 -8.5v0v0v0v0zM559 299q-6 1 -11.5 2.5t-10.5 3.5v0q-6 3 -11 7.5
7
- t-8 9.5h-1q-4 5 -7.5 11.5t-5.5 13.5v1q-3 8 -4.5 16.5t-1.5 17.5v0.5v0.5v0q0 11 0.5 20.5t1.5 17.5l2 16t3 16q1 8 2.5 16.5t3.5 17.5q2 8 4 18.5t5 23.5q2 13 4.5 27.5t5.5 30.5q2 18 4.5 38.5t5.5 43.5h38q2 -25 5 -45t5 -37q3 -16 5.5 -31l4.5 -27t4 -22.5t4 -19.5
8
- q2 -10 4 -18t3 -16q1 -9 2.5 -16.5t1.5 -15.5q1 -8 1.5 -17.5t0.5 -20.5v-0.5v-0.5q0 -9 -1.5 -18t-3.5 -17v1q-2 -7 -5.5 -14t-8.5 -12v0q-4 -5 -8.5 -9.5t-10.5 -7.5v0q-5 -2 -10.5 -3.5t-11.5 -2.5v0v0z" />
9
- </svg>
@@ -1,6 +0,0 @@
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="M512 32l-480 480h288v512h384v-512h288z" />
6
- </svg>
@@ -1,6 +0,0 @@
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="M512 992l480 -480h-288v-512h-384v512h-288z" />
6
- </svg>
@@ -1,6 +0,0 @@
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 128l128 128h448v704h-1024v-832h448z" />
6
- </svg>
@@ -1,6 +0,0 @@
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="M960 128h-896q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h896q26 0 45 -19t19 -45v-640q0 -26 -19 -45t-45 -19zM896 256v46l-384 226l-384 -226v-46h768zM128 768v-355l384 227l384 -227v355h-768z" />
6
- </svg>
@@ -1,6 +0,0 @@
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="M544 0l-96 96l96 96l-224 256h-224l176 176l-272 361v39h39l361 -272l176 176v-224l256 -224l96 96l96 -96zM448 544l-64 -64l224 -224l64 64z" />
6
- </svg>
@@ -1,7 +0,0 @@
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 1024h512v-1024h-512v1024zM320 128h128v128h-128v-128zM320 384h128v128h-128v-128zM320 640h128v128h-128v-128zM64 128h128v128h-128v-128zM64 384h128v128h-128v-128zM64 640h128v128h-128v-128zM576 320h448v64h-448v-64zM576 1024h128v-256h192v256h128v-576
6
- h-448v576z" />
7
- </svg>
@@ -1,6 +0,0 @@
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="M864 0q66 0 113 47t47 113q0 27 -8.5 51.5t-23.5 44.5l-64 64l-224 -224l64 -64q20 -15 44.5 -23.5t51.5 -8.5zM64 736l-64 288l288 -64l592 -592l-224 -224zM716 364l-448 448l-56 -56l448 -448z" />
6
- </svg>
@@ -1,6 +0,0 @@
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 590l-512 -397l-512 397v-162l512 -397l512 397v162zM896 576v384h-256v-256h-256v256h-256v-384l384 -288z" />
6
- </svg>
@@ -1,8 +0,0 @@
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="M768 128q-74 0 -139.5 26t-116.5 72q-51 -46 -116.5 -72t-139.5 -26t-139.5 26t-116.5 72v572l1.5 1.5l0.5 0.5q12 11 25.5 20.5t27.5 18.5q14 -11 29.5 -21t31.5 -18q32 -15 67 -23.5t73 -8.5t73 8.5t67 23.5q16 8 31.5 18t29.5 21q3 2 5.5 4.5t5.5 4.5q12 11 23 23
6
- t21 25q10 -13 21 -25t23 -23q3 -2 5.5 -4.5t5.5 -4.5q14 -11 29.5 -21t31.5 -18q32 -15 67 -23.5t73 -8.5t73 8.5t67 23.5q16 8 31.5 18t29.5 21q14 -9 27.5 -18.5t25.5 -20.5l0.5 -0.5l1.5 -1.5v-572q-51 -46 -116.5 -72t-139.5 -26zM256 704q-52 0 -101 13.5t-91 37.5
7
- v-499q40 -30 89 -47t103 -17t103 17t89 47v499q-42 -24 -91 -37.5t-101 -13.5v0zM768 704q-52 0 -101 13.5t-91 37.5v-499q40 -30 89 -47t103 -17t103 17t89 47v499q-42 -24 -91 -37.5t-101 -13.5v0z" />
8
- </svg>
@@ -1,6 +0,0 @@
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="M704 0h-640v1024h896v-768zM896 960h-768v-896h576v192h192v704zM256 768h512v64h-512v-64zM256 640h512v64h-512v-64zM256 512h512v64h-512v-64z" />
6
- </svg>
@@ -1,7 +0,0 @@
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 980 1024">
4
- <path fill="currentColor"
5
- d="M640 128h-128v-64q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v64h-128v128h512v-128zM448 128h-128v-64v0v0h128v0v0v64v0zM768 320v-160q0 -13 -9.5 -22.5t-22.5 -9.5h-64v64h32v128h-384v448h-256v-576h32v-64h-64q-13 0 -22.5 9.5t-9.5 22.5v640q0 13 9.5 22.5
6
- t22.5 9.5h288v192h448l192 -192v-512h-192zM768 933v-101h101zM896 768h-192v192h-320v-576h512v384z" />
7
- </svg>
@@ -1,8 +0,0 @@
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="M992 871l-242 -206q-19 -17 -38.5 -25t-35.5 -7q43 -50 67.5 -114t24.5 -135q0 -80 -30 -149q-30 -70 -82.5 -122.5t-122.5 -82.5q-69 -30 -149 -30t-149 30q-70 30 -122.5 82.5t-82.5 122.5q-30 69 -30 149t30 149q30 70 82.5 122.5t122.5 82.5q69 30 149 30
6
- q71 0 135 -24.5t114 -67.5q-1 16 7 35.5t25 38.5l206 242q27 30 64.5 32t64.5 -24q26 -27 24 -64.5t-32 -64.5zM384 640q-53 0 -100 -20q-46 -20 -81 -55t-55 -81q-20 -47 -20 -100t20 -100q20 -46 55 -81t81 -55q47 -20 100 -20t100 20q46 20 81 55t55 81q20 47 20 100
7
- t-20 100q-20 46 -55 81t-81 55q-47 20 -100 20z" />
8
- </svg>
@@ -1,6 +0,0 @@
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 0v384l-138 -138l-212 212l-108 -108l212 -212l-138 -138h384zM246 138l212 212l-108 108l-212 -212l-138 138v-384h384zM886 778l138 -138v384h-384l138 -138l-212 -212l108 -108zM458 674l-212 212l138 138h-384v-384l138 138l212 -212z" />
6
- </svg>
@@ -1,6 +0,0 @@
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="M960 448h-64l-64 -320h-80l16 -128h-192l16 128h-160l16 -128h-192l16 128h-80l-64 320h-64l-64 512v64h384v-576h64v-64h128v64h64v576h384v-64z" />
6
- </svg>
@@ -1,6 +0,0 @@
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 0v416l-160 -160l-192 192l-96 -96l192 -192l-160 -160h416zM448 672l-192 192l160 160h-416v-416l160 160l192 -192z" />
6
- </svg>
@@ -1,8 +0,0 @@
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="M896 448h16q20 0 34 -14t14 -34v-160q0 -20 -14 -34t-34 -14h-16v-192h-128v192h-16q-20 0 -34 14t-14 34v160q0 20 14 34t34 14h16v576h128v-576zM768 256h128v128h-128v-128zM592 832q20 0 34 -14t14 -34v-160q0 -20 -14 -34t-34 -14h-16v-576h-128v576h-16
6
- q-20 0 -34 14t-14 34v160q0 20 14 34t34 14h16v192h128v-192h16zM448 640h128v128h-128v-128zM272 448q20 0 34 -14t14 -34v-160q0 -20 -14 -34t-34 -14h-16v-192h-128v192h-16q-20 0 -34 14t-14 34v160q0 20 14 34t34 14h16v576h128v-576h16zM128 256h128v128h-128v-128z
7
- " />
8
- </svg>
@@ -1,8 +0,0 @@
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="M934 610q-20 -35 -25 -73q-4 -38 5.5 -74.5t33.5 -67.5q23 -31 58 -51l-101 -175q-21 13 -46 20t-52 7q-40 0 -75 -15q-36 -16 -62.5 -42.5t-41.5 -62.5q-15 -35 -15 -76h-201q0 25 -6.5 50t-19.5 48q-21 35 -52 58t-67 32.5t-75 5.5q-38 -5 -73 -25l-101 174
6
- q22 13 40.5 31t31.5 41q20 35 24 73q5 38 -5 74t-33 68q-23 31 -58 51l101 174q21 -12 46 -19t51 -7q40 0 76 15q35 16 61.5 42.5t41.5 61.5q16 36 16 76h201q0 -25 6.5 -49.5t19.5 -47.5q20 -35 51 -58t67.5 -32.5t74.5 -5.5q38 5 74 25l100 -175q-21 -12 -39.5 -30
7
- t-31.5 -41v0zM512 719q-43 0 -81 -16q-37 -16 -65.5 -44.5t-44.5 -65.5q-16 -38 -16 -81t16 -81q16 -37 44.5 -65.5t65.5 -44.5q38 -16 81 -16t81 16q37 16 65.5 44.5t44.5 65.5q16 38 16 81t-16 81q-16 37 -44.5 65.5t-65.5 44.5q-38 16 -81 16z" />
8
- </svg>
@@ -1,7 +0,0 @@
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="M592 448h-16v-192q0 -79 -56.5 -135.5t-135.5 -56.5h-128q-79 0 -135.5 56.5t-56.5 135.5v192h-16q-20 0 -34 14t-14 34v480q0 20 14 34t34 14h544q20 0 34 -14t14 -34v-480q0 -20 -14 -34t-34 -14zM384 896h-128l28 -139q-13 -9 -20.5 -23t-7.5 -30q0 -27 18.5 -45.5
6
- t45.5 -18.5t45.5 18.5t18.5 45.5q0 16 -7.5 30t-20.5 23zM448 448h-256v-192q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v192z" />
7
- </svg>
@@ -1,7 +0,0 @@
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="M768 64h-128q-79 0 -135.5 56.5t-56.5 135.5v192h-400q-20 0 -34 14t-14 34v480q0 20 14 34t34 14h544q20 0 34 -14t14 -34v-480q0 -20 -14 -34t-34 -14h-16v-192q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v192h128v-192q0 -79 -56.5 -135.5t-135.5 -56.5zM384 896h-128
6
- l28 -139q-13 -9 -20.5 -23t-7.5 -30q0 -27 18.5 -45.5t45.5 -18.5t45.5 18.5t18.5 45.5q0 16 -7.5 30t-20.5 23z" />
7
- </svg>
@@ -1,7 +0,0 @@
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="M962 732l-373 -305l-18 -14t-18 -12q11 -26 17 -54.5t6 -58.5q0 -60 -23 -112q-22 -53 -61 -92t-92 -61q-52 -23 -112 -23q-22 0 -43 3t-41 9l180 180v192h-192l-180 -180q-6 20 -9 41t-3 43q0 60 23 112q22 53 61 92t92 61q52 23 112 23q30 0 58.5 -6t54.5 -17
6
- q5 9 12 18l14 18l305 373q47 58 118.5 62t124.5 -49t49 -124.5t-62 -118.5zM864 960l-96 -96l96 -96l96 96z" />
7
- </svg>
@@ -1,7 +0,0 @@
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="M128 896h896v128h-1024v-1024h128v896zM288 832q-40 0 -68 -28t-28 -68t28 -68t68 -28h4h4l104 -172q-8 -11 -12 -24t-4 -28q0 -40 28 -68t68 -28t68 28t28 68q0 15 -4 28t-12 24l104 172h4h4h3.5h2.5l171 -298q-8 -11 -12.5 -25t-4.5 -29q0 -40 28 -68t68 -28t68 28
6
- t28 68t-28 68t-68 28h-3.5h-2.5l-171 298q8 11 12.5 25t4.5 29q0 40 -28 68t-68 28t-68 -28t-28 -68q0 -15 4 -28t12 -24l-104 -172h-4h-4h-4h-4l-104 172q8 11 12 24t4 28q0 40 -28 68t-68 28v0z" />
7
- </svg>
@@ -1,7 +0,0 @@
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="M448 576v-448q-93 0 -174 35q-82 35 -143 96t-96 143q-35 81 -35 174t35 174q35 82 96 143t143 96q81 35 174 35t174 -35q82 -35 143 -96t96 -143q35 -81 35 -174q0 -54 -12.5 -104.5t-34.5 -95.5zM913 248q-28 -55 -69 -101q-42 -46 -93.5 -78.5t-112.5 -50.5
6
- q-60 -18 -126 -18v448z" />
7
- </svg>
@@ -1,7 +0,0 @@
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 832q-80 0 -136 -56t-56 -136v-285q0 -53 -19 -100q-20 -48 -54.5 -85.5t-80.5 -63.5q-47 -26 -102 -36v-70h-128v70q-55 10 -102 36q-46 26 -80.5 63.5t-54.5 85.5q-19 47 -19 100v285q0 80 -56 136t-136 56v64h430q-4 9 -6.5 18t-2.5 19q0 38 27 64.5t64 26.5
6
- t64 -26.5t27 -64.5q0 -10 -2.5 -19t-6.5 -18h430v-64z" />
7
- </svg>
@@ -1,7 +0,0 @@
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 832q-80 0 -136 -56t-56 -136v-285q0 -53 -19 -100q-20 -48 -54.5 -85.5t-80.5 -63.5q-47 -26 -102 -36v-70h-128v70q-55 10 -102 36q-46 26 -80.5 63.5t-54.5 85.5q-19 47 -19 100v285q0 80 -56 136t-136 56v64h430q-4 9 -6.5 18t-2.5 19q0 38 27 64.5t64 26.5
6
- t64 -26.5t27 -64.5q0 -10 -2.5 -19t-6.5 -18h430v-64zM704 576h-128v128h-128v-128h-128v-128h128v-128h128v128h128v128z" />
7
- </svg>
@@ -1,7 +0,0 @@
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 832q-80 0 -136 -56t-56 -136v-285q0 -53 -19 -100q-20 -48 -54.5 -85.5t-80.5 -63.5q-47 -26 -102 -36v-70h-128v70q-55 10 -102 36q-46 26 -80.5 63.5t-54.5 85.5q-19 47 -19 100v285q0 80 -56 136t-136 56v64h430q-4 9 -6.5 18t-2.5 19q0 38 27 64.5t64 26.5
6
- t64 -26.5t27 -64.5q0 -10 -2.5 -19t-6.5 -18h430v-64zM704 576h-384v-128h384v128z" />
7
- </svg>
@@ -1,7 +0,0 @@
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 832q-80 0 -136 -56t-56 -136v-285q0 -53 -19 -100q-20 -48 -54.5 -85.5t-80.5 -63.5q-47 -26 -102 -36v-70h-128v70q-55 10 -102 36q-46 26 -80.5 63.5t-54.5 85.5q-19 47 -19 100v285q0 80 -56 136t-136 56v64h430q-4 9 -6.5 18t-2.5 19q0 38 27 64.5t64 26.5
6
- t64 -26.5t27 -64.5q0 -10 -2.5 -19t-6.5 -18h430v-64zM448 740l-155 -205l48 -48l107 77l245 -217l50 50l-295 343v0z" />
7
- </svg>
@@ -1,8 +0,0 @@
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="M659 749l-211 -210v-283h128v229l173 174zM512 0q-106 0 -199 40q-94 40 -163.5 109.5t-109.5 163.5q-40 93 -40 199t40 199q40 94 109.5 163.5t163.5 109.5q93 40 199 40t199 -40q94 -40 163.5 -109.5t109.5 -163.5q40 -93 40 -199t-40 -199q-40 -94 -109.5 -163.5
6
- t-163.5 -109.5q-93 -40 -199 -40zM512 896q-80 0 -149 -30q-70 -30 -122.5 -82.5t-82.5 -122.5q-30 -69 -30 -149t30 -149q30 -70 82.5 -122.5t122.5 -82.5q69 -30 149 -30t149 30q70 30 122.5 82.5t82.5 122.5q30 69 30 149t-30 149q-30 70 -82.5 122.5t-122.5 82.5
7
- q-69 30 -149 30z" />
8
- </svg>
@@ -1,7 +0,0 @@
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 832q-80 0 -136 -56t-56 -136v-285q0 -53 -19 -100q-20 -48 -54.5 -85.5t-80.5 -63.5q-47 -26 -102 -36v-70h-128v70q-55 10 -102 36q-46 26 -80.5 63.5t-54.5 85.5q-19 47 -19 100v285q0 80 -56 136t-136 56v64h430q-4 9 -6.5 18t-2.5 19q0 38 27 64.5t64 26.5
6
- t64 -26.5t27 -64.5q0 -10 -2.5 -19t-6.5 -18h430v-64zM704 704h-78l-114 -114l-114 114h-78v-78l114 -114l-114 -114v-78h78l114 114l114 -114h78v78l-114 114l114 114v78z" />
7
- </svg>