@utrecht/web-component-library-stencil 1.0.0-alpha.23 → 1.0.0-alpha.232

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 (917) hide show
  1. package/README.md +51 -0
  2. package/dist/cjs/{index-4628fffe.js → index-bc39ab9c.js} +267 -74
  3. package/dist/cjs/loader.cjs.js +3 -3
  4. package/dist/cjs/utrecht-article.cjs.entry.js +3 -3
  5. package/dist/cjs/utrecht-backdrop.cjs.entry.js +21 -0
  6. package/dist/cjs/utrecht-badge-counter.cjs.entry.js +5 -5
  7. package/dist/cjs/utrecht-badge-data.cjs.entry.js +3 -3
  8. package/dist/cjs/utrecht-badge-status.cjs.entry.js +4 -4
  9. package/dist/cjs/utrecht-breadcrumb.cjs.entry.js +23 -0
  10. package/dist/cjs/utrecht-button_2.cjs.entry.js +58 -0
  11. package/dist/cjs/utrecht-checkbox.cjs.entry.js +32 -0
  12. package/dist/cjs/utrecht-contact-card-template.cjs.entry.js +19 -0
  13. package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +52 -0
  14. package/dist/cjs/utrecht-digid-button.cjs.entry.js +19 -0
  15. package/dist/cjs/utrecht-document.cjs.entry.js +3 -3
  16. package/dist/cjs/utrecht-eherkenning-logo.cjs.entry.js +19 -0
  17. package/dist/cjs/utrecht-eidas-logo.cjs.entry.js +19 -0
  18. package/dist/cjs/utrecht-form-field-checkbox.cjs.entry.js +34 -0
  19. package/dist/cjs/utrecht-form-field-description.cjs.entry.js +22 -0
  20. package/dist/cjs/utrecht-form-field-textarea.cjs.entry.js +34 -0
  21. package/dist/cjs/utrecht-form-field-textbox.cjs.entry.js +39 -0
  22. package/dist/cjs/utrecht-form-toggle.cjs.entry.js +48 -0
  23. package/dist/cjs/utrecht-heading-1.cjs.entry.js +19 -0
  24. package/dist/cjs/utrecht-heading-2_3.cjs.entry.js +46 -0
  25. package/dist/cjs/utrecht-heading-4.cjs.entry.js +19 -0
  26. package/dist/cjs/utrecht-heading-5.cjs.entry.js +19 -0
  27. package/dist/cjs/utrecht-heading-6.cjs.entry.js +19 -0
  28. package/dist/cjs/utrecht-heading.cjs.entry.js +3 -3
  29. package/dist/cjs/utrecht-html-content.cjs.entry.js +3 -3
  30. package/dist/cjs/utrecht-icon-afval.cjs.entry.js +19 -0
  31. package/dist/cjs/utrecht-icon-arrow.cjs.entry.js +19 -0
  32. package/dist/cjs/utrecht-icon-checkmark.cjs.entry.js +19 -0
  33. package/dist/cjs/utrecht-icon-cross.cjs.entry.js +19 -0
  34. package/dist/cjs/utrecht-icon-error.cjs.entry.js +19 -0
  35. package/dist/cjs/utrecht-icon-facebook.cjs.entry.js +19 -0
  36. package/dist/cjs/utrecht-icon-filter.cjs.entry.js +19 -0
  37. package/dist/cjs/utrecht-icon-information.cjs.entry.js +19 -0
  38. package/dist/cjs/utrecht-icon-instagram.cjs.entry.js +19 -0
  39. package/dist/cjs/utrecht-icon-linkedin.cjs.entry.js +19 -0
  40. package/dist/cjs/utrecht-icon-list.cjs.entry.js +19 -0
  41. package/dist/cjs/utrecht-icon-loupe.cjs.entry.js +19 -0
  42. package/dist/cjs/utrecht-icon-melding.cjs.entry.js +19 -0
  43. package/dist/cjs/utrecht-icon-paspoort.cjs.entry.js +19 -0
  44. package/dist/cjs/utrecht-icon-rijbewijs.cjs.entry.js +19 -0
  45. package/dist/cjs/utrecht-icon-toeslag.cjs.entry.js +19 -0
  46. package/dist/cjs/utrecht-icon-trouwen.cjs.entry.js +19 -0
  47. package/dist/cjs/utrecht-icon-twitter.cjs.entry.js +19 -0
  48. package/dist/cjs/utrecht-icon-verhuizen.cjs.entry.js +19 -0
  49. package/dist/cjs/utrecht-icon-warning.cjs.entry.js +19 -0
  50. package/dist/cjs/utrecht-icon-whatsapp.cjs.entry.js +19 -0
  51. package/dist/cjs/utrecht-icon-zoomin.cjs.entry.js +19 -0
  52. package/dist/cjs/utrecht-icon-zoomout.cjs.entry.js +19 -0
  53. package/dist/cjs/utrecht-logo-button.cjs.entry.js +19 -0
  54. package/dist/cjs/utrecht-logo.cjs.entry.js +19 -0
  55. package/dist/cjs/utrecht-page-content.cjs.entry.js +19 -0
  56. package/dist/cjs/utrecht-page-footer.cjs.entry.js +3 -3
  57. package/dist/cjs/utrecht-page-header.cjs.entry.js +19 -0
  58. package/dist/cjs/utrecht-page.cjs.entry.js +19 -0
  59. package/dist/cjs/utrecht-pagination.cjs.entry.js +38 -0
  60. package/dist/cjs/utrecht-separator.cjs.entry.js +3 -3
  61. package/dist/cjs/utrecht-sidenav.cjs.entry.js +4 -4
  62. package/dist/cjs/utrecht-table-body.cjs.entry.js +19 -0
  63. package/dist/cjs/utrecht-table-caption.cjs.entry.js +20 -0
  64. package/dist/cjs/utrecht-table-cell.cjs.entry.js +19 -0
  65. package/dist/cjs/utrecht-table-footer.cjs.entry.js +19 -0
  66. package/dist/cjs/utrecht-table-header-cell.cjs.entry.js +19 -0
  67. package/dist/cjs/utrecht-table-header.cjs.entry.js +19 -0
  68. package/dist/cjs/utrecht-table-row.cjs.entry.js +19 -0
  69. package/dist/cjs/utrecht-table.cjs.entry.js +19 -0
  70. package/dist/cjs/utrecht-textbox.cjs.entry.js +39 -0
  71. package/dist/cjs/utrecht.cjs.js +3 -3
  72. package/dist/collection/alternate-lang-nav/css/template.js +12 -0
  73. package/dist/collection/article/css/template.js +6 -0
  74. package/dist/collection/article/html/template.js +5 -0
  75. package/dist/collection/article/web-component/index.css +23 -0
  76. package/dist/collection/article/{stencil.js → web-component/index.stencil.js} +3 -3
  77. package/dist/collection/article/web-component/template.js +1 -0
  78. package/dist/collection/backdrop/css/template.js +28 -0
  79. package/dist/collection/backdrop/web-component/index.css +37 -0
  80. package/dist/collection/{button/stencil.js → backdrop/web-component/index.stencil.js} +14 -9
  81. package/dist/collection/backdrop/web-component/template.js +17 -0
  82. package/dist/collection/badge-counter/css/template.js +7 -0
  83. package/dist/collection/badge-counter/{bem.css → web-component/index.css} +9 -19
  84. package/dist/collection/badge-counter/{stencil.js → web-component/index.stencil.js} +5 -5
  85. package/dist/collection/badge-counter/web-component/template.js +4 -0
  86. package/dist/collection/badge-data/css/template.js +6 -0
  87. package/dist/collection/badge-data/{bem.css → web-component/index.css} +16 -5
  88. package/dist/collection/badge-data/{stencil.js → web-component/index.stencil.js} +3 -3
  89. package/dist/collection/badge-data/web-component/template.js +1 -0
  90. package/dist/collection/badge-status/css/template.js +7 -0
  91. package/dist/collection/badge-status/{bem.css → web-component/index.css} +21 -5
  92. package/dist/collection/badge-status/{stencil.js → web-component/index.stencil.js} +4 -4
  93. package/dist/collection/badge-status/web-component/template.js +4 -0
  94. package/dist/collection/blockquote/css/template.js +24 -0
  95. package/dist/collection/blockquote/html/template.js +6 -0
  96. package/dist/collection/breadcrumb/css/template.js +41 -0
  97. package/dist/collection/breadcrumb/web-component/index.css +330 -0
  98. package/dist/collection/breadcrumb/web-component/index.stencil.js +62 -0
  99. package/dist/collection/breadcrumb/web-component/template.js +4 -0
  100. package/dist/collection/button/css/stories/02-appearance.js +57 -0
  101. package/dist/collection/button/css/template.js +82 -0
  102. package/dist/collection/button/html/template.js +41 -0
  103. package/dist/collection/button/web-component/index.css +228 -0
  104. package/dist/collection/button/web-component/index.stencil.js +140 -0
  105. package/dist/collection/button/web-component/template.js +44 -0
  106. package/dist/collection/button-group/css/template.js +13 -0
  107. package/dist/collection/button-link/css/template.js +25 -0
  108. package/dist/collection/checkbox/css/template.js +19 -0
  109. package/dist/collection/checkbox/html/template.js +14 -0
  110. package/dist/collection/checkbox/web-component/index.css +69 -0
  111. package/dist/collection/checkbox/web-component/index.stencil.js +164 -0
  112. package/dist/collection/checkbox/web-component/template.js +8 -0
  113. package/dist/collection/collection-manifest.json +72 -14
  114. package/dist/collection/custom-checkbox/css/template.js +46 -0
  115. package/dist/collection/custom-checkbox/web-component/index.css +273 -0
  116. package/dist/collection/custom-checkbox/web-component/index.stencil.js +205 -0
  117. package/dist/collection/custom-checkbox/web-component/template.js +22 -0
  118. package/dist/collection/custom-radio-button/css/template.js +30 -0
  119. package/dist/collection/digid-button/css/template.js +16 -0
  120. package/dist/collection/digid-button/web-component/index.css +32 -0
  121. package/dist/collection/digid-button/web-component/index.stencil.js +41 -0
  122. package/dist/collection/digid-button/web-component/template.js +1 -0
  123. package/dist/collection/digid-logo/web-component/index.css +18 -0
  124. package/dist/collection/digid-logo/web-component/index.stencil.js +23 -0
  125. package/dist/collection/digid-logo/web-component/template.js +1 -0
  126. package/dist/collection/document/web-component/index.css +37 -0
  127. package/dist/collection/document/{stencil.js → web-component/index.stencil.js} +3 -3
  128. package/dist/collection/document/web-component/template.js +1 -0
  129. package/dist/collection/eherkenning-logo/web-component/index.css +18 -0
  130. package/dist/collection/eherkenning-logo/web-component/index.stencil.js +26 -0
  131. package/dist/collection/eherkenning-logo/web-component/template.js +1 -0
  132. package/dist/collection/eidas-logo/web-component/index.css +18 -0
  133. package/dist/collection/eidas-logo/web-component/index.stencil.js +28 -0
  134. package/dist/collection/eidas-logo/web-component/template.js +1 -0
  135. package/dist/collection/emphasis/css/template.js +19 -0
  136. package/dist/collection/emphasis/html/template.js +20 -0
  137. package/dist/collection/favicon/html/template.js +1 -0
  138. package/dist/collection/form-field-checkbox/css/template.js +10 -0
  139. package/dist/collection/form-field-checkbox/web-component/index.css +128 -0
  140. package/dist/collection/form-field-checkbox/web-component/index.stencil.js +190 -0
  141. package/dist/collection/form-field-checkbox/web-component/template.js +18 -0
  142. package/dist/collection/form-field-checkbox-group/css/template.js +33 -0
  143. package/dist/collection/form-field-description/css/template.js +15 -0
  144. package/dist/collection/form-field-description/web-component/index.css +43 -0
  145. package/dist/collection/form-field-description/web-component/index.stencil.js +44 -0
  146. package/dist/collection/form-field-description/web-component/template.js +4 -0
  147. package/dist/collection/form-field-radio/css/template.js +10 -0
  148. package/dist/collection/form-field-radio-group/css/template.js +20 -0
  149. package/dist/collection/form-field-textarea/web-component/index.css +177 -0
  150. package/dist/collection/form-field-textarea/web-component/index.stencil.js +205 -0
  151. package/dist/collection/form-field-textarea/web-component/template.js +14 -0
  152. package/dist/collection/form-field-textbox/web-component/index.css +180 -0
  153. package/dist/collection/form-field-textbox/web-component/index.stencil.js +300 -0
  154. package/dist/collection/form-field-textbox/web-component/template.js +21 -0
  155. package/dist/collection/form-fieldset/css/template.js +10 -0
  156. package/dist/collection/form-fieldset/html/template.js +12 -0
  157. package/dist/collection/form-label/css/template.js +22 -0
  158. package/dist/collection/form-label/html/template.js +5 -0
  159. package/dist/collection/form-toggle/css/template.js +47 -0
  160. package/dist/collection/form-toggle/web-component/index.css +115 -0
  161. package/dist/collection/form-toggle/web-component/index.stencil.js +148 -0
  162. package/dist/collection/form-toggle/web-component/template.js +7 -0
  163. package/dist/collection/heading/{bem.css → web-component/index.css} +144 -37
  164. package/dist/collection/heading/{stencil.js → web-component/index.stencil.js} +3 -3
  165. package/dist/collection/heading/web-component/template.js +4 -0
  166. package/dist/collection/heading-1/css/template.js +11 -0
  167. package/dist/collection/heading-1/html/template.js +4 -0
  168. package/dist/collection/heading-1/web-component/index.css +46 -0
  169. package/dist/collection/heading-1/web-component/index.stencil.js +15 -0
  170. package/dist/collection/heading-1/web-component/template.js +4 -0
  171. package/dist/collection/heading-2/css/template.js +11 -0
  172. package/dist/collection/heading-2/html/template.js +4 -0
  173. package/dist/collection/heading-2/web-component/index.css +46 -0
  174. package/dist/collection/heading-2/web-component/index.stencil.js +15 -0
  175. package/dist/collection/heading-2/web-component/template.js +4 -0
  176. package/dist/collection/heading-3/css/template.js +11 -0
  177. package/dist/collection/heading-3/html/template.js +4 -0
  178. package/dist/collection/heading-3/web-component/index.css +46 -0
  179. package/dist/collection/heading-3/web-component/index.stencil.js +15 -0
  180. package/dist/collection/heading-3/web-component/template.js +4 -0
  181. package/dist/collection/heading-4/css/template.js +11 -0
  182. package/dist/collection/heading-4/html/template.js +4 -0
  183. package/dist/collection/heading-4/web-component/index.css +46 -0
  184. package/dist/collection/heading-4/web-component/index.stencil.js +15 -0
  185. package/dist/collection/heading-4/web-component/template.js +4 -0
  186. package/dist/collection/heading-5/css/template.js +11 -0
  187. package/dist/collection/heading-5/html/template.js +4 -0
  188. package/dist/collection/heading-5/web-component/index.css +46 -0
  189. package/dist/collection/heading-5/web-component/index.stencil.js +15 -0
  190. package/dist/collection/heading-5/web-component/template.js +4 -0
  191. package/dist/collection/heading-6/css/template.js +11 -0
  192. package/dist/collection/heading-6/html/template.js +4 -0
  193. package/dist/collection/heading-6/web-component/index.css +46 -0
  194. package/dist/collection/heading-6/web-component/index.stencil.js +15 -0
  195. package/dist/collection/heading-6/web-component/template.js +4 -0
  196. package/dist/collection/html-content/web-component/index.css +1166 -0
  197. package/dist/collection/html-content/{stencil.js → web-component/index.stencil.js} +3 -3
  198. package/dist/collection/html-content/web-component/template.js +1 -0
  199. package/dist/collection/icon/dist/Vervoersvoorziening.svg +1 -0
  200. package/dist/collection/icon/dist/afspraakmaken.svg +1 -0
  201. package/dist/collection/icon/dist/afval.svg +1 -0
  202. package/dist/collection/icon/dist/afvalkalender.svg +1 -0
  203. package/dist/collection/icon/dist/afvalscheiden.svg +1 -0
  204. package/dist/collection/icon/dist/arrow.svg +1 -0
  205. package/dist/collection/icon/dist/bestemmindsplan.svg +1 -0
  206. package/dist/collection/icon/dist/betaaldatum.svg +1 -0
  207. package/dist/collection/icon/dist/bewijsstukken.svg +1 -0
  208. package/dist/collection/icon/dist/bijstand.svg +1 -0
  209. package/dist/collection/icon/dist/checkmark.svg +1 -0
  210. package/dist/collection/icon/dist/collegevanbenw.svg +1 -0
  211. package/dist/collection/icon/dist/cross.svg +1 -0
  212. package/dist/collection/icon/dist/eikenprocessie.svg +1 -0
  213. package/dist/collection/icon/dist/energietransitie.svg +1 -0
  214. package/dist/collection/icon/dist/error.svg +1 -0
  215. package/dist/collection/icon/dist/evenementen.svg +1 -0
  216. package/dist/collection/icon/dist/facebook.svg +1 -0
  217. package/dist/collection/icon/dist/fiets.svg +1 -0
  218. package/dist/collection/icon/dist/filter.svg +1 -0
  219. package/dist/collection/icon/dist/gegevenswoordenboek.svg +1 -0
  220. package/dist/collection/icon/dist/gemeenteraad.svg +1 -0
  221. package/dist/collection/icon/dist/grofvuil.svg +1 -0
  222. package/dist/collection/icon/dist/hulphuishouden.svg +1 -0
  223. package/dist/collection/icon/dist/hulpvervoer.svg +1 -0
  224. package/dist/collection/icon/dist/information.svg +1 -0
  225. package/dist/collection/icon/dist/innovatie.svg +1 -0
  226. package/dist/collection/icon/dist/instagram.svg +1 -0
  227. package/dist/collection/icon/dist/kalender.svg +1 -0
  228. package/dist/collection/icon/dist/klachten.svg +1 -0
  229. package/dist/collection/icon/dist/laadpaal.svg +1 -0
  230. package/dist/collection/icon/dist/leren.svg +1 -0
  231. package/dist/collection/icon/dist/letop.svg +1 -0
  232. package/dist/collection/icon/dist/linkedin.svg +1 -0
  233. package/dist/collection/icon/dist/list.svg +1 -0
  234. package/dist/collection/icon/dist/loupe.svg +1 -0
  235. package/dist/collection/icon/dist/markt.svg +1 -0
  236. package/dist/collection/icon/dist/medlingklacht.svg +1 -0
  237. package/dist/collection/icon/dist/melding.svg +1 -0
  238. package/dist/collection/icon/dist/nieuwhuis.svg +1 -0
  239. package/dist/collection/icon/dist/nummerbord.svg +1 -0
  240. package/dist/collection/icon/dist/openingstijden.svg +1 -0
  241. package/dist/collection/icon/dist/panden.svg +1 -0
  242. package/dist/collection/icon/dist/parkeerkaart.svg +1 -0
  243. package/dist/collection/icon/dist/parken.svg +1 -0
  244. package/dist/collection/icon/dist/parkerenbedrijven.svg +1 -0
  245. package/dist/collection/icon/dist/parkerenbetalen.svg +1 -0
  246. package/dist/collection/icon/dist/paspoort.svg +1 -0
  247. package/dist/collection/icon/dist/rijbewijs.svg +1 -0
  248. package/dist/collection/icon/dist/shoppen.svg +1 -0
  249. package/dist/collection/icon/dist/sport.svg +1 -0
  250. package/dist/collection/icon/dist/toeslag.svg +1 -0
  251. package/dist/collection/icon/dist/trouwen.svg +1 -0
  252. package/dist/collection/icon/dist/twitter.svg +1 -0
  253. package/dist/collection/icon/dist/vergoeding.svg +1 -0
  254. package/dist/collection/icon/dist/verhuizen.svg +1 -0
  255. package/dist/collection/icon/dist/virus.svg +1 -0
  256. package/dist/collection/icon/dist/vluchtelingen.svg +1 -0
  257. package/dist/collection/icon/dist/warm.svg +1 -0
  258. package/dist/collection/icon/dist/warning.svg +1 -0
  259. package/dist/collection/icon/dist/werken.svg +1 -0
  260. package/dist/collection/icon/dist/werkzaamheden.svg +1 -0
  261. package/dist/collection/icon/dist/whatsapp.svg +1 -0
  262. package/dist/collection/icon/dist/wonenkosten.svg +1 -0
  263. package/dist/collection/icon/dist/woningzoeken.svg +1 -0
  264. package/dist/collection/icon/dist/zoomin.svg +1 -0
  265. package/dist/collection/icon/dist/zoomout.svg +1 -0
  266. package/dist/collection/icon/dist/zwemmen.svg +1 -0
  267. package/dist/collection/icon/svg/Vervoersvoorziening.svg +1 -0
  268. package/dist/collection/icon/svg/afspraakmaken.svg +1 -0
  269. package/dist/collection/icon/svg/afval.svg +1 -0
  270. package/dist/collection/icon/svg/afvalkalender.svg +1 -0
  271. package/dist/collection/icon/svg/afvalscheiden.svg +1 -0
  272. package/dist/collection/icon/svg/arrow.svg +9 -0
  273. package/dist/collection/icon/svg/bestemmindsplan.svg +1 -0
  274. package/dist/collection/icon/svg/betaaldatum.svg +1 -0
  275. package/dist/collection/icon/svg/bewijsstukken.svg +1 -0
  276. package/dist/collection/icon/svg/bijstand.svg +1 -0
  277. package/dist/collection/icon/svg/checkmark.svg +9 -0
  278. package/dist/collection/icon/svg/collegevanbenw.svg +1 -0
  279. package/dist/collection/icon/svg/cross.svg +9 -0
  280. package/dist/collection/icon/svg/eikenprocessie.svg +1 -0
  281. package/dist/collection/icon/svg/energietransitie.svg +1 -0
  282. package/dist/collection/icon/svg/error.svg +15 -0
  283. package/dist/collection/icon/svg/evenementen.svg +1 -0
  284. package/dist/collection/icon/svg/facebook.svg +9 -0
  285. package/dist/collection/icon/svg/fiets.svg +1 -0
  286. package/dist/collection/icon/svg/filter.svg +6 -0
  287. package/dist/collection/icon/svg/gegevenswoordenboek.svg +1 -0
  288. package/dist/collection/icon/svg/gemeenteraad.svg +1 -0
  289. package/dist/collection/icon/svg/grofvuil.svg +1 -0
  290. package/dist/collection/icon/svg/hulphuishouden.svg +1 -0
  291. package/dist/collection/icon/svg/hulpvervoer.svg +1 -0
  292. package/dist/collection/icon/svg/information.svg +14 -0
  293. package/dist/collection/icon/svg/innovatie.svg +1 -0
  294. package/dist/collection/icon/svg/instagram.svg +16 -0
  295. package/dist/collection/icon/svg/kalender.svg +1 -0
  296. package/dist/collection/icon/svg/klachten.svg +1 -0
  297. package/dist/collection/icon/svg/laadpaal.svg +1 -0
  298. package/dist/collection/icon/svg/leren.svg +1 -0
  299. package/dist/collection/icon/svg/letop.svg +1 -0
  300. package/dist/collection/icon/svg/linkedin.svg +14 -0
  301. package/dist/collection/icon/svg/list.svg +9 -0
  302. package/dist/collection/icon/svg/loupe.svg +11 -0
  303. package/dist/collection/icon/svg/markt.svg +1 -0
  304. package/dist/collection/icon/svg/medlingklacht.svg +1 -0
  305. package/dist/collection/icon/svg/melding.svg +5 -0
  306. package/dist/collection/icon/svg/nieuwhuis.svg +1 -0
  307. package/dist/collection/icon/svg/nummerbord.svg +1 -0
  308. package/dist/collection/icon/svg/openingstijden.svg +1 -0
  309. package/dist/collection/icon/svg/panden.svg +1 -0
  310. package/dist/collection/icon/svg/parkeerkaart.svg +1 -0
  311. package/dist/collection/icon/svg/parken.svg +1 -0
  312. package/dist/collection/icon/svg/parkerenbedrijven.svg +1 -0
  313. package/dist/collection/icon/svg/parkerenbetalen.svg +1 -0
  314. package/dist/collection/icon/svg/paspoort.svg +1 -0
  315. package/dist/collection/icon/svg/rijbewijs.svg +1 -0
  316. package/dist/collection/icon/svg/shoppen.svg +1 -0
  317. package/dist/collection/icon/svg/sport.svg +1 -0
  318. package/dist/collection/icon/svg/toeslag.svg +5 -0
  319. package/dist/collection/icon/svg/trouwen.svg +1 -0
  320. package/dist/collection/icon/svg/twitter.svg +9 -0
  321. package/dist/collection/icon/svg/vergoeding.svg +1 -0
  322. package/dist/collection/icon/svg/verhuizen.svg +1 -0
  323. package/dist/collection/icon/svg/virus.svg +1 -0
  324. package/dist/collection/icon/svg/vluchtelingen.svg +1 -0
  325. package/dist/collection/icon/svg/warm.svg +1 -0
  326. package/dist/collection/icon/svg/warning.svg +19 -0
  327. package/dist/collection/icon/svg/werken.svg +1 -0
  328. package/dist/collection/icon/svg/werkzaamheden.svg +1 -0
  329. package/dist/collection/icon/svg/whatsapp.svg +9 -0
  330. package/dist/collection/icon/svg/wonenkosten.svg +1 -0
  331. package/dist/collection/icon/svg/woningzoeken.svg +1 -0
  332. package/dist/collection/icon/svg/zoomin.svg +13 -0
  333. package/dist/collection/icon/svg/zoomout.svg +9 -0
  334. package/dist/collection/icon/svg/zwemmen.svg +1 -0
  335. package/dist/collection/icon/web-component/afval.stencil.js +19 -0
  336. package/dist/collection/icon/web-component/arrow.stencil.js +17 -0
  337. package/dist/collection/icon/web-component/checkmark.stencil.js +16 -0
  338. package/dist/collection/icon/web-component/cross.stencil.js +17 -0
  339. package/dist/collection/icon/web-component/error.stencil.js +18 -0
  340. package/dist/collection/icon/web-component/facebook.stencil.js +17 -0
  341. package/dist/collection/icon/web-component/filter.stencil.js +18 -0
  342. package/dist/collection/icon/web-component/index.css +20 -0
  343. package/dist/collection/icon/web-component/information.stencil.js +19 -0
  344. package/dist/collection/icon/web-component/instagram.stencil.js +19 -0
  345. package/dist/collection/icon/web-component/linkedin.stencil.js +18 -0
  346. package/dist/collection/icon/web-component/list.stencil.js +21 -0
  347. package/dist/collection/icon/web-component/loupe.stencil.js +17 -0
  348. package/dist/collection/icon/web-component/melding.stencil.js +17 -0
  349. package/dist/collection/icon/web-component/paspoort.stencil.js +17 -0
  350. package/dist/collection/icon/web-component/rijbewijs.stencil.js +20 -0
  351. package/dist/collection/icon/web-component/template.js +7 -0
  352. package/dist/collection/icon/web-component/toeslag.stencil.js +17 -0
  353. package/dist/collection/icon/web-component/trouwen.stencil.js +16 -0
  354. package/dist/collection/icon/web-component/twitter.stencil.js +17 -0
  355. package/dist/collection/icon/web-component/verhuizen.stencil.js +21 -0
  356. package/dist/collection/icon/web-component/warning.stencil.js +19 -0
  357. package/dist/collection/icon/web-component/whatsapp.stencil.js +17 -0
  358. package/dist/collection/icon/web-component/zoomin.stencil.js +18 -0
  359. package/dist/collection/icon/web-component/zoomout.stencil.js +17 -0
  360. package/dist/collection/link/css/template.js +57 -0
  361. package/dist/collection/link/html/template.js +11 -0
  362. package/dist/collection/link-button/css/template.js +42 -0
  363. package/dist/collection/link-list/css/template.js +10 -0
  364. package/dist/collection/link-social/css/template.js +20 -0
  365. package/dist/collection/logo/css/template.js +33 -0
  366. package/dist/collection/logo/web-component/index.css +38 -0
  367. package/dist/collection/logo/web-component/index.stencil.js +26 -0
  368. package/dist/collection/logo/web-component/template.js +1 -0
  369. package/dist/collection/logo-button/css/template.js +17 -0
  370. package/dist/collection/logo-button/web-component/index.css +31 -0
  371. package/dist/collection/logo-button/web-component/index.stencil.js +41 -0
  372. package/dist/collection/logo-button/web-component/template.js +1 -0
  373. package/dist/collection/mapcontrolbutton/css/template.js +34 -0
  374. package/dist/collection/menulijst/css/template.js +18 -0
  375. package/dist/collection/navigatie sidenav/css/template.js +69 -0
  376. package/dist/collection/navigatie sidenav/web-component/index.css +189 -0
  377. package/dist/collection/navigatie sidenav/web-component/index.stencil.js +45 -0
  378. package/dist/collection/navigatie sidenav/web-component/template.js +1 -0
  379. package/dist/collection/navigatie topnav/css/template.js +26 -0
  380. package/dist/collection/node_modules/@trysound/sax/lib/sax.js +1413 -0
  381. package/dist/collection/node_modules/commander/index.js +2217 -0
  382. package/dist/collection/node_modules/css-tree/data/index.js +103 -0
  383. package/dist/collection/node_modules/css-tree/dist/csstree.js +12606 -0
  384. package/dist/collection/node_modules/css-tree/dist/csstree.min.js +1 -0
  385. package/dist/collection/node_modules/css-tree/lib/common/List.js +576 -0
  386. package/dist/collection/node_modules/css-tree/lib/common/OffsetToLocation.js +91 -0
  387. package/dist/collection/node_modules/css-tree/lib/common/SyntaxError.js +82 -0
  388. package/dist/collection/node_modules/css-tree/lib/common/TokenStream.js +219 -0
  389. package/dist/collection/node_modules/css-tree/lib/common/adopt-buffer.js +10 -0
  390. package/dist/collection/node_modules/css-tree/lib/convertor/create.js +28 -0
  391. package/dist/collection/node_modules/css-tree/lib/convertor/index.js +3 -0
  392. package/dist/collection/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +14 -0
  393. package/dist/collection/node_modules/css-tree/lib/definition-syntax/generate.js +129 -0
  394. package/dist/collection/node_modules/css-tree/lib/definition-syntax/index.js +6 -0
  395. package/dist/collection/node_modules/css-tree/lib/definition-syntax/parse.js +568 -0
  396. package/dist/collection/node_modules/css-tree/lib/definition-syntax/tokenizer.js +55 -0
  397. package/dist/collection/node_modules/css-tree/lib/definition-syntax/walk.js +52 -0
  398. package/dist/collection/node_modules/css-tree/lib/generator/create.js +66 -0
  399. package/dist/collection/node_modules/css-tree/lib/generator/index.js +4 -0
  400. package/dist/collection/node_modules/css-tree/lib/generator/sourceMap.js +95 -0
  401. package/dist/collection/node_modules/css-tree/lib/index.js +1 -0
  402. package/dist/collection/node_modules/css-tree/lib/lexer/Lexer.js +466 -0
  403. package/dist/collection/node_modules/css-tree/lib/lexer/error.js +127 -0
  404. package/dist/collection/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +236 -0
  405. package/dist/collection/node_modules/css-tree/lib/lexer/generic-urange.js +159 -0
  406. package/dist/collection/node_modules/css-tree/lib/lexer/generic.js +585 -0
  407. package/dist/collection/node_modules/css-tree/lib/lexer/index.js +3 -0
  408. package/dist/collection/node_modules/css-tree/lib/lexer/match-graph.js +455 -0
  409. package/dist/collection/node_modules/css-tree/lib/lexer/match.js +639 -0
  410. package/dist/collection/node_modules/css-tree/lib/lexer/prepare-tokens.js +73 -0
  411. package/dist/collection/node_modules/css-tree/lib/lexer/search.js +65 -0
  412. package/dist/collection/node_modules/css-tree/lib/lexer/structure.js +163 -0
  413. package/dist/collection/node_modules/css-tree/lib/lexer/trace.js +79 -0
  414. package/dist/collection/node_modules/css-tree/lib/parser/create.js +304 -0
  415. package/dist/collection/node_modules/css-tree/lib/parser/index.js +4 -0
  416. package/dist/collection/node_modules/css-tree/lib/parser/sequence.js +54 -0
  417. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/font-face.js +8 -0
  418. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/import.js +40 -0
  419. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/index.js +7 -0
  420. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/media.js +12 -0
  421. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/page.js +12 -0
  422. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/supports.js +89 -0
  423. package/dist/collection/node_modules/css-tree/lib/syntax/config/lexer.js +9 -0
  424. package/dist/collection/node_modules/css-tree/lib/syntax/config/mix.js +140 -0
  425. package/dist/collection/node_modules/css-tree/lib/syntax/config/parser.js +25 -0
  426. package/dist/collection/node_modules/css-tree/lib/syntax/config/walker.js +3 -0
  427. package/dist/collection/node_modules/css-tree/lib/syntax/create.js +77 -0
  428. package/dist/collection/node_modules/css-tree/lib/syntax/function/expression.js +7 -0
  429. package/dist/collection/node_modules/css-tree/lib/syntax/function/var.js +43 -0
  430. package/dist/collection/node_modules/css-tree/lib/syntax/index.js +21 -0
  431. package/dist/collection/node_modules/css-tree/lib/syntax/node/AnPlusB.js +297 -0
  432. package/dist/collection/node_modules/css-tree/lib/syntax/node/Atrule.js +107 -0
  433. package/dist/collection/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +51 -0
  434. package/dist/collection/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +165 -0
  435. package/dist/collection/node_modules/css-tree/lib/syntax/node/Block.js +91 -0
  436. package/dist/collection/node_modules/css-tree/lib/syntax/node/Brackets.js +34 -0
  437. package/dist/collection/node_modules/css-tree/lib/syntax/node/CDC.js +19 -0
  438. package/dist/collection/node_modules/css-tree/lib/syntax/node/CDO.js +19 -0
  439. package/dist/collection/node_modules/css-tree/lib/syntax/node/ClassSelector.js +29 -0
  440. package/dist/collection/node_modules/css-tree/lib/syntax/node/Combinator.js +55 -0
  441. package/dist/collection/node_modules/css-tree/lib/syntax/node/Comment.js +36 -0
  442. package/dist/collection/node_modules/css-tree/lib/syntax/node/Declaration.js +169 -0
  443. package/dist/collection/node_modules/css-tree/lib/syntax/node/DeclarationList.js +49 -0
  444. package/dist/collection/node_modules/css-tree/lib/syntax/node/Dimension.js +29 -0
  445. package/dist/collection/node_modules/css-tree/lib/syntax/node/Function.js +40 -0
  446. package/dist/collection/node_modules/css-tree/lib/syntax/node/Hash.js +26 -0
  447. package/dist/collection/node_modules/css-tree/lib/syntax/node/IdSelector.js +27 -0
  448. package/dist/collection/node_modules/css-tree/lib/syntax/node/Identifier.js +20 -0
  449. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaFeature.js +76 -0
  450. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQuery.js +68 -0
  451. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +36 -0
  452. package/dist/collection/node_modules/css-tree/lib/syntax/node/Nth.js +51 -0
  453. package/dist/collection/node_modules/css-tree/lib/syntax/node/Number.js +18 -0
  454. package/dist/collection/node_modules/css-tree/lib/syntax/node/Operator.js +21 -0
  455. package/dist/collection/node_modules/css-tree/lib/syntax/node/Parentheses.js +34 -0
  456. package/dist/collection/node_modules/css-tree/lib/syntax/node/Percentage.js +27 -0
  457. package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +61 -0
  458. package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +62 -0
  459. package/dist/collection/node_modules/css-tree/lib/syntax/node/Ratio.js +66 -0
  460. package/dist/collection/node_modules/css-tree/lib/syntax/node/Raw.js +87 -0
  461. package/dist/collection/node_modules/css-tree/lib/syntax/node/Rule.js +54 -0
  462. package/dist/collection/node_modules/css-tree/lib/syntax/node/Selector.js +32 -0
  463. package/dist/collection/node_modules/css-tree/lib/syntax/node/SelectorList.js +39 -0
  464. package/dist/collection/node_modules/css-tree/lib/syntax/node/String.js +18 -0
  465. package/dist/collection/node_modules/css-tree/lib/syntax/node/StyleSheet.js +81 -0
  466. package/dist/collection/node_modules/css-tree/lib/syntax/node/TypeSelector.js +53 -0
  467. package/dist/collection/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +173 -0
  468. package/dist/collection/node_modules/css-tree/lib/syntax/node/Url.js +69 -0
  469. package/dist/collection/node_modules/css-tree/lib/syntax/node/Value.js +19 -0
  470. package/dist/collection/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +26 -0
  471. package/dist/collection/node_modules/css-tree/lib/syntax/node/index.js +42 -0
  472. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +9 -0
  473. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +9 -0
  474. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +7 -0
  475. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/dir.js +7 -0
  476. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/has.js +7 -0
  477. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/index.js +12 -0
  478. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/lang.js +7 -0
  479. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/matches.js +1 -0
  480. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/not.js +1 -0
  481. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +1 -0
  482. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +1 -0
  483. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +1 -0
  484. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +1 -0
  485. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/slotted.js +7 -0
  486. package/dist/collection/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +3 -0
  487. package/dist/collection/node_modules/css-tree/lib/syntax/scope/default.js +87 -0
  488. package/dist/collection/node_modules/css-tree/lib/syntax/scope/index.js +5 -0
  489. package/dist/collection/node_modules/css-tree/lib/syntax/scope/selector.js +80 -0
  490. package/dist/collection/node_modules/css-tree/lib/syntax/scope/value.js +5 -0
  491. package/dist/collection/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +249 -0
  492. package/dist/collection/node_modules/css-tree/lib/tokenizer/const.js +40 -0
  493. package/dist/collection/node_modules/css-tree/lib/tokenizer/index.js +591 -0
  494. package/dist/collection/node_modules/css-tree/lib/tokenizer/utils.js +243 -0
  495. package/dist/collection/node_modules/css-tree/lib/utils/clone.js +21 -0
  496. package/dist/collection/node_modules/css-tree/lib/utils/createCustomError.js +17 -0
  497. package/dist/collection/node_modules/css-tree/lib/utils/names.js +104 -0
  498. package/dist/collection/node_modules/css-tree/lib/walker/create.js +284 -0
  499. package/dist/collection/node_modules/css-tree/lib/walker/index.js +4 -0
  500. package/dist/collection/node_modules/mdn-data/api/index.js +3 -0
  501. package/dist/collection/node_modules/mdn-data/css/index.js +8 -0
  502. package/dist/collection/node_modules/mdn-data/index.js +5 -0
  503. package/dist/collection/node_modules/mdn-data/l10n/index.js +3 -0
  504. package/dist/collection/node_modules/source-map/dist/source-map.debug.js +3234 -0
  505. package/dist/collection/node_modules/source-map/dist/source-map.js +3233 -0
  506. package/dist/collection/node_modules/source-map/dist/source-map.min.js +2 -0
  507. package/dist/collection/node_modules/source-map/lib/array-set.js +121 -0
  508. package/dist/collection/node_modules/source-map/lib/base64-vlq.js +140 -0
  509. package/dist/collection/node_modules/source-map/lib/base64.js +67 -0
  510. package/dist/collection/node_modules/source-map/lib/binary-search.js +111 -0
  511. package/dist/collection/node_modules/source-map/lib/mapping-list.js +79 -0
  512. package/dist/collection/node_modules/source-map/lib/quick-sort.js +114 -0
  513. package/dist/collection/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  514. package/dist/collection/node_modules/source-map/lib/source-map-generator.js +425 -0
  515. package/dist/collection/node_modules/source-map/lib/source-node.js +413 -0
  516. package/dist/collection/node_modules/source-map/lib/util.js +488 -0
  517. package/dist/collection/node_modules/source-map/source-map.js +8 -0
  518. package/dist/collection/node_modules/svgo/dist/svgo.browser.js +1 -0
  519. package/dist/collection/node_modules/svgo/lib/css-tools.js +239 -0
  520. package/dist/collection/node_modules/svgo/lib/parser.js +259 -0
  521. package/dist/collection/node_modules/svgo/lib/path.js +347 -0
  522. package/dist/collection/node_modules/svgo/lib/stringifier.js +326 -0
  523. package/dist/collection/node_modules/svgo/lib/style.js +283 -0
  524. package/dist/collection/node_modules/svgo/lib/svgo/coa.js +517 -0
  525. package/dist/collection/node_modules/svgo/lib/svgo/config.js +138 -0
  526. package/dist/collection/node_modules/svgo/lib/svgo/css-class-list.js +72 -0
  527. package/dist/collection/node_modules/svgo/lib/svgo/css-select-adapter.js +120 -0
  528. package/dist/collection/node_modules/svgo/lib/svgo/css-style-declaration.js +232 -0
  529. package/dist/collection/node_modules/svgo/lib/svgo/jsAPI.js +443 -0
  530. package/dist/collection/node_modules/svgo/lib/svgo/plugins.js +109 -0
  531. package/dist/collection/node_modules/svgo/lib/svgo/tools.js +137 -0
  532. package/dist/collection/node_modules/svgo/lib/svgo-node.js +106 -0
  533. package/dist/collection/node_modules/svgo/lib/svgo.js +83 -0
  534. package/dist/collection/node_modules/svgo/lib/xast.js +102 -0
  535. package/dist/collection/node_modules/svgo/plugins/_applyTransforms.js +335 -0
  536. package/dist/collection/node_modules/svgo/plugins/_collections.js +2168 -0
  537. package/dist/collection/node_modules/svgo/plugins/_path.js +816 -0
  538. package/dist/collection/node_modules/svgo/plugins/_transforms.js +379 -0
  539. package/dist/collection/node_modules/svgo/plugins/addAttributesToSVGElement.js +87 -0
  540. package/dist/collection/node_modules/svgo/plugins/addClassesToSVGElement.js +87 -0
  541. package/dist/collection/node_modules/svgo/plugins/cleanupAttrs.js +55 -0
  542. package/dist/collection/node_modules/svgo/plugins/cleanupEnableBackground.js +75 -0
  543. package/dist/collection/node_modules/svgo/plugins/cleanupIDs.js +297 -0
  544. package/dist/collection/node_modules/svgo/plugins/cleanupListOfValues.js +154 -0
  545. package/dist/collection/node_modules/svgo/plugins/cleanupNumericValues.js +113 -0
  546. package/dist/collection/node_modules/svgo/plugins/collapseGroups.js +135 -0
  547. package/dist/collection/node_modules/svgo/plugins/convertColors.js +152 -0
  548. package/dist/collection/node_modules/svgo/plugins/convertEllipseToCircle.js +39 -0
  549. package/dist/collection/node_modules/svgo/plugins/convertPathData.js +1023 -0
  550. package/dist/collection/node_modules/svgo/plugins/convertShapeToPath.js +175 -0
  551. package/dist/collection/node_modules/svgo/plugins/convertStyleToAttrs.js +132 -0
  552. package/dist/collection/node_modules/svgo/plugins/convertTransform.js +432 -0
  553. package/dist/collection/node_modules/svgo/plugins/inlineStyles.js +379 -0
  554. package/dist/collection/node_modules/svgo/plugins/mergePaths.js +104 -0
  555. package/dist/collection/node_modules/svgo/plugins/mergeStyles.js +93 -0
  556. package/dist/collection/node_modules/svgo/plugins/minifyStyles.js +148 -0
  557. package/dist/collection/node_modules/svgo/plugins/moveElemsAttrsToGroup.js +130 -0
  558. package/dist/collection/node_modules/svgo/plugins/moveGroupAttrsToElems.js +62 -0
  559. package/dist/collection/node_modules/svgo/plugins/plugins.js +56 -0
  560. package/dist/collection/node_modules/svgo/plugins/prefixIds.js +241 -0
  561. package/dist/collection/node_modules/svgo/plugins/preset-default.js +80 -0
  562. package/dist/collection/node_modules/svgo/plugins/removeAttributesBySelector.js +99 -0
  563. package/dist/collection/node_modules/svgo/plugins/removeAttrs.js +159 -0
  564. package/dist/collection/node_modules/svgo/plugins/removeComments.js +31 -0
  565. package/dist/collection/node_modules/svgo/plugins/removeDesc.js +41 -0
  566. package/dist/collection/node_modules/svgo/plugins/removeDimensions.js +43 -0
  567. package/dist/collection/node_modules/svgo/plugins/removeDoctype.js +42 -0
  568. package/dist/collection/node_modules/svgo/plugins/removeEditorsNSData.js +68 -0
  569. package/dist/collection/node_modules/svgo/plugins/removeElementsByAttr.js +78 -0
  570. package/dist/collection/node_modules/svgo/plugins/removeEmptyAttrs.js +33 -0
  571. package/dist/collection/node_modules/svgo/plugins/removeEmptyContainers.js +58 -0
  572. package/dist/collection/node_modules/svgo/plugins/removeEmptyText.js +57 -0
  573. package/dist/collection/node_modules/svgo/plugins/removeHiddenElems.js +318 -0
  574. package/dist/collection/node_modules/svgo/plugins/removeMetadata.js +29 -0
  575. package/dist/collection/node_modules/svgo/plugins/removeNonInheritableGroupAttrs.js +38 -0
  576. package/dist/collection/node_modules/svgo/plugins/removeOffCanvasPaths.js +138 -0
  577. package/dist/collection/node_modules/svgo/plugins/removeRasterImages.js +33 -0
  578. package/dist/collection/node_modules/svgo/plugins/removeScriptElement.js +29 -0
  579. package/dist/collection/node_modules/svgo/plugins/removeStyleElement.js +29 -0
  580. package/dist/collection/node_modules/svgo/plugins/removeTitle.js +29 -0
  581. package/dist/collection/node_modules/svgo/plugins/removeUnknownsAndDefaults.js +218 -0
  582. package/dist/collection/node_modules/svgo/plugins/removeUnusedNS.js +61 -0
  583. package/dist/collection/node_modules/svgo/plugins/removeUselessDefs.js +65 -0
  584. package/dist/collection/node_modules/svgo/plugins/removeUselessStrokeAndFill.js +144 -0
  585. package/dist/collection/node_modules/svgo/plugins/removeViewBox.js +51 -0
  586. package/dist/collection/node_modules/svgo/plugins/removeXMLNS.js +30 -0
  587. package/dist/collection/node_modules/svgo/plugins/removeXMLProcInst.js +30 -0
  588. package/dist/collection/node_modules/svgo/plugins/reusePaths.js +113 -0
  589. package/dist/collection/node_modules/svgo/plugins/sortAttrs.js +113 -0
  590. package/dist/collection/node_modules/svgo/plugins/sortDefsChildren.js +60 -0
  591. package/dist/collection/ordered-list/css/template.js +11 -0
  592. package/dist/collection/ordered-list/html/template.js +17 -0
  593. package/dist/collection/page/css/template.js +6 -0
  594. package/dist/collection/page/web-component/index.css +35 -0
  595. package/dist/collection/page/web-component/index.stencil.js +20 -0
  596. package/dist/collection/page/web-component/template.js +5 -0
  597. package/dist/collection/page-content/css/template.js +10 -0
  598. package/dist/collection/page-content/web-component/index.css +36 -0
  599. package/dist/collection/page-content/web-component/index.stencil.js +20 -0
  600. package/dist/collection/page-content/web-component/template.js +1 -0
  601. package/dist/collection/page-footer/css/template.js +7 -0
  602. package/dist/collection/page-footer/{bem.css → web-component/index.css} +35 -12
  603. package/dist/collection/page-footer/{stencil.js → web-component/index.stencil.js} +3 -3
  604. package/dist/collection/page-footer/web-component/template.js +1 -0
  605. package/dist/collection/page-header/css/template.js +6 -0
  606. package/dist/collection/page-header/web-component/index.css +35 -0
  607. package/dist/collection/page-header/web-component/stencil.js +20 -0
  608. package/dist/collection/page-header/web-component/template.js +1 -0
  609. package/dist/collection/pagination/css/template.js +54 -0
  610. package/dist/collection/pagination/web-component/index.css +138 -0
  611. package/dist/collection/pagination/web-component/index.stencil.js +110 -0
  612. package/dist/collection/pagination/web-component/template.js +7 -0
  613. package/dist/collection/paragraph/css/template.js +22 -0
  614. package/dist/collection/paragraph/html/template.js +11 -0
  615. package/dist/collection/paragraph/{bem.css → web-component/index.css} +22 -3
  616. package/dist/collection/paragraph/{stencil.js → web-component/index.stencil.js} +5 -5
  617. package/dist/collection/paragraph/web-component/template.js +12 -0
  618. package/dist/collection/pre-heading/css/template.js +15 -0
  619. package/dist/collection/radio-button/css/template.js +19 -0
  620. package/dist/collection/radio-button/html/template.js +19 -0
  621. package/dist/collection/search-bar/css/template.js +15 -0
  622. package/dist/collection/select/css/template.js +39 -0
  623. package/dist/collection/select/html/template.js +26 -0
  624. package/dist/collection/separator/css/template.js +16 -0
  625. package/dist/collection/separator/html/template.js +4 -0
  626. package/dist/collection/separator/web-component/index.css +34 -0
  627. package/dist/collection/separator/{stencil.js → web-component/index.stencil.js} +3 -3
  628. package/dist/collection/separator/web-component/template.js +1 -0
  629. package/dist/collection/surface/css/template.js +8 -0
  630. package/dist/collection/table/html/template.js +41 -0
  631. package/dist/collection/table/web-component/table-body.css +14 -0
  632. package/dist/collection/table/web-component/table-body.stencil.js +15 -0
  633. package/dist/collection/table/web-component/table-caption.css +22 -0
  634. package/dist/collection/table/web-component/table-caption.stencil.js +15 -0
  635. package/dist/collection/table/web-component/table-cell.css +22 -0
  636. package/dist/collection/table/web-component/table-cell.stencil.js +15 -0
  637. package/dist/collection/table/web-component/table-footer.css +13 -0
  638. package/dist/collection/table/web-component/table-footer.stencil.js +15 -0
  639. package/dist/collection/table/web-component/table-header-cell.css +18 -0
  640. package/dist/collection/table/web-component/table-header-cell.stencil.js +34 -0
  641. package/dist/collection/table/web-component/table-header.css +18 -0
  642. package/dist/collection/table/web-component/table-header.stencil.js +15 -0
  643. package/dist/collection/table/web-component/table-row.css +13 -0
  644. package/dist/collection/table/web-component/table-row.stencil.js +15 -0
  645. package/dist/collection/table/web-component/table.css +20 -0
  646. package/dist/collection/table/web-component/table.stencil.js +15 -0
  647. package/dist/collection/table/web-component/template.js +23 -0
  648. package/dist/collection/templates/contact-card-template/css/template.js +30 -0
  649. package/dist/collection/templates/contact-card-template/web-component/index.css +209 -0
  650. package/dist/collection/templates/contact-card-template/web-component/index.stencil.js +25 -0
  651. package/dist/collection/templates/contact-card-template/web-component/template.js +1 -0
  652. package/dist/collection/textarea/css/template.js +35 -0
  653. package/dist/collection/textarea/html/template.js +20 -0
  654. package/dist/collection/textbox/css/template.js +37 -0
  655. package/dist/collection/textbox/html/template.js +36 -0
  656. package/dist/collection/textbox/web-component/index.css +139 -0
  657. package/dist/collection/textbox/web-component/index.stencil.js +297 -0
  658. package/dist/collection/textbox/web-component/template.js +20 -0
  659. package/dist/collection/toptask-link/css/template.js +33 -0
  660. package/dist/collection/toptask-nav/css/template.js +50 -0
  661. package/dist/collection/unordered-list/css/template.js +28 -0
  662. package/dist/collection/unordered-list/html/template.js +22 -0
  663. package/dist/collection/url/css/template.js +14 -0
  664. package/dist/custom-elements/index.d.ts +348 -0
  665. package/dist/custom-elements/index.js +1204 -88
  666. package/dist/esm/{index-73546a7d.js → index-b6f2699c.js} +265 -75
  667. package/dist/esm/loader.js +3 -3
  668. package/dist/esm/polyfills/css-shim.js +1 -1
  669. package/dist/esm/utrecht-article.entry.js +3 -3
  670. package/dist/esm/utrecht-backdrop.entry.js +17 -0
  671. package/dist/esm/utrecht-badge-counter.entry.js +5 -5
  672. package/dist/esm/utrecht-badge-data.entry.js +3 -3
  673. package/dist/esm/utrecht-badge-status.entry.js +4 -4
  674. package/dist/esm/utrecht-breadcrumb.entry.js +19 -0
  675. package/dist/esm/utrecht-button_2.entry.js +53 -0
  676. package/dist/esm/utrecht-checkbox.entry.js +28 -0
  677. package/dist/esm/utrecht-contact-card-template.entry.js +15 -0
  678. package/dist/esm/utrecht-custom-checkbox.entry.js +48 -0
  679. package/dist/esm/utrecht-digid-button.entry.js +15 -0
  680. package/dist/esm/utrecht-document.entry.js +3 -3
  681. package/dist/esm/utrecht-eherkenning-logo.entry.js +15 -0
  682. package/dist/esm/utrecht-eidas-logo.entry.js +15 -0
  683. package/dist/esm/utrecht-form-field-checkbox.entry.js +30 -0
  684. package/dist/esm/utrecht-form-field-description.entry.js +18 -0
  685. package/dist/esm/utrecht-form-field-textarea.entry.js +30 -0
  686. package/dist/esm/utrecht-form-field-textbox.entry.js +35 -0
  687. package/dist/esm/utrecht-form-toggle.entry.js +44 -0
  688. package/dist/esm/utrecht-heading-1.entry.js +15 -0
  689. package/dist/esm/utrecht-heading-2_3.entry.js +40 -0
  690. package/dist/esm/utrecht-heading-4.entry.js +15 -0
  691. package/dist/esm/utrecht-heading-5.entry.js +15 -0
  692. package/dist/esm/utrecht-heading-6.entry.js +15 -0
  693. package/dist/esm/utrecht-heading.entry.js +3 -3
  694. package/dist/esm/utrecht-html-content.entry.js +3 -3
  695. package/dist/esm/utrecht-icon-afval.entry.js +15 -0
  696. package/dist/esm/utrecht-icon-arrow.entry.js +15 -0
  697. package/dist/esm/utrecht-icon-checkmark.entry.js +15 -0
  698. package/dist/esm/utrecht-icon-cross.entry.js +15 -0
  699. package/dist/esm/utrecht-icon-error.entry.js +15 -0
  700. package/dist/esm/utrecht-icon-facebook.entry.js +15 -0
  701. package/dist/esm/utrecht-icon-filter.entry.js +15 -0
  702. package/dist/esm/utrecht-icon-information.entry.js +15 -0
  703. package/dist/esm/utrecht-icon-instagram.entry.js +15 -0
  704. package/dist/esm/utrecht-icon-linkedin.entry.js +15 -0
  705. package/dist/esm/utrecht-icon-list.entry.js +15 -0
  706. package/dist/esm/utrecht-icon-loupe.entry.js +15 -0
  707. package/dist/esm/utrecht-icon-melding.entry.js +15 -0
  708. package/dist/esm/utrecht-icon-paspoort.entry.js +15 -0
  709. package/dist/esm/utrecht-icon-rijbewijs.entry.js +15 -0
  710. package/dist/esm/utrecht-icon-toeslag.entry.js +15 -0
  711. package/dist/esm/utrecht-icon-trouwen.entry.js +15 -0
  712. package/dist/esm/utrecht-icon-twitter.entry.js +15 -0
  713. package/dist/esm/utrecht-icon-verhuizen.entry.js +15 -0
  714. package/dist/esm/utrecht-icon-warning.entry.js +15 -0
  715. package/dist/esm/utrecht-icon-whatsapp.entry.js +15 -0
  716. package/dist/esm/utrecht-icon-zoomin.entry.js +15 -0
  717. package/dist/esm/utrecht-icon-zoomout.entry.js +15 -0
  718. package/dist/esm/utrecht-logo-button.entry.js +15 -0
  719. package/dist/esm/utrecht-logo.entry.js +15 -0
  720. package/dist/esm/utrecht-page-content.entry.js +15 -0
  721. package/dist/esm/utrecht-page-footer.entry.js +3 -3
  722. package/dist/esm/utrecht-page-header.entry.js +15 -0
  723. package/dist/esm/utrecht-page.entry.js +15 -0
  724. package/dist/esm/utrecht-pagination.entry.js +34 -0
  725. package/dist/esm/utrecht-separator.entry.js +3 -3
  726. package/dist/esm/utrecht-sidenav.entry.js +4 -4
  727. package/dist/esm/utrecht-table-body.entry.js +15 -0
  728. package/dist/esm/utrecht-table-caption.entry.js +16 -0
  729. package/dist/esm/utrecht-table-cell.entry.js +15 -0
  730. package/dist/esm/utrecht-table-footer.entry.js +15 -0
  731. package/dist/esm/utrecht-table-header-cell.entry.js +15 -0
  732. package/dist/esm/utrecht-table-header.entry.js +15 -0
  733. package/dist/esm/utrecht-table-row.entry.js +15 -0
  734. package/dist/esm/utrecht-table.entry.js +15 -0
  735. package/dist/esm/utrecht-textbox.entry.js +35 -0
  736. package/dist/esm/utrecht.js +3 -3
  737. package/dist/types/article/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  738. package/dist/types/backdrop/web-component/index.stencil.d.ts +4 -0
  739. package/dist/types/badge-counter/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  740. package/dist/types/badge-data/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  741. package/dist/types/badge-status/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  742. package/dist/types/breadcrumb/web-component/index.stencil.d.ts +5 -0
  743. package/dist/types/button/web-component/index.stencil.d.ts +11 -0
  744. package/dist/types/checkbox/web-component/index.stencil.d.ts +16 -0
  745. package/dist/types/components.d.ts +900 -0
  746. package/dist/types/custom-checkbox/web-component/index.stencil.d.ts +17 -0
  747. package/dist/types/digid-button/web-component/index.stencil.d.ts +9 -0
  748. package/dist/types/digid-logo/web-component/index.stencil.d.ts +8 -0
  749. package/dist/types/document/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  750. package/dist/types/eherkenning-logo/web-component/index.stencil.d.ts +8 -0
  751. package/dist/types/eidas-logo/web-component/index.stencil.d.ts +8 -0
  752. package/dist/types/form-field-checkbox/web-component/index.stencil.d.ts +18 -0
  753. package/dist/types/form-field-description/web-component/index.stencil.d.ts +8 -0
  754. package/dist/types/form-field-textarea/web-component/index.stencil.d.ts +18 -0
  755. package/dist/types/form-field-textbox/web-component/index.stencil.d.ts +23 -0
  756. package/dist/types/form-toggle/web-component/index.stencil.d.ts +14 -0
  757. package/dist/types/heading/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  758. package/dist/types/heading-1/web-component/index.stencil.d.ts +3 -0
  759. package/dist/types/heading-2/web-component/index.stencil.d.ts +3 -0
  760. package/dist/types/heading-3/web-component/index.stencil.d.ts +3 -0
  761. package/dist/types/heading-4/web-component/index.stencil.d.ts +3 -0
  762. package/dist/types/heading-5/web-component/index.stencil.d.ts +3 -0
  763. package/dist/types/heading-6/web-component/index.stencil.d.ts +3 -0
  764. package/dist/types/html-content/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  765. package/dist/types/icon/web-component/afval.stencil.d.ts +3 -0
  766. package/dist/types/icon/web-component/arrow.stencil.d.ts +3 -0
  767. package/dist/types/icon/web-component/checkmark.stencil.d.ts +3 -0
  768. package/dist/types/icon/web-component/cross.stencil.d.ts +3 -0
  769. package/dist/types/icon/web-component/error.stencil.d.ts +3 -0
  770. package/dist/types/icon/web-component/facebook.stencil.d.ts +3 -0
  771. package/dist/types/icon/web-component/filter.stencil.d.ts +3 -0
  772. package/dist/types/icon/web-component/information.stencil.d.ts +3 -0
  773. package/dist/types/icon/web-component/instagram.stencil.d.ts +3 -0
  774. package/dist/types/icon/web-component/linkedin.stencil.d.ts +3 -0
  775. package/dist/types/icon/web-component/list.stencil.d.ts +3 -0
  776. package/dist/types/icon/web-component/loupe.stencil.d.ts +3 -0
  777. package/dist/types/icon/web-component/melding.stencil.d.ts +3 -0
  778. package/dist/types/icon/web-component/paspoort.stencil.d.ts +3 -0
  779. package/dist/types/icon/web-component/rijbewijs.stencil.d.ts +3 -0
  780. package/dist/types/icon/web-component/toeslag.stencil.d.ts +3 -0
  781. package/dist/types/icon/web-component/trouwen.stencil.d.ts +3 -0
  782. package/dist/types/icon/web-component/twitter.stencil.d.ts +3 -0
  783. package/dist/types/icon/web-component/verhuizen.stencil.d.ts +3 -0
  784. package/dist/types/icon/web-component/warning.stencil.d.ts +3 -0
  785. package/dist/types/icon/web-component/whatsapp.stencil.d.ts +3 -0
  786. package/dist/types/icon/web-component/zoomin.stencil.d.ts +3 -0
  787. package/dist/types/icon/web-component/zoomout.stencil.d.ts +3 -0
  788. package/dist/types/logo/web-component/index.stencil.d.ts +7 -0
  789. package/dist/types/logo-button/web-component/index.stencil.d.ts +9 -0
  790. package/dist/types/navigatie sidenav/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  791. package/dist/types/page/web-component/index.stencil.d.ts +7 -0
  792. package/dist/types/page-content/web-component/index.stencil.d.ts +7 -0
  793. package/dist/types/page-footer/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  794. package/dist/types/page-header/web-component/stencil.d.ts +7 -0
  795. package/dist/types/pagination/web-component/index.stencil.d.ts +11 -0
  796. package/dist/types/paragraph/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  797. package/dist/types/separator/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  798. package/dist/types/stencil-public-runtime.d.ts +189 -186
  799. package/dist/types/table/web-component/table-body.stencil.d.ts +3 -0
  800. package/dist/types/table/web-component/table-caption.stencil.d.ts +3 -0
  801. package/dist/types/table/web-component/table-cell.stencil.d.ts +3 -0
  802. package/dist/types/table/web-component/table-footer.stencil.d.ts +3 -0
  803. package/dist/types/table/web-component/table-header-cell.stencil.d.ts +4 -0
  804. package/dist/types/table/web-component/table-header.stencil.d.ts +3 -0
  805. package/dist/types/table/web-component/table-row.stencil.d.ts +3 -0
  806. package/dist/types/table/web-component/table.stencil.d.ts +3 -0
  807. package/dist/types/templates/contact-card-template/web-component/index.stencil.d.ts +3 -0
  808. package/dist/types/textbox/web-component/index.stencil.d.ts +23 -0
  809. package/dist/utrecht/p-0194fa7f.entry.js +1 -0
  810. package/dist/utrecht/p-090e32d6.entry.js +1 -0
  811. package/dist/utrecht/p-0f3d64b2.entry.js +1 -0
  812. package/dist/utrecht/p-10f54e6f.entry.js +1 -0
  813. package/dist/utrecht/p-11ed0b35.entry.js +1 -0
  814. package/dist/utrecht/p-13b0e8b5.entry.js +1 -0
  815. package/dist/utrecht/p-159d13d8.entry.js +1 -0
  816. package/dist/utrecht/p-2aa38502.entry.js +1 -0
  817. package/dist/utrecht/p-2cd2e42e.entry.js +1 -0
  818. package/dist/utrecht/p-2da9cd65.entry.js +1 -0
  819. package/dist/utrecht/p-2f5f82db.entry.js +1 -0
  820. package/dist/utrecht/p-473f9e1c.entry.js +1 -0
  821. package/dist/utrecht/p-48ff7293.entry.js +1 -0
  822. package/dist/utrecht/p-4b5cfde3.entry.js +1 -0
  823. package/dist/utrecht/p-529e0370.entry.js +1 -0
  824. package/dist/utrecht/p-5a5cda2b.entry.js +1 -0
  825. package/dist/utrecht/p-5d2e03f9.entry.js +1 -0
  826. package/dist/utrecht/p-60c3ff78.js +1 -0
  827. package/dist/utrecht/p-63f63190.entry.js +1 -0
  828. package/dist/utrecht/p-6a7285d1.entry.js +1 -0
  829. package/dist/utrecht/p-6a7c2f56.entry.js +1 -0
  830. package/dist/utrecht/p-6f06960a.entry.js +1 -0
  831. package/dist/utrecht/p-6fc42b7c.entry.js +1 -0
  832. package/dist/utrecht/p-716709ad.entry.js +1 -0
  833. package/dist/utrecht/p-76994008.entry.js +1 -0
  834. package/dist/utrecht/p-8030bfef.entry.js +1 -0
  835. package/dist/utrecht/p-8480852a.entry.js +1 -0
  836. package/dist/utrecht/p-85254628.entry.js +1 -0
  837. package/dist/utrecht/p-85d784ef.entry.js +1 -0
  838. package/dist/utrecht/p-8783339b.entry.js +1 -0
  839. package/dist/utrecht/p-88a4fc6a.entry.js +1 -0
  840. package/dist/utrecht/p-88e3a314.entry.js +1 -0
  841. package/dist/utrecht/p-8ba5d048.entry.js +1 -0
  842. package/dist/utrecht/p-8e7e3244.entry.js +1 -0
  843. package/dist/utrecht/p-8eec7ccf.entry.js +1 -0
  844. package/dist/utrecht/p-98b30c5b.entry.js +1 -0
  845. package/dist/utrecht/p-9fbf1c4d.entry.js +1 -0
  846. package/dist/utrecht/p-a003f4db.entry.js +1 -0
  847. package/dist/utrecht/p-a57c37b2.entry.js +1 -0
  848. package/dist/utrecht/p-afb31b7c.entry.js +1 -0
  849. package/dist/utrecht/p-b0f8c85c.entry.js +1 -0
  850. package/dist/utrecht/p-b667ddfb.entry.js +1 -0
  851. package/dist/utrecht/p-bb460ad4.entry.js +1 -0
  852. package/dist/utrecht/p-bb8b69c2.entry.js +1 -0
  853. package/dist/utrecht/p-bd4e712c.entry.js +1 -0
  854. package/dist/utrecht/p-be94c685.entry.js +1 -0
  855. package/dist/utrecht/p-bee211d3.entry.js +1 -0
  856. package/dist/utrecht/p-c3b90927.entry.js +1 -0
  857. package/dist/utrecht/p-c659d683.entry.js +1 -0
  858. package/dist/utrecht/p-c6c0edde.entry.js +1 -0
  859. package/dist/utrecht/p-c88cce3d.entry.js +1 -0
  860. package/dist/utrecht/p-c971b496.entry.js +1 -0
  861. package/dist/utrecht/p-cf247794.entry.js +1 -0
  862. package/dist/utrecht/p-d14ef5a6.entry.js +1 -0
  863. package/dist/utrecht/p-d3a16e55.entry.js +1 -0
  864. package/dist/utrecht/p-d53c80a5.entry.js +1 -0
  865. package/dist/utrecht/p-d9b1668c.entry.js +1 -0
  866. package/dist/utrecht/p-de6e5fdc.entry.js +1 -0
  867. package/dist/utrecht/p-df3f83e2.entry.js +1 -0
  868. package/dist/utrecht/p-e26c5ecb.entry.js +1 -0
  869. package/dist/utrecht/p-e31acdfb.entry.js +1 -0
  870. package/dist/utrecht/p-f5398f9f.entry.js +1 -0
  871. package/dist/utrecht/p-f79c82aa.entry.js +1 -0
  872. package/dist/utrecht/p-f8c96e57.entry.js +1 -0
  873. package/dist/utrecht/p-f8e1fa76.entry.js +1 -0
  874. package/dist/utrecht/p-fb116c84.entry.js +1 -0
  875. package/dist/utrecht/p-fb2096b1.entry.js +1 -0
  876. package/dist/utrecht/p-fd286294.entry.js +1 -0
  877. package/dist/utrecht/utrecht.esm.js +1 -1
  878. package/loader/index.d.ts +0 -1
  879. package/package.json +17 -9
  880. package/dist/article/stencil.js +0 -21
  881. package/dist/badge-counter/stencil.js +0 -37
  882. package/dist/badge-data/stencil.js +0 -25
  883. package/dist/badge-status/stencil.js +0 -28
  884. package/dist/button/stencil.js +0 -25
  885. package/dist/cjs/utrecht-button.cjs.entry.js +0 -20
  886. package/dist/cjs/utrecht-paragraph.cjs.entry.js +0 -20
  887. package/dist/collection/article/bem.css +0 -8
  888. package/dist/collection/button/bem.css +0 -48
  889. package/dist/collection/document/bem.css +0 -12
  890. package/dist/collection/html-content/html.css +0 -633
  891. package/dist/collection/menulijst/pijltje.svg +0 -1
  892. package/dist/collection/navigatie sidenav/bem.css +0 -248
  893. package/dist/collection/navigatie sidenav/stencil.js +0 -40
  894. package/dist/collection/separator/bem.css +0 -14
  895. package/dist/document/stencil.js +0 -21
  896. package/dist/esm/utrecht-button.entry.js +0 -16
  897. package/dist/esm/utrecht-paragraph.entry.js +0 -16
  898. package/dist/heading/stencil.js +0 -50
  899. package/dist/html-content/stencil.js +0 -25
  900. package/dist/navigatie sidenav/stencil.js +0 -30
  901. package/dist/page-footer/stencil.js +0 -25
  902. package/dist/paragraph/stencil.js +0 -25
  903. package/dist/separator/stencil.js +0 -20
  904. package/dist/types/button/stencil.d.ts +0 -4
  905. package/dist/utrecht/p-3a69515b.entry.js +0 -1
  906. package/dist/utrecht/p-6f35490c.entry.js +0 -1
  907. package/dist/utrecht/p-7157cce8.entry.js +0 -1
  908. package/dist/utrecht/p-7603f427.entry.js +0 -1
  909. package/dist/utrecht/p-7bb755d1.entry.js +0 -1
  910. package/dist/utrecht/p-7e18e0f8.entry.js +0 -1
  911. package/dist/utrecht/p-9e84c97e.js +0 -1
  912. package/dist/utrecht/p-b5095fed.entry.js +0 -1
  913. package/dist/utrecht/p-b5aa001b.entry.js +0 -1
  914. package/dist/utrecht/p-e1d48327.entry.js +0 -1
  915. package/dist/utrecht/p-e2fb0e03.entry.js +0 -1
  916. package/dist/utrecht/p-f8adb4e0.entry.js +0 -1
  917. package/dist/utrecht/p-fc20c5e2.entry.js +0 -1
