epfl-elements 1.0.0 → 4.0.0

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 (801) hide show
  1. package/README.md +72 -0
  2. package/{src/scss → assets}/config/bootstrap-variables.scss +14 -9
  3. package/{src → assets}/config/colors.json +3 -1
  4. package/assets/config/variables.scss +41 -0
  5. package/dist/components/atoms/alert/alert-types.twig +16 -0
  6. package/dist/components/atoms/alert/alert.twig +7 -0
  7. package/dist/components/atoms/alert/alert.yml +13 -0
  8. package/dist/components/atoms/button/button-secondary-states.twig +4 -0
  9. package/dist/components/atoms/button/button-secondary.twig +1 -0
  10. package/dist/components/atoms/button/button-sizes.twig +12 -0
  11. package/dist/components/atoms/button/button-states.twig +4 -0
  12. package/dist/components/atoms/button/button.twig +1 -0
  13. package/dist/components/atoms/button/button.yml +29 -0
  14. package/dist/components/atoms/checkbox/checkbox-inline.twig +5 -0
  15. package/dist/components/atoms/checkbox/checkbox-states.twig +4 -0
  16. package/dist/components/atoms/checkbox/checkbox.twig +4 -0
  17. package/dist/components/atoms/checkbox/checkbox.yml +11 -0
  18. package/dist/components/atoms/collapse/collapse-header.twig +22 -0
  19. package/dist/components/atoms/collapse/collapse-partial.twig +19 -0
  20. package/dist/components/atoms/collapse/collapse-title.twig +14 -0
  21. package/dist/components/atoms/collapse/collapse.twig +14 -0
  22. package/dist/components/atoms/collapse/collapse.yml +20 -0
  23. package/dist/components/atoms/definition-list/definition-list-grid.twig +17 -0
  24. package/dist/components/atoms/definition-list/definition-list.twig +9 -0
  25. package/dist/components/atoms/definition-list/definition-list.yml +13 -0
  26. package/dist/components/atoms/drawer/drawer.twig +10 -0
  27. package/dist/components/atoms/drawer/drawer.yml +4 -0
  28. package/dist/components/atoms/dropdown/dropdown.twig +11 -0
  29. package/dist/components/atoms/dropdown/dropdown.yml +10 -0
  30. package/dist/components/atoms/favicon/favicon.twig +16 -0
  31. package/dist/components/atoms/favicon/favicon.yml +2 -0
  32. package/dist/components/atoms/figure/figure.twig +4 -0
  33. package/dist/components/atoms/figure/figure.yml +4 -0
  34. package/dist/components/atoms/icon/icon-list-feather.twig +10 -0
  35. package/dist/components/atoms/icon/icon-list.twig +10 -0
  36. package/dist/components/atoms/icon/icon.twig +2 -0
  37. package/dist/components/atoms/icon/icon.yml +18 -0
  38. package/dist/components/atoms/input/input-disabled.twig +1 -0
  39. package/dist/components/atoms/input/input-error.twig +1 -0
  40. package/dist/components/atoms/input/input-focus.twig +1 -0
  41. package/dist/components/atoms/input/input-hover.twig +1 -0
  42. package/dist/components/atoms/input/input-value.twig +1 -0
  43. package/dist/components/atoms/input/input.twig +1 -0
  44. package/dist/components/atoms/input/input.yml +30 -0
  45. package/dist/components/atoms/link/link-icon.twig +4 -0
  46. package/dist/components/atoms/link/link-login.twig +4 -0
  47. package/dist/components/atoms/link/link.twig +4 -0
  48. package/dist/components/atoms/link/link.yml +26 -0
  49. package/dist/components/atoms/list/list-inline.twig +11 -0
  50. package/dist/components/atoms/list/list-ordered.twig +28 -0
  51. package/dist/components/atoms/list/list-unordered.twig +24 -0
  52. package/dist/components/atoms/list/list-unstyled.twig +5 -0
  53. package/dist/components/atoms/list/list.twig +13 -0
  54. package/dist/components/atoms/list/list.yml +13 -0
  55. package/dist/components/atoms/loader/loader.twig +3 -0
  56. package/dist/components/atoms/loader/loader.yml +2 -0
  57. package/dist/components/atoms/nav-lang/nav-lang-short.twig +30 -0
  58. package/dist/components/atoms/nav-lang/nav-lang.twig +29 -0
  59. package/dist/components/atoms/nav-lang/nav-lang.yml +7 -0
  60. package/dist/components/atoms/nav-toggle/nav-toggle-async.twig +6 -0
  61. package/dist/components/atoms/nav-toggle/nav-toggle.twig +6 -0
  62. package/dist/components/atoms/nav-toggle/nav-toggle.yml +10 -0
  63. package/dist/components/atoms/nav-toggle-mobile/nav-toggle-mobile.twig +8 -0
  64. package/dist/components/atoms/nav-toggle-mobile/nav-toggle-mobile.yml +4 -0
  65. package/dist/components/atoms/picture/picture-avatar.twig +18 -0
  66. package/dist/components/atoms/picture/picture-cover.twig +19 -0
  67. package/dist/components/atoms/picture/picture-fullwidth-teaser.twig +21 -0
  68. package/dist/components/atoms/picture/picture-news-thumb.twig +8 -0
  69. package/dist/components/atoms/picture/picture-one-third-square.twig +18 -0
  70. package/dist/components/atoms/picture/picture-one-third.twig +18 -0
  71. package/dist/components/atoms/picture/picture-portrait.twig +18 -0
  72. package/dist/components/atoms/picture/picture-question.twig +18 -0
  73. package/dist/components/atoms/picture/picture-thumb-square.twig +8 -0
  74. package/dist/components/atoms/picture/picture.twig +18 -0
  75. package/dist/components/atoms/picture/picture.yml +43 -0
  76. package/dist/components/atoms/popover/popover.twig +11 -0
  77. package/dist/components/atoms/popover/popover.yml +6 -0
  78. package/dist/components/atoms/radio/radio-inline.twig +4 -0
  79. package/dist/components/atoms/radio/radio-list.twig +4 -0
  80. package/dist/components/atoms/radio/radio.twig +4 -0
  81. package/dist/components/atoms/radio/radio.yml +8 -0
  82. package/dist/components/atoms/range/range.twig +8 -0
  83. package/dist/components/atoms/range/range.yml +4 -0
  84. package/dist/components/atoms/select/select-multiple.twig +13 -0
  85. package/dist/components/atoms/select/select.twig +11 -0
  86. package/dist/components/atoms/select/select.yml +11 -0
  87. package/dist/components/atoms/separator/separator.twig +7 -0
  88. package/dist/components/atoms/separator/separator.yml +5 -0
  89. package/dist/components/atoms/social-icon/social-icon-discrete-link.twig +3 -0
  90. package/dist/components/atoms/social-icon/social-icon-group.twig +24 -0
  91. package/dist/components/atoms/social-icon/social-icon-link-group.twig +21 -0
  92. package/dist/components/atoms/social-icon/social-icon-link.twig +9 -0
  93. package/dist/components/atoms/social-icon/social-icon-negative-link.twig +3 -0
  94. package/dist/components/atoms/social-icon/social-icon-negative.twig +3 -0
  95. package/dist/components/atoms/social-icon/social-icon-round-discrete-link.twig +4 -0
  96. package/dist/components/atoms/social-icon/social-icon-round-link.twig +3 -0
  97. package/dist/components/atoms/social-icon/social-icon-round.twig +3 -0
  98. package/dist/components/atoms/social-icon/social-icon-single-link-with-details.twig +11 -0
  99. package/dist/components/atoms/social-icon/social-icon-single-link.twig +10 -0
  100. package/dist/components/atoms/social-icon/social-icon-single.twig +9 -0
  101. package/dist/components/atoms/social-icon/social-icon.twig +9 -0
  102. package/dist/components/atoms/social-icon/social-icon.yml +30 -0
  103. package/dist/components/atoms/tag/tag-input.twig +5 -0
  104. package/dist/components/atoms/tag/tag.twig +25 -0
  105. package/dist/components/atoms/tag/tag.yml +19 -0
  106. package/dist/components/atoms/trapeze/trapeze-horizontal.twig +9 -0
  107. package/dist/components/atoms/trapeze/trapeze-pseudo.twig +11 -0
  108. package/dist/components/atoms/trapeze/trapeze.twig +9 -0
  109. package/dist/components/atoms/trapeze/trapeze.yml +17 -0
  110. package/dist/components/atoms/upload/upload.twig +8 -0
  111. package/dist/components/atoms/upload/upload.yml +6 -0
  112. package/dist/components/atoms/video/video.twig +8 -0
  113. package/dist/components/atoms/video/video.yml +9 -0
  114. package/dist/components/content-types/association/association.twig +10 -0
  115. package/dist/components/content-types/association/association.yml +3 -0
  116. package/dist/components/content-types/bachelor-project/bachelor-project.twig +13 -0
  117. package/dist/components/content-types/bachelor-project/bachelor-project.yml +3 -0
  118. package/dist/components/content-types/basic-page/basic-page-highlighted.twig +1 -0
  119. package/dist/components/content-types/basic-page/basic-page.twig +12 -0
  120. package/dist/components/content-types/basic-page/basic-page.yml +10 -0
  121. package/dist/components/content-types/coursebook/coursebook-legend.twig +47 -0
  122. package/dist/components/content-types/coursebook/coursebook-program.twig +65 -0
  123. package/dist/components/content-types/coursebook/coursebook.twig +142 -0
  124. package/dist/components/content-types/coursebook/coursebook.yml +13 -0
  125. package/dist/components/content-types/cursus/cursus.twig +6 -0
  126. package/dist/components/content-types/cursus/cursus.yml +3 -0
  127. package/dist/components/content-types/event/event-highlight-listing.twig +10 -0
  128. package/dist/components/content-types/event/event-highlight.twig +13 -0
  129. package/dist/components/content-types/event/event-invitation.twig +20 -0
  130. package/dist/components/content-types/event/event-just-finished.twig +8 -0
  131. package/dist/components/content-types/event/event-listing-featured.twig +5 -0
  132. package/dist/components/content-types/event/event-listing.twig +16 -0
  133. package/dist/components/content-types/event/event-wrapper.twig +1 -0
  134. package/dist/components/content-types/event/event.twig +34 -0
  135. package/dist/components/content-types/event/event.yml +26 -0
  136. package/dist/components/content-types/institute/institute.twig +12 -0
  137. package/dist/components/content-types/institute/institute.yml +3 -0
  138. package/dist/components/content-types/laboratory/laboratory.twig +16 -0
  139. package/dist/components/content-types/laboratory/laboratory.yml +3 -0
  140. package/dist/components/content-types/news/news-basic-teaser.twig +16 -0
  141. package/dist/components/content-types/news/news-distinction.twig +11 -0
  142. package/dist/components/content-types/news/news-highlighted-carousel.twig +11 -0
  143. package/dist/components/content-types/news/news-highlighted.twig +1 -0
  144. package/dist/components/content-types/news/news-latest-two.twig +11 -0
  145. package/dist/components/content-types/news/news-press-release.twig +19 -0
  146. package/dist/components/content-types/news/news.twig +25 -0
  147. package/dist/components/content-types/news/news.yml +21 -0
  148. package/dist/components/content-types/press-review/press-review.twig +25 -0
  149. package/dist/components/content-types/press-review/press-review.yml +3 -0
  150. package/dist/components/content-types/program/program.twig +10 -0
  151. package/dist/components/content-types/program/program.yml +3 -0
  152. package/dist/components/content-types/project/project.twig +11 -0
  153. package/dist/components/content-types/project/project.yml +2 -0
  154. package/dist/components/content-types/project-list/project-list.twig +82 -0
  155. package/dist/components/content-types/project-list/project-list.yml +2 -0
  156. package/dist/components/content-types/publication/publication.twig +68 -0
  157. package/dist/components/content-types/publication/publication.yml +2 -0
  158. package/dist/components/content-types/research-field/research-field.twig +11 -0
  159. package/dist/components/content-types/research-field/research-field.yml +3 -0
  160. package/dist/components/content-types/research-project/research-project.twig +21 -0
  161. package/dist/components/content-types/research-project/research-project.yml +3 -0
  162. package/dist/components/content-types/school/school.twig +13 -0
  163. package/dist/components/content-types/school/school.yml +3 -0
  164. package/dist/components/content-types/science-question/science-question.twig +9 -0
  165. package/dist/components/content-types/science-question/science-question.yml +2 -0
  166. package/dist/components/content-types/section/section.twig +21 -0
  167. package/dist/components/content-types/section/section.yml +3 -0
  168. package/dist/components/content-types/study-plan/study-plan-bachelor.twig +1042 -0
  169. package/dist/components/content-types/study-plan/study-plan-master.twig +483 -0
  170. package/dist/components/content-types/study-plan/study-plan-mineur.twig +135 -0
  171. package/dist/components/content-types/study-plan/study-plan.twig +5 -0
  172. package/dist/components/content-types/study-plan/study-plan.yml +10 -0
  173. package/dist/components/content-types/training/training.twig +17 -0
  174. package/dist/components/content-types/training/training.yml +3 -0
  175. package/dist/components/molecules/access-nav/access-nav.twig +22 -0
  176. package/dist/components/molecules/access-nav/access-nav.yml +8 -0
  177. package/dist/components/molecules/avatar-teaser/avatar-teaser-multiple.twig +19 -0
  178. package/dist/components/molecules/avatar-teaser/avatar-teaser.twig +10 -0
  179. package/dist/components/molecules/avatar-teaser/avatar-teaser.yml +13 -0
  180. package/dist/components/molecules/breadcrumb/breadcrumb-tagged.twig +18 -0
  181. package/dist/components/molecules/breadcrumb/breadcrumb.twig +11 -0
  182. package/dist/components/molecules/breadcrumb/breadcrumb.yml +7 -0
  183. package/dist/components/molecules/card/card-event.twig +69 -0
  184. package/dist/components/molecules/card/card-inside-links.twig +27 -0
  185. package/dist/components/molecules/card/card-link.twig +16 -0
  186. package/dist/components/molecules/card/card.twig +19 -0
  187. package/dist/components/molecules/card/card.yml +24 -0
  188. package/dist/components/molecules/card-deck/card-deck-duo-gray.twig +4 -0
  189. package/dist/components/molecules/card-deck/card-deck-duo.twig +4 -0
  190. package/dist/components/molecules/card-deck/card-deck-link-duo-gray.twig +4 -0
  191. package/dist/components/molecules/card-deck/card-deck-link-duo.twig +4 -0
  192. package/dist/components/molecules/card-deck/card-deck-link-single-gray.twig +3 -0
  193. package/dist/components/molecules/card-deck/card-deck-link-single.twig +3 -0
  194. package/dist/components/molecules/card-deck/card-deck-mini-cards.twig +38 -0
  195. package/dist/components/molecules/card-deck/card-deck-single-gray.twig +3 -0
  196. package/dist/components/molecules/card-deck/card-deck-single.twig +3 -0
  197. package/dist/components/molecules/card-deck/card-deck.twig +8 -0
  198. package/dist/components/molecules/card-deck/card-deck.yml +36 -0
  199. package/dist/components/molecules/carousel/carousel-base.twig +24 -0
  200. package/dist/components/molecules/carousel/carousel.twig +9 -0
  201. package/dist/components/molecules/carousel/carousel.yml +8 -0
  202. package/dist/components/molecules/collapse-group/collapse-group-people-contacts.twig +124 -0
  203. package/dist/components/molecules/collapse-group/collapse-group-rich-content.twig +102 -0
  204. package/dist/components/molecules/collapse-group/collapse-group.twig +49 -0
  205. package/dist/components/molecules/collapse-group/collapse-group.yml +11 -0
  206. package/dist/components/molecules/cover/cover.twig +6 -0
  207. package/dist/components/molecules/cover/cover.yml +2 -0
  208. package/dist/components/molecules/datepicker/datepicker-fancy.twig +5 -0
  209. package/dist/components/molecules/datepicker/datepicker.twig +3 -0
  210. package/dist/components/molecules/datepicker/datepicker.yml +7 -0
  211. package/dist/components/molecules/filters/filters-blog.twig +48 -0
  212. package/dist/components/molecules/filters/filters.twig +23 -0
  213. package/dist/components/molecules/filters/filters.yml +8 -0
  214. package/dist/components/molecules/footnotes/footnotes.twig +14 -0
  215. package/dist/components/molecules/footnotes/footnotes.yml +4 -0
  216. package/dist/components/molecules/form-group/form-group-checkboxes.twig +10 -0
  217. package/dist/components/molecules/form-group/form-group-error.twig +13 -0
  218. package/dist/components/molecules/form-group/form-group-radio.twig +10 -0
  219. package/dist/components/molecules/form-group/form-group-search.twig +13 -0
  220. package/dist/components/molecules/form-group/form-group-select.twig +3 -0
  221. package/dist/components/molecules/form-group/form-group-textarea.twig +4 -0
  222. package/dist/components/molecules/form-group/form-group-upload.twig +4 -0
  223. package/dist/components/molecules/form-group/form-group.twig +13 -0
  224. package/dist/components/molecules/form-group/form-group.yml +21 -0
  225. package/dist/components/molecules/gallery/gallery.twig +27 -0
  226. package/dist/components/molecules/gallery/gallery.yml +5 -0
  227. package/dist/components/molecules/key-number/key-number-large.twig +29 -0
  228. package/dist/components/molecules/key-number/key-number.twig +23 -0
  229. package/dist/components/molecules/key-number/key-number.yml +7 -0
  230. package/dist/components/molecules/links-group/links-group-teaser.twig +13 -0
  231. package/dist/components/molecules/links-group/links-group.twig +15 -0
  232. package/dist/components/molecules/links-group/links-group.yml +9 -0
  233. package/dist/components/molecules/list-group/list-group-borderless.twig +25 -0
  234. package/dist/components/molecules/list-group/list-group-infoscience.twig +32 -0
  235. package/dist/components/molecules/list-group/list-group-teasers.twig +55 -0
  236. package/dist/components/molecules/list-group/list-group.twig +4 -0
  237. package/dist/components/molecules/list-group/list-group.yml +21 -0
  238. package/dist/components/molecules/map/map.twig +7 -0
  239. package/dist/components/molecules/map/map.yml +2 -0
  240. package/dist/components/molecules/metabox/metabox.twig +56 -0
  241. package/dist/components/molecules/metabox/metabox.yml +6 -0
  242. package/dist/components/molecules/pagination/pagination-center.twig +39 -0
  243. package/dist/components/molecules/pagination/pagination-load-more.twig +1 -0
  244. package/dist/components/molecules/pagination/pagination.twig +39 -0
  245. package/dist/components/molecules/pagination/pagination.yml +13 -0
  246. package/dist/components/molecules/question/question.twig +26 -0
  247. package/dist/components/molecules/question/question.yml +2 -0
  248. package/dist/components/molecules/quote/quote.twig +10 -0
  249. package/dist/components/molecules/quote/quote.yml +6 -0
  250. package/dist/components/molecules/search/search-mobile.twig +39 -0
  251. package/dist/components/molecules/search/search.twig +25 -0
  252. package/dist/components/molecules/search/search.yml +9 -0
  253. package/dist/components/molecules/sidenotes/sidenotes.twig +20 -0
  254. package/dist/components/molecules/sidenotes/sidenotes.yml +6 -0
  255. package/dist/components/molecules/social/social-follow.twig +14 -0
  256. package/dist/components/molecules/social/social.twig +58 -0
  257. package/dist/components/molecules/social/social.yml +7 -0
  258. package/dist/components/molecules/social-feed/social-feed-facebook.twig +17 -0
  259. package/dist/components/molecules/social-feed/social-feed-instagram.twig +17 -0
  260. package/dist/components/molecules/social-feed/social-feed.twig +17 -0
  261. package/dist/components/molecules/social-feed/social-feed.yml +12 -0
  262. package/dist/components/molecules/sponsor/sponsor.twig +6 -0
  263. package/dist/components/molecules/sponsor/sponsor.yml +2 -0
  264. package/dist/components/molecules/tables/tables-boxed-sortable.twig +22 -0
  265. package/dist/components/molecules/tables/tables-boxed.twig +22 -0
  266. package/dist/components/molecules/tables/tables-sortable.twig +22 -0
  267. package/dist/components/molecules/tables/tables.twig +28 -0
  268. package/dist/components/molecules/tables/tables.yml +15 -0
  269. package/dist/components/molecules/tabs/tabs-light.twig +13 -0
  270. package/dist/components/molecules/tabs/tabs-vertical.twig +40 -0
  271. package/dist/components/molecules/tabs/tabs.twig +38 -0
  272. package/dist/components/molecules/tabs/tabs.yml +11 -0
  273. package/dist/components/organisms/card-slider/card-slider.twig +42 -0
  274. package/dist/components/organisms/card-slider/card-slider.yml +5 -0
  275. package/dist/components/organisms/contact/contact-banner.twig +30 -0
  276. package/dist/components/organisms/contact/contact-columns.twig +9 -0
  277. package/dist/components/organisms/contact/contact-compact-for-columns.twig +24 -0
  278. package/dist/components/organisms/contact/contact-compact.twig +18 -0
  279. package/dist/components/organisms/contact/contact-list.twig +14 -0
  280. package/dist/components/organisms/contact/contact.twig +20 -0
  281. package/dist/components/organisms/contact/contact.yml +22 -0
  282. package/dist/components/organisms/cookie-consent/cookie-consent.twig +1 -0
  283. package/dist/components/organisms/cookie-consent/cookie-consent.yml +4 -0
  284. package/dist/components/organisms/faq/faq.twig +15 -0
  285. package/dist/components/organisms/faq/faq.yml +2 -0
  286. package/dist/components/organisms/footer/footer-buttons.twig +25 -0
  287. package/dist/components/organisms/footer/footer-col.twig +34 -0
  288. package/dist/components/organisms/footer/footer-dark.twig +1 -0
  289. package/dist/components/organisms/footer/footer-de.twig +26 -0
  290. package/dist/components/organisms/footer/footer-en.twig +26 -0
  291. package/dist/components/organisms/footer/footer-faculties.twig +32 -0
  292. package/dist/components/organisms/footer/footer-legal.twig +38 -0
  293. package/dist/components/organisms/footer/footer-light-dark.twig +46 -0
  294. package/dist/components/organisms/footer/footer-light-de.twig +1 -0
  295. package/dist/components/organisms/footer/footer-light-en.twig +1 -0
  296. package/dist/components/organisms/footer/footer-light.twig +42 -0
  297. package/dist/components/organisms/footer/footer-socials.twig +13 -0
  298. package/dist/components/organisms/footer/footer.twig +26 -0
  299. package/dist/components/organisms/footer/footer.yml +26 -0
  300. package/dist/components/organisms/form/form.twig +7 -0
  301. package/dist/components/organisms/form/form.yml +2 -0
  302. package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-horizontal.twig +40 -0
  303. package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-left.twig +38 -0
  304. package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.twig +33 -0
  305. package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.yml +7 -0
  306. package/dist/components/organisms/header/header-de.twig +1 -0
  307. package/dist/components/organisms/header/header-en.twig +1 -0
  308. package/dist/components/organisms/header/header-fr.twig +1 -0
  309. package/dist/components/organisms/header/header-light-drawer.twig +37 -0
  310. package/dist/components/organisms/header/header-light.twig +36 -0
  311. package/dist/components/organisms/header/header.twig +32 -0
  312. package/dist/components/organisms/header/header.yml +23 -0
  313. package/dist/components/organisms/headlines/headlines.twig +44 -0
  314. package/dist/components/organisms/headlines/headlines.yml +2 -0
  315. package/dist/components/organisms/hero/hero-legend.twig +15 -0
  316. package/dist/components/organisms/hero/hero.twig +15 -0
  317. package/dist/components/organisms/hero/hero.yml +8 -0
  318. package/dist/components/organisms/introduction/introduction-gray.twig +10 -0
  319. package/dist/components/organisms/introduction/introduction.twig +13 -0
  320. package/dist/components/organisms/introduction/introduction.yml +5 -0
  321. package/dist/components/organisms/key-number-group/key-number-group.twig +10 -0
  322. package/dist/components/organisms/key-number-group/key-number-group.yml +3 -0
  323. package/dist/components/organisms/modal/modal.twig +25 -0
  324. package/dist/components/organisms/modal/modal.yml +6 -0
  325. package/dist/components/organisms/nav-aside/nav-aside.twig +45 -0
  326. package/dist/components/organisms/nav-aside/nav-aside.yml +2 -0
  327. package/dist/components/organisms/nav-main/nav-main.twig +65 -0
  328. package/dist/components/organisms/nav-main/nav-main.yml +13 -0
  329. package/dist/components/organisms/newsletter-sign-up/newsletter-sign-up.twig +19 -0
  330. package/dist/components/organisms/newsletter-sign-up/newsletter-sign-up.yml +2 -0
  331. package/dist/components/organisms/restauration/restauration.twig +114 -0
  332. package/dist/components/organisms/restauration/restauration.yml +4 -0
  333. package/dist/components/organisms/social-feed-group/social-feed-group.twig +11 -0
  334. package/dist/components/organisms/social-feed-group/social-feed-group.yml +3 -0
  335. package/dist/components/pages/about/about.twig +91 -0
  336. package/dist/components/pages/about/about.yml +2 -0
  337. package/dist/components/pages/association-homepage/association-homepage.twig +65 -0
  338. package/dist/components/pages/association-homepage/association-homepage.yml +2 -0
  339. package/dist/components/pages/association-list/association-list.twig +34 -0
  340. package/dist/components/pages/association-list/association-list.yml +2 -0
  341. package/dist/components/pages/basic-page/basic-page.twig +84 -0
  342. package/dist/components/pages/basic-page/basic-page.yml +2 -0
  343. package/dist/components/pages/blog-homepage/blog-homepage.twig +41 -0
  344. package/dist/components/pages/blog-homepage/blog-homepage.yml +2 -0
  345. package/dist/components/pages/blog-single/blog-single.twig +84 -0
  346. package/dist/components/pages/blog-single/blog-single.yml +2 -0
  347. package/dist/components/pages/campus/campus.twig +83 -0
  348. package/dist/components/pages/campus/campus.yml +2 -0
  349. package/dist/components/pages/education/education.twig +76 -0
  350. package/dist/components/pages/education/education.yml +2 -0
  351. package/dist/components/pages/error-404/error-404.twig +50 -0
  352. package/dist/components/pages/error-404/error-404.yml +2 -0
  353. package/dist/components/pages/event-detail/event-detail.twig +115 -0
  354. package/dist/components/pages/event-detail/event-detail.yml +2 -0
  355. package/dist/components/pages/event-homepage/event-homepage.twig +66 -0
  356. package/dist/components/pages/event-homepage/event-homepage.yml +2 -0
  357. package/dist/components/pages/event-list/event-list.twig +173 -0
  358. package/dist/components/pages/event-list/event-list.yml +2 -0
  359. package/dist/components/pages/facultes/facultes.twig +29 -0
  360. package/dist/components/pages/facultes/facultes.yml +2 -0
  361. package/dist/components/pages/homepage/homepage.twig +199 -0
  362. package/dist/components/pages/homepage/homepage.yml +2 -0
  363. package/dist/components/pages/innovation/innovation.twig +72 -0
  364. package/dist/components/pages/innovation/innovation.yml +2 -0
  365. package/dist/components/pages/lab-homepage/lab-homepage.twig +93 -0
  366. package/dist/components/pages/lab-homepage/lab-homepage.yml +2 -0
  367. package/dist/components/pages/layout-demo/layout-demo.twig +24 -0
  368. package/dist/components/pages/layout-demo/layout-demo.yml +2 -0
  369. package/dist/components/pages/news-detail/news-detail.twig +159 -0
  370. package/dist/components/pages/news-detail/news-detail.yml +2 -0
  371. package/dist/components/pages/news-homepage/news-homepage.twig +42 -0
  372. package/dist/components/pages/news-homepage/news-homepage.yml +2 -0
  373. package/dist/components/pages/people-detail/people-detail.twig +302 -0
  374. package/dist/components/pages/people-detail/people-detail.yml +2 -0
  375. package/dist/components/pages/people-list/people-list.twig +41 -0
  376. package/dist/components/pages/people-list/people-list.yml +2 -0
  377. package/dist/components/pages/programs/programs.twig +30 -0
  378. package/dist/components/pages/programs/programs.yml +2 -0
  379. package/dist/components/pages/research/research.twig +83 -0
  380. package/dist/components/pages/research/research.yml +2 -0
  381. package/dist/components/pages/study-plan/study-plan.twig +97 -0
  382. package/dist/components/pages/study-plan/study-plan.yml +2 -0
  383. package/dist/components/pages/study-plan-course/study-plan-course.twig +166 -0
  384. package/dist/components/pages/study-plan-course/study-plan-course.yml +2 -0
  385. package/dist/components/templates/base/base.twig +56 -0
  386. package/dist/components/templates/base/base.yml +2 -0
  387. package/dist/css/elements.css +20157 -0
  388. package/dist/css/elements.min.css +10 -0
  389. package/dist/css/elements.min.css.map +1 -0
  390. package/dist/css/reader.css +790 -0
  391. package/dist/css/reader.min.css +2 -0
  392. package/dist/css/reader.min.css.map +1 -0
  393. package/dist/css/vendors.css +1762 -0
  394. package/dist/css/vendors.min.css +9 -0
  395. package/dist/docs/accessibility.html +70 -0
  396. package/dist/docs/contribute/index.md +35 -0
  397. package/dist/docs/contribute/support-and-request.html +125 -0
  398. package/dist/docs/design/helpers.html +47 -0
  399. package/dist/docs/design/iconography.md +3 -0
  400. package/dist/docs/design/index.html +61 -0
  401. package/dist/docs/design/typography.html +225 -0
  402. package/dist/docs/index.html +162 -0
  403. package/dist/docs/summary.yml +15 -0
  404. package/dist/docs/user documentation/create a page.md +41 -0
  405. package/dist/docs/user documentation/index.md +51 -0
  406. package/dist/docs/user documentation/reports.md +35 -0
  407. package/dist/docs/user documentation/wordpress.md +3 -0
  408. package/{build/icons → dist/favicons}/android-chrome-192x192.png +0 -0
  409. package/{build/icons → dist/favicons}/android-chrome-512x512.png +0 -0
  410. package/{build/icons → dist/favicons}/apple-touch-icon.png +0 -0
  411. package/{build/icons → dist/favicons}/browserconfig.xml +0 -0
  412. package/{build/icons → dist/favicons}/favicon-120.png +0 -0
  413. package/{build/icons → dist/favicons}/favicon-128.png +0 -0
  414. package/{build/icons → dist/favicons}/favicon-144.png +0 -0
  415. package/{build/icons → dist/favicons}/favicon-152.png +0 -0
  416. package/{build/icons → dist/favicons}/favicon-16.png +0 -0
  417. package/{build/icons → dist/favicons}/favicon-180.png +0 -0
  418. package/{build/icons → dist/favicons}/favicon-228.png +0 -0
  419. package/{build/icons → dist/favicons}/favicon-32.png +0 -0
  420. package/{build/icons → dist/favicons}/favicon-57.png +0 -0
  421. package/{build/icons → dist/favicons}/favicon-76.png +0 -0
  422. package/{build/icons → dist/favicons}/favicon-96.png +0 -0
  423. package/{build/icons → dist/favicons}/favicon.ico +0 -0
  424. package/{build/icons → dist/favicons}/mstile-144x144.png +0 -0
  425. package/{build/icons → dist/favicons}/mstile-150x150.png +0 -0
  426. package/{build/icons → dist/favicons}/mstile-310x150.png +0 -0
  427. package/{build/icons → dist/favicons}/mstile-310x310.png +0 -0
  428. package/{build/icons → dist/favicons}/mstile-70x70.png +0 -0
  429. package/{build/icons → dist/favicons}/site.webmanifest +4 -4
  430. package/dist/icons/feather-sprite.svg +1 -0
  431. package/dist/icons/icons.svg +1 -0
  432. package/{src → dist}/images/defaults/person-avatar-default-small.png +0 -0
  433. package/dist/images/icons/icon-course-exercise.svg +3 -0
  434. package/dist/images/icons/icon-course-project.svg +3 -0
  435. package/{src → dist}/images/shortcode-icons/article_highlight.png +0 -0
  436. package/{src → dist}/images/shortcode-icons/article_list.png +0 -0
  437. package/{src → dist}/images/shortcode-icons/contact.png +0 -0
  438. package/{src → dist}/images/shortcode-icons/custom_teasers.png +0 -0
  439. package/{src → dist}/images/shortcode-icons/default.png +0 -0
  440. package/{src → dist}/images/shortcode-icons/definition_list.png +0 -0
  441. package/{src → dist}/images/shortcode-icons/definiton_list.png +0 -0
  442. package/{src → dist}/images/shortcode-icons/hero.png +0 -0
  443. package/{src → dist}/images/shortcode-icons/introduction.png +0 -0
  444. package/{src → dist}/images/shortcode-icons/links_block.png +0 -0
  445. package/{src → dist}/images/shortcode-icons/links_teaser.png +0 -0
  446. package/{src → dist}/images/shortcode-icons/map.png +0 -0
  447. package/{src → dist}/images/shortcode-icons/page_highlight.png +0 -0
  448. package/{src → dist}/images/shortcode-icons/page_teaser.png +0 -0
  449. package/{src → dist}/images/shortcode-icons/school.png +0 -0
  450. package/{src → dist}/images/shortcode-icons/teaser_news.png +0 -0
  451. package/{src → dist}/images/shortcode-icons/toggle.png +0 -0
  452. package/{src/icons → dist/images/styleguide}/accessibility.svg +0 -0
  453. package/{src → dist}/images/styleguide/basic_page_teaser.jpg +0 -0
  454. package/{src → dist}/images/styleguide/cover/cover01_1080x608.jpg +0 -0
  455. package/{src → dist}/images/styleguide/cover/cover01_1140x641.jpg +0 -0
  456. package/{src → dist}/images/styleguide/cover/cover01_1440x810.jpg +0 -0
  457. package/{src → dist}/images/styleguide/cover/cover01_1920x1080.jpg +0 -0
  458. package/{src → dist}/images/styleguide/cover/cover01_2280x1283.jpg +0 -0
  459. package/{src → dist}/images/styleguide/cover/cover01_2880x1620.jpg +0 -0
  460. package/{src → dist}/images/styleguide/cover/cover01_540x304.jpg +0 -0
  461. package/{src → dist}/images/styleguide/cover/cover01_720x405.jpg +0 -0
  462. package/{src → dist}/images/styleguide/cover/cover01_960x540.jpg +0 -0
  463. package/{src → dist}/images/styleguide/event_teaser.png +0 -0
  464. package/{src → dist}/images/styleguide/event_teaser_highlight.jpg +0 -0
  465. package/{src → dist}/images/styleguide/event_teaser_large.jpg +0 -0
  466. package/dist/images/styleguide/gallery/gallery_01.jpg +0 -0
  467. package/dist/images/styleguide/gallery/gallery_02.jpg +0 -0
  468. package/dist/images/styleguide/gallery/gallery_03.jpg +0 -0
  469. package/dist/images/styleguide/gallery/gallery_04.jpg +0 -0
  470. package/dist/images/styleguide/gallery/gallery_05.jpg +0 -0
  471. package/dist/images/styleguide/gallery/gallery_06.jpg +0 -0
  472. package/dist/images/styleguide/gallery/gallery_07.jpg +0 -0
  473. package/dist/images/styleguide/gallery/gallery_08.jpg +0 -0
  474. package/dist/images/styleguide/gallery/thumb_01.jpg +0 -0
  475. package/dist/images/styleguide/gallery/thumb_02.jpg +0 -0
  476. package/dist/images/styleguide/gallery/thumb_03.jpg +0 -0
  477. package/dist/images/styleguide/gallery/thumb_04.jpg +0 -0
  478. package/dist/images/styleguide/gallery/thumb_05.jpg +0 -0
  479. package/dist/images/styleguide/gallery/thumb_06.jpg +0 -0
  480. package/dist/images/styleguide/gallery/thumb_07.jpg +0 -0
  481. package/dist/images/styleguide/gallery/thumb_08.jpg +0 -0
  482. package/{src → dist}/images/styleguide/homepage/1-teaser-news-highlight.jpg +0 -0
  483. package/{src → dist}/images/styleguide/homepage/2-teaser-basic-page-column1.jpg +0 -0
  484. package/{src → dist}/images/styleguide/homepage/2-teaser-basic-page-column2.jpg +0 -0
  485. package/{src → dist}/images/styleguide/homepage/2-teaser-basic-page-column3.jpg +0 -0
  486. package/{src → dist}/images/styleguide/homepage/3-teaser-basic-page-highlight.jpg +0 -0
  487. package/{src → dist}/images/styleguide/homepage/4-teaser-news-highlight.jpg +0 -0
  488. package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-fribourg.jpg +0 -0
  489. package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-geneva.jpg +0 -0
  490. package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-lausanne.jpg +0 -0
  491. package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-middle-east.jpg +0 -0
  492. package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-neuchatel.jpg +0 -0
  493. package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-valais.jpg +0 -0
  494. package/{src → dist}/images/styleguide/homepage/6-teaser-basic-page-highlight.jpg +0 -0
  495. package/{src → dist}/images/styleguide/homepage/7-science-question-SF.jpg +0 -0
  496. package/{src → dist}/images/styleguide/homepage/8-teaser-news-highlight.jpg +0 -0
  497. package/{src → dist}/images/styleguide/homepage/9-social-facebook.jpg +0 -0
  498. package/{src → dist}/images/styleguide/homepage/9-social-instagram.jpg +0 -0
  499. package/{src → dist}/images/styleguide/homepage/9-social-twitter.jpg +0 -0
  500. package/{src → dist}/images/styleguide/icon-accessibility.png +0 -0
  501. package/{src → dist}/images/styleguide/illustrations/accessibility-teaser.png +0 -0
  502. package/{src → dist}/images/styleguide/illustrations/animation-balance.gif +0 -0
  503. package/{src → dist}/images/styleguide/illustrations/animation-clarity.gif +0 -0
  504. package/{src → dist}/images/styleguide/illustrations/animation-modularity.gif +0 -0
  505. package/{src → dist}/images/styleguide/illustrations/atomic-design-teaser.png +0 -0
  506. package/{src → dist}/images/styleguide/illustrations/brand-identity-teaser.png +0 -0
  507. package/{src → dist}/images/styleguide/illustrations/color-palette-teaser.png +0 -0
  508. package/{src → dist}/images/styleguide/illustrations/design-principles-teaser.png +0 -0
  509. package/{src → dist}/images/styleguide/illustrations/how-it-works-teaser.png +0 -0
  510. package/{src → dist}/images/styleguide/illustrations/how-to-start-teaser.png +0 -0
  511. package/{src → dist}/images/styleguide/illustrations/iconography-teaser.png +0 -0
  512. package/{src → dist}/images/styleguide/illustrations/three.png +0 -0
  513. package/{src → dist}/images/styleguide/illustrations/typography-teaser.png +0 -0
  514. package/{src → dist}/images/styleguide/key-numbers/collaborations.png +0 -0
  515. package/{src → dist}/images/styleguide/key-numbers/earth.png +0 -0
  516. package/{src → dist}/images/styleguide/key-numbers/flag.png +0 -0
  517. package/{src → dist}/images/styleguide/key-numbers/ranking.png +0 -0
  518. package/{src → dist}/images/styleguide/key-numbers/students.png +0 -0
  519. package/dist/images/styleguide/minicard_teaser.jpg +0 -0
  520. package/dist/images/styleguide/news-thumbs/news_thumb-1080x608.jpg +0 -0
  521. package/dist/images/styleguide/news-thumbs/news_thumb-120x58.jpg +0 -0
  522. package/dist/images/styleguide/news-thumbs/news_thumb-160x90.jpg +0 -0
  523. package/dist/images/styleguide/news-thumbs/news_thumb-190x107.jpg +0 -0
  524. package/dist/images/styleguide/news-thumbs/news_thumb-240x135.jpg +0 -0
  525. package/dist/images/styleguide/news-thumbs/news_thumb-540x304.jpg +0 -0
  526. package/dist/images/styleguide/news-thumbs/news_thumb-80x45.jpg +0 -0
  527. package/dist/images/styleguide/news-thumbs/news_thumb-95x53.jpg +0 -0
  528. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-A.svg +160 -0
  529. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Am.svg +166 -0
  530. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Ap.svg +172 -0
  531. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-B.svg +160 -0
  532. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Bm.svg +166 -0
  533. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Bp.svg +169 -0
  534. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-C.svg +166 -0
  535. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Cm.svg +172 -0
  536. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Cp.svg +175 -0
  537. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-D.svg +166 -0
  538. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Dm.svg +172 -0
  539. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Dp.svg +175 -0
  540. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-E.svg +166 -0
  541. package/{src → dist}/images/styleguide/restauration_illustration.png +0 -0
  542. package/dist/images/styleguide/teaser/home-teaser-1-1140x641.jpg +0 -0
  543. package/dist/images/styleguide/teaser/home-teaser-1-1294x728.jpg +0 -0
  544. package/dist/images/styleguide/teaser/home-teaser-1-1376x774.jpg +0 -0
  545. package/dist/images/styleguide/teaser/home-teaser-1-2216x1244.jpg +0 -0
  546. package/dist/images/styleguide/teaser/home-teaser-1-508x286.jpg +0 -0
  547. package/dist/images/styleguide/teaser/home-teaser-1-688x387.jpg +0 -0
  548. package/dist/images/styleguide/teaser/home-teaser-1-928x520.jpg +0 -0
  549. package/dist/images/styleguide/teaser/home-teaser-2-1140x641.jpg +0 -0
  550. package/dist/images/styleguide/teaser/home-teaser-2-1294x728.jpg +0 -0
  551. package/dist/images/styleguide/teaser/home-teaser-2-1376x774.jpg +0 -0
  552. package/dist/images/styleguide/teaser/home-teaser-2-2216x1244.jpg +0 -0
  553. package/dist/images/styleguide/teaser/home-teaser-2-508x286.jpg +0 -0
  554. package/dist/images/styleguide/teaser/home-teaser-2-688x387.jpg +0 -0
  555. package/dist/images/styleguide/teaser/home-teaser-2-928x520.jpg +0 -0
  556. package/dist/images/styleguide/teaser/home-teaser-3-1140x641.jpg +0 -0
  557. package/dist/images/styleguide/teaser/home-teaser-3-1376x774.jpg +0 -0
  558. package/dist/images/styleguide/teaser/home-teaser-3-2216x1244.jpg +0 -0
  559. package/dist/images/styleguide/teaser/home-teaser-3-508x286.jpg +0 -0
  560. package/dist/images/styleguide/teaser/home-teaser-3-688x387.jpg +0 -0
  561. package/dist/images/styleguide/teaser/home-teaser-3-928x520.jpg +0 -0
  562. package/dist/images/styleguide/teaser/home-teaser-4-1140x641.jpg +0 -0
  563. package/dist/images/styleguide/teaser/home-teaser-4-1376x774.jpg +0 -0
  564. package/dist/images/styleguide/teaser/home-teaser-4-2216x1244.jpg +0 -0
  565. package/dist/images/styleguide/teaser/home-teaser-4-508x286.jpg +0 -0
  566. package/dist/images/styleguide/teaser/home-teaser-4-688x387.jpg +0 -0
  567. package/dist/images/styleguide/teaser/home-teaser-4-928x520.jpg +0 -0
  568. package/dist/images/styleguide/teaser/news-teaser-1140x641.jpg +0 -0
  569. package/dist/images/styleguide/teaser/news-teaser-1294x728.jpg +0 -0
  570. package/dist/images/styleguide/teaser/news-teaser-1376x774.jpg +0 -0
  571. package/dist/images/styleguide/teaser/news-teaser-1440x810.jpg +0 -0
  572. package/dist/images/styleguide/teaser/news-teaser-1600x900.jpg +0 -0
  573. package/dist/images/styleguide/teaser/news-teaser-1920x1080.jpg +0 -0
  574. package/dist/images/styleguide/teaser/news-teaser-2216x1244.jpg +0 -0
  575. package/dist/images/styleguide/teaser/news-teaser-2240x1260.jpg +0 -0
  576. package/dist/images/styleguide/teaser/news-teaser-508x286.jpg +0 -0
  577. package/dist/images/styleguide/teaser/news-teaser-576x324.jpg +0 -0
  578. package/dist/images/styleguide/teaser/news-teaser-688x387.jpg +0 -0
  579. package/dist/images/styleguide/teaser/news-teaser-768x432.jpg +0 -0
  580. package/dist/images/styleguide/teaser/news-teaser-928x520.jpg +0 -0
  581. package/dist/index.html +43 -0
  582. package/dist/js/elements.js +8884 -0
  583. package/dist/js/elements.min.js +3 -0
  584. package/dist/js/elements.min.js.LICENSE.txt +46 -0
  585. package/dist/js/elements.min.js.map +1 -0
  586. package/dist/js/reader.js +67938 -0
  587. package/dist/js/reader.min.js +3 -0
  588. package/dist/js/reader.min.js.LICENSE.txt +72 -0
  589. package/dist/js/reader.min.js.map +1 -0
  590. package/dist/js/spritemap.js +17 -0
  591. package/dist/js/vendors.js +24004 -0
  592. package/dist/js/vendors.min.js +2 -0
  593. package/dist/js/vendors.min.js.LICENSE.txt +61 -0
  594. package/dist/package.json +216 -0
  595. package/{src → dist}/svg/avatar-placeholder.svg +0 -0
  596. package/{src → dist}/svg/element.svg +0 -0
  597. package/{src → dist}/svg/epfl-logo-negative-old.svg +0 -0
  598. package/{src → dist}/svg/epfl-logo-negative.svg +0 -0
  599. package/{src → dist}/svg/epfl-logo-old.svg +0 -0
  600. package/{build/icons → dist/svg}/epfl-logo.svg +0 -0
  601. package/{src → dist}/svg/flag.svg +0 -0
  602. package/dist/svg/portrait-placeholder.svg +1 -0
  603. package/package.json +208 -24
  604. package/.npmignore +0 -1
  605. package/build/css/base.css +0 -8
  606. package/build/css/base.css.map +0 -1
  607. package/build/js/base.js +0 -66
  608. package/gulpfile.js +0 -82
  609. package/src/config/data.json +0 -630
  610. package/src/favicons/android-chrome-192x192.png +0 -0
  611. package/src/favicons/android-chrome-512x512.png +0 -0
  612. package/src/favicons/apple-touch-icon.png +0 -0
  613. package/src/favicons/browserconfig.xml +0 -9
  614. package/src/favicons/favicon-120.png +0 -0
  615. package/src/favicons/favicon-128.png +0 -0
  616. package/src/favicons/favicon-144.png +0 -0
  617. package/src/favicons/favicon-152.png +0 -0
  618. package/src/favicons/favicon-16.png +0 -0
  619. package/src/favicons/favicon-180.png +0 -0
  620. package/src/favicons/favicon-228.png +0 -0
  621. package/src/favicons/favicon-32.png +0 -0
  622. package/src/favicons/favicon-57.png +0 -0
  623. package/src/favicons/favicon-76.png +0 -0
  624. package/src/favicons/favicon-96.png +0 -0
  625. package/src/favicons/favicon.ico +0 -0
  626. package/src/favicons/mstile-144x144.png +0 -0
  627. package/src/favicons/mstile-150x150.png +0 -0
  628. package/src/favicons/mstile-310x150.png +0 -0
  629. package/src/favicons/mstile-310x310.png +0 -0
  630. package/src/favicons/mstile-70x70.png +0 -0
  631. package/src/favicons/site.webmanifest +0 -19
  632. package/src/icons/.gitkeep +0 -0
  633. package/src/icons/arrow-left.svg +0 -3
  634. package/src/icons/arrow-right.svg +0 -3
  635. package/src/icons/browse.svg +0 -3
  636. package/src/icons/chevron-last-left.svg +0 -3
  637. package/src/icons/chevron-last-right.svg +0 -3
  638. package/src/icons/chevron-left.svg +0 -3
  639. package/src/icons/chevron-right.svg +0 -3
  640. package/src/icons/close.svg +0 -3
  641. package/src/icons/elements.svg +0 -4
  642. package/src/icons/facebook.svg +0 -1
  643. package/src/icons/googleplus.svg +0 -1
  644. package/src/icons/home.svg +0 -3
  645. package/src/icons/info.svg +0 -3
  646. package/src/icons/instagram.svg +0 -1
  647. package/src/icons/linkedin.svg +0 -3
  648. package/src/icons/lock.svg +0 -3
  649. package/src/icons/mail-plane.svg +0 -1
  650. package/src/icons/planet.svg +0 -5
  651. package/src/icons/search-bold.svg +0 -6
  652. package/src/icons/search.svg +0 -1
  653. package/src/icons/svg-icons.js +0 -13
  654. package/src/icons/triangle.svg +0 -3
  655. package/src/icons/twitter.svg +0 -1
  656. package/src/icons/upload.svg +0 -3
  657. package/src/icons/whatsapp.svg +0 -1
  658. package/src/icons/youtube.svg +0 -4
  659. package/src/images/.gitkeep +0 -0
  660. package/src/images/styleguide/.gitkeep +0 -0
  661. package/src/images/styleguide/accessibility.svg +0 -1
  662. package/src/images/styleguide/gallery/gallery_01.jpg +0 -0
  663. package/src/images/styleguide/gallery/gallery_02.jpg +0 -0
  664. package/src/images/styleguide/gallery/gallery_03.jpg +0 -0
  665. package/src/images/styleguide/gallery/gallery_04.jpg +0 -0
  666. package/src/images/styleguide/gallery/gallery_05.jpg +0 -0
  667. package/src/images/styleguide/gallery/gallery_06.jpg +0 -0
  668. package/src/images/styleguide/gallery/gallery_07.jpg +0 -0
  669. package/src/images/styleguide/gallery/thumb_01.jpg +0 -0
  670. package/src/images/styleguide/gallery/thumb_02.jpg +0 -0
  671. package/src/images/styleguide/gallery/thumb_03.jpg +0 -0
  672. package/src/images/styleguide/gallery/thumb_04.jpg +0 -0
  673. package/src/images/styleguide/gallery/thumb_05.jpg +0 -0
  674. package/src/images/styleguide/gallery/thumb_06.jpg +0 -0
  675. package/src/images/styleguide/gallery/thumb_07.jpg +0 -0
  676. package/src/js/base.js +0 -66
  677. package/src/js/breadcrumb.js +0 -51
  678. package/src/js/card-slider.js +0 -47
  679. package/src/js/cookie-consent.js +0 -102
  680. package/src/js/coursebook.js +0 -28
  681. package/src/js/datepicker-fancy.js +0 -212
  682. package/src/js/datepicker.js +0 -19
  683. package/src/js/gallery.js +0 -73
  684. package/src/js/nav-main.js +0 -107
  685. package/src/js/popover.js +0 -13
  686. package/src/js/search.js +0 -7
  687. package/src/js/select-multiple.js +0 -11
  688. package/src/js/share.js +0 -21
  689. package/src/js/social-feed.scss +0 -27
  690. package/src/js/tag-input.js +0 -14
  691. package/src/js/upload.js +0 -20
  692. package/src/scss/atoms/alert.scss +0 -44
  693. package/src/scss/atoms/button.scss +0 -130
  694. package/src/scss/atoms/checkbox.scss +0 -19
  695. package/src/scss/atoms/collapse.scss +0 -200
  696. package/src/scss/atoms/definition-list.scss +0 -77
  697. package/src/scss/atoms/drawer.scss +0 -78
  698. package/src/scss/atoms/dropdown.scss +0 -10
  699. package/src/scss/atoms/favicon.scss +0 -1
  700. package/src/scss/atoms/figure.scss +0 -13
  701. package/src/scss/atoms/icon.scss +0 -27
  702. package/src/scss/atoms/input.scss +0 -35
  703. package/src/scss/atoms/link.scss +0 -62
  704. package/src/scss/atoms/list.scss +0 -81
  705. package/src/scss/atoms/loader.scss +0 -16
  706. package/src/scss/atoms/nav-lang.scss +0 -208
  707. package/src/scss/atoms/nav-toggle-mobile.scss +0 -62
  708. package/src/scss/atoms/nav-toggle.scss +0 -52
  709. package/src/scss/atoms/picture.scss +0 -4
  710. package/src/scss/atoms/popover.scss +0 -71
  711. package/src/scss/atoms/radio.scss +0 -7
  712. package/src/scss/atoms/select.scss +0 -139
  713. package/src/scss/atoms/separator.scss +0 -9
  714. package/src/scss/atoms/social-icon.scss +0 -128
  715. package/src/scss/atoms/tag.scss +0 -162
  716. package/src/scss/atoms/trapeze.scss +0 -31
  717. package/src/scss/atoms/upload.scss +0 -17
  718. package/src/scss/atoms/video.scss +0 -1
  719. package/src/scss/atoms.scss +0 -27
  720. package/src/scss/base.scss +0 -9
  721. package/src/scss/config/helpers.scss +0 -161
  722. package/src/scss/config/layout.scss +0 -96
  723. package/src/scss/config/mixins.scss +0 -217
  724. package/src/scss/config/social-color.scss +0 -78
  725. package/src/scss/config/typography.scss +0 -80
  726. package/src/scss/config/variables.scss +0 -17
  727. package/src/scss/config/wordpress.scss +0 -17
  728. package/src/scss/config.scss +0 -10
  729. package/src/scss/content-types/association.scss +0 -1
  730. package/src/scss/content-types/bachelor-project.scss +0 -1
  731. package/src/scss/content-types/coursebook.scss +0 -192
  732. package/src/scss/content-types/cursus.scss +0 -1
  733. package/src/scss/content-types/event.scss +0 -1
  734. package/src/scss/content-types/institute.scss +0 -1
  735. package/src/scss/content-types/laboratory.scss +0 -1
  736. package/src/scss/content-types/news.scss +0 -2
  737. package/src/scss/content-types/press-review.scss +0 -5
  738. package/src/scss/content-types/program.scss +0 -1
  739. package/src/scss/content-types/project.scss +0 -1
  740. package/src/scss/content-types/publication.scss +0 -1
  741. package/src/scss/content-types/research-field.scss +0 -1
  742. package/src/scss/content-types/research-project.scss +0 -1
  743. package/src/scss/content-types/school.scss +0 -1
  744. package/src/scss/content-types/science-question.scss +0 -1
  745. package/src/scss/content-types/section.scss +0 -1
  746. package/src/scss/content-types/study-plan/study-plan-ie.scss +0 -50
  747. package/src/scss/content-types/study-plan/study-plan.scss +0 -284
  748. package/src/scss/content-types/study-plan.scss +0 -2
  749. package/src/scss/content-types/training.scss +0 -1
  750. package/src/scss/content-types.scss +0 -20
  751. package/src/scss/molecules/access-nav.scss +0 -33
  752. package/src/scss/molecules/avatar-teaser.scss +0 -106
  753. package/src/scss/molecules/breadcrumb.scss +0 -124
  754. package/src/scss/molecules/card-deck.scss +0 -198
  755. package/src/scss/molecules/card.scss +0 -241
  756. package/src/scss/molecules/collapse-group.scss +0 -1
  757. package/src/scss/molecules/cover.scss +0 -17
  758. package/src/scss/molecules/datepicker/datepicker-fancy.scss +0 -161
  759. package/src/scss/molecules/datepicker/datepicker.scss +0 -107
  760. package/src/scss/molecules/datepicker.scss +0 -2
  761. package/src/scss/molecules/filters.scss +0 -1
  762. package/src/scss/molecules/footnotes.scss +0 -106
  763. package/src/scss/molecules/form-group.scss +0 -11
  764. package/src/scss/molecules/gallery.scss +0 -170
  765. package/src/scss/molecules/key-number.scss +0 -1
  766. package/src/scss/molecules/links-group.scss +0 -18
  767. package/src/scss/molecules/list-group.scss +0 -109
  768. package/src/scss/molecules/map.scss +0 -29
  769. package/src/scss/molecules/metabox.scss +0 -1
  770. package/src/scss/molecules/pagination.scss +0 -83
  771. package/src/scss/molecules/question.scss +0 -213
  772. package/src/scss/molecules/quote.scss +0 -1
  773. package/src/scss/molecules/search.scss +0 -63
  774. package/src/scss/molecules/share.scss +0 -78
  775. package/src/scss/molecules/sidenotes.scss +0 -8
  776. package/src/scss/molecules/social-feed.scss +0 -27
  777. package/src/scss/molecules/sponsor.scss +0 -1
  778. package/src/scss/molecules/tables.scss +0 -129
  779. package/src/scss/molecules/tabs.scss +0 -167
  780. package/src/scss/molecules.scss +0 -27
  781. package/src/scss/organisms/card-slider.scss +0 -99
  782. package/src/scss/organisms/contact.scss +0 -120
  783. package/src/scss/organisms/cookie-consent.scss +0 -9
  784. package/src/scss/organisms/footer/footer-light.scss +0 -60
  785. package/src/scss/organisms/footer/footer.scss +0 -197
  786. package/src/scss/organisms/footer.scss +0 -2
  787. package/src/scss/organisms/form.scss +0 -1
  788. package/src/scss/organisms/fullwidth-teaser.scss +0 -285
  789. package/src/scss/organisms/header.scss +0 -202
  790. package/src/scss/organisms/headlines.scss +0 -1
  791. package/src/scss/organisms/hero.scss +0 -80
  792. package/src/scss/organisms/introduction.scss +0 -15
  793. package/src/scss/organisms/key-number-group.scss +0 -31
  794. package/src/scss/organisms/nav-aside.scss +0 -96
  795. package/src/scss/organisms/nav-main.scss +0 -371
  796. package/src/scss/organisms/newsletter-sign-up.scss +0 -33
  797. package/src/scss/organisms/restauration.scss +0 -1
  798. package/src/scss/organisms/social-feed-group.scss +0 -58
  799. package/src/scss/organisms.scss +0 -16
  800. package/src/svg/.gitkeep +0 -0
  801. package/src/svg/epfl-logo.svg +0 -1
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-activity" id="activity" viewBox="0 0 24 24"><path d="M22 12h-4l-3 9L9 3l-3 9H2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-airplay" id="airplay" viewBox="0 0 24 24"><path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"/><path d="m12 15 5 6H7l5-6z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-circle" id="alert-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M12 8v4m0 4h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon" id="alert-octagon" viewBox="0 0 24 24"><path d="M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2zM12 8v4m0 4h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-triangle" id="alert-triangle" viewBox="0 0 24 24"><path d="M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0zM12 9v4m0 4h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-center" id="align-center" viewBox="0 0 24 24"><path d="M18 10H6m15-4H3m18 8H3m15 4H6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-justify" id="align-justify" viewBox="0 0 24 24"><path d="M21 10H3m18-4H3m18 8H3m18 4H3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-left" id="align-left" viewBox="0 0 24 24"><path d="M17 10H3m18-4H3m18 8H3m14 4H3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-right" id="align-right" viewBox="0 0 24 24"><path d="M21 10H7m14-4H3m18 8H3m18 4H7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-anchor" id="anchor" viewBox="0 0 24 24"><circle cx="12" cy="5" r="3"/><path d="M12 22V8m-7 4H2a10 10 0 0 0 20 0h-3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-aperture" id="aperture" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m14.31 8 5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16 3.95 6.06M14.31 16H2.83m13.79-4-5.74 9.94"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-archive" id="archive" viewBox="0 0 24 24"><path d="M21 8v13H3V8M1 3h22v5H1zm9 9h4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-circle" id="arrow-down-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m8 12 4 4 4-4m-4-4v8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-left" id="arrow-down-left" viewBox="0 0 24 24"><path d="M17 7 7 17m10 0H7V7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-right" id="arrow-down-right" viewBox="0 0 24 24"><path d="m7 7 10 10m0-10v10H7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down" id="arrow-down" viewBox="0 0 24 24"><path d="M12 5v14m7-7-7 7-7-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left-circle" id="arrow-left-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m12 8-4 4 4 4m4-4H8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left" id="arrow-left" viewBox="0 0 24 24"><path d="M19 12H5m7 7-7-7 7-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right-circle" id="arrow-right-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m12 16 4-4-4-4m-4 4h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right" id="arrow-right" viewBox="0 0 24 24"><path d="M5 12h14m-7-7 7 7-7 7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-circle" id="arrow-up-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m16 12-4-4-4 4m4 4V8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-left" id="arrow-up-left" viewBox="0 0 24 24"><path d="M17 17 7 7m0 10V7h10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-right" id="arrow-up-right" viewBox="0 0 24 24"><path d="M7 17 17 7M7 7h10v10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up" id="arrow-up" viewBox="0 0 24 24"><path d="M12 19V5m-7 7 7-7 7 7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-at-sign" id="at-sign" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"/><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-award" id="award" viewBox="0 0 24 24"><circle cx="12" cy="8" r="7"/><path d="M8.21 13.89 7 23l5-3 5 3-1.21-9.12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bar-chart-2" id="bar-chart-2" viewBox="0 0 24 24"><path d="M18 20V10m-6 10V4M6 20v-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bar-chart" id="bar-chart" viewBox="0 0 24 24"><path d="M12 20V10m6 10V4M6 20v-4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-battery-charging" id="battery-charging" viewBox="0 0 24 24"><path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19M23 13v-2M11 6l-4 6h6l-4 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-battery" id="battery" viewBox="0 0 24 24"><rect x="1" y="6" width="18" height="12" rx="2" ry="2"/><path d="M23 13v-2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bell-off" id="bell-off" viewBox="0 0 24 24"><path d="M13.73 21a2 2 0 0 1-3.46 0m8.36-8A17.89 17.89 0 0 1 18 8M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14m1-9a6 6 0 0 0-9.33-5M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bell" id="bell" viewBox="0 0 24 24"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9m-4.27 13a2 2 0 0 1-3.46 0"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bluetooth" id="bluetooth" viewBox="0 0 24 24"><path d="m6.5 6.5 11 11L12 23V1l5.5 5.5-11 11"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bold" id="bold" viewBox="0 0 24 24"><path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6zm0 8h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-book-open" id="book-open" viewBox="0 0 24 24"><path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2zm20 0h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-book" id="book" viewBox="0 0 24 24"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bookmark" id="bookmark" viewBox="0 0 24 24"><path d="m19 21-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-box" id="box" viewBox="0 0 24 24"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><path d="M3.27 6.96 12 12.01l8.73-5.05M12 22.08V12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-briefcase" id="briefcase" viewBox="0 0 24 24"><rect x="2" y="7" width="20" height="14" rx="2" ry="2"/><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar" id="calendar" viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><path d="M16 2v4M8 2v4m-5 4h18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-camera-off" id="camera-off" viewBox="0 0 24 24"><path d="m1 1 22 22m-2-2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-camera" id="camera" viewBox="0 0 24 24"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cast" id="cast" viewBox="0 0 24 24"><path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6M2 20h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle" id="check-circle" viewBox="0 0 24 24"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><path d="M22 4 12 14.01l-3-3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-square" id="check-square" viewBox="0 0 24 24"><path d="m9 11 3 3L22 4"/><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check" id="check" viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down" id="chevron-down" viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left" id="chevron-left" viewBox="0 0 24 24"><path d="m15 18-6-6 6-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right" id="chevron-right" viewBox="0 0 24 24"><path d="m9 18 6-6-6-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up" id="chevron-up" viewBox="0 0 24 24"><path d="m18 15-6-6-6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-down" id="chevrons-down" viewBox="0 0 24 24"><path d="m7 13 5 5 5-5M7 6l5 5 5-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-left" id="chevrons-left" viewBox="0 0 24 24"><path d="m11 17-5-5 5-5m7 10-5-5 5-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-right" id="chevrons-right" viewBox="0 0 24 24"><path d="m13 17 5-5-5-5M6 17l5-5-5-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up" id="chevrons-up" viewBox="0 0 24 24"><path d="m17 11-5-5-5 5m10 7-5-5-5 5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chrome" id="chrome" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="4"/><path d="M21.17 8H12M3.95 6.06 8.54 14m2.34 7.94L15.46 14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-circle" id="circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clipboard" id="clipboard" viewBox="0 0 24 24"><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"/><rect x="8" y="2" width="8" height="4" rx="1" ry="1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock" id="clock" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M12 6v6l4 2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-drizzle" id="cloud-drizzle" viewBox="0 0 24 24"><path d="M8 19v2m0-8v2m8 4v2m0-8v2m-4 6v2m0-8v2m8-.42A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-lightning" id="cloud-lightning" viewBox="0 0 24 24"><path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"/><path d="m13 11-4 6h6l-4 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-off" id="cloud-off" viewBox="0 0 24 24"><path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-rain" id="cloud-rain" viewBox="0 0 24 24"><path d="M16 13v8m-8-8v8m4-6v8m8-6.42A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-snow" id="cloud-snow" viewBox="0 0 24 24"><path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25M8 16h.01M8 20h.01M12 18h.01M12 22h.01M16 16h.01M16 20h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud" id="cloud" viewBox="0 0 24 24"><path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-code" id="code" viewBox="0 0 24 24"><path d="m16 18 6-6-6-6M8 6l-6 6 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-codepen" id="codepen" viewBox="0 0 24 24"><path d="m12 2 10 6.5v7L12 22 2 15.5v-7L12 2zm0 20v-6.5"/><path d="m22 8.5-10 7-10-7"/><path d="m2 15.5 10-7 10 7M12 2v6.5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-codesandbox" id="codesandbox" viewBox="0 0 24 24"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><path d="m7.5 4.21 4.5 2.6 4.5-2.6m-9 15.58V14.6L3 12m18 0-4.5 2.6v5.19M3.27 6.96 12 12.01l8.73-5.05M12 22.08V12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-coffee" id="coffee" viewBox="0 0 24 24"><path d="M18 8h1a4 4 0 0 1 0 8h-1M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8zm4-7v3m4-3v3m4-3v3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-columns" id="columns" viewBox="0 0 24 24"><path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-command" id="command" viewBox="0 0 24 24"><path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-compass" id="compass" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m16.24 7.76-2.12 6.36-6.36 2.12 2.12-6.36 6.36-2.12z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-copy" id="copy" viewBox="0 0 24 24"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-down-left" id="corner-down-left" viewBox="0 0 24 24"><path d="m9 10-5 5 5 5"/><path d="M20 4v7a4 4 0 0 1-4 4H4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-down-right" id="corner-down-right" viewBox="0 0 24 24"><path d="m15 10 5 5-5 5"/><path d="M4 4v7a4 4 0 0 0 4 4h12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-left-down" id="corner-left-down" viewBox="0 0 24 24"><path d="m14 15-5 5-5-5"/><path d="M20 4h-7a4 4 0 0 0-4 4v12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-left-up" id="corner-left-up" viewBox="0 0 24 24"><path d="M14 9 9 4 4 9"/><path d="M20 20h-7a4 4 0 0 1-4-4V4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-right-down" id="corner-right-down" viewBox="0 0 24 24"><path d="m10 15 5 5 5-5"/><path d="M4 4h7a4 4 0 0 1 4 4v12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-right-up" id="corner-right-up" viewBox="0 0 24 24"><path d="m10 9 5-5 5 5"/><path d="M4 20h7a4 4 0 0 0 4-4V4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-up-left" id="corner-up-left" viewBox="0 0 24 24"><path d="M9 14 4 9l5-5"/><path d="M20 20v-7a4 4 0 0 0-4-4H4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-up-right" id="corner-up-right" viewBox="0 0 24 24"><path d="m15 14 5-5-5-5"/><path d="M4 20v-7a4 4 0 0 1 4-4h12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cpu" id="cpu" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2" ry="2"/><path d="M9 9h6v6H9zm0-8v3m6-3v3M9 20v3m6-3v3m5-14h3m-3 5h3M1 9h3m-3 5h3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-credit-card" id="credit-card" viewBox="0 0 24 24"><rect x="1" y="4" width="22" height="16" rx="2" ry="2"/><path d="M1 10h22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-crop" id="crop" viewBox="0 0 24 24"><path d="M6.13 1 6 16a2 2 0 0 0 2 2h15"/><path d="M1 6.13 16 6a2 2 0 0 1 2 2v15"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-crosshair" id="crosshair" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M22 12h-4M6 12H2m10-6V2m0 20v-4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-database" id="database" viewBox="0 0 24 24"><ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"/><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-delete" id="delete" viewBox="0 0 24 24"><path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-3 5-6 6m0-6 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-disc" id="disc" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-divide-circle" id="divide-circle" viewBox="0 0 24 24"><path d="M8 12h8m-4 4h0m0-8h0"/><circle cx="12" cy="12" r="10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-divide-square" id="divide-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M8 12h8m-4 4h0m0-8h0"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-divide" id="divide" viewBox="0 0 24 24"><circle cx="12" cy="6" r="2"/><path d="M5 12h14"/><circle cx="12" cy="18" r="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-dollar-sign" id="dollar-sign" viewBox="0 0 24 24"><path d="M12 1v22m5-18H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download-cloud" id="download-cloud" viewBox="0 0 24 24"><path d="m8 17 4 4 4-4m-4-5v9"/><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download" id="download" viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4m4-5 5 5 5-5m-5 5V3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-dribbble" id="dribbble" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-droplet" id="droplet" viewBox="0 0 24 24"><path d="m12 2.69 5.66 5.66a8 8 0 1 1-11.31 0z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit-2" id="edit-2" viewBox="0 0 24 24"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit-3" id="edit-3" viewBox="0 0 24 24"><path d="M12 20h9M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit" id="edit" viewBox="0 0 24 24"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"/><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link" id="external-link" viewBox="0 0 24 24"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6m4-3h6v6m-11 5L21 3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye-off" id="eye-off" viewBox="0 0 24 24"><path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye" id="eye" viewBox="0 0 24 24"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/><circle cx="12" cy="12" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook" id="facebook" viewBox="0 0 24 24"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-fast-forward" id="fast-forward" viewBox="0 0 24 24"><path d="m13 19 9-7-9-7v14zM2 19l9-7-9-7v14z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-feather" id="feather" viewBox="0 0 24 24"><path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5zM16 8 2 22m15.5-7H9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-figma" id="figma" viewBox="0 0 24 24"><path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5zM12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"/><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0zm-7 7A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0zm0-7A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-minus" id="file-minus" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><path d="M14 2v6h6M9 15h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-plus" id="file-plus" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><path d="M14 2v6h6m-8 10v-6m-3 3h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text" id="file-text" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><path d="M14 2v6h6m-4 5H8m8 4H8m2-8H8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file" id="file" viewBox="0 0 24 24"><path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"/><path d="M13 2v7h7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-film" id="film" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"/><path d="M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5m10 0h5M17 7h5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-filter" id="filter" viewBox="0 0 24 24"><path d="M22 3H2l8 9.46V19l4 2v-8.54L22 3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-flag" id="flag" viewBox="0 0 24 24"><path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1zm0 7v-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder-minus" id="folder-minus" viewBox="0 0 24 24"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2zM9 14h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder-plus" id="folder-plus" viewBox="0 0 24 24"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2zm-10-8v6m-3-3h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder" id="folder" viewBox="0 0 24 24"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-framer" id="framer" viewBox="0 0 24 24"><path d="M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-frown" id="frown" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M16 16s-1.5-2-4-2-4 2-4 2m1-7h.01M15 9h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-gift" id="gift" viewBox="0 0 24 24"><path d="M20 12v10H4V12M2 7h20v5H2zm10 15V7m0 0H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7zm0 0h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-branch" id="git-branch" viewBox="0 0 24 24"><path d="M6 3v12"/><circle cx="18" cy="6" r="3"/><circle cx="6" cy="18" r="3"/><path d="M18 9a9 9 0 0 1-9 9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-commit" id="git-commit" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"/><path d="M1.05 12H7m10.01 0h5.95"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-merge" id="git-merge" viewBox="0 0 24 24"><circle cx="18" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><path d="M6 21V9a9 9 0 0 0 9 9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-pull-request" id="git-pull-request" viewBox="0 0 24 24"><circle cx="18" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><path d="M13 6h3a2 2 0 0 1 2 2v7M6 9v12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-github" id="github" viewBox="0 0 24 24"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-gitlab" id="gitlab" viewBox="0 0 24 24"><path d="M22.65 14.39 12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-globe" id="globe" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-grid" id="grid" viewBox="0 0 24 24"><path d="M3 3h7v7H3zm11 0h7v7h-7zm0 11h7v7h-7zM3 14h7v7H3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-hard-drive" id="hard-drive" viewBox="0 0 24 24"><path d="M22 12H2m3.45-6.89L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11zM6 16h.01M10 16h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-hash" id="hash" viewBox="0 0 24 24"><path d="M4 9h16M4 15h16M10 3 8 21m8-18-2 18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-headphones" id="headphones" viewBox="0 0 24 24"><path d="M3 18v-6a9 9 0 0 1 18 0v6"/><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart" id="heart" viewBox="0 0 24 24"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-help-circle" id="help-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-hexagon" id="hexagon" viewBox="0 0 24 24"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home" id="home" viewBox="0 0 24 24"><path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path d="M9 22V12h6v10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-image" id="image" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><circle cx="8.5" cy="8.5" r="1.5"/><path d="m21 15-5-5L5 21"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-inbox" id="inbox" viewBox="0 0 24 24"><path d="M22 12h-6l-2 3h-4l-2-3H2"/><path d="M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info" id="info" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4m0-4h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram" id="instagram" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"/><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37zm1.5-4.87h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-italic" id="italic" viewBox="0 0 24 24"><path d="M19 4h-9m4 16H5M15 4 9 20"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-key" id="key" viewBox="0 0 24 24"><path d="m21 2-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0 3 3L22 7l-3-3m-3.5 3.5L19 4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-layers" id="layers" viewBox="0 0 24 24"><path d="M12 2 2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-layout" id="layout" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M3 9h18M9 21V9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-life-buoy" id="life-buoy" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="4"/><path d="m4.93 4.93 4.24 4.24m5.66 5.66 4.24 4.24m-4.24-9.9 4.24-4.24m-4.24 4.24 3.53-3.53M4.93 19.07l4.24-4.24"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link-2" id="link-2" viewBox="0 0 24 24"><path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3m-1 5h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link" id="link" viewBox="0 0 24 24"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin" id="linkedin" viewBox="0 0 24 24"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6zM2 9h4v12H2z"/><circle cx="4" cy="4" r="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-list" id="list" viewBox="0 0 24 24"><path d="M8 6h13M8 12h13M8 18h13M3 6h.01M3 12h.01M3 18h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader" id="loader" viewBox="0 0 24 24"><path d="M12 2v4m0 12v4M4.93 4.93l2.83 2.83m8.48 8.48 2.83 2.83M2 12h4m12 0h4M4.93 19.07l2.83-2.83m8.48-8.48 2.83-2.83"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock" id="lock" viewBox="0 0 24 24"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in" id="log-in" viewBox="0 0 24 24"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4m-5-4 5-5-5-5m5 5H3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-out" id="log-out" viewBox="0 0 24 24"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4m7 14 5-5-5-5m5 5H9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail" id="mail" viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><path d="m22 6-10 7L2 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-map-pin" id="map-pin" viewBox="0 0 24 24"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-map" id="map" viewBox="0 0 24 24"><path d="M1 6v16l7-4 8 4 7-4V2l-7 4-8-4-7 4zm7-4v16m8-12v16"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-maximize-2" id="maximize-2" viewBox="0 0 24 24"><path d="M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-maximize" id="maximize" viewBox="0 0 24 24"><path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-meh" id="meh" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M8 15h8M9 9h.01M15 9h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu" id="menu" viewBox="0 0 24 24"><path d="M3 12h18M3 6h18M3 18h18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-message-circle" id="message-circle" viewBox="0 0 24 24"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-message-square" id="message-square" viewBox="0 0 24 24"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mic-off" id="mic-off" viewBox="0 0 24 24"><path d="m1 1 22 22M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"/><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23M12 19v4m-4 0h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mic" id="mic" viewBox="0 0 24 24"><path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"/><path d="M19 10v2a7 7 0 0 1-14 0v-2m7 9v4m-4 0h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minimize-2" id="minimize-2" viewBox="0 0 24 24"><path d="M4 14h6v6m10-10h-6V4m0 6 7-7M3 21l7-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minimize" id="minimize" viewBox="0 0 24 24"><path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus-circle" id="minus-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M8 12h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus-square" id="minus-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M8 12h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus" id="minus" viewBox="0 0 24 24"><path d="M5 12h14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-monitor" id="monitor" viewBox="0 0 24 24"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"/><path d="M8 21h8m-4-4v4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-moon" id="moon" viewBox="0 0 24 24"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-horizontal" id="more-horizontal" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1"/><circle cx="19" cy="12" r="1"/><circle cx="5" cy="12" r="1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-vertical" id="more-vertical" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1"/><circle cx="12" cy="5" r="1"/><circle cx="12" cy="19" r="1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mouse-pointer" id="mouse-pointer" viewBox="0 0 24 24"><path d="m3 3 7.07 16.97 2.51-7.39 7.39-2.51L3 3zm10 10 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-move" id="move" viewBox="0 0 24 24"><path d="m5 9-3 3 3 3M9 5l3-3 3 3m0 14-3 3-3-3M19 9l3 3-3 3M2 12h20M12 2v20"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-music" id="music" viewBox="0 0 24 24"><path d="M9 18V5l12-2v13"/><circle cx="6" cy="18" r="3"/><circle cx="18" cy="16" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-navigation-2" id="navigation-2" viewBox="0 0 24 24"><path d="m12 2 7 19-7-4-7 4 7-19z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-navigation" id="navigation" viewBox="0 0 24 24"><path d="m3 11 19-9-9 19-2-8-8-2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-octagon" id="octagon" viewBox="0 0 24 24"><path d="M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-package" id="package" viewBox="0 0 24 24"><path d="m16.5 9.4-9-5.19M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><path d="M3.27 6.96 12 12.01l8.73-5.05M12 22.08V12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-paperclip" id="paperclip" viewBox="0 0 24 24"><path d="m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pause-circle" id="pause-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M10 15V9m4 6V9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pause" id="pause" viewBox="0 0 24 24"><path d="M6 4h4v16H6zm8 0h4v16h-4z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pen-tool" id="pen-tool" viewBox="0 0 24 24"><path d="m12 19 7-7 3 3-7 7-3-3z"/><path d="m18 13-1.5-7.5L2 2l3.5 14.5L13 18l5-5zM2 2l7.586 7.586"/><circle cx="11" cy="11" r="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-percent" id="percent" viewBox="0 0 24 24"><path d="M19 5 5 19"/><circle cx="6.5" cy="6.5" r="2.5"/><circle cx="17.5" cy="17.5" r="2.5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-call" id="phone-call" viewBox="0 0 24 24"><path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-forwarded" id="phone-forwarded" viewBox="0 0 24 24"><path d="m19 1 4 4-4 4m-4-4h8m-1 11.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-incoming" id="phone-incoming" viewBox="0 0 24 24"><path d="M16 2v6h6m1-7-7 7m6 8.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-missed" id="phone-missed" viewBox="0 0 24 24"><path d="m23 1-6 6m0-6 6 6m-1 9.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-off" id="phone-off" viewBox="0 0 24 24"><path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91M23 1 1 23"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-outgoing" id="phone-outgoing" viewBox="0 0 24 24"><path d="M23 7V1h-6m-1 7 7-7m-1 15.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone" id="phone" viewBox="0 0 24 24"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pie-chart" id="pie-chart" viewBox="0 0 24 24"><path d="M21.21 15.89A10 10 0 1 1 8 2.83"/><path d="M22 12A10 10 0 0 0 12 2v10z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play-circle" id="play-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m10 8 6 4-6 4V8z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play" id="play" viewBox="0 0 24 24"><path d="m5 3 14 9-14 9V3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus-circle" id="plus-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M12 8v8m-4-4h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus-square" id="plus-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M12 8v8m-4-4h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus" id="plus" viewBox="0 0 24 24"><path d="M12 5v14m-7-7h14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pocket" id="pocket" viewBox="0 0 24 24"><path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"/><path d="m8 10 4 4 4-4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-power" id="power" viewBox="0 0 24 24"><path d="M18.36 6.64a9 9 0 1 1-12.73 0M12 2v10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-printer" id="printer" viewBox="0 0 24 24"><path d="M6 9V2h12v7M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"/><path d="M6 14h12v8H6z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-radio" id="radio" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"/><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-refresh-ccw" id="refresh-ccw" viewBox="0 0 24 24"><path d="M1 4v6h6m16 10v-6h-6"/><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4-4.64 4.36A9 9 0 0 1 3.51 15"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-refresh-cw" id="refresh-cw" viewBox="0 0 24 24"><path d="M23 4v6h-6M1 20v-6h6"/><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-repeat" id="repeat" viewBox="0 0 24 24"><path d="m17 1 4 4-4 4"/><path d="M3 11V9a4 4 0 0 1 4-4h14M7 23l-4-4 4-4"/><path d="M21 13v2a4 4 0 0 1-4 4H3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rewind" id="rewind" viewBox="0 0 24 24"><path d="m11 19-9-7 9-7v14zm11 0-9-7 9-7v14z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rotate-ccw" id="rotate-ccw" viewBox="0 0 24 24"><path d="M1 4v6h6"/><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rotate-cw" id="rotate-cw" viewBox="0 0 24 24"><path d="M23 4v6h-6"/><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss" id="rss" viewBox="0 0 24 24"><path d="M4 11a9 9 0 0 1 9 9M4 4a16 16 0 0 1 16 16"/><circle cx="5" cy="19" r="1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-save" id="save" viewBox="0 0 24 24"><path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"/><path d="M17 21v-8H7v8M7 3v5h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-scissors" id="scissors" viewBox="0 0 24 24"><circle cx="6" cy="6" r="3"/><circle cx="6" cy="18" r="3"/><path d="M20 4 8.12 15.88m6.35-1.4L20 20M8.12 8.12 12 12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search" id="search" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-send" id="send" viewBox="0 0 24 24"><path d="M22 2 11 13M22 2l-7 20-4-9-9-4 20-7z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-server" id="server" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="8" rx="2" ry="2"/><rect x="2" y="14" width="20" height="8" rx="2" ry="2"/><path d="M6 6h.01M6 18h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-settings" id="settings" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-share-2" id="share-2" viewBox="0 0 24 24"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><path d="m8.59 13.51 6.83 3.98m-.01-10.98-6.82 3.98"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-share" id="share" viewBox="0 0 24 24"><path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8m-4-6-4-4-4 4m4-4v13"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shield-off" id="shield-off" viewBox="0 0 24 24"><path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18M4.73 4.73 4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shield" id="shield" viewBox="0 0 24 24"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shopping-bag" id="shopping-bag" viewBox="0 0 24 24"><path d="M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4zM3 6h18"/><path d="M16 10a4 4 0 0 1-8 0"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shopping-cart" id="shopping-cart" viewBox="0 0 24 24"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shuffle" id="shuffle" viewBox="0 0 24 24"><path d="M16 3h5v5M4 20 21 3m0 13v5h-5m-1-6 6 6M4 4l5 5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sidebar" id="sidebar" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M9 3v18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-skip-back" id="skip-back" viewBox="0 0 24 24"><path d="M19 20 9 12l10-8v16zM5 19V5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-skip-forward" id="skip-forward" viewBox="0 0 24 24"><path d="m5 4 10 8-10 8V4zm14 1v14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-slack" id="slack" viewBox="0 0 24 24"><path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5zm6 0H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm-11 4c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5zm-6 0H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14zm10.5.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5zm1.5 4.5H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zM10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5zM8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-slash" id="slash" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m4.93 4.93 14.14 14.14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sliders" id="sliders" viewBox="0 0 24 24"><path d="M4 21v-7m0-4V3m8 18v-9m0-4V3m8 18v-5m0-4V3M1 14h6m2-6h6m2 8h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-smartphone" id="smartphone" viewBox="0 0 24 24"><rect x="5" y="2" width="14" height="20" rx="2" ry="2"/><path d="M12 18h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-smile" id="smile" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M8 14s1.5 2 4 2 4-2 4-2M9 9h.01M15 9h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-speaker" id="speaker" viewBox="0 0 24 24"><rect x="4" y="2" width="16" height="20" rx="2" ry="2"/><circle cx="12" cy="14" r="4"/><path d="M12 6h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-square" id="square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star" id="star" viewBox="0 0 24 24"><path d="m12 2 3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-stop-circle" id="stop-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M9 9h6v6H9z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sun" id="sun" viewBox="0 0 24 24"><circle cx="12" cy="12" r="5"/><path d="M12 1v2m0 18v2M4.22 4.22l1.42 1.42m12.72 12.72 1.42 1.42M1 12h2m18 0h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sunrise" id="sunrise" viewBox="0 0 24 24"><path d="M17 18a5 5 0 0 0-10 0m5-16v7m-7.78 1.22 1.42 1.42M1 18h2m18 0h2m-4.64-6.36 1.42-1.42M23 22H1M8 6l4-4 4 4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sunset" id="sunset" viewBox="0 0 24 24"><path d="M17 18a5 5 0 0 0-10 0m5-9V2m-7.78 8.22 1.42 1.42M1 18h2m18 0h2m-4.64-6.36 1.42-1.42M23 22H1M16 5l-4 4-4-4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-table" id="table" viewBox="0 0 24 24"><path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tablet" id="tablet" viewBox="0 0 24 24"><rect x="4" y="2" width="16" height="20" rx="2" ry="2"/><path d="M12 18h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tag" id="tag" viewBox="0 0 24 24"><path d="m20.59 13.41-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82zM7 7h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-target" id="target" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="6"/><circle cx="12" cy="12" r="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-terminal" id="terminal" viewBox="0 0 24 24"><path d="m4 17 6-6-6-6m8 14h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-thermometer" id="thermometer" viewBox="0 0 24 24"><path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-thumbs-down" id="thumbs-down" viewBox="0 0 24 24"><path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-thumbs-up" id="thumbs-up" viewBox="0 0 24 24"><path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-toggle-left" id="toggle-left" viewBox="0 0 24 24"><rect x="1" y="5" width="22" height="14" rx="7" ry="7"/><circle cx="8" cy="12" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-toggle-right" id="toggle-right" viewBox="0 0 24 24"><rect x="1" y="5" width="22" height="14" rx="7" ry="7"/><circle cx="16" cy="12" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tool" id="tool" viewBox="0 0 24 24"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trash-2" id="trash-2" viewBox="0 0 24 24"><path d="M3 6h18m-2 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m-6 5v6m4-6v6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trash" id="trash" viewBox="0 0 24 24"><path d="M3 6h18m-2 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trello" id="trello" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M7 7h3v9H7zm7 0h3v5h-3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trending-down" id="trending-down" viewBox="0 0 24 24"><path d="m23 18-9.5-9.5-5 5L1 6"/><path d="M17 18h6v-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trending-up" id="trending-up" viewBox="0 0 24 24"><path d="m23 6-9.5 9.5-5-5L1 18"/><path d="M17 6h6v6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-triangle" id="triangle" viewBox="0 0 24 24"><path d="M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-truck" id="truck" viewBox="0 0 24 24"><path d="M1 3h15v13H1zm15 5h4l3 3v5h-7V8z"/><circle cx="5.5" cy="18.5" r="2.5"/><circle cx="18.5" cy="18.5" r="2.5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tv" id="tv" viewBox="0 0 24 24"><rect x="2" y="7" width="20" height="15" rx="2" ry="2"/><path d="m17 2-5 5-5-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-twitch" id="twitch" viewBox="0 0 24 24"><path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-twitter" id="twitter" viewBox="0 0 24 24"><path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-type" id="type" viewBox="0 0 24 24"><path d="M4 7V4h16v3M9 20h6M12 4v16"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-umbrella" id="umbrella" viewBox="0 0 24 24"><path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-underline" id="underline" viewBox="0 0 24 24"><path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3M4 21h16"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-unlock" id="unlock" viewBox="0 0 24 24"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 9.9-1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-upload-cloud" id="upload-cloud" viewBox="0 0 24 24"><path d="m16 16-4-4-4 4m4-4v9"/><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"/><path d="m16 16-4-4-4 4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-upload" id="upload" viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4m14-7-5-5-5 5m5-5v12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-check" id="user-check" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="8.5" cy="7" r="4"/><path d="m17 11 2 2 4-4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-minus" id="user-minus" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="8.5" cy="7" r="4"/><path d="M23 11h-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-plus" id="user-plus" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="8.5" cy="7" r="4"/><path d="M20 8v6m3-3h-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-x" id="user-x" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="8.5" cy="7" r="4"/><path d="m18 8 5 5m0-5-5 5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user" id="user" viewBox="0 0 24 24"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-users" id="users" viewBox="0 0 24 24"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87m-4-12a4 4 0 0 1 0 7.75"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-video-off" id="video-off" viewBox="0 0 24 24"><path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-video" id="video" viewBox="0 0 24 24"><path d="m23 7-7 5 7 5V7z"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-voicemail" id="voicemail" viewBox="0 0 24 24"><circle cx="5.5" cy="11.5" r="4.5"/><circle cx="18.5" cy="11.5" r="4.5"/><path d="M5.5 16h13"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-volume-1" id="volume-1" viewBox="0 0 24 24"><path d="M11 5 6 9H2v6h4l5 4V5zm4.54 3.46a5 5 0 0 1 0 7.07"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-volume-2" id="volume-2" viewBox="0 0 24 24"><path d="M11 5 6 9H2v6h4l5 4V5zm8.07-.07a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-volume-x" id="volume-x" viewBox="0 0 24 24"><path d="M11 5 6 9H2v6h4l5 4V5zm12 4-6 6m0-6 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-volume" id="volume" viewBox="0 0 24 24"><path d="M11 5 6 9H2v6h4l5 4V5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-watch" id="watch" viewBox="0 0 24 24"><circle cx="12" cy="12" r="7"/><path d="M12 9v3l1.5 1.5m3.01 3.85-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-wifi-off" id="wifi-off" viewBox="0 0 24 24"><path d="m1 1 22 22m-6.28-11.94A10.94 10.94 0 0 1 19 12.55m-14 0a10.94 10.94 0 0 1 5.17-2.39m.54-5.11A16 16 0 0 1 22.58 9M1.42 9a15.91 15.91 0 0 1 4.7-2.88m2.41 9.99a6 6 0 0 1 6.95 0M12 20h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-wifi" id="wifi" viewBox="0 0 24 24"><path d="M5 12.55a11 11 0 0 1 14.08 0M1.42 9a16 16 0 0 1 21.16 0M8.53 16.11a6 6 0 0 1 6.95 0M12 20h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-wind" id="wind" viewBox="0 0 24 24"><path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-circle" id="x-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m15 9-6 6m0-6 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-octagon" id="x-octagon" viewBox="0 0 24 24"><path d="M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2zM15 9l-6 6m0-6 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-square" id="x-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="m9 9 6 6m0-6-6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x" id="x" viewBox="0 0 24 24"><path d="M18 6 6 18M6 6l12 12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-youtube" id="youtube" viewBox="0 0 24 24"><path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"/><path d="m9.75 15.02 5.75-3.27-5.75-3.27v6.54z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zap-off" id="zap-off" viewBox="0 0 24 24"><path d="M12.41 6.75 13 2l-2.43 2.92m8 7.99L21 10h-5.34M8 8l-5 6h9l-1 8 5-6M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zap" id="zap" viewBox="0 0 24 24"><path d="M13 2 3 14h9l-1 8 10-12h-9l1-8z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zoom-in" id="zoom-in" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35M11 8v6m-3-3h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zoom-out" id="zoom-out" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35M8 11h6"/></symbol></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"><symbol id="icon-accessibility" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0Zm0 4.6a1.32 1.32 0 0 1 1.3 1.3A1.42 1.42 0 0 1 12 7.3 1.32 1.32 0 0 1 10.7 6 1.35 1.35 0 0 1 12 4.6Zm5.1 5.6-3.9.5v2.5l2.1 5.1a.76.76 0 1 1-1.4.6L12 14.2l-1.9 4.7a.76.76 0 0 1-1.4-.6l2.1-5.1v-2.5l-3.9-.5a.64.64 0 0 1-.5-.8c.1-.4.4-.7.7-.6l3.8.5h2.2l3.8-.5a.73.73 0 0 1 .7.6c0 .4-.2.8-.5.8Z"/></symbol><symbol id="icon-arrow-left" viewBox="0 0 16 16"><path d="m4.414 9 5.293 5.293-1.414 1.414L.586 8 8.293.293l1.414 1.414L4.414 7H16v2z"/></symbol><symbol id="icon-arrow-right" viewBox="0 0 16 16"><path d="M11.586 7 6.293 1.707 7.707.293 15.414 8l-7.707 7.707-1.414-1.414L11.586 9H0V7h11.586z"/></symbol><symbol id="icon-browse" viewBox="0 0 14 14"><path d="M0 5h3v3H0zm0 5h3v3H0zM0 0h3v3H0zm5 0h8v3H5zm0 5h8v3H5zm0 5h8v3H5z"/></symbol><symbol id="icon-chevron-bottom" viewBox="0 0 24 24"><path fill="currentColor" d="M6.1 7.1 4.1 9l7.9 7.9L19.9 9l-2-1.9L12 13Z"/></symbol><symbol id="icon-chevron-last-left" viewBox="0 0 24 24"><path fill="currentColor" d="m18 6.1-2-2-7.2 7.3V5.1H6v13.8h2.8v-6.3l7.2 7.3 2-2-5.9-5.9z"/></symbol><symbol id="icon-chevron-last-right" viewBox="0 0 24 24"><path fill="currentColor" d="m6 17.9 2 2 7.2-7.3v6.3H18V5.1h-2.8v6.3L8 4.1l-2 2 5.9 5.9z"/></symbol><symbol id="icon-chevron-left" viewBox="0 0 24 24"><path fill="currentColor" d="m16.9 6.1-1.9-2L7.1 12l7.9 7.9 1.9-2L11 12z"/></symbol><symbol id="icon-chevron-right" viewBox="0 0 24 24"><path fill="currentColor" d="m7.1 17.9 1.9 2 7.9-7.9L9 4.1l-1.9 2L13 12z"/></symbol><symbol id="icon-chevron-top" viewBox="0 0 24 24"><path fill="currentColor" d="m17.9 16.9 2-1.9L12 7.1 4.1 15l2 1.9L12 11Z"/></symbol><symbol id="icon-close" viewBox="0 0 14 14"><path d="M13 1.4 11.6 0 6.5 5.1 1.4 0 0 1.4l5.1 5.1L0 11.6 1.4 13l5.1-5.1 5.1 5.1 1.4-1.4-5.1-5.1z"/></symbol><symbol id="icon-elements" viewBox="0 0 80 91.18"><path d="M39.99 31.18a20 20 0 0 0 0 40 19.39 19.39 0 0 0 3.34-.3v-6.84a13.14 13.14 0 0 1-3.34.48 13.32 13.32 0 0 1-12.85-10H59.7a20.43 20.43 0 0 0 .29-3.34 20 20 0 0 0-20-20zm0 6.67a13.31 13.31 0 0 1 12.88 10H27.14a13.31 13.31 0 0 1 12.85-10z"/><path d="m46.59 11.77 7.06-7L48.94 0l-11.3 11.27a40 40 0 1 0 8.95.47zm-6.6 72.75a33.34 33.34 0 1 1 33.34-33.34 33.34 33.34 0 0 1-33.34 33.34z"/></symbol><symbol id="icon-facebook" viewBox="0 0 24 24"><path d="M9 8H6v4h3v12h5V12h3.642L18 8h-4V6.333C14 5.378 14.192 5 15.115 5H18V0h-3.808C10.596 0 9 1.583 9 4.615V8z"/></symbol><symbol id="icon-google" viewBox="0 0 488 512"><path d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"/></symbol><symbol id="icon-googleplus" viewBox="0 0 24 24"><path d="M7 11v2.4h3.97c-.16 1.029-1.2 3.02-3.97 3.02-2.39 0-4.34-1.979-4.34-4.42 0-2.44 1.95-4.42 4.34-4.42 1.36 0 2.27.58 2.79 1.08l1.9-1.83C10.47 5.69 8.89 5 7 5c-3.87 0-7 3.13-7 7s3.13 7 7 7c4.04 0 6.721-2.84 6.721-6.84 0-.46-.051-.81-.111-1.16H7zm0 0 17 2h-3v3h-2v-3h-3v-2h3V8h2v3h3v2z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol id="icon-home" viewBox="0 0 11 12"><path d="m0 5 5.25-5 5.25 5v7H0z" fill-rule="evenodd"/></symbol><symbol id="icon-info" viewBox="0 0 54 54"><path d="M30.4 43.8h-6.7V23.6h6.7v20.2zm0-26.9h-6.7v-6.7h6.7v6.7z"/></symbol><symbol id="icon-instagram" viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z"/></symbol><symbol id="icon-linkedin" viewBox="0 0 24 24"><path d="M4.98 3.5C4.98 4.881 3.87 6 2.5 6S.02 4.881.02 3.5C.02 2.12 1.13 1 2.5 1s2.48 1.12 2.48 2.5zM5 8H0v16h5V8zm7.982 0H8.014v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0V24H24V13.869c0-7.88-8.922-7.593-11.018-3.714V8z"/></symbol><symbol id="icon-lock" viewBox="0 0 10 15"><path d="M7 7V4a2 2 0 0 0-4 0v3h4zM1 7V4a4 4 0 1 1 8 0v3a1 1 0 0 1 1 1v7H0V8a1 1 0 0 1 1-1z"/></symbol><symbol id="icon-mail-plane" viewBox="0 0 24 24"><path d="m0 12 11 3.1L18 7l-8.156 5.672-4.312-1.202 15.362-7.68-3.974 14.57-3.75-3.339L11 17.946v-.769l-2-.56V24l4.473-6.031L18 22l6-22z"/></symbol><symbol id="icon-planet" viewBox="0 0 24 24"><path d="M12 .3C5.5.3.3 5.5.3 12S5.5 23.7 12 23.7 23.7 18.5 23.7 12 18.5.3 12 .3zM2.6 7.9c1.1-2.5 3.1-4.4 5.6-5.4l.8-.4-.5.8C7.7 4.4 7 6.1 6.6 8.1v.2H2.4l.2-.4zm-.7 6.2c-.1-.7-.2-1.4-.2-2.1 0-.7.1-1.4.2-2.1v-.2h4.4v.3c-.1 1.3-.1 2.6 0 3.9v.3H2l-.1-.1zm6.3 7.5c-2.5-1-4.5-3-5.6-5.4l-.2-.4h4.2v.2c.4 1.9 1 3.7 1.9 5.2l.5.7-.8-.3zm3.1.9-.5-.6c-1.2-1.5-2.2-3.5-2.7-5.8l-.1-.4h3.3v6.8zm0-8.2H7.8V14c-.1-1.4-.1-2.6 0-4.1v-.3h3.5v4.7zm0-6H8l.1-.4c.5-2.3 1.4-4.3 2.7-5.8l.5-.6v6.8zm4.5-5.9c2.5 1 4.5 3 5.6 5.4l.2.4h-4.2V8c-.4-1.9-1-3.7-1.9-5.2l-.5-.7.8.3zm-3.1-.9.5.6c1.2 1.5 2.2 3.5 2.7 5.8l.1.4h-3.3V1.5zm0 8.2h3.5v.3c.1 1.4.1 2.6 0 4.1v.3h-3.5V9.7zm0 12.8v-6.8H16l-.1.4c-.5 2.3-1.4 4.3-2.7 5.8l-.5.6zm8.7-6.4c-1.1 2.5-3.1 4.4-5.6 5.4l-.8.4.4-.8c.9-1.5 1.5-3.3 1.9-5.2v-.2h4.2l-.1.4zm.6-1.8h-4.4V14c.1-1.3.1-2.6 0-3.9v-.3H22v.2c.1.7.2 1.4.2 2.1 0 .7-.1 1.4-.2 2.1v.1z"/></symbol><symbol id="icon-search-bold" viewBox="0 0 17 17"><g stroke="currentColor" fill="none" fill-rule="evenodd"><path d="m11 11 4.243 4.243" stroke-width="3"/><circle stroke-width="2" cx="7" cy="7" r="6"/></g></symbol><symbol id="icon-search" viewBox="0 0 24 24"><path d="m23.809 21.646-6.205-6.205a9.68 9.68 0 0 0 1.857-5.711C19.461 4.365 15.096 0 9.73 0 4.365 0 0 4.365 0 9.73c0 5.366 4.365 9.73 9.73 9.73a9.678 9.678 0 0 0 5.487-1.698L21.455 24l2.354-2.354zM2.854 9.73c0-3.792 3.085-6.877 6.877-6.877s6.877 3.085 6.877 6.877-3.085 6.877-6.877 6.877A6.884 6.884 0 0 1 2.854 9.73z"/></symbol><symbol id="icon-toolbox" viewBox="0 0 80 91.18"><path d="M39.99 31.18a20 20 0 0 0 0 40 19.39 19.39 0 0 0 3.34-.3v-6.84a13.14 13.14 0 0 1-3.34.48 13.32 13.32 0 0 1-12.85-10H59.7a20.43 20.43 0 0 0 .29-3.34 20 20 0 0 0-20-20Zm0 6.67a13.31 13.31 0 0 1 12.88 10H27.14a13.31 13.31 0 0 1 12.85-10Z"/><path d="m46.59 11.77 7.06-7L48.94 0l-11.3 11.27a40 40 0 1 0 8.95.47Zm-6.6 72.75a33.34 33.34 0 1 1 33.34-33.34 33.34 33.34 0 0 1-33.34 33.34Z"/></symbol><symbol id="icon-triangle" viewBox="0 0 10 5"><path d="M.235.162h9.757l-4.879 4.77z" fill-rule="evenodd"/></symbol><symbol id="icon-twitter" viewBox="0 0 24 24"><path d="M24 4.557a9.83 9.83 0 0 1-2.828.775 4.932 4.932 0 0 0 2.165-2.724 9.864 9.864 0 0 1-3.127 1.195 4.916 4.916 0 0 0-3.594-1.555c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 0 1 1.671 3.149a4.93 4.93 0 0 0 1.523 6.574 4.903 4.903 0 0 1-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 0 1-2.224.084 4.928 4.928 0 0 0 4.6 3.419A9.9 9.9 0 0 1 0 19.54a13.94 13.94 0 0 0 7.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0 0 24 4.557z"/></symbol><symbol id="icon-upload" viewBox="0 0 14.2 14.2"><path d="M12.2 14.2H2c-1.1 0-2-.9-2-2V9.3c0-.3.3-.6.6-.6s.6.3.6.6v2.9c0 .4.4.8.8.8h10.1c.5 0 .8-.4.8-.8V9.3c0-.3.3-.6.6-.6s.6.3.6.6v2.9c.1 1.1-.8 2-1.9 2zM7.1 9.9c-.3 0-.6-.3-.6-.6V2L3.9 4.6c-.2.2-.6.2-.8 0s-.3-.6 0-.8L6.7.2c.1-.1.2-.2.4-.2s.3.1.4.2l3.6 3.6c.2.2.2.6 0 .8s-.6.2-.8 0L7.7 2v7.2c0 .4-.3.7-.6.7z"/></symbol><symbol id="icon-whatsapp" viewBox="0 0 24 24"><path d="m.057 24 1.687-6.163a11.867 11.867 0 0 1-1.587-5.946C.16 5.335 5.495 0 12.05 0a11.817 11.817 0 0 1 8.413 3.488 11.824 11.824 0 0 1 3.48 8.414c-.003 6.557-5.338 11.892-11.893 11.892a11.9 11.9 0 0 1-5.688-1.448L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z"/></symbol><symbol id="icon-youtube" viewBox="0 0 24 24"><path d="M12 4s-6.254 0-7.814.418a2.503 2.503 0 0 0-1.768 1.768C2 7.746 2 12 2 12s0 4.254.418 5.814c.23.861.908 1.538 1.768 1.768C5.746 20 12 20 12 20s6.254 0 7.814-.418a2.505 2.505 0 0 0 1.768-1.768C22 16.254 22 12 22 12s0-4.254-.418-5.814a2.505 2.505 0 0 0-1.768-1.768C18.254 4 12 4 12 4zm0 2c2.882 0 6.49.134 7.297.35a.508.508 0 0 1 .353.353c.241.898.35 3.639.35 5.297s-.109 4.398-.35 5.297a.508.508 0 0 1-.353.353c-.805.216-4.415.35-7.297.35-2.881 0-6.49-.134-7.297-.35a.508.508 0 0 1-.353-.353C4.109 16.399 4 13.658 4 12s.109-4.399.35-5.299a.505.505 0 0 1 .353-.351C5.508 6.134 9.118 6 12 6zm-2 2.535v6.93L16 12l-6-3.465z"/></symbol></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path id="Tracé_7" data-name="Tracé 7" d="M0,0H16L0,16Z" fill="#fff"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <rect id="Rectangle_47" data-name="Rectangle 47" width="16" height="16" fill="#fff"/>
3
+ </svg>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes