@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,56 +1,56 @@
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 / update-content</title>
4
- <defs>
5
- <linearGradient x1="0.366251953%" y1="91.8314125%" x2="99.6337453%" y2="8.11811222%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="0%"></stop>
7
- <stop stop-color="#FBFBFB" offset="3%"></stop>
8
- <stop stop-color="#F0F0F1" offset="6%"></stop>
9
- <stop stop-color="#DDDEDF" offset="9%"></stop>
10
- <stop stop-color="#C3C5C6" offset="12%"></stop>
11
- <stop stop-color="#A9ABAD" offset="14%"></stop>
12
- </linearGradient>
13
- <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-2">
14
- <stop stop-color="#CED3D7" offset="28%"></stop>
15
- <stop stop-color="#FFFFFF" offset="74%"></stop>
16
- </linearGradient>
17
- <linearGradient x1="50.0042055%" y1="0.0168251031%" x2="50.0042055%" y2="100.016825%" id="linearGradient-3">
18
- <stop stop-color="#FFFFFF" offset="37%"></stop>
19
- <stop stop-color="#FBFBFC" offset="51%"></stop>
20
- <stop stop-color="#F0F1F1" offset="64%"></stop>
21
- <stop stop-color="#DDDEDF" offset="77%"></stop>
22
- <stop stop-color="#C3C5C7" offset="90%"></stop>
23
- <stop stop-color="#BBBDBF" offset="93%"></stop>
24
- </linearGradient>
25
- <linearGradient x1="0.0589843474%" y1="50.0192232%" x2="100.043371%" y2="50.0192232%" id="linearGradient-4">
26
- <stop stop-color="#023852" offset="0%"></stop>
27
- <stop stop-color="#035D88" offset="100%"></stop>
28
- </linearGradient>
29
- </defs>
30
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-update-content" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
31
- <g id="Asset-35" transform="translate(20.000000, 40.000000)">
32
- <path d="M234.413965,274 L234.413965,250 L164.588529,250 L164.588529,274 C164.390415,276.0717 163.794251,278.085387 162.832918,279.93 C160.947733,283.726563 157.00378,286.048644 152.778055,285.85 L246.264339,285.85 C242.038614,286.048644 238.094661,283.726563 236.209476,279.93 C235.234266,278.088258 234.62451,276.07443 234.413965,274 Z" id="Path" fill="#A4AEB5"></path>
33
- <path d="M260.648379,284 L138.354115,284 C136.839227,284.011427 135.395956,284.648053 134.36409,285.76 C133.270573,286.898635 132.662343,288.419424 132.668285,290 L266.334406,290 C266.348198,288.423611 265.750922,286.903384 264.668329,285.76 C263.628645,284.641471 262.173436,284.004357 260.648379,284 Z" id="Path" fill="#CBD1D5"></path>
34
- <polygon id="Path" fill="#7C8B95" opacity="0.2" style="mix-blend-mode: multiply;" points="164.588529 250 199.501247 250 234.413965 250 234.413965 260 234.413965 270 199.501247 270 164.588529 270 164.588529 260"></polygon>
35
- <path d="M393.496259,250.000443 L5.50623441,250.000443 C4.03970602,250.000443 2.63521009,249.407076 1.6159601,248.35 C0.573344513,247.281725 -0.00726446399,245.844539 -6.73559905e-05,244.35 L-6.73559905e-05,5.63 C-0.00726446399,4.135461 0.573344513,2.69827458 1.6159601,1.63 C2.63857436,0.580278451 4.04264215,-0.00801695057 5.50623441,-8.08772148e-05 L393.53616,-8.08772148e-05 C395.002688,-0.00277092055 396.407184,0.592924422 397.426434,1.65 C398.46905,2.71827458 399.049658,4.155461 399.042461,5.65 L399.042461,244.37 C399.049658,245.864539 398.46905,247.301725 397.426434,248.37 C396.3942,249.429794 394.973662,250.018948 393.496259,250.000443 L393.496259,250.000443 Z" id="Path" fill="#023852"></path>
36
- <polygon id="Path" fill="#0099DA" points="11.9700748 225 199.501247 225 387.032419 225 387.032419 118.5 387.032419 12 199.501247 12 11.9700748 12 11.9700748 118.5"></polygon>
37
- <polygon id="Path" fill="#1C4C64" points="387.032419 26 199.501247 26 11.9700748 26 11.9700748 19 11.9700748 12 199.501247 12 387.032419 12 387.032419 19"></polygon>
38
- <path d="M205.985037,237.5 C205.979451,234.404782 203.794316,231.74426 200.765293,231.144675 C197.736271,230.545091 194.706421,232.173324 193.527735,235.03412 C192.349048,237.894916 193.349586,241.192037 195.917771,242.910122 C198.485956,244.628207 201.906992,244.289067 204.089776,242.1 C205.302483,240.877603 205.983778,239.224029 205.985037,237.5 L205.985037,237.5 Z" id="Path" fill="#356075"></path>
39
- <path d="M353.725686,121.070005 L300.568579,121.070005 C297.819039,121.072657 295.181353,119.978852 293.237134,118.029773 C291.292915,116.080694 290.201839,113.436413 290.204484,110.68 L290.204484,57.39 C290.201839,54.6335871 291.292915,51.989306 293.237134,50.0402268 C295.181353,48.0911476 297.819039,46.9973432 300.568579,46.9999952 L353.725686,46.9999952 C356.475225,46.9973432 359.112912,48.0911476 361.05713,50.0402268 C363.001349,51.989306 364.092426,54.6335871 364.08978,57.39 L364.08978,110.68 C364.092426,113.436413 363.001349,116.080694 361.05713,118.029773 C359.112912,119.978852 356.475225,121.072657 353.725686,121.070005 L353.725686,121.070005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
40
- <path d="M268.628429,121.070005 L215.461347,121.070005 C212.711808,121.072657 210.074121,119.978852 208.129902,118.029773 C206.185683,116.080694 205.094607,113.436413 205.097252,110.68 L205.097252,57.39 C205.094607,54.6335871 206.185683,51.989306 208.129902,50.0402268 C210.074121,48.0911476 212.711808,46.9973432 215.461347,46.9999952 L268.628429,46.9999952 C271.377968,46.9973432 274.015655,48.0911476 275.959874,50.0402268 C277.904092,51.989306 278.995169,54.6335871 278.992524,57.39 L278.992524,110.68 C278.995169,113.436413 277.904092,116.080694 275.959874,118.029773 C274.015655,119.978852 271.377968,121.072657 268.628429,121.070005 L268.628429,121.070005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
41
- <path d="M183.541147,121.070005 L130.374065,121.070005 C127.624526,121.072657 124.986839,119.978852 123.04262,118.029773 C121.098402,116.080694 120.007325,113.436413 120.00997,110.68 L120.00997,57.39 C120.007325,54.6335871 121.098402,51.989306 123.04262,50.0402268 C124.986839,48.0911476 127.624526,46.9973432 130.374065,46.9999952 L183.541147,46.9999952 C186.290686,46.9973432 188.928373,48.0911476 190.872592,50.0402268 C192.81681,51.989306 193.907887,54.6335871 193.905242,57.39 L193.905242,110.68 C193.907887,113.436413 192.81681,116.080694 190.872592,118.029773 C188.928373,119.978852 186.290686,121.072657 183.541147,121.070005 L183.541147,121.070005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
42
- <path d="M98.4339152,121.070005 L45.276808,121.070005 C42.5272689,121.072657 39.889582,119.978852 37.9453634,118.029773 C36.0011447,116.080694 34.910068,113.436413 34.9127134,110.68 L34.9127134,57.39 C34.910068,54.6335871 36.0011447,51.989306 37.9453634,50.0402268 C39.889582,48.0911476 42.5272689,46.9973432 45.276808,46.9999952 L98.4339152,46.9999952 C101.183454,46.9973432 103.821141,48.0911476 105.76536,50.0402268 C107.709578,51.989306 108.800655,54.6335871 108.79801,57.39 L108.79801,110.68 C108.800655,113.436413 107.709578,116.080694 105.76536,118.029773 C103.821141,119.978852 101.183454,121.072657 98.4339152,121.070005 L98.4339152,121.070005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
43
- <path d="M353.725686,205.500005 L300.568579,205.500005 C297.819039,205.502657 295.181353,204.408852 293.237134,202.459773 C291.292915,200.510694 290.201839,197.866413 290.204484,195.11 L290.204484,141.82 C290.201839,139.063587 291.292915,136.419306 293.237134,134.470227 C295.181353,132.521148 297.819039,131.427343 300.568579,131.429995 L353.725686,131.429995 C356.475225,131.427343 359.112912,132.521148 361.05713,134.470227 C363.001349,136.419306 364.092426,139.063587 364.08978,141.82 L364.08978,195.11 C364.092426,197.866413 363.001349,200.510694 361.05713,202.459773 C359.112912,204.408852 356.475225,205.502657 353.725686,205.500005 L353.725686,205.500005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
44
- <path d="M268.628429,205.500005 L215.461347,205.500005 C212.711808,205.502657 210.074121,204.408852 208.129902,202.459773 C206.185683,200.510694 205.094607,197.866413 205.097252,195.11 L205.097252,141.82 C205.094607,139.063587 206.185683,136.419306 208.129902,134.470227 C210.074121,132.521148 212.711808,131.427343 215.461347,131.429995 L268.628429,131.429995 C271.377968,131.427343 274.015655,132.521148 275.959874,134.470227 C277.904092,136.419306 278.995169,139.063587 278.992524,141.82 L278.992524,195.11 C278.995169,197.866413 277.904092,200.510694 275.959874,202.459773 C274.015655,204.408852 271.377968,205.502657 268.628429,205.500005 L268.628429,205.500005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
45
- <path d="M183.541147,205.500005 L130.374065,205.500005 C127.624526,205.502657 124.986839,204.408852 123.04262,202.459773 C121.098402,200.510694 120.007325,197.866413 120.00997,195.11 L120.00997,141.82 C120.007325,139.063587 121.098402,136.419306 123.04262,134.470227 C124.986839,132.521148 127.624526,131.427343 130.374065,131.429995 L183.541147,131.429995 C186.290686,131.427343 188.928373,132.521148 190.872592,134.470227 C192.81681,136.419306 193.907887,139.063587 193.905242,141.82 L193.905242,195.11 C193.907887,197.866413 192.81681,200.510694 190.872592,202.459773 C188.928373,204.408852 186.290686,205.502657 183.541147,205.500005 L183.541147,205.500005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
46
- <path d="M98.4339152,205.500005 L45.276808,205.500005 C42.5272689,205.502657 39.889582,204.408852 37.9453634,202.459773 C36.0011447,200.510694 34.910068,197.866413 34.9127134,195.11 L34.9127134,141.82 C34.910068,139.063587 36.0011447,136.419306 37.9453634,134.470227 C39.889582,132.521148 42.5272689,131.427343 45.276808,131.429995 L98.4339152,131.429995 C101.183454,131.427343 103.821141,132.521148 105.76536,134.470227 C107.709578,136.419306 108.800655,139.063587 108.79801,141.82 L108.79801,195.11 C108.800655,197.866413 107.709578,200.510694 105.76536,202.459773 C103.821141,204.408852 101.183454,205.502657 98.4339152,205.500005 L98.4339152,205.500005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
47
- <path d="M253.296758,133.88 L253.296758,133.88 L253.296758,85.77 C253.296758,77.7397797 246.803212,71.2299449 238.793017,71.2299449 L149.206983,71.2299449 C145.353443,71.2193722 141.654101,72.7465677 138.925486,75.4744994 C136.196871,78.2024311 134.663342,81.9068118 134.663342,85.77 L134.663342,86.26 C134.667743,86.3366032 134.667743,86.4133968 134.663342,86.49 L134.663342,174.86 C134.66826,174.936587 134.66826,175.013413 134.663342,175.09 L134.663342,175.56 C134.663342,183.59022 141.156888,190.1 149.167082,190.1 L237.775561,190.1 C241.869957,190.1 245.796512,188.468758 248.690752,185.565407 C251.584992,182.662056 253.209629,178.724631 253.206983,174.62 L253.206983,149.8 L253.206983,149.8 L253.206983,149.8 L253.206983,133.88 L253.296758,133.88 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
48
- <path d="M242.553616,185.36 L154.852868,185.36 C146.32482,185.36 139.411471,178.429368 139.411471,169.88 L139.411471,82 C139.411471,73.4506321 146.32482,66.52 154.852868,66.52 L242.553616,66.52 C246.648012,66.52 250.574567,68.1512421 253.468807,71.0545931 C256.363047,73.957944 257.987684,77.8953686 257.985041,82 L257.985041,169.91 C257.987684,174.014631 256.363047,177.952056 253.468807,180.855407 C250.574567,183.758758 246.648012,185.39 242.553616,185.39 L242.553616,185.36 Z" id="Path" fill="url(#linearGradient-1)"></path>
49
- <polygon id="Path" fill="url(#linearGradient-2)" style="mix-blend-mode: multiply;" points="204.289277 185.35 210.802993 185.35 217.316708 185.35 237.67581 165.18 258.034913 145.01 258.034913 137.07 258.034913 129.13 232.688279 136.41 207.351621 143.69 205.815461 164.52"></polygon>
50
- <path d="M213.715711,172.88 C214.341118,168.66723 215.234037,164.498761 216.389027,160.4 C217.421388,156.820118 219.046695,153.439682 221.197007,150.4 C223.175528,147.57146 226.018656,145.465375 229.296758,144.4 C232.718204,143.17 237.087282,142.4 243.102244,141.32 C246.300361,140.804326 249.42723,139.914935 252.418953,138.67 C253.328848,138.313223 254.174549,137.809938 254.922693,137.18 L254.922693,137.18 C255.693721,136.412753 256.348998,135.536867 256.86783,134.58 C257.383123,133.638442 257.762628,132.628387 257.995016,131.58 L257.995016,81 C257.997659,77.1446721 256.47181,73.4463402 253.753415,70.7192734 C251.03502,67.9922066 247.346961,66.46 243.501247,66.46 L153.945137,66.46 C150.098506,66.46 146.409423,67.9918885 143.689444,70.7186674 C140.969465,73.4454463 139.441397,77.1437522 139.441397,81 L139.441397,170.79 C139.441397,178.82022 145.934942,185.33 153.945137,185.33 L204.139651,185.33 C204.438903,185.27 204.738155,185.2 205.027431,185.12 C205.316708,185.04 205.61596,184.94 205.905237,184.83 C207.398293,184.011628 208.724704,182.919352 209.815461,181.61 C211.893672,179.116221 213.243501,176.094874 213.715711,172.88 Z" id="Path" fill="url(#linearGradient-3)"></path>
51
- <path d="M243.052369,141.34 C237.067332,142.44 232.718204,142.84 229.456359,144 C226.075516,145.197469 223.106184,147.338096 220.897756,150.17 C218.473815,153.03 217.236908,156.53 216.169576,160.28 C215.106811,164.4306 214.274279,168.637048 213.67581,172.88 C213.204003,176.105869 211.850617,179.137835 209.765586,181.64 C208.671856,182.946344 207.346051,184.03812 205.855362,184.86 L206.42394,184.63 L206.972569,184.37 C207.541557,184.04742 208.08811,183.686595 208.608479,183.29 C209.357188,182.721367 210.070104,182.106861 210.743142,181.45 L211.052369,181.14 L211.361596,180.83 C213.117207,179.02 223.890274,168.21 234.304239,157.83 C244.718204,147.45 254.693267,137.42 254.902743,137.22 C254.151571,137.850872 253.302434,138.354196 252.389027,138.71 C249.390589,139.951074 246.256786,140.83382 243.052369,141.34 Z" id="Path" fill="#FFFFFF"></path>
52
- <path d="M221.226933,109.92 C221.220001,109.797541 221.149632,109.687656 221.041451,109.630361 C220.93327,109.573066 220.803066,109.576723 220.698254,109.64 L216.548628,112.24 C210.586373,105.361521 201.073042,102.769707 192.458092,105.67677 C183.843142,108.583833 177.829505,116.415129 177.229806,125.5079 C176.630106,134.600671 181.562887,143.157535 189.72105,147.17638 C197.879212,151.195226 207.650118,149.881641 214.46384,143.85 C214.831176,143.463702 214.831176,142.856298 214.46384,142.47 L212.05985,140 C211.684902,139.674172 211.128066,139.674172 210.753117,140 C203.707342,146.099172 193.085899,145.413246 186.878955,138.458223 C180.672011,131.5032 181.169306,120.844787 187.996742,114.50096 C194.824178,108.157134 205.463114,108.468132 211.910224,115.2 L207.650873,117.87 C207.545829,117.933281 207.481574,118.047143 207.481574,118.17 C207.481574,118.292857 207.545829,118.406719 207.650873,118.47 L221.276808,125.47 C221.385112,125.52819 221.51634,125.523101 221.619837,125.456697 C221.723333,125.390294 221.782907,125.272964 221.775561,125.15 L221.226933,109.92 Z" id="Path" fill="url(#linearGradient-4)"></path>
53
- <path d="M11.9700748,12 L39.9002494,38.93 L67.9201995,65.85 C95.524522,92.4033333 123.122195,118.936667 150.713217,145.45 L233.645885,225 L387.032419,225 L387.032419,12 L11.9700748,12 Z" id="Path" fill="#FFFFFF" opacity="0.2"></path>
54
- </g>
55
- </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 / update-content</title>
4
+ <defs>
5
+ <linearGradient x1="0.366251953%" y1="91.8314125%" x2="99.6337453%" y2="8.11811222%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#FBFBFB" offset="3%"></stop>
8
+ <stop stop-color="#F0F0F1" offset="6%"></stop>
9
+ <stop stop-color="#DDDEDF" offset="9%"></stop>
10
+ <stop stop-color="#C3C5C6" offset="12%"></stop>
11
+ <stop stop-color="#A9ABAD" offset="14%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-2">
14
+ <stop stop-color="#CED3D7" offset="28%"></stop>
15
+ <stop stop-color="#FFFFFF" offset="74%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="50.0042055%" y1="0.0168251031%" x2="50.0042055%" y2="100.016825%" id="linearGradient-3">
18
+ <stop stop-color="#FFFFFF" offset="37%"></stop>
19
+ <stop stop-color="#FBFBFC" offset="51%"></stop>
20
+ <stop stop-color="#F0F1F1" offset="64%"></stop>
21
+ <stop stop-color="#DDDEDF" offset="77%"></stop>
22
+ <stop stop-color="#C3C5C7" offset="90%"></stop>
23
+ <stop stop-color="#BBBDBF" offset="93%"></stop>
24
+ </linearGradient>
25
+ <linearGradient x1="0.0589843474%" y1="50.0192232%" x2="100.043371%" y2="50.0192232%" id="linearGradient-4">
26
+ <stop stop-color="#023852" offset="0%"></stop>
27
+ <stop stop-color="#035D88" offset="100%"></stop>
28
+ </linearGradient>
29
+ </defs>
30
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-update-content" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
31
+ <g id="Asset-35" transform="translate(20.000000, 40.000000)">
32
+ <path d="M234.413965,274 L234.413965,250 L164.588529,250 L164.588529,274 C164.390415,276.0717 163.794251,278.085387 162.832918,279.93 C160.947733,283.726563 157.00378,286.048644 152.778055,285.85 L246.264339,285.85 C242.038614,286.048644 238.094661,283.726563 236.209476,279.93 C235.234266,278.088258 234.62451,276.07443 234.413965,274 Z" id="Path" fill="#A4AEB5"></path>
33
+ <path d="M260.648379,284 L138.354115,284 C136.839227,284.011427 135.395956,284.648053 134.36409,285.76 C133.270573,286.898635 132.662343,288.419424 132.668285,290 L266.334406,290 C266.348198,288.423611 265.750922,286.903384 264.668329,285.76 C263.628645,284.641471 262.173436,284.004357 260.648379,284 Z" id="Path" fill="#CBD1D5"></path>
34
+ <polygon id="Path" fill="#7C8B95" opacity="0.2" style="mix-blend-mode: multiply;" points="164.588529 250 199.501247 250 234.413965 250 234.413965 260 234.413965 270 199.501247 270 164.588529 270 164.588529 260"></polygon>
35
+ <path d="M393.496259,250.000443 L5.50623441,250.000443 C4.03970602,250.000443 2.63521009,249.407076 1.6159601,248.35 C0.573344513,247.281725 -0.00726446399,245.844539 -6.73559905e-05,244.35 L-6.73559905e-05,5.63 C-0.00726446399,4.135461 0.573344513,2.69827458 1.6159601,1.63 C2.63857436,0.580278451 4.04264215,-0.00801695057 5.50623441,-8.08772148e-05 L393.53616,-8.08772148e-05 C395.002688,-0.00277092055 396.407184,0.592924422 397.426434,1.65 C398.46905,2.71827458 399.049658,4.155461 399.042461,5.65 L399.042461,244.37 C399.049658,245.864539 398.46905,247.301725 397.426434,248.37 C396.3942,249.429794 394.973662,250.018948 393.496259,250.000443 L393.496259,250.000443 Z" id="Path" fill="#023852"></path>
36
+ <polygon id="Path" fill="#0099DA" points="11.9700748 225 199.501247 225 387.032419 225 387.032419 118.5 387.032419 12 199.501247 12 11.9700748 12 11.9700748 118.5"></polygon>
37
+ <polygon id="Path" fill="#1C4C64" points="387.032419 26 199.501247 26 11.9700748 26 11.9700748 19 11.9700748 12 199.501247 12 387.032419 12 387.032419 19"></polygon>
38
+ <path d="M205.985037,237.5 C205.979451,234.404782 203.794316,231.74426 200.765293,231.144675 C197.736271,230.545091 194.706421,232.173324 193.527735,235.03412 C192.349048,237.894916 193.349586,241.192037 195.917771,242.910122 C198.485956,244.628207 201.906992,244.289067 204.089776,242.1 C205.302483,240.877603 205.983778,239.224029 205.985037,237.5 L205.985037,237.5 Z" id="Path" fill="#356075"></path>
39
+ <path d="M353.725686,121.070005 L300.568579,121.070005 C297.819039,121.072657 295.181353,119.978852 293.237134,118.029773 C291.292915,116.080694 290.201839,113.436413 290.204484,110.68 L290.204484,57.39 C290.201839,54.6335871 291.292915,51.989306 293.237134,50.0402268 C295.181353,48.0911476 297.819039,46.9973432 300.568579,46.9999952 L353.725686,46.9999952 C356.475225,46.9973432 359.112912,48.0911476 361.05713,50.0402268 C363.001349,51.989306 364.092426,54.6335871 364.08978,57.39 L364.08978,110.68 C364.092426,113.436413 363.001349,116.080694 361.05713,118.029773 C359.112912,119.978852 356.475225,121.072657 353.725686,121.070005 L353.725686,121.070005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
40
+ <path d="M268.628429,121.070005 L215.461347,121.070005 C212.711808,121.072657 210.074121,119.978852 208.129902,118.029773 C206.185683,116.080694 205.094607,113.436413 205.097252,110.68 L205.097252,57.39 C205.094607,54.6335871 206.185683,51.989306 208.129902,50.0402268 C210.074121,48.0911476 212.711808,46.9973432 215.461347,46.9999952 L268.628429,46.9999952 C271.377968,46.9973432 274.015655,48.0911476 275.959874,50.0402268 C277.904092,51.989306 278.995169,54.6335871 278.992524,57.39 L278.992524,110.68 C278.995169,113.436413 277.904092,116.080694 275.959874,118.029773 C274.015655,119.978852 271.377968,121.072657 268.628429,121.070005 L268.628429,121.070005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
41
+ <path d="M183.541147,121.070005 L130.374065,121.070005 C127.624526,121.072657 124.986839,119.978852 123.04262,118.029773 C121.098402,116.080694 120.007325,113.436413 120.00997,110.68 L120.00997,57.39 C120.007325,54.6335871 121.098402,51.989306 123.04262,50.0402268 C124.986839,48.0911476 127.624526,46.9973432 130.374065,46.9999952 L183.541147,46.9999952 C186.290686,46.9973432 188.928373,48.0911476 190.872592,50.0402268 C192.81681,51.989306 193.907887,54.6335871 193.905242,57.39 L193.905242,110.68 C193.907887,113.436413 192.81681,116.080694 190.872592,118.029773 C188.928373,119.978852 186.290686,121.072657 183.541147,121.070005 L183.541147,121.070005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
42
+ <path d="M98.4339152,121.070005 L45.276808,121.070005 C42.5272689,121.072657 39.889582,119.978852 37.9453634,118.029773 C36.0011447,116.080694 34.910068,113.436413 34.9127134,110.68 L34.9127134,57.39 C34.910068,54.6335871 36.0011447,51.989306 37.9453634,50.0402268 C39.889582,48.0911476 42.5272689,46.9973432 45.276808,46.9999952 L98.4339152,46.9999952 C101.183454,46.9973432 103.821141,48.0911476 105.76536,50.0402268 C107.709578,51.989306 108.800655,54.6335871 108.79801,57.39 L108.79801,110.68 C108.800655,113.436413 107.709578,116.080694 105.76536,118.029773 C103.821141,119.978852 101.183454,121.072657 98.4339152,121.070005 L98.4339152,121.070005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
43
+ <path d="M353.725686,205.500005 L300.568579,205.500005 C297.819039,205.502657 295.181353,204.408852 293.237134,202.459773 C291.292915,200.510694 290.201839,197.866413 290.204484,195.11 L290.204484,141.82 C290.201839,139.063587 291.292915,136.419306 293.237134,134.470227 C295.181353,132.521148 297.819039,131.427343 300.568579,131.429995 L353.725686,131.429995 C356.475225,131.427343 359.112912,132.521148 361.05713,134.470227 C363.001349,136.419306 364.092426,139.063587 364.08978,141.82 L364.08978,195.11 C364.092426,197.866413 363.001349,200.510694 361.05713,202.459773 C359.112912,204.408852 356.475225,205.502657 353.725686,205.500005 L353.725686,205.500005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
44
+ <path d="M268.628429,205.500005 L215.461347,205.500005 C212.711808,205.502657 210.074121,204.408852 208.129902,202.459773 C206.185683,200.510694 205.094607,197.866413 205.097252,195.11 L205.097252,141.82 C205.094607,139.063587 206.185683,136.419306 208.129902,134.470227 C210.074121,132.521148 212.711808,131.427343 215.461347,131.429995 L268.628429,131.429995 C271.377968,131.427343 274.015655,132.521148 275.959874,134.470227 C277.904092,136.419306 278.995169,139.063587 278.992524,141.82 L278.992524,195.11 C278.995169,197.866413 277.904092,200.510694 275.959874,202.459773 C274.015655,204.408852 271.377968,205.502657 268.628429,205.500005 L268.628429,205.500005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
45
+ <path d="M183.541147,205.500005 L130.374065,205.500005 C127.624526,205.502657 124.986839,204.408852 123.04262,202.459773 C121.098402,200.510694 120.007325,197.866413 120.00997,195.11 L120.00997,141.82 C120.007325,139.063587 121.098402,136.419306 123.04262,134.470227 C124.986839,132.521148 127.624526,131.427343 130.374065,131.429995 L183.541147,131.429995 C186.290686,131.427343 188.928373,132.521148 190.872592,134.470227 C192.81681,136.419306 193.907887,139.063587 193.905242,141.82 L193.905242,195.11 C193.907887,197.866413 192.81681,200.510694 190.872592,202.459773 C188.928373,204.408852 186.290686,205.502657 183.541147,205.500005 L183.541147,205.500005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
46
+ <path d="M98.4339152,205.500005 L45.276808,205.500005 C42.5272689,205.502657 39.889582,204.408852 37.9453634,202.459773 C36.0011447,200.510694 34.910068,197.866413 34.9127134,195.11 L34.9127134,141.82 C34.910068,139.063587 36.0011447,136.419306 37.9453634,134.470227 C39.889582,132.521148 42.5272689,131.427343 45.276808,131.429995 L98.4339152,131.429995 C101.183454,131.427343 103.821141,132.521148 105.76536,134.470227 C107.709578,136.419306 108.800655,139.063587 108.79801,141.82 L108.79801,195.11 C108.800655,197.866413 107.709578,200.510694 105.76536,202.459773 C103.821141,204.408852 101.183454,205.502657 98.4339152,205.500005 L98.4339152,205.500005 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
47
+ <path d="M253.296758,133.88 L253.296758,133.88 L253.296758,85.77 C253.296758,77.7397797 246.803212,71.2299449 238.793017,71.2299449 L149.206983,71.2299449 C145.353443,71.2193722 141.654101,72.7465677 138.925486,75.4744994 C136.196871,78.2024311 134.663342,81.9068118 134.663342,85.77 L134.663342,86.26 C134.667743,86.3366032 134.667743,86.4133968 134.663342,86.49 L134.663342,174.86 C134.66826,174.936587 134.66826,175.013413 134.663342,175.09 L134.663342,175.56 C134.663342,183.59022 141.156888,190.1 149.167082,190.1 L237.775561,190.1 C241.869957,190.1 245.796512,188.468758 248.690752,185.565407 C251.584992,182.662056 253.209629,178.724631 253.206983,174.62 L253.206983,149.8 L253.206983,149.8 L253.206983,149.8 L253.206983,133.88 L253.296758,133.88 Z" id="Path" fill="#003852" opacity="0.2" style="mix-blend-mode: multiply;"></path>
48
+ <path d="M242.553616,185.36 L154.852868,185.36 C146.32482,185.36 139.411471,178.429368 139.411471,169.88 L139.411471,82 C139.411471,73.4506321 146.32482,66.52 154.852868,66.52 L242.553616,66.52 C246.648012,66.52 250.574567,68.1512421 253.468807,71.0545931 C256.363047,73.957944 257.987684,77.8953686 257.985041,82 L257.985041,169.91 C257.987684,174.014631 256.363047,177.952056 253.468807,180.855407 C250.574567,183.758758 246.648012,185.39 242.553616,185.39 L242.553616,185.36 Z" id="Path" fill="url(#linearGradient-1)"></path>
49
+ <polygon id="Path" fill="url(#linearGradient-2)" style="mix-blend-mode: multiply;" points="204.289277 185.35 210.802993 185.35 217.316708 185.35 237.67581 165.18 258.034913 145.01 258.034913 137.07 258.034913 129.13 232.688279 136.41 207.351621 143.69 205.815461 164.52"></polygon>
50
+ <path d="M213.715711,172.88 C214.341118,168.66723 215.234037,164.498761 216.389027,160.4 C217.421388,156.820118 219.046695,153.439682 221.197007,150.4 C223.175528,147.57146 226.018656,145.465375 229.296758,144.4 C232.718204,143.17 237.087282,142.4 243.102244,141.32 C246.300361,140.804326 249.42723,139.914935 252.418953,138.67 C253.328848,138.313223 254.174549,137.809938 254.922693,137.18 L254.922693,137.18 C255.693721,136.412753 256.348998,135.536867 256.86783,134.58 C257.383123,133.638442 257.762628,132.628387 257.995016,131.58 L257.995016,81 C257.997659,77.1446721 256.47181,73.4463402 253.753415,70.7192734 C251.03502,67.9922066 247.346961,66.46 243.501247,66.46 L153.945137,66.46 C150.098506,66.46 146.409423,67.9918885 143.689444,70.7186674 C140.969465,73.4454463 139.441397,77.1437522 139.441397,81 L139.441397,170.79 C139.441397,178.82022 145.934942,185.33 153.945137,185.33 L204.139651,185.33 C204.438903,185.27 204.738155,185.2 205.027431,185.12 C205.316708,185.04 205.61596,184.94 205.905237,184.83 C207.398293,184.011628 208.724704,182.919352 209.815461,181.61 C211.893672,179.116221 213.243501,176.094874 213.715711,172.88 Z" id="Path" fill="url(#linearGradient-3)"></path>
51
+ <path d="M243.052369,141.34 C237.067332,142.44 232.718204,142.84 229.456359,144 C226.075516,145.197469 223.106184,147.338096 220.897756,150.17 C218.473815,153.03 217.236908,156.53 216.169576,160.28 C215.106811,164.4306 214.274279,168.637048 213.67581,172.88 C213.204003,176.105869 211.850617,179.137835 209.765586,181.64 C208.671856,182.946344 207.346051,184.03812 205.855362,184.86 L206.42394,184.63 L206.972569,184.37 C207.541557,184.04742 208.08811,183.686595 208.608479,183.29 C209.357188,182.721367 210.070104,182.106861 210.743142,181.45 L211.052369,181.14 L211.361596,180.83 C213.117207,179.02 223.890274,168.21 234.304239,157.83 C244.718204,147.45 254.693267,137.42 254.902743,137.22 C254.151571,137.850872 253.302434,138.354196 252.389027,138.71 C249.390589,139.951074 246.256786,140.83382 243.052369,141.34 Z" id="Path" fill="#FFFFFF"></path>
52
+ <path d="M221.226933,109.92 C221.220001,109.797541 221.149632,109.687656 221.041451,109.630361 C220.93327,109.573066 220.803066,109.576723 220.698254,109.64 L216.548628,112.24 C210.586373,105.361521 201.073042,102.769707 192.458092,105.67677 C183.843142,108.583833 177.829505,116.415129 177.229806,125.5079 C176.630106,134.600671 181.562887,143.157535 189.72105,147.17638 C197.879212,151.195226 207.650118,149.881641 214.46384,143.85 C214.831176,143.463702 214.831176,142.856298 214.46384,142.47 L212.05985,140 C211.684902,139.674172 211.128066,139.674172 210.753117,140 C203.707342,146.099172 193.085899,145.413246 186.878955,138.458223 C180.672011,131.5032 181.169306,120.844787 187.996742,114.50096 C194.824178,108.157134 205.463114,108.468132 211.910224,115.2 L207.650873,117.87 C207.545829,117.933281 207.481574,118.047143 207.481574,118.17 C207.481574,118.292857 207.545829,118.406719 207.650873,118.47 L221.276808,125.47 C221.385112,125.52819 221.51634,125.523101 221.619837,125.456697 C221.723333,125.390294 221.782907,125.272964 221.775561,125.15 L221.226933,109.92 Z" id="Path" fill="url(#linearGradient-4)"></path>
53
+ <path d="M11.9700748,12 L39.9002494,38.93 L67.9201995,65.85 C95.524522,92.4033333 123.122195,118.936667 150.713217,145.45 L233.645885,225 L387.032419,225 L387.032419,12 L11.9700748,12 Z" id="Path" fill="#FFFFFF" opacity="0.2"></path>
54
+ </g>
55
+ </g>
56
56
  </svg>
@@ -1,23 +1,23 @@
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 / user-review</title>
4
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-user-review" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="User-Review" transform="translate(72.000000, 0.000000)" fill-rule="nonzero">
6
- <rect id="Rectangle" fill="#386681" opacity="0.2" style="mix-blend-mode: multiply;" x="0" y="18.8270517" width="213.637386" height="300.590881" rx="5.35"></rect>
7
- <rect id="Rectangle" fill="#F4F6F7" x="12.868997" y="29.1483283" width="226.034954" height="300.590881" rx="5.35"></rect>
8
- <path d="M119.782979,304.201824 L72.0082067,304.201824 C63.8086019,304.179707 57.1732489,297.526382 57.1732489,289.326748 L57.1732489,288.454103 C57.1705909,284.50725 58.7366069,280.721139 61.5265133,277.929352 C64.3164197,275.137564 68.1014743,273.568997 72.0483283,273.568997 L119.8231,273.568997 C123.768216,273.571656 127.550694,275.141398 130.338431,277.932897 C133.126168,280.724397 134.690807,284.508988 134.688149,288.454103 L134.688149,289.326748 C134.688149,297.53811 128.034461,304.196287 119.8231,304.201824 L119.782979,304.201824 Z" id="Path" fill="#003A5D" opacity="0.2" style="mix-blend-mode: multiply;"></path>
9
- <path d="M119.782979,299.637994 L72.0082067,299.637994 C63.8063054,299.621393 57.1677011,292.964834 57.1732488,284.762918 L57.1732488,283.860182 C57.1842884,275.670013 63.8180471,269.031769 72.0082067,269.015198 L119.782979,269.015198 C127.984889,269.015198 134.636956,275.65828 134.648028,283.860182 L134.648028,284.732827 C134.650686,288.67702 133.085726,292.460579 130.297701,295.250486 C127.509676,298.040393 123.727172,299.607904 119.782979,299.607903 L119.782979,299.637994 Z" id="Path" fill="#FFE700"></path>
10
- <rect id="Rectangle" fill="#0099DA" x="58.4270517" y="154.177204" width="109.090578" height="11.1237082"></rect>
11
- <rect id="Rectangle" fill="#0099DA" x="58.4270517" y="177.467781" width="109.090578" height="11.1237082"></rect>
12
- <rect id="Rectangle" fill="#0099DA" x="58.4270517" y="200.758359" width="109.090578" height="11.1237082"></rect>
13
- <rect id="Rectangle" fill="#0099DA" x="58.4270517" y="224.038906" width="109.090578" height="11.1237082"></rect>
14
- <polygon id="Path" fill="#0099DA" points="72.4294833 109.732523 70.212766 111.94924 68.006079 114.165957 63.1914894 109.381459 58.4069909 104.58693 60.6237082 102.370213 62.8404255 100.153495 65.4082067 102.721277 68.006079 105.319149 75.0273556 98.2978723 82.0486322 91.2765957 84.2653495 93.4933131 86.4820669 95.7100304 79.4607903 102.731307"></polygon>
15
- <polygon id="Path" fill="#0099DA" points="109.612158 109.732523 107.395441 111.94924 105.178723 114.165957 100.394225 109.381459 95.6097264 104.58693 97.8264438 102.370213 100.033131 100.153495 102.610942 102.721277 105.178723 105.299088 112.2 98.2778116 119.221277 91.256535 121.367781 93.5534954 123.584498 95.7702128 116.563222 102.791489"></polygon>
16
- <polygon id="Path" fill="#0099DA" points="146.784802 109.732523 144.568085 111.94924 142.361398 114.165957 137.566869 109.381459 132.782371 104.58693 134.999088 102.370213 137.215805 100.153495 139.783587 102.721277 142.361398 105.299088 149.332523 98.2778116 156.353799 91.256535 158.570517 93.4732523 160.787234 95.6899696 153.765957 102.711246"></polygon>
17
- <polygon id="Path" fill="#0099DA" points="183.967477 109.732523 181.75076 111.94924 179.544073 114.165957 174.759574 109.381459 169.975076 104.58693 172.191793 102.370213 174.39848 100.153495 176.976292 102.721277 179.544073 105.319149 186.56535 98.2978723 193.586626 91.2765957 195.803343 93.4933131 198.020061 95.7100304 190.998784 102.731307"></polygon>
18
- <rect id="Rectangle" fill="#386681" opacity="0.2" style="mix-blend-mode: multiply;" x="173.164742" y="15.1659574" width="113.875076" height="69.3200608" rx="3.16"></rect>
19
- <rect id="Rectangle" fill="#FFE700" x="182.813982" y="0" width="113.875076" height="69.3200608" rx="3.16"></rect>
20
- <path d="M225.312699,15.4267477 L225.312699,51.1550152 C225.309442,51.3779559 225.429647,51.5844649 225.625146,51.691674 C225.820645,51.7988831 226.059396,51.7892212 226.245593,51.6665653 L253.909422,33.812462 C254.073211,33.6979971 254.170786,33.5107647 254.170786,33.3109422 C254.170786,33.1111198 254.073211,32.9238874 253.909422,32.8094225 L226.245593,14.9553191 C226.065371,14.8362307 225.835148,14.8228648 225.642356,14.9202975 C225.449563,15.0177302 225.323777,15.2110146 225.312699,15.4267477 L225.312699,15.4267477 Z" id="Path" fill="#023852"></path>
21
- </g>
22
- </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 / user-review</title>
4
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-user-review" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="User-Review" transform="translate(72.000000, 0.000000)" fill-rule="nonzero">
6
+ <rect id="Rectangle" fill="#386681" opacity="0.2" style="mix-blend-mode: multiply;" x="0" y="18.8270517" width="213.637386" height="300.590881" rx="5.35"></rect>
7
+ <rect id="Rectangle" fill="#F4F6F7" x="12.868997" y="29.1483283" width="226.034954" height="300.590881" rx="5.35"></rect>
8
+ <path d="M119.782979,304.201824 L72.0082067,304.201824 C63.8086019,304.179707 57.1732489,297.526382 57.1732489,289.326748 L57.1732489,288.454103 C57.1705909,284.50725 58.7366069,280.721139 61.5265133,277.929352 C64.3164197,275.137564 68.1014743,273.568997 72.0483283,273.568997 L119.8231,273.568997 C123.768216,273.571656 127.550694,275.141398 130.338431,277.932897 C133.126168,280.724397 134.690807,284.508988 134.688149,288.454103 L134.688149,289.326748 C134.688149,297.53811 128.034461,304.196287 119.8231,304.201824 L119.782979,304.201824 Z" id="Path" fill="#003A5D" opacity="0.2" style="mix-blend-mode: multiply;"></path>
9
+ <path d="M119.782979,299.637994 L72.0082067,299.637994 C63.8063054,299.621393 57.1677011,292.964834 57.1732488,284.762918 L57.1732488,283.860182 C57.1842884,275.670013 63.8180471,269.031769 72.0082067,269.015198 L119.782979,269.015198 C127.984889,269.015198 134.636956,275.65828 134.648028,283.860182 L134.648028,284.732827 C134.650686,288.67702 133.085726,292.460579 130.297701,295.250486 C127.509676,298.040393 123.727172,299.607904 119.782979,299.607903 L119.782979,299.637994 Z" id="Path" fill="#FFE700"></path>
10
+ <rect id="Rectangle" fill="#0099DA" x="58.4270517" y="154.177204" width="109.090578" height="11.1237082"></rect>
11
+ <rect id="Rectangle" fill="#0099DA" x="58.4270517" y="177.467781" width="109.090578" height="11.1237082"></rect>
12
+ <rect id="Rectangle" fill="#0099DA" x="58.4270517" y="200.758359" width="109.090578" height="11.1237082"></rect>
13
+ <rect id="Rectangle" fill="#0099DA" x="58.4270517" y="224.038906" width="109.090578" height="11.1237082"></rect>
14
+ <polygon id="Path" fill="#0099DA" points="72.4294833 109.732523 70.212766 111.94924 68.006079 114.165957 63.1914894 109.381459 58.4069909 104.58693 60.6237082 102.370213 62.8404255 100.153495 65.4082067 102.721277 68.006079 105.319149 75.0273556 98.2978723 82.0486322 91.2765957 84.2653495 93.4933131 86.4820669 95.7100304 79.4607903 102.731307"></polygon>
15
+ <polygon id="Path" fill="#0099DA" points="109.612158 109.732523 107.395441 111.94924 105.178723 114.165957 100.394225 109.381459 95.6097264 104.58693 97.8264438 102.370213 100.033131 100.153495 102.610942 102.721277 105.178723 105.299088 112.2 98.2778116 119.221277 91.256535 121.367781 93.5534954 123.584498 95.7702128 116.563222 102.791489"></polygon>
16
+ <polygon id="Path" fill="#0099DA" points="146.784802 109.732523 144.568085 111.94924 142.361398 114.165957 137.566869 109.381459 132.782371 104.58693 134.999088 102.370213 137.215805 100.153495 139.783587 102.721277 142.361398 105.299088 149.332523 98.2778116 156.353799 91.256535 158.570517 93.4732523 160.787234 95.6899696 153.765957 102.711246"></polygon>
17
+ <polygon id="Path" fill="#0099DA" points="183.967477 109.732523 181.75076 111.94924 179.544073 114.165957 174.759574 109.381459 169.975076 104.58693 172.191793 102.370213 174.39848 100.153495 176.976292 102.721277 179.544073 105.319149 186.56535 98.2978723 193.586626 91.2765957 195.803343 93.4933131 198.020061 95.7100304 190.998784 102.731307"></polygon>
18
+ <rect id="Rectangle" fill="#386681" opacity="0.2" style="mix-blend-mode: multiply;" x="173.164742" y="15.1659574" width="113.875076" height="69.3200608" rx="3.16"></rect>
19
+ <rect id="Rectangle" fill="#FFE700" x="182.813982" y="0" width="113.875076" height="69.3200608" rx="3.16"></rect>
20
+ <path d="M225.312699,15.4267477 L225.312699,51.1550152 C225.309442,51.3779559 225.429647,51.5844649 225.625146,51.691674 C225.820645,51.7988831 226.059396,51.7892212 226.245593,51.6665653 L253.909422,33.812462 C254.073211,33.6979971 254.170786,33.5107647 254.170786,33.3109422 C254.170786,33.1111198 254.073211,32.9238874 253.909422,32.8094225 L226.245593,14.9553191 C226.065371,14.8362307 225.835148,14.8228648 225.642356,14.9202975 C225.449563,15.0177302 225.323777,15.2110146 225.312699,15.4267477 L225.312699,15.4267477 Z" id="Path" fill="#023852"></path>
21
+ </g>
22
+ </g>
23
23
  </svg>