@@ -0,0 +1,16 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-7 -7 42 42">
2
+ <title>Instagram</title>
3
+ <g>
4
+ <path
5
+ fill-rule="nonzero"
6
+ fill="currentColor"
7
+ d="M13.4773109,2.42977292 C17.0848739,2.42977292 17.5159664,2.45248108 18.9226891,2.49789739 C20.2386555,2.56602187 20.9420168,2.77039529 21.4184874,2.95206056 C22.0537815,3.20185029 22.507563,3.49705635 22.9613445,3.95121951 C23.4378151,4.42809083 23.7327731,4.88225399 23.9596639,5.49537426 C24.1411765,5.97224558 24.3680672,6.67619849 24.4134454,7.99327166 C24.4815126,9.42388562 24.4815126,9.83263246 24.4815126,13.4432296 C24.4815126,17.0538267 24.4588235,17.4852817 24.4134454,18.8931876 C24.3453782,20.2102607 24.1411765,20.9142136 23.9596639,21.3910849 C23.710084,22.0269134 23.4151261,22.4810765 22.9613445,22.9352397 C22.4848739,23.412111 22.0310924,23.7073171 21.4184874,23.9343987 C20.9420168,24.1160639 20.2386555,24.3431455 18.9226891,24.3885618 C17.4932773,24.4566863 17.0848739,24.4566863 13.4773109,24.4566863 C9.8697479,24.4566863 9.43865546,24.4339781 8.03193277,24.3885618 C6.71596639,24.3204373 6.01260504,24.1160639 5.53613445,23.9343987 C4.90084034,23.6846089 4.44705882,23.3894029 3.99327731,22.9352397 C3.51680672,22.4583684 3.22184874,22.0042052 2.99495798,21.3910849 C2.81344538,20.9142136 2.58655462,20.2102607 2.54117647,18.8931876 C2.47310924,17.4625736 2.47310924,17.0538267 2.47310924,13.4432296 C2.47310924,9.83263246 2.49579832,9.40117746 2.54117647,7.99327166 C2.6092437,6.67619849 2.81344538,5.97224558 2.99495798,5.49537426 C3.19915966,4.90496215 3.49411765,4.45079899 3.97058824,3.97392767 C4.44705882,3.49705635 4.90084034,3.20185029 5.51344538,2.97476871 C5.98991597,2.79310345 6.69327731,2.56602187 8.0092437,2.52060555 C9.43865546,2.42977292 9.8697479,2.42977292 13.4773109,2.42977292 Z M13.4773109,0 C9.82436975,0 9.34789916,0.0227081581 7.91848739,0.0908326325 C6.48907563,0.136248949 5.4907563,0.36333053 4.6512605,0.703952902 C3.76638655,1.04457527 2.99495798,1.49873844 2.24621849,2.24810765 C1.49747899,2.99747687 1.04369748,3.76955425 0.703361345,4.65517241 C0.36302521,5.49537426 0.136134454,6.49453322 0.0680672269,7.92514718 C0,9.35576114 0,9.83263246 0,13.4886459 C0,17.1446594 0.0226890756,17.6215307 0.0907563025,19.0521447 C0.158823529,20.4827586 0.385714286,21.4592094 0.72605042,22.3221194 C1.06638655,23.2077376 1.54285714,23.9571068 2.29159664,24.706476 C3.04033613,25.4558452 3.78907563,25.9100084 4.67394958,26.2733389 C5.53613445,26.6139613 6.51176471,26.8410429 7.94117647,26.9091674 C9.37058824,26.9772918 9.84705882,27 13.5,27 C17.1529412,27 17.6294118,26.9772918 19.0588235,26.9091674 C20.4882353,26.8410429 21.4638655,26.6139613 22.3260504,26.2733389 C23.2109244,25.9327166 23.9596639,25.4558452 24.7084034,24.706476 C25.4571429,23.9571068 25.9109244,23.2077376 26.2739496,22.3221194 C26.6142857,21.4592094 26.8411765,20.4827586 26.9092437,19.0521447 C26.9773109,17.6215307 27,17.1446594 27,13.4886459 C27,9.83263246 26.9773109,9.35576114 26.9092437,7.92514718 C26.8411765,6.49453322 26.6142857,5.51808242 26.2739496,4.65517241 C25.9336134,3.76955425 25.4571429,3.02018503 24.7084034,2.27081581 C23.9596639,1.52144659 23.2109244,1.06728343 22.3260504,0.703952902 C21.4638655,0.36333053 20.4882353,0.136248949 19.0588235,0.0681244743 C17.6067227,0 17.1302521,0 13.4773109,0 Z"
8
+ />
9
+ <path
10
+ fill-rule="nonzero"
11
+ fill="currentColor"
12
+ d="M14,7 C10.1213115,7 7,10.1442623 7,14 C7,17.8786885 10.1442623,21 14,21 C17.8557377,21 21,17.8557377 21,14 C21,10.1213115 17.8786885,7 14,7 Z M14,18.5442623 C11.4983607,18.5442623 9.4557377,16.5016393 9.4557377,14 C9.4557377,11.4983607 11.4983607,9.4557377 14,9.4557377 C16.5016393,9.4557377 18.5442623,11.4983607 18.5442623,14 C18.5442623,16.5016393 16.5016393,18.5442623 14,18.5442623 Z"
13
+ />
14
+ <circle fill="currentColor" cx="21" cy="6" r="2" />
15
+ </g>
16
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M32,9v-3h-2v6h-1v-3l-11-.02v-2.98h-2l-.02,6h-.98v-3l-5-.02-.02,28.51c0,2.48,2.02,4.51,4.51,4.51l19.02,.04c2.48,0,4.5-2.02,4.5-4.5V9h-6.01Zm-10,8h4v2h-4v-2Zm0,7h4v2h-4v-2Zm-3,9h-4v-2h4v2Zm0-7h-4v-2h4v2Zm0-7h-4v-2h4v2Zm4.35,16.42l-2.83-2.83,1.42-1.41,1.42,1.41,3.19-3.19,1.41,1.41-4.61,4.61Zm9.65-2.42h-4v-2h4v2Zm0-7h-4v-2h4v2Zm0-7h-4v-2h4v2Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M16.7,19.21c6.23,0,11.92-3.67,14.5-9.35l.22-.49-.5-.2c-1.9-.77-3.9-1.17-5.97-1.17-6.23,0-11.92,3.67-14.5,9.35l-.22,.49,.5,.2c1.9,.77,3.91,1.17,5.97,1.17Z"/><path d="M39.44,19.21l.75,.02-.26-.71c-1.15-3.19-3.25-5.88-6.06-7.78l-.62-.42-.17,.74c-.11,.48-.16,.97-.16,1.47,0,3.59,2.92,6.59,6.52,6.68Z"/><path d="M40.73,21.68l-.07-.48-.66,.05c-.13,0-.26,.02-.39,.02-3.85,0-7.21-2.47-8.35-6.15l-.28-.89-.61,.71c-3.43,4.02-8.42,6.33-13.68,6.33-2.26,0-4.48-.42-6.59-1.26l-.56-.22-.13,.59c-.27,1.19-.41,2.37-.41,3.52,0,8.79,7.15,15.94,15.94,15.94s15.94-7.15,15.94-15.94c0-.68-.05-1.38-.17-2.22h.02Zm-20.31,1.61c.82,0,1.49,.67,1.49,1.5s-.67,1.5-1.49,1.5-1.49-.67-1.49-1.5,.67-1.5,1.49-1.5Zm-.84,9.28c1.63-1.1,3.53-1.68,5.49-1.68s3.73,.54,5.31,1.56c.46,.3,.6,.92,.3,1.38-.3,.46-.92,.6-1.38,.3-2.57-1.66-6.07-1.62-8.61,.09-.46,.31-1.08,.19-1.39-.27s-.19-1.08,.27-1.39h.01Zm9.84-6.33c-.82,0-1.49-.67-1.49-1.5s.67-1.5,1.49-1.5,1.49,.67,1.49,1.5-.67,1.5-1.49,1.5Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M6,39H30v3H6v-3ZM39,6c.55,0,1,.45,1,1v3h2v6c0,1.66-1.34,3-3,3h-1v9.48c0,2.5-2.03,4.52-4.52,4.52s-4.48-1.99-4.48-4.44v-3.04c0-.84-.68-1.52-1.52-1.52h-1.48v12H10V10c0-2.21,1.79-3.99,3.99-3.99h8.01c2.16,0,4,1.84,4,3.99v11h1.48c2.49,0,4.52,2.03,4.52,4.52v3.04c0,.79,.64,1.44,1.44,1.44,.88,0,1.56-.68,1.56-1.52v-9.48h-1c-1.66,0-3-1.34-3-3v-6h2v-3c0-.55,.45-1,1-1s1,.45,1,1v3h3v-3c0-.55,.45-1,1-1Zm-17,13h-3.84l2.5-5h-4.66l-2,8h2.8l-2,6h2.17l5.03-9Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M6,6V24h3.01v-3.03c.01-1.64,1.24-2.91,2.85-3h2.11l.03,.02v-.03h10v3h-7v3.04h25V6H6ZM14,15.97c-1.65,0-3-1.35-3-3s1.35-3,3-3,3,1.35,3,3-1.35,3-3,3Zm-3.01,22.04c-1.65,0-3-1.35-3-3s1.35-3,3-3,3,1.35,3,3-1.35,3-3,3Zm-4.99,4h0Zm10,0h0Zm0,0H6c0-1.66,1.35-3,3-3h4c1.66,0,3,1.34,3,3Zm3,0h0Zm10,0h-10c0-1.66,1.35-3,3-3h3.99c1.66,0,3,1.34,3,3Zm0,0h0Zm-5.01-4c-1.65,0-3-1.35-3-3s1.35-3,3-3,3,1.35,3,3-1.35,3-3,3Zm8.01,4h0Zm1.99-7c0-1.65,1.35-3,3-3s3,1.35,3,3-1.35,3-3,3-3-1.35-3-3Zm8.01,7h0Zm0,0h-10c0-1.66,1.35-3,3-3h3.99c1.66,0,3,1.34,3,3Zm-25-10c-1.66,0-3-1.34-3-3s1.34-3,3-3,3,1.34,3,3-1.34,3-3,3Zm14,0c-1.66,0-3-1.34-3-3s1.34-3,3-3,3,1.34,3,3-1.34,3-3,3Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M24,10c-7.72,0-14,6.28-14,14s6.28,14,14,14,14-6.28,14-14-6.28-14-14-14Zm1.43,21.44c-.37,.37-.85,.56-1.44,.56s-1.07-.19-1.44-.56c-.37-.37-.55-.85-.55-1.43s.18-1.06,.55-1.43c.37-.37,.85-.56,1.44-.56s1.07,.19,1.44,.56c.37,.37,.55,.85,.55,1.43s-.18,1.06-.55,1.43Zm.55-5.41h-3.98V15.99h3.98v10.04Z"/><path d="M23.98,6C14.05,6,6,14.06,6,24s8.05,18,17.98,18,18.02-8.06,18.02-18S33.94,6,23.98,6Zm.02,34c-8.82,0-16-7.18-16-16S15.18,8,24,8s16,7.18,16,16-7.18,16-16,16Z"/></svg>
@@ -0,0 +1,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-8 -8 43 43">
2
+ <title>LinkedIn</title>
3
+ <g>
4
+ <path
5
+ fill="currentColor"
6
+ fill-rule="nonzero"
7
+ d="M0.465517241,8.84482759 L6.05172414,8.84482759 L6.05172414,27 L0.465517241,27 L0.465517241,8.84482759 Z M3.25862069,0 C4.88793103,0 6.51724138,1.39655172 6.51724138,3.25862069 C6.51724138,5.12068966 4.88793103,6.51724138 3.25862069,6.51724138 C1.39655172,6.51724138 0,5.12068966 0,3.25862069 C0,1.39655172 1.39655172,0 3.25862069,0 Z"
8
+ />
9
+ <path
10
+ fill="currentColor"
11
+ d="M9.31034483,8.84482759 L14.7351724,8.84482759 L14.7351724,11.4051724 C15.4427586,10.0086207 17.3296552,8.37931034 20.16,8.37931034 C25.8206897,8.37931034 27,12.1034483 27,16.9913793 L27,27 L21.3393103,27 L21.3393103,18.1551724 C21.3393103,16.0603448 21.3393103,13.2672414 18.2731034,13.2672414 C15.2068966,13.2672414 14.9710345,15.5948276 14.9710345,17.9224138 L14.9710345,26.7672414 L9.31034483,26.7672414 L9.31034483,8.84482759 Z"
12
+ />
13
+ </g>
14
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24">
2
+ <title>List</title>
3
+ <rect x="6" y="18" width="13" height="2" rx="0.5" fill="currentColor" />
4
+ <rect x="6" y="12" width="13" height="2" rx="0.5" fill="currentColor" />
5
+ <rect x="6" y="6" width="13" height="2" rx="0.5" fill="currentColor" />
6
+ <circle cx="3" cy="7" r="1" fill="currentColor" />
7
+ <circle cx="3" cy="13" r="1" fill="currentColor" />
8
+ <circle cx="3" cy="19" r="1" fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -1 24 24">
2
+ <title>Loupe</title>
3
+ <g>
4
+ <path
5
+ fill="currentColor"
6
+ fill-rule="evenodd"
7
+ clip-rule="evenodd"
8
+ d="M14.5028 16.2982C11.5839 18.3961 7.51217 18.1416 4.90662 15.5261C2.00474 12.613 2.02036 7.87451 4.94151 4.94223C7.86266 2.00995 12.5832 1.99433 15.485 4.90734C18.0906 7.52288 18.3441 11.6102 16.2541 14.5402C16.2813 14.5597 16.3073 14.5818 16.3317 14.6063L21.1481 19.4412C21.39 19.6839 21.3887 20.0788 21.1452 20.3232L20.2637 21.2081C20.0203 21.4524 19.6269 21.4537 19.3851 21.211L14.5686 16.3761C14.5442 16.3515 14.5223 16.3255 14.5028 16.2982ZM13.6987 13.733C11.7513 15.6879 8.60428 15.6983 6.66969 13.7563C4.7351 11.8143 4.74552 8.65523 6.69295 6.70038C8.64039 4.74553 11.7874 4.73512 13.722 6.67712C15.6566 8.61913 15.6461 11.7782 13.6987 13.733Z"
9
+ />
10
+ </g>
11
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M43,17v-2.03l-4.07-8.97H11.04L7,14.98v2.02c0,1.65,1.36,3,3.04,3h-.04v20h-3v2H43v-2h-3V20h-.05c1.68,0,3.05-1.35,3.05-3Zm-11-9l1.51,7v3h-2v-3l-1.51-7h2Zm-8,0h2v10h-2V8Zm-7.53,7l1.53-7h2l-1.53,7v3h-2v-3Zm-5.47,3h-.92c-.6,0-1.08-.48-1.08-1.08v-1.92l3-7h2l-3,7v3Zm27,22H12v-8h26v8Zm0-10H12v-10h26v10Zm3-13.08c0,.6-.48,1.08-1.08,1.08h-.92v-3l-3-7h2l3,7v1.92Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M9.21,20.37l.12,.03c.56,.13,1.12,.2,1.66,.2,2.07,0,4.08-.86,5.53-2.36l1.6-1.58,1.37,1.36c.84,.94,1.87,1.64,3.07,2.09l.22,.08-.07-.23c-.89-2.92-3.65-4.96-6.69-4.96s-5.97,2.16-6.77,5.25l-.03,.11h-.01Zm-.18,2.07v.16c.31,3.6,3.38,6.41,6.98,6.41s6.76-2.89,6.98-6.58v-.1l-.65-.13c-1.61-.54-3.04-1.5-4.15-2.77l-.09-.1-.09,.1c-1.79,2.06-4.36,3.24-7.03,3.24-.59,0-1.19-.07-1.8-.19l-.15-.03h0ZM42,8v10c0,1.1-.9,2-2,2h-5l-4.01,4v-4h-.99c-1.1,0-2-.9-2-2V8c0-1.1,.9-2,2-2h10c1.1,0,2,.9,2,2Zm-6,8c0-.29-.09-.53-.28-.72-.19-.19-.43-.28-.72-.28s-.54,.09-.72,.28c-.19,.19-.28,.43-.28,.72s.09,.53,.28,.72c.19,.19,.43,.28,.72,.28s.54-.09,.72-.28c.19-.19,.28-.43,.28-.72Zm0-7h-2v5h2v-5Zm-15,22H11c-3,0-5,2-5,5v6H26v-6c0-3-2-5-5-5Z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg width="35" height="37" viewBox="0 0 35 37" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.06 0H14.91C13.8492 0 12.8317 0.421424 12.0816 1.17157C11.3315 1.92172 10.91 2.93913 10.91 4V11.34C10.91 12.4009 11.3315 13.4183 12.0816 14.1684C12.8317 14.9186 13.8492 15.34 14.91 15.34H15.45V18.59L18.69 15.34H30.06C31.1209 15.34 32.1383 14.9186 32.8884 14.1684C33.6386 13.4183 34.06 12.4009 34.06 11.34V4C34.06 2.93913 33.6386 1.92172 32.8884 1.17157C32.1383 0.421424 31.1209 0 30.06 0ZM23.33 2.83L23.02 9.2H21.42L21.11 2.83H23.33ZM22.22 12.46C21.9669 12.46 21.7194 12.3849 21.5089 12.2443C21.2984 12.1036 21.1344 11.9037 21.0375 11.6698C20.9406 11.4359 20.9152 11.1786 20.9646 10.9303C21.014 10.682 21.1359 10.4539 21.3149 10.2749C21.494 10.0959 21.722 9.97398 21.9703 9.92459C22.2186 9.8752 22.4759 9.90056 22.7098 9.99744C22.9437 10.0943 23.1437 10.2584 23.2843 10.4689C23.4249 10.6794 23.5 10.9268 23.5 11.18C23.509 11.353 23.4811 11.526 23.418 11.6874C23.355 11.8488 23.2582 11.9949 23.1343 12.116C23.0103 12.2371 22.862 12.3305 22.6992 12.3898C22.5364 12.4491 22.3628 12.473 22.19 12.46H22.22Z" fill="currentColor"/>
3
+ <path d="M15.67 36.73V29.29C15.67 27.08 13.2 25.29 10.14 25.29H5.53003C2.47003 25.29 0 27.08 0 29.29V36.73H15.67Z" fill="currentColor"/>
4
+ <path d="M12.15 20.54C12.1739 21.3991 11.941 22.2459 11.481 22.9719C11.0211 23.6979 10.355 24.2703 9.56807 24.6157C8.78109 24.9612 7.90893 25.064 7.06319 24.9111C6.21744 24.7582 5.43655 24.3566 4.82033 23.7574C4.2041 23.1583 3.7806 22.389 3.60396 21.5479C3.42731 20.7068 3.50554 19.8321 3.82869 19.0358C4.15184 18.2394 4.7052 17.5575 5.41798 17.0773C6.13077 16.597 6.97058 16.3404 7.83003 16.34C8.38948 16.3321 8.94503 16.4344 9.46492 16.6412C9.98481 16.848 10.4588 17.1552 10.86 17.5452C11.2612 17.9352 11.5816 18.4004 11.8029 18.9143C12.0243 19.4281 12.1422 19.9806 12.15 20.54V20.54Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M25.99,15.35c.07-.43,.12-.87,.12-1.32,0-4.97-4.52-8.89-9.67-7.87-3.08,.61-5.56,3.06-6.21,6.13-.85,4.08,1.38,7.76,4.8,9.16v-6.37c-1.08-.48-1.77-1.7-1.39-3.02,.23-.8,.89-1.45,1.7-1.66,1.67-.45,3.18,.8,3.18,2.4,0,1.02-.61,1.89-1.49,2.28l.03,10.77-8.05,7.16,1.34,1.59,.66-.59,.06,8h14l-.03-7.98,.69,.57,1.31-1.57-8-7.11v-3.9c1.31-.16,2.59-.66,3.62-1.38l2.54,1.57,1.61-.65,1.22,.89v1.52l2.08,1.36,1.64-.65,1.22,.89v1.53l2.21,1.36,3.79-1.62v-2.82l-12.97-8.65Zm-5.89,18.71l.02,2.94h-4v-2.94h3.98Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M20.92,32.91c0-.26-.08-.44-.24-.56-.12-.1-.3-.15-.53-.15h-1.13v1.5h1.09c.27,0,.47-.09,.61-.24,.13-.15,.2-.33,.2-.54h0Z"/><path d="M33.23,32.74c0-.07-.03-.14-.06-.21-.03-.07-.07-.12-.12-.17s-.12-.09-.21-.12c-.08-.03-.19-.04-.32-.03-.14,0-.25,.04-.34,.1-.09,.06-.16,.13-.21,.21-.05,.08-.09,.15-.11,.22s-.03,.12-.03,.15c0,.09,0,.18,.01,.29,0,.11,.04,.21,.08,.3,.04,.09,.11,.17,.21,.24,.09,.07,.23,.1,.4,.11,.09,0,.16,0,.23-.03,.07-.03,.13-.06,.19-.1,.05-.04,.1-.09,.14-.15,.04-.05,.07-.11,.1-.16,.03-.05,.04-.1,.06-.15s.02-.08,.02-.11v-.19c0-.07,0-.14-.02-.21h-.02Z"/><path d="M41,29H7c-.55,0-1,.45-1,1v8c0,.55,.45,1,1,1H41c.55,0,1-.45,1-1v-8c0-.55-.45-1-1-1Zm-27.21,5.79c0,.52-.17,.93-.49,1.23-.32,.31-.72,.47-1.21,.48-.48,0-.88-.16-1.2-.48-.33-.3-.49-.71-.5-1.23v-3.25h.72v3.17c0,.34,.1,.59,.28,.77,.18,.18,.41,.28,.69,.28s.51-.09,.7-.28c.18-.18,.27-.43,.27-.77v-3.17h.72v3.25h.02Zm3.89-2.59h-1.31v4.26h-.72v-4.26h-1.31v-.66h3.33v.66h.01Zm3.25,4.26l-.99-2.1h-.92v2.1h-.72v-4.92h1.86c.4,0,.72,.11,.97,.32,.3,.25,.46,.59,.47,1.05,0,.67-.31,1.12-.92,1.36l1.1,2.18h-.85Zm3.44-1.55h-2.01v-.7h2.01v.7Zm2.92,1.19c-.27,.27-.61,.41-1.03,.42-.32,0-.61-.11-.86-.32-.25-.22-.41-.53-.49-.94h.68c.06,.16,.15,.3,.26,.4,.11,.11,.26,.16,.45,.16,.2,0,.37-.07,.51-.21,.14-.13,.21-.32,.22-.57,0-.25-.08-.44-.22-.58-.14-.13-.31-.2-.52-.2h-.29v-.62h.24c.23,0,.41-.07,.54-.2,.13-.13,.19-.3,.19-.5,0-.21-.07-.38-.2-.51-.13-.13-.29-.2-.5-.2-.15,0-.28,.05-.4,.15-.13,.1-.21,.25-.26,.45h-.68c.03-.36,.18-.67,.43-.92,.25-.25,.54-.37,.88-.38,.43,0,.78,.15,1.03,.43,.24,.27,.37,.6,.37,.97,0,.19-.03,.37-.1,.55-.08,.18-.22,.33-.42,.47,.21,.13,.36,.3,.45,.49s.13,.39,.13,.59c0,.46-.14,.82-.41,1.09v-.02Zm3.21-1.19h-2.01v-.7h2.01v.7Zm3.42-1.65c-.02,.09-.03,.17-.06,.25-.02,.08-.05,.16-.07,.23-.03,.08-.06,.16-.09,.25,0,.02-.03,.08-.07,.16-.04,.08-.09,.18-.15,.31-.06,.12-.12,.25-.2,.4-.07,.15-.14,.3-.22,.44-.17,.35-.37,.74-.58,1.17h-.81l.06-.12c.04-.08,.09-.19,.16-.32s.14-.28,.22-.44c.08-.16,.16-.32,.24-.47,.08-.15,.15-.3,.22-.43s.12-.23,.17-.31c-.07,.04-.14,.06-.22,.07h-.29c-.15,0-.28-.03-.39-.08s-.21-.11-.29-.19c-.08-.08-.15-.16-.2-.25-.05-.09-.1-.18-.13-.27-.03-.09-.06-.17-.07-.24-.01-.08-.02-.13-.02-.18v-.43s0-.06,.02-.12c.01-.06,.04-.14,.07-.23,.03-.09,.08-.19,.14-.29,.06-.1,.14-.2,.24-.29,.1-.09,.22-.17,.36-.23,.14-.06,.31-.11,.51-.12,.2-.02,.39,0,.54,.04,.16,.04,.29,.1,.4,.19,.11,.08,.21,.18,.28,.28,.07,.11,.13,.22,.17,.33s.07,.22,.08,.32c.01,.1,.02,.19,0,.27,0,.11-.03,.21-.04,.3h.02Zm3.68-1.04h-1.31v4.26h-.72v-4.26h-1.31v-.66h3.33v.66h0Z"/><path d="M23.21,12.91c0-.26-.08-.44-.24-.56-.12-.1-.3-.15-.53-.15h-1.13v1.5h1.09c.27,0,.47-.09,.61-.24,.13-.15,.2-.33,.2-.54h0Z"/><path d="M32.7,12.74c0-.07-.03-.14-.06-.21-.03-.07-.07-.12-.12-.17-.05-.05-.12-.09-.21-.12-.09-.03-.19-.04-.32-.03-.14,0-.25,.04-.34,.1-.09,.06-.16,.13-.21,.21-.05,.08-.09,.15-.11,.22-.02,.07-.03,.12-.03,.15,0,.09,0,.18,0,.29,0,.11,.04,.21,.08,.3,.04,.09,.11,.17,.21,.24,.09,.07,.23,.1,.4,.11,.09,0,.16,0,.23-.03s.13-.06,.19-.1c.05-.04,.1-.09,.14-.15,.04-.05,.07-.11,.1-.16,.03-.05,.04-.1,.06-.15,.01-.04,.02-.08,.02-.11v-.19c0-.07,0-.14-.02-.21h-.02Z"/><path d="M40.92,9H6.92c-.55,0-1,.45-1,1v8c0,.55,.45,1,1,1H40.92c.55,0,1-.45,1-1V10c0-.55-.45-1-1-1ZM14.15,14.79c0,.52-.17,.93-.49,1.23-.32,.31-.72,.47-1.21,.48-.48,0-.88-.16-1.2-.48-.33-.3-.49-.71-.5-1.23v-3.25h.72v3.17c0,.34,.1,.59,.28,.77,.18,.18,.41,.28,.69,.28s.51-.09,.7-.28c.18-.18,.27-.43,.27-.77v-3.17h.72v3.25h.02Zm2.58,1.67h-.72v-4.26h-1.31v-.66h3.33v.66h-1.31v4.26h.01Zm2.89-1.56h-2.01v-.7h2.01v.7Zm3.58,1.56l-.99-2.1h-.92v2.1h-.72v-4.92h1.86c.4,0,.72,.11,.97,.32,.3,.25,.46,.59,.47,1.05,0,.67-.31,1.12-.92,1.36l1.1,2.18h-.85Zm3.55-.36c-.27,.27-.61,.41-1.03,.42-.32,0-.61-.11-.86-.32-.25-.22-.41-.53-.49-.94h.68c.06,.16,.15,.3,.26,.4,.11,.11,.26,.16,.45,.16,.2,0,.37-.07,.51-.21,.14-.13,.21-.32,.22-.57,0-.25-.08-.44-.22-.58-.14-.13-.31-.2-.52-.2h-.29v-.62h.24c.23,0,.41-.07,.54-.2,.13-.13,.19-.3,.19-.5,0-.21-.07-.38-.2-.51-.13-.13-.29-.2-.5-.2-.15,0-.28,.05-.4,.15-.13,.1-.21,.25-.26,.45h-.68c.03-.36,.18-.67,.43-.92s.54-.37,.88-.38c.43,0,.78,.15,1.03,.43,.24,.27,.37,.6,.37,.97,0,.19-.03,.37-.1,.55-.08,.18-.22,.33-.42,.47,.21,.13,.36,.3,.45,.49,.09,.19,.13,.39,.13,.59,0,.46-.14,.82-.41,1.09v-.02Zm3.21-1.19h-2.01v-.7h2.01v.7Zm3.42-1.65c-.02,.09-.03,.17-.06,.25-.02,.08-.05,.16-.07,.23-.03,.08-.06,.16-.09,.25,0,.02-.03,.08-.07,.16s-.09,.18-.15,.31c-.06,.12-.12,.25-.2,.4-.07,.15-.14,.3-.22,.44-.17,.35-.37,.74-.58,1.17h-.81l.06-.12c.04-.08,.09-.19,.16-.32,.07-.13,.14-.28,.22-.44l.24-.47c.08-.16,.15-.3,.22-.43s.12-.23,.17-.31c-.07,.04-.14,.06-.22,.07h-.29c-.15,0-.28-.03-.39-.08-.11-.05-.21-.11-.29-.19-.08-.07-.15-.16-.2-.25-.05-.09-.1-.18-.13-.27-.03-.09-.06-.17-.07-.24-.01-.08-.02-.13-.02-.18v-.43s0-.06,.02-.12c.01-.06,.04-.14,.07-.23,.03-.09,.08-.19,.14-.29,.06-.1,.14-.2,.24-.29s.22-.17,.36-.23c.14-.06,.31-.11,.51-.12,.2-.02,.39,0,.54,.04,.15,.04,.29,.1,.4,.19,.11,.08,.21,.18,.28,.28,.07,.11,.13,.22,.17,.33,.04,.11,.07,.22,.08,.32,.01,.1,.02,.19,0,.27,0,.11-.03,.21-.04,.3h.02Zm3.68-1.04h-1.31v4.26h-.72v-4.26h-1.31v-.66h3.33v.66h0Z"/><path d="M19.89,27l-1.45-3-1.44-3h5.77l-1.44,3-1.44,3Z"/><path d="M27.66,21l1.44,3,1.45,3h-5.78l1.45-3,1.44-3Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M24.05,14.99h-6.99v2.98c.29,.27,.49,.67,.49,1.11,0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5c0-.44,.2-.84,.5-1.11v-5.04c-.01-2.21,1.5-4.06,3.57-4.68-.96,1.04-1.57,2.35-1.57,3.78v.95h2v-.95c0-1.58,1.21-3.01,2.95-3.66,1.13,.45,2.04,1.31,2.56,2.4,.25-.74,.59-1.45,1.01-2.1-.16-.2-.33-.4-.51-.58,.26,.04,.52,.11,.77,.18,.41-.58,.88-1.12,1.41-1.6-.95-.42-2.02-.66-3.15-.66-.7,0-1.38,.09-2.04,.27v-.02s-.04,0-.05,.02c-.6-.17-1.22-.26-1.87-.26-3.9,0-7.08,3.11-7.08,6.92l-.02,2.07-5.02-.02-2,27.03h29l-1.33-18.02c-5.04-.17-9.13-4.05-9.62-9h-.01Zm9.95-9c-4.41,0-8,3.59-8,8s3.59,8,8,8,8-3.59,8-8-3.59-8-8-8Zm2.29,11.71l-3.29-3.29v-5.42h2v4.59l2.71,2.71-1.41,1.41h0Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M27.06,15.06V6.06H12.06V24.06H6.06v18H42.06V15.06h-15Zm-15,23h-3v-3h3v3Zm0-7h-3v-3h3v3ZM21.06,9.06h3v3h-3v-3Zm0,6h3v3h-3v-3Zm0,6h3v3h-3v-3Zm0,7h3v3h-3v-3Zm-3,10h-3v-3h3v3Zm0-7h-3v-3h3v3Zm0-7h-3v-3h3v3Zm0-6h-3v-3h3v3Zm0-6h-3v-3h3v3Zm3,26v-3h3v3h-3Zm17-18h-9v-2h9v2Zm0,6h-9v-2h9v2Zm0,6h-9v-2h9v2Zm0,6h-9v-2h9v2Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M42.14,24l-6,15H6l6.02-15h5.77c2.06,3.74,4.58,6.88,4.74,7.08l1.56,1.92,1.56-1.92c.16-.2,2.68-3.33,4.74-7.08h11.75Zm-16.79-5.99c.95,0,1.72-.9,1.72-2s-.77-2-1.73-2h-2.27v4h2.28Zm-8.15-1.09c-.04-.32-.08-.64-.08-.96,0-3.83,3.13-6.95,6.98-6.95s6.98,3.12,6.98,6.95c0,.33-.03,.65-.07,.96,0,.06-.02,.12-.03,.18-.03,.17-.06,.33-.1,.49-1.11,5.28-6.77,12.27-6.77,12.27,0,0-5.67-6.98-6.77-12.27-.04-.16-.07-.32-.1-.49,0-.06-.02-.12-.03-.18h-.01Zm3.88,5.09h2v-2h2.25c2.04,0,3.7-1.79,3.7-4s-1.66-4-3.7-4h-4.25v10Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M23.71,23.39c-.18-.24-.37-.46-.59-.65,.29-.03,.57-.09,.86-.18,2.18-.71,3.37-3.05,2.67-5.23-.57-1.76-2.2-2.87-3.95-2.87-.43,0-.86,.07-1.28,.2-.28,.09-.55,.21-.8,.36,.06-.28,.09-.57,.09-.87,0-2.29-1.86-4.15-4.15-4.15s-4.15,1.86-4.15,4.15c0,.3,.03,.59,.09,.87-.25-.14-.52-.27-.8-.36-.43-.14-.86-.2-1.28-.2-1.75,0-3.38,1.12-3.95,2.87-.71,2.18,.48,4.52,2.67,5.23,.28,.09,.57,.15,.86,.18-.21,.19-.41,.41-.59,.65-1.35,1.86-.94,4.45,.92,5.8,.74,.54,1.59,.79,2.44,.79,1.28,0,2.55-.59,3.36-1.71,.18-.24,.32-.5,.44-.76,.12,.26,.26,.52,.44,.76,.81,1.12,2.08,1.71,3.36,1.71,.85,0,1.7-.26,2.44-.79,1.86-1.35,2.27-3.94,.92-5.8Zm-7.14,.61c-1.92,0-3.47-1.55-3.47-3.47s1.55-3.47,3.47-3.47,3.47,1.55,3.47,3.47-1.55,3.47-3.47,3.47Zm25.5,17.98l-3.29-.02c-.51-1.09-1.14-2.14-1.86-3.12-1.39-1.97-3.15-3.64-5.22-4.9-2.25-1.37-4.69-2.14-7.18-2.34h.02c1.54-1.13,2.55-2.78,2.85-4.67,.06-.35,.08-.7,.08-1.05,2.22-.12,4.33-.02,6.54,.33v-3.25h-5.02l3.92-5.66h-2.61l3.48-5.66h-1.74l3.48-5.66,3.48,5.66h-1.74l3.48,5.66h-2.61l3.92,5.66h-5.02v3.91c1.72,.45,3.4,1.03,5.05,1.77l-.03,3.17c-1.5-.67-3.86-1.56-5.53-2l-2.95-.64c-1.79-.29-3.83-.36-5.81-.29,1.92,.47,3.76,1.22,5.5,2.25,3.59,2.12,7.29,6.34,8.8,10.84Zm-24-9.42l.06,9.43-3-.03c-5.08-.43-9.13-4.74-9.13-9.93,4.05,0,7.54,2.45,9.07,5.94v-5.43c.52-.18,1.02-.4,1.49-.69,.47,.3,.98,.52,1.51,.7Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M26,18.01c0,2.21-1.54,4-3.43,4h-4.61V14.01h4.61c1.89,0,3.43,1.79,3.43,4h0Zm5.54,7.99h2.96c.83,0,1.5,.65,1.5,1.47v1.54h4.5c.83,0,1.5,.67,1.5,1.5v10.01c0,.83-.67,1.5-1.5,1.5h-15.01c-.83,0-1.5-.67-1.5-1.5v-10.01c0-.83,.67-1.5,1.5-1.5h4.5v-1.51c0-.83,.68-1.5,1.54-1.5h.01Zm.46,3h2v-1h-2v1Zm-10,7v6h-2v-6H10.5c-2.48,0-4.5-2.02-4.5-4.5V10.5c0-2.48,2.02-4.5,4.5-4.5H31.5c2.48,0,4.5,2.02,4.5,4.5v13.85c-.46-.22-.96-.35-1.5-.35h-2.96c-1.78,0-3.26,1.3-3.5,3h-2.54c-1.93,0-3.5,1.57-3.5,3.5v5.5Zm.48-12.01c3.04,0,5.52-2.68,5.52-5.98s-2.48-5.98-5.52-5.98h-6.48V30h1.96v-6.01h4.52Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M26.01,18.01c0,2.21-1.54,4-3.43,4h-4.61V14.01h4.61c1.89,0,3.43,1.79,3.43,4Zm2.77,10.99h-2.77v7h-4v6h-2v-6H10.51c-2.48,0-4.5-2.02-4.5-4.5V10.5c0-2.48,2.02-4.5,4.5-4.5H31.51c2.48,0,4.5,2.02,4.5,4.5v13.21c-3.08,.56-5.76,2.5-7.23,5.29Zm-.77-10.99c0-3.3-2.48-5.98-5.52-5.98h-6.48V30h1.96v-6.01h4.52c3.04,0,5.52-2.68,5.52-5.98Zm12.56,21.35c-.83,.41-1.76,.64-2.74,.64-2.25,0-4.22-1.2-5.32-3h4.11l.91-2h-5.73c-.08-.4-.12-.81-.12-1.24,0-.26,.02-.51,.05-.76h6.79l.91-2h-7.1c1.02-2.05,3.14-3.47,5.58-3.47,1,0,1.95,.24,2.79,.67l.83-1.82c-1.09-.54-2.32-.85-3.62-.85-3.57,0-6.61,2.29-7.75,5.47h-2.07v2h1.54c-.02,.25-.04,.51-.04,.76,0,.42,.04,.83,.1,1.24h-1.6v2h2.16c1.26,2.94,4.18,5,7.57,5,1.53,0,2.95-.43,4.18-1.15l-1.44-1.49h.01Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M39.46,24.8h-7.48v3h-2v-3h-7.96c-1.12,0-2.03,.91-2.03,2.03v12.42c0,1.4,1.14,2.54,2.54,2.54h16.93c1.4,0,2.53-1.13,2.53-2.53v-11.94c0-1.39-1.14-2.53-2.53-2.53h0Zm-11.96,5.08c.96,0,1.74,.78,1.74,1.75s-.78,1.75-1.74,1.75-1.74-.78-1.74-1.75,.78-1.75,1.74-1.75Zm3.49,6.93h-7v-.87c0-1.16,2.33-1.75,3.5-1.75s3.5,.59,3.5,1.75v.87Zm6,0h-4v-2h4v2Zm1-4h-5v-2h5v2ZM28.99,12.09v10.71h-6v-2h-1v-1h.94l.47-3h-.94l-.47-1-2.99,.32-.85,.91-.19,1.62,1.14,.22-.44,1.91-1.55,.83,.57-1.05s-.44-.89-.47-.95c-.03-.07,.08-.8,.08-.8l-1.41-.5-1.88,5v1.09l.92,.58-.92,1.03-1.38-.52-.46,1.03,1.84,2.55,1.38-2.26h1.84l.46,.75,.3,.11v5.14h-5.99v2h5.99v5.31c.07,.61,.26,1.18,.56,1.69H8.03c-1.13,0-2.04-.91-2.04-2.04V12.8h.02v-4.05c0-1.63,1.32-2.95,2.95-2.95h15.02c1.3,0,2.39,.84,2.8,2H8.99c-.56,0-1,.44-1,1s.44,1,1,1H26.69c.61,0,1.19,.24,1.62,.67,.44,.43,.68,1.01,.68,1.63h0Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M21.09,23.47H12.93l.95-2.8c.03-.09,.11-.2,.24-.2h5.79c.12,0,.2,.09,.23,.19l.95,2.81Zm-7.83,1.53c-.41,0-.75,.33-.75,.74s.33,.74,.75,.74,.75-.33,.75-.74-.33-.74-.75-.74Zm7.51,0c-.41,0-.75,.33-.75,.74s.33,.74,.75,.74,.75-.33,.75-.74-.33-.74-.75-.74Zm21.23-9.01v16.01c0,2.21-1.79,4-4,4H9.98c-2.2,0-3.98-1.78-3.98-3.98V15.99c0-2.21,1.79-3.99,3.99-3.99h13.01v4h2v-4h13.01c2.2,0,3.99,1.79,3.99,3.99Zm-19,8.54c0-.16-.03-.32-.08-.48l-1.3-3.86c-.23-.71-.89-1.19-1.64-1.19h-5.95c-.74,0-1.39,.47-1.64,1.18l-1.32,3.85c-.05,.15-.08,.32-.08,.48v6.46s2.03,0,2,.04v-2l8-.04v2.04h2v-6.47h.01Zm11,4.46h-7v2h7v-2Zm2-5h-9v2h9v-2Zm0-5h-9v2h9v-2Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M24.05,14.99h-6.99v2.98c.29,.27,.49,.67,.49,1.11,0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5c0-.44,.2-.84,.5-1.11v-2.97h-.02v-2.07c0-2.21,1.52-4.06,3.58-4.68-.96,1.04-1.57,2.35-1.57,3.78v.95h2v-.95c0-1.58,1.21-3.01,2.95-3.66,1.13,.45,2.04,1.31,2.56,2.4,.25-.74,.59-1.45,1.01-2.1-.16-.2-.33-.4-.51-.58,.26,.04,.52,.11,.77,.18,.41-.58,.88-1.12,1.41-1.6-.95-.42-2.02-.66-3.15-.66-.7,0-1.38,.09-2.04,.27v-.02s-.04,0-.05,.02c-.6-.17-1.22-.26-1.87-.26-3.9,0-7.08,3.11-7.08,6.92l-.02,2.07-5.02-.02-2,27.03h29l-1.33-18.02c-5.04-.17-9.13-4.05-9.62-9h0Zm1.58,20.52c-.9,.77-2.2,1.3-3.74,1.3-2.59,0-5.02-1.46-5.94-4.1h-1.82v-1.69h1.47c-.02-.17-.04-.44-.04-.69,0-.31,.02-.5,.04-.69h-1.47v-1.67h1.8c.92-2.68,3.41-4.16,5.98-4.16,1.34,0,2.41,.29,3.28,.88l-.88,1.78c-.63-.46-1.46-.67-2.39-.67-1.48,0-2.87,.69-3.58,2.16h5.27l-.8,1.67h-4.9c-.02,.15-.04,.36-.04,.67,0,.34,.02,.57,.04,.71h4.33l-.79,1.69h-3.08c.71,1.4,2.05,2.07,3.54,2.07,1.07,0,2.01-.31,2.66-.92l1.07,1.65h-.01ZM34,6c-4.41,0-8,3.59-8,8s3.59,8,8,8,8-3.59,8-8-3.59-8-8-8Zm2.29,11.71l-3.29-3.29v-5.42h2v4.59l2.71,2.71-1.41,1.41h0Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M9.02,8.46c0-1.36,1.1-2.46,2.46-2.46s2.46,1.1,2.46,2.46-1.1,2.46-2.46,2.46-2.46-1.1-2.46-2.46Zm-1.03,16.56c-1.1,0-1.99,.89-1.99,1.99s.89,1.99,1.99,1.99,1.99-.89,1.99-1.99-.89-1.99-1.99-1.99Zm29.57-6.15c1.36,0,2.46-1.1,2.46-2.46s-1.1-2.46-2.46-2.46-2.46,1.1-2.46,2.46,1.1,2.46,2.46,2.46Zm-1.39,6.4l.06,.1c.35,.57,1.01,1.64,2.22,1.64h3.58v-3h-3.12c-.05-.08-.1-.15-.13-.21l-2.65-3.84c-.04-.06-.09-.12-.14-.18-.78-.82-2.06-.8-2.81-.78h-.46c-5.12,0-4.86,0-5.28,.2-.2,.09-.37,.23-.48,.41l-2.58,4.07,2.48,1.62,2.1-3.3h2.11l-.07,.12-.03-.02-2.38,3.18c-.63,.84-.83,1.92-.56,2.93l.04,3.61-4.87,1.65,.93,2.84,5.88-1.99c.62-.21,1.03-.79,1.02-1.44l-.04-3.7,4.04,2.55v5.28h-6.77c-.53,0-.97,.45-.97,1s.43,1,.97,1h12.56c.53,0,.97-.45,.97-1s-.43-1-.97-1h-2.79v-5.58c0-.75-.33-1.46-.91-1.94-.06-.05-.12-.09-.18-.13l-3.93-2.4c.61-1.01,1.46-2.41,2.01-3.32l1.15,1.64h0Zm-6.17,14.72c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1Zm10.03,0c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1ZM12.9,17.76l1.25-1.94c.56,.91,1.37,2.23,1.96,3.19l-3.98,2.39c-.07,.04-.13,.08-.19,.13-.58,.48-.91,1.18-.91,1.93v5.53h3v-5.25l3.51-2.15-.94,2.54c-.18,.49-.1,1.04,.23,1.45l2.69,3.4h3.83l-3.63-4.61,1.44-3.86c.4-1.08,.22-2.29-.47-3.21l-2.43-3.21-.03,.02-.07-.12h2.15l2.13,3.33,2.52-1.63-2.63-4.1c-.12-.18-.29-.32-.49-.42-.42-.2-.16-.2-5.38-.2h-.43c-.78-.02-2.09-.05-2.89,.79-.07,.07-.13,.15-.19,.24l-2.51,3.97h-3.39v3h3.61c.92,0,1.77-.47,2.26-1.24l-.02,.03Z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg width="23" height="29" viewBox="0 0 23 29" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.11 28.25V22.97C11.11 21.41 9.36 20.14 7.19 20.14H3.92C1.75 20.14 0 21.41 0 22.97V28.25H11.11Z" fill="currentColor"/>
3
+ <path d="M8.62003 16.79C8.63395 17.4 8.46578 18.0003 8.13702 18.5143C7.80825 19.0282 7.33379 19.4326 6.77419 19.6757C6.21459 19.9189 5.59523 19.9897 4.99517 19.8793C4.39511 19.7689 3.84157 19.4821 3.40519 19.0557C2.96881 18.6293 2.6694 18.0825 2.54516 17.4851C2.42092 16.8878 2.47749 16.267 2.70765 15.7019C2.93781 15.1369 3.33112 14.6532 3.83738 14.3127C4.34364 13.9721 4.93991 13.7902 5.55004 13.79C5.94986 13.7807 6.3475 13.8514 6.7196 13.998C7.09169 14.1445 7.43073 14.364 7.71676 14.6435C8.00279 14.9231 8.23005 15.2569 8.38517 15.6256C8.54029 15.9942 8.62014 16.3901 8.62003 16.79V16.79Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.65 0H8.90997C8.16287 0.0026353 7.44712 0.30059 6.91884 0.828873C6.39056 1.35716 6.0926 2.07291 6.08997 2.82001V8.02C6.09261 8.76618 6.39088 9.48089 6.91945 10.0076C7.44801 10.5343 8.16379 10.83 8.90997 10.83H9.28996V13.14L11.59 10.83H19.65C20.3961 10.83 21.1119 10.5343 21.6405 10.0076C22.1691 9.48089 22.4673 8.76618 22.47 8.02V2.82001C22.4673 2.07291 22.1694 1.35716 21.6411 0.828873C21.1128 0.30059 20.3971 0.0026353 19.65 0V0ZM13.65 4.25999H15.65L15.55 4.81C15.5424 4.81439 15.5337 4.8167 15.525 4.8167C15.5162 4.8167 15.5076 4.81439 15.5 4.81H13.56C13.56 4.81 13.56 4.91999 13.56 5.00999C13.56 5.09999 13.56 5.27 13.56 5.27H15.37L15.27 5.82001C15.2539 5.82616 15.2361 5.82616 15.22 5.82001H13.61C13.6718 6.04415 13.7626 6.25929 13.88 6.46001C13.9939 6.6165 14.1449 6.74226 14.3195 6.82603C14.494 6.90981 14.6866 6.94897 14.88 6.94C15.2776 6.88099 15.655 6.7266 15.98 6.49001C15.98 6.49001 15.98 6.49001 15.98 6.49001V7.66C15.9861 7.6761 15.9861 7.69391 15.98 7.71001C15.6337 7.84421 15.27 7.92839 14.9 7.96001C14.5613 7.96837 14.2252 7.89981 13.9169 7.75951C13.6086 7.61921 13.3361 7.41081 13.12 7.14999C12.8494 6.73577 12.6405 6.28437 12.5 5.81C12.5 5.81 12.5 5.81 12.5 5.81H12.03L12.13 5.25999H12.42V5.25C12.42 5.13 12.42 4.96001 12.42 4.96001H12.01L12.11 4.41H12.47C12.6103 3.94669 12.8157 3.50564 13.08 3.10001C13.3044 2.83268 13.5866 2.61991 13.9054 2.47784C14.2242 2.33577 14.5712 2.26812 14.92 2.28C15.2618 2.31342 15.5979 2.39071 15.92 2.50999C15.9244 2.5176 15.9267 2.52623 15.9267 2.535C15.9267 2.54378 15.9244 2.5524 15.92 2.56L15.72 3.56C15.4532 3.38371 15.148 3.27398 14.83 3.24001C14.6376 3.23079 14.4459 3.2688 14.2716 3.35072C14.0972 3.43265 13.9456 3.556 13.83 3.71001C13.7086 3.90774 13.6113 4.11922 13.54 4.34C13.54 4.34 13.56 4.25 13.61 4.25L13.65 4.25999Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M17.22,39.97c-5.05,0-9.16-4.11-9.16-9.16s4.11-9.16,9.16-9.16,9.11,4.06,9.15,9.08c.61,.47,1.28,.84,2.01,1.09,.03-.35,.06-.69,.06-1.01,0-6.19-5.03-11.22-11.22-11.22s-11.22,5.03-11.22,11.22,5.03,11.22,11.22,11.22c3.57,0,6.86-1.7,8.98-4.55-.66-.24-1.3-.54-1.91-.88-1.73,2.12-4.32,3.37-7.07,3.37Z"/><path d="M36.39,15.43v-.04c-.62-.35-1.28-.63-1.96-.86l2.59-4.51-3.04-4.02h-5.95l-3.02,4.02,2.49,4.43c-.61,.19-1.21,.42-1.77,.71v.03c-1.51,.77-2.84,1.88-3.86,3.23,.66,.25,1.3,.55,1.92,.9,.63-.76,1.38-1.41,2.21-1.92,.09-.06,.18-.1,.27-.16,.76-.44,1.57-.77,2.43-.98,.07-.02,.14-.03,.21-.05,.62-.13,1.26-.21,1.9-.21,5.05,0,9.16,4.11,9.16,9.16s-4.11,9.16-9.16,9.16-9.16-4.11-9.16-9.16c-.6-.46-1.27-.83-2-1.08-.04,.37-.07,.74-.07,1.08,0,6.19,5.03,11.22,11.22,11.22s11.22-5.03,11.22-11.22c0-4.1-2.19-7.76-5.63-9.73Zm-9.02-5.41l1.73-2.03h3.81l1.74,2.03-2.24,4.01c-.51-.07-1.04-.12-1.57-.12-.44,0-.88,.03-1.3,.08l-2.16-3.97h-.01Z"/></svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-2 -2 44 44">
2
+ <title>Twitter</title>
3
+ <g>
4
+ <path
5
+ fill="currentColor"
6
+ d="M33.096,11.147c-1.017,0.451-2.107,0.756-3.255,0.892c1.171-0.701,2.069-1.811,2.492-3.134 c-1.094,0.649-2.306,1.121-3.599,1.375c-1.032-1.102-2.506-1.79-4.135-1.79c-3.129,0-5.667,2.537-5.667,5.666 c0,0.445,0.049,0.876,0.146,1.291c-4.709-0.235-8.883-2.491-11.678-5.92c-0.487,0.838-0.767,1.811-0.767,2.85 c0,1.965,1,3.701,2.52,4.715c-0.928-0.028-1.802-0.285-2.566-0.708v0.071c0,2.744,1.954,5.034,4.544,5.556 c-0.474,0.13-0.976,0.2-1.493,0.2c-0.364,0-0.72-0.037-1.065-0.104c0.721,2.25,2.813,3.889,5.292,3.936 c-1.938,1.52-4.381,2.425-7.037,2.425c-0.457,0-0.907-0.026-1.35-0.079c2.507,1.606,5.485,2.545,8.687,2.545 c10.419,0,16.119-8.632,16.119-16.12c0-0.245-0.006-0.49-0.016-0.734C31.374,13.282,32.334,12.284,33.096,11.147z"
7
+ />
8
+ </g>
9
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M24.07,9c0-2.21,1.79-4,4-4s4,1.79,4,4-1.79,4-4,4-4-1.79-4-4Zm.93,8.02v-.02c0-2.21-1.79-4-4-4s-4,1.79-4,4v.02h8Zm6,18.99h9v2.98c0,1.1-.9,2-2,2H9c-1.11,0-2-.89-2-2V21c0-1.1,.89-2,2-2h29c1.1,0,2,.89,2,1.99v3.01h-9c-1,.01-2,1.01-2,2.01v8c0,1.1,.9,2,2,2Zm-6.38-1.21l-.99-1.52c-.6,.57-1.47,.85-2.46,.85-1.38,0-2.62-.62-3.27-1.91h2.85l.73-1.56h-4c-.02-.12-.04-.34-.04-.65,0-.28,.02-.48,.04-.62h4.53l.74-1.54h-4.87c.65-1.36,1.95-2,3.31-2,.87,0,1.63,.19,2.21,.62l.81-1.65c-.8-.55-1.79-.81-3.03-.81-1.57,0-4.67,1.36-5.52,3.84h-1.66v1.54h1.36c-.02,.18-.04,.35-.04,.64,0,.23,.02,.48,.04,.64h-1.36v1.56h1.68c.85,2.44,3.1,3.79,5.49,3.79,1.42,0,2.62-.5,3.45-1.2v-.02Zm18.38-8.8v8l-12-.06,.07-7.94h11.93Zm-6,4c0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2,2-.9,2-2Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M34.48,37.89c1.38,0,2.5-1.11,2.5-2.49s-1.12-2.49-2.5-2.49-2.5,1.11-2.5,2.49,1.12,2.49,2.5,2.49Z"/><path d="M13.48,37.89c1.38,0,2.5-1.11,2.5-2.49s-1.12-2.49-2.5-2.49-2.5,1.11-2.5,2.49,1.12,2.49,2.5,2.49Z"/><path d="M40.01,19.96c-.67-1.33-1.33-1.99-2-1.99h-4l-.03-5.96H6.02v20.41c0,.83,.67,1.49,1.5,1.49h1.74c.62-1.73,2.27-2.99,4.22-2.99s3.6,1.25,4.22,2.99h12.55c.62-1.73,2.27-2.99,4.22-2.99s3.6,1.25,4.22,2.99h1.28c1,0,2-1,2-1.99l.03-7.98-2-3.98h.01Zm-21.03,4.99v1.99h-6v-1.99h2v-3.21c-1.16-.41-2-1.5-2-2.8v-2.98h6v2.98c0,1.29-.84,2.39-2,2.8v3.21h2Zm7-2.99v4.98h-2v-4.98h-2l3-5.99,3,5.99h-2Zm7.99,1.98l.04-3.98h3.79l2,3.98h-5.83Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M38.98,20.98c-1.12,0-2.09,.62-2.6,1.54h-3.59c-.23-1.35-.76-2.6-1.52-3.67l1.93-1.93c.23,.06,.48,.1,.73,.1,1.66,0,3-1.34,3-3s-1.34-3-3-3-3,1.34-3,3c0,.28,.05,.55,.12,.81l-1.9,1.9c-1.07-.76-2.31-1.3-3.65-1.54v-1.41c1.48-.6,2.52-2.04,2.52-3.73,0-2.22-1.8-4.02-4.02-4.02s-4.02,1.8-4.02,4.02c0,1.69,1.04,3.13,2.52,3.73v1.39c-1.38,.22-2.66,.75-3.75,1.53l-2.8-2.8c.39-1.37-.24-2.87-1.57-3.52-1.49-.72-3.28-.1-4,1.39-.72,1.49-.1,3.28,1.39,4,.66,.32,1.37,.36,2.02,.2l2.84,2.84c-.78,1.08-1.32,2.34-1.55,3.71h-1.37c-.58-1.48-2.02-2.52-3.7-2.52-2.2,0-3.99,1.78-3.99,3.99s1.78,3.99,3.99,3.99c1.66,0,3.08-1.01,3.68-2.45h1.39c.23,1.38,.77,2.65,1.55,3.74l-2.61,2.61c-.08-.03-.14-.07-.22-.09-1.69-.53-3.49,.42-4.02,2.11-.53,1.69,.42,3.49,2.11,4.02,1.69,.53,3.49-.42,4.02-2.11,.17-.55,.17-1.1,.06-1.63l2.79-2.79c1.1,.78,2.38,1.31,3.76,1.54v4.04c-.41,.26-.75,.63-.98,1.1-.66,1.37-.09,3.01,1.28,3.67,1.37,.66,3.01,.09,3.67-1.28,.61-1.26,.16-2.74-.97-3.49v-4.07c1.35-.24,2.59-.78,3.66-1.54l1.14,1.14c-.78,1.92,.04,4.14,1.93,5.05,1.97,.95,4.34,.13,5.29-1.84,.95-1.97,.13-4.34-1.84-5.29-1.08-.52-2.26-.5-3.28-.06l-1.13-1.13c.77-1.08,1.3-2.34,1.52-3.71h3.63c.52,.87,1.47,1.46,2.56,1.46,1.66,0,3-1.34,3-3s-1.34-3-3-3Zm-15.99-.97h2v5h-2v-5Zm1.73,7.72c-.19,.19-.43,.28-.72,.28s-.54-.09-.72-.28c-.19-.19-.28-.43-.28-.72s.09-.53,.28-.72c.19-.19,.43-.28,.72-.28s.54,.09,.72,.28c.19,.19,.28,.43,.28,.72s-.09,.53-.28,.72Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M42,13v2l-13-6-13,6v-2l13-6,13,6Z"/><path d="M41,26c0-1.66-1.34-3-3-3h-5.95c-1.66,0-3,1.34-3,3,0-1.66-1.34-3-3-3h-6.05c-1.65,0-3,1.35-3,3.01v.39c1.06,.49,1.84,1.42,2,2.6h1.5c1.93,0,3.5,1.57,3.5,3.5v1.5h6c1.1,0,2,.9,2,2v5h6v-4h3v-11Zm-13.5,7.25c-1.24,0-2.25-1.01-2.25-2.25s1.01-2.25,2.25-2.25,2.25,1.01,2.25,2.25-1.01,2.25-2.25,2.25Z"/><path d="M35,21c1.66,0,3-1.34,3-3s-1.34-3-3-3-3,1.34-3,3,1.34,3,3,3Z"/><path d="M23,21c1.66,0,3-1.34,3-3s-1.34-3-3-3-3,1.34-3,3,1.34,3,3,3Z"/><path d="M20,31h-3v-1.5c0-.83-.67-1.5-1.5-1.5h-3c-.83,0-1.5,.67-1.5,1.5v1.5h-3c-1.1,0-2,.9-2,2v6c0,.99,1,2,2,2h12c1,0,2-1.01,2-2v-6c0-.99-1-2-2-2Zm-7-1h2.01v1h-2.01v-1Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M9,13.03c0,3.87,3.13,7,7,7s7-3.13,7-7-3.13-7-7-7-7,3.13-7,7Zm6,3c0-.29,.09-.53,.28-.72,.19-.19,.43-.28,.72-.28s.54,.09,.72,.28c.19,.19,.28,.43,.28,.72s-.09,.53-.28,.72c-.19,.19-.43,.28-.72,.28s-.54-.09-.72-.28c-.19-.19-.28-.43-.28-.72Zm-.07-7h2v5h-2v-5Zm22.07,23.23V10h-.05c.02-.16,.05-.33,.05-.5,0-1.93-1.57-3.5-3.5-3.5s-3.5,1.57-3.5,3.5c0,.17,.03,.34,.05,.5h-.05v22.26c-1.22,1.01-2,2.53-2,4.24,0,3.04,2.46,5.5,5.5,5.5s5.5-2.46,5.5-5.5c0-1.71-.78-3.23-2-4.24Zm-3.5,7.74c-1.93,0-3.5-1.57-3.5-3.5,0-1.39,.82-2.59,2-3.15v-13.35c0-.83,.67-1.5,1.5-1.5s1.5,.67,1.5,1.5v13.35c1.18,.56,2,1.76,2,3.15,0,1.93-1.57,3.5-3.5,3.5Z"/></svg>
@@ -0,0 +1,19 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-7 -8 38 38">
2
+ <title>Warning</title>
3
+ <g>
4
+ <path
5
+ d="M11.134 3.5C11.5189 2.83333 12.4811 2.83333 12.866 3.5L22.3923 20C22.7772 20.6667 22.2961 21.5 21.5263 21.5H2.47372C1.70392 21.5 1.22279 20.6667 1.6077 20L11.134 3.5Z"
6
+ fill="currentColor"
7
+ />
8
+ <rect
9
+ x="12.9"
10
+ y="15.6504"
11
+ width="1.9"
12
+ height="6.65"
13
+ rx="0.5"
14
+ transform="rotate(-180 12.9 15.6504)"
15
+ fill="white"
16
+ />
17
+ <circle fill="white" cx="11.95" cy="17.55" r="0.95" transform="rotate(-180 11.95 17.55)" />
18
+ </g>
19
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M27,28h14v9c0,1.66-1.34,3-3,3H10c-1.66,0-3-1.34-3-3v-9h14v1.02c0,1.09,.88,1.98,1.98,1.98h2.05c1.09,0,1.98-.88,1.98-1.98v-1.02h-.01Zm-2-3h-2v4h2v-4Zm17-9v6.04c0,1.54-1.19,2.8-2.71,2.96h-12.29v-.02c0-1.09-.88-1.98-1.98-1.98h-2.05c-1.09,0-1.98,.88-1.98,1.98v.02H8.69c-1.51-.16-2.69-1.41-2.69-2.96v-6c0-1.67,1.37-3.05,3.05-3.05h8.95v-1.97c0-1.6,1.28-2.93,2.9-3.03h6.1c1.72,.1,3,1.44,3,3.03v1.97h9c1.66,0,3,1.34,3,3h0Zm-15-4.93s-.04-.05-.1-.06h-5.9v2h6v-1.94Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M24.24,25.62l-1.37,2.44,1.64,.82-.27-3.26Z"/><path d="M20.04,24.06l-1.15,2.02,1.22,.61,1.03-1.71,.68-1.29-1.14-.04c-.11,0-.38,0-.64,.42h0Z"/><path d="M41.52,37.02L25.63,8.98c-.36-.63-1.02-1.01-1.74-1.01s-1.38,.39-1.74,1.01L6.26,37.02c-.35,.62-.35,1.38,0,1.99,.36,.61,1.02,.99,1.73,.99h31.78c.71,0,1.37-.38,1.73-.99s.36-1.37,.01-1.99Zm-15.03-17.11c.83,0,1.5,.68,1.5,1.5s-.68,1.5-1.5,1.5-1.5-.68-1.5-1.5,.68-1.5,1.5-1.5Zm-2.89,14.98h-1.5v-3.05c0-.15-.04-.29-.13-.42l-1.56-2.33-3.42,5.68-1.29-.77,3.63-6.03-2.53-1.27,1.96-3.43c.67-1.03,1.62-1.19,2.05-1.13l3.06,.12c1.12,0,1.71,1.21,1.79,2.41l.42,5,1.99,1-.91,.37c-.27,.11-.47,.3-.63,.53l-3.99-1.99,.68,1.02c.25,.37,.38,.8,.38,1.25v3.05h0Zm10.05-.37c-.14,.23-.38,.36-.65,.36h-6.04c-.25,0-.49-.13-.63-.34-.14-.21-.16-.48-.06-.71l.76-1.72c.08-.18,.22-.32,.4-.39l1.44-.58,1.08-1.72c.14-.22,.38-.35,.64-.35h.02c.27,0,.51,.15,.63,.39l2.4,4.34c.13,.23,.12,.51-.01,.73h.02Z"/></svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-1 -1 22 22">
2
+ <title>WhatsApp</title>
3
+ <g>
4
+ <path
5
+ fill="currentColor"
6
+ d="M15.6044722,4.1101875C14.1199846,2.6296256,12.1364012,1.8,10.0248451,1.8 c-4.3382888,0-7.8831434,3.5227177-7.8831434,7.8622961c0,1.3912182,0.358325,2.7313833,1.0493798,3.9311485 l-1.1133659,4.0715466l4.1719227-1.0976582c1.1517582,0.6254101,2.4442863,0.9572601,3.7624092,0.9572601l0,0 c4.3382883,0,7.8831434-3.5227184,7.8831434-7.8622971C17.9079876,7.581851,17.0889606,5.6035132,15.6044722,4.1101875z M10.0376415,16.2099552L10.0376415,16.2099552c-1.1773529,0-2.3291101-0.3190861-3.3400974-0.9062052l-0.2431493-0.140398 l-2.4826782,0.6509371l0.6654599-2.4122963l-0.1535673-0.2425051c-0.6526625-1.0338411-0.9981906-2.2463703-0.9981906-3.4716635 c0-3.599298,2.9433815-6.5348959,6.5522232-6.5348959c1.753231,0,3.3912878,0.6764636,4.6326265,1.9145205 s1.9195967,2.8717804,1.9195967,4.6203756C16.5770683,13.2743578,13.6464834,16.2099552,10.0376415,16.2099552z M13.6208887,11.3215475c-0.1919594-0.102107-1.1645555-0.5743561-1.3437176-0.6381731 c-0.179163-0.063818-0.3071356-0.102108-0.4479065,0.102107c-0.1279736,0.191452-0.5118923,0.6381741-0.6270685,0.7658091 c-0.1151752,0.127635-0.2303514,0.153161-0.4223108,0.051054c-0.1919594-0.102108-0.8318243-0.3063231-1.5868664-0.9700241 c-0.5758781-0.5360661-0.9725952-1.1742392-1.0877705-1.3784542c-0.1151757-0.191453-0.0127974-0.293561,0.0895805-0.395668 c0.0895815-0.089344,0.1919594-0.229743,0.2943382-0.344615c0.1023779-0.114871,0.1279736-0.1914511,0.1919584-0.3318501 c0.0767851-0.127634,0.038393-0.2425056-0.0127964-0.3446131C8.6171408,7.747776,8.2332211,6.7777524,8.0668554,6.3820848 C7.9132881,5.9991803,7.746923,6.0502348,7.6189494,6.0502348c-0.1151762,0-0.2431488-0.0127635-0.3711219-0.0127635 s-0.3455276,0.0510535-0.5246897,0.242506C6.5311785,6.4841924,6.032084,6.9564414,6.032084,7.926465 s0.7038522,1.9017563,0.8062305,2.0293922c0.1023784,0.127635,1.3821101,2.1187353,3.3656917,2.9611244 c0.4735012,0.204215,0.8318253,0.3190861,1.1261635,0.4084301c0.4735012,0.153162,0.895812,0.127635,1.2413397,0.076581 c0.3839197-0.051053,1.1645555-0.4722481,1.3309202-0.9317331c0.1663656-0.4594851,0.1663656-0.8551531,0.1151762-0.9317331 C13.953619,11.4619455,13.8256454,11.4108915,13.6208887,11.3215475z"
7
+ />
8
+ </g>
9
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M35,28.03c-3.86,0-6.98,3.13-6.98,6.98s3.13,6.98,6.98,6.98,6.98-3.13,6.98-6.98-3.13-6.98-6.98-6.98Zm.54,11.3c-1.69,0-3.28-.95-3.88-2.68h-1.19v-1.1h.96c-.01-.11-.02-.29-.02-.45,0-.2,.01-.33,.02-.45h-.96v-1.09h1.18c.6-1.75,2.23-2.71,3.9-2.71,.88,0,1.58,.19,2.14,.57h0l-.58,1.16c-.41-.3-.95-.44-1.56-.44-.96,0-1.88,.45-2.34,1.41h3.44l-.53,1.09h-3.2c-.01,.1-.03,.24-.03,.44,0,.22,.01,.38,.03,.46h2.83l-.51,1.1h-2.01c.46,.91,1.34,1.35,2.31,1.35,.7,0,1.31-.2,1.74-.6h0l.7,1.08c-.59,.5-1.44,.85-2.44,.85Zm-9.5-3.33c-.04-.33-.06-.66-.06-1,0-4.63,3.5-8.44,7.99-8.94v-7.16l2.7,2.34,1.31-1.51-4.02-3.48v-5.26h-1.97v3.53L21.99,6,6,19.72l1.32,1.51,2.7-2.37-.03,17.14H26.04Zm-8.05-14h8v6h-8v-6Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M10.52,30.93l4.48,3.37v7.71H6v-7.71l4.52-3.37Zm6.48,3.37v7.71h9v-7.71l-4.48-3.37-4.52,3.37Zm11,0v7.71h9v-7.71l-4.48-3.37-4.52,3.37Zm13.99-5.48l-1.41,1.41-8.2-8.2c-1.54,1.23-3.49,1.97-5.61,1.97-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9c0,2.12-.74,4.07-1.97,5.61l8.2,8.2h0Zm-8.22-13.8c0-3.86-3.14-7-7-7s-7,3.14-7,7,3.14,7,7,7,7-3.14,7-7Z"/></svg>
@@ -0,0 +1,13 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-1 -2 24 24">
2
+ <title>zoomout</title>
3
+ <g>
4
+ <path
5
+ fill="currentColor"
6
+ d="M11.6 5C11.9314 5 12.2 5.26863 12.2 5.6L12.2 16.4C12.2 16.7314 11.9314 17 11.6 17H10.4C10.0686 17 9.8 16.7314 9.8 16.4L9.8 5.6C9.8 5.26863 10.0686 5 10.4 5L11.6 5Z"
7
+ />
8
+ <path
9
+ fill="currentColor"
10
+ d="M5 10.4C5 10.0686 5.26863 9.8 5.6 9.8H16.4C16.7314 9.8 17 10.0686 17 10.4V11.6C17 11.9314 16.7314 12.2 16.4 12.2H5.6C5.26863 12.2 5 11.9314 5 11.6V10.4Z"
11
+ />
12
+ </g>
13
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-6 -11 24 24">
2
+ <title>zoom out</title>
3
+ <g>
4
+ <path
5
+ fill="currentColor"
6
+ d="M0 0.5C0 0.223858 0.223858 0 0.5 0H11.5C11.7761 0 12 0.223858 12 0.5V1.5C12 1.77614 11.7761 2 11.5 2H0.5C0.223858 2 0 1.77614 0 1.5V0.5Z"
7
+ />
8
+ </g>
9
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M37.65,18.05v-.02c-.22-.44-.49-.86-.86-1.23-.34-.34-.72-.59-1.12-.79-.02-.01-.05-.02-.07-.04-1.68-.84-3.78-.57-5.19,.83-1.76,1.76-1.76,4.62,0,6.37,1.76,1.76,4.62,1.76,6.37,0,1.39-1.39,1.66-3.46,.86-5.13h0Zm-28.52,4.54c-1.27-1.39-.94-3.45,.73-4.45l4.51-2.71c1.2-.58,2.66-.57,3.84,.04l6.43,4.09c1.07,.55,3.76,3.78,5.21,5.76-.48-.12-.85-.31-1.32-.54-.98-.5-2.21-1.13-4.49-1.13s-3.51,.63-4.49,1.13c-.78,.4-1.29,.67-2.51,.67s-1.74-.26-2.52-.67c-.62-.32-1.34-.69-2.37-.92l6.83-3.77-2.76-1.83-7.09,4.34v-.02Zm32.87,9.24v2.03c-.36-.14-.69-.31-.99-.47-.82-.42-1.52-.78-3.01-.78s-2.19,.36-3.01,.78c-.93,.48-1.98,1.02-4,1.02s-3.07-.54-3.99-1.02c-.82-.41-1.52-.78-3-.78v-.02c-1.45,0-2.15,.37-2.96,.78-.93,.48-1.99,1.02-4.01,1.02s-3.08-.54-4.01-1.02c-.82-.42-1.53-.78-3.02-.78s-2.2,.36-3.02,.78c-.31,.16-.63,.32-.99,.47v-2.03c.93-.48,1.98-1.02,4-1.02s3.07,.54,4,1.02c.82,.42,1.52,.78,3.01,.78s2.19-.36,3-.78c.93-.48,1.98-1.02,3.99-1.02v.02c1.98,0,3.03,.55,3.95,1.02,.82,.42,1.52,.78,3.01,.78s2.2-.36,3.02-.78c.93-.48,1.99-1.02,4.01-1.02s3.08,.54,4.01,1.02h.01Zm0-4.48v2.03c-.36-.14-.69-.31-.99-.47-.82-.42-1.52-.78-3.01-.78s-2.19,.36-3.01,.78c-.93,.48-1.98,1.02-4,1.02s-3.07-.54-3.99-1.02c-.82-.42-1.52-.78-3-.78v-.02c-1.45,0-2.15,.37-2.96,.78-.93,.48-1.99,1.02-4.01,1.02s-3.08-.54-4.01-1.02c-.82-.42-1.53-.78-3.02-.78s-2.2,.36-3.02,.78c-.31,.15-.63,.32-.99,.47v-2.03c.93-.48,1.98-1.02,4-1.02s3.07,.54,4,1.02c.82,.42,1.52,.78,3.01,.78s2.19-.36,3-.78c.93-.48,1.98-1.02,3.99-1.02v.02c1.98,0,3.03,.54,3.95,1.02,.82,.42,1.52,.78,3.01,.78s2.2-.36,3.02-.78c.93-.48,1.99-1.02,4.01-1.02s3.08,.54,4.01,1.02h.01Z" style="fill-rule:evenodd;"/></svg>
@@ -0,0 +1,19 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class IconAfval {
3
+ render() {
4
+ return (h("svg", { width: "38", height: "27", viewBox: "0 0 38 27", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
+ h("path", { d: "M0.000253331 4.00088L0.864407 22.4411C0.86744 22.5131 0.897882 22.5812 0.949373 22.6311C1.00086 22.681 1.06944 22.7088 1.14073 22.7088H2.21654C2.86845 22.7994 3.46585 23.1259 3.89817 23.6279C4.33049 24.1298 4.56846 24.7733 4.56802 25.4391C4.57095 25.4926 4.57095 25.5462 4.56802 25.5997V25.5997V26.028C4.56802 26.1021 4.59712 26.1733 4.64894 26.2257C4.70075 26.2781 4.77103 26.3076 4.84431 26.3076H11.4931C11.5615 26.3063 11.627 26.2795 11.6769 26.2323C11.7269 26.185 11.7578 26.1207 11.7636 26.0518L13.4801 4.01279C13.4834 3.97413 13.4787 3.93521 13.4663 3.8985C13.4538 3.86178 13.434 3.82806 13.408 3.79953C13.382 3.77099 13.3505 3.74824 13.3153 3.73272C13.2801 3.71721 13.2422 3.70927 13.2039 3.70941H0.270687C0.233889 3.71017 0.197604 3.71838 0.163978 3.73352C0.130351 3.74866 0.10004 3.77045 0.0748495 3.7976C0.0496587 3.82475 0.0300722 3.85672 0.0172608 3.89164C0.00444947 3.92655 -0.00132048 3.96367 0.000253331 4.00088V4.00088Z", fill: "currentColor" }),
6
+ h("path", { d: "M13.1396 0.979083L0.406326 3.3882C0.369648 3.39413 0.33215 3.39267 0.296029 3.38391C0.259907 3.37515 0.225853 3.35926 0.195814 3.33715C0.165774 3.31504 0.140365 3.28717 0.121002 3.2551C0.101639 3.22302 0.0887298 3.18738 0.0830044 3.15024L0.00657829 2.72197C-0.00583682 2.6473 0.0103503 2.57066 0.0518599 2.50766C0.0933694 2.44465 0.157078 2.40003 0.229972 2.38291L12.9691 0.00352876C13.0055 -0.00236476 13.0426 -0.000867878 13.0784 0.00795815C13.1141 0.0167842 13.1477 0.0327745 13.1773 0.0549387C13.2069 0.0771029 13.2318 0.104994 13.2505 0.137028C13.2693 0.169061 13.2816 0.204592 13.2866 0.241481L13.363 0.669752C13.3703 0.740158 13.3515 0.810792 13.3102 0.867949C13.2689 0.925105 13.2081 0.964719 13.1396 0.979083V0.979083Z", fill: "currentColor" }),
7
+ h("path", { d: "M2.06368 26.9619C3.05068 26.9619 3.85081 26.1523 3.85081 25.1535C3.85081 24.1548 3.05068 23.3452 2.06368 23.3452C1.07667 23.3452 0.27655 24.1548 0.27655 25.1535C0.27655 26.1523 1.07667 26.9619 2.06368 26.9619Z", fill: "currentColor" }),
8
+ h("path", { d: "M33.5383 11.0319L36.607 9.24739C36.6329 9.23388 36.6546 9.21343 36.6698 9.18825C36.685 9.16306 36.693 9.13412 36.693 9.10463C36.693 9.07514 36.685 9.04624 36.6698 9.02105C36.6546 8.99587 36.6329 8.97539 36.607 8.96187L30.5284 6.18396C30.5036 6.17273 30.4764 6.16811 30.4494 6.17056C30.4223 6.17302 30.3963 6.18246 30.3739 6.19798C30.3515 6.21349 30.3334 6.23457 30.3213 6.25919C30.3093 6.28381 30.3036 6.31118 30.305 6.33863L30.4167 9.71734C30.4194 9.75744 30.4364 9.79518 30.4645 9.82361C30.4926 9.85203 30.5299 9.86923 30.5696 9.872C31.5963 9.95065 32.5747 10.345 33.3737 11.0022C33.3953 11.0228 33.4224 11.0366 33.4516 11.0419C33.4808 11.0472 33.511 11.0437 33.5383 11.0319V11.0319Z", fill: "currentColor" }),
9
+ h("path", { d: "M37.9767 25.4272C37.9767 25.4272 36.8715 24.9216 35.0903 21.9355C34.4383 20.7059 34.0008 19.3717 33.797 17.9916C33.7994 17.9301 33.8134 17.8695 33.8381 17.8132L34.7846 15.7907C34.7871 15.763 34.7871 15.7352 34.7846 15.7074C34.8991 15.3838 34.9354 15.037 34.8904 14.6962C34.4436 11.609 32.4272 10.2111 29.1528 10.1456C27.5032 10.1781 25.9234 10.8245 24.7152 11.9614C23.5071 13.0983 22.7554 14.6458 22.6039 16.3082V16.3082C22.4645 17.7854 22.2407 19.2531 21.9337 20.7041C21.5105 22.4887 20.3759 25.4272 20.3759 25.4272C20.3112 25.5759 20.3759 25.7663 20.5169 25.7663H37.818C37.9591 25.7663 38.0414 25.5759 37.9767 25.4272Z", fill: "currentColor" })));
10
+ }
11
+ static get is() { return "utrecht-icon-afval"; }
12
+ static get encapsulation() { return "shadow"; }
13
+ static get originalStyleUrls() { return {
14
+ "$": ["index.scss"]
15
+ }; }
16
+ static get styleUrls() { return {
17
+ "$": ["index.css"]
18
+ }; }
19
+ }
@@ -0,0 +1,17 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class IconArrow {
3
+ render() {
4
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-6 -3 24 24" },
5
+ h("title", null, "Arrow"),
6
+ h("g", null,
7
+ h("path", { fill: "currentColor", d: "M1.79289 19.0919C2.18341 19.4824 2.81659 19.4824 3.20711 19.0919L11.6923 10.6066C12.0828 10.2161 12.0828 9.58293 11.6923 9.1924L3.20711 0.707113C2.81658 0.316586 2.18342 0.316585 1.79289 0.707111L0.707104 1.7929C0.316581 2.18342 0.316579 2.81658 0.707099 3.20711L6.69232 9.1924C7.08284 9.58293 7.08284 10.2161 6.69232 10.6066L0.707097 16.5919C0.316577 16.9824 0.316577 17.6156 0.707096 18.0061L1.79289 19.0919Z" }))));
8
+ }
9
+ static get is() { return "utrecht-icon-arrow"; }
10
+ static get encapsulation() { return "shadow"; }
11
+ static get originalStyleUrls() { return {
12
+ "$": ["index.scss"]
13
+ }; }
14
+ static get styleUrls() { return {
15
+ "$": ["index.css"]
16
+ }; }
17
+ }
@@ -0,0 +1,16 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class Checkmark {
3
+ render() {
4
+ return (h("svg", { width: "20", height: "20", viewBox: "0 2 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
+ h("title", null, "\u2714"),
6
+ h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.1645 9.72984C2.79771 9.31695 2.16565 9.27958 1.75276 9.64637L0.74761 10.5393C0.334716 10.9061 0.297345 11.5381 0.664139 11.951L6.46246 18.4781C6.62657 18.6628 6.84377 18.7724 7.07068 18.8042C7.35107 18.8437 7.64634 18.7644 7.87461 18.5616L18.9907 8.68669C19.4036 8.31989 19.4409 7.68783 19.0741 7.27494L18.2644 6.36347C17.8977 5.95058 17.2656 5.9132 16.8527 6.28L8.2368 13.9339C7.82391 14.3007 7.19185 14.2634 6.82505 13.8505L3.1645 9.72984Z", fill: "currentColor" })));
7
+ }
8
+ static get is() { return "utrecht-icon-checkmark"; }
9
+ static get encapsulation() { return "shadow"; }
10
+ static get originalStyleUrls() { return {
11
+ "$": ["index.scss"]
12
+ }; }
13
+ static get styleUrls() { return {
14
+ "$": ["index.css"]
15
+ }; }
16
+ }
@@ -0,0 +1,17 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class IconCross {
3
+ render() {
4
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-2 -3 24 24" },
5
+ h("title", null, "Arrow"),
6
+ h("g", null,
7
+ h("path", { fill: "currentColor", d: "M0.292897 1.37868C-0.0976322 1.76921 -0.0976324 2.40238 0.292897 2.7929L6.28364 8.7836C6.66684 9.17256 6.66701 9.79731 6.28415 10.1865L0.292896 16.1777C-0.0976317 16.5682 -0.0976317 17.2014 0.292894 17.5919L1.37868 18.6777C1.54958 18.8486 1.76695 18.9447 1.99011 18.966C2.0399 18.9708 2.08998 18.9718 2.1399 18.9691C2.37756 18.9564 2.61153 18.8592 2.79307 18.6777L8.7843 12.6864C9.17359 12.3036 9.79842 12.304 10.1873 12.6874L16.1775 18.6777C16.3556 18.8558 16.5842 18.9527 16.8172 18.9683C17.0952 18.987 17.3794 18.8901 17.5919 18.6777L18.6777 17.5919C19.0682 17.2014 19.0682 16.5682 18.6777 16.1777L12.6869 10.187C12.3037 9.79801 12.3036 9.17323 12.6865 8.78406L18.6777 2.7929C19.0682 2.40238 19.0682 1.76921 18.6777 1.37868L17.5919 0.292897C17.4019 0.102952 17.1546 0.00539363 16.9057 0.000220857C16.6428 -0.00528831 16.3781 0.0922701 16.1775 0.292896L10.1863 6.28416C9.79701 6.66694 9.17217 6.66662 8.78329 6.28318L2.79307 0.292907C2.61496 0.114795 2.38638 0.0179162 2.15336 0.00227038C1.87542 -0.0164342 1.59116 0.0804386 1.3787 0.292889L0.292897 1.37868Z" }))));
8
+ }
9
+ static get is() { return "utrecht-icon-cross"; }
10
+ static get encapsulation() { return "shadow"; }
11
+ static get originalStyleUrls() { return {
12
+ "$": ["index.scss"]
13
+ }; }
14
+ static get styleUrls() { return {
15
+ "$": ["index.css"]
16
+ }; }
17
+ }
@@ -0,0 +1,18 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class IconError {
3
+ render() {
4
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-8 -8 38 38" },
5
+ h("title", null, "Error"),
6
+ h("g", null,
7
+ h("path", { fill: "currentColor", d: "M7.33946 3.24242C7.49556 3.08683 7.70708 2.99963 7.92747 3L15.1042 3.01196C15.3245 3.01232 15.5358 3.10023 15.6914 3.25633L20.7576 8.33946C20.9132 8.49556 21.0004 8.70708 21 8.92747L20.988 16.1042C20.9877 16.3245 20.8998 16.5358 20.7437 16.6914L15.6605 21.7576C15.5044 21.9132 15.2929 22.0004 15.0725 22L7.89585 21.988C7.67545 21.9877 7.46423 21.8998 7.30865 21.7437L2.24242 16.6605C2.08683 16.5044 1.99963 16.2929 2 16.0725L2.01195 8.89585C2.01232 8.67545 2.10023 8.46423 2.25633 8.30865L7.33946 3.24242Z" }),
8
+ h("path", { fill: "white", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.35206 8.82756C7.18099 8.99863 7.18099 9.27599 7.35206 9.44706L9.97629 12.0713C10.1441 12.2416 10.1442 12.5153 9.97651 12.6858L7.35206 15.3102C7.18099 15.4813 7.18099 15.7587 7.35206 15.9297L7.82768 16.4053C7.90254 16.4802 7.99776 16.5223 8.09552 16.5316C8.1187 16.5339 8.14202 16.5342 8.16524 16.5328C8.26793 16.5263 8.36878 16.4838 8.44725 16.4053L11.0717 13.7808C11.2423 13.6132 11.5159 13.6134 11.6863 13.7813L14.3103 16.4053C14.3883 16.4834 14.4884 16.5258 14.5905 16.5327C14.7122 16.5408 14.8368 16.4984 14.9298 16.4054L15.4055 15.9297C15.5765 15.7587 15.5765 15.4813 15.4055 15.3102L12.7812 12.686C12.6134 12.5156 12.6133 12.2419 12.781 12.0715C12.7819 12.0706 12.7827 12.0697 12.7836 12.0689L15.4055 9.44706C15.5765 9.27599 15.5765 8.99863 15.4055 8.82756L14.9298 8.35194C14.8463 8.2684 14.7374 8.22565 14.6279 8.2237C14.5132 8.22164 14.3978 8.26439 14.3103 8.35193L11.6858 10.9764C11.5153 11.1441 11.2416 11.1439 11.0713 10.976L8.44725 8.35194C8.36923 8.27392 8.2691 8.23148 8.16703 8.22463C8.04528 8.21643 7.92076 8.25887 7.82769 8.35193L7.35206 8.82756Z" }))));
9
+ }
10
+ static get is() { return "utrecht-icon-error"; }
11
+ static get encapsulation() { return "shadow"; }
12
+ static get originalStyleUrls() { return {
13
+ "$": ["index.scss"]
14
+ }; }
15
+ static get styleUrls() { return {
16
+ "$": ["index.css"]
17
+ }; }
18
+ }
@@ -0,0 +1,17 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class IconFacebook {
3
+ render() {
4
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 38 38" },
5
+ h("title", null, "Facebook"),
6
+ h("g", null,
7
+ h("path", { fill: "currentColor", d: "M25.868,20.809l0.687-5.323h-5.271v-3.398c0-1.541,0.43-2.592,2.641-2.592h2.815v-4.76 c-0.487-0.065-2.158-0.209-4.107-0.209c-4.065,0-6.845,2.481-6.845,7.037v3.925h-4.597v5.322h4.597v13.658h5.494V20.811h4.585 L25.868,20.809L25.868,20.809z" }))));
8
+ }
9
+ static get is() { return "utrecht-icon-facebook"; }
10
+ static get encapsulation() { return "shadow"; }
11
+ static get originalStyleUrls() { return {
12
+ "$": ["index.scss"]
13
+ }; }
14
+ static get styleUrls() { return {
15
+ "$": ["index.css"]
16
+ }; }
17
+ }
@@ -0,0 +1,18 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class IconFilter {
3
+ render() {
4
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-2 -1 24 24" },
5
+ h("title", null, "Filter"),
6
+ h("rect", { x: "2", y: "6", width: "17", height: "2", rx: "0.5", fill: "currentColor" }),
7
+ h("rect", { x: "4", y: "11", width: "13", height: "2", rx: "0.5", fill: "currentColor" }),
8
+ h("rect", { x: "6", y: "16", width: "9", height: "2", rx: "0.5", fill: "currentColor" })));
9
+ }
10
+ static get is() { return "utrecht-icon-filter"; }
11
+ static get encapsulation() { return "shadow"; }
12
+ static get originalStyleUrls() { return {
13
+ "$": ["index.scss"]
14
+ }; }
15
+ static get styleUrls() { return {
16
+ "$": ["index.css"]
17
+ }; }
18
+ }
@@ -0,0 +1,20 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ :host {
6
+ display: inline-block;
7
+ /* prevent custom element dimensions to be larger than icon size because of line-height */
8
+ height: var(--utrecht-icon-size);
9
+ width: var(--utrecht-icon-size);
10
+ }
11
+
12
+ :host([hidden]) {
13
+ display: none !important;
14
+ }
15
+
16
+ svg {
17
+ color: var(--utrecht-icon-color, currentColor);
18
+ height: var(--utrecht-icon-size, 100%);
19
+ width: var(--utrecht-icon-size, 100%);
20
+ }
@@ -0,0 +1,19 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class IconInformation {
3
+ render() {
4
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-10 -10 38 38" },
5
+ h("title", null, "Information"),
6
+ h("g", null,
7
+ h("path", { fill: "currentColor", d: "M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z" }),
8
+ h("path", { fill: "white", d: "M9 8.5C9 8.22386 9.22386 8 9.5 8H10.5C10.7761 8 11 8.22386 11 8.5V14.5C11 14.7761 10.7761 15 10.5 15H9.5C9.22386 15 9 14.7761 9 14.5V8.5Z" }),
9
+ h("circle", { fill: "white", cx: "10", cy: "6", r: "1" }))));
10
+ }
11
+ static get is() { return "utrecht-icon-information"; }
12
+ static get encapsulation() { return "shadow"; }
13
+ static get originalStyleUrls() { return {
14
+ "$": ["index.scss"]
15
+ }; }
16
+ static get styleUrls() { return {
17
+ "$": ["index.css"]
18
+ }; }
19
+ }
@@ -0,0 +1,19 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class IconInstagram {
3
+ render() {
4
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-7 -7 42 42" },
5
+ h("title", null, "Instagram"),
6
+ h("g", null,
7
+ h("path", { "fill-rule": "nonzero", fill: "currentColor", d: "M13.4773109,2.42977292 C17.0848739,2.42977292 17.5159664,2.45248108 18.9226891,2.49789739 C20.2386555,2.56602187 20.9420168,2.77039529 21.4184874,2.95206056 C22.0537815,3.20185029 22.507563,3.49705635 22.9613445,3.95121951 C23.4378151,4.42809083 23.7327731,4.88225399 23.9596639,5.49537426 C24.1411765,5.97224558 24.3680672,6.67619849 24.4134454,7.99327166 C24.4815126,9.42388562 24.4815126,9.83263246 24.4815126,13.4432296 C24.4815126,17.0538267 24.4588235,17.4852817 24.4134454,18.8931876 C24.3453782,20.2102607 24.1411765,20.9142136 23.9596639,21.3910849 C23.710084,22.0269134 23.4151261,22.4810765 22.9613445,22.9352397 C22.4848739,23.412111 22.0310924,23.7073171 21.4184874,23.9343987 C20.9420168,24.1160639 20.2386555,24.3431455 18.9226891,24.3885618 C17.4932773,24.4566863 17.0848739,24.4566863 13.4773109,24.4566863 C9.8697479,24.4566863 9.43865546,24.4339781 8.03193277,24.3885618 C6.71596639,24.3204373 6.01260504,24.1160639 5.53613445,23.9343987 C4.90084034,23.6846089 4.44705882,23.3894029 3.99327731,22.9352397 C3.51680672,22.4583684 3.22184874,22.0042052 2.99495798,21.3910849 C2.81344538,20.9142136 2.58655462,20.2102607 2.54117647,18.8931876 C2.47310924,17.4625736 2.47310924,17.0538267 2.47310924,13.4432296 C2.47310924,9.83263246 2.49579832,9.40117746 2.54117647,7.99327166 C2.6092437,6.67619849 2.81344538,5.97224558 2.99495798,5.49537426 C3.19915966,4.90496215 3.49411765,4.45079899 3.97058824,3.97392767 C4.44705882,3.49705635 4.90084034,3.20185029 5.51344538,2.97476871 C5.98991597,2.79310345 6.69327731,2.56602187 8.0092437,2.52060555 C9.43865546,2.42977292 9.8697479,2.42977292 13.4773109,2.42977292 Z M13.4773109,0 C9.82436975,0 9.34789916,0.0227081581 7.91848739,0.0908326325 C6.48907563,0.136248949 5.4907563,0.36333053 4.6512605,0.703952902 C3.76638655,1.04457527 2.99495798,1.49873844 2.24621849,2.24810765 C1.49747899,2.99747687 1.04369748,3.76955425 0.703361345,4.65517241 C0.36302521,5.49537426 0.136134454,6.49453322 0.0680672269,7.92514718 C0,9.35576114 0,9.83263246 0,13.4886459 C0,17.1446594 0.0226890756,17.6215307 0.0907563025,19.0521447 C0.158823529,20.4827586 0.385714286,21.4592094 0.72605042,22.3221194 C1.06638655,23.2077376 1.54285714,23.9571068 2.29159664,24.706476 C3.04033613,25.4558452 3.78907563,25.9100084 4.67394958,26.2733389 C5.53613445,26.6139613 6.51176471,26.8410429 7.94117647,26.9091674 C9.37058824,26.9772918 9.84705882,27 13.5,27 C17.1529412,27 17.6294118,26.9772918 19.0588235,26.9091674 C20.4882353,26.8410429 21.4638655,26.6139613 22.3260504,26.2733389 C23.2109244,25.9327166 23.9596639,25.4558452 24.7084034,24.706476 C25.4571429,23.9571068 25.9109244,23.2077376 26.2739496,22.3221194 C26.6142857,21.4592094 26.8411765,20.4827586 26.9092437,19.0521447 C26.9773109,17.6215307 27,17.1446594 27,13.4886459 C27,9.83263246 26.9773109,9.35576114 26.9092437,7.92514718 C26.8411765,6.49453322 26.6142857,5.51808242 26.2739496,4.65517241 C25.9336134,3.76955425 25.4571429,3.02018503 24.7084034,2.27081581 C23.9596639,1.52144659 23.2109244,1.06728343 22.3260504,0.703952902 C21.4638655,0.36333053 20.4882353,0.136248949 19.0588235,0.0681244743 C17.6067227,0 17.1302521,0 13.4773109,0 Z" }),
8
+ h("path", { "fill-rule": "nonzero", fill: "currentColor", d: "M14,7 C10.1213115,7 7,10.1442623 7,14 C7,17.8786885 10.1442623,21 14,21 C17.8557377,21 21,17.8557377 21,14 C21,10.1213115 17.8786885,7 14,7 Z M14,18.5442623 C11.4983607,18.5442623 9.4557377,16.5016393 9.4557377,14 C9.4557377,11.4983607 11.4983607,9.4557377 14,9.4557377 C16.5016393,9.4557377 18.5442623,11.4983607 18.5442623,14 C18.5442623,16.5016393 16.5016393,18.5442623 14,18.5442623 Z" }),
9
+ h("circle", { fill: "currentColor", cx: "21", cy: "6", r: "2" }))));
10
+ }
11
+ static get is() { return "utrecht-icon-instagram"; }
12
+ static get encapsulation() { return "shadow"; }
13
+ static get originalStyleUrls() { return {
14
+ "$": ["index.scss"]
15
+ }; }
16
+ static get styleUrls() { return {
17
+ "$": ["index.css"]
18
+ }; }
19
+ }
@@ -0,0 +1,18 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class IconLinkedin {
3
+ render() {
4
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-8 -8 43 43" },
5
+ h("title", null, "LinkedIn"),
6
+ h("g", null,
7
+ h("path", { fill: "currentColor", "fill-rule": "nonzero", d: "M0.465517241,8.84482759 L6.05172414,8.84482759 L6.05172414,27 L0.465517241,27 L0.465517241,8.84482759 Z M3.25862069,0 C4.88793103,0 6.51724138,1.39655172 6.51724138,3.25862069 C6.51724138,5.12068966 4.88793103,6.51724138 3.25862069,6.51724138 C1.39655172,6.51724138 0,5.12068966 0,3.25862069 C0,1.39655172 1.39655172,0 3.25862069,0 Z" }),
8
+ h("path", { fill: "currentColor", d: "M9.31034483,8.84482759 L14.7351724,8.84482759 L14.7351724,11.4051724 C15.4427586,10.0086207 17.3296552,8.37931034 20.16,8.37931034 C25.8206897,8.37931034 27,12.1034483 27,16.9913793 L27,27 L21.3393103,27 L21.3393103,18.1551724 C21.3393103,16.0603448 21.3393103,13.2672414 18.2731034,13.2672414 C15.2068966,13.2672414 14.9710345,15.5948276 14.9710345,17.9224138 L14.9710345,26.7672414 L9.31034483,26.7672414 L9.31034483,8.84482759 Z" }))));
9
+ }
10
+ static get is() { return "utrecht-icon-linkedin"; }
11
+ static get encapsulation() { return "shadow"; }
12
+ static get originalStyleUrls() { return {
13
+ "$": ["index.scss"]
14
+ }; }
15
+ static get styleUrls() { return {
16
+ "$": ["index.css"]
17
+ }; }
18
+ }
@@ -0,0 +1,21 @@
1
+ import { Component, h } from '@stencil/core';
2
+ export class IconList {
3
+ render() {
4
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 24" },
5
+ h("title", null, "List"),
6
+ h("rect", { x: "6", y: "18", width: "13", height: "2", rx: "0.5", fill: "currentColor" }),
7
+ h("rect", { x: "6", y: "12", width: "13", height: "2", rx: "0.5", fill: "currentColor" }),
8
+ h("rect", { x: "6", y: "6", width: "13", height: "2", rx: "0.5", fill: "currentColor" }),
9
+ h("circle", { cx: "3", cy: "7", r: "1", fill: "currentColor" }),
10
+ h("circle", { cx: "3", cy: "13", r: "1", fill: "currentColor" }),
11
+ h("circle", { cx: "3", cy: "19", r: "1", fill: "currentColor" })));
12
+ }
13
+ static get is() { return "utrecht-icon-list"; }
14
+ static get encapsulation() { return "shadow"; }
15
+ static get originalStyleUrls() { return {
16
+ "$": ["index.scss"]
17
+ }; }
18
+ static get styleUrls() { return {
19
+ "$": ["index.css"]
20
+ }; }
21
+ }