@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,162 +1,162 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Graphic elements / Icons / Rich icons / Marketplace / Practice-Home-Automation-IOT</title>
4
- <defs>
5
- <linearGradient x1="49.9811818%" y1="100%" x2="49.9811818%" y2="0%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="0%"></stop>
7
- <stop stop-color="#023852" offset="100%"></stop>
8
- </linearGradient>
9
- <linearGradient x1="-0.00795273017%" y1="49.9995303%" x2="100.009612%" y2="49.9995303%" id="linearGradient-2">
10
- <stop stop-color="#FFFFFF" offset="0%"></stop>
11
- <stop stop-color="#023852" offset="100%"></stop>
12
- </linearGradient>
13
- <linearGradient x1="-0.0197628458%" y1="50%" x2="99.9407115%" y2="50%" id="linearGradient-3">
14
- <stop stop-color="#FFFFFF" offset="0%"></stop>
15
- <stop stop-color="#023852" offset="100%"></stop>
16
- </linearGradient>
17
- <linearGradient x1="100%" y1="49.9876421%" x2="1.83454636e-13%" y2="49.9876421%" id="linearGradient-4">
18
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
19
- <stop stop-color="#FBFBFC" stop-opacity="0.04" offset="11%"></stop>
20
- <stop stop-color="#EFF2F3" stop-opacity="0.16" offset="28%"></stop>
21
- <stop stop-color="#DCE2E6" stop-opacity="0.35" offset="48%"></stop>
22
- <stop stop-color="#C2CCD2" stop-opacity="0.62" offset="71%"></stop>
23
- <stop stop-color="#A1B1BA" stop-opacity="0.96" offset="97%"></stop>
24
- <stop stop-color="#9DADB7" offset="100%"></stop>
25
- </linearGradient>
26
- <linearGradient x1="-0.185546736%" y1="49.9604786%" x2="100%" y2="49.9604786%" id="linearGradient-5">
27
- <stop stop-color="#FFFFFF" offset="0%"></stop>
28
- <stop stop-color="#023852" offset="100%"></stop>
29
- </linearGradient>
30
- <linearGradient x1="0%" y1="50.0043084%" x2="100.087643%" y2="50.0043084%" id="linearGradient-6">
31
- <stop stop-color="#FFFFFF" offset="0%"></stop>
32
- <stop stop-color="#023852" offset="100%"></stop>
33
- </linearGradient>
34
- <linearGradient x1="-0.0151721444%" y1="50.0077499%" x2="99.9844316%" y2="50.0077499%" id="linearGradient-7">
35
- <stop stop-color="#FFFFFF" offset="0%"></stop>
36
- <stop stop-color="#023852" offset="100%"></stop>
37
- </linearGradient>
38
- <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-8">
39
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
40
- <stop stop-color="#FBFBFC" stop-opacity="0.04" offset="6%"></stop>
41
- <stop stop-color="#EFF2F3" stop-opacity="0.16" offset="16%"></stop>
42
- <stop stop-color="#DCE2E6" stop-opacity="0.35" offset="27%"></stop>
43
- <stop stop-color="#C2CCD2" stop-opacity="0.62" offset="40%"></stop>
44
- <stop stop-color="#A1B1BA" stop-opacity="0.96" offset="54%"></stop>
45
- <stop stop-color="#9DADB7" offset="55%"></stop>
46
- </linearGradient>
47
- <linearGradient x1="4.14612829e-13%" y1="50.0760264%" x2="100%" y2="50.0760264%" id="linearGradient-9">
48
- <stop stop-color="#FFFFFF" offset="0%"></stop>
49
- <stop stop-color="#023852" offset="100%"></stop>
50
- </linearGradient>
51
- <linearGradient x1="136.025572%" y1="62.292174%" x2="-15.0949293%" y2="37.7892626%" id="linearGradient-10">
52
- <stop stop-color="#FFFFFF" offset="0%"></stop>
53
- <stop stop-color="#0099DA" offset="100%"></stop>
54
- </linearGradient>
55
- <linearGradient x1="0.023311586%" y1="49.9121924%" x2="99.7717881%" y2="49.9121924%" id="linearGradient-11">
56
- <stop stop-color="#FFFFFF" offset="0%"></stop>
57
- <stop stop-color="#0099DA" offset="100%"></stop>
58
- </linearGradient>
59
- </defs>
60
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Practice-Home-Automation-IOT" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
61
- <g id="home-automation-IOT" transform="translate(82.000000, 0.000000)">
62
- <g id="Midlayer" transform="translate(0.000000, 0.877952)" stroke="#023852">
63
- <path d="M248.411574,221.876433 C248.411574,218.497297 245.815272,215.758509 242.656527,215.758509 C239.497782,215.758509 236.897143,218.497297 236.897143,221.876433 C236.88911,223.457243 237.476084,224.983246 238.541504,226.151192 C239.264696,226.932088 239.669158,227.955507 239.675191,229.019781 L239.675191,229.019781 L245.633536,229.019781 L245.633536,229.019781 C245.639057,227.954597 246.045328,226.930512 246.771549,226.151192 C247.833932,224.981689 248.419106,223.456353 248.411574,221.876433 L248.411574,221.876433 Z" id="Path"></path>
64
- <line x1="240.177128" y1="230.451911" x2="245.135925" y2="230.451911" id="Path"></line>
65
- <line x1="240.177128" y1="232.100376" x2="245.135925" y2="232.100376" id="Path"></line>
66
- <line x1="240.389154" y1="233.649327" x2="244.919573" y2="233.649327" id="Path"></line>
67
- <line x1="234.664469" y1="222.213914" x2="230.17732" y2="222.213914" id="Path"></line>
68
- <line x1="255.261218" y1="222.213914" x2="250.778396" y2="222.213914" id="Path"></line>
69
- <line x1="242.721432" y1="209.670872" x2="242.721432" y2="214.153311" id="Path"></line>
70
- <line x1="237.02271" y1="227.907824" x2="233.850984" y2="231.07928" id="Path"></line>
71
- <line x1="251.587554" y1="213.344222" x2="248.420155" y2="216.515678" id="Path"></line>
72
- <line x1="248.420155" y1="227.907824" x2="251.587554" y2="231.07928" id="Path"></line>
73
- <line x1="233.850984" y1="213.344222" x2="237.02271" y2="216.515678" id="Path"></line>
74
- <path d="M240.190109,229.058721 L245.118617,229.058721 L245.118617,232.913792 C245.118617,234.058391 244.190657,234.986271 243.045961,234.986271 L242.262765,234.986271 C241.118069,234.986271 240.190109,234.058391 240.190109,232.913792 L240.190109,229.058721 Z" id="Path"></path>
75
- <path d="M241.245909,228.911614 L241.245909,224.12198 C241.244234,224.055648 241.280635,223.994198 241.339614,223.963789 C241.398594,223.93338 241.469769,223.939367 241.52284,223.979199 L241.851696,224.208513 C242.034275,224.345451 242.29183,224.317046 242.440174,224.143613 L242.440174,224.143613 C242.522383,224.047489 242.64254,223.992146 242.76903,223.992146 C242.89552,223.992146 243.015677,224.047489 243.097886,224.143613 L243.097886,224.143613 C243.248669,224.314307 243.505972,224.3389 243.686364,224.19986 L243.980603,223.983526 C244.034462,223.944642 244.105534,223.939103 244.164767,223.969173 C244.224001,223.999243 244.261471,224.059883 244.261862,224.126307 L244.261862,228.885654" id="Path" stroke-linecap="round" stroke-linejoin="round"></path>
76
- <line x1="252.742876" y1="103.8403" x2="252.742876" y2="126.672185" id="Path"></line>
77
- <line x1="256.420867" y1="105.345984" x2="252.652008" y2="107.842478" id="Path"></line>
78
- <line x1="248.956709" y1="105.345984" x2="252.72124" y2="107.842478" id="Path"></line>
79
- <line x1="248.956709" y1="125.162174" x2="252.72124" y2="122.670007" id="Path"></line>
80
- <line x1="256.420867" y1="125.162174" x2="252.652008" y2="122.670007" id="Path"></line>
81
- <line x1="243.162791" y1="108.958761" x2="262.210457" y2="121.553724" id="Path"></line>
82
- <line x1="246.481637" y1="106.678601" x2="246.481637" y2="111.195654" id="Path"></line>
83
- <line x1="242.362287" y1="112.904692" x2="246.520581" y2="111.135081" id="Path"></line>
84
- <line x1="258.895938" y1="123.833884" x2="258.891611" y2="119.316831" id="Path"></line>
85
- <line x1="263.010961" y1="117.607793" x2="258.852668" y2="119.373078" id="Path"></line>
86
- <line x1="242.721432" y1="120.826842" x2="262.651816" y2="109.685643" id="Path"></line>
87
- <line x1="242.215168" y1="116.833317" x2="246.230668" y2="118.905796" id="Path"></line>
88
- <line x1="245.858542" y1="123.349296" x2="246.196052" y2="118.840896" id="Path"></line>
89
- <line x1="263.15808" y1="113.679168" x2="259.14258" y2="111.606689" id="Path"></line>
90
- <line x1="259.514706" y1="107.163189" x2="259.177196" y2="111.671589" id="Path"></line>
91
- <path d="M29.4455619,122.56184 C31.3844206,120.619369 32.4672184,117.983123 32.453406,115.238758 C32.4395937,112.494394 31.3303149,109.869178 29.3720021,107.946318" id="Path"></path>
92
- <path d="M27.5459878,120.662428 C28.9796174,119.222665 29.7780067,117.269496 29.7633775,115.237835 C29.7487483,113.206174 28.9223152,111.264702 27.4681009,109.84573" id="Path"></path>
93
- <path d="M25.6593948,118.775996 C26.5948521,117.837934 27.114021,116.563302 27.1001875,115.238651 C27.0863539,113.914 26.5406788,112.650487 25.585835,111.732162" id="Path"></path>
94
- <path d="M11.7738977,110.070718 L15.7071844,110.070718 L15.7071844,120.454747 L11.7738977,120.454747 C11.3126735,120.454747 10.9387774,120.080883 10.9387774,119.619698 L10.9387774,110.90144 C10.9411585,110.441946 11.3143581,110.070718 11.7738977,110.070718 L11.7738977,110.070718 Z" id="Path"></path>
95
- <path d="M15.7071844,120.441767 L21.4145607,125.404468 C21.6076025,125.575081 21.8828903,125.616333 22.1174699,125.5098 C22.3520494,125.403267 22.5021183,125.168842 22.5006605,124.911227 L22.5006605,105.601258 C22.5000785,105.344607 22.3502441,105.111736 22.1168966,105.004833 C21.8835491,104.89793 21.6093258,104.936528 21.4145607,105.10369 L15.7071844,110.070718 L15.7071844,120.441767 Z" id="Path"></path>
96
- <path d="M139.910771,28.7248229 L136.046717,31.3208304 C135.838944,31.4594547 135.571343,31.4711439 135.352272,31.3511648 C135.1332,31.2311857 134.998957,30.9994179 135.003899,30.7497087 L135.003899,25.5879805 C135.003824,25.3405972 135.139958,25.1132626 135.35808,24.9965182 C135.576202,24.8797739 135.840887,24.892581 136.046717,25.0298389 L139.910771,27.6258464 C140.091949,27.750097 140.200236,27.9556577 140.200236,28.1753346 C140.200236,28.3950115 140.091949,28.6005722 139.910771,28.7248229 Z" id="Path"></path>
97
- <rect id="Rectangle" x="125.449777" y="20.4998058" width="24.3136829" height="15.4548979" rx="1.38"></rect>
98
- <line x1="132.970186" y1="38.2132302" x2="142.24305" y2="38.2132302" id="Path"></line>
99
- <path d="M35.2005358,222.724462 L35.2005358,212.059198 C35.2005358,211.330532 34.9110494,210.631709 34.3957602,210.116464 C33.8804711,209.601219 33.1815891,209.311757 32.4528603,209.311757 L32.4528603,209.311757 C30.9370511,209.314144 29.7095099,210.543517 29.7095118,212.059198 L29.7095118,222.724462 C29.7091933,223.257494 29.4145874,223.746798 28.9436243,223.996506 C25.8921097,225.609959 24.3330711,229.095241 25.1643293,232.445243 C25.9955876,235.795245 29.0031523,238.147578 32.4550238,238.147578 C35.9068953,238.147578 38.91446,235.795245 39.7457183,232.445243 C40.5769765,229.095241 39.0179379,225.609959 35.9664233,223.996506 C35.4954602,223.746798 35.2008542,223.257494 35.2005358,222.724462 L35.2005358,222.724462 Z" id="Path"></path>
100
- <ellipse id="Oval" cx="32.4528603" cy="230.187984" rx="4.03713582" ry="4.03679164"></ellipse>
101
- <line x1="32.4528603" y1="226.151192" x2="32.4528603" y2="213.499983" id="Path"></line>
102
- <line x1="35.2438062" y1="213.824483" x2="38.1559096" y2="213.824483" id="Path"></line>
103
- <line x1="35.2438062" y1="216.961326" x2="38.1559096" y2="216.961326" id="Path"></line>
104
- <line x1="35.2438062" y1="220.102495" x2="38.1559096" y2="220.102495" id="Path"></line>
105
- <polygon id="Path" points="231.250428 102.83651 252.933266 83.3404937 274.127147 102.83651 274.127147 134.291467 231.250428 134.291467"></polygon>
106
- <polygon id="Path" points="115.765843 19.7859037 137.448681 0.294214182 158.642562 19.7859037 158.642562 51.2408611 115.765843 51.2408611"></polygon>
107
- <polygon id="Path" points="0.259622882 102.83651 21.9467876 83.3404937 43.1363419 102.83651 43.1363419 134.291467 0.259622882 134.291467"></polygon>
108
- <polygon id="Path" points="220.960708 212.331779 242.647873 192.835763 263.837427 212.331779 263.837427 243.786737 220.960708 243.786737"></polygon>
109
- <polygon id="Path" points="10.0776949 214.062451 31.7605326 194.570761 52.9544139 214.062451 52.9544139 245.521735 10.0776949 245.521735"></polygon>
110
- <ellipse id="Oval" cx="137.202039" cy="149.988659" rx="82.421611" ry="82.4145844"></ellipse>
111
- <ellipse id="Oval" cx="137.202039" cy="149.988659" rx="63.9407888" ry="63.9353378"></ellipse>
112
- <line x1="137.202039" y1="85.7461274" x2="137.202039" y2="51.0894274" id="Path"></line>
113
- <line x1="198.152838" y1="130.124875" x2="231.267736" y2="119.424998" id="Path"></line>
114
- <line x1="188.347747" y1="187.838449" x2="221.302545" y2="212.690894" id="Path"></line>
115
- <line x1="85.9784445" y1="188.38361" x2="53.1058605" y2="212.690894" id="Path"></line>
116
- <line x1="76.4502847" y1="130.393129" x2="43.1363419" y2="119.424998" id="Path"></line>
117
- <rect id="Rectangle" x="0.216352402" y="138.5619" width="15.2485173" height="2.4489004"></rect>
118
- <rect id="Rectangle" x="0.216352402" y="144.004862" width="15.2485173" height="2.4489004"></rect>
119
- <rect id="Rectangle" x="231.367258" y="138.5619" width="15.2485173" height="2.4489004"></rect>
120
- <rect id="Rectangle" x="231.367258" y="144.004862" width="15.2485173" height="2.4489004"></rect>
121
- <rect id="Rectangle" x="163.302793" y="43.2797715" width="15.2485173" height="2.4489004"></rect>
122
- <rect id="Rectangle" x="163.302793" y="48.7227339" width="15.2485173" height="2.4489004"></rect>
123
- <rect id="Rectangle" x="10.0171162" y="249.363826" width="15.2485173" height="2.4489004"></rect>
124
- <rect id="Rectangle" x="10.0171162" y="254.806788" width="15.2485173" height="2.4489004"></rect>
125
- <rect id="Rectangle" x="221.293891" y="249.363826" width="15.2485173" height="2.4489004"></rect>
126
- <rect id="Rectangle" x="221.293891" y="254.806788" width="15.2485173" height="2.4489004"></rect>
127
- </g>
128
- <g id="Ilus" transform="translate(92.438915, 60.515962)" fill-rule="nonzero">
129
- <rect id="Rectangle" fill="#D8DEE2" style="mix-blend-mode: multiply;" transform="translate(52.502488, 265.806370) rotate(-180.000000) translate(-52.502488, -265.806370) " x="1.9899216" y="263.328266" width="101.025132" height="4.95620719" rx="2.4781036"></rect>
130
- <rect id="Rectangle" fill="#FFE700" x="59.63304" y="252.199525" width="10.4793923" height="6.77853315"></rect>
131
- <polygon id="Path" fill="#FFE700" points="33.2213534 248.689058 34.1990854 255.316092 42.1286215 259.878399 49.7911118 256.476147 48.7229288 251.017826"></polygon>
132
- <path d="M50.3208961,254.238279 C50.846797,253.98061 51.1347973,253.399975 51.022968,252.822838 L44.7258568,221.310883 L43.6146019,216.333033 C43.4241597,215.481462 43.3559891,214.60688 43.412164,213.735894 L43.5672228,211.407126 C43.6597836,210.02127 43.4358475,208.632491 42.91253,207.346932 L42.91253,207.346932 C42.5117463,206.353551 42.2872499,205.297283 42.2492228,204.226036 L41.6720594,188.292588 L43.071896,184.583007 L42.3052163,177.657303 L43.4035496,148.114845 L50.9626674,192.370096 L50.9626674,192.370096 C52.1459501,194.747979 52.8680504,197.330473 53.090419,199.979714 L53.6977328,206.961689 C53.8257358,208.430173 54.1072554,209.881028 54.5376347,211.290255 L56.6223145,218.146702 C57.3424044,220.503622 57.6427749,222.969798 57.5095956,225.431677 L57.4579093,226.444562 L58.1858243,254.147379 C58.2067461,254.878363 58.6936179,255.51269 59.3918374,255.718648 L76.237256,253.775122 C76.6934617,253.428258 76.9432646,252.872378 76.9005632,252.299082 L77.0427004,241.910525 L78.3908508,228.981101 C78.4477882,228.400067 78.3996333,227.813475 78.2487135,227.249675 L76.237256,219.982014 C76.0196985,219.174117 76.0196985,218.322628 76.237256,217.514732 L76.6679749,215.917491 C76.8427919,215.255069 76.8721856,214.562367 76.7541187,213.887394 L74.9450991,203.568094 C74.7396821,202.389451 74.9875608,201.176399 75.6385566,200.174499 L75.6385566,200.174499 C76.2171273,199.276788 76.478091,198.209455 76.3793932,197.144504 L72.3607853,154.399922 L57.2123995,120.264856 L29.4568697,118.347302 L14.4333924,155.932234 L21.4368826,195.720406 L24.9644709,206.927061 C25.2355976,207.788557 25.197493,208.718328 24.8567912,209.5545 L24.8567912,209.5545 C24.4622965,210.528369 24.4762771,211.621142 24.8955559,212.584496 L25.7569938,214.536679 C26.0152211,215.12545 26.1232891,215.769637 26.0714187,216.410947 L25.6406997,221.700454 L25.6406997,221.700454 C25.3894022,223.733059 25.4826079,225.793762 25.9163598,227.795074 L31.666458,249.390286 C31.7866113,249.932617 32.2367804,250.33804 32.7863273,250.398842 L50.3338177,254.246936" id="Path" fill="#1B4C63"></path>
133
- <polygon id="Path" fill="url(#linearGradient-1)" opacity="0.8" style="mix-blend-mode: multiply;" points="74.4067004 176.137976 72.3521709 154.399922 70.3277918 150.335399 62.9624976 158.113831"></polygon>
134
- <path d="M32.6398828,164.013665 L35.4955495,180.206828 C35.7593045,181.699766 35.6194813,183.236485 35.0906737,184.656593 L31.5846214,194.105851 C30.8350851,196.124939 30.8782035,198.355011 31.7052227,200.343313 L35.6807587,209.935414 L49.8298765,254.47635 L50.3208961,254.238279 C50.846797,253.98061 51.1347973,253.399975 51.022968,252.822838 L44.7258568,221.310883 L43.6146019,216.333033 C43.4241597,215.481462 43.3559891,214.60688 43.412164,213.735894 L43.5758372,211.30324 C43.6661195,209.972998 43.4494351,208.639775 42.9426803,207.407532 C42.5223157,206.396284 42.2873831,205.316977 42.2492228,204.221708 L41.6720594,188.292588 L43.071896,184.583007 L42.3052163,177.657303 L43.2140333,150.72497 C43.2202182,150.278316 42.9734392,149.866897 42.5775332,149.663827 C42.1816272,149.460757 41.7053174,149.501284 41.3490202,149.768357 L36.9169221,153.122995 C33.5634811,155.653544 31.9100965,159.863575 32.6398828,164.013665 Z" id="Path" fill="url(#linearGradient-2)" opacity="0.8" style="mix-blend-mode: multiply;"></path>
135
- <path d="M32.575275,252.502524 L23.5904775,258.934772 C23.0287053,259.337453 22.3551876,259.552473 21.6651637,259.549428 L14.2137257,259.549428 C12.6435965,259.561286 11.3756585,260.841308 11.3709805,262.419267 L11.3709805,262.419267 C11.3549717,263.370911 11.8039319,264.270053 12.5726864,264.82595 L14.0328237,265.882119 C14.8218951,266.448456 15.7681005,266.75129 16.7377388,266.747862 L29.0907586,266.747862 L37.4337848,266.397219 C37.6753598,266.386438 37.9148292,266.446602 38.1229352,266.570361 L38.1229352,266.570361 C38.3154363,266.686614 38.5358146,266.747862 38.7603992,266.747862 L50.7085432,266.747862 C51.3988253,266.731826 51.9546226,266.173271 51.9705497,265.479563 L52.0696151,260.536341 C52.096256,259.257631 51.8540844,257.987665 51.3589288,256.809447 L50.5405628,254.861592 C50.3014057,254.277643 49.6609013,253.97077 49.0588896,254.151708 L43.890262,255.718648 C41.1797102,256.538106 38.2437368,256.035135 35.9564188,254.359479 L33.4151769,252.489539 C33.1611072,252.313404 32.823833,252.318618 32.575275,252.502524 Z" id="Path" fill="#023852"></path>
136
- <path d="M59.2410846,255.506549 L59.2410846,265.57912 C59.2410846,265.716881 59.2955408,265.848999 59.3924714,265.946411 C59.489402,266.043822 59.620868,266.098548 59.7579485,266.098548 L61.3257656,266.098548 C61.611221,266.098548 61.8426283,265.865992 61.8426283,265.57912 L61.8426283,265.57912 C61.8437171,265.410279 61.9263978,265.252506 62.0643182,265.156085 C62.2022387,265.059664 62.3781876,265.036629 62.5360858,265.094321 L65.4348244,266.159148 C65.4913424,266.180045 65.5512034,266.190316 65.6114192,266.189498 L83.4991776,266.189498 C83.6601076,266.188566 83.811446,266.112402 83.9085449,265.983426 C84.0056439,265.854449 84.0374221,265.68738 83.9945044,265.531506 L82.4266874,259.956314 C81.957792,258.277015 80.6519417,256.964684 78.9809357,256.493461 L77.6887789,256.129862 C77.5805921,256.099129 77.4853267,256.033784 77.4174259,255.943734 L75.9831318,254.047822 C75.879653,253.915369 75.7199213,253.839923 75.5524128,253.84438 L69.7980075,254.182008 C69.6928145,254.186341 69.5917316,254.224246 69.5094258,254.290222 L64.9868767,257.839645 C64.8154692,257.976151 64.5767569,257.988319 64.3924846,257.869945 L60.0249943,255.060706 C59.8651922,254.963794 59.6658127,254.960993 59.503377,255.053377 C59.3409413,255.145761 59.2406849,255.318978 59.2410846,255.506549 L59.2410846,255.506549 Z" id="Path" fill="#023852"></path>
137
- <path d="M35.7496737,115.944948 L30.8739351,147.275103 C30.4713286,149.860584 29.3635841,152.283346 27.6736932,154.274393 L16.4750002,167.424575 L13.9552943,152.586253 L32.8638567,115.222078 L35.7496737,115.944948 Z" id="Path" fill="url(#linearGradient-3)" style="mix-blend-mode: multiply;"></path>
138
- <polygon id="Path" fill="#FFFFFF" points="55.4636805 72.3779393 56.2863537 49.5923719 52.9482818 40.4677564 50.0495432 36.1175483 32.8638567 41.1213697 26.8553272 50.6052561 25.2099807 69.6206432 27.8416736 90.3717849 34.0741769 91.9863398 29.8143664 104.015423 30.7662553 118.355959 39.845811 120.078728 50.3682752 118.953301 51.681968 106.772719 53.3273145 92.5490532"></polygon>
139
- <path d="M52.2849746,56.3189622 L43.7911967,50.7913844 L36.4474384,49.7525288 L32.0627194,56.5570333 L27.8976671,73.9492084 L32.8293991,92.6615959 L25.5933206,118.940315 L37.7611312,119.806029 L38.0884777,96.2716193 L38.5191966,77.6587888 C38.5386207,76.9569931 38.7600424,76.2758996 39.1566607,75.6979488 L52.2849746,56.3189622 Z" id="Path" fill="url(#linearGradient-4)" style="mix-blend-mode: multiply;"></path>
140
- <path d="M28.9744645,119.567957 L37.6663731,121.424912 C39.0357301,121.676632 40.4336793,121.732011 41.8185038,121.589397 L53.2756282,120.901156 L51.0789615,115.611649 L44.2822163,116.243619 C43.0570321,115.739161 41.690607,115.702213 40.4402032,116.139734 C39.7424385,116.477362 38.2392293,115.828077 38.0755561,116.325862 L29.4310266,114.46025 L28.9744645,119.567957 Z" id="Path" fill="#023852"></path>
141
- <path d="M32.8638567,41.8139402 L11.5088106,51.7350117 C10.8483885,52.0386898 10.3638493,52.6310051 10.1951178,53.3409094 L5.59934648,72.529439 C5.44218259,73.1735107 5.44218259,73.8462074 5.59934648,74.4902791 L5.6768759,74.8019358 C5.92741905,75.7972909 5.79675088,76.8509139 5.31076478,77.7540173 L3.44575168,81.2644837 C3.12495762,81.8613646 2.9313329,82.5188282 2.87720265,83.1950238 L2.32588239,89.9172856 C2.27925185,90.5168769 2.08859144,91.0961527 1.77025493,91.605426 L0.908817006,92.9689241 C0.405243485,93.7833817 0.228201794,94.7596227 0.413490202,95.7002487 L0.615928113,96.7088044 C0.662536734,96.9527307 0.685615359,97.2006076 0.684843147,97.4489891 L0.684843147,103.686452 C0.686115847,104.283189 0.856428593,104.867228 1.17586276,105.370263 L3.1485556,108.473845 C3.64642977,109.257013 4.4661157,109.776026 5.383987,109.889286 L8.85558182,110.322142 C9.33916946,110.385416 9.80831847,110.531837 10.2424969,110.754999 L15.6609414,113.542595 L10.3458694,137.713303 C10.3114119,137.877788 10.2812616,138.042274 10.2554184,138.202431 L8.30856874,150.84617 C8.22391347,151.400574 8.40243733,151.962831 8.79097398,152.365496 L12.9172616,156.620476 C13.3956229,157.10992 14.0861172,157.32606 14.7564316,157.196175 L19.2100656,156.330462 C19.8232996,156.211745 20.346879,155.813513 20.627131,155.252649 L28.7289546,139.094115 C28.9615796,138.632213 29.1283255,138.139693 29.2242815,137.63106 L34.3067652,111.001727 L34.3067652,98.7778586 L31.4424841,76.2303623 C31.344137,75.4742348 31.3167376,74.7104903 31.3606475,73.9492084 L32.6097325,51.2025981 L32.8638567,41.8139402 Z" id="Path" fill="#023852"></path>
142
- <path d="M17.2675231,79.7365002 C17.2860501,79.8179525 17.3004261,79.9003024 17.310595,79.9832284 L20.1016539,99.7041716 L12.8828041,95.2284351 C11.4199407,94.3120138 10.7215021,92.5449686 11.1599283,90.8695699 L14.4850786,77.9617884 C14.6318049,77.4103513 15.1335731,77.0303598 15.7014742,77.0404038 C16.2693753,77.0508524 16.7572477,77.4486994 16.8841832,78.0050741 L17.2675231,79.7365002 Z" id="Path" fill="url(#linearGradient-5)" style="mix-blend-mode: multiply;"></path>
143
- <path d="M51.1909484,38.091374 L52.7458439,42.5411391 C52.8589712,42.8614117 52.9001566,43.2028781 52.8664452,43.5410377 L47.7365824,98.6912873 L48.865066,121.849111 C48.9067882,122.669623 49.033824,123.483496 49.2440987,124.277436 L54.2275171,143.080724 C54.59681,144.469531 55.177996,145.79245 55.9503929,147.002404 L62.971112,158.100845 C63.6361493,159.151129 64.9648381,159.55576 66.0981316,159.053129 L72.1755762,156.352105 C73.1203543,155.929815 73.751754,155.013081 73.8123082,153.975722 L73.8123082,153.975722 C73.8580879,153.15427 74.2653769,152.395935 74.9235631,151.906668 L78.4899161,149.244601 C79.1093454,148.782451 79.4453526,148.030059 79.3771972,147.257789 L76.5043017,115.416863 C76.4757977,114.954556 76.7047005,114.514482 77.0986939,114.274122 L86.505596,108.646987 C86.917847,108.399528 87.2933851,108.094984 87.6211581,107.742317 L88.4438313,106.854961 C89.1296678,106.108842 89.5794207,105.17474 89.7359882,104.171251 L90.571583,98.8471157 C90.700131,98.0354281 90.6351795,97.2046702 90.3820666,96.4231191 L88.0432627,89.246358 C87.8792398,88.7392447 87.7497253,88.221508 87.6556156,87.6967316 L82.5343672,59.4009007 L81.0139292,51.4060407 C80.8015437,50.2976394 79.9762792,49.4093999 78.8904848,49.1205583 L60.7313734,44.2812223 C60.1044151,44.116539 59.5110755,43.8425706 58.9783472,43.4717806 L51.1909484,38.091374 Z" id="Path" fill="#023852"></path>
144
- <path d="M49.4637654,99.7041716 L54.7573014,82.6972388 C55.0603198,81.7060399 55.8383814,80.9340102 56.8284638,80.6421331 C57.8185461,80.3502561 58.8883056,80.5775465 59.6761119,81.2471694 L60.4427917,81.9007828 C61.1846029,82.5317799 62.1801228,82.7720646 63.1261735,82.5484601 C64.0722243,82.3248556 64.8568136,81.6638319 65.2410009,80.7666987 L69.2854519,71.3390836 C69.4885812,70.8561581 70.0069727,70.5890404 70.5157296,70.705144 C71.0244866,70.8212476 71.3772391,71.2871692 71.3529029,71.8108972 L70.922184,82.9179956 C70.9114247,83.0938579 70.9114247,83.2702183 70.922184,83.4460806 L72.1195827,97.9554312 C72.1794659,98.6557933 71.7851597,99.3156499 71.1418507,99.5916289 L57.5828178,105.404892 L49.4637654,99.7041716 Z" id="Path" fill="url(#linearGradient-6)" style="mix-blend-mode: multiply;"></path>
145
- <path d="M49.9849353,37.1390897 L55.5842818,33.1827811 C56.1471502,32.7862652 56.5408143,32.1912931 56.6869224,31.5162835 L58.6940727,22.2055396 C58.9623372,20.9613011 58.9342967,19.6709703 58.6122361,18.4396879 L56.6998439,11.1590412 C56.5014952,10.4049859 56.1396665,9.70434385 55.6402753,9.10730125 L51.1737197,3.76585175 C50.4275994,2.87185181 49.3195639,2.36439828 48.1586869,2.38503944 L42.8608437,2.48459644 C42.496059,2.48987638 42.1322841,2.44472504 41.7797391,2.35041092 L34.6814907,0.432856523 C33.1407077,0.0132586646 31.5021696,0.593727004 30.5638174,1.89158301 L26.6873468,7.2460182 C26.2421676,7.85897559 26.1156854,8.6489882 26.3470788,9.37134373 L27.8675167,14.1544083 L46.638249,38.3727308 L49.9849353,37.1390897 Z" id="Path" fill="#023852"></path>
146
- <path d="M26.8854775,10.912313 L30.5810462,5.8392345 C31.5197464,4.54194464 33.1587974,3.96301761 34.6987194,4.38483658 L41.7797391,6.31970524 C42.1322841,6.41401936 42.496059,6.4591707 42.8608437,6.45389076 L48.1586869,6.35433376 C49.3195639,6.3336926 50.4275994,6.84114613 51.1737197,7.73514607 L55.6316609,13.0765956 C56.1310521,13.6736382 56.4928808,14.3742803 56.6912295,15.1283355 L58.6036217,22.4089822 L58.6036217,22.4089822 L58.6854583,22.0367256 C58.9535229,20.7939233 58.9254817,19.5050425 58.6036217,18.2752024 L56.6912295,10.9945557 C56.492936,10.2391769 56.1311357,9.53711174 55.6316609,8.93848721 L51.1737197,3.60136627 C50.4287601,2.70583393 49.3199532,2.19802708 48.1586869,2.22055396 L42.8608437,2.32011096 C42.496059,2.3253909 42.1322841,2.28023956 41.7797391,2.18592544 L34.6814907,0.246728218 C33.140677,-0.158173998 31.5108212,0.431967728 30.5810462,1.73142609 L26.7045755,7.09018985 C26.2593964,7.70314724 26.1329141,8.49315985 26.3643076,9.21551538 L26.8854775,10.912313 Z" id="Path" fill="#3C667A"></path>
147
- <path d="M38.0669417,116.568262 C38.0691539,116.436989 38.1732739,116.33045 38.3038371,116.325862 L44.3339026,116.260934 L44.3339026,115.672249 L38.0669417,115.741506 L36.6714123,115.741506 C36.5398848,115.743866 36.4344821,115.851704 36.4344821,115.983905 L36.4344821,121.736569 C36.4333412,121.810397 36.4620062,121.881549 36.5139595,121.93376 C36.5659129,121.985971 36.6367133,122.014778 36.710177,122.013632 L44.1745366,122.013632 L44.1745366,121.424912 L38.3081443,121.424912 C38.1749318,121.424912 38.0669417,121.316386 38.0669417,121.182512 L38.0669417,116.568262 Z" id="Path" fill="#446C7F"></path>
148
- <path d="M75.806537,115.572692 L60.1628244,118.858073 C59.105369,119.084274 58.0024531,118.830928 57.1477916,118.165502 L48.2835954,111.261441 L48.8693732,121.857768 L52.1902164,134.051337 C52.3759041,134.74508 52.8920311,135.301014 53.5678359,135.535206 C54.2436407,135.769399 54.9910364,135.651325 55.5627459,135.220049 L75.7634651,120.070071 C76.3753755,119.612111 76.7156391,118.874471 76.6679749,118.109231 L76.5430664,116.131077 C76.5266833,115.955439 76.4375073,115.794838 76.2973736,115.688599 C76.1572399,115.582359 75.9790872,115.54029 75.806537,115.572692 Z" id="Path" fill="url(#linearGradient-7)" style="mix-blend-mode: multiply;"></path>
149
- <polygon id="Path" fill="url(#linearGradient-8)" style="mix-blend-mode: multiply;" points="21.8331441 108.954315 22.8367193 114.447265 54.8908243 114.590107 51.2986282 109.534343"></polygon>
150
- <path d="M26.5839742,98.5527732 L29.9521965,96.3235621 C31.1845292,95.5098277 32.7865282,95.5355732 33.9923403,96.3884906 L38.0410986,99.2583294 L26.5839742,98.5527732 Z" id="Path" fill="#26A8E0"></path>
151
- <path d="M18.899948,98.5224733 L21.1870657,110.209599 C21.2443852,110.497176 21.4898717,110.708126 21.7814578,110.72037 L59.9603865,112.153125 C60.1354047,112.160468 60.3055389,112.094115 60.4298114,111.970048 C60.5540839,111.84598 60.6212307,111.675443 60.6154677,111.499512 L60.1843603,99.6782002 C60.1732168,99.3458747 59.9077309,99.0790713 59.5770466,99.0678725 L19.5201833,97.7692954 C19.3317359,97.7683814 19.1528105,97.852441 19.0326611,97.998342 C18.9125118,98.1442429 18.8638047,98.3366043 18.899948,98.5224733 Z" id="Path" fill="#FFE700"></path>
152
- <path d="M64.5820009,105.616992 L63.3544519,104.426636 C62.9988466,104.07745 62.5207006,103.883066 62.0235303,103.885542 L60.3566479,103.907208 L60.4686348,107.080047 C60.4745244,107.238992 60.4044779,107.391196 60.2801453,107.489616 C60.1558126,107.588035 59.992166,107.620818 59.8397851,107.577832 L52.7587654,105.647292 C52.2542762,105.522743 51.7303253,105.49921 51.2167916,105.578035 L49.4250007,105.850734 C48.3799997,106.009174 47.440778,106.579242 46.8148438,107.434989 L46.138615,108.356973 C45.920367,108.655021 45.8302935,109.028632 45.8885957,109.394016 C45.946898,109.759399 46.1486965,110.085975 46.4487327,110.300499 L57.6474256,118.321331 C58.4568572,118.897958 59.5314884,118.930374 60.3738767,118.403573 L64.2503473,115.373578 C65.7820964,114.187249 66.5962921,112.290578 66.4039421,110.356771 L66.2790336,109.118801 C66.1432629,107.786567 65.5419803,106.545827 64.5820009,105.616992 L64.5820009,105.616992 Z" id="Path" fill="#0099DA"></path>
153
- <path d="M66.1498179,70.4863563 L56.3768047,70.4863563 L59.0601838,66.5906475 C59.2340066,66.3387336 59.5196694,66.188456 59.82471,66.188456 C60.1297506,66.188456 60.4154134,66.3387336 60.5892361,66.5906475 L61.2999224,67.6338318 C61.4561357,67.8620325 61.7049913,68.0088799 61.9794009,68.0347857 C62.2538104,68.0606915 62.5255255,67.9629889 62.721295,67.7680173 L62.721295,67.7680173 C62.9092252,67.5773458 63.1699131,67.4774886 63.4364517,67.4940744 C63.7029903,67.5106603 63.9494287,67.6420744 64.1125172,67.8545886 L66.1498179,70.4863563 Z" id="Path" fill="#FFE700"></path>
154
- <path d="M53.4436086,26.1791625 L50.6094778,32.8970958 C50.3343844,33.5462225 49.7869604,34.0392881 49.114883,34.2432796 L47.5384516,34.7194217 L48.9038307,28.5988305 L53.4436086,26.1791625 Z" id="Path" fill="url(#linearGradient-9)" style="mix-blend-mode: multiply;"></path>
155
- <path d="M31.7439874,7.88231729 C31.5145346,7.72975512 31.2324641,7.679485 30.964802,7.74345223 C30.69714,7.80741945 30.4677821,7.97991332 30.3312292,8.21994538 L27.169752,13.8470802 C26.7143891,14.6187625 26.5180776,15.5171715 26.6098174,16.4095908 L26.7088827,17.3748608 C26.7656193,17.9497978 26.704042,18.5303178 26.5279808,19.0803155 L25.6148566,21.93284 C25.3673327,22.7064183 25.2981079,23.5264375 25.4124187,24.3308652 L26.0455755,28.7763017 C26.1094405,29.2250837 26.1195628,29.6799399 26.0757259,30.1311426 L25.6450069,34.5635934 C25.5950428,35.0985301 25.6997312,35.6365934 25.9465102,36.1132197 L25.9465102,36.1132197 C26.2804785,36.7537635 26.85113,37.237106 27.5358631,37.4594035 L32.2737717,39.0090299 L35.7496737,50.2113567 C35.8439163,50.5140043 36.1078364,50.7316288 36.4215953,50.7654131 L39.3892489,51.0684126 C39.7063977,51.1054072 39.9700134,51.3310198 40.0568633,51.6397832 L40.8580006,54.4663363 C40.8877832,54.577055 40.9833182,54.6572128 41.097037,54.6668978 C41.2107559,54.6765828 41.318351,54.6137248 41.3662489,54.509622 L41.9563339,53.2803095 C42.059637,53.0601951 42.2583711,52.9004188 42.4947326,52.8474529 L44.6870921,52.3583251 C44.9258264,52.305961 45.1274543,52.146411 45.2341052,51.9254685 L49.7135824,41.8572258 C49.8421961,41.5652237 49.9110412,41.2502031 49.9160203,40.9309128 L49.9633994,37.1650611 L48.0251641,36.000677 C47.5908921,35.7458206 47.3876917,35.2245505 47.5341444,34.7410646 L48.5075693,31.5379263 C48.670101,31.0022656 49.0329106,30.5507696 49.5197589,30.2783138 L50.4328831,29.7632145 C50.6823123,29.6246563 50.9007526,29.4360715 51.0746543,29.2091582 L53.4393014,26.1791625 C53.7022704,25.8446894 53.8610996,25.4396225 53.8958635,25.0147785 L53.9604713,24.2053368 C54.0288291,23.2681654 53.487623,22.393741 52.6209354,22.0410542 L52.6209354,22.0410542 C51.9020764,21.7424532 51.078857,21.8566212 50.4673406,22.3397252 L49.1751837,23.3526094 C48.742387,23.6842379 48.2006994,23.8388902 47.6590529,23.785466 L46.6683993,23.6988947 C46.114939,23.648573 45.6707047,23.2183355 45.6002163,22.6643676 L44.7947719,16.0373342 C44.7085955,15.3292842 44.4365558,14.6570144 44.0065562,14.0894798 L41.254262,10.4578136 C40.8466304,9.91661551 40.2067092,9.60310577 39.5313862,9.61374338 L35.3060332,9.67001473 C34.7241535,9.67900128 34.1533156,9.50991937 33.6693011,9.18521542 L31.7439874,7.88231729 Z" id="Path" fill="#0099DA"></path>
156
- <path d="M26.0757259,30.2047282 L25.6450069,34.6328504 C25.6112453,35.0023314 25.6522699,35.374857 25.7656082,35.7279774 L26.5064448,31.9231686 C26.594651,31.4773288 26.6293561,31.02247 26.6098174,30.5683277 L26.4073795,26.0839341 C26.369984,25.2720493 26.5172905,24.4622837 26.8380984,23.7162089 L28.0225756,20.96757 C28.2506555,20.437511 28.3665324,19.8655699 28.3628435,19.2880867 L28.3628435,18.3141595 C28.3575448,17.4176542 28.6399979,16.5433204 29.168288,15.8209059 L33.5960789,9.19387255 L31.7482946,7.95157433 C31.5195843,7.79639049 31.2366443,7.7445904 30.9681726,7.80875113 C30.6997008,7.87291187 30.470252,8.04716524 30.3355364,8.28920242 L27.1740592,13.9163372 C26.7187425,14.6864489 26.5224005,15.5834799 26.6141246,16.4745193 L26.7131899,17.4441179 C26.7699265,18.0190548 26.7083492,18.5995748 26.5322879,19.1495726 L25.6191638,21.9977685 C25.3717255,22.7728538 25.3025086,23.5942582 25.4167258,24.4001222 L26.0498827,28.8412301 C26.1126731,29.2930595 26.1213493,29.7508236 26.0757259,30.2047282 L26.0757259,30.2047282 Z" id="Path" fill="#47B6E4"></path>
157
- <path d="M42.1544646,35.3816922 L38.4158241,34.2476081 C37.5830997,33.9978308 36.6917988,34.0297666 35.8788894,34.338508 L27.6435429,37.4983606 L32.2866933,39.0133584 L36.1071704,40.1820711 C36.5318333,40.3118088 36.9914957,40.2518981 37.369177,40.0175856 L42.3525954,36.9226614 C42.6262745,36.740312 42.7729951,36.4174605 42.7309156,36.090186 C42.6888362,35.7629116 42.4652763,35.4881428 42.1544646,35.3816922 L42.1544646,35.3816922 Z" id="Path" fill="url(#linearGradient-10)" style="mix-blend-mode: multiply;"></path>
158
- <path d="M50.6310138,24.6425219 L49.0287392,26.014677 C48.9039168,26.1225629 48.8355808,26.2822725 48.8435301,26.4475336 L48.8779876,27.7764031 C48.8825697,27.9596134 48.9798527,28.1278111 49.1359964,28.2224883 C49.2921402,28.3171654 49.48556,28.3252343 49.6489745,28.2438881 L50.5707131,27.7807317 C50.7032412,27.7132457 50.8027535,27.5944884 50.8463733,27.4517607 L51.4924517,25.2138925 C51.5692347,24.9832665 51.4821272,24.7295771 51.2801587,24.5956163 C51.0781902,24.4616556 50.8118348,24.4809017 50.6310138,24.6425219 L50.6310138,24.6425219 Z" id="Path" fill="url(#linearGradient-11)" style="mix-blend-mode: multiply;"></path>
159
- </g>
160
- </g>
161
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Graphic elements / Icons / Rich icons / Marketplace / Practice-Home-Automation-IOT</title>
4
+ <defs>
5
+ <linearGradient x1="49.9811818%" y1="100%" x2="49.9811818%" y2="0%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#023852" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="-0.00795273017%" y1="49.9995303%" x2="100.009612%" y2="49.9995303%" id="linearGradient-2">
10
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
11
+ <stop stop-color="#023852" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="-0.0197628458%" y1="50%" x2="99.9407115%" y2="50%" id="linearGradient-3">
14
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
15
+ <stop stop-color="#023852" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="100%" y1="49.9876421%" x2="1.83454636e-13%" y2="49.9876421%" id="linearGradient-4">
18
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
19
+ <stop stop-color="#FBFBFC" stop-opacity="0.04" offset="11%"></stop>
20
+ <stop stop-color="#EFF2F3" stop-opacity="0.16" offset="28%"></stop>
21
+ <stop stop-color="#DCE2E6" stop-opacity="0.35" offset="48%"></stop>
22
+ <stop stop-color="#C2CCD2" stop-opacity="0.62" offset="71%"></stop>
23
+ <stop stop-color="#A1B1BA" stop-opacity="0.96" offset="97%"></stop>
24
+ <stop stop-color="#9DADB7" offset="100%"></stop>
25
+ </linearGradient>
26
+ <linearGradient x1="-0.185546736%" y1="49.9604786%" x2="100%" y2="49.9604786%" id="linearGradient-5">
27
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
28
+ <stop stop-color="#023852" offset="100%"></stop>
29
+ </linearGradient>
30
+ <linearGradient x1="0%" y1="50.0043084%" x2="100.087643%" y2="50.0043084%" id="linearGradient-6">
31
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
32
+ <stop stop-color="#023852" offset="100%"></stop>
33
+ </linearGradient>
34
+ <linearGradient x1="-0.0151721444%" y1="50.0077499%" x2="99.9844316%" y2="50.0077499%" id="linearGradient-7">
35
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
36
+ <stop stop-color="#023852" offset="100%"></stop>
37
+ </linearGradient>
38
+ <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-8">
39
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
40
+ <stop stop-color="#FBFBFC" stop-opacity="0.04" offset="6%"></stop>
41
+ <stop stop-color="#EFF2F3" stop-opacity="0.16" offset="16%"></stop>
42
+ <stop stop-color="#DCE2E6" stop-opacity="0.35" offset="27%"></stop>
43
+ <stop stop-color="#C2CCD2" stop-opacity="0.62" offset="40%"></stop>
44
+ <stop stop-color="#A1B1BA" stop-opacity="0.96" offset="54%"></stop>
45
+ <stop stop-color="#9DADB7" offset="55%"></stop>
46
+ </linearGradient>
47
+ <linearGradient x1="4.14612829e-13%" y1="50.0760264%" x2="100%" y2="50.0760264%" id="linearGradient-9">
48
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
49
+ <stop stop-color="#023852" offset="100%"></stop>
50
+ </linearGradient>
51
+ <linearGradient x1="136.025572%" y1="62.292174%" x2="-15.0949293%" y2="37.7892626%" id="linearGradient-10">
52
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
53
+ <stop stop-color="#0099DA" offset="100%"></stop>
54
+ </linearGradient>
55
+ <linearGradient x1="0.023311586%" y1="49.9121924%" x2="99.7717881%" y2="49.9121924%" id="linearGradient-11">
56
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
57
+ <stop stop-color="#0099DA" offset="100%"></stop>
58
+ </linearGradient>
59
+ </defs>
60
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Practice-Home-Automation-IOT" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
61
+ <g id="home-automation-IOT" transform="translate(82.000000, 0.000000)">
62
+ <g id="Midlayer" transform="translate(0.000000, 0.877952)" stroke="#023852">
63
+ <path d="M248.411574,221.876433 C248.411574,218.497297 245.815272,215.758509 242.656527,215.758509 C239.497782,215.758509 236.897143,218.497297 236.897143,221.876433 C236.88911,223.457243 237.476084,224.983246 238.541504,226.151192 C239.264696,226.932088 239.669158,227.955507 239.675191,229.019781 L239.675191,229.019781 L245.633536,229.019781 L245.633536,229.019781 C245.639057,227.954597 246.045328,226.930512 246.771549,226.151192 C247.833932,224.981689 248.419106,223.456353 248.411574,221.876433 L248.411574,221.876433 Z" id="Path"></path>
64
+ <line x1="240.177128" y1="230.451911" x2="245.135925" y2="230.451911" id="Path"></line>
65
+ <line x1="240.177128" y1="232.100376" x2="245.135925" y2="232.100376" id="Path"></line>
66
+ <line x1="240.389154" y1="233.649327" x2="244.919573" y2="233.649327" id="Path"></line>
67
+ <line x1="234.664469" y1="222.213914" x2="230.17732" y2="222.213914" id="Path"></line>
68
+ <line x1="255.261218" y1="222.213914" x2="250.778396" y2="222.213914" id="Path"></line>
69
+ <line x1="242.721432" y1="209.670872" x2="242.721432" y2="214.153311" id="Path"></line>
70
+ <line x1="237.02271" y1="227.907824" x2="233.850984" y2="231.07928" id="Path"></line>
71
+ <line x1="251.587554" y1="213.344222" x2="248.420155" y2="216.515678" id="Path"></line>
72
+ <line x1="248.420155" y1="227.907824" x2="251.587554" y2="231.07928" id="Path"></line>
73
+ <line x1="233.850984" y1="213.344222" x2="237.02271" y2="216.515678" id="Path"></line>
74
+ <path d="M240.190109,229.058721 L245.118617,229.058721 L245.118617,232.913792 C245.118617,234.058391 244.190657,234.986271 243.045961,234.986271 L242.262765,234.986271 C241.118069,234.986271 240.190109,234.058391 240.190109,232.913792 L240.190109,229.058721 Z" id="Path"></path>
75
+ <path d="M241.245909,228.911614 L241.245909,224.12198 C241.244234,224.055648 241.280635,223.994198 241.339614,223.963789 C241.398594,223.93338 241.469769,223.939367 241.52284,223.979199 L241.851696,224.208513 C242.034275,224.345451 242.29183,224.317046 242.440174,224.143613 L242.440174,224.143613 C242.522383,224.047489 242.64254,223.992146 242.76903,223.992146 C242.89552,223.992146 243.015677,224.047489 243.097886,224.143613 L243.097886,224.143613 C243.248669,224.314307 243.505972,224.3389 243.686364,224.19986 L243.980603,223.983526 C244.034462,223.944642 244.105534,223.939103 244.164767,223.969173 C244.224001,223.999243 244.261471,224.059883 244.261862,224.126307 L244.261862,228.885654" id="Path" stroke-linecap="round" stroke-linejoin="round"></path>
76
+ <line x1="252.742876" y1="103.8403" x2="252.742876" y2="126.672185" id="Path"></line>
77
+ <line x1="256.420867" y1="105.345984" x2="252.652008" y2="107.842478" id="Path"></line>
78
+ <line x1="248.956709" y1="105.345984" x2="252.72124" y2="107.842478" id="Path"></line>
79
+ <line x1="248.956709" y1="125.162174" x2="252.72124" y2="122.670007" id="Path"></line>
80
+ <line x1="256.420867" y1="125.162174" x2="252.652008" y2="122.670007" id="Path"></line>
81
+ <line x1="243.162791" y1="108.958761" x2="262.210457" y2="121.553724" id="Path"></line>
82
+ <line x1="246.481637" y1="106.678601" x2="246.481637" y2="111.195654" id="Path"></line>
83
+ <line x1="242.362287" y1="112.904692" x2="246.520581" y2="111.135081" id="Path"></line>
84
+ <line x1="258.895938" y1="123.833884" x2="258.891611" y2="119.316831" id="Path"></line>
85
+ <line x1="263.010961" y1="117.607793" x2="258.852668" y2="119.373078" id="Path"></line>
86
+ <line x1="242.721432" y1="120.826842" x2="262.651816" y2="109.685643" id="Path"></line>
87
+ <line x1="242.215168" y1="116.833317" x2="246.230668" y2="118.905796" id="Path"></line>
88
+ <line x1="245.858542" y1="123.349296" x2="246.196052" y2="118.840896" id="Path"></line>
89
+ <line x1="263.15808" y1="113.679168" x2="259.14258" y2="111.606689" id="Path"></line>
90
+ <line x1="259.514706" y1="107.163189" x2="259.177196" y2="111.671589" id="Path"></line>
91
+ <path d="M29.4455619,122.56184 C31.3844206,120.619369 32.4672184,117.983123 32.453406,115.238758 C32.4395937,112.494394 31.3303149,109.869178 29.3720021,107.946318" id="Path"></path>
92
+ <path d="M27.5459878,120.662428 C28.9796174,119.222665 29.7780067,117.269496 29.7633775,115.237835 C29.7487483,113.206174 28.9223152,111.264702 27.4681009,109.84573" id="Path"></path>
93
+ <path d="M25.6593948,118.775996 C26.5948521,117.837934 27.114021,116.563302 27.1001875,115.238651 C27.0863539,113.914 26.5406788,112.650487 25.585835,111.732162" id="Path"></path>
94
+ <path d="M11.7738977,110.070718 L15.7071844,110.070718 L15.7071844,120.454747 L11.7738977,120.454747 C11.3126735,120.454747 10.9387774,120.080883 10.9387774,119.619698 L10.9387774,110.90144 C10.9411585,110.441946 11.3143581,110.070718 11.7738977,110.070718 L11.7738977,110.070718 Z" id="Path"></path>
95
+ <path d="M15.7071844,120.441767 L21.4145607,125.404468 C21.6076025,125.575081 21.8828903,125.616333 22.1174699,125.5098 C22.3520494,125.403267 22.5021183,125.168842 22.5006605,124.911227 L22.5006605,105.601258 C22.5000785,105.344607 22.3502441,105.111736 22.1168966,105.004833 C21.8835491,104.89793 21.6093258,104.936528 21.4145607,105.10369 L15.7071844,110.070718 L15.7071844,120.441767 Z" id="Path"></path>
96
+ <path d="M139.910771,28.7248229 L136.046717,31.3208304 C135.838944,31.4594547 135.571343,31.4711439 135.352272,31.3511648 C135.1332,31.2311857 134.998957,30.9994179 135.003899,30.7497087 L135.003899,25.5879805 C135.003824,25.3405972 135.139958,25.1132626 135.35808,24.9965182 C135.576202,24.8797739 135.840887,24.892581 136.046717,25.0298389 L139.910771,27.6258464 C140.091949,27.750097 140.200236,27.9556577 140.200236,28.1753346 C140.200236,28.3950115 140.091949,28.6005722 139.910771,28.7248229 Z" id="Path"></path>
97
+ <rect id="Rectangle" x="125.449777" y="20.4998058" width="24.3136829" height="15.4548979" rx="1.38"></rect>
98
+ <line x1="132.970186" y1="38.2132302" x2="142.24305" y2="38.2132302" id="Path"></line>
99
+ <path d="M35.2005358,222.724462 L35.2005358,212.059198 C35.2005358,211.330532 34.9110494,210.631709 34.3957602,210.116464 C33.8804711,209.601219 33.1815891,209.311757 32.4528603,209.311757 L32.4528603,209.311757 C30.9370511,209.314144 29.7095099,210.543517 29.7095118,212.059198 L29.7095118,222.724462 C29.7091933,223.257494 29.4145874,223.746798 28.9436243,223.996506 C25.8921097,225.609959 24.3330711,229.095241 25.1643293,232.445243 C25.9955876,235.795245 29.0031523,238.147578 32.4550238,238.147578 C35.9068953,238.147578 38.91446,235.795245 39.7457183,232.445243 C40.5769765,229.095241 39.0179379,225.609959 35.9664233,223.996506 C35.4954602,223.746798 35.2008542,223.257494 35.2005358,222.724462 L35.2005358,222.724462 Z" id="Path"></path>
100
+ <ellipse id="Oval" cx="32.4528603" cy="230.187984" rx="4.03713582" ry="4.03679164"></ellipse>
101
+ <line x1="32.4528603" y1="226.151192" x2="32.4528603" y2="213.499983" id="Path"></line>
102
+ <line x1="35.2438062" y1="213.824483" x2="38.1559096" y2="213.824483" id="Path"></line>
103
+ <line x1="35.2438062" y1="216.961326" x2="38.1559096" y2="216.961326" id="Path"></line>
104
+ <line x1="35.2438062" y1="220.102495" x2="38.1559096" y2="220.102495" id="Path"></line>
105
+ <polygon id="Path" points="231.250428 102.83651 252.933266 83.3404937 274.127147 102.83651 274.127147 134.291467 231.250428 134.291467"></polygon>
106
+ <polygon id="Path" points="115.765843 19.7859037 137.448681 0.294214182 158.642562 19.7859037 158.642562 51.2408611 115.765843 51.2408611"></polygon>
107
+ <polygon id="Path" points="0.259622882 102.83651 21.9467876 83.3404937 43.1363419 102.83651 43.1363419 134.291467 0.259622882 134.291467"></polygon>
108
+ <polygon id="Path" points="220.960708 212.331779 242.647873 192.835763 263.837427 212.331779 263.837427 243.786737 220.960708 243.786737"></polygon>
109
+ <polygon id="Path" points="10.0776949 214.062451 31.7605326 194.570761 52.9544139 214.062451 52.9544139 245.521735 10.0776949 245.521735"></polygon>
110
+ <ellipse id="Oval" cx="137.202039" cy="149.988659" rx="82.421611" ry="82.4145844"></ellipse>
111
+ <ellipse id="Oval" cx="137.202039" cy="149.988659" rx="63.9407888" ry="63.9353378"></ellipse>
112
+ <line x1="137.202039" y1="85.7461274" x2="137.202039" y2="51.0894274" id="Path"></line>
113
+ <line x1="198.152838" y1="130.124875" x2="231.267736" y2="119.424998" id="Path"></line>
114
+ <line x1="188.347747" y1="187.838449" x2="221.302545" y2="212.690894" id="Path"></line>
115
+ <line x1="85.9784445" y1="188.38361" x2="53.1058605" y2="212.690894" id="Path"></line>
116
+ <line x1="76.4502847" y1="130.393129" x2="43.1363419" y2="119.424998" id="Path"></line>
117
+ <rect id="Rectangle" x="0.216352402" y="138.5619" width="15.2485173" height="2.4489004"></rect>
118
+ <rect id="Rectangle" x="0.216352402" y="144.004862" width="15.2485173" height="2.4489004"></rect>
119
+ <rect id="Rectangle" x="231.367258" y="138.5619" width="15.2485173" height="2.4489004"></rect>
120
+ <rect id="Rectangle" x="231.367258" y="144.004862" width="15.2485173" height="2.4489004"></rect>
121
+ <rect id="Rectangle" x="163.302793" y="43.2797715" width="15.2485173" height="2.4489004"></rect>
122
+ <rect id="Rectangle" x="163.302793" y="48.7227339" width="15.2485173" height="2.4489004"></rect>
123
+ <rect id="Rectangle" x="10.0171162" y="249.363826" width="15.2485173" height="2.4489004"></rect>
124
+ <rect id="Rectangle" x="10.0171162" y="254.806788" width="15.2485173" height="2.4489004"></rect>
125
+ <rect id="Rectangle" x="221.293891" y="249.363826" width="15.2485173" height="2.4489004"></rect>
126
+ <rect id="Rectangle" x="221.293891" y="254.806788" width="15.2485173" height="2.4489004"></rect>
127
+ </g>
128
+ <g id="Ilus" transform="translate(92.438915, 60.515962)" fill-rule="nonzero">
129
+ <rect id="Rectangle" fill="#D8DEE2" style="mix-blend-mode: multiply;" transform="translate(52.502488, 265.806370) rotate(-180.000000) translate(-52.502488, -265.806370) " x="1.9899216" y="263.328266" width="101.025132" height="4.95620719" rx="2.4781036"></rect>
130
+ <rect id="Rectangle" fill="#FFE700" x="59.63304" y="252.199525" width="10.4793923" height="6.77853315"></rect>
131
+ <polygon id="Path" fill="#FFE700" points="33.2213534 248.689058 34.1990854 255.316092 42.1286215 259.878399 49.7911118 256.476147 48.7229288 251.017826"></polygon>
132
+ <path d="M50.3208961,254.238279 C50.846797,253.98061 51.1347973,253.399975 51.022968,252.822838 L44.7258568,221.310883 L43.6146019,216.333033 C43.4241597,215.481462 43.3559891,214.60688 43.412164,213.735894 L43.5672228,211.407126 C43.6597836,210.02127 43.4358475,208.632491 42.91253,207.346932 L42.91253,207.346932 C42.5117463,206.353551 42.2872499,205.297283 42.2492228,204.226036 L41.6720594,188.292588 L43.071896,184.583007 L42.3052163,177.657303 L43.4035496,148.114845 L50.9626674,192.370096 L50.9626674,192.370096 C52.1459501,194.747979 52.8680504,197.330473 53.090419,199.979714 L53.6977328,206.961689 C53.8257358,208.430173 54.1072554,209.881028 54.5376347,211.290255 L56.6223145,218.146702 C57.3424044,220.503622 57.6427749,222.969798 57.5095956,225.431677 L57.4579093,226.444562 L58.1858243,254.147379 C58.2067461,254.878363 58.6936179,255.51269 59.3918374,255.718648 L76.237256,253.775122 C76.6934617,253.428258 76.9432646,252.872378 76.9005632,252.299082 L77.0427004,241.910525 L78.3908508,228.981101 C78.4477882,228.400067 78.3996333,227.813475 78.2487135,227.249675 L76.237256,219.982014 C76.0196985,219.174117 76.0196985,218.322628 76.237256,217.514732 L76.6679749,215.917491 C76.8427919,215.255069 76.8721856,214.562367 76.7541187,213.887394 L74.9450991,203.568094 C74.7396821,202.389451 74.9875608,201.176399 75.6385566,200.174499 L75.6385566,200.174499 C76.2171273,199.276788 76.478091,198.209455 76.3793932,197.144504 L72.3607853,154.399922 L57.2123995,120.264856 L29.4568697,118.347302 L14.4333924,155.932234 L21.4368826,195.720406 L24.9644709,206.927061 C25.2355976,207.788557 25.197493,208.718328 24.8567912,209.5545 L24.8567912,209.5545 C24.4622965,210.528369 24.4762771,211.621142 24.8955559,212.584496 L25.7569938,214.536679 C26.0152211,215.12545 26.1232891,215.769637 26.0714187,216.410947 L25.6406997,221.700454 L25.6406997,221.700454 C25.3894022,223.733059 25.4826079,225.793762 25.9163598,227.795074 L31.666458,249.390286 C31.7866113,249.932617 32.2367804,250.33804 32.7863273,250.398842 L50.3338177,254.246936" id="Path" fill="#1B4C63"></path>
133
+ <polygon id="Path" fill="url(#linearGradient-1)" opacity="0.8" style="mix-blend-mode: multiply;" points="74.4067004 176.137976 72.3521709 154.399922 70.3277918 150.335399 62.9624976 158.113831"></polygon>
134
+ <path d="M32.6398828,164.013665 L35.4955495,180.206828 C35.7593045,181.699766 35.6194813,183.236485 35.0906737,184.656593 L31.5846214,194.105851 C30.8350851,196.124939 30.8782035,198.355011 31.7052227,200.343313 L35.6807587,209.935414 L49.8298765,254.47635 L50.3208961,254.238279 C50.846797,253.98061 51.1347973,253.399975 51.022968,252.822838 L44.7258568,221.310883 L43.6146019,216.333033 C43.4241597,215.481462 43.3559891,214.60688 43.412164,213.735894 L43.5758372,211.30324 C43.6661195,209.972998 43.4494351,208.639775 42.9426803,207.407532 C42.5223157,206.396284 42.2873831,205.316977 42.2492228,204.221708 L41.6720594,188.292588 L43.071896,184.583007 L42.3052163,177.657303 L43.2140333,150.72497 C43.2202182,150.278316 42.9734392,149.866897 42.5775332,149.663827 C42.1816272,149.460757 41.7053174,149.501284 41.3490202,149.768357 L36.9169221,153.122995 C33.5634811,155.653544 31.9100965,159.863575 32.6398828,164.013665 Z" id="Path" fill="url(#linearGradient-2)" opacity="0.8" style="mix-blend-mode: multiply;"></path>
135
+ <path d="M32.575275,252.502524 L23.5904775,258.934772 C23.0287053,259.337453 22.3551876,259.552473 21.6651637,259.549428 L14.2137257,259.549428 C12.6435965,259.561286 11.3756585,260.841308 11.3709805,262.419267 L11.3709805,262.419267 C11.3549717,263.370911 11.8039319,264.270053 12.5726864,264.82595 L14.0328237,265.882119 C14.8218951,266.448456 15.7681005,266.75129 16.7377388,266.747862 L29.0907586,266.747862 L37.4337848,266.397219 C37.6753598,266.386438 37.9148292,266.446602 38.1229352,266.570361 L38.1229352,266.570361 C38.3154363,266.686614 38.5358146,266.747862 38.7603992,266.747862 L50.7085432,266.747862 C51.3988253,266.731826 51.9546226,266.173271 51.9705497,265.479563 L52.0696151,260.536341 C52.096256,259.257631 51.8540844,257.987665 51.3589288,256.809447 L50.5405628,254.861592 C50.3014057,254.277643 49.6609013,253.97077 49.0588896,254.151708 L43.890262,255.718648 C41.1797102,256.538106 38.2437368,256.035135 35.9564188,254.359479 L33.4151769,252.489539 C33.1611072,252.313404 32.823833,252.318618 32.575275,252.502524 Z" id="Path" fill="#023852"></path>
136
+ <path d="M59.2410846,255.506549 L59.2410846,265.57912 C59.2410846,265.716881 59.2955408,265.848999 59.3924714,265.946411 C59.489402,266.043822 59.620868,266.098548 59.7579485,266.098548 L61.3257656,266.098548 C61.611221,266.098548 61.8426283,265.865992 61.8426283,265.57912 L61.8426283,265.57912 C61.8437171,265.410279 61.9263978,265.252506 62.0643182,265.156085 C62.2022387,265.059664 62.3781876,265.036629 62.5360858,265.094321 L65.4348244,266.159148 C65.4913424,266.180045 65.5512034,266.190316 65.6114192,266.189498 L83.4991776,266.189498 C83.6601076,266.188566 83.811446,266.112402 83.9085449,265.983426 C84.0056439,265.854449 84.0374221,265.68738 83.9945044,265.531506 L82.4266874,259.956314 C81.957792,258.277015 80.6519417,256.964684 78.9809357,256.493461 L77.6887789,256.129862 C77.5805921,256.099129 77.4853267,256.033784 77.4174259,255.943734 L75.9831318,254.047822 C75.879653,253.915369 75.7199213,253.839923 75.5524128,253.84438 L69.7980075,254.182008 C69.6928145,254.186341 69.5917316,254.224246 69.5094258,254.290222 L64.9868767,257.839645 C64.8154692,257.976151 64.5767569,257.988319 64.3924846,257.869945 L60.0249943,255.060706 C59.8651922,254.963794 59.6658127,254.960993 59.503377,255.053377 C59.3409413,255.145761 59.2406849,255.318978 59.2410846,255.506549 L59.2410846,255.506549 Z" id="Path" fill="#023852"></path>
137
+ <path d="M35.7496737,115.944948 L30.8739351,147.275103 C30.4713286,149.860584 29.3635841,152.283346 27.6736932,154.274393 L16.4750002,167.424575 L13.9552943,152.586253 L32.8638567,115.222078 L35.7496737,115.944948 Z" id="Path" fill="url(#linearGradient-3)" style="mix-blend-mode: multiply;"></path>
138
+ <polygon id="Path" fill="#FFFFFF" points="55.4636805 72.3779393 56.2863537 49.5923719 52.9482818 40.4677564 50.0495432 36.1175483 32.8638567 41.1213697 26.8553272 50.6052561 25.2099807 69.6206432 27.8416736 90.3717849 34.0741769 91.9863398 29.8143664 104.015423 30.7662553 118.355959 39.845811 120.078728 50.3682752 118.953301 51.681968 106.772719 53.3273145 92.5490532"></polygon>
139
+ <path d="M52.2849746,56.3189622 L43.7911967,50.7913844 L36.4474384,49.7525288 L32.0627194,56.5570333 L27.8976671,73.9492084 L32.8293991,92.6615959 L25.5933206,118.940315 L37.7611312,119.806029 L38.0884777,96.2716193 L38.5191966,77.6587888 C38.5386207,76.9569931 38.7600424,76.2758996 39.1566607,75.6979488 L52.2849746,56.3189622 Z" id="Path" fill="url(#linearGradient-4)" style="mix-blend-mode: multiply;"></path>
140
+ <path d="M28.9744645,119.567957 L37.6663731,121.424912 C39.0357301,121.676632 40.4336793,121.732011 41.8185038,121.589397 L53.2756282,120.901156 L51.0789615,115.611649 L44.2822163,116.243619 C43.0570321,115.739161 41.690607,115.702213 40.4402032,116.139734 C39.7424385,116.477362 38.2392293,115.828077 38.0755561,116.325862 L29.4310266,114.46025 L28.9744645,119.567957 Z" id="Path" fill="#023852"></path>
141
+ <path d="M32.8638567,41.8139402 L11.5088106,51.7350117 C10.8483885,52.0386898 10.3638493,52.6310051 10.1951178,53.3409094 L5.59934648,72.529439 C5.44218259,73.1735107 5.44218259,73.8462074 5.59934648,74.4902791 L5.6768759,74.8019358 C5.92741905,75.7972909 5.79675088,76.8509139 5.31076478,77.7540173 L3.44575168,81.2644837 C3.12495762,81.8613646 2.9313329,82.5188282 2.87720265,83.1950238 L2.32588239,89.9172856 C2.27925185,90.5168769 2.08859144,91.0961527 1.77025493,91.605426 L0.908817006,92.9689241 C0.405243485,93.7833817 0.228201794,94.7596227 0.413490202,95.7002487 L0.615928113,96.7088044 C0.662536734,96.9527307 0.685615359,97.2006076 0.684843147,97.4489891 L0.684843147,103.686452 C0.686115847,104.283189 0.856428593,104.867228 1.17586276,105.370263 L3.1485556,108.473845 C3.64642977,109.257013 4.4661157,109.776026 5.383987,109.889286 L8.85558182,110.322142 C9.33916946,110.385416 9.80831847,110.531837 10.2424969,110.754999 L15.6609414,113.542595 L10.3458694,137.713303 C10.3114119,137.877788 10.2812616,138.042274 10.2554184,138.202431 L8.30856874,150.84617 C8.22391347,151.400574 8.40243733,151.962831 8.79097398,152.365496 L12.9172616,156.620476 C13.3956229,157.10992 14.0861172,157.32606 14.7564316,157.196175 L19.2100656,156.330462 C19.8232996,156.211745 20.346879,155.813513 20.627131,155.252649 L28.7289546,139.094115 C28.9615796,138.632213 29.1283255,138.139693 29.2242815,137.63106 L34.3067652,111.001727 L34.3067652,98.7778586 L31.4424841,76.2303623 C31.344137,75.4742348 31.3167376,74.7104903 31.3606475,73.9492084 L32.6097325,51.2025981 L32.8638567,41.8139402 Z" id="Path" fill="#023852"></path>
142
+ <path d="M17.2675231,79.7365002 C17.2860501,79.8179525 17.3004261,79.9003024 17.310595,79.9832284 L20.1016539,99.7041716 L12.8828041,95.2284351 C11.4199407,94.3120138 10.7215021,92.5449686 11.1599283,90.8695699 L14.4850786,77.9617884 C14.6318049,77.4103513 15.1335731,77.0303598 15.7014742,77.0404038 C16.2693753,77.0508524 16.7572477,77.4486994 16.8841832,78.0050741 L17.2675231,79.7365002 Z" id="Path" fill="url(#linearGradient-5)" style="mix-blend-mode: multiply;"></path>
143
+ <path d="M51.1909484,38.091374 L52.7458439,42.5411391 C52.8589712,42.8614117 52.9001566,43.2028781 52.8664452,43.5410377 L47.7365824,98.6912873 L48.865066,121.849111 C48.9067882,122.669623 49.033824,123.483496 49.2440987,124.277436 L54.2275171,143.080724 C54.59681,144.469531 55.177996,145.79245 55.9503929,147.002404 L62.971112,158.100845 C63.6361493,159.151129 64.9648381,159.55576 66.0981316,159.053129 L72.1755762,156.352105 C73.1203543,155.929815 73.751754,155.013081 73.8123082,153.975722 L73.8123082,153.975722 C73.8580879,153.15427 74.2653769,152.395935 74.9235631,151.906668 L78.4899161,149.244601 C79.1093454,148.782451 79.4453526,148.030059 79.3771972,147.257789 L76.5043017,115.416863 C76.4757977,114.954556 76.7047005,114.514482 77.0986939,114.274122 L86.505596,108.646987 C86.917847,108.399528 87.2933851,108.094984 87.6211581,107.742317 L88.4438313,106.854961 C89.1296678,106.108842 89.5794207,105.17474 89.7359882,104.171251 L90.571583,98.8471157 C90.700131,98.0354281 90.6351795,97.2046702 90.3820666,96.4231191 L88.0432627,89.246358 C87.8792398,88.7392447 87.7497253,88.221508 87.6556156,87.6967316 L82.5343672,59.4009007 L81.0139292,51.4060407 C80.8015437,50.2976394 79.9762792,49.4093999 78.8904848,49.1205583 L60.7313734,44.2812223 C60.1044151,44.116539 59.5110755,43.8425706 58.9783472,43.4717806 L51.1909484,38.091374 Z" id="Path" fill="#023852"></path>
144
+ <path d="M49.4637654,99.7041716 L54.7573014,82.6972388 C55.0603198,81.7060399 55.8383814,80.9340102 56.8284638,80.6421331 C57.8185461,80.3502561 58.8883056,80.5775465 59.6761119,81.2471694 L60.4427917,81.9007828 C61.1846029,82.5317799 62.1801228,82.7720646 63.1261735,82.5484601 C64.0722243,82.3248556 64.8568136,81.6638319 65.2410009,80.7666987 L69.2854519,71.3390836 C69.4885812,70.8561581 70.0069727,70.5890404 70.5157296,70.705144 C71.0244866,70.8212476 71.3772391,71.2871692 71.3529029,71.8108972 L70.922184,82.9179956 C70.9114247,83.0938579 70.9114247,83.2702183 70.922184,83.4460806 L72.1195827,97.9554312 C72.1794659,98.6557933 71.7851597,99.3156499 71.1418507,99.5916289 L57.5828178,105.404892 L49.4637654,99.7041716 Z" id="Path" fill="url(#linearGradient-6)" style="mix-blend-mode: multiply;"></path>
145
+ <path d="M49.9849353,37.1390897 L55.5842818,33.1827811 C56.1471502,32.7862652 56.5408143,32.1912931 56.6869224,31.5162835 L58.6940727,22.2055396 C58.9623372,20.9613011 58.9342967,19.6709703 58.6122361,18.4396879 L56.6998439,11.1590412 C56.5014952,10.4049859 56.1396665,9.70434385 55.6402753,9.10730125 L51.1737197,3.76585175 C50.4275994,2.87185181 49.3195639,2.36439828 48.1586869,2.38503944 L42.8608437,2.48459644 C42.496059,2.48987638 42.1322841,2.44472504 41.7797391,2.35041092 L34.6814907,0.432856523 C33.1407077,0.0132586646 31.5021696,0.593727004 30.5638174,1.89158301 L26.6873468,7.2460182 C26.2421676,7.85897559 26.1156854,8.6489882 26.3470788,9.37134373 L27.8675167,14.1544083 L46.638249,38.3727308 L49.9849353,37.1390897 Z" id="Path" fill="#023852"></path>
146
+ <path d="M26.8854775,10.912313 L30.5810462,5.8392345 C31.5197464,4.54194464 33.1587974,3.96301761 34.6987194,4.38483658 L41.7797391,6.31970524 C42.1322841,6.41401936 42.496059,6.4591707 42.8608437,6.45389076 L48.1586869,6.35433376 C49.3195639,6.3336926 50.4275994,6.84114613 51.1737197,7.73514607 L55.6316609,13.0765956 C56.1310521,13.6736382 56.4928808,14.3742803 56.6912295,15.1283355 L58.6036217,22.4089822 L58.6036217,22.4089822 L58.6854583,22.0367256 C58.9535229,20.7939233 58.9254817,19.5050425 58.6036217,18.2752024 L56.6912295,10.9945557 C56.492936,10.2391769 56.1311357,9.53711174 55.6316609,8.93848721 L51.1737197,3.60136627 C50.4287601,2.70583393 49.3199532,2.19802708 48.1586869,2.22055396 L42.8608437,2.32011096 C42.496059,2.3253909 42.1322841,2.28023956 41.7797391,2.18592544 L34.6814907,0.246728218 C33.140677,-0.158173998 31.5108212,0.431967728 30.5810462,1.73142609 L26.7045755,7.09018985 C26.2593964,7.70314724 26.1329141,8.49315985 26.3643076,9.21551538 L26.8854775,10.912313 Z" id="Path" fill="#3C667A"></path>
147
+ <path d="M38.0669417,116.568262 C38.0691539,116.436989 38.1732739,116.33045 38.3038371,116.325862 L44.3339026,116.260934 L44.3339026,115.672249 L38.0669417,115.741506 L36.6714123,115.741506 C36.5398848,115.743866 36.4344821,115.851704 36.4344821,115.983905 L36.4344821,121.736569 C36.4333412,121.810397 36.4620062,121.881549 36.5139595,121.93376 C36.5659129,121.985971 36.6367133,122.014778 36.710177,122.013632 L44.1745366,122.013632 L44.1745366,121.424912 L38.3081443,121.424912 C38.1749318,121.424912 38.0669417,121.316386 38.0669417,121.182512 L38.0669417,116.568262 Z" id="Path" fill="#446C7F"></path>
148
+ <path d="M75.806537,115.572692 L60.1628244,118.858073 C59.105369,119.084274 58.0024531,118.830928 57.1477916,118.165502 L48.2835954,111.261441 L48.8693732,121.857768 L52.1902164,134.051337 C52.3759041,134.74508 52.8920311,135.301014 53.5678359,135.535206 C54.2436407,135.769399 54.9910364,135.651325 55.5627459,135.220049 L75.7634651,120.070071 C76.3753755,119.612111 76.7156391,118.874471 76.6679749,118.109231 L76.5430664,116.131077 C76.5266833,115.955439 76.4375073,115.794838 76.2973736,115.688599 C76.1572399,115.582359 75.9790872,115.54029 75.806537,115.572692 Z" id="Path" fill="url(#linearGradient-7)" style="mix-blend-mode: multiply;"></path>
149
+ <polygon id="Path" fill="url(#linearGradient-8)" style="mix-blend-mode: multiply;" points="21.8331441 108.954315 22.8367193 114.447265 54.8908243 114.590107 51.2986282 109.534343"></polygon>
150
+ <path d="M26.5839742,98.5527732 L29.9521965,96.3235621 C31.1845292,95.5098277 32.7865282,95.5355732 33.9923403,96.3884906 L38.0410986,99.2583294 L26.5839742,98.5527732 Z" id="Path" fill="#26A8E0"></path>
151
+ <path d="M18.899948,98.5224733 L21.1870657,110.209599 C21.2443852,110.497176 21.4898717,110.708126 21.7814578,110.72037 L59.9603865,112.153125 C60.1354047,112.160468 60.3055389,112.094115 60.4298114,111.970048 C60.5540839,111.84598 60.6212307,111.675443 60.6154677,111.499512 L60.1843603,99.6782002 C60.1732168,99.3458747 59.9077309,99.0790713 59.5770466,99.0678725 L19.5201833,97.7692954 C19.3317359,97.7683814 19.1528105,97.852441 19.0326611,97.998342 C18.9125118,98.1442429 18.8638047,98.3366043 18.899948,98.5224733 Z" id="Path" fill="#FFE700"></path>
152
+ <path d="M64.5820009,105.616992 L63.3544519,104.426636 C62.9988466,104.07745 62.5207006,103.883066 62.0235303,103.885542 L60.3566479,103.907208 L60.4686348,107.080047 C60.4745244,107.238992 60.4044779,107.391196 60.2801453,107.489616 C60.1558126,107.588035 59.992166,107.620818 59.8397851,107.577832 L52.7587654,105.647292 C52.2542762,105.522743 51.7303253,105.49921 51.2167916,105.578035 L49.4250007,105.850734 C48.3799997,106.009174 47.440778,106.579242 46.8148438,107.434989 L46.138615,108.356973 C45.920367,108.655021 45.8302935,109.028632 45.8885957,109.394016 C45.946898,109.759399 46.1486965,110.085975 46.4487327,110.300499 L57.6474256,118.321331 C58.4568572,118.897958 59.5314884,118.930374 60.3738767,118.403573 L64.2503473,115.373578 C65.7820964,114.187249 66.5962921,112.290578 66.4039421,110.356771 L66.2790336,109.118801 C66.1432629,107.786567 65.5419803,106.545827 64.5820009,105.616992 L64.5820009,105.616992 Z" id="Path" fill="#0099DA"></path>
153
+ <path d="M66.1498179,70.4863563 L56.3768047,70.4863563 L59.0601838,66.5906475 C59.2340066,66.3387336 59.5196694,66.188456 59.82471,66.188456 C60.1297506,66.188456 60.4154134,66.3387336 60.5892361,66.5906475 L61.2999224,67.6338318 C61.4561357,67.8620325 61.7049913,68.0088799 61.9794009,68.0347857 C62.2538104,68.0606915 62.5255255,67.9629889 62.721295,67.7680173 L62.721295,67.7680173 C62.9092252,67.5773458 63.1699131,67.4774886 63.4364517,67.4940744 C63.7029903,67.5106603 63.9494287,67.6420744 64.1125172,67.8545886 L66.1498179,70.4863563 Z" id="Path" fill="#FFE700"></path>
154
+ <path d="M53.4436086,26.1791625 L50.6094778,32.8970958 C50.3343844,33.5462225 49.7869604,34.0392881 49.114883,34.2432796 L47.5384516,34.7194217 L48.9038307,28.5988305 L53.4436086,26.1791625 Z" id="Path" fill="url(#linearGradient-9)" style="mix-blend-mode: multiply;"></path>
155
+ <path d="M31.7439874,7.88231729 C31.5145346,7.72975512 31.2324641,7.679485 30.964802,7.74345223 C30.69714,7.80741945 30.4677821,7.97991332 30.3312292,8.21994538 L27.169752,13.8470802 C26.7143891,14.6187625 26.5180776,15.5171715 26.6098174,16.4095908 L26.7088827,17.3748608 C26.7656193,17.9497978 26.704042,18.5303178 26.5279808,19.0803155 L25.6148566,21.93284 C25.3673327,22.7064183 25.2981079,23.5264375 25.4124187,24.3308652 L26.0455755,28.7763017 C26.1094405,29.2250837 26.1195628,29.6799399 26.0757259,30.1311426 L25.6450069,34.5635934 C25.5950428,35.0985301 25.6997312,35.6365934 25.9465102,36.1132197 L25.9465102,36.1132197 C26.2804785,36.7537635 26.85113,37.237106 27.5358631,37.4594035 L32.2737717,39.0090299 L35.7496737,50.2113567 C35.8439163,50.5140043 36.1078364,50.7316288 36.4215953,50.7654131 L39.3892489,51.0684126 C39.7063977,51.1054072 39.9700134,51.3310198 40.0568633,51.6397832 L40.8580006,54.4663363 C40.8877832,54.577055 40.9833182,54.6572128 41.097037,54.6668978 C41.2107559,54.6765828 41.318351,54.6137248 41.3662489,54.509622 L41.9563339,53.2803095 C42.059637,53.0601951 42.2583711,52.9004188 42.4947326,52.8474529 L44.6870921,52.3583251 C44.9258264,52.305961 45.1274543,52.146411 45.2341052,51.9254685 L49.7135824,41.8572258 C49.8421961,41.5652237 49.9110412,41.2502031 49.9160203,40.9309128 L49.9633994,37.1650611 L48.0251641,36.000677 C47.5908921,35.7458206 47.3876917,35.2245505 47.5341444,34.7410646 L48.5075693,31.5379263 C48.670101,31.0022656 49.0329106,30.5507696 49.5197589,30.2783138 L50.4328831,29.7632145 C50.6823123,29.6246563 50.9007526,29.4360715 51.0746543,29.2091582 L53.4393014,26.1791625 C53.7022704,25.8446894 53.8610996,25.4396225 53.8958635,25.0147785 L53.9604713,24.2053368 C54.0288291,23.2681654 53.487623,22.393741 52.6209354,22.0410542 L52.6209354,22.0410542 C51.9020764,21.7424532 51.078857,21.8566212 50.4673406,22.3397252 L49.1751837,23.3526094 C48.742387,23.6842379 48.2006994,23.8388902 47.6590529,23.785466 L46.6683993,23.6988947 C46.114939,23.648573 45.6707047,23.2183355 45.6002163,22.6643676 L44.7947719,16.0373342 C44.7085955,15.3292842 44.4365558,14.6570144 44.0065562,14.0894798 L41.254262,10.4578136 C40.8466304,9.91661551 40.2067092,9.60310577 39.5313862,9.61374338 L35.3060332,9.67001473 C34.7241535,9.67900128 34.1533156,9.50991937 33.6693011,9.18521542 L31.7439874,7.88231729 Z" id="Path" fill="#0099DA"></path>
156
+ <path d="M26.0757259,30.2047282 L25.6450069,34.6328504 C25.6112453,35.0023314 25.6522699,35.374857 25.7656082,35.7279774 L26.5064448,31.9231686 C26.594651,31.4773288 26.6293561,31.02247 26.6098174,30.5683277 L26.4073795,26.0839341 C26.369984,25.2720493 26.5172905,24.4622837 26.8380984,23.7162089 L28.0225756,20.96757 C28.2506555,20.437511 28.3665324,19.8655699 28.3628435,19.2880867 L28.3628435,18.3141595 C28.3575448,17.4176542 28.6399979,16.5433204 29.168288,15.8209059 L33.5960789,9.19387255 L31.7482946,7.95157433 C31.5195843,7.79639049 31.2366443,7.7445904 30.9681726,7.80875113 C30.6997008,7.87291187 30.470252,8.04716524 30.3355364,8.28920242 L27.1740592,13.9163372 C26.7187425,14.6864489 26.5224005,15.5834799 26.6141246,16.4745193 L26.7131899,17.4441179 C26.7699265,18.0190548 26.7083492,18.5995748 26.5322879,19.1495726 L25.6191638,21.9977685 C25.3717255,22.7728538 25.3025086,23.5942582 25.4167258,24.4001222 L26.0498827,28.8412301 C26.1126731,29.2930595 26.1213493,29.7508236 26.0757259,30.2047282 L26.0757259,30.2047282 Z" id="Path" fill="#47B6E4"></path>
157
+ <path d="M42.1544646,35.3816922 L38.4158241,34.2476081 C37.5830997,33.9978308 36.6917988,34.0297666 35.8788894,34.338508 L27.6435429,37.4983606 L32.2866933,39.0133584 L36.1071704,40.1820711 C36.5318333,40.3118088 36.9914957,40.2518981 37.369177,40.0175856 L42.3525954,36.9226614 C42.6262745,36.740312 42.7729951,36.4174605 42.7309156,36.090186 C42.6888362,35.7629116 42.4652763,35.4881428 42.1544646,35.3816922 L42.1544646,35.3816922 Z" id="Path" fill="url(#linearGradient-10)" style="mix-blend-mode: multiply;"></path>
158
+ <path d="M50.6310138,24.6425219 L49.0287392,26.014677 C48.9039168,26.1225629 48.8355808,26.2822725 48.8435301,26.4475336 L48.8779876,27.7764031 C48.8825697,27.9596134 48.9798527,28.1278111 49.1359964,28.2224883 C49.2921402,28.3171654 49.48556,28.3252343 49.6489745,28.2438881 L50.5707131,27.7807317 C50.7032412,27.7132457 50.8027535,27.5944884 50.8463733,27.4517607 L51.4924517,25.2138925 C51.5692347,24.9832665 51.4821272,24.7295771 51.2801587,24.5956163 C51.0781902,24.4616556 50.8118348,24.4809017 50.6310138,24.6425219 L50.6310138,24.6425219 Z" id="Path" fill="url(#linearGradient-11)" style="mix-blend-mode: multiply;"></path>
159
+ </g>
160
+ </g>
161
+ </g>
162
162
  </svg>