@@ -1,38 +1,38 @@
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 / verification</title>
4
- <defs>
5
- <linearGradient x1="-0.00243261795%" y1="49.9979937%" x2="100.000886%" y2="49.9979937%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="2%"></stop>
7
- <stop stop-color="#FBFBFC" offset="27%"></stop>
8
- <stop stop-color="#F0F1F1" offset="50%"></stop>
9
- <stop stop-color="#DDDEDF" offset="72%"></stop>
10
- <stop stop-color="#C3C5C7" offset="94%"></stop>
11
- <stop stop-color="#BBBDBF" offset="100%"></stop>
12
- </linearGradient>
13
- <linearGradient x1="8.23257011%" y1="55.021888%" x2="100.753643%" y2="36.6550836%" id="linearGradient-2">
14
- <stop stop-color="#CED3D7" offset="0%"></stop>
15
- <stop stop-color="#FFFFFF" offset="64%"></stop>
16
- </linearGradient>
17
- <linearGradient x1="0%" y1="50.0073454%" x2="99.9521187%" y2="50.0073454%" id="linearGradient-3">
18
- <stop stop-color="#CED3D7" offset="0%"></stop>
19
- <stop stop-color="#FFFFFF" offset="64%"></stop>
20
- </linearGradient>
21
- </defs>
22
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-verification" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
23
- <g id="Asset-14" transform="translate(107.000000, 0.000000)">
24
- <path d="M220.17,121.3 C220.203591,74.7413305 190.882787,33.2186142 146.995689,17.6740496 C103.108592,2.12948508 54.189094,15.9399242 24.91,52.14 C24.56,52.56 24.22,52.99 23.91,53.42 L22.91,54.72 L22.53,55.21 L22.15,55.7 C2.97249938,81.1452803 -4.21536293,113.662148 2.45,144.82 C5.29165405,159.517335 11.1258609,173.473138 19.59,185.82 C27.9215813,197.982063 38.6009288,208.355412 51,216.33 L51,330 L65,322.68 L79,315.36 L79,315.36 L93.43,307.82 L107.86,300.27 L107.86,300.39 L110.23,299.15 L112.6,297.91 L114.7,299.09 L116.8,300.27 L116.8,300.15 L129.4,307.22 L142,314.29 L142,314.29 L156,322.15 L170,330 L170,216.1 C185.15157,206.273616 197.663352,192.88285 206.44,177.1 C215.498136,160.801113 220.238262,142.456789 220.210126,123.81 C220.210126,123.6 220.210126,123.38 220.210126,123.17 C220.210126,122.96 220.210126,122.75 220.210126,122.53 C220.210126,122.31 220.210126,122.11 220.210126,121.9 C220.210126,121.69 220.17,121.52 220.17,121.3 Z" id="Path" fill="#7C8B95" opacity="0.5" style="mix-blend-mode: multiply;"></path>
25
- <polygon id="Path" fill="#CED3D7" points="174.91 318.05 146.21 301.95 117.51 285.85 86.71 301.95 55.91 318.05 55.91 255.39 55.91 192.74 115.41 192.74 174.91 192.74 174.91 255.39"></polygon>
26
- <polygon id="Path" fill="#0099DA" points="83.91 192.74 69.91 192.74 55.91 192.74 55.91 255.39 55.91 318.05 69.91 310.73 83.91 303.41 83.91 248.08"></polygon>
27
- <polygon id="Path" fill="#0099DA" points="146.91 192.74 146.91 247.54 146.91 302.34 160.91 310.19 174.91 318.05 174.91 255.39 174.91 192.74 160.91 192.74"></polygon>
28
- <path d="M55.91,202.76 L55.91,219.16 C92.1272037,242.462473 138.639306,242.376383 174.77,218.94 L174.77,202 C138.718552,225.514838 92.2553197,225.808019 55.91,202.75 L55.91,202.76 Z" id="Path" fill="#7C8B95" opacity="0.5" style="mix-blend-mode: multiply;"></path>
29
- <polygon id="Path" fill="#FFE700" points="112.78 288.43 115.14 287.2 117.51 285.96 119.61 287.14 121.71 288.31 121.71 253.88 121.71 219.46 117.24 219.46 112.78 219.46 112.78 253.94"></polygon>
30
- <path d="M192.52,187.581275 C229.582841,150.511857 235.299851,92.424062 206.174896,48.8404307 C177.049941,5.2567994 121.194236,-11.6847553 72.7653262,8.37606825 C24.3364167,28.4368918 -3.1783879,79.9132133 7.04709381,131.325619 C17.2725755,182.738024 62.390577,219.76831 114.81,219.771368 C143.964746,219.809318 171.932046,208.224356 192.52,187.581275 L192.52,187.581275 Z" id="Path" fill="url(#linearGradient-1)"></path>
31
- <path d="M224.673333,100 C221.878313,157.594107 175.123763,203.277601 117.480356,204.737393 C59.8369497,206.197185 10.8299885,162.938806 5.12333333,105.56 C5.12333333,106.47 5.04333333,107.38 5.01333333,108.3 C4.98333333,109.22 5.01333333,110.14 5.01333333,111.06 C5.58900869,171.470951 54.7246394,220.140583 115.138333,220.140583 C175.552027,220.140583 224.687658,171.470951 225.263333,111.06 C225.263333,109.19 225.203333,107.34 225.113333,105.49 C225.023333,103.64 224.853333,101.82 224.673333,100 Z" id="Path" fill="url(#linearGradient-2)" style="mix-blend-mode: multiply;"></path>
32
- <path d="M114.940963,13.0902488 C173.686692,13.0925968 222.047381,59.2863042 224.740963,117.970249 C224.740963,117.180249 224.810963,116.400249 224.830963,115.610249 C224.850963,114.820249 224.830963,114.030249 224.830963,113.230249 C226.030122,73.1796101 205.344945,35.6481511 170.843054,15.273874 C136.341164,-5.10040315 93.486912,-5.09065379 58.994295,15.2993196 C24.5016781,35.689293 3.83357993,73.2301599 5.05096257,113.280249 C5.05096257,114.080249 5.05096257,114.870249 5.05096257,115.660249 C5.05096257,116.450249 5.05096257,117.250249 5.14096257,118.030249 C7.80348234,59.3226844 56.1730537,13.0940613 114.940963,13.0902488 Z" id="Path" fill="#FFFFFF" opacity="0.8"></path>
33
- <path d="M45.06,38.4 L125.9,119.24 L193,186.34 L193.1,186.24 C220.853046,159.642808 232.047733,120.113772 222.362122,82.9138918 C212.676511,45.7140113 183.625989,16.6634889 146.426108,6.9778778 C109.226228,-2.70773328 69.6971919,8.48695408 43.1,36.24 C43.0618138,36.2680989 43.0280989,36.3018138 43,36.34 L45.06,38.4 Z" id="Path" fill="#FFFFFF" opacity="0.2"></path>
34
- <polygon id="Path" fill="url(#linearGradient-3)" style="mix-blend-mode: multiply;" points="113.91 136 107.29 142.61 100.67 149.23 86.38 135 72.08 120.7 78.7 114.08 85.32 107.47 93 115.12 100.67 122.8 121.51 102 142.35 81.16 149 87.75 155.62 94.36 134.74 115.2"></polygon>
35
- <polygon id="Path" fill="#0099DA" points="112.83 130.9 106.21 137.52 99.59 144.1 85.3 129.8 71 115.51 77.62 108.89 84.24 102.27 91.92 109.99 99.59 117.67 120.43 96.83 141.27 76 147.92 82.61 154.54 89.23 133.66 110.1"></polygon>
36
- </g>
37
- </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 / verification</title>
4
+ <defs>
5
+ <linearGradient x1="-0.00243261795%" y1="49.9979937%" x2="100.000886%" y2="49.9979937%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="2%"></stop>
7
+ <stop stop-color="#FBFBFC" offset="27%"></stop>
8
+ <stop stop-color="#F0F1F1" offset="50%"></stop>
9
+ <stop stop-color="#DDDEDF" offset="72%"></stop>
10
+ <stop stop-color="#C3C5C7" offset="94%"></stop>
11
+ <stop stop-color="#BBBDBF" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="8.23257011%" y1="55.021888%" x2="100.753643%" y2="36.6550836%" id="linearGradient-2">
14
+ <stop stop-color="#CED3D7" offset="0%"></stop>
15
+ <stop stop-color="#FFFFFF" offset="64%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="0%" y1="50.0073454%" x2="99.9521187%" y2="50.0073454%" id="linearGradient-3">
18
+ <stop stop-color="#CED3D7" offset="0%"></stop>
19
+ <stop stop-color="#FFFFFF" offset="64%"></stop>
20
+ </linearGradient>
21
+ </defs>
22
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-verification" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
23
+ <g id="Asset-14" transform="translate(107.000000, 0.000000)">
24
+ <path d="M220.17,121.3 C220.203591,74.7413305 190.882787,33.2186142 146.995689,17.6740496 C103.108592,2.12948508 54.189094,15.9399242 24.91,52.14 C24.56,52.56 24.22,52.99 23.91,53.42 L22.91,54.72 L22.53,55.21 L22.15,55.7 C2.97249938,81.1452803 -4.21536293,113.662148 2.45,144.82 C5.29165405,159.517335 11.1258609,173.473138 19.59,185.82 C27.9215813,197.982063 38.6009288,208.355412 51,216.33 L51,330 L65,322.68 L79,315.36 L79,315.36 L93.43,307.82 L107.86,300.27 L107.86,300.39 L110.23,299.15 L112.6,297.91 L114.7,299.09 L116.8,300.27 L116.8,300.15 L129.4,307.22 L142,314.29 L142,314.29 L156,322.15 L170,330 L170,216.1 C185.15157,206.273616 197.663352,192.88285 206.44,177.1 C215.498136,160.801113 220.238262,142.456789 220.210126,123.81 C220.210126,123.6 220.210126,123.38 220.210126,123.17 C220.210126,122.96 220.210126,122.75 220.210126,122.53 C220.210126,122.31 220.210126,122.11 220.210126,121.9 C220.210126,121.69 220.17,121.52 220.17,121.3 Z" id="Path" fill="#7C8B95" opacity="0.5" style="mix-blend-mode: multiply;"></path>
25
+ <polygon id="Path" fill="#CED3D7" points="174.91 318.05 146.21 301.95 117.51 285.85 86.71 301.95 55.91 318.05 55.91 255.39 55.91 192.74 115.41 192.74 174.91 192.74 174.91 255.39"></polygon>
26
+ <polygon id="Path" fill="#0099DA" points="83.91 192.74 69.91 192.74 55.91 192.74 55.91 255.39 55.91 318.05 69.91 310.73 83.91 303.41 83.91 248.08"></polygon>
27
+ <polygon id="Path" fill="#0099DA" points="146.91 192.74 146.91 247.54 146.91 302.34 160.91 310.19 174.91 318.05 174.91 255.39 174.91 192.74 160.91 192.74"></polygon>
28
+ <path d="M55.91,202.76 L55.91,219.16 C92.1272037,242.462473 138.639306,242.376383 174.77,218.94 L174.77,202 C138.718552,225.514838 92.2553197,225.808019 55.91,202.75 L55.91,202.76 Z" id="Path" fill="#7C8B95" opacity="0.5" style="mix-blend-mode: multiply;"></path>
29
+ <polygon id="Path" fill="#FFE700" points="112.78 288.43 115.14 287.2 117.51 285.96 119.61 287.14 121.71 288.31 121.71 253.88 121.71 219.46 117.24 219.46 112.78 219.46 112.78 253.94"></polygon>
30
+ <path d="M192.52,187.581275 C229.582841,150.511857 235.299851,92.424062 206.174896,48.8404307 C177.049941,5.2567994 121.194236,-11.6847553 72.7653262,8.37606825 C24.3364167,28.4368918 -3.1783879,79.9132133 7.04709381,131.325619 C17.2725755,182.738024 62.390577,219.76831 114.81,219.771368 C143.964746,219.809318 171.932046,208.224356 192.52,187.581275 L192.52,187.581275 Z" id="Path" fill="url(#linearGradient-1)"></path>
31
+ <path d="M224.673333,100 C221.878313,157.594107 175.123763,203.277601 117.480356,204.737393 C59.8369497,206.197185 10.8299885,162.938806 5.12333333,105.56 C5.12333333,106.47 5.04333333,107.38 5.01333333,108.3 C4.98333333,109.22 5.01333333,110.14 5.01333333,111.06 C5.58900869,171.470951 54.7246394,220.140583 115.138333,220.140583 C175.552027,220.140583 224.687658,171.470951 225.263333,111.06 C225.263333,109.19 225.203333,107.34 225.113333,105.49 C225.023333,103.64 224.853333,101.82 224.673333,100 Z" id="Path" fill="url(#linearGradient-2)" style="mix-blend-mode: multiply;"></path>
32
+ <path d="M114.940963,13.0902488 C173.686692,13.0925968 222.047381,59.2863042 224.740963,117.970249 C224.740963,117.180249 224.810963,116.400249 224.830963,115.610249 C224.850963,114.820249 224.830963,114.030249 224.830963,113.230249 C226.030122,73.1796101 205.344945,35.6481511 170.843054,15.273874 C136.341164,-5.10040315 93.486912,-5.09065379 58.994295,15.2993196 C24.5016781,35.689293 3.83357993,73.2301599 5.05096257,113.280249 C5.05096257,114.080249 5.05096257,114.870249 5.05096257,115.660249 C5.05096257,116.450249 5.05096257,117.250249 5.14096257,118.030249 C7.80348234,59.3226844 56.1730537,13.0940613 114.940963,13.0902488 Z" id="Path" fill="#FFFFFF" opacity="0.8"></path>
33
+ <path d="M45.06,38.4 L125.9,119.24 L193,186.34 L193.1,186.24 C220.853046,159.642808 232.047733,120.113772 222.362122,82.9138918 C212.676511,45.7140113 183.625989,16.6634889 146.426108,6.9778778 C109.226228,-2.70773328 69.6971919,8.48695408 43.1,36.24 C43.0618138,36.2680989 43.0280989,36.3018138 43,36.34 L45.06,38.4 Z" id="Path" fill="#FFFFFF" opacity="0.2"></path>
34
+ <polygon id="Path" fill="url(#linearGradient-3)" style="mix-blend-mode: multiply;" points="113.91 136 107.29 142.61 100.67 149.23 86.38 135 72.08 120.7 78.7 114.08 85.32 107.47 93 115.12 100.67 122.8 121.51 102 142.35 81.16 149 87.75 155.62 94.36 134.74 115.2"></polygon>
35
+ <polygon id="Path" fill="#0099DA" points="112.83 130.9 106.21 137.52 99.59 144.1 85.3 129.8 71 115.51 77.62 108.89 84.24 102.27 91.92 109.99 99.59 117.67 120.43 96.83 141.27 76 147.92 82.61 154.54 89.23 133.66 110.1"></polygon>
36
+ </g>
37
+ </g>
38
38
  </svg>
