@milestone-sys/web-design-system 3.6.2 → 3.6.3

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 (1102) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +7 -7
  3. package/assets.html +13 -0
  4. package/colors.list.js +65 -65
  5. package/components/detail/accordion-checkbox-large.html +1051 -0
  6. package/components/detail/accordion-checkbox-medium-dark.html +1051 -0
  7. package/components/detail/accordion-checkbox-medium-disabled.html +1051 -0
  8. package/components/detail/accordion-checkbox-medium-filtered-list-items.html +1055 -0
  9. package/components/detail/accordion-checkbox-medium-icon-left-floating-dark-yellow.html +1077 -0
  10. package/components/detail/accordion-checkbox-medium-icon-left-floating.html +1077 -0
  11. package/components/detail/accordion-checkbox-medium-icon-left.html +1065 -0
  12. package/components/detail/accordion-checkbox-medium.html +1060 -0
  13. package/components/detail/accordion-checkbox-overview.html +1051 -0
  14. package/components/detail/accordion-input.html +949 -0
  15. package/components/detail/accordion-label.html +949 -0
  16. package/components/detail/accordion-modifier-icon-floating.html +949 -0
  17. package/components/detail/accordion-modifier-icon-left.html +949 -0
  18. package/components/detail/accordion-radio.html +1053 -0
  19. package/components/detail/alert-dark-theme-default.html +1009 -0
  20. package/components/detail/alert-dark-theme-solution.html +1009 -0
  21. package/components/detail/alert-default-extra-attention.html +1007 -0
  22. package/components/detail/alert-default-generic.html +1006 -0
  23. package/components/detail/alert-default-solution-with-badge-and-ready-state.html +1018 -0
  24. package/components/detail/alert-default-solution.html +1010 -0
  25. package/components/detail/alert-default-without-image.html +1004 -0
  26. package/components/detail/alert-default.html +1006 -0
  27. package/components/detail/alert-hidden-after-refresh-checkbox.html +1016 -0
  28. package/components/detail/alert-hidden-after-refresh.html +1005 -0
  29. package/components/detail/alert-layouts.html +1560 -0
  30. package/components/detail/alert-visible-after-refresh.html +1005 -0
  31. package/components/detail/background-colors.html +1287 -0
  32. package/components/detail/basic-card-default-dark.html +1014 -0
  33. package/components/detail/basic-card-default-without-caption-with-header-icon.html +1005 -0
  34. package/components/detail/basic-card-default-without-caption-with-header-image.html +1001 -0
  35. package/components/detail/basic-card-default-without-caption.html +997 -0
  36. package/components/detail/basic-card-default.html +1014 -0
  37. package/components/detail/basic-card-grouping-center.html +1014 -0
  38. package/components/detail/basic-card-grouping-left-with-flat-icon.html +1024 -0
  39. package/components/detail/basic-card-grouping-left.html +1014 -0
  40. package/components/detail/basic-card-grouping.html +1122 -0
  41. package/components/detail/basic-card-layouts.html +1886 -0
  42. package/components/detail/button-danger-dark-icon.html +999 -0
  43. package/components/detail/button-danger-dark.html +975 -0
  44. package/components/detail/button-danger-default.html +975 -0
  45. package/components/detail/button-danger-icon.html +999 -0
  46. package/components/detail/button-disabled-dark-icon.html +999 -0
  47. package/components/detail/button-disabled-dark.html +975 -0
  48. package/components/detail/button-floating-aligned-column.html +1005 -0
  49. package/components/detail/button-floating-aligned-right.html +1005 -0
  50. package/components/detail/button-floating-dark-aligned-column.html +1005 -0
  51. package/components/detail/button-floating-dark-aligned-right.html +1005 -0
  52. package/components/detail/button-floating-dark-default.html +1005 -0
  53. package/components/detail/button-floating-dark-disabled.html +1005 -0
  54. package/components/detail/button-floating-dark-secondary-aligned-column.html +1005 -0
  55. package/components/detail/button-floating-dark-secondary-aligned-right.html +1005 -0
  56. package/components/detail/button-floating-dark-secondary.html +1005 -0
  57. package/components/detail/button-floating-default.html +1005 -0
  58. package/components/detail/button-floating-disabled.html +1005 -0
  59. package/components/detail/button-floating-overview.html +969 -0
  60. package/components/detail/button-floating-positioning.html +1007 -0
  61. package/components/detail/button-floating-secondary-aligned-column.html +1005 -0
  62. package/components/detail/button-floating-secondary-aligned-right.html +1005 -0
  63. package/components/detail/button-floating-secondary.html +1005 -0
  64. package/components/detail/button-floating-states.html +987 -0
  65. package/components/detail/button-gray-default.html +975 -0
  66. package/components/detail/button-gray-icon.html +999 -0
  67. package/components/detail/button-group-center-alignment.html +965 -0
  68. package/components/detail/button-group-left-alignment.html +965 -0
  69. package/components/detail/button-group-right-alignment.html +965 -0
  70. package/components/detail/button-overview-direction.html +983 -0
  71. package/components/detail/button-overview-global-definition.html +975 -0
  72. package/components/detail/button-overview-sizes.html +987 -0
  73. package/components/detail/button-overview-states.html +1019 -0
  74. package/components/detail/button-primary-dark-icon.html +999 -0
  75. package/components/detail/button-primary-dark.html +975 -0
  76. package/components/detail/button-primary-default.html +975 -0
  77. package/components/detail/button-primary-icon.html +999 -0
  78. package/components/detail/button-secondary-dark-icon.html +999 -0
  79. package/components/detail/button-secondary-dark.html +975 -0
  80. package/components/detail/button-secondary-default.html +975 -0
  81. package/components/detail/button-secondary-icon.html +999 -0
  82. package/components/detail/button-tertiary-default.html +975 -0
  83. package/components/detail/button-tertiary-icon.html +999 -0
  84. package/components/detail/buttons-overview.html +2069 -0
  85. package/components/detail/category-dark.html +1022 -0
  86. package/components/detail/category-disabled-dark.html +1014 -0
  87. package/components/detail/category-disabled.html +1014 -0
  88. package/components/detail/category-full-row.html +1178 -0
  89. package/components/detail/category-overview-dark-states.html +1058 -0
  90. package/components/detail/category-overview-dark.html +1022 -0
  91. package/components/detail/category-overview-sizes.html +1030 -0
  92. package/components/detail/category-overview-states.html +1058 -0
  93. package/components/detail/category-small-dark.html +1022 -0
  94. package/components/detail/category-small-disabled-dark.html +1014 -0
  95. package/components/detail/category-small-disabled.html +1014 -0
  96. package/components/detail/category-small-full-row.html +1250 -0
  97. package/components/detail/category-small.html +1022 -0
  98. package/components/detail/category.html +1022 -0
  99. package/components/detail/checkbox-checked.html +968 -0
  100. package/components/detail/checkbox-disabled.html +968 -0
  101. package/components/detail/checkbox-focus.html +968 -0
  102. package/components/detail/checkbox-global-definition.html +968 -0
  103. package/components/detail/checkbox-hover.html +968 -0
  104. package/components/detail/checkbox-inline.html +974 -0
  105. package/components/detail/checkbox-readonly.html +969 -0
  106. package/components/detail/colors-and-shadows.html +1403 -0
  107. package/components/detail/contact-cards.html +2151 -0
  108. package/components/detail/contact-content.html +1017 -0
  109. package/components/detail/contact-overview.html +1147 -0
  110. package/components/detail/contact-sizes.html +1108 -0
  111. package/components/detail/contact-small.html +1038 -0
  112. package/components/detail/contact-without-image-small.html +1028 -0
  113. package/components/detail/contact-without-image.html +1028 -0
  114. package/components/detail/contact.html +1038 -0
  115. package/components/detail/divider-dark-blue.html +949 -0
  116. package/components/detail/divider-default.html +949 -0
  117. package/components/detail/divider-gray-5.html +949 -0
  118. package/components/detail/divider-white-50.html +949 -0
  119. package/components/detail/divider-white.html +949 -0
  120. package/components/detail/divider-yellow.html +949 -0
  121. package/components/detail/generic-card-aspect-16by9.html +1001 -0
  122. package/components/detail/generic-card-aspect-2by1-small.html +1116 -0
  123. package/components/detail/generic-card-aspect-2by1.html +1110 -0
  124. package/components/detail/generic-card-aspect.html +1050 -0
  125. package/components/detail/generic-card-default-small-dark-theme.html +1000 -0
  126. package/components/detail/generic-card-default-small-svg.html +1000 -0
  127. package/components/detail/generic-card-default-small.html +999 -0
  128. package/components/detail/generic-card-default-svg-dark.html +999 -0
  129. package/components/detail/generic-card-default-svg.html +998 -0
  130. package/components/detail/generic-card-default.html +999 -0
  131. package/components/detail/generic-card-media-dark-theme.html +1031 -0
  132. package/components/detail/generic-card-media-floating-icon.html +1042 -0
  133. package/components/detail/generic-card-media-small.html +1027 -0
  134. package/components/detail/generic-card-media.html +1027 -0
  135. package/components/detail/generic-card-overview.html +1062 -0
  136. package/components/detail/generic-flat-icons.html +951 -0
  137. package/components/detail/generic-rich-icons.html +951 -0
  138. package/components/detail/global-colors-alternative.html +1301 -0
  139. package/components/detail/global-colors-gradients.html +1305 -0
  140. package/components/detail/global-colors-gray-white-black.html +1304 -0
  141. package/components/detail/global-colors-primary.html +1295 -0
  142. package/components/detail/global-colors-shadows.html +1295 -0
  143. package/components/detail/global-colors-transparency.html +1306 -0
  144. package/components/detail/global-margins.html +995 -0
  145. package/components/detail/global-paddings.html +951 -0
  146. package/components/detail/gradient-background-colors.html +1517 -0
  147. package/components/detail/input-disabled.html +1003 -0
  148. package/components/detail/input-field.html +1226 -0
  149. package/components/detail/input-focus.html +1003 -0
  150. package/components/detail/input-hover.html +1003 -0
  151. package/components/detail/input-readonly.html +1003 -0
  152. package/components/detail/input-sizes.html +1007 -0
  153. package/components/detail/input-state-error.html +1003 -0
  154. package/components/detail/input-state-success.html +1003 -0
  155. package/components/detail/input.html +981 -0
  156. package/components/detail/large-section-spacing-definitions.html +1011 -0
  157. package/components/detail/large-section-spacing.html +977 -0
  158. package/components/detail/links.html +977 -0
  159. package/components/detail/lists.html +973 -0
  160. package/components/detail/marketplace-flat-icons.html +951 -0
  161. package/components/detail/marketplace-rich-icons.html +951 -0
  162. package/components/detail/matching-content-height-card.html +1599 -0
  163. package/components/detail/medium-section-spacing-definitions.html +1011 -0
  164. package/components/detail/medium-section-spacing.html +977 -0
  165. package/components/detail/modal-on-click.html +1017 -0
  166. package/components/detail/modal-on-load-demo.html +1012 -0
  167. package/components/detail/modal-on-load.html +1012 -0
  168. package/components/detail/msds-text-alt-blue-1.html +1287 -0
  169. package/components/detail/msds-text-alt-blue-2.html +1287 -0
  170. package/components/detail/msds-text-alt-blue-3.html +1287 -0
  171. package/components/detail/msds-text-alt-yellow-1.html +1287 -0
  172. package/components/detail/msds-text-alt-yellow-2.html +1287 -0
  173. package/components/detail/msds-text-black.html +1287 -0
  174. package/components/detail/msds-text-clear-blue.html +1287 -0
  175. package/components/detail/msds-text-confirm-green.html +1287 -0
  176. package/components/detail/msds-text-danger-red-1.html +1287 -0
  177. package/components/detail/msds-text-danger-red-2.html +1287 -0
  178. package/components/detail/msds-text-dark-blue.html +1287 -0
  179. package/components/detail/msds-text-gray-1.html +1287 -0
  180. package/components/detail/msds-text-gray-10.html +1287 -0
  181. package/components/detail/msds-text-gray-2.html +1287 -0
  182. package/components/detail/msds-text-gray-3.html +1287 -0
  183. package/components/detail/msds-text-gray-4.html +1287 -0
  184. package/components/detail/msds-text-gray-5.html +1287 -0
  185. package/components/detail/msds-text-gray-6.html +1287 -0
  186. package/components/detail/msds-text-gray-7.html +1287 -0
  187. package/components/detail/msds-text-gray-8.html +1287 -0
  188. package/components/detail/msds-text-gray-9.html +1287 -0
  189. package/components/detail/msds-text-sand.html +1287 -0
  190. package/components/detail/msds-text-white.html +1287 -0
  191. package/components/detail/msds-text-yellow.html +1287 -0
  192. package/components/detail/popover-bottom.html +1018 -0
  193. package/components/detail/popover-global-definition.html +1018 -0
  194. package/components/detail/popover-left.html +1018 -0
  195. package/components/detail/popover-top.html +1018 -0
  196. package/components/detail/preview-dark.html +1014 -0
  197. package/components/detail/preview.html +1001 -0
  198. package/components/detail/progress-bar-dark-theme.html +997 -0
  199. package/components/detail/progress-bar-features.html +1023 -0
  200. package/components/detail/progress-bar-global-definition.html +973 -0
  201. package/components/detail/progress-bar-light-theme.html +997 -0
  202. package/components/detail/progress-bar-sizes.html +999 -0
  203. package/components/detail/radio-button-disabled.html +963 -0
  204. package/components/detail/radio-button-focus.html +963 -0
  205. package/components/detail/radio-button-global-definition.html +975 -0
  206. package/components/detail/radio-button-hover.html +963 -0
  207. package/components/detail/radio-button-readonly.html +964 -0
  208. package/components/detail/radio-button-selected.html +963 -0
  209. package/components/detail/section-checkbox-dark.html +1019 -0
  210. package/components/detail/section-checkbox-nested-accordion.html +1124 -0
  211. package/components/detail/section-checkbox.html +1083 -0
  212. package/components/detail/section-radio-dark.html +1083 -0
  213. package/components/detail/section-radio-nested-accordion.html +1135 -0
  214. package/components/detail/section-radio.html +1081 -0
  215. package/components/detail/select-input-default.html +973 -0
  216. package/components/detail/select-input-error.html +971 -0
  217. package/components/detail/select-input-global-definition.html +983 -0
  218. package/components/detail/select-input-not-required.html +973 -0
  219. package/components/detail/select-input-required.html +973 -0
  220. package/components/detail/select-input-small.html +969 -0
  221. package/components/detail/small-section-spacing-definitions.html +1017 -0
  222. package/components/detail/small-section-spacing.html +977 -0
  223. package/components/detail/solid-background-colors.html +1457 -0
  224. package/components/detail/solution-card-default-layout.html +1210 -0
  225. package/components/detail/solution-card-default.html +1040 -0
  226. package/components/detail/solution-card-layouts.html +2085 -0
  227. package/components/detail/solution-card-optional-certification-badges.html +1054 -0
  228. package/components/detail/solution-card-optional-solution-badges.html +1054 -0
  229. package/components/detail/solution-card-sizes.html +1125 -0
  230. package/components/detail/solution-card-small.html +1040 -0
  231. package/components/detail/switch-checked.html +973 -0
  232. package/components/detail/switch-default.html +973 -0
  233. package/components/detail/switch-disabled-readonly.html +973 -0
  234. package/components/detail/switch-disabled.html +973 -0
  235. package/components/detail/switch-global.html +983 -0
  236. package/components/detail/tab-tile.html +2409 -0
  237. package/components/detail/table-dark-theme-default-expandable-rows.html +1204 -0
  238. package/components/detail/table-dark-theme-default.html +1228 -0
  239. package/components/detail/table-default-dark.html +1179 -0
  240. package/components/detail/table-default-expandable-rows.html +1203 -0
  241. package/components/detail/table-default-medium.html +1179 -0
  242. package/components/detail/table-default-small.html +1179 -0
  243. package/components/detail/table-default.html +1227 -0
  244. package/components/detail/text-area-disabled.html +1011 -0
  245. package/components/detail/text-area-error.html +1011 -0
  246. package/components/detail/text-area-field.html +985 -0
  247. package/components/detail/text-area-focus.html +1011 -0
  248. package/components/detail/text-area-hover.html +1011 -0
  249. package/components/detail/text-area-readonly.html +1011 -0
  250. package/components/detail/text-area-sizes.html +1011 -0
  251. package/components/detail/text-area-success.html +1011 -0
  252. package/components/detail/text-area.html +1167 -0
  253. package/components/detail/text-colors.html +1287 -0
  254. package/components/detail/text.html +1037 -0
  255. package/components/detail/typography-body-texts.html +993 -0
  256. package/components/detail/typography-displays.html +959 -0
  257. package/components/detail/typography-headers.html +965 -0
  258. package/components/detail/typography-leads.html +951 -0
  259. package/components/detail/typography-links-dark-theme.html +1159 -0
  260. package/components/detail/typography-links-light-theme.html +1123 -0
  261. package/components/detail/typography-links-secondary.html +1011 -0
  262. package/components/detail/typography-unordered-lists.html +973 -0
  263. package/components/preview/accordion-checkbox-large.html +81 -0
  264. package/components/preview/accordion-checkbox-medium-dark.html +81 -0
  265. package/components/preview/accordion-checkbox-medium-disabled.html +82 -0
  266. package/components/preview/accordion-checkbox-medium-filtered-list-items.html +84 -0
  267. package/components/preview/accordion-checkbox-medium-icon-left-floating-dark-yellow.html +95 -0
  268. package/components/preview/accordion-checkbox-medium-icon-left-floating.html +95 -0
  269. package/components/preview/accordion-checkbox-medium-icon-left.html +90 -0
  270. package/components/preview/accordion-checkbox-medium.html +81 -0
  271. package/components/preview/accordion-checkbox-overview.html +83 -0
  272. package/components/preview/accordion-input.html +30 -0
  273. package/components/preview/accordion-label.html +30 -0
  274. package/components/preview/accordion-modifier-icon-floating.html +30 -0
  275. package/components/preview/accordion-modifier-icon-left.html +31 -0
  276. package/components/preview/accordion-radio.html +83 -0
  277. package/components/preview/alert-dark-theme-default.html +59 -0
  278. package/components/preview/alert-dark-theme-solution.html +59 -0
  279. package/components/preview/alert-default-extra-attention.html +58 -0
  280. package/components/preview/alert-default-generic.html +58 -0
  281. package/components/preview/alert-default-solution-with-badge-and-ready-state.html +64 -0
  282. package/components/preview/alert-default-solution.html +60 -0
  283. package/components/preview/alert-default-without-image.html +57 -0
  284. package/components/preview/alert-default.html +58 -0
  285. package/components/preview/alert-hidden-after-refresh-checkbox.html +63 -0
  286. package/components/preview/alert-hidden-after-refresh.html +57 -0
  287. package/components/preview/alert-layouts.html +341 -0
  288. package/components/preview/alert-visible-after-refresh.html +57 -0
  289. package/components/preview/background-colors.html +50 -0
  290. package/components/preview/basic-card-default-dark.html +55 -0
  291. package/components/preview/basic-card-default-without-caption-with-header-icon.html +50 -0
  292. package/components/preview/basic-card-default-without-caption-with-header-image.html +48 -0
  293. package/components/preview/basic-card-default-without-caption.html +46 -0
  294. package/components/preview/basic-card-default.html +55 -0
  295. package/components/preview/basic-card-grouping-center.html +55 -0
  296. package/components/preview/basic-card-grouping-left-with-flat-icon.html +60 -0
  297. package/components/preview/basic-card-grouping-left.html +55 -0
  298. package/components/preview/basic-card-grouping.html +110 -0
  299. package/components/preview/basic-card-layouts.html +494 -0
  300. package/components/preview/button-danger-dark-icon.html +51 -0
  301. package/components/preview/button-danger-dark.html +44 -0
  302. package/components/preview/button-danger-default.html +42 -0
  303. package/components/preview/button-danger-icon.html +51 -0
  304. package/components/preview/button-disabled-dark-icon.html +51 -0
  305. package/components/preview/button-disabled-dark.html +44 -0
  306. package/components/preview/button-floating-aligned-column.html +57 -0
  307. package/components/preview/button-floating-aligned-right.html +57 -0
  308. package/components/preview/button-floating-dark-aligned-column.html +57 -0
  309. package/components/preview/button-floating-dark-aligned-right.html +57 -0
  310. package/components/preview/button-floating-dark-default.html +57 -0
  311. package/components/preview/button-floating-dark-disabled.html +57 -0
  312. package/components/preview/button-floating-dark-secondary-aligned-column.html +57 -0
  313. package/components/preview/button-floating-dark-secondary-aligned-right.html +57 -0
  314. package/components/preview/button-floating-dark-secondary.html +57 -0
  315. package/components/preview/button-floating-default.html +57 -0
  316. package/components/preview/button-floating-disabled.html +57 -0
  317. package/components/preview/button-floating-overview.html +39 -0
  318. package/components/preview/button-floating-positioning.html +58 -0
  319. package/components/preview/button-floating-secondary-aligned-column.html +57 -0
  320. package/components/preview/button-floating-secondary-aligned-right.html +57 -0
  321. package/components/preview/button-floating-secondary.html +57 -0
  322. package/components/preview/button-floating-states.html +48 -0
  323. package/components/preview/button-gray-default.html +43 -0
  324. package/components/preview/button-gray-icon.html +51 -0
  325. package/components/preview/button-group-center-alignment.html +37 -0
  326. package/components/preview/button-group-left-alignment.html +37 -0
  327. package/components/preview/button-group-right-alignment.html +37 -0
  328. package/components/preview/button-overview-direction.html +45 -0
  329. package/components/preview/button-overview-global-definition.html +41 -0
  330. package/components/preview/button-overview-sizes.html +48 -0
  331. package/components/preview/button-overview-states.html +59 -0
  332. package/components/preview/button-primary-dark-icon.html +51 -0
  333. package/components/preview/button-primary-dark.html +44 -0
  334. package/components/preview/button-primary-default.html +42 -0
  335. package/components/preview/button-primary-icon.html +52 -0
  336. package/components/preview/button-secondary-dark-icon.html +51 -0
  337. package/components/preview/button-secondary-dark.html +44 -0
  338. package/components/preview/button-secondary-default.html +44 -0
  339. package/components/preview/button-secondary-icon.html +51 -0
  340. package/components/preview/button-tertiary-default.html +42 -0
  341. package/components/preview/button-tertiary-icon.html +51 -0
  342. package/components/preview/buttons-overview.html +510 -0
  343. package/components/preview/category-dark.html +67 -0
  344. package/components/preview/category-disabled-dark.html +63 -0
  345. package/components/preview/category-disabled.html +59 -0
  346. package/components/preview/category-full-row.html +139 -0
  347. package/components/preview/category-overview-dark-states.html +85 -0
  348. package/components/preview/category-overview-dark.html +67 -0
  349. package/components/preview/category-overview-sizes.html +67 -0
  350. package/components/preview/category-overview-states.html +81 -0
  351. package/components/preview/category-small-dark.html +67 -0
  352. package/components/preview/category-small-disabled-dark.html +63 -0
  353. package/components/preview/category-small-disabled.html +59 -0
  354. package/components/preview/category-small-full-row.html +175 -0
  355. package/components/preview/category-small.html +63 -0
  356. package/components/preview/category.html +63 -0
  357. package/components/preview/checkbox-checked.html +38 -0
  358. package/components/preview/checkbox-disabled.html +38 -0
  359. package/components/preview/checkbox-focus.html +38 -0
  360. package/components/preview/checkbox-global-definition.html +38 -0
  361. package/components/preview/checkbox-hover.html +38 -0
  362. package/components/preview/checkbox-inline.html +41 -0
  363. package/components/preview/checkbox-readonly.html +39 -0
  364. package/components/preview/colors-and-shadows.html +126 -0
  365. package/components/preview/contact-cards.html +622 -0
  366. package/components/preview/contact-content.html +56 -0
  367. package/components/preview/contact-overview.html +121 -0
  368. package/components/preview/contact-sizes.html +102 -0
  369. package/components/preview/contact-small.html +67 -0
  370. package/components/preview/contact-without-image-small.html +62 -0
  371. package/components/preview/contact-without-image.html +62 -0
  372. package/components/preview/contact.html +67 -0
  373. package/components/preview/divider-dark-blue.html +29 -0
  374. package/components/preview/divider-default.html +30 -0
  375. package/components/preview/divider-gray-5.html +29 -0
  376. package/components/preview/divider-white-50.html +29 -0
  377. package/components/preview/divider-white.html +29 -0
  378. package/components/preview/divider-yellow.html +30 -0
  379. package/components/preview/generic-card-aspect-16by9.html +49 -0
  380. package/components/preview/generic-card-aspect-2by1-small.html +110 -0
  381. package/components/preview/generic-card-aspect-2by1.html +106 -0
  382. package/components/preview/generic-card-aspect.html +74 -0
  383. package/components/preview/generic-card-default-small-dark-theme.html +48 -0
  384. package/components/preview/generic-card-default-small-svg.html +48 -0
  385. package/components/preview/generic-card-default-small.html +49 -0
  386. package/components/preview/generic-card-default-svg-dark.html +48 -0
  387. package/components/preview/generic-card-default-svg.html +47 -0
  388. package/components/preview/generic-card-default.html +50 -0
  389. package/components/preview/generic-card-media-dark-theme.html +64 -0
  390. package/components/preview/generic-card-media-floating-icon.html +70 -0
  391. package/components/preview/generic-card-media-small.html +62 -0
  392. package/components/preview/generic-card-media.html +62 -0
  393. package/components/preview/generic-card-overview.html +80 -0
  394. package/components/preview/generic-flat-icons.html +54 -0
  395. package/components/preview/generic-rich-icons.html +54 -0
  396. package/components/preview/global-colors-alternative.html +59 -0
  397. package/components/preview/global-colors-gradients.html +63 -0
  398. package/components/preview/global-colors-gray-white-black.html +62 -0
  399. package/components/preview/global-colors-primary.html +53 -0
  400. package/components/preview/global-colors-shadows.html +54 -0
  401. package/components/preview/global-colors-transparency.html +64 -0
  402. package/components/preview/global-margins.html +51 -0
  403. package/components/preview/global-paddings.html +30 -0
  404. package/components/preview/gradient-background-colors.html +164 -0
  405. package/components/preview/input-disabled.html +56 -0
  406. package/components/preview/input-field.html +164 -0
  407. package/components/preview/input-focus.html +56 -0
  408. package/components/preview/input-hover.html +56 -0
  409. package/components/preview/input-readonly.html +56 -0
  410. package/components/preview/input-sizes.html +58 -0
  411. package/components/preview/input-state-error.html +56 -0
  412. package/components/preview/input-state-success.html +56 -0
  413. package/components/preview/input.html +45 -0
  414. package/components/preview/large-section-spacing-definitions.html +59 -0
  415. package/components/preview/large-section-spacing.html +42 -0
  416. package/components/preview/links.html +44 -0
  417. package/components/preview/lists.html +42 -0
  418. package/components/preview/marketplace-flat-icons.html +54 -0
  419. package/components/preview/marketplace-rich-icons.html +54 -0
  420. package/components/preview/matching-content-height-card.html +354 -0
  421. package/components/preview/medium-section-spacing-definitions.html +59 -0
  422. package/components/preview/medium-section-spacing.html +42 -0
  423. package/components/preview/modal-on-click.html +63 -0
  424. package/components/preview/modal-on-load-demo.html +61 -0
  425. package/components/preview/modal-on-load.html +61 -0
  426. package/components/preview/msds-text-alt-blue-1.html +49 -0
  427. package/components/preview/msds-text-alt-blue-2.html +49 -0
  428. package/components/preview/msds-text-alt-blue-3.html +49 -0
  429. package/components/preview/msds-text-alt-yellow-1.html +49 -0
  430. package/components/preview/msds-text-alt-yellow-2.html +49 -0
  431. package/components/preview/msds-text-black.html +49 -0
  432. package/components/preview/msds-text-clear-blue.html +49 -0
  433. package/components/preview/msds-text-confirm-green.html +49 -0
  434. package/components/preview/msds-text-danger-red-1.html +49 -0
  435. package/components/preview/msds-text-danger-red-2.html +49 -0
  436. package/components/preview/msds-text-dark-blue.html +49 -0
  437. package/components/preview/msds-text-gray-1.html +49 -0
  438. package/components/preview/msds-text-gray-10.html +49 -0
  439. package/components/preview/msds-text-gray-2.html +49 -0
  440. package/components/preview/msds-text-gray-3.html +49 -0
  441. package/components/preview/msds-text-gray-4.html +49 -0
  442. package/components/preview/msds-text-gray-5.html +49 -0
  443. package/components/preview/msds-text-gray-6.html +49 -0
  444. package/components/preview/msds-text-gray-7.html +49 -0
  445. package/components/preview/msds-text-gray-8.html +49 -0
  446. package/components/preview/msds-text-gray-9.html +49 -0
  447. package/components/preview/msds-text-sand.html +49 -0
  448. package/components/preview/msds-text-white.html +49 -0
  449. package/components/preview/msds-text-yellow.html +49 -0
  450. package/components/preview/popover-bottom.html +61 -0
  451. package/components/preview/popover-global-definition.html +61 -0
  452. package/components/preview/popover-left.html +61 -0
  453. package/components/preview/popover-top.html +61 -0
  454. package/components/preview/preview-dark.html +59 -0
  455. package/components/preview/preview.html +29 -0
  456. package/components/preview/progress-bar-dark-theme.html +57 -0
  457. package/components/preview/progress-bar-features.html +66 -0
  458. package/components/preview/progress-bar-global-definition.html +41 -0
  459. package/components/preview/progress-bar-light-theme.html +53 -0
  460. package/components/preview/progress-bar-sizes.html +55 -0
  461. package/components/preview/radio-button-disabled.html +36 -0
  462. package/components/preview/radio-button-focus.html +36 -0
  463. package/components/preview/radio-button-global-definition.html +42 -0
  464. package/components/preview/radio-button-hover.html +36 -0
  465. package/components/preview/radio-button-readonly.html +37 -0
  466. package/components/preview/radio-button-selected.html +36 -0
  467. package/components/preview/section-checkbox-dark.html +64 -0
  468. package/components/preview/section-checkbox-nested-accordion.html +119 -0
  469. package/components/preview/section-checkbox.html +96 -0
  470. package/components/preview/section-radio-dark.html +96 -0
  471. package/components/preview/section-radio-nested-accordion.html +144 -0
  472. package/components/preview/section-radio.html +95 -0
  473. package/components/preview/select-input-default.html +41 -0
  474. package/components/preview/select-input-error.html +40 -0
  475. package/components/preview/select-input-global-definition.html +46 -0
  476. package/components/preview/select-input-not-required.html +41 -0
  477. package/components/preview/select-input-required.html +41 -0
  478. package/components/preview/select-input-small.html +38 -0
  479. package/components/preview/small-section-spacing-definitions.html +62 -0
  480. package/components/preview/small-section-spacing.html +42 -0
  481. package/components/preview/solid-background-colors.html +135 -0
  482. package/components/preview/solution-card-default-layout.html +158 -0
  483. package/components/preview/solution-card-default.html +74 -0
  484. package/components/preview/solution-card-layouts.html +587 -0
  485. package/components/preview/solution-card-optional-certification-badges.html +82 -0
  486. package/components/preview/solution-card-optional-solution-badges.html +82 -0
  487. package/components/preview/solution-card-sizes.html +116 -0
  488. package/components/preview/solution-card-small.html +74 -0
  489. package/components/preview/switch-checked.html +41 -0
  490. package/components/preview/switch-default.html +41 -0
  491. package/components/preview/switch-disabled-readonly.html +41 -0
  492. package/components/preview/switch-disabled.html +41 -0
  493. package/components/preview/switch-global.html +46 -0
  494. package/components/preview/tab-tile.html +1128 -0
  495. package/components/preview/table-dark-theme-default-expandable-rows.html +160 -0
  496. package/components/preview/table-dark-theme-default.html +172 -0
  497. package/components/preview/table-default-dark.html +144 -0
  498. package/components/preview/table-default-expandable-rows.html +156 -0
  499. package/components/preview/table-default-medium.html +144 -0
  500. package/components/preview/table-default-small.html +144 -0
  501. package/components/preview/table-default.html +168 -0
  502. package/components/preview/text-area-disabled.html +60 -0
  503. package/components/preview/text-area-error.html +60 -0
  504. package/components/preview/text-area-field.html +47 -0
  505. package/components/preview/text-area-focus.html +60 -0
  506. package/components/preview/text-area-hover.html +60 -0
  507. package/components/preview/text-area-readonly.html +60 -0
  508. package/components/preview/text-area-sizes.html +60 -0
  509. package/components/preview/text-area-success.html +60 -0
  510. package/components/preview/text-area.html +147 -0
  511. package/components/preview/text-colors.html +49 -0
  512. package/components/preview/text.html +74 -0
  513. package/components/preview/typography-body-texts.html +52 -0
  514. package/components/preview/typography-displays.html +34 -0
  515. package/components/preview/typography-headers.html +37 -0
  516. package/components/preview/typography-leads.html +30 -0
  517. package/components/preview/typography-links-dark-theme.html +135 -0
  518. package/components/preview/typography-links-light-theme.html +117 -0
  519. package/components/preview/typography-links-secondary.html +61 -0
  520. package/components/preview/typography-unordered-lists.html +41 -0
  521. package/components/raw/tab-tile/tab-tile.js +139 -0
  522. package/components/raw/tab-tile/tab-tile.scss +256 -0
  523. package/components/render/accordion-checkbox-large.html +55 -0
  524. package/components/render/accordion-checkbox-medium-dark.html +55 -0
  525. package/components/render/accordion-checkbox-medium-disabled.html +56 -0
  526. package/components/render/accordion-checkbox-medium-filtered-list-items.html +58 -0
  527. package/components/render/accordion-checkbox-medium-icon-left-floating-dark-yellow.html +69 -0
  528. package/components/render/accordion-checkbox-medium-icon-left-floating.html +69 -0
  529. package/components/render/accordion-checkbox-medium-icon-left.html +64 -0
  530. package/components/render/accordion-checkbox-medium.html +55 -0
  531. package/components/render/accordion-checkbox-overview.html +57 -0
  532. package/components/render/accordion-input.html +4 -0
  533. package/components/render/accordion-label.html +4 -0
  534. package/components/render/accordion-modifier-icon-floating.html +4 -0
  535. package/components/render/accordion-modifier-icon-left.html +5 -0
  536. package/components/render/accordion-radio.html +57 -0
  537. package/components/render/alert-dark-theme-default.html +33 -0
  538. package/components/render/alert-dark-theme-solution.html +33 -0
  539. package/components/render/alert-default-extra-attention.html +32 -0
  540. package/components/render/alert-default-generic.html +32 -0
  541. package/components/render/alert-default-solution-with-badge-and-ready-state.html +38 -0
  542. package/components/render/alert-default-solution.html +34 -0
  543. package/components/render/alert-default-without-image.html +31 -0
  544. package/components/render/alert-default.html +32 -0
  545. package/components/render/alert-hidden-after-refresh-checkbox.html +37 -0
  546. package/components/render/alert-hidden-after-refresh.html +31 -0
  547. package/components/render/alert-layouts.html +315 -0
  548. package/components/render/alert-visible-after-refresh.html +31 -0
  549. package/components/render/background-colors.html +4 -0
  550. package/components/render/basic-card-default-dark.html +29 -0
  551. package/components/render/basic-card-default-without-caption-with-header-icon.html +24 -0
  552. package/components/render/basic-card-default-without-caption-with-header-image.html +22 -0
  553. package/components/render/basic-card-default-without-caption.html +20 -0
  554. package/components/render/basic-card-default.html +29 -0
  555. package/components/render/basic-card-grouping-center.html +29 -0
  556. package/components/render/basic-card-grouping-left-with-flat-icon.html +34 -0
  557. package/components/render/basic-card-grouping-left.html +29 -0
  558. package/components/render/basic-card-grouping.html +84 -0
  559. package/components/render/basic-card-layouts.html +468 -0
  560. package/components/render/button-danger-dark-icon.html +25 -0
  561. package/components/render/button-danger-dark.html +18 -0
  562. package/components/render/button-danger-default.html +16 -0
  563. package/components/render/button-danger-icon.html +25 -0
  564. package/components/render/button-disabled-dark-icon.html +25 -0
  565. package/components/render/button-disabled-dark.html +18 -0
  566. package/components/render/button-floating-aligned-column.html +31 -0
  567. package/components/render/button-floating-aligned-right.html +31 -0
  568. package/components/render/button-floating-dark-aligned-column.html +31 -0
  569. package/components/render/button-floating-dark-aligned-right.html +31 -0
  570. package/components/render/button-floating-dark-default.html +31 -0
  571. package/components/render/button-floating-dark-disabled.html +31 -0
  572. package/components/render/button-floating-dark-secondary-aligned-column.html +31 -0
  573. package/components/render/button-floating-dark-secondary-aligned-right.html +31 -0
  574. package/components/render/button-floating-dark-secondary.html +31 -0
  575. package/components/render/button-floating-default.html +31 -0
  576. package/components/render/button-floating-disabled.html +31 -0
  577. package/components/render/button-floating-overview.html +13 -0
  578. package/components/render/button-floating-positioning.html +32 -0
  579. package/components/render/button-floating-secondary-aligned-column.html +31 -0
  580. package/components/render/button-floating-secondary-aligned-right.html +31 -0
  581. package/components/render/button-floating-secondary.html +31 -0
  582. package/components/render/button-floating-states.html +22 -0
  583. package/components/render/button-gray-default.html +17 -0
  584. package/components/render/button-gray-icon.html +25 -0
  585. package/components/render/button-group-center-alignment.html +11 -0
  586. package/components/render/button-group-left-alignment.html +11 -0
  587. package/components/render/button-group-right-alignment.html +11 -0
  588. package/components/render/button-overview-direction.html +19 -0
  589. package/components/render/button-overview-global-definition.html +15 -0
  590. package/components/render/button-overview-sizes.html +22 -0
  591. package/components/render/button-overview-states.html +33 -0
  592. package/components/render/button-primary-dark-icon.html +25 -0
  593. package/components/render/button-primary-dark.html +18 -0
  594. package/components/render/button-primary-default.html +16 -0
  595. package/components/render/button-primary-icon.html +26 -0
  596. package/components/render/button-secondary-dark-icon.html +25 -0
  597. package/components/render/button-secondary-dark.html +18 -0
  598. package/components/render/button-secondary-default.html +18 -0
  599. package/components/render/button-secondary-icon.html +25 -0
  600. package/components/render/button-tertiary-default.html +16 -0
  601. package/components/render/button-tertiary-icon.html +25 -0
  602. package/components/render/buttons-overview.html +484 -0
  603. package/components/render/category-dark.html +37 -0
  604. package/components/render/category-disabled-dark.html +33 -0
  605. package/components/render/category-disabled.html +33 -0
  606. package/components/render/category-full-row.html +113 -0
  607. package/components/render/category-overview-dark-states.html +55 -0
  608. package/components/render/category-overview-dark.html +37 -0
  609. package/components/render/category-overview-sizes.html +41 -0
  610. package/components/render/category-overview-states.html +55 -0
  611. package/components/render/category-small-dark.html +37 -0
  612. package/components/render/category-small-disabled-dark.html +33 -0
  613. package/components/render/category-small-disabled.html +33 -0
  614. package/components/render/category-small-full-row.html +149 -0
  615. package/components/render/category-small.html +37 -0
  616. package/components/render/category.html +37 -0
  617. package/components/render/checkbox-checked.html +12 -0
  618. package/components/render/checkbox-disabled.html +12 -0
  619. package/components/render/checkbox-focus.html +12 -0
  620. package/components/render/checkbox-global-definition.html +12 -0
  621. package/components/render/checkbox-hover.html +12 -0
  622. package/components/render/checkbox-inline.html +15 -0
  623. package/components/render/checkbox-readonly.html +13 -0
  624. package/components/render/colors-and-shadows.html +80 -0
  625. package/components/render/contact-cards.html +596 -0
  626. package/components/render/contact-content.html +30 -0
  627. package/components/render/contact-overview.html +95 -0
  628. package/components/render/contact-sizes.html +76 -0
  629. package/components/render/contact-small.html +41 -0
  630. package/components/render/contact-without-image-small.html +36 -0
  631. package/components/render/contact-without-image.html +36 -0
  632. package/components/render/contact.html +41 -0
  633. package/components/render/divider-dark-blue.html +3 -0
  634. package/components/render/divider-default.html +4 -0
  635. package/components/render/divider-gray-5.html +3 -0
  636. package/components/render/divider-white-50.html +3 -0
  637. package/components/render/divider-white.html +3 -0
  638. package/components/render/divider-yellow.html +4 -0
  639. package/components/render/generic-card-aspect-16by9.html +23 -0
  640. package/components/render/generic-card-aspect-2by1-small.html +84 -0
  641. package/components/render/generic-card-aspect-2by1.html +80 -0
  642. package/components/render/generic-card-aspect.html +48 -0
  643. package/components/render/generic-card-default-small-dark-theme.html +22 -0
  644. package/components/render/generic-card-default-small-svg.html +22 -0
  645. package/components/render/generic-card-default-small.html +23 -0
  646. package/components/render/generic-card-default-svg-dark.html +22 -0
  647. package/components/render/generic-card-default-svg.html +21 -0
  648. package/components/render/generic-card-default.html +24 -0
  649. package/components/render/generic-card-media-dark-theme.html +38 -0
  650. package/components/render/generic-card-media-floating-icon.html +44 -0
  651. package/components/render/generic-card-media-small.html +36 -0
  652. package/components/render/generic-card-media.html +36 -0
  653. package/components/render/generic-card-overview.html +54 -0
  654. package/components/render/generic-flat-icons.html +3 -0
  655. package/components/render/generic-rich-icons.html +3 -0
  656. package/components/render/global-colors-alternative.html +13 -0
  657. package/components/render/global-colors-gradients.html +17 -0
  658. package/components/render/global-colors-gray-white-black.html +16 -0
  659. package/components/render/global-colors-primary.html +7 -0
  660. package/components/render/global-colors-shadows.html +8 -0
  661. package/components/render/global-colors-transparency.html +18 -0
  662. package/components/render/global-margins.html +25 -0
  663. package/components/render/global-paddings.html +4 -0
  664. package/components/render/gradient-background-colors.html +118 -0
  665. package/components/render/input-disabled.html +30 -0
  666. package/components/render/input-field.html +138 -0
  667. package/components/render/input-focus.html +30 -0
  668. package/components/render/input-hover.html +30 -0
  669. package/components/render/input-readonly.html +30 -0
  670. package/components/render/input-sizes.html +32 -0
  671. package/components/render/input-state-error.html +30 -0
  672. package/components/render/input-state-success.html +30 -0
  673. package/components/render/input.html +19 -0
  674. package/components/render/large-section-spacing-definitions.html +33 -0
  675. package/components/render/large-section-spacing.html +16 -0
  676. package/components/render/links.html +18 -0
  677. package/components/render/lists.html +16 -0
  678. package/components/render/marketplace-flat-icons.html +3 -0
  679. package/components/render/marketplace-rich-icons.html +3 -0
  680. package/components/render/matching-content-height-card.html +328 -0
  681. package/components/render/medium-section-spacing-definitions.html +33 -0
  682. package/components/render/medium-section-spacing.html +16 -0
  683. package/components/render/modal-on-click.html +37 -0
  684. package/components/render/modal-on-load-demo.html +35 -0
  685. package/components/render/modal-on-load.html +35 -0
  686. package/components/render/msds-text-alt-blue-1.html +3 -0
  687. package/components/render/msds-text-alt-blue-2.html +3 -0
  688. package/components/render/msds-text-alt-blue-3.html +3 -0
  689. package/components/render/msds-text-alt-yellow-1.html +3 -0
  690. package/components/render/msds-text-alt-yellow-2.html +3 -0
  691. package/components/render/msds-text-black.html +3 -0
  692. package/components/render/msds-text-clear-blue.html +3 -0
  693. package/components/render/msds-text-confirm-green.html +3 -0
  694. package/components/render/msds-text-danger-red-1.html +3 -0
  695. package/components/render/msds-text-danger-red-2.html +3 -0
  696. package/components/render/msds-text-dark-blue.html +3 -0
  697. package/components/render/msds-text-gray-1.html +3 -0
  698. package/components/render/msds-text-gray-10.html +3 -0
  699. package/components/render/msds-text-gray-2.html +3 -0
  700. package/components/render/msds-text-gray-3.html +3 -0
  701. package/components/render/msds-text-gray-4.html +3 -0
  702. package/components/render/msds-text-gray-5.html +3 -0
  703. package/components/render/msds-text-gray-6.html +3 -0
  704. package/components/render/msds-text-gray-7.html +3 -0
  705. package/components/render/msds-text-gray-8.html +3 -0
  706. package/components/render/msds-text-gray-9.html +3 -0
  707. package/components/render/msds-text-sand.html +3 -0
  708. package/components/render/msds-text-white.html +3 -0
  709. package/components/render/msds-text-yellow.html +3 -0
  710. package/components/render/popover-bottom.html +35 -0
  711. package/components/render/popover-global-definition.html +35 -0
  712. package/components/render/popover-left.html +35 -0
  713. package/components/render/popover-top.html +35 -0
  714. package/components/render/preview-dark.html +33 -0
  715. package/components/render/preview.html +29 -0
  716. package/components/render/progress-bar-dark-theme.html +27 -0
  717. package/components/render/progress-bar-features.html +40 -0
  718. package/components/render/progress-bar-global-definition.html +15 -0
  719. package/components/render/progress-bar-light-theme.html +27 -0
  720. package/components/render/progress-bar-sizes.html +29 -0
  721. package/components/render/radio-button-disabled.html +10 -0
  722. package/components/render/radio-button-focus.html +10 -0
  723. package/components/render/radio-button-global-definition.html +16 -0
  724. package/components/render/radio-button-hover.html +10 -0
  725. package/components/render/radio-button-readonly.html +11 -0
  726. package/components/render/radio-button-selected.html +10 -0
  727. package/components/render/section-checkbox-dark.html +38 -0
  728. package/components/render/section-checkbox-nested-accordion.html +93 -0
  729. package/components/render/section-checkbox.html +70 -0
  730. package/components/render/section-radio-dark.html +70 -0
  731. package/components/render/section-radio-nested-accordion.html +118 -0
  732. package/components/render/section-radio.html +69 -0
  733. package/components/render/select-input-default.html +15 -0
  734. package/components/render/select-input-error.html +14 -0
  735. package/components/render/select-input-global-definition.html +20 -0
  736. package/components/render/select-input-not-required.html +15 -0
  737. package/components/render/select-input-required.html +15 -0
  738. package/components/render/select-input-small.html +12 -0
  739. package/components/render/small-section-spacing-definitions.html +36 -0
  740. package/components/render/small-section-spacing.html +16 -0
  741. package/components/render/solid-background-colors.html +89 -0
  742. package/components/render/solution-card-default-layout.html +132 -0
  743. package/components/render/solution-card-default.html +48 -0
  744. package/components/render/solution-card-layouts.html +561 -0
  745. package/components/render/solution-card-optional-certification-badges.html +56 -0
  746. package/components/render/solution-card-optional-solution-badges.html +56 -0
  747. package/components/render/solution-card-sizes.html +90 -0
  748. package/components/render/solution-card-small.html +48 -0
  749. package/components/render/switch-checked.html +15 -0
  750. package/components/render/switch-default.html +15 -0
  751. package/components/render/switch-disabled-readonly.html +15 -0
  752. package/components/render/switch-disabled.html +15 -0
  753. package/components/render/switch-global.html +20 -0
  754. package/components/render/tab-tile.html +1102 -0
  755. package/components/render/table-dark-theme-default-expandable-rows.html +130 -0
  756. package/components/render/table-dark-theme-default.html +142 -0
  757. package/components/render/table-default-dark.html +118 -0
  758. package/components/render/table-default-expandable-rows.html +130 -0
  759. package/components/render/table-default-medium.html +118 -0
  760. package/components/render/table-default-small.html +118 -0
  761. package/components/render/table-default.html +142 -0
  762. package/components/render/text-area-disabled.html +34 -0
  763. package/components/render/text-area-error.html +34 -0
  764. package/components/render/text-area-field.html +21 -0
  765. package/components/render/text-area-focus.html +34 -0
  766. package/components/render/text-area-hover.html +34 -0
  767. package/components/render/text-area-readonly.html +34 -0
  768. package/components/render/text-area-sizes.html +34 -0
  769. package/components/render/text-area-success.html +34 -0
  770. package/components/render/text-area.html +121 -0
  771. package/components/render/text-colors.html +3 -0
  772. package/components/render/text.html +48 -0
  773. package/components/render/typography-body-texts.html +26 -0
  774. package/components/render/typography-displays.html +8 -0
  775. package/components/render/typography-headers.html +11 -0
  776. package/components/render/typography-leads.html +4 -0
  777. package/components/render/typography-links-dark-theme.html +109 -0
  778. package/components/render/typography-links-light-theme.html +91 -0
  779. package/components/render/typography-links-secondary.html +35 -0
  780. package/components/render/typography-unordered-lists.html +15 -0
  781. package/components.html +13 -0
  782. package/design-system.css +1 -1
  783. package/docs/component-documentation/alerts.html +1657 -0
  784. package/docs/component-documentation/buttons/buttons-floating.html +1676 -0
  785. package/docs/component-documentation/buttons/buttons.html +1908 -0
  786. package/docs/component-documentation/cards/basic-cards.html +1424 -0
  787. package/docs/component-documentation/cards/category-cards.html +1950 -0
  788. package/docs/component-documentation/cards/contact-cards.html +1474 -0
  789. package/docs/component-documentation/cards/generic-cards.html +1534 -0
  790. package/docs/component-documentation/cards/solution-cards.html +1595 -0
  791. package/docs/component-documentation/dividers/dividers.html +839 -0
  792. package/docs/component-documentation/expanding-components/accordion.html +1832 -0
  793. package/docs/component-documentation/expanding-components/section.html +1511 -0
  794. package/docs/component-documentation/modal.html +983 -0
  795. package/docs/component-documentation/popover/popover.html +1082 -0
  796. package/docs/component-documentation/progress-bar.html +1143 -0
  797. package/docs/component-documentation/spacing.html +831 -0
  798. package/docs/component-documentation/table.html +2336 -0
  799. package/docs/content/icons/-overview.html +848 -0
  800. package/docs/content/icons/icons-flat.html +839 -0
  801. package/docs/content/icons/icons-rich.html +839 -0
  802. package/docs/content/typography/-overview.html +860 -0
  803. package/docs/content/typography/font-colors.html +900 -0
  804. package/docs/content/typography/links.html +1113 -0
  805. package/docs/content/typography/lists.html +854 -0
  806. package/docs/content/typography/text.html +919 -0
  807. package/docs/forms/-overview.html +881 -0
  808. package/docs/forms/checkbox.html +1007 -0
  809. package/docs/forms/drop-down-list.html +981 -0
  810. package/docs/forms/input-field.html +1316 -0
  811. package/docs/forms/radio-button.html +966 -0
  812. package/docs/forms/switch.html +964 -0
  813. package/docs/forms/text-area.html +1371 -0
  814. package/docs/guidelines-and-guides/creating-a-new-release.html +825 -0
  815. package/docs/guidelines-and-guides/css-and-scss-guidelines.html +814 -0
  816. package/docs/guidelines-and-guides/git-cheat-sheet.html +898 -0
  817. package/docs/guidelines-and-guides/installation-and-usage.html +812 -0
  818. package/docs/utilities/colors/background-colors.html +1029 -0
  819. package/docs/utilities/colors/font-colors.html +1002 -0
  820. package/docs/utilities/colors/overview.html +952 -0
  821. package/docs/utilities/spacing.html +1112 -0
  822. package/docs.html +13 -0
  823. package/icons.list.js +2432 -2432
  824. package/index.html +807 -0
  825. package/main.css +1 -1
  826. package/package.json +58 -58
  827. package/scss/_variables.scss +124 -124
  828. package/spacing.list.js +11 -11
  829. package/svg/rich/Okay.svg +33 -33
  830. package/svg/rich/acceleration.svg +39 -39
  831. package/svg/rich/add-content.svg +37 -37
  832. package/svg/rich/add-solution.svg +29 -29
  833. package/svg/rich/advanced-super-surveillance.svg +42 -42
  834. package/svg/rich/advocacy .svg +60 -60
  835. package/svg/rich/airplane.svg +67 -67
  836. package/svg/rich/ambition.svg +46 -46
  837. package/svg/rich/analytics-devices.svg +68 -68
  838. package/svg/rich/applications.svg +97 -97
  839. package/svg/rich/backup-important.svg +157 -157
  840. package/svg/rich/black-screens.svg +43 -43
  841. package/svg/rich/blueprint.svg +22 -22
  842. package/svg/rich/body-worn.svg +45 -45
  843. package/svg/rich/book-a-demo-notification.svg +38 -38
  844. package/svg/rich/book-a-demo.svg +34 -34
  845. package/svg/rich/booking.svg +49 -49
  846. package/svg/rich/browser.svg +32 -32
  847. package/svg/rich/build.svg +34 -34
  848. package/svg/rich/building-medium.svg +66 -66
  849. package/svg/rich/cal-monthly.svg +324 -324
  850. package/svg/rich/cal-weekly.svg +173 -173
  851. package/svg/rich/calendar.svg +25 -25
  852. package/svg/rich/cam-group-small.svg +84 -84
  853. package/svg/rich/camera-analogue.svg +27 -27
  854. package/svg/rich/camera-memory.svg +25 -25
  855. package/svg/rich/car.svg +41 -41
  856. package/svg/rich/care.svg +16 -16
  857. package/svg/rich/catalogue.svg +22 -22
  858. package/svg/rich/certification.svg +25 -25
  859. package/svg/rich/checklist.svg +22 -22
  860. package/svg/rich/checkmark-badge.svg +11 -11
  861. package/svg/rich/checkmark.svg +11 -11
  862. package/svg/rich/clock-24-7.svg +77 -77
  863. package/svg/rich/co-working.svg +104 -104
  864. package/svg/rich/coffee.svg +60 -60
  865. package/svg/rich/community.svg +184 -184
  866. package/svg/rich/company.svg +32 -32
  867. package/svg/rich/complete-flow.svg +30 -30
  868. package/svg/rich/consumer.svg +47 -47
  869. package/svg/rich/contact-illustration.svg +13 -13
  870. package/svg/rich/contact-notification.svg +17 -17
  871. package/svg/rich/crime.svg +29 -29
  872. package/svg/rich/crowd-management.svg +47 -47
  873. package/svg/rich/customer-stories.svg +23 -23
  874. package/svg/rich/customizable.svg +19 -19
  875. package/svg/rich/cyber-security.svg +131 -131
  876. package/svg/rich/dashboard.svg +43 -43
  877. package/svg/rich/decision-making.svg +19 -19
  878. package/svg/rich/deployment-device.svg +66 -66
  879. package/svg/rich/design-animated.svg +51 -51
  880. package/svg/rich/design.svg +24 -24
  881. package/svg/rich/devices-web.svg +56 -56
  882. package/svg/rich/devices.svg +29 -29
  883. package/svg/rich/discount.svg +22 -22
  884. package/svg/rich/document.svg +24 -24
  885. package/svg/rich/documentation.svg +79 -79
  886. package/svg/rich/dome-cam-8.svg +84 -84
  887. package/svg/rich/dome-cam.svg +16 -16
  888. package/svg/rich/download-illustration.svg +49 -49
  889. package/svg/rich/e-learning.svg +42 -42
  890. package/svg/rich/emergency.svg +44 -44
  891. package/svg/rich/employees.svg +37 -37
  892. package/svg/rich/end-user.svg +28 -28
  893. package/svg/rich/expertise.svg +47 -47
  894. package/svg/rich/explore.svg +50 -50
  895. package/svg/rich/extension.svg +63 -63
  896. package/svg/rich/failover.svg +33 -33
  897. package/svg/rich/faq.svg +23 -23
  898. package/svg/rich/feedback-notification.svg +21 -21
  899. package/svg/rich/feedback.svg +17 -17
  900. package/svg/rich/find.svg +28 -28
  901. package/svg/rich/flexibility.svg +13 -13
  902. package/svg/rich/form.svg +26 -26
  903. package/svg/rich/get-leads.svg +73 -73
  904. package/svg/rich/getting-started.svg +29 -29
  905. package/svg/rich/global-partner-network.svg +978 -978
  906. package/svg/rich/growth-data.svg +56 -56
  907. package/svg/rich/happiness.svg +29 -29
  908. package/svg/rich/hardware-applications-software.svg +165 -165
  909. package/svg/rich/hardware-services-documentation.svg +47 -47
  910. package/svg/rich/hardware.svg +22 -22
  911. package/svg/rich/intelligence.svg +43 -43
  912. package/svg/rich/interconnect.svg +39 -39
  913. package/svg/rich/investigation.svg +34 -34
  914. package/svg/rich/join.svg +78 -78
  915. package/svg/rich/key-features.svg +38 -38
  916. package/svg/rich/languages.svg +49 -49
  917. package/svg/rich/license-governance.svg +45 -45
  918. package/svg/rich/license-key.svg +13 -13
  919. package/svg/rich/like-notification.svg +43 -43
  920. package/svg/rich/listen.svg +13 -13
  921. package/svg/rich/live-streaming.svg +93 -93
  922. package/svg/rich/logged-in.svg +14 -14
  923. package/svg/rich/lpr.svg +59 -59
  924. package/svg/rich/marketplace-challenges-assist-people-feel-safe-leaving.svg +105 -105
  925. package/svg/rich/marketplace-challenges-assist-people-in-finding-their-vehicles.svg +124 -124
  926. package/svg/rich/marketplace-challenges-avoid-employee-theft.svg +169 -169
  927. package/svg/rich/marketplace-challenges-control-access-to-restricted-areas.svg +104 -104
  928. package/svg/rich/marketplace-challenges-discover-inefficiencies-in-cargo-movement.svg +130 -130
  929. package/svg/rich/marketplace-challenges-find-lost-children.svg +87 -87
  930. package/svg/rich/marketplace-challenges-gather-evidence-for-criminal-investigation.svg +172 -172
  931. package/svg/rich/marketplace-challenges-improve-wait-time-in-lines.svg +375 -375
  932. package/svg/rich/marketplace-challenges-money-disputes-with-customers.svg +157 -157
  933. package/svg/rich/marketplace-challenges-personalized-customer-experience.svg +127 -127
  934. package/svg/rich/marketplace-challenges-prevent-multiple-people-from-entering-a-door-on-a-single-access-badge.svg +245 -245
  935. package/svg/rich/marketplace-challenges-provide-evidence-against-lawsuit.svg +270 -270
  936. package/svg/rich/marketplace-challenges-react-to-confrontations-before-they-escalate.svg +176 -176
  937. package/svg/rich/marketplace-challenges-reduce-property-damage.svg +381 -381
  938. package/svg/rich/marketplace-challenges-reduce-workplace-accidents.svg +172 -172
  939. package/svg/rich/marketplace-challenges-respond-to-medical-emergencies.svg +179 -179
  940. package/svg/rich/marketplace-challenges-situational-awareness-to-response-teams.svg +330 -330
  941. package/svg/rich/marketplace-challenges-understand-customer-behavior.svg +455 -455
  942. package/svg/rich/marketplace-challenges-vandalism.svg +120 -120
  943. package/svg/rich/marketplace-collect.svg +121 -121
  944. package/svg/rich/marketplace-filter.svg +54 -54
  945. package/svg/rich/marketplace-industries-airports.svg +380 -380
  946. package/svg/rich/marketplace-industries-art-and-entertainment.svg +170 -170
  947. package/svg/rich/marketplace-industries-city-surveillance.svg +572 -572
  948. package/svg/rich/marketplace-industries-construction.svg +253 -253
  949. package/svg/rich/marketplace-industries-critical-infrastructure.svg +292 -292
  950. package/svg/rich/marketplace-industries-education.svg +291 -291
  951. package/svg/rich/marketplace-industries-finance-and-insurance.svg +140 -140
  952. package/svg/rich/marketplace-industries-healthcare.svg +207 -207
  953. package/svg/rich/marketplace-industries-information-technology.svg +250 -250
  954. package/svg/rich/marketplace-industries-manufacturing.svg +175 -175
  955. package/svg/rich/marketplace-industries-public-administration.svg +349 -349
  956. package/svg/rich/marketplace-industries-public-transport.svg +303 -303
  957. package/svg/rich/marketplace-industries-retail.svg +392 -392
  958. package/svg/rich/marketplace-industries-seaports.svg +335 -335
  959. package/svg/rich/marketplace-industries-trafic-monitoring.svg +255 -255
  960. package/svg/rich/marketplace-industries-utilities.svg +211 -211
  961. package/svg/rich/marketplace-interface.svg +76 -76
  962. package/svg/rich/marketplace-practice-access-control.svg +117 -117
  963. package/svg/rich/marketplace-practice-business-intelligence.svg +89 -89
  964. package/svg/rich/marketplace-practice-business-solutions.svg +195 -195
  965. package/svg/rich/marketplace-practice-central-monitoring.svg +505 -505
  966. package/svg/rich/marketplace-practice-cloud-and-managed-services.svg +75 -75
  967. package/svg/rich/marketplace-practice-communication.svg +187 -187
  968. package/svg/rich/marketplace-practice-crisis-emergency.svg +160 -160
  969. package/svg/rich/marketplace-practice-cyber-security.svg +141 -141
  970. package/svg/rich/marketplace-practice-detection-and-deterrence.svg +164 -164
  971. package/svg/rich/marketplace-practice-digital-infrastructure.svg +197 -197
  972. package/svg/rich/marketplace-practice-facilities-management.svg +332 -332
  973. package/svg/rich/marketplace-practice-fire-and-life-safety.svg +168 -168
  974. package/svg/rich/marketplace-practice-home-automation-iot.svg +161 -161
  975. package/svg/rich/marketplace-practice-intrusion-and-alarm.svg +301 -301
  976. package/svg/rich/marketplace-practice-investigation.svg +157 -157
  977. package/svg/rich/marketplace-practice-it-hardware-and-equipment.svg +254 -254
  978. package/svg/rich/marketplace-practice-privacy-protection.svg +118 -118
  979. package/svg/rich/marketplace-practice-smart-city.svg +351 -351
  980. package/svg/rich/marketplace-practice-surveillance.svg +72 -72
  981. package/svg/rich/marketplace-practice-tracking-and-monitoring.svg +178 -178
  982. package/svg/rich/marketplace-practice-vehicles-and-traffic.svg +227 -227
  983. package/svg/rich/marketplace-solution-service.svg +75 -75
  984. package/svg/rich/milestone-global-offices-illustration.svg +49 -49
  985. package/svg/rich/milestone-in the-media.svg +49 -49
  986. package/svg/rich/mobile-support.svg +40 -40
  987. package/svg/rich/my-milestone.svg +28 -28
  988. package/svg/rich/network.svg +24 -24
  989. package/svg/rich/newspaper.svg +20 -20
  990. package/svg/rich/no-1.svg +50 -50
  991. package/svg/rich/no-backup.svg +30 -30
  992. package/svg/rich/one-hub.svg +71 -71
  993. package/svg/rich/open-platform-community.svg +144 -144
  994. package/svg/rich/open-platform.svg +10 -10
  995. package/svg/rich/outdated-hardware.svg +53 -53
  996. package/svg/rich/partnership.svg +39 -39
  997. package/svg/rich/passion.svg +41 -41
  998. package/svg/rich/planet.svg +75 -75
  999. package/svg/rich/play.svg +10 -10
  1000. package/svg/rich/press-release.svg +30 -30
  1001. package/svg/rich/product-overview-illustration.svg +49 -49
  1002. package/svg/rich/project-animated.svg +99 -99
  1003. package/svg/rich/project.svg +18 -18
  1004. package/svg/rich/promotion.svg +25 -25
  1005. package/svg/rich/publish.svg +12 -12
  1006. package/svg/rich/quote.svg +104 -104
  1007. package/svg/rich/reaction-mode.svg +54 -54
  1008. package/svg/rich/releases.svg +17 -17
  1009. package/svg/rich/reliable.svg +24 -24
  1010. package/svg/rich/reminder.svg +33 -33
  1011. package/svg/rich/save-money.svg +27 -27
  1012. package/svg/rich/scalable.svg +16 -16
  1013. package/svg/rich/scale-balance.svg +101 -101
  1014. package/svg/rich/scale-up.svg +11 -11
  1015. package/svg/rich/screen-recording.svg +259 -259
  1016. package/svg/rich/searching.svg +115 -115
  1017. package/svg/rich/secure-gdpr.svg +52 -52
  1018. package/svg/rich/secure.svg +49 -49
  1019. package/svg/rich/self-service-support.svg +15 -15
  1020. package/svg/rich/service-coding.svg +44 -44
  1021. package/svg/rich/sign-up.svg +37 -37
  1022. package/svg/rich/single-site.svg +31 -31
  1023. package/svg/rich/smart-wall-person.svg +135 -135
  1024. package/svg/rich/smart-wall.svg +96 -96
  1025. package/svg/rich/solutions-design-tool.svg +234 -234
  1026. package/svg/rich/submit-for-feedback.svg +28 -28
  1027. package/svg/rich/subscriptions.svg +37 -37
  1028. package/svg/rich/support-call.svg +29 -29
  1029. package/svg/rich/support-chat-female.svg +48 -48
  1030. package/svg/rich/support-chat-male.svg +48 -48
  1031. package/svg/rich/support-technical.svg +17 -17
  1032. package/svg/rich/system-builder.svg +24 -24
  1033. package/svg/rich/tags.svg +24 -24
  1034. package/svg/rich/target.svg +15 -15
  1035. package/svg/rich/time-to-market.svg +53 -53
  1036. package/svg/rich/tools.svg +37 -37
  1037. package/svg/rich/trade-show.svg +90 -90
  1038. package/svg/rich/transaction.svg +56 -56
  1039. package/svg/rich/translation.svg +17 -17
  1040. package/svg/rich/update-content-then-publish.svg +77 -77
  1041. package/svg/rich/update-content.svg +55 -55
  1042. package/svg/rich/user-review.svg +22 -22
  1043. package/svg/rich/verification.svg +37 -37
  1044. package/svg/rich/video-cookie.svg +78 -78
  1045. package/svg/rich/vps.svg +39 -39
  1046. package/svg/rich/warning.svg +48 -48
  1047. package/svg/rich/watch.svg +19 -19
  1048. package/svg/rich/webinar.svg +49 -49
  1049. package/svg/rich/well-being.svg +67 -67
  1050. package/svg/rich/world-leading.svg +258 -258
  1051. package/svg/rich/xprotect-access-anywhere.svg +86 -86
  1052. package/svg/rich/xprotect-compare-matrix.svg +40 -40
  1053. package/svg/rich/xprotect-compare-products.svg +232 -232
  1054. package/svg/rich/xprotect-compare-releases.svg +208 -208
  1055. package/svg/rich/xprotect.svg +31 -31
  1056. package/svg/rich/youtube.svg +12 -12
  1057. package/text.list.js +47 -47
  1058. package/themes/mandelbrot/css/aqua.css +1 -0
  1059. package/themes/mandelbrot/css/black.css +1 -0
  1060. package/themes/mandelbrot/css/blue.css +1 -0
  1061. package/themes/mandelbrot/css/default.css +1 -0
  1062. package/themes/mandelbrot/css/fuchsia.css +1 -0
  1063. package/themes/mandelbrot/css/green.css +1 -0
  1064. package/themes/mandelbrot/css/grey.css +1 -0
  1065. package/themes/mandelbrot/css/highlight.css +1 -0
  1066. package/themes/mandelbrot/css/lime.css +1 -0
  1067. package/themes/mandelbrot/css/maroon.css +1 -0
  1068. package/themes/mandelbrot/css/navy.css +1 -0
  1069. package/themes/mandelbrot/css/olive.css +1 -0
  1070. package/themes/mandelbrot/css/orange.css +1 -0
  1071. package/themes/mandelbrot/css/purple.css +1 -0
  1072. package/themes/mandelbrot/css/red.css +1 -0
  1073. package/themes/mandelbrot/css/teal.css +1 -0
  1074. package/themes/mandelbrot/css/white.css +1 -0
  1075. package/themes/mandelbrot/css/yellow.css +1 -0
  1076. package/themes/mandelbrot/favicon.ico +0 -0
  1077. package/themes/mandelbrot/fonts/OpenSans-Italic.woff +0 -0
  1078. package/themes/mandelbrot/fonts/OpenSans-Italic.woff2 +0 -0
  1079. package/themes/mandelbrot/fonts/OpenSans-Regular.woff +0 -0
  1080. package/themes/mandelbrot/fonts/OpenSans-Regular.woff2 +0 -0
  1081. package/themes/mandelbrot/fonts/OpenSans-Semibold.woff +0 -0
  1082. package/themes/mandelbrot/fonts/OpenSans-Semibold.woff2 +0 -0
  1083. package/themes/mandelbrot/fonts/OpenSans-SemiboldItalic.woff +0 -0
  1084. package/themes/mandelbrot/fonts/OpenSans-SemiboldItalic.woff2 +0 -0
  1085. package/themes/mandelbrot/fonts/hack-bold-webfont.woff +0 -0
  1086. package/themes/mandelbrot/fonts/hack-bold-webfont.woff2 +0 -0
  1087. package/themes/mandelbrot/fonts/hack-bolditalic-webfont.woff +0 -0
  1088. package/themes/mandelbrot/fonts/hack-bolditalic-webfont.woff2 +0 -0
  1089. package/themes/mandelbrot/fonts/hack-italic-webfont.woff +0 -0
  1090. package/themes/mandelbrot/fonts/hack-italic-webfont.woff2 +0 -0
  1091. package/themes/mandelbrot/fonts/hack-regular-webfont.woff +0 -0
  1092. package/themes/mandelbrot/fonts/hack-regular-webfont.woff2 +0 -0
  1093. package/themes/mandelbrot/img/favicon.png +0 -0
  1094. package/themes/mandelbrot/img/icon-drag--horizontal.svg +3 -0
  1095. package/themes/mandelbrot/img/icon-drag--vertical.svg +3 -0
  1096. package/themes/mandelbrot/img/icon-navigation-closed-ltr.svg +3 -0
  1097. package/themes/mandelbrot/img/icon-navigation-closed-rtl.svg +3 -0
  1098. package/themes/mandelbrot/img/icon-navigation-opened.svg +3 -0
  1099. package/themes/mandelbrot/img/icon-window.svg +3 -0
  1100. package/themes/mandelbrot/img/loader.svg +37 -0
  1101. package/themes/mandelbrot/js/mandelbrot.js +2 -0
  1102. package/themes/mandelbrot/js/mandelbrot.js.map +1 -0