@@ -1,78 +1,78 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 440 330" style="enable-background:new 0 0 440 330;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:0.3;fill:#003A5D;enable-background:new ;}
7
- .st1{fill:#0099DA;}
8
- .st2{filter:url(#Adobe_OpacityMaskFilter);}
9
- .st3{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
10
- .st4{opacity:0.3;mask:url(#mask-2_4_);fill:#003A5D;enable-background:new ;}
11
- .st5{filter:url(#Adobe_OpacityMaskFilter_1_);}
12
- .st6{mask:url(#mask-2_5_);fill:#F4F6F7;}
13
- .st7{opacity:0.1;fill:#F4F6F7;enable-background:new ;}
14
- </style>
15
- <path class="st0" d="M151.3,66.5c-22.7,0.6-44.8,1.4-66.3,2.4c-16.2,0.8-30.7,6.6-41.4,15.5s-17.5,21-18.3,34.3
16
- c-0.8,12.7-1.4,25.6-1.8,38.8c-0.4,13.1-0.6,26.5-0.6,40c0,13.5,0.2,26.8,0.6,40c0.4,13.1,1,26.1,1.8,38.8
17
- c0.8,13.4,7.7,25.4,18.3,34.3c10.7,8.9,25.2,14.7,41.4,15.5c21.5,1.1,43.6,1.9,66.3,2.4c22.7,0.6,45.9,0.8,69.6,0.8
18
- c23.7,0,46.9-0.3,69.6-0.8s44.8-1.4,66.3-2.5c16.2-0.8,30.7-6.6,41.4-15.5c10.7-8.9,17.5-21,18.3-34.3c0.8-12.7,1.4-25.6,1.8-38.8
19
- c0.1-2.5,0.1-5,0.2-7.6c-0.2-36.5-0.3-63.3-0.5-80.2c-0.3-7.3-0.6-14.5-1-21.7c-0.1,0-0.3,0-0.4,0c-4,0.1-7.9-0.6-11.5-2.2
20
- c-3.6-1.6-6.8-4.1-9.1-7.5c-0.3-0.4-0.6-0.8-0.9-1.2c0.1,1.2,0,2.2,0,3.3c-0.4,5-2.4,8.9-5.4,11.9c-3.8,3.7-9.3,5.9-15.6,6.6
21
- c-3.9,0.5-8.2,0.4-12.4-0.3c-3.8-0.6-7.6-1.6-11.2-3c-3.6-1.4-7-3.2-10.1-5.4c-3.4-2.4-6.4-5.2-8.7-8.4c-3.2-4.3-5.3-9.4-5.7-15.1
22
- c-0.4-5.2,0.6-10.9,3.2-17.1c-3,7.5-8.3,12.1-14.6,14.4c-4.1,1.5-8.7,2.1-13.4,1.8c-3.8-0.2-7.7-1-11.5-2.2
23
- c-3.6-1.2-7.1-2.8-10.4-4.7c-3.4-2.1-6.6-4.5-9.3-7.2c-3-3-5.4-6.5-6.9-10.1c-0.2-0.4-0.3-0.9-0.5-1.3c-1.8-4.7-3.1-9.5-3.9-14.5
24
- c-12.5-0.2-25.2-0.3-37.9-0.3C197.2,65.7,174,66,151.3,66.5z"/>
25
- <path class="st1" d="M22.4,262.5c0.8,13.4,7.7,25.4,18.3,34.3c10.7,8.9,25.2,14.7,41.4,15.5c21.5,1.1,43.6,1.9,66.3,2.4
26
- c22.7,0.6,45.9,0.8,69.6,0.8s46.9-0.3,69.6-0.8c22.7-0.6,44.8-1.4,66.3-2.4c16.2-0.8,30.7-6.6,41.4-15.5c10.7-8.9,17.5-21,18.3-34.3
27
- c0.8-12.7,1.4-25.6,1.8-38.8c0.4-13.1,0.6-26.5,0.6-40c0-13.5-0.2-26.8-0.6-40c-0.2-5.3-0.4-10.5-0.6-15.8c-3.3-0.1-6.6-0.8-9.7-2.2
28
- c-3.6-1.6-6.8-4.1-9.1-7.5c-0.3-0.4-0.6-0.8-0.9-1.2c0.1,1.2,0,2.2,0,3.3c-0.4,5-2.4,8.9-5.4,11.9c-3.8,3.7-9.3,5.9-15.6,6.6
29
- c-3.9,0.5-8.2,0.4-12.4-0.3c-3.8-0.6-7.6-1.6-11.2-3c-3.6-1.4-7-3.2-10.1-5.4c-3.4-2.4-6.4-5.2-8.7-8.4c-3.2-4.3-5.3-9.4-5.7-15.1
30
- c-0.4-5.2,0.6-10.9,3.2-17.1c-3,7.5-8.3,12.1-14.6,14.4c-4.1,1.5-8.7,2.1-13.4,1.8c-3.8-0.2-7.7-1-11.5-2.2
31
- c-3.6-1.2-7.1-2.8-10.4-4.7c-3.4-2.1-6.6-4.5-9.3-7.2c-3-3-5.4-6.5-6.9-10.1c-0.2-0.4-0.3-0.9-0.5-1.3c-2.3-5.8-3.7-11.9-4.3-18.1
32
- c-0.2-2.3-0.2-5.7-0.1-10C245,52.1,231.6,52,218,52c-23.7,0-46.9,0.3-69.5,0.8c-22.6,0.6-44.8,1.4-66.3,2.4
33
- C65.9,56,51.4,61.8,40.7,70.7c-10.7,8.9-17.5,21-18.3,34.3c-0.8,12.7-1.4,25.7-1.8,38.8c-0.4,13-0.6,26.2-0.6,39.6v0.6
34
- c0,13.4,0.2,26.7,0.6,39.7C21,236.9,21.6,249.8,22.4,262.5z"/>
35
- <defs>
36
- <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="183.2" y="128.3" width="101.5" height="117.5">
37
- <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
38
- </filter>
39
- </defs>
40
- <mask maskUnits="userSpaceOnUse" x="183.2" y="128.3" width="101.5" height="117.5" id="mask-2_4_">
41
- <g class="st2">
42
- <path id="path-1_5_" class="st3" d="M417.8,127.9c-0.2,0.1-0.4,0.1-1.2,0.2c-4,0.1-7.9-0.6-11.5-2.2c-3.6-1.6-6.8-4.1-9.1-7.5
43
- c-0.3-0.4-0.6-0.8-0.9-1.2c0.1,1.2,0,2.2,0,3.3c-0.4,5-2.4,8.9-5.4,11.9c-3.8,3.7-9.3,5.9-15.6,6.6c-3.9,0.5-8.2,0.4-12.4-0.3
44
- c-3.8-0.6-7.6-1.6-11.2-3c-3.6-1.4-7-3.2-10.1-5.4c-3.4-2.4-6.4-5.2-8.7-8.4c-3.2-4.3-5.3-9.4-5.7-15.1
45
- c-0.4-5.2,0.6-10.9,3.2-17.1c-3,7.5-8.3,12.1-14.6,14.4c-4.1,1.5-8.7,2.1-13.4,1.8c-3.8-0.2-7.7-1-11.5-2.2
46
- c-3.6-1.2-7.1-2.8-10.4-4.7c-3.4-2.1-6.6-4.5-9.3-7.2c-3-3-5.4-6.5-6.9-10.1c-0.2-0.4-0.3-0.9-0.5-1.3c-2.3-5.8-3.7-11.9-4.3-18.1
47
- c-0.3-2.7-0.2-6.8,0-12.3H20v279.5h399C418.3,195.1,417.9,127.9,417.8,127.9z"/>
48
- </g>
49
- </mask>
50
- <path id="Path_3_" class="st4" d="M183.2,129.7v114.5c0,0.5,0.3,1,0.7,1.3c0.5,0.3,1,0.3,1.5,0l49.3-29.1l49.2-29.1
51
- c0.5-0.3,0.7-0.8,0.7-1.3s-0.3-1-0.7-1.3l-49.2-28.1l-49.2-28.1c-0.5-0.3-1-0.3-1.5,0S183.2,129.3,183.2,129.7L183.2,129.7z"/>
52
- <defs>
53
- <filter id="Adobe_OpacityMaskFilter_1_" filterUnits="userSpaceOnUse" x="176.7" y="121.9" width="101.4" height="117.3">
54
- <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
55
- </filter>
56
- </defs>
57
- <mask maskUnits="userSpaceOnUse" x="176.7" y="121.9" width="101.4" height="117.3" id="mask-2_5_">
58
- <g class="st5">
59
- <path id="path-1_6_" class="st3" d="M417.8,127.9c-0.2,0.1-0.4,0.1-1.2,0.2c-4,0.1-7.9-0.6-11.5-2.2c-3.6-1.6-6.8-4.1-9.1-7.5
60
- c-0.3-0.4-0.6-0.8-0.9-1.2c0.1,1.2,0,2.2,0,3.3c-0.4,5-2.4,8.9-5.4,11.9c-3.8,3.7-9.3,5.9-15.6,6.6c-3.9,0.5-8.2,0.4-12.4-0.3
61
- c-3.8-0.6-7.6-1.6-11.2-3c-3.6-1.4-7-3.2-10.1-5.4c-3.4-2.4-6.4-5.2-8.7-8.4c-3.2-4.3-5.3-9.4-5.7-15.1
62
- c-0.4-5.2,0.6-10.9,3.2-17.1c-3,7.5-8.3,12.1-14.6,14.4c-4.1,1.5-8.7,2.1-13.4,1.8c-3.8-0.2-7.7-1-11.5-2.2
63
- c-3.6-1.2-7.1-2.8-10.4-4.7c-3.4-2.1-6.6-4.5-9.3-7.2c-3-3-5.4-6.5-6.9-10.1c-0.2-0.4-0.3-0.9-0.5-1.3c-2.3-5.8-3.7-11.9-4.3-18.1
64
- c-0.3-2.7-0.2-6.8,0-12.3H20v279.5h399C418.3,195.1,417.9,127.9,417.8,127.9z"/>
65
- </g>
66
- </mask>
67
- <path id="Path_4_" class="st6" d="M176.7,123.5v114.1c0,0.6,0.3,1.1,0.8,1.4c0.5,0.3,1.1,0.3,1.6,0l49.1-29l49.1-29
68
- c0.5-0.3,0.8-0.8,0.8-1.4s-0.3-1.1-0.8-1.4l-49.1-28l-49.1-28c-0.5-0.3-1.1-0.3-1.6,0C177.1,122.4,176.7,123,176.7,123.5
69
- L176.7,123.5z"/>
70
- <path class="st7" d="M154.7,52.7c-20.7,0.5-40.9,1.1-60.6,2l128.9,128.9l128.9,128.9h1h1c16.2-0.8,30.7-6.6,41.4-15.5
71
- c10.7-8.9,17.5-21,18.3-34.3c0.8-12.7,1.4-25.6,1.8-38.8c0.4-13.1,0.6-26.5,0.6-40c0-13.5-0.2-26.8-0.6-40
72
- c-0.2-5.3-0.4-10.6-0.6-15.9c-3.3-0.1-6.6-0.8-9.7-2.2c-3.6-1.6-6.8-4.1-9.1-7.5c-0.3-0.4-0.6-0.8-0.9-1.2c0.1,1.2,0,2.2,0,3.3
73
- c-0.4,5-2.4,8.9-5.4,11.9c-3.8,3.7-9.3,5.9-15.6,6.6c-3.9,0.5-8.2,0.4-12.4-0.3c-3.8-0.6-7.6-1.6-11.2-3c-3.6-1.4-7-3.2-10.1-5.4
74
- c-3.4-2.4-6.4-5.2-8.7-8.4c-3.2-4.3-5.3-9.4-5.7-15.1c-0.4-5.2,0.6-10.9,3.2-17.1c-3,7.5-8.3,12.1-14.6,14.4
75
- c-4.1,1.5-8.7,2.1-13.4,1.8c-3.8-0.2-7.7-1-11.5-2.2c-3.6-1.2-7.1-2.8-10.4-4.7c-3.4-2.1-6.6-4.5-9.3-7.2c-3-3-5.4-6.5-6.9-10.1
76
- c-0.2-0.4-0.3-0.9-0.5-1.3c-2.3-5.8-3.7-11.9-4.3-18.1c-0.2-2.3-0.2-5.7-0.1-10C245,52.1,231.6,52,218,52
77
- C196.5,52,175.4,52.2,154.7,52.7z"/>
78
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 440 330" style="enable-background:new 0 0 440 330;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{opacity:0.3;fill:#003A5D;enable-background:new ;}
7
+ .st1{fill:#0099DA;}
8
+ .st2{filter:url(#Adobe_OpacityMaskFilter);}
9
+ .st3{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
10
+ .st4{opacity:0.3;mask:url(#mask-2_4_);fill:#003A5D;enable-background:new ;}
11
+ .st5{filter:url(#Adobe_OpacityMaskFilter_1_);}
12
+ .st6{mask:url(#mask-2_5_);fill:#F4F6F7;}
13
+ .st7{opacity:0.1;fill:#F4F6F7;enable-background:new ;}
14
+ </style>
15
+ <path class="st0" d="M151.3,66.5c-22.7,0.6-44.8,1.4-66.3,2.4c-16.2,0.8-30.7,6.6-41.4,15.5s-17.5,21-18.3,34.3
16
+ c-0.8,12.7-1.4,25.6-1.8,38.8c-0.4,13.1-0.6,26.5-0.6,40c0,13.5,0.2,26.8,0.6,40c0.4,13.1,1,26.1,1.8,38.8
17
+ c0.8,13.4,7.7,25.4,18.3,34.3c10.7,8.9,25.2,14.7,41.4,15.5c21.5,1.1,43.6,1.9,66.3,2.4c22.7,0.6,45.9,0.8,69.6,0.8
18
+ c23.7,0,46.9-0.3,69.6-0.8s44.8-1.4,66.3-2.5c16.2-0.8,30.7-6.6,41.4-15.5c10.7-8.9,17.5-21,18.3-34.3c0.8-12.7,1.4-25.6,1.8-38.8
19
+ c0.1-2.5,0.1-5,0.2-7.6c-0.2-36.5-0.3-63.3-0.5-80.2c-0.3-7.3-0.6-14.5-1-21.7c-0.1,0-0.3,0-0.4,0c-4,0.1-7.9-0.6-11.5-2.2
20
+ c-3.6-1.6-6.8-4.1-9.1-7.5c-0.3-0.4-0.6-0.8-0.9-1.2c0.1,1.2,0,2.2,0,3.3c-0.4,5-2.4,8.9-5.4,11.9c-3.8,3.7-9.3,5.9-15.6,6.6
21
+ c-3.9,0.5-8.2,0.4-12.4-0.3c-3.8-0.6-7.6-1.6-11.2-3c-3.6-1.4-7-3.2-10.1-5.4c-3.4-2.4-6.4-5.2-8.7-8.4c-3.2-4.3-5.3-9.4-5.7-15.1
22
+ c-0.4-5.2,0.6-10.9,3.2-17.1c-3,7.5-8.3,12.1-14.6,14.4c-4.1,1.5-8.7,2.1-13.4,1.8c-3.8-0.2-7.7-1-11.5-2.2
23
+ c-3.6-1.2-7.1-2.8-10.4-4.7c-3.4-2.1-6.6-4.5-9.3-7.2c-3-3-5.4-6.5-6.9-10.1c-0.2-0.4-0.3-0.9-0.5-1.3c-1.8-4.7-3.1-9.5-3.9-14.5
24
+ c-12.5-0.2-25.2-0.3-37.9-0.3C197.2,65.7,174,66,151.3,66.5z"/>
25
+ <path class="st1" d="M22.4,262.5c0.8,13.4,7.7,25.4,18.3,34.3c10.7,8.9,25.2,14.7,41.4,15.5c21.5,1.1,43.6,1.9,66.3,2.4
26
+ c22.7,0.6,45.9,0.8,69.6,0.8s46.9-0.3,69.6-0.8c22.7-0.6,44.8-1.4,66.3-2.4c16.2-0.8,30.7-6.6,41.4-15.5c10.7-8.9,17.5-21,18.3-34.3
27
+ c0.8-12.7,1.4-25.6,1.8-38.8c0.4-13.1,0.6-26.5,0.6-40c0-13.5-0.2-26.8-0.6-40c-0.2-5.3-0.4-10.5-0.6-15.8c-3.3-0.1-6.6-0.8-9.7-2.2
28
+ c-3.6-1.6-6.8-4.1-9.1-7.5c-0.3-0.4-0.6-0.8-0.9-1.2c0.1,1.2,0,2.2,0,3.3c-0.4,5-2.4,8.9-5.4,11.9c-3.8,3.7-9.3,5.9-15.6,6.6
29
+ c-3.9,0.5-8.2,0.4-12.4-0.3c-3.8-0.6-7.6-1.6-11.2-3c-3.6-1.4-7-3.2-10.1-5.4c-3.4-2.4-6.4-5.2-8.7-8.4c-3.2-4.3-5.3-9.4-5.7-15.1
30
+ c-0.4-5.2,0.6-10.9,3.2-17.1c-3,7.5-8.3,12.1-14.6,14.4c-4.1,1.5-8.7,2.1-13.4,1.8c-3.8-0.2-7.7-1-11.5-2.2
31
+ c-3.6-1.2-7.1-2.8-10.4-4.7c-3.4-2.1-6.6-4.5-9.3-7.2c-3-3-5.4-6.5-6.9-10.1c-0.2-0.4-0.3-0.9-0.5-1.3c-2.3-5.8-3.7-11.9-4.3-18.1
32
+ c-0.2-2.3-0.2-5.7-0.1-10C245,52.1,231.6,52,218,52c-23.7,0-46.9,0.3-69.5,0.8c-22.6,0.6-44.8,1.4-66.3,2.4
33
+ C65.9,56,51.4,61.8,40.7,70.7c-10.7,8.9-17.5,21-18.3,34.3c-0.8,12.7-1.4,25.7-1.8,38.8c-0.4,13-0.6,26.2-0.6,39.6v0.6
34
+ c0,13.4,0.2,26.7,0.6,39.7C21,236.9,21.6,249.8,22.4,262.5z"/>
35
+ <defs>
36
+ <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="183.2" y="128.3" width="101.5" height="117.5">
37
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
38
+ </filter>
39
+ </defs>
40
+ <mask maskUnits="userSpaceOnUse" x="183.2" y="128.3" width="101.5" height="117.5" id="mask-2_4_">
41
+ <g class="st2">
42
+ <path id="path-1_5_" class="st3" d="M417.8,127.9c-0.2,0.1-0.4,0.1-1.2,0.2c-4,0.1-7.9-0.6-11.5-2.2c-3.6-1.6-6.8-4.1-9.1-7.5
43
+ c-0.3-0.4-0.6-0.8-0.9-1.2c0.1,1.2,0,2.2,0,3.3c-0.4,5-2.4,8.9-5.4,11.9c-3.8,3.7-9.3,5.9-15.6,6.6c-3.9,0.5-8.2,0.4-12.4-0.3
44
+ c-3.8-0.6-7.6-1.6-11.2-3c-3.6-1.4-7-3.2-10.1-5.4c-3.4-2.4-6.4-5.2-8.7-8.4c-3.2-4.3-5.3-9.4-5.7-15.1
45
+ c-0.4-5.2,0.6-10.9,3.2-17.1c-3,7.5-8.3,12.1-14.6,14.4c-4.1,1.5-8.7,2.1-13.4,1.8c-3.8-0.2-7.7-1-11.5-2.2
46
+ c-3.6-1.2-7.1-2.8-10.4-4.7c-3.4-2.1-6.6-4.5-9.3-7.2c-3-3-5.4-6.5-6.9-10.1c-0.2-0.4-0.3-0.9-0.5-1.3c-2.3-5.8-3.7-11.9-4.3-18.1
47
+ c-0.3-2.7-0.2-6.8,0-12.3H20v279.5h399C418.3,195.1,417.9,127.9,417.8,127.9z"/>
48
+ </g>
49
+ </mask>
50
+ <path id="Path_3_" class="st4" d="M183.2,129.7v114.5c0,0.5,0.3,1,0.7,1.3c0.5,0.3,1,0.3,1.5,0l49.3-29.1l49.2-29.1
51
+ c0.5-0.3,0.7-0.8,0.7-1.3s-0.3-1-0.7-1.3l-49.2-28.1l-49.2-28.1c-0.5-0.3-1-0.3-1.5,0S183.2,129.3,183.2,129.7L183.2,129.7z"/>
52
+ <defs>
53
+ <filter id="Adobe_OpacityMaskFilter_1_" filterUnits="userSpaceOnUse" x="176.7" y="121.9" width="101.4" height="117.3">
54
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
55
+ </filter>
56
+ </defs>
57
+ <mask maskUnits="userSpaceOnUse" x="176.7" y="121.9" width="101.4" height="117.3" id="mask-2_5_">
58
+ <g class="st5">
59
+ <path id="path-1_6_" class="st3" d="M417.8,127.9c-0.2,0.1-0.4,0.1-1.2,0.2c-4,0.1-7.9-0.6-11.5-2.2c-3.6-1.6-6.8-4.1-9.1-7.5
60
+ c-0.3-0.4-0.6-0.8-0.9-1.2c0.1,1.2,0,2.2,0,3.3c-0.4,5-2.4,8.9-5.4,11.9c-3.8,3.7-9.3,5.9-15.6,6.6c-3.9,0.5-8.2,0.4-12.4-0.3
61
+ c-3.8-0.6-7.6-1.6-11.2-3c-3.6-1.4-7-3.2-10.1-5.4c-3.4-2.4-6.4-5.2-8.7-8.4c-3.2-4.3-5.3-9.4-5.7-15.1
62
+ c-0.4-5.2,0.6-10.9,3.2-17.1c-3,7.5-8.3,12.1-14.6,14.4c-4.1,1.5-8.7,2.1-13.4,1.8c-3.8-0.2-7.7-1-11.5-2.2
63
+ c-3.6-1.2-7.1-2.8-10.4-4.7c-3.4-2.1-6.6-4.5-9.3-7.2c-3-3-5.4-6.5-6.9-10.1c-0.2-0.4-0.3-0.9-0.5-1.3c-2.3-5.8-3.7-11.9-4.3-18.1
64
+ c-0.3-2.7-0.2-6.8,0-12.3H20v279.5h399C418.3,195.1,417.9,127.9,417.8,127.9z"/>
65
+ </g>
66
+ </mask>
67
+ <path id="Path_4_" class="st6" d="M176.7,123.5v114.1c0,0.6,0.3,1.1,0.8,1.4c0.5,0.3,1.1,0.3,1.6,0l49.1-29l49.1-29
68
+ c0.5-0.3,0.8-0.8,0.8-1.4s-0.3-1.1-0.8-1.4l-49.1-28l-49.1-28c-0.5-0.3-1.1-0.3-1.6,0C177.1,122.4,176.7,123,176.7,123.5
69
+ L176.7,123.5z"/>
70
+ <path class="st7" d="M154.7,52.7c-20.7,0.5-40.9,1.1-60.6,2l128.9,128.9l128.9,128.9h1h1c16.2-0.8,30.7-6.6,41.4-15.5
71
+ c10.7-8.9,17.5-21,18.3-34.3c0.8-12.7,1.4-25.6,1.8-38.8c0.4-13.1,0.6-26.5,0.6-40c0-13.5-0.2-26.8-0.6-40
72
+ c-0.2-5.3-0.4-10.6-0.6-15.9c-3.3-0.1-6.6-0.8-9.7-2.2c-3.6-1.6-6.8-4.1-9.1-7.5c-0.3-0.4-0.6-0.8-0.9-1.2c0.1,1.2,0,2.2,0,3.3
73
+ c-0.4,5-2.4,8.9-5.4,11.9c-3.8,3.7-9.3,5.9-15.6,6.6c-3.9,0.5-8.2,0.4-12.4-0.3c-3.8-0.6-7.6-1.6-11.2-3c-3.6-1.4-7-3.2-10.1-5.4
74
+ c-3.4-2.4-6.4-5.2-8.7-8.4c-3.2-4.3-5.3-9.4-5.7-15.1c-0.4-5.2,0.6-10.9,3.2-17.1c-3,7.5-8.3,12.1-14.6,14.4
75
+ c-4.1,1.5-8.7,2.1-13.4,1.8c-3.8-0.2-7.7-1-11.5-2.2c-3.6-1.2-7.1-2.8-10.4-4.7c-3.4-2.1-6.6-4.5-9.3-7.2c-3-3-5.4-6.5-6.9-10.1
76
+ c-0.2-0.4-0.3-0.9-0.5-1.3c-2.3-5.8-3.7-11.9-4.3-18.1c-0.2-2.3-0.2-5.7-0.1-10C245,52.1,231.6,52,218,52
77
+ C196.5,52,175.4,52.2,154.7,52.7z"/>
78
+ </svg>
package/svg/rich/vps.svg CHANGED
@@ -1,39 +1,39 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.82 301.41">
2
- <defs>
3
- <linearGradient id="linear-gradient" x1="45.38" y1="200.15" x2="237.64" y2="200.15" gradientTransform="rotate(180 137.825 192.4)" gradientUnits="userSpaceOnUse">
4
- <stop offset=".48" stop-color="#ffe600" />
5
- <stop offset="1" stop-color="#ffef89" />
6
- </linearGradient>
7
- <linearGradient id="linear-gradient-2" x1="38.01" y1="116.04" x2="230.27" y2="116.04" gradientUnits="userSpaceOnUse">
8
- <stop offset="0" stop-color="#009bdb" />
9
- <stop offset=".82" stop-color="#0ba3de" />
10
- <stop offset="1" stop-color="#0ea5df" />
11
- </linearGradient>
12
- <style>
13
- .cls-6{mix-blend-mode:multiply}.cls-3,.cls-6{fill:#003a5d}.cls-6{opacity:.25}
14
- </style>
15
- </defs>
16
- <g style="isolation:isolate">
17
- <g id="Layer_2" data-name="Layer 2">
18
- <g id="Layer_2-2" data-name="Layer 2">
19
- <path d="M300.74 30.75a16.63 16.63 0 0 0-.66-3.24 15.28 15.28 0 0 0-.56-1.52 16.6 16.6 0 0 0-15.3-10.14H31.86c-.53 0-1.06 0-1.58.08l-.51.07q-.52.06-1 .15l-.6.13c-.3.07-.6.14-.89.23l-.62.19q-.41.14-.81.3l-.62.25c-.25.1-.49.23-.73.35l-.63.31-.16.1a17 17 0 0 0-1.8 1.19l-.34.26c-.27.21-.53.44-.78.67l-.29.25c-.26.25-.51.51-.76.77l-.19.21c-.26.29-.51.59-.76.9a16.57 16.57 0 0 0-2.95 6.05 16.73 16.73 0 0 0-.53 4.09v252.41a16.57 16.57 0 0 0 2.39 8.55l.19.29c.15.23.29.45.45.68l.14.18a16.54 16.54 0 0 0 13.44 6.89h252.3a16.2 16.2 0 0 0 4.09-.53 16.42 16.42 0 0 0 6.05-2.95h.05c.31-.24.61-.5.9-.76l.21-.19c.27-.25.52-.5.77-.76l.26-.28c.23-.26.45-.51.67-.78l.25-.34a17.25 17.25 0 0 0 1.16-1.76l.13-.21c.11-.2.21-.42.32-.62s.24-.49.35-.74.17-.41.25-.62.2-.53.29-.81.13-.41.19-.62.16-.59.23-.89.09-.39.13-.59.11-.68.16-1c0-.17.05-.34.06-.51.05-.52.08-1.05.08-1.58V32.45c0-.57-.03-1.14-.08-1.7Z" style="mix-blend-mode:multiply;fill:#96a6ae;opacity:.16" />
20
- <rect class="cls-3" x=".52" width="285.56" height="285.56" rx="16.6" />
21
- <path d="M269.48 0H17.12A16.6 16.6 0 0 0 1.05 12.51 16.67 16.67 0 0 1 5.14 12H257.5a16.6 16.6 0 0 1 16.6 16.6V281a16.59 16.59 0 0 1-.53 4.08A16.58 16.58 0 0 0 286.08 269V16.6A16.6 16.6 0 0 0 269.48 0Z" style="fill:#fff;opacity:.37" />
22
- <g style="opacity:.3;mix-blend-mode:multiply">
23
- <path class="cls-3" d="M46.65 105.71a10.29 10.29 0 0 0-18.38 9 2.41 2.41 0 0 1-.58 2.53l-18 18a2.4 2.4 0 0 0-.69 1.65V188l-8.9 8.9v6.69L13 190.7a2.37 2.37 0 0 0 .7-1.68v-51.15L30.64 121a2.46 2.46 0 0 1 2.84-.45 10.3 10.3 0 0 0 13.17-14.8ZM255.35 239.72a10.33 10.33 0 0 0-11.33-.65 10.06 10.06 0 0 0-4.32 5 2.48 2.48 0 0 1-2.28 1.56H215a2.35 2.35 0 0 0-1.67.69l-39.47 39.47h6.69L216 250.33h21.4a2.47 2.47 0 0 1 2.28 1.57 10.1 10.1 0 0 0 4.31 5 10.31 10.31 0 0 0 11.36-17.16ZM163 30.24h-21.49a2.46 2.46 0 0 1-2.29-1.56 10.12 10.12 0 0 0-4.31-5 10.31 10.31 0 1 0 0 17.81 10.13 10.13 0 0 0 4.32-5 2.46 2.46 0 0 1 2.26-1.49h22.44a2.33 2.33 0 0 0 1.67-.7L199.68.21H193ZM178.94 257a10.39 10.39 0 1 0-14.7 0 10.39 10.39 0 0 0 14.7 0Z" />
24
- <circle class="cls-3" cx="252.08" cy="142.61" r="9.6" transform="rotate(-45 252.083 142.614)" />
25
- <circle class="cls-3" cx="61.37" cy="221.8" r="9.6" transform="rotate(-45 61.372 221.799)" />
26
- <circle class="cls-3" cx="38.13" cy="164.87" r="9.6" transform="rotate(-45 38.13 164.866)" />
27
- <path class="cls-3" d="m246.52 97-36.18 36.18h-23.91a2.48 2.48 0 0 1-2.33-1.69 10.33 10.33 0 1 0-.44 7.8 2.42 2.42 0 0 1 2.2-1.38h25.46a2.4 2.4 0 0 0 1.68-.69L249.17 101h36.42v-4.72h-37.4a2.36 2.36 0 0 0-1.67.72ZM143.61 215.51l-36.18 36.17H83.52a2.47 2.47 0 0 1-2.33-1.68 10.33 10.33 0 1 0-.44 7.81 2.42 2.42 0 0 1 2.2-1.38h25.46a2.33 2.33 0 0 0 1.67-.7l36.18-36.17h36.41v-4.73h-37.39a2.36 2.36 0 0 0-1.67.68ZM203.88 43.83a2.46 2.46 0 0 1-.5-2.73 10.13 10.13 0 0 0 .47-6.57 10.31 10.31 0 1 0-12.61 12.57 10.09 10.09 0 0 0 6.56-.45 2.46 2.46 0 0 1 2.72.51L216.39 63a2.36 2.36 0 0 0 1.67.69h67.53V59H219ZM65.55 26.65l15.16 15.16a2.48 2.48 0 0 1 .51 2.73 10.06 10.06 0 0 0-.48 6.57 10.31 10.31 0 1 0 12.61-12.57 10.1 10.1 0 0 0-6.56.45 2.47 2.47 0 0 1-2.72-.51L68.2 22.61a2.36 2.36 0 0 0-1.67-.69H0v4.73ZM152.9 285.76h6.69l-11.34-11.34a2.46 2.46 0 0 1-.5-2.73 10.13 10.13 0 0 0 .47-6.57 10.31 10.31 0 1 0-12.61 12.57 10.09 10.09 0 0 0 6.56-.45 2.47 2.47 0 0 1 2.72.51ZM142.22 56.61A10.39 10.39 0 1 0 152.62 67a10.39 10.39 0 0 0-10.4-10.39Z" />
28
- <path class="cls-3" d="M250.75 33.33a10.33 10.33 0 1 0-.09 7.8 2.42 2.42 0 0 1 2.24-1.49h32.69v-4.73H253a2.45 2.45 0 0 1-2.25-1.58ZM250.75 206.24a10.34 10.34 0 1 0-.09 7.79 2.42 2.42 0 0 1 2.24-1.48h32.69v-4.73H253a2.47 2.47 0 0 1-2.25-1.58Z" />
29
- <circle class="cls-3" cx="33.94" cy="52.69" r="9.6" />
30
- <path class="cls-3" d="M23.42 245.66a10.28 10.28 0 0 0-2.23 11.17 2.42 2.42 0 0 1-.54 2.64L2.4 277.72a16.7 16.7 0 0 0 3 3.67l18.48-18.48a2.45 2.45 0 0 1 2.73-.5 10.31 10.31 0 1 0-3.22-16.75Z" />
31
- </g>
32
- <path class="cls-6" d="m225.54 112.38-5.44-3.89-10.88-7.79-5.43-3.89-10.88-7.78.01 2 .01 2 .01 2v2.01l.03 6 .01 2v1.39l.01.7v.7H44.16v25.02h148.93l.01 1.96v.65l.01 2.03.01 2.02.01 4.05.01 2.02.01 2.02.02 4.05 5.4-3.94 5.41-3.93 10.81-7.87 5.41-3.94 5.4-3.94 10.82-7.87-10.88-7.78zM154.41 176.52H86.83v-1.96l-.01-.65-.01-2.03v-2.02l-.02-4.05-.01-2.02-.01-2.03-.02-4.04-5.4 3.93-5.41 3.94-10.81 7.87-5.4 3.94-5.41 3.94-10.81 7.87 10.87 7.78 5.44 3.89 10.88 7.78 5.44 3.9 10.87 7.78-.01-2v-2l-.01-2.01-.01-2-.03-6v-2l-.01-1.4v-1.39H235.77v-25.02h-81.36z" />
33
- <path style="fill:url(#linear-gradient)" d="m81.5 211.96-.01-2-.01-2-.02-6.01-.01-2-.01-1.39v-1.4h67.47v-25.02H81.33v-1.96l-.01-.65-.01-2.03v-2.02l-.02-4.04-.01-2.03-.01-2.02-.01-4.05-5.41 3.94-5.41 3.93-10.81 7.88-5.4 3.93-5.41 3.94-10.81 7.87 10.87 7.78 5.44 3.89 10.88 7.79 5.44 3.89 10.87 7.78-.01-2v-2z" />
34
- <path style="fill:#009bdb" d="M148.81 172.14h81.46v25.02h-81.46z" />
35
- <path style="fill:url(#linear-gradient-2)" d="m219.39 108.07-5.44-3.89-10.87-7.78-5.44-3.89-10.88-7.78.01 2 .01 2 .01 2 .01 2 .02 6.01.01 2 .01 1.39v1.39H38.01v25.03h148.93l.01 1.96v.65l.01 2.02.01 2.03.02 4.04.01 2.03v2.02l.02 4.05 5.41-3.94 5.4-3.94 10.82-7.87 5.4-3.93 5.41-3.94 10.81-7.87-10.88-7.79z" />
36
- </g>
37
- </g>
38
- </g>
39
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.82 301.41">
2
+ <defs>
3
+ <linearGradient id="linear-gradient" x1="45.38" y1="200.15" x2="237.64" y2="200.15" gradientTransform="rotate(180 137.825 192.4)" gradientUnits="userSpaceOnUse">
4
+ <stop offset=".48" stop-color="#ffe600" />
5
+ <stop offset="1" stop-color="#ffef89" />
6
+ </linearGradient>
7
+ <linearGradient id="linear-gradient-2" x1="38.01" y1="116.04" x2="230.27" y2="116.04" gradientUnits="userSpaceOnUse">
8
+ <stop offset="0" stop-color="#009bdb" />
9
+ <stop offset=".82" stop-color="#0ba3de" />
10
+ <stop offset="1" stop-color="#0ea5df" />
11
+ </linearGradient>
12
+ <style>
13
+ .cls-6{mix-blend-mode:multiply}.cls-3,.cls-6{fill:#003a5d}.cls-6{opacity:.25}
14
+ </style>
15
+ </defs>
16
+ <g style="isolation:isolate">
17
+ <g id="Layer_2" data-name="Layer 2">
18
+ <g id="Layer_2-2" data-name="Layer 2">
19
+ <path d="M300.74 30.75a16.63 16.63 0 0 0-.66-3.24 15.28 15.28 0 0 0-.56-1.52 16.6 16.6 0 0 0-15.3-10.14H31.86c-.53 0-1.06 0-1.58.08l-.51.07q-.52.06-1 .15l-.6.13c-.3.07-.6.14-.89.23l-.62.19q-.41.14-.81.3l-.62.25c-.25.1-.49.23-.73.35l-.63.31-.16.1a17 17 0 0 0-1.8 1.19l-.34.26c-.27.21-.53.44-.78.67l-.29.25c-.26.25-.51.51-.76.77l-.19.21c-.26.29-.51.59-.76.9a16.57 16.57 0 0 0-2.95 6.05 16.73 16.73 0 0 0-.53 4.09v252.41a16.57 16.57 0 0 0 2.39 8.55l.19.29c.15.23.29.45.45.68l.14.18a16.54 16.54 0 0 0 13.44 6.89h252.3a16.2 16.2 0 0 0 4.09-.53 16.42 16.42 0 0 0 6.05-2.95h.05c.31-.24.61-.5.9-.76l.21-.19c.27-.25.52-.5.77-.76l.26-.28c.23-.26.45-.51.67-.78l.25-.34a17.25 17.25 0 0 0 1.16-1.76l.13-.21c.11-.2.21-.42.32-.62s.24-.49.35-.74.17-.41.25-.62.2-.53.29-.81.13-.41.19-.62.16-.59.23-.89.09-.39.13-.59.11-.68.16-1c0-.17.05-.34.06-.51.05-.52.08-1.05.08-1.58V32.45c0-.57-.03-1.14-.08-1.7Z" style="mix-blend-mode:multiply;fill:#96a6ae;opacity:.16" />
20
+ <rect class="cls-3" x=".52" width="285.56" height="285.56" rx="16.6" />
21
+ <path d="M269.48 0H17.12A16.6 16.6 0 0 0 1.05 12.51 16.67 16.67 0 0 1 5.14 12H257.5a16.6 16.6 0 0 1 16.6 16.6V281a16.59 16.59 0 0 1-.53 4.08A16.58 16.58 0 0 0 286.08 269V16.6A16.6 16.6 0 0 0 269.48 0Z" style="fill:#fff;opacity:.37" />
22
+ <g style="opacity:.3;mix-blend-mode:multiply">
23
+ <path class="cls-3" d="M46.65 105.71a10.29 10.29 0 0 0-18.38 9 2.41 2.41 0 0 1-.58 2.53l-18 18a2.4 2.4 0 0 0-.69 1.65V188l-8.9 8.9v6.69L13 190.7a2.37 2.37 0 0 0 .7-1.68v-51.15L30.64 121a2.46 2.46 0 0 1 2.84-.45 10.3 10.3 0 0 0 13.17-14.8ZM255.35 239.72a10.33 10.33 0 0 0-11.33-.65 10.06 10.06 0 0 0-4.32 5 2.48 2.48 0 0 1-2.28 1.56H215a2.35 2.35 0 0 0-1.67.69l-39.47 39.47h6.69L216 250.33h21.4a2.47 2.47 0 0 1 2.28 1.57 10.1 10.1 0 0 0 4.31 5 10.31 10.31 0 0 0 11.36-17.16ZM163 30.24h-21.49a2.46 2.46 0 0 1-2.29-1.56 10.12 10.12 0 0 0-4.31-5 10.31 10.31 0 1 0 0 17.81 10.13 10.13 0 0 0 4.32-5 2.46 2.46 0 0 1 2.26-1.49h22.44a2.33 2.33 0 0 0 1.67-.7L199.68.21H193ZM178.94 257a10.39 10.39 0 1 0-14.7 0 10.39 10.39 0 0 0 14.7 0Z" />
24
+ <circle class="cls-3" cx="252.08" cy="142.61" r="9.6" transform="rotate(-45 252.083 142.614)" />
25
+ <circle class="cls-3" cx="61.37" cy="221.8" r="9.6" transform="rotate(-45 61.372 221.799)" />
26
+ <circle class="cls-3" cx="38.13" cy="164.87" r="9.6" transform="rotate(-45 38.13 164.866)" />
27
+ <path class="cls-3" d="m246.52 97-36.18 36.18h-23.91a2.48 2.48 0 0 1-2.33-1.69 10.33 10.33 0 1 0-.44 7.8 2.42 2.42 0 0 1 2.2-1.38h25.46a2.4 2.4 0 0 0 1.68-.69L249.17 101h36.42v-4.72h-37.4a2.36 2.36 0 0 0-1.67.72ZM143.61 215.51l-36.18 36.17H83.52a2.47 2.47 0 0 1-2.33-1.68 10.33 10.33 0 1 0-.44 7.81 2.42 2.42 0 0 1 2.2-1.38h25.46a2.33 2.33 0 0 0 1.67-.7l36.18-36.17h36.41v-4.73h-37.39a2.36 2.36 0 0 0-1.67.68ZM203.88 43.83a2.46 2.46 0 0 1-.5-2.73 10.13 10.13 0 0 0 .47-6.57 10.31 10.31 0 1 0-12.61 12.57 10.09 10.09 0 0 0 6.56-.45 2.46 2.46 0 0 1 2.72.51L216.39 63a2.36 2.36 0 0 0 1.67.69h67.53V59H219ZM65.55 26.65l15.16 15.16a2.48 2.48 0 0 1 .51 2.73 10.06 10.06 0 0 0-.48 6.57 10.31 10.31 0 1 0 12.61-12.57 10.1 10.1 0 0 0-6.56.45 2.47 2.47 0 0 1-2.72-.51L68.2 22.61a2.36 2.36 0 0 0-1.67-.69H0v4.73ZM152.9 285.76h6.69l-11.34-11.34a2.46 2.46 0 0 1-.5-2.73 10.13 10.13 0 0 0 .47-6.57 10.31 10.31 0 1 0-12.61 12.57 10.09 10.09 0 0 0 6.56-.45 2.47 2.47 0 0 1 2.72.51ZM142.22 56.61A10.39 10.39 0 1 0 152.62 67a10.39 10.39 0 0 0-10.4-10.39Z" />
28
+ <path class="cls-3" d="M250.75 33.33a10.33 10.33 0 1 0-.09 7.8 2.42 2.42 0 0 1 2.24-1.49h32.69v-4.73H253a2.45 2.45 0 0 1-2.25-1.58ZM250.75 206.24a10.34 10.34 0 1 0-.09 7.79 2.42 2.42 0 0 1 2.24-1.48h32.69v-4.73H253a2.47 2.47 0 0 1-2.25-1.58Z" />
29
+ <circle class="cls-3" cx="33.94" cy="52.69" r="9.6" />
30
+ <path class="cls-3" d="M23.42 245.66a10.28 10.28 0 0 0-2.23 11.17 2.42 2.42 0 0 1-.54 2.64L2.4 277.72a16.7 16.7 0 0 0 3 3.67l18.48-18.48a2.45 2.45 0 0 1 2.73-.5 10.31 10.31 0 1 0-3.22-16.75Z" />
31
+ </g>
32
+ <path class="cls-6" d="m225.54 112.38-5.44-3.89-10.88-7.79-5.43-3.89-10.88-7.78.01 2 .01 2 .01 2v2.01l.03 6 .01 2v1.39l.01.7v.7H44.16v25.02h148.93l.01 1.96v.65l.01 2.03.01 2.02.01 4.05.01 2.02.01 2.02.02 4.05 5.4-3.94 5.41-3.93 10.81-7.87 5.41-3.94 5.4-3.94 10.82-7.87-10.88-7.78zM154.41 176.52H86.83v-1.96l-.01-.65-.01-2.03v-2.02l-.02-4.05-.01-2.02-.01-2.03-.02-4.04-5.4 3.93-5.41 3.94-10.81 7.87-5.4 3.94-5.41 3.94-10.81 7.87 10.87 7.78 5.44 3.89 10.88 7.78 5.44 3.9 10.87 7.78-.01-2v-2l-.01-2.01-.01-2-.03-6v-2l-.01-1.4v-1.39H235.77v-25.02h-81.36z" />
33
+ <path style="fill:url(#linear-gradient)" d="m81.5 211.96-.01-2-.01-2-.02-6.01-.01-2-.01-1.39v-1.4h67.47v-25.02H81.33v-1.96l-.01-.65-.01-2.03v-2.02l-.02-4.04-.01-2.03-.01-2.02-.01-4.05-5.41 3.94-5.41 3.93-10.81 7.88-5.4 3.93-5.41 3.94-10.81 7.87 10.87 7.78 5.44 3.89 10.88 7.79 5.44 3.89 10.87 7.78-.01-2v-2z" />
34
+ <path style="fill:#009bdb" d="M148.81 172.14h81.46v25.02h-81.46z" />
35
+ <path style="fill:url(#linear-gradient-2)" d="m219.39 108.07-5.44-3.89-10.87-7.78-5.44-3.89-10.88-7.78.01 2 .01 2 .01 2 .01 2 .02 6.01.01 2 .01 1.39v1.39H38.01v25.03h148.93l.01 1.96v.65l.01 2.02.01 2.03.02 4.04.01 2.03v2.02l.02 4.05 5.41-3.94 5.4-3.94 10.82-7.87 5.4-3.93 5.41-3.94 10.81-7.87-10.88-7.79z" />
36
+ </g>
37
+ </g>
38
+ </g>
39
+ </svg>