@@ -1,105 +1,105 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Graphic elements / Icons / Rich icons / Marketplace / Challenges-Control-Access-to-Restricted-Areas</title>
4
- <defs>
5
- <linearGradient x1="-0.0585552044%" y1="50.0023631%" x2="99.9390506%" y2="50.0023631%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="0%"></stop>
7
- <stop stop-color="#CECEC6" offset="38%"></stop>
8
- <stop stop-color="#ABAA9E" offset="69%"></stop>
9
- <stop stop-color="#9E9D8E" offset="86%"></stop>
10
- </linearGradient>
11
- <linearGradient x1="40.0582723%" y1="62.3062382%" x2="56.8356214%" y2="3.8563327%" id="linearGradient-2">
12
- <stop stop-color="#FFFFFF" offset="0%"></stop>
13
- <stop stop-color="#D3EDF8" offset="17%"></stop>
14
- <stop stop-color="#40B0E3" offset="75%"></stop>
15
- <stop stop-color="#0598DA" offset="100%"></stop>
16
- </linearGradient>
17
- <linearGradient x1="50.0028658%" y1="93.3696799%" x2="50.0028658%" y2="-1.34980654%" id="linearGradient-3">
18
- <stop stop-color="#FFFFFF" offset="0%"></stop>
19
- <stop stop-color="#023852" offset="100%"></stop>
20
- </linearGradient>
21
- <linearGradient x1="67.683262%" y1="52.6742405%" x2="19.926625%" y2="29.4825546%" id="linearGradient-4">
22
- <stop stop-color="#FFFFFF" offset="0%"></stop>
23
- <stop stop-color="#3FB0E2" offset="100%"></stop>
24
- </linearGradient>
25
- <linearGradient x1="116.791284%" y1="-20.3572302%" x2="3.21980106%" y2="136.481527%" id="linearGradient-5">
26
- <stop stop-color="#FFFFFF" offset="0%"></stop>
27
- <stop stop-color="#3FB0E2" offset="100%"></stop>
28
- </linearGradient>
29
- <linearGradient x1="64.0174719%" y1="-45.8486164%" x2="38.2199892%" y2="128.297308%" id="linearGradient-6">
30
- <stop stop-color="#FFFFFF" offset="0%"></stop>
31
- <stop stop-color="#3FB0E2" offset="100%"></stop>
32
- </linearGradient>
33
- <linearGradient x1="49.9739768%" y1="-0.0139530458%" x2="49.9739768%" y2="99.9985979%" id="linearGradient-7">
34
- <stop stop-color="#FFFFFF" offset="0%"></stop>
35
- <stop stop-color="#CECEC6" offset="38%"></stop>
36
- <stop stop-color="#ABAA9E" offset="69%"></stop>
37
- <stop stop-color="#9E9D8E" offset="86%"></stop>
38
- </linearGradient>
39
- </defs>
40
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Challenges-Control-Access-to-Restricted-Areas" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
41
- <g id="Control-access-to-restricted-areas" transform="translate(80.000000, 0.000000)">
42
- <path d="M37,52.7830498 L37,184.779469 C37.0019313,186.558683 38.4491082,188 40.2336233,188 L136.769876,188 C138.553824,188 140,186.558119 140,184.779469 L140,39.2065744 C139.992293,37.433377 138.548372,36 136.769876,36 L50.4699307,36" id="Path" stroke="#023852" stroke-width="1.42"></path>
43
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="58" cy="111" r="4"></circle>
44
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="78" cy="111" r="4"></circle>
45
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="99" cy="111" r="4"></circle>
46
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="120" cy="111" r="4"></circle>
47
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="58" cy="130" r="4"></circle>
48
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="78" cy="130" r="4"></circle>
49
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="99" cy="130" r="4"></circle>
50
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="120" cy="130" r="4"></circle>
51
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="58" cy="149" r="4"></circle>
52
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="78" cy="149" r="4"></circle>
53
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="99" cy="149" r="4"></circle>
54
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="120" cy="149" r="4"></circle>
55
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="58" cy="168" r="4"></circle>
56
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="78" cy="168" r="4"></circle>
57
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="99" cy="168" r="4"></circle>
58
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="120" cy="168" r="4"></circle>
59
- <line x1="140" y1="92" x2="37" y2="92" id="Path" stroke="#023852" stroke-width="1.42"></line>
60
- <rect id="Rectangle" stroke="#023852" stroke-width="1.42" x="75" y="39" width="26" height="2" rx="1"></rect>
61
- <path d="M75,72 C78.5407335,68.1648664 83.4116829,66 88.5,66 C93.5883171,66 98.4592665,68.1648664 102,72" id="Path" stroke="#023852" stroke-width="1.42"></path>
62
- <path d="M108,67 C102.868792,61.8839093 95.8392636,59 88.5,59 C81.1607364,59 74.1312075,61.8839093 69,67" id="Path" stroke="#023852" stroke-width="1.42"></path>
63
- <path d="M80,77 C82.2099117,75.0849946 85.284063,74 88.5,74 C91.715937,74 94.7900883,75.0849946 97,77" id="Path" stroke="#023852" stroke-width="1.42"></path>
64
- <path d="M102,72 C98.4592665,68.1648664 93.5883171,66 88.5,66 C83.4116829,66 78.5407335,68.1648664 75,72" id="Path" stroke="#023852" stroke-width="1.42"></path>
65
- <path d="M97,77 C94.7900883,75.0849946 91.715937,74 88.5,74 C85.284063,74 82.2099117,75.0849946 80,77" id="Path" stroke="#023852" stroke-width="1.42"></path>
66
- <path d="M25.8295223,1.59556409 L0.387463119,48.3570618 C-0.139252599,49.3228722 -0.128288641,50.5034778 0.41626782,51.4587693 C0.960824282,52.4140608 1.95726416,53.0006995 3.03413194,53 L53.9668767,53 C55.0440101,53.0016018 56.0409269,52.4148469 56.5850858,51.4589984 C57.1292447,50.5031499 57.1387586,49.3220476 56.6100722,48.3570618 L31.1159133,1.5919926 C30.5798231,0.608200087 29.5684056,-0.000740259874 28.4716994,0 C27.3749932,0.000741610648 26.3643547,0.611048059 25.8295223,1.59556409 Z" id="Path" stroke="#023852" stroke-width="1.42"></path>
67
- <polygon id="Path" stroke="#023852" stroke-width="1.42" points="28.1216887 35 30.8741722 35 32 24 27 24"></polygon>
68
- <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="29.5" cy="38.5" r="2.5"></circle>
69
- <path d="M145.614051,180.669301 L140.715048,161.697704 L140.35189,156.109089 L145.203683,139.823986 L135.761572,109 C135.761572,109 133.197676,113.478669 132.006517,115.801072 C131.54623,116.69956 131.271109,117.677069 131.196675,118.678449 L130.394095,129.42089 C130.396033,129.43615 130.396033,129.451584 130.394095,129.466844 L125.244513,155.165281 C124.724719,157.730099 125.038228,160.388814 126.141514,162.772301 L136.407993,184.875786 L139.476679,191.846531 L141.579365,191.99146 C142.280017,192.041357 142.978682,191.871652 143.573103,191.507184 L147.546052,189.078735 L148,185.303504 L145.614051,180.669301 Z" id="Path" fill="#D3D3CC" fill-rule="nonzero"></path>
70
- <path d="M142.05121,161.085023 L141.70583,155.555745 L151,126.947587 L149.618481,122.222695 L140.165436,112 C140.025524,112.501451 139.93528,113.015765 139.89604,113.535328 L139.132751,124.163713 C139.134463,124.178818 139.134463,124.194073 139.132751,124.209178 L134.228358,149.634765 C133.738328,152.173798 134.041324,154.804338 135.095261,157.161019 L144.859147,179.029822 L147.777607,185.926556 L148.813746,186 L148.993343,184.45418 L146.720744,179.855192 L142.05121,161.085023 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0.5" style="mix-blend-mode: multiply;"></path>
71
- <path d="M143,193.320227 L143.807938,194.361437 C144.302776,194.994532 144.613411,195.742581 144.708009,196.528922 L145.24309,201 L148,192 L143,193.320227 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
72
- <path d="M143,193.320227 L143.807938,194.361437 C144.302776,194.994532 144.613411,195.742581 144.708009,196.528922 L145.24309,201 L148,192 L143,193.320227 Z" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
73
- <path d="M141,190.442783 L141.995043,194 L143.797657,193.889592 C144.299742,193.857477 144.79005,193.729611 145.239748,193.513514 L149,191.715929 L148.192429,188 L141,190.442783 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
74
- <path d="M198.17789,182.942669 L173.306058,180 L148.784533,182.235869 C148.675938,182.561277 145.568711,197.753986 145.071274,200.192797 C145.025734,200.413235 144.9872,200.633673 144.959176,200.857609 L140.618866,233.174483 C140.394662,234.837171 140.394662,236.522379 140.618866,238.185068 C140.948401,240.594714 140.804425,243.045419 140.194994,245.40003 L137.974044,253.962112 C137.765994,254.700393 137.339929,255.358869 136.751471,255.851578 C136.138419,256.393919 135.703727,257.108622 135.504376,257.901999 L134.169705,263.255487 C134.022125,263.838595 134.008949,264.447552 134.131171,265.036484 L134.222251,265.484358 C134.343138,266.043588 134.343138,266.622148 134.222251,267.181378 L128.505233,292.293786 C128.124476,293.973464 128.076872,295.711381 128.36511,297.409342 L129.713794,305.527049 C129.829832,306.05844 129.691845,306.613512 129.340426,307.028966 C128.989008,307.44442 128.464134,307.672997 127.920219,307.64745 C127.325104,307.610345 126.749955,307.868775 126.382958,308.338182 C126.015961,308.807589 125.904337,309.427577 126.084608,309.995287 L126.95337,313.469806 C127.096276,314.074548 127.306606,314.661381 127.580421,315.219312 C128.887714,317.8397 131.408832,319.643837 134.313331,320.037451 L139.739594,320.74775 C141.28577,320.932266 142.735228,319.961632 143.151589,318.462896 C143.291816,318.013243 143.531231,317.600731 143.852204,317.255737 L146.770265,314.176606 C147.218821,313.703332 147.506841,313.101029 147.593488,312.455092 L152.634413,274.347355 L152.655431,274.105923 L152.851603,270.082059 C152.872917,269.631325 152.998838,269.191709 153.219426,268.797922 L153.842973,267.674739 C153.98993,267.411447 154.095105,267.126977 154.154747,266.831477 L155.503431,260.295323 C155.577042,259.926894 155.577042,259.547568 155.503431,259.179138 L155.457891,258.923711 C155.270695,257.869011 155.673469,256.796193 156.508813,256.124501 C157.003224,255.73553 157.357374,255.196323 157.517699,254.588435 L160.453276,243.741498 L173.414653,209.101281 L174.591686,220.410087 L175.407903,255.375713 C175.415115,255.691952 175.519019,255.998419 175.705664,256.253965 L175.873812,256.484899 L172.111509,293.032078 C172.034416,293.786309 172.041466,294.546761 172.132528,295.299437 C172.73856,300.198054 173.698402,308.469718 174.013679,311.226939 C174.08308,311.828864 173.947326,312.436585 173.628341,312.951952 L171.631588,316.192037 C171.414954,316.546337 171.354126,316.974168 171.46344,317.374703 L173.018806,323.057098 C173.18378,323.654562 173.697918,324.090378 174.314943,324.155788 L182.343991,324.985054 C183.114904,325.06522 183.884342,324.820452 184.466854,324.309744 L190.691818,318.854785 C191.028548,318.559791 191.241258,318.148612 191.287341,317.70361 L191.378421,316.776372 C191.442143,316.290245 191.693569,315.848249 192.079036,315.54472 C192.437518,315.239088 192.659377,314.803438 192.695577,314.334062 L193.490775,303.71806 C193.549346,302.919263 193.377961,302.120397 192.996842,301.41571 L191.070151,297.846718 C190.633493,297.042007 190.473496,296.11633 190.614751,295.211962 L194.790416,268.48651 C194.926849,267.610606 194.888754,266.716413 194.678318,265.855253 L193.932163,262.839105 C193.775431,262.198436 193.714052,261.538198 193.750003,260.879658 L194.408581,248.874549 C194.466231,247.54546 194.932238,246.266343 195.743252,245.211083 C196.482073,244.270635 196.958295,243.151483 197.123464,241.967499 L201.348172,211.246176 C201.435291,210.606496 201.59392,209.978585 201.821087,209.374204 C202.062843,208.726251 202.227451,208.052141 202.311518,207.365771 L203.443011,198.096889 C203.706909,195.9345 203.861045,193.765112 203.905417,191.588727 L204,186.921045 L198.17789,182.956665 L198.17789,182.942669 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
75
- <path d="M138,254 L166.595976,225.695392 L168.372786,223.936687 L173.742305,209.729863 L173.742305,209.729863 L178.148793,197.278227 C179.187057,194.352578 181.823474,192.271767 184.936207,191.92121 C187.345561,191.650369 189.73004,191.397116 191.535278,191.217728 C193.510115,191.01514 195.247923,189.838855 196.154984,188.090749 L200,180.640872 L167.285379,174 L169.843985,180.823778 L148.746145,182.730215 C148.635983,183.057334 145.483923,198.329933 144.979309,200.781569 C144.933112,201.003166 144.894022,201.224763 144.865593,201.449877 L140.462658,233.936687 C140.243503,235.664531 140.251864,237.413224 140.487534,239.138938 C140.793181,241.508397 140.640015,243.913798 140.036224,246.226521 L138,254 Z" id="Path" fill="url(#linearGradient-3)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
76
- <rect id="Rectangle" fill="#023852" fill-rule="nonzero" transform="translate(273.000000, 133.000000) rotate(-180.000000) translate(-273.000000, -133.000000) " x="266" y="121" width="14" height="24" rx="5.96"></rect>
77
- <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" transform="translate(273.500000, 128.000000) rotate(-180.000000) translate(-273.500000, -128.000000) " x="268" y="122" width="11" height="12" rx="3.21"></rect>
78
- <rect id="Rectangle" fill="#0598DA" fill-rule="nonzero" transform="translate(273.000000, 126.000000) rotate(-180.000000) translate(-273.000000, -126.000000) " x="269" y="125" width="8" height="2"></rect>
79
- <rect id="Rectangle" fill="#0598DA" fill-rule="nonzero" transform="translate(273.000000, 130.000000) rotate(-180.000000) translate(-273.000000, -130.000000) " x="269" y="129" width="8" height="2"></rect>
80
- <rect id="Rectangle" fill="#0598DA" fill-rule="nonzero" transform="translate(273.000000, 127.000000) rotate(-180.000000) translate(-273.000000, -127.000000) " x="269" y="126" width="8" height="2"></rect>
81
- <path d="M260.322693,134.509418 L272.540736,134.511383 C273.948742,134.512429 275.090099,135.653787 275.091146,137.061793 L275.092188,143.543183 C275.093235,144.951509 273.951745,146.093367 272.543419,146.093593 C272.543145,146.093593 272.542872,146.093593 272.542599,146.092773 L260.324556,146.090808 C258.91655,146.089761 257.775193,144.948404 257.774146,143.540398 L257.773103,137.059007 C257.772057,135.650681 258.913547,134.508824 260.321873,134.508597 C260.322146,134.508597 260.32242,134.508597 260.322693,134.509418 Z" id="Rectangle" fill="#9DADB7" fill-rule="nonzero" transform="translate(266.432646, 140.301095) rotate(137.410000) translate(-266.432646, -140.301095) "></path>
82
- <polygon id="Rectangle" fill="#D6DDE1" fill-rule="nonzero" transform="translate(268.694579, 136.447310) rotate(137.410000) translate(-268.694579, -136.447310) " points="266.15306 133.728282 271.235224 133.729099 271.236098 139.166339 266.153935 139.165521"></polygon>
83
- <polygon id="Rectangle" fill="#D6DDE1" fill-rule="nonzero" transform="translate(265.160480, 142.828504) rotate(137.410000) translate(-265.160480, -142.828504) " points="262.058385 142.573025 268.262493 142.574022 268.262575 143.083983 262.058467 143.082986"></polygon>
84
- <polygon id="Rectangle" fill="#D6DDE1" fill-rule="nonzero" transform="translate(264.185131, 141.766315) rotate(137.410000) translate(-264.185131, -141.766315) " points="261.083036 141.510836 267.287144 141.511834 267.287226 142.021795 261.083118 142.020797"></polygon>
85
- <path d="M242.067095,146.751042 L249.4122,144.0174 C249.774491,143.919708 250.153399,143.898247 250.52456,143.954396 L254.430178,144.549427 C254.847373,144.612247 255.273966,144.546256 255.652008,144.360418 L259.995508,142.211305 C260.767239,141.832073 261.695885,141.971961 262.319104,142.561324 L262.319104,142.561324 C263.014715,143.219057 263.152977,144.268754 262.651046,145.081455 L262.110757,145.960001 C261.659343,146.692981 261.723012,147.628386 262.269666,148.294623 L262.541576,148.62714 C262.897895,149.060284 263.057201,149.620416 262.981584,150.174251 C262.905968,150.728085 262.602191,151.2261 262.142539,151.549793 L254.726807,156.800066 C254.450937,156.99353 254.100569,157.050334 253.776888,156.954075 L244.28122,154.101426 L242,150.601243 L242.067095,146.751042 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
86
- <path d="M242.067095,146.751042 L249.4122,144.0174 C249.774491,143.919708 250.153399,143.898247 250.52456,143.954396 L254.430178,144.549427 C254.847373,144.612247 255.273966,144.546256 255.652008,144.360418 L259.995508,142.211305 C260.767239,141.832073 261.695885,141.971961 262.319104,142.561324 L262.319104,142.561324 C263.014715,143.219057 263.152977,144.268754 262.651046,145.081455 L262.110757,145.960001 C261.659343,146.692981 261.723012,147.628386 262.269666,148.294623 L262.541576,148.62714 C262.897895,149.060284 263.057201,149.620416 262.981584,150.174251 C262.905968,150.728085 262.602191,151.2261 262.142539,151.549793 L254.726807,156.800066 C254.450937,156.99353 254.100569,157.050334 253.776888,156.954075 L244.28122,154.101426 L242,150.601243 L242.067095,146.751042 Z" id="Path" fill="url(#linearGradient-4)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
87
- <path d="M242.25867,157 L246.000764,156.867167 C246.572349,156.845752 247.018504,156.388639 246.999409,155.843995 L246.852439,152.232376 C246.740608,150.829044 246.269643,149.473171 245.480715,148.28329 L243.973325,146 L241,147.077023 L242.25867,157 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
88
- <path d="M200.256351,140.503202 L213.758596,156.843232 C214.266185,157.462225 214.951763,157.913554 215.724291,158.137284 L216.91006,158.487028 C219.728176,159.313422 222.640395,159.783473 225.577471,159.886003 L228.654825,159.987429 C231.448796,160.081246 234.235386,159.649263 236.866984,158.714362 L238.031579,158.301664 C238.500212,158.134542 238.994568,158.049338 239.492617,158.049848 L242.697018,157.853992 C243.406825,157.811827 243.963029,157.233125 243.971014,156.528463 L243.999247,154.244636 C244.025907,152.020375 243.344243,149.844407 242.051197,148.026191 L241.398318,147.088877 L238.927965,147.417637 C238.379365,147.491297 237.821445,147.455625 237.286944,147.312713 L228.241923,144.892486 C227.452342,144.679666 226.698514,144.353265 226.004489,143.923696 L223.121234,142.140003 C222.215414,141.576925 221.427102,140.846734 220.799102,139.989078 L216.211303,133.735659 L208.503802,114.590683 C208.122436,113.638418 207.585943,112.754643 206.915717,111.974599 L205.267639,110.044013 C203.880792,109.809878 202.507872,110.526744 201.918546,111.792732 C199.995107,115.94184 198.999518,120.454009 199,125.020043 L199,126.716301 C199,131.298339 199.412503,135.87124 200.231648,140.380791 L200.256351,140.524186" id="Path" fill="#D3D3CC" fill-rule="nonzero"></path>
89
- <path d="M242.022046,147.797486 L241.358185,146.875991 L238.873144,147.202861 C238.321293,147.27638 237.759998,147.240909 237.222366,147.098541 L228.120016,144.692222 C227.326868,144.48059 226.569734,144.156056 225.872829,143.728999 L222.97243,141.955555 C222.060111,141.395862 221.26592,140.66988 220.632942,139.816992 L216.017865,133.599509 L208.271637,114.564552 C207.885284,113.619081 207.345855,112.740798 206.674111,111.963502 L205.012683,110.044011 C203.618377,109.810405 202.237809,110.523638 201.647227,111.78268 C200.988526,113.206118 200.437955,114.675226 200,116.178037 L200.784563,117.082146 C201.45791,117.859602 201.997483,118.739295 202.382089,119.686673 L210.135418,138.72163 L214.750494,144.939113 C215.380426,145.792448 216.173807,146.517611 217.086433,147.074199 L219.986831,148.85112 C220.684044,149.279136 221.442678,149.602628 222.237568,149.810865 L231.336369,152.217184 C231.873777,152.360623 232.435055,152.397275 232.987146,152.324982 L235.472188,151.998112 L236.136049,152.919607 C237.215797,154.420079 237.8744,156.171954 238.04598,158 C238.502428,157.843711 238.982472,157.763775 239.466004,157.763541 L242.693007,157.56881 C243.406252,157.525239 243.964827,156.950825 243.974578,156.250898 L243.999429,153.980196 C244.022764,151.766557 243.33062,149.602419 242.022046,147.797486 Z" id="Path" fill="#D9D9D3" fill-rule="nonzero"></path>
90
- <path d="M194,70.6239521 L192.582329,78.6359281 C192.569128,78.7037823 192.530963,78.7657452 192.473896,78.811976 L190.97992,79.9688623 C190.829564,80.085271 190.724149,80.24119 190.678715,80.4143713 L190.208835,82.1173653 C190.152566,82.3166305 190.152566,82.5252857 190.208835,82.7245509 L191.759036,87.6718563 C191.789088,87.7743413 191.767044,87.8834678 191.698795,87.9700599 L191.365462,88.3796407 C191.313324,88.441831 191.240046,88.4872155 191.156627,88.508982 L190.184739,88.742515 C190.104503,88.762139 190.034725,88.8067278 189.987952,88.8682635 L189.148594,90 L186,85.1281437 L187.694779,76.4694611 L191.096386,73.9293413 L191.566265,69 L194,70.6239521 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
91
- <path d="M165.119319,84.0018413 L176.028563,82.4066288 L177.4224,76.9186742 L182.105108,74 L185.474462,74.5999693 L187,77.9950898 L186.41832,84.0230167 L182.920923,89.3662728 L182.072182,96.5870799 L161,97 L164.190094,90.0121221 C164.456498,89.5609999 164.615224,89.0582257 164.654707,88.5404327 L165.119319,84.0018413 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
92
- <path d="M175,81 L165.175374,82.4680695 L164.708585,87.1879129 C164.668917,87.7263844 164.509448,88.2492372 164.241796,88.7183753 L161,96 L175,95.7063861 L175,81 Z" id="Path" fill="url(#linearGradient-5)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
93
- <path d="M254,156.954076 C254.315851,157.050332 254.657744,156.99353 254.926941,156.800075 L262.163281,151.550018 C262.611814,151.226339 262.908243,150.728344 262.98203,150.174532 C263.055817,149.620721 262.900365,149.060612 262.552665,148.627486 L262.287333,148.294982 C261.753903,147.628773 261.691774,146.693406 262.132268,145.960457 L262.659487,145.081947 C263.125356,144.311596 263.031451,143.320796 262.429455,142.65486 C261.82746,141.988924 260.86353,141.809532 260.068188,142.215416 L255.82976,144.364439 C255.469515,144.54642 255.063518,144.613523 254.665054,144.556941 L254.665054,144.556941 L254.003446,156.950576 L254,156.954076 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
94
- <path d="M193.902251,67.2648332 C193.887817,66.649027 193.658659,66.0551851 193.250713,65.5764279 L187.502694,58.8193678 C186.6223,57.8037368 185.424151,57.0810371 184.082116,56.7561434 L184.082116,56.7561434 C179.825358,55.7387223 175.368429,55.7481787 171.116497,56.783653 L169.223415,57.2513172 C167.848327,57.5877775 166.68334,58.453982 166.009158,59.6412189 L163.392144,64.2628416 C162.246097,66.2864623 161.790718,68.5985433 162.089067,70.8789147 L162.708029,75.6071374 L163.558649,83.4645838 L163.609324,83.3029645 L163.609324,83.4130032 L173.538049,82.0650299 C174.444254,81.9436937 175.163316,81.2786656 175.315302,80.4213277 L175.894447,77.1786266 C175.98899,76.662355 176.303212,76.2058778 176.763165,75.916621 L179.564781,74.1628803 C180.173978,73.7818529 180.912092,73.6332593 181.631607,73.7467967 L182.840573,73.9393643 C183.42306,74.0346348 183.899226,74.4337774 184.071257,74.9709765 L184.795189,77.1408009 C184.854862,77.3242389 184.876978,77.5168412 184.860343,77.7081876 L184.375309,82.7183843 C184.325803,83.2271681 184.109288,83.7083175 183.756347,84.0938672 L181.200867,86.8757815 C180.809986,87.3023943 180.591836,87.8473255 180.585525,88.4128837 L180.487795,95.3074921 L185.287463,98 L186.793241,95.8508079 C186.945196,95.6344641 187.007118,95.3721997 186.966984,95.1149245 L186.767903,93.8426027 C186.72442,93.5865034 186.792358,93.3246121 186.956126,93.1170355 L189.649152,89.6095539 L187.238459,85.648163 C186.963735,85.1947883 186.865105,84.664232 186.959745,84.1488866 L188.226626,77.2714717 C188.299301,76.8815207 188.51625,76.5290718 188.838348,76.2776853 L190.811063,74.7405831 C191.182333,74.4484028 191.415547,74.0275707 191.458981,73.5714226 L191.79561,69.8851282 C191.801932,69.8165032 191.848443,69.7571288 191.915822,69.7316701 C191.983201,69.7062115 192.059932,69.7190194 192.11414,69.7647735 L193.717649,71.1402564 C193.768187,71.1823989 193.840112,71.1923064 193.901168,71.1655355 C193.962224,71.1387647 194.000951,71.0803397 194,71.016463 L193.902251,67.2648332 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
95
- <path d="M187.133176,58.9961363 C186.265547,57.9168273 185.084769,57.1488158 183.762191,56.803552 C179.567149,55.7223407 175.174836,55.73239 170.98455,56.8327864 L169.118915,57.3297722 C167.763763,57.6873278 166.615666,58.6078416 165.951259,59.8695157 L163.372187,64.7809045 C162.242305,66.9312391 161.793501,69.3884307 162.088002,71.8117916 L162.69799,76.8364639 L163.215231,82 L164.285385,81.8282476 C165.562996,81.6287481 166.46626,80.4420215 166.343648,79.1240602 L165.612376,71.0407328 C165.498777,69.7857173 165.746817,68.5241187 166.325813,67.4120057 L168.961959,62.3654075 C169.403021,61.5092429 170.251294,60.9539767 171.195014,60.9036846 L182.135556,60.3555385 C183.721279,60.2843977 185.295325,60.6638075 186.683712,61.4518307 L191,63.881945 L187.133176,58.9961363 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
96
- <polygon id="Path" fill="#FFFFFF" fill-rule="nonzero" points="159 95.3963565 160.821956 90 180.251323 90.0039389 185 98 180.312901 95.1127523"></polygon>
97
- <path d="M201.699728,110.88543 C202.280463,109.610216 203.633369,108.888127 205,109.123968 L204.874805,108.961914 C204.160623,108.112916 203.304897,107.397479 202.346567,106.84816 L195.203512,102.729863 L181.292986,95.4550264 C180.77622,95.1465718 180.185166,94.9892623 179.585469,95 L160.152464,95.4127513 C159.762334,95.4232726 159.377207,95.5044032 159.015278,95.6523101 L153.531054,97.8928893 C149.818179,99.412537 146.253249,101.279545 142.882546,103.469677 L136.932318,107.344892 C136.582815,107.571845 136.326901,107.920012 136.212449,108.324265 L134.195422,115.274992 C133.879453,116.376633 133.948237,117.554961 134.39017,118.6112 L143.779775,140.995854 L146.367133,152.360804 C146.42046,152.589198 146.491389,152.813003 146.579268,153.03016 L147.532139,155.327106 C148.064222,156.547675 148.002467,157.950045 147.365213,159.117771 C146.957919,159.823986 146.767819,160.637219 146.819225,161.453469 L147.093958,165.994517 C147.156729,167.037649 147.093666,168.084642 146.906166,169.112304 L145.90113,174.675 C145.674129,175.870527 145.955739,177.107583 146.676642,178.081667 C147.10785,178.653521 147.394391,179.323568 147.511273,180.033366 L148.025963,182.185872 C148.109506,182.533063 148.327636,182.831502 148.631071,183.013759 L151.235817,184.588506 C151.493862,184.742611 151.792848,184.81156 152.091314,184.785789 L170.035893,183.200474 C170.212979,183.186384 170.390884,183.186384 170.56797,183.200474 L187.68835,184.053021 C188.148326,184.074468 188.603353,184.1586 189.041149,184.303149 L196.67455,186.797379 C197.262245,186.989253 197.884808,187.045821 198.496829,186.962956 L203.052526,186.332353 C203.089413,186.327228 203.122598,186.306967 203.144301,186.276321 C203.166004,186.245674 203.174316,186.207337 203.167288,186.170298 L201.720593,179.526065 C201.435428,178.212015 199.613149,174.632725 200.614707,173.748471 C201.425234,173.036443 201.880355,171.995533 201.856221,170.908995 L201.720593,165.064465 C201.640042,161.5898 200.563447,158.213906 198.622024,155.348243 L197.665675,149.834869 C197.40874,148.756509 197.446004,147.62768 197.773482,146.569119 L199.936569,139.62896 L200.047853,139.766354 L200.047853,139.667712 C199.240649,135.125301 198.83448,130.519078 198.834159,125.903651 L198.834159,124.195034 C198.832415,119.601258 199.809879,115.061267 201.699728,110.88543 L201.699728,110.88543 Z" id="Path" fill="#D3D3CC" fill-rule="nonzero"></path>
98
- <path d="M180.363894,78.7770278 L180.450051,79.4683143 L180.533236,80.1596008 C180.542977,80.244947 180.561994,80.3279309 180.589684,80.4059213 C180.616922,80.4833989 180.651902,80.5555709 180.693666,80.6204584 L181.261112,81.4905259 L181.828557,82.3566205 C181.973973,82.578701 182.031467,82.8802083 181.983334,83.1682902 C181.935201,83.4563722 181.787212,83.6964832 181.584942,83.8146787 L181.492843,83.8663266 L181.400745,83.9219473 C181.274703,83.995746 181.13512,84.0178686 180.999671,83.9855139 C180.864031,83.9512249 180.738979,83.8641555 180.64019,83.7352205 L180.158901,83.091609 L179.668699,82.4479974 C179.572404,82.3209464 179.505384,82.1596229 179.475589,81.9831669 L179.246828,80.552919 L179.015097,79.1186982 C178.985842,78.9336381 178.99931,78.74106 179.053719,78.5664636 C179.110426,78.3921361 179.204508,78.2442029 179.324072,78.1413621 L179.324072,78.1413621 C179.520846,77.9768626 179.766025,77.954508 179.977674,78.0817684 C180.185938,78.2114552 180.331193,78.4729376 180.363894,78.7770278 L180.363894,78.7770278 Z" id="Path" fill="url(#linearGradient-6)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
99
- <rect id="Rectangle" fill="#D8DEE2" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="101" y="325" width="159" height="5" rx="2.5"></rect>
100
- <path d="M173,320.236465 L173,326.014537 C173,326.541114 173.210013,327.046124 173.583835,327.418471 C173.957657,327.790817 174.464668,328 174.993332,328 L204.005061,328 C204.751617,328.000597 205.435926,327.585626 205.778181,326.924763 C206.120436,326.2639 206.063256,325.467944 205.630021,324.862352 L204.28392,322.986621 C202.940147,321.111803 200.8731,319.879203 198.579348,319.584931 L193.597744,318.947114 C193.396156,318.92389 193.199674,318.868305 193.015926,318.782516 L189.538788,317.184545 C189.216481,317.035085 188.85976,316.974682 188.505974,317.00966 L174.793655,318.25786 C173.774043,318.360108 172.998388,319.215744 173,320.236465 L173,320.236465 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
101
- <path d="M142,317.364739 L142,327.141792 C142,327.615767 141.632289,328 141.178705,328 L121.821287,328 C121.367703,328 121,327.615767 121,327.141792 L121,325.237077 C120.999335,321.133384 122.560193,317.197814 125.338612,314.297641 L126.336632,313.251134 C126.537929,313.040958 126.828998,312.954644 127.105938,313.023003 L141.369299,316.531878 C141.739869,316.621516 142.001698,316.967274 142,317.364739 L142,317.364739 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
102
- <path d="M200.111775,186.964189 L204.867121,186.358234 C204.910174,186.355678 204.949671,186.334323 204.974408,186.300225 C204.999144,186.266128 205.00642,186.22301 204.994172,186.183102 L203.542158,179.797811 C203.055734,177.657705 202.939573,174.130558 203.509488,172.011468 C203.597805,171.684548 203.639331,171.347503 203.632909,171.009716 L203.491338,165.202358 C203.409002,161.746339 202.285101,158.388302 200.256977,155.538606 L199.262347,150.056993 C198.99132,148.985328 199.028977,147.86257 199.371248,146.810056 L201.62187,139.937899 L192.615753,131.864341 C191.601518,130.952924 190.109271,130.74068 188.865627,131.330956 C187.621983,131.921232 186.885428,133.191341 187.014609,134.522836 L189.584674,161.069257 C189.625289,161.482715 189.799216,161.873485 190.081989,162.186595 L192.564933,164.936158 C192.980834,165.398649 193.151906,166.020629 193.028407,166.621248 C192.904907,167.221866 192.500697,167.733714 191.933307,168.007963 L191.933307,168.007963 C191.096004,168.411427 190.647964,169.310642 190.844296,170.193604 L194.285569,185.573645 L198.209637,186.796062 C198.822812,186.988009 199.472664,187.045448 200.111775,186.964189 Z" id="Path" fill="url(#linearGradient-7)" fill-rule="nonzero" opacity="0.5" style="mix-blend-mode: multiply;"></path>
103
- </g>
104
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Graphic elements / Icons / Rich icons / Marketplace / Challenges-Control-Access-to-Restricted-Areas</title>
4
+ <defs>
5
+ <linearGradient x1="-0.0585552044%" y1="50.0023631%" x2="99.9390506%" y2="50.0023631%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#CECEC6" offset="38%"></stop>
8
+ <stop stop-color="#ABAA9E" offset="69%"></stop>
9
+ <stop stop-color="#9E9D8E" offset="86%"></stop>
10
+ </linearGradient>
11
+ <linearGradient x1="40.0582723%" y1="62.3062382%" x2="56.8356214%" y2="3.8563327%" id="linearGradient-2">
12
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
13
+ <stop stop-color="#D3EDF8" offset="17%"></stop>
14
+ <stop stop-color="#40B0E3" offset="75%"></stop>
15
+ <stop stop-color="#0598DA" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="50.0028658%" y1="93.3696799%" x2="50.0028658%" y2="-1.34980654%" id="linearGradient-3">
18
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
19
+ <stop stop-color="#023852" offset="100%"></stop>
20
+ </linearGradient>
21
+ <linearGradient x1="67.683262%" y1="52.6742405%" x2="19.926625%" y2="29.4825546%" id="linearGradient-4">
22
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
23
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
24
+ </linearGradient>
25
+ <linearGradient x1="116.791284%" y1="-20.3572302%" x2="3.21980106%" y2="136.481527%" id="linearGradient-5">
26
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
27
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
28
+ </linearGradient>
29
+ <linearGradient x1="64.0174719%" y1="-45.8486164%" x2="38.2199892%" y2="128.297308%" id="linearGradient-6">
30
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
31
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
32
+ </linearGradient>
33
+ <linearGradient x1="49.9739768%" y1="-0.0139530458%" x2="49.9739768%" y2="99.9985979%" id="linearGradient-7">
34
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
35
+ <stop stop-color="#CECEC6" offset="38%"></stop>
36
+ <stop stop-color="#ABAA9E" offset="69%"></stop>
37
+ <stop stop-color="#9E9D8E" offset="86%"></stop>
38
+ </linearGradient>
39
+ </defs>
40
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Challenges-Control-Access-to-Restricted-Areas" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
41
+ <g id="Control-access-to-restricted-areas" transform="translate(80.000000, 0.000000)">
42
+ <path d="M37,52.7830498 L37,184.779469 C37.0019313,186.558683 38.4491082,188 40.2336233,188 L136.769876,188 C138.553824,188 140,186.558119 140,184.779469 L140,39.2065744 C139.992293,37.433377 138.548372,36 136.769876,36 L50.4699307,36" id="Path" stroke="#023852" stroke-width="1.42"></path>
43
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="58" cy="111" r="4"></circle>
44
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="78" cy="111" r="4"></circle>
45
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="99" cy="111" r="4"></circle>
46
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="120" cy="111" r="4"></circle>
47
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="58" cy="130" r="4"></circle>
48
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="78" cy="130" r="4"></circle>
49
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="99" cy="130" r="4"></circle>
50
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="120" cy="130" r="4"></circle>
51
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="58" cy="149" r="4"></circle>
52
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="78" cy="149" r="4"></circle>
53
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="99" cy="149" r="4"></circle>
54
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="120" cy="149" r="4"></circle>
55
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="58" cy="168" r="4"></circle>
56
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="78" cy="168" r="4"></circle>
57
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="99" cy="168" r="4"></circle>
58
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="120" cy="168" r="4"></circle>
59
+ <line x1="140" y1="92" x2="37" y2="92" id="Path" stroke="#023852" stroke-width="1.42"></line>
60
+ <rect id="Rectangle" stroke="#023852" stroke-width="1.42" x="75" y="39" width="26" height="2" rx="1"></rect>
61
+ <path d="M75,72 C78.5407335,68.1648664 83.4116829,66 88.5,66 C93.5883171,66 98.4592665,68.1648664 102,72" id="Path" stroke="#023852" stroke-width="1.42"></path>
62
+ <path d="M108,67 C102.868792,61.8839093 95.8392636,59 88.5,59 C81.1607364,59 74.1312075,61.8839093 69,67" id="Path" stroke="#023852" stroke-width="1.42"></path>
63
+ <path d="M80,77 C82.2099117,75.0849946 85.284063,74 88.5,74 C91.715937,74 94.7900883,75.0849946 97,77" id="Path" stroke="#023852" stroke-width="1.42"></path>
64
+ <path d="M102,72 C98.4592665,68.1648664 93.5883171,66 88.5,66 C83.4116829,66 78.5407335,68.1648664 75,72" id="Path" stroke="#023852" stroke-width="1.42"></path>
65
+ <path d="M97,77 C94.7900883,75.0849946 91.715937,74 88.5,74 C85.284063,74 82.2099117,75.0849946 80,77" id="Path" stroke="#023852" stroke-width="1.42"></path>
66
+ <path d="M25.8295223,1.59556409 L0.387463119,48.3570618 C-0.139252599,49.3228722 -0.128288641,50.5034778 0.41626782,51.4587693 C0.960824282,52.4140608 1.95726416,53.0006995 3.03413194,53 L53.9668767,53 C55.0440101,53.0016018 56.0409269,52.4148469 56.5850858,51.4589984 C57.1292447,50.5031499 57.1387586,49.3220476 56.6100722,48.3570618 L31.1159133,1.5919926 C30.5798231,0.608200087 29.5684056,-0.000740259874 28.4716994,0 C27.3749932,0.000741610648 26.3643547,0.611048059 25.8295223,1.59556409 Z" id="Path" stroke="#023852" stroke-width="1.42"></path>
67
+ <polygon id="Path" stroke="#023852" stroke-width="1.42" points="28.1216887 35 30.8741722 35 32 24 27 24"></polygon>
68
+ <circle id="Oval" stroke="#023852" stroke-width="1.42" cx="29.5" cy="38.5" r="2.5"></circle>
69
+ <path d="M145.614051,180.669301 L140.715048,161.697704 L140.35189,156.109089 L145.203683,139.823986 L135.761572,109 C135.761572,109 133.197676,113.478669 132.006517,115.801072 C131.54623,116.69956 131.271109,117.677069 131.196675,118.678449 L130.394095,129.42089 C130.396033,129.43615 130.396033,129.451584 130.394095,129.466844 L125.244513,155.165281 C124.724719,157.730099 125.038228,160.388814 126.141514,162.772301 L136.407993,184.875786 L139.476679,191.846531 L141.579365,191.99146 C142.280017,192.041357 142.978682,191.871652 143.573103,191.507184 L147.546052,189.078735 L148,185.303504 L145.614051,180.669301 Z" id="Path" fill="#D3D3CC" fill-rule="nonzero"></path>
70
+ <path d="M142.05121,161.085023 L141.70583,155.555745 L151,126.947587 L149.618481,122.222695 L140.165436,112 C140.025524,112.501451 139.93528,113.015765 139.89604,113.535328 L139.132751,124.163713 C139.134463,124.178818 139.134463,124.194073 139.132751,124.209178 L134.228358,149.634765 C133.738328,152.173798 134.041324,154.804338 135.095261,157.161019 L144.859147,179.029822 L147.777607,185.926556 L148.813746,186 L148.993343,184.45418 L146.720744,179.855192 L142.05121,161.085023 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0.5" style="mix-blend-mode: multiply;"></path>
71
+ <path d="M143,193.320227 L143.807938,194.361437 C144.302776,194.994532 144.613411,195.742581 144.708009,196.528922 L145.24309,201 L148,192 L143,193.320227 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
72
+ <path d="M143,193.320227 L143.807938,194.361437 C144.302776,194.994532 144.613411,195.742581 144.708009,196.528922 L145.24309,201 L148,192 L143,193.320227 Z" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
73
+ <path d="M141,190.442783 L141.995043,194 L143.797657,193.889592 C144.299742,193.857477 144.79005,193.729611 145.239748,193.513514 L149,191.715929 L148.192429,188 L141,190.442783 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
74
+ <path d="M198.17789,182.942669 L173.306058,180 L148.784533,182.235869 C148.675938,182.561277 145.568711,197.753986 145.071274,200.192797 C145.025734,200.413235 144.9872,200.633673 144.959176,200.857609 L140.618866,233.174483 C140.394662,234.837171 140.394662,236.522379 140.618866,238.185068 C140.948401,240.594714 140.804425,243.045419 140.194994,245.40003 L137.974044,253.962112 C137.765994,254.700393 137.339929,255.358869 136.751471,255.851578 C136.138419,256.393919 135.703727,257.108622 135.504376,257.901999 L134.169705,263.255487 C134.022125,263.838595 134.008949,264.447552 134.131171,265.036484 L134.222251,265.484358 C134.343138,266.043588 134.343138,266.622148 134.222251,267.181378 L128.505233,292.293786 C128.124476,293.973464 128.076872,295.711381 128.36511,297.409342 L129.713794,305.527049 C129.829832,306.05844 129.691845,306.613512 129.340426,307.028966 C128.989008,307.44442 128.464134,307.672997 127.920219,307.64745 C127.325104,307.610345 126.749955,307.868775 126.382958,308.338182 C126.015961,308.807589 125.904337,309.427577 126.084608,309.995287 L126.95337,313.469806 C127.096276,314.074548 127.306606,314.661381 127.580421,315.219312 C128.887714,317.8397 131.408832,319.643837 134.313331,320.037451 L139.739594,320.74775 C141.28577,320.932266 142.735228,319.961632 143.151589,318.462896 C143.291816,318.013243 143.531231,317.600731 143.852204,317.255737 L146.770265,314.176606 C147.218821,313.703332 147.506841,313.101029 147.593488,312.455092 L152.634413,274.347355 L152.655431,274.105923 L152.851603,270.082059 C152.872917,269.631325 152.998838,269.191709 153.219426,268.797922 L153.842973,267.674739 C153.98993,267.411447 154.095105,267.126977 154.154747,266.831477 L155.503431,260.295323 C155.577042,259.926894 155.577042,259.547568 155.503431,259.179138 L155.457891,258.923711 C155.270695,257.869011 155.673469,256.796193 156.508813,256.124501 C157.003224,255.73553 157.357374,255.196323 157.517699,254.588435 L160.453276,243.741498 L173.414653,209.101281 L174.591686,220.410087 L175.407903,255.375713 C175.415115,255.691952 175.519019,255.998419 175.705664,256.253965 L175.873812,256.484899 L172.111509,293.032078 C172.034416,293.786309 172.041466,294.546761 172.132528,295.299437 C172.73856,300.198054 173.698402,308.469718 174.013679,311.226939 C174.08308,311.828864 173.947326,312.436585 173.628341,312.951952 L171.631588,316.192037 C171.414954,316.546337 171.354126,316.974168 171.46344,317.374703 L173.018806,323.057098 C173.18378,323.654562 173.697918,324.090378 174.314943,324.155788 L182.343991,324.985054 C183.114904,325.06522 183.884342,324.820452 184.466854,324.309744 L190.691818,318.854785 C191.028548,318.559791 191.241258,318.148612 191.287341,317.70361 L191.378421,316.776372 C191.442143,316.290245 191.693569,315.848249 192.079036,315.54472 C192.437518,315.239088 192.659377,314.803438 192.695577,314.334062 L193.490775,303.71806 C193.549346,302.919263 193.377961,302.120397 192.996842,301.41571 L191.070151,297.846718 C190.633493,297.042007 190.473496,296.11633 190.614751,295.211962 L194.790416,268.48651 C194.926849,267.610606 194.888754,266.716413 194.678318,265.855253 L193.932163,262.839105 C193.775431,262.198436 193.714052,261.538198 193.750003,260.879658 L194.408581,248.874549 C194.466231,247.54546 194.932238,246.266343 195.743252,245.211083 C196.482073,244.270635 196.958295,243.151483 197.123464,241.967499 L201.348172,211.246176 C201.435291,210.606496 201.59392,209.978585 201.821087,209.374204 C202.062843,208.726251 202.227451,208.052141 202.311518,207.365771 L203.443011,198.096889 C203.706909,195.9345 203.861045,193.765112 203.905417,191.588727 L204,186.921045 L198.17789,182.956665 L198.17789,182.942669 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
75
+ <path d="M138,254 L166.595976,225.695392 L168.372786,223.936687 L173.742305,209.729863 L173.742305,209.729863 L178.148793,197.278227 C179.187057,194.352578 181.823474,192.271767 184.936207,191.92121 C187.345561,191.650369 189.73004,191.397116 191.535278,191.217728 C193.510115,191.01514 195.247923,189.838855 196.154984,188.090749 L200,180.640872 L167.285379,174 L169.843985,180.823778 L148.746145,182.730215 C148.635983,183.057334 145.483923,198.329933 144.979309,200.781569 C144.933112,201.003166 144.894022,201.224763 144.865593,201.449877 L140.462658,233.936687 C140.243503,235.664531 140.251864,237.413224 140.487534,239.138938 C140.793181,241.508397 140.640015,243.913798 140.036224,246.226521 L138,254 Z" id="Path" fill="url(#linearGradient-3)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
76
+ <rect id="Rectangle" fill="#023852" fill-rule="nonzero" transform="translate(273.000000, 133.000000) rotate(-180.000000) translate(-273.000000, -133.000000) " x="266" y="121" width="14" height="24" rx="5.96"></rect>
77
+ <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" transform="translate(273.500000, 128.000000) rotate(-180.000000) translate(-273.500000, -128.000000) " x="268" y="122" width="11" height="12" rx="3.21"></rect>
78
+ <rect id="Rectangle" fill="#0598DA" fill-rule="nonzero" transform="translate(273.000000, 126.000000) rotate(-180.000000) translate(-273.000000, -126.000000) " x="269" y="125" width="8" height="2"></rect>
79
+ <rect id="Rectangle" fill="#0598DA" fill-rule="nonzero" transform="translate(273.000000, 130.000000) rotate(-180.000000) translate(-273.000000, -130.000000) " x="269" y="129" width="8" height="2"></rect>
80
+ <rect id="Rectangle" fill="#0598DA" fill-rule="nonzero" transform="translate(273.000000, 127.000000) rotate(-180.000000) translate(-273.000000, -127.000000) " x="269" y="126" width="8" height="2"></rect>
81
+ <path d="M260.322693,134.509418 L272.540736,134.511383 C273.948742,134.512429 275.090099,135.653787 275.091146,137.061793 L275.092188,143.543183 C275.093235,144.951509 273.951745,146.093367 272.543419,146.093593 C272.543145,146.093593 272.542872,146.093593 272.542599,146.092773 L260.324556,146.090808 C258.91655,146.089761 257.775193,144.948404 257.774146,143.540398 L257.773103,137.059007 C257.772057,135.650681 258.913547,134.508824 260.321873,134.508597 C260.322146,134.508597 260.32242,134.508597 260.322693,134.509418 Z" id="Rectangle" fill="#9DADB7" fill-rule="nonzero" transform="translate(266.432646, 140.301095) rotate(137.410000) translate(-266.432646, -140.301095) "></path>
82
+ <polygon id="Rectangle" fill="#D6DDE1" fill-rule="nonzero" transform="translate(268.694579, 136.447310) rotate(137.410000) translate(-268.694579, -136.447310) " points="266.15306 133.728282 271.235224 133.729099 271.236098 139.166339 266.153935 139.165521"></polygon>
83
+ <polygon id="Rectangle" fill="#D6DDE1" fill-rule="nonzero" transform="translate(265.160480, 142.828504) rotate(137.410000) translate(-265.160480, -142.828504) " points="262.058385 142.573025 268.262493 142.574022 268.262575 143.083983 262.058467 143.082986"></polygon>
84
+ <polygon id="Rectangle" fill="#D6DDE1" fill-rule="nonzero" transform="translate(264.185131, 141.766315) rotate(137.410000) translate(-264.185131, -141.766315) " points="261.083036 141.510836 267.287144 141.511834 267.287226 142.021795 261.083118 142.020797"></polygon>
85
+ <path d="M242.067095,146.751042 L249.4122,144.0174 C249.774491,143.919708 250.153399,143.898247 250.52456,143.954396 L254.430178,144.549427 C254.847373,144.612247 255.273966,144.546256 255.652008,144.360418 L259.995508,142.211305 C260.767239,141.832073 261.695885,141.971961 262.319104,142.561324 L262.319104,142.561324 C263.014715,143.219057 263.152977,144.268754 262.651046,145.081455 L262.110757,145.960001 C261.659343,146.692981 261.723012,147.628386 262.269666,148.294623 L262.541576,148.62714 C262.897895,149.060284 263.057201,149.620416 262.981584,150.174251 C262.905968,150.728085 262.602191,151.2261 262.142539,151.549793 L254.726807,156.800066 C254.450937,156.99353 254.100569,157.050334 253.776888,156.954075 L244.28122,154.101426 L242,150.601243 L242.067095,146.751042 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
86
+ <path d="M242.067095,146.751042 L249.4122,144.0174 C249.774491,143.919708 250.153399,143.898247 250.52456,143.954396 L254.430178,144.549427 C254.847373,144.612247 255.273966,144.546256 255.652008,144.360418 L259.995508,142.211305 C260.767239,141.832073 261.695885,141.971961 262.319104,142.561324 L262.319104,142.561324 C263.014715,143.219057 263.152977,144.268754 262.651046,145.081455 L262.110757,145.960001 C261.659343,146.692981 261.723012,147.628386 262.269666,148.294623 L262.541576,148.62714 C262.897895,149.060284 263.057201,149.620416 262.981584,150.174251 C262.905968,150.728085 262.602191,151.2261 262.142539,151.549793 L254.726807,156.800066 C254.450937,156.99353 254.100569,157.050334 253.776888,156.954075 L244.28122,154.101426 L242,150.601243 L242.067095,146.751042 Z" id="Path" fill="url(#linearGradient-4)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
87
+ <path d="M242.25867,157 L246.000764,156.867167 C246.572349,156.845752 247.018504,156.388639 246.999409,155.843995 L246.852439,152.232376 C246.740608,150.829044 246.269643,149.473171 245.480715,148.28329 L243.973325,146 L241,147.077023 L242.25867,157 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
88
+ <path d="M200.256351,140.503202 L213.758596,156.843232 C214.266185,157.462225 214.951763,157.913554 215.724291,158.137284 L216.91006,158.487028 C219.728176,159.313422 222.640395,159.783473 225.577471,159.886003 L228.654825,159.987429 C231.448796,160.081246 234.235386,159.649263 236.866984,158.714362 L238.031579,158.301664 C238.500212,158.134542 238.994568,158.049338 239.492617,158.049848 L242.697018,157.853992 C243.406825,157.811827 243.963029,157.233125 243.971014,156.528463 L243.999247,154.244636 C244.025907,152.020375 243.344243,149.844407 242.051197,148.026191 L241.398318,147.088877 L238.927965,147.417637 C238.379365,147.491297 237.821445,147.455625 237.286944,147.312713 L228.241923,144.892486 C227.452342,144.679666 226.698514,144.353265 226.004489,143.923696 L223.121234,142.140003 C222.215414,141.576925 221.427102,140.846734 220.799102,139.989078 L216.211303,133.735659 L208.503802,114.590683 C208.122436,113.638418 207.585943,112.754643 206.915717,111.974599 L205.267639,110.044013 C203.880792,109.809878 202.507872,110.526744 201.918546,111.792732 C199.995107,115.94184 198.999518,120.454009 199,125.020043 L199,126.716301 C199,131.298339 199.412503,135.87124 200.231648,140.380791 L200.256351,140.524186" id="Path" fill="#D3D3CC" fill-rule="nonzero"></path>
89
+ <path d="M242.022046,147.797486 L241.358185,146.875991 L238.873144,147.202861 C238.321293,147.27638 237.759998,147.240909 237.222366,147.098541 L228.120016,144.692222 C227.326868,144.48059 226.569734,144.156056 225.872829,143.728999 L222.97243,141.955555 C222.060111,141.395862 221.26592,140.66988 220.632942,139.816992 L216.017865,133.599509 L208.271637,114.564552 C207.885284,113.619081 207.345855,112.740798 206.674111,111.963502 L205.012683,110.044011 C203.618377,109.810405 202.237809,110.523638 201.647227,111.78268 C200.988526,113.206118 200.437955,114.675226 200,116.178037 L200.784563,117.082146 C201.45791,117.859602 201.997483,118.739295 202.382089,119.686673 L210.135418,138.72163 L214.750494,144.939113 C215.380426,145.792448 216.173807,146.517611 217.086433,147.074199 L219.986831,148.85112 C220.684044,149.279136 221.442678,149.602628 222.237568,149.810865 L231.336369,152.217184 C231.873777,152.360623 232.435055,152.397275 232.987146,152.324982 L235.472188,151.998112 L236.136049,152.919607 C237.215797,154.420079 237.8744,156.171954 238.04598,158 C238.502428,157.843711 238.982472,157.763775 239.466004,157.763541 L242.693007,157.56881 C243.406252,157.525239 243.964827,156.950825 243.974578,156.250898 L243.999429,153.980196 C244.022764,151.766557 243.33062,149.602419 242.022046,147.797486 Z" id="Path" fill="#D9D9D3" fill-rule="nonzero"></path>
90
+ <path d="M194,70.6239521 L192.582329,78.6359281 C192.569128,78.7037823 192.530963,78.7657452 192.473896,78.811976 L190.97992,79.9688623 C190.829564,80.085271 190.724149,80.24119 190.678715,80.4143713 L190.208835,82.1173653 C190.152566,82.3166305 190.152566,82.5252857 190.208835,82.7245509 L191.759036,87.6718563 C191.789088,87.7743413 191.767044,87.8834678 191.698795,87.9700599 L191.365462,88.3796407 C191.313324,88.441831 191.240046,88.4872155 191.156627,88.508982 L190.184739,88.742515 C190.104503,88.762139 190.034725,88.8067278 189.987952,88.8682635 L189.148594,90 L186,85.1281437 L187.694779,76.4694611 L191.096386,73.9293413 L191.566265,69 L194,70.6239521 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
91
+ <path d="M165.119319,84.0018413 L176.028563,82.4066288 L177.4224,76.9186742 L182.105108,74 L185.474462,74.5999693 L187,77.9950898 L186.41832,84.0230167 L182.920923,89.3662728 L182.072182,96.5870799 L161,97 L164.190094,90.0121221 C164.456498,89.5609999 164.615224,89.0582257 164.654707,88.5404327 L165.119319,84.0018413 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
92
+ <path d="M175,81 L165.175374,82.4680695 L164.708585,87.1879129 C164.668917,87.7263844 164.509448,88.2492372 164.241796,88.7183753 L161,96 L175,95.7063861 L175,81 Z" id="Path" fill="url(#linearGradient-5)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
93
+ <path d="M254,156.954076 C254.315851,157.050332 254.657744,156.99353 254.926941,156.800075 L262.163281,151.550018 C262.611814,151.226339 262.908243,150.728344 262.98203,150.174532 C263.055817,149.620721 262.900365,149.060612 262.552665,148.627486 L262.287333,148.294982 C261.753903,147.628773 261.691774,146.693406 262.132268,145.960457 L262.659487,145.081947 C263.125356,144.311596 263.031451,143.320796 262.429455,142.65486 C261.82746,141.988924 260.86353,141.809532 260.068188,142.215416 L255.82976,144.364439 C255.469515,144.54642 255.063518,144.613523 254.665054,144.556941 L254.665054,144.556941 L254.003446,156.950576 L254,156.954076 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
94
+ <path d="M193.902251,67.2648332 C193.887817,66.649027 193.658659,66.0551851 193.250713,65.5764279 L187.502694,58.8193678 C186.6223,57.8037368 185.424151,57.0810371 184.082116,56.7561434 L184.082116,56.7561434 C179.825358,55.7387223 175.368429,55.7481787 171.116497,56.783653 L169.223415,57.2513172 C167.848327,57.5877775 166.68334,58.453982 166.009158,59.6412189 L163.392144,64.2628416 C162.246097,66.2864623 161.790718,68.5985433 162.089067,70.8789147 L162.708029,75.6071374 L163.558649,83.4645838 L163.609324,83.3029645 L163.609324,83.4130032 L173.538049,82.0650299 C174.444254,81.9436937 175.163316,81.2786656 175.315302,80.4213277 L175.894447,77.1786266 C175.98899,76.662355 176.303212,76.2058778 176.763165,75.916621 L179.564781,74.1628803 C180.173978,73.7818529 180.912092,73.6332593 181.631607,73.7467967 L182.840573,73.9393643 C183.42306,74.0346348 183.899226,74.4337774 184.071257,74.9709765 L184.795189,77.1408009 C184.854862,77.3242389 184.876978,77.5168412 184.860343,77.7081876 L184.375309,82.7183843 C184.325803,83.2271681 184.109288,83.7083175 183.756347,84.0938672 L181.200867,86.8757815 C180.809986,87.3023943 180.591836,87.8473255 180.585525,88.4128837 L180.487795,95.3074921 L185.287463,98 L186.793241,95.8508079 C186.945196,95.6344641 187.007118,95.3721997 186.966984,95.1149245 L186.767903,93.8426027 C186.72442,93.5865034 186.792358,93.3246121 186.956126,93.1170355 L189.649152,89.6095539 L187.238459,85.648163 C186.963735,85.1947883 186.865105,84.664232 186.959745,84.1488866 L188.226626,77.2714717 C188.299301,76.8815207 188.51625,76.5290718 188.838348,76.2776853 L190.811063,74.7405831 C191.182333,74.4484028 191.415547,74.0275707 191.458981,73.5714226 L191.79561,69.8851282 C191.801932,69.8165032 191.848443,69.7571288 191.915822,69.7316701 C191.983201,69.7062115 192.059932,69.7190194 192.11414,69.7647735 L193.717649,71.1402564 C193.768187,71.1823989 193.840112,71.1923064 193.901168,71.1655355 C193.962224,71.1387647 194.000951,71.0803397 194,71.016463 L193.902251,67.2648332 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
95
+ <path d="M187.133176,58.9961363 C186.265547,57.9168273 185.084769,57.1488158 183.762191,56.803552 C179.567149,55.7223407 175.174836,55.73239 170.98455,56.8327864 L169.118915,57.3297722 C167.763763,57.6873278 166.615666,58.6078416 165.951259,59.8695157 L163.372187,64.7809045 C162.242305,66.9312391 161.793501,69.3884307 162.088002,71.8117916 L162.69799,76.8364639 L163.215231,82 L164.285385,81.8282476 C165.562996,81.6287481 166.46626,80.4420215 166.343648,79.1240602 L165.612376,71.0407328 C165.498777,69.7857173 165.746817,68.5241187 166.325813,67.4120057 L168.961959,62.3654075 C169.403021,61.5092429 170.251294,60.9539767 171.195014,60.9036846 L182.135556,60.3555385 C183.721279,60.2843977 185.295325,60.6638075 186.683712,61.4518307 L191,63.881945 L187.133176,58.9961363 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
96
+ <polygon id="Path" fill="#FFFFFF" fill-rule="nonzero" points="159 95.3963565 160.821956 90 180.251323 90.0039389 185 98 180.312901 95.1127523"></polygon>
97
+ <path d="M201.699728,110.88543 C202.280463,109.610216 203.633369,108.888127 205,109.123968 L204.874805,108.961914 C204.160623,108.112916 203.304897,107.397479 202.346567,106.84816 L195.203512,102.729863 L181.292986,95.4550264 C180.77622,95.1465718 180.185166,94.9892623 179.585469,95 L160.152464,95.4127513 C159.762334,95.4232726 159.377207,95.5044032 159.015278,95.6523101 L153.531054,97.8928893 C149.818179,99.412537 146.253249,101.279545 142.882546,103.469677 L136.932318,107.344892 C136.582815,107.571845 136.326901,107.920012 136.212449,108.324265 L134.195422,115.274992 C133.879453,116.376633 133.948237,117.554961 134.39017,118.6112 L143.779775,140.995854 L146.367133,152.360804 C146.42046,152.589198 146.491389,152.813003 146.579268,153.03016 L147.532139,155.327106 C148.064222,156.547675 148.002467,157.950045 147.365213,159.117771 C146.957919,159.823986 146.767819,160.637219 146.819225,161.453469 L147.093958,165.994517 C147.156729,167.037649 147.093666,168.084642 146.906166,169.112304 L145.90113,174.675 C145.674129,175.870527 145.955739,177.107583 146.676642,178.081667 C147.10785,178.653521 147.394391,179.323568 147.511273,180.033366 L148.025963,182.185872 C148.109506,182.533063 148.327636,182.831502 148.631071,183.013759 L151.235817,184.588506 C151.493862,184.742611 151.792848,184.81156 152.091314,184.785789 L170.035893,183.200474 C170.212979,183.186384 170.390884,183.186384 170.56797,183.200474 L187.68835,184.053021 C188.148326,184.074468 188.603353,184.1586 189.041149,184.303149 L196.67455,186.797379 C197.262245,186.989253 197.884808,187.045821 198.496829,186.962956 L203.052526,186.332353 C203.089413,186.327228 203.122598,186.306967 203.144301,186.276321 C203.166004,186.245674 203.174316,186.207337 203.167288,186.170298 L201.720593,179.526065 C201.435428,178.212015 199.613149,174.632725 200.614707,173.748471 C201.425234,173.036443 201.880355,171.995533 201.856221,170.908995 L201.720593,165.064465 C201.640042,161.5898 200.563447,158.213906 198.622024,155.348243 L197.665675,149.834869 C197.40874,148.756509 197.446004,147.62768 197.773482,146.569119 L199.936569,139.62896 L200.047853,139.766354 L200.047853,139.667712 C199.240649,135.125301 198.83448,130.519078 198.834159,125.903651 L198.834159,124.195034 C198.832415,119.601258 199.809879,115.061267 201.699728,110.88543 L201.699728,110.88543 Z" id="Path" fill="#D3D3CC" fill-rule="nonzero"></path>
98
+ <path d="M180.363894,78.7770278 L180.450051,79.4683143 L180.533236,80.1596008 C180.542977,80.244947 180.561994,80.3279309 180.589684,80.4059213 C180.616922,80.4833989 180.651902,80.5555709 180.693666,80.6204584 L181.261112,81.4905259 L181.828557,82.3566205 C181.973973,82.578701 182.031467,82.8802083 181.983334,83.1682902 C181.935201,83.4563722 181.787212,83.6964832 181.584942,83.8146787 L181.492843,83.8663266 L181.400745,83.9219473 C181.274703,83.995746 181.13512,84.0178686 180.999671,83.9855139 C180.864031,83.9512249 180.738979,83.8641555 180.64019,83.7352205 L180.158901,83.091609 L179.668699,82.4479974 C179.572404,82.3209464 179.505384,82.1596229 179.475589,81.9831669 L179.246828,80.552919 L179.015097,79.1186982 C178.985842,78.9336381 178.99931,78.74106 179.053719,78.5664636 C179.110426,78.3921361 179.204508,78.2442029 179.324072,78.1413621 L179.324072,78.1413621 C179.520846,77.9768626 179.766025,77.954508 179.977674,78.0817684 C180.185938,78.2114552 180.331193,78.4729376 180.363894,78.7770278 L180.363894,78.7770278 Z" id="Path" fill="url(#linearGradient-6)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
99
+ <rect id="Rectangle" fill="#D8DEE2" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="101" y="325" width="159" height="5" rx="2.5"></rect>
100
+ <path d="M173,320.236465 L173,326.014537 C173,326.541114 173.210013,327.046124 173.583835,327.418471 C173.957657,327.790817 174.464668,328 174.993332,328 L204.005061,328 C204.751617,328.000597 205.435926,327.585626 205.778181,326.924763 C206.120436,326.2639 206.063256,325.467944 205.630021,324.862352 L204.28392,322.986621 C202.940147,321.111803 200.8731,319.879203 198.579348,319.584931 L193.597744,318.947114 C193.396156,318.92389 193.199674,318.868305 193.015926,318.782516 L189.538788,317.184545 C189.216481,317.035085 188.85976,316.974682 188.505974,317.00966 L174.793655,318.25786 C173.774043,318.360108 172.998388,319.215744 173,320.236465 L173,320.236465 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
101
+ <path d="M142,317.364739 L142,327.141792 C142,327.615767 141.632289,328 141.178705,328 L121.821287,328 C121.367703,328 121,327.615767 121,327.141792 L121,325.237077 C120.999335,321.133384 122.560193,317.197814 125.338612,314.297641 L126.336632,313.251134 C126.537929,313.040958 126.828998,312.954644 127.105938,313.023003 L141.369299,316.531878 C141.739869,316.621516 142.001698,316.967274 142,317.364739 L142,317.364739 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
102
+ <path d="M200.111775,186.964189 L204.867121,186.358234 C204.910174,186.355678 204.949671,186.334323 204.974408,186.300225 C204.999144,186.266128 205.00642,186.22301 204.994172,186.183102 L203.542158,179.797811 C203.055734,177.657705 202.939573,174.130558 203.509488,172.011468 C203.597805,171.684548 203.639331,171.347503 203.632909,171.009716 L203.491338,165.202358 C203.409002,161.746339 202.285101,158.388302 200.256977,155.538606 L199.262347,150.056993 C198.99132,148.985328 199.028977,147.86257 199.371248,146.810056 L201.62187,139.937899 L192.615753,131.864341 C191.601518,130.952924 190.109271,130.74068 188.865627,131.330956 C187.621983,131.921232 186.885428,133.191341 187.014609,134.522836 L189.584674,161.069257 C189.625289,161.482715 189.799216,161.873485 190.081989,162.186595 L192.564933,164.936158 C192.980834,165.398649 193.151906,166.020629 193.028407,166.621248 C192.904907,167.221866 192.500697,167.733714 191.933307,168.007963 L191.933307,168.007963 C191.096004,168.411427 190.647964,169.310642 190.844296,170.193604 L194.285569,185.573645 L198.209637,186.796062 C198.822812,186.988009 199.472664,187.045448 200.111775,186.964189 Z" id="Path" fill="url(#linearGradient-7)" fill-rule="nonzero" opacity="0.5" style="mix-blend-mode: multiply;"></path>
103
+ </g>
104
+ </g>
105
105
  </svg>