@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,54 +1,54 @@
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 / Time-to-market</title>
4
- <defs>
5
- <linearGradient x1="100.000304%" y1="50.0429122%" x2="0.00348446042%" y2="50.0429122%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="0%"></stop>
7
- <stop stop-color="#464547" offset="100%"></stop>
8
- </linearGradient>
9
- <linearGradient x1="62.8149171%" y1="65.1107824%" x2="49.869916%" y2="53.1552095%" id="linearGradient-2">
10
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
11
- <stop stop-color="#FFFFFF" stop-opacity="0.03" offset="9%"></stop>
12
- <stop stop-color="#FFFFFF" stop-opacity="0.11" offset="22%"></stop>
13
- <stop stop-color="#FFFFFF" stop-opacity="0.24" offset="38%"></stop>
14
- <stop stop-color="#FFFFFF" stop-opacity="0.43" offset="55%"></stop>
15
- <stop stop-color="#FFFFFF" stop-opacity="0.66" offset="75%"></stop>
16
- <stop stop-color="#FFFFFF" stop-opacity="0.95" offset="96%"></stop>
17
- <stop stop-color="#FFFFFF" offset="100%"></stop>
18
- </linearGradient>
19
- </defs>
20
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Time-to-market" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
21
- <g id="Asset-202" transform="translate(87.000000, 0.000000)">
22
- <path d="M225.67,100.226284 L225.67,100.226284 L232.12,105.480363 L257.27,74.7734139 C258.567507,73.1930362 258.334724,70.8633107 256.75,69.5691843 L253.18,66.6679758 L253.18,66.6679758 L251.42,65.2323263 L251.42,65.2323263 L245.78,60.6462236 L245.78,60.6462236 L245.5,60.4169184 L238.38,54.6244713 L238.38,54.6244713 L236.63,53.1987915 L236.63,53.1987915 L233.94,51.0054381 C232.348924,49.7131379 230.008687,49.9495774 228.71,51.5338369 L203.56,82.2308157 L209.74,87.21571 L210.88,88.1528701 L204,96.6072508 L204,96.6072508 L199.09,102.589124 C180.841636,90.2951875 159.638253,83.0686563 137.66,81.652568 L137.66,74.2649547 L138.16,74.1453172 L139.16,73.8462236 L139.66,73.7066465 C140.16,73.5471299 140.66,73.3776435 141.15,73.1981873 L141.15,73.1981873 C141.643333,73.0187311 142.123333,72.8293051 142.59,72.6299094 L143.06,72.4205438 C143.38,72.2809668 143.71,72.1413897 144.06,71.9918429 L144.61,71.7226586 L145.46,71.2839879 C145.65,71.18429 145.84,71.0845921 146.02,70.9749245 C146.2,70.8652568 146.57,70.6758308 146.83,70.5163142 L147.38,70.1873112 C147.65,70.0178248 147.92,69.8483384 148.18,69.6688822 L148.68,69.3398792 L149.53,68.7416918 L149.95,68.4326284 C150.36,68.123565 150.76,67.8145015 151.16,67.4854985 C162.310343,58.3359336 166.496826,43.1911084 161.622059,29.6384486 C156.747291,16.0857888 143.861358,7.04470722 129.42,7.04470722 C114.978642,7.04470722 102.092709,16.0857888 97.2179413,29.6384486 C92.3431735,43.1911084 96.529657,58.3359336 107.68,67.4854985 C108.08,67.8145015 108.48,68.123565 108.89,68.4326284 L109.31,68.7416918 L110.16,69.3398792 L110.66,69.6688822 C110.92,69.8483384 111.19,70.0178248 111.46,70.1873112 L112.01,70.5163142 L112.82,70.9749245 C113,71.0845921 113.19,71.18429 113.38,71.2839879 L114.23,71.7226586 L114.78,71.9918429 C115.09,72.1413897 115.42,72.2809668 115.78,72.4205438 L116.25,72.6299094 C116.72,72.8293051 117.25,73.0187311 117.68,73.1981873 L117.68,73.1981873 C118.16,73.3776435 118.68,73.5471299 119.16,73.7066465 L119.66,73.8462236 L119.86,73.9060423 L119.86,81.7522659 C98.4211982,83.3687704 77.7723456,90.5149413 59.94,102.489426 L55.12,96.6072508 L55.12,96.6072508 L48.23,88.1927492 L49.37,87.2555891 L55.55,82.2706949 L30.4,51.5138973 C29.7796293,50.7513775 28.8799501,50.2668854 27.9001901,50.1677084 C26.9204301,50.0685314 25.9414363,50.3628533 25.18,50.9854985 L22.48,53.178852 L22.48,53.178852 L22.42,53.178852 L13.61,60.3471299 L13.33,60.576435 L13.33,60.576435 L7.69,65.1625378 L7.69,65.1625378 L5.93,66.6480363 L5.93,66.6480363 L2.36,69.5492447 C1.59305518,70.1711903 1.10681431,71.0725926 1.00918657,72.0534077 C0.911558826,73.0342228 1.2106197,74.0133204 1.84,74.7734139 L27,105.480363 L33.45,100.226284 L33.45,100.226284 L45,114.323565 C43.78,115.440181 42.57,116.586707 41.39,117.773112 C5.77000416,153.283012 -4.88670554,206.688734 14.38921,253.086611 C33.6651256,299.484489 79.0774797,329.736954 129.45,329.736954 C179.82252,329.736954 225.234874,299.484489 244.51079,253.086611 C263.786706,206.688734 253.129996,153.283012 217.51,117.773112 C216.38,116.636556 215.22,115.529909 214.05,114.453172 L225.69,100.226284 L225.67,100.226284 Z M100.299986,41.1652568 C100.287129,28.2223026 108.866692,16.8329723 121.337912,13.2375245 C133.809132,9.6420767 147.161648,14.7083974 154.079564,25.6606296 C160.997481,36.6128619 159.810919,50.8073047 151.17,60.4667674 L151.17,60.4667674 C149.505818,62.3341049 147.606789,63.9794261 145.52,65.3619335 L145.43,65.4217523 C145.06,65.670997 144.67,65.9102719 144.29,66.139577 L144.04,66.2791541 C143.7,66.4785498 143.36,66.6679758 143.04,66.847432 L142.7,67.0268882 L141.7,67.5054381 L141.28,67.6848943 L140.36,68.0836858 L139.88,68.2731118 L138.98,68.6021148 L138.46,68.781571 L137.65,69.0208459 L137.65,68.4226586 C137.489245,63.6460621 133.558767,59.8567351 128.765,59.8567351 C123.971233,59.8567351 120.040755,63.6460621 119.88,68.4226586 L119.88,68.6021148 L118.98,68.2731118 L118.5,68.0836858 L117.58,67.6848943 L117.16,67.5054381 L116.16,67.0268882 L115.82,66.847432 C115.47,66.6679758 115.13,66.4785498 114.82,66.2791541 L114.57,66.139577 C114.19,65.9102719 113.8,65.670997 113.43,65.4217523 L113.34,65.3619335 C111.253211,63.9794261 109.354182,62.3341049 107.69,60.4667674 L107.69,60.4667674 C102.926372,55.1599052 100.294899,48.2869142 100.299986,41.1652568 L100.299986,41.1652568 Z" id="Shape" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0.2"></path>
23
- <path d="M135.1,69.2003021 C121.262437,69.2003021 108.787597,60.8894047 103.493126,48.1434004 C98.1986541,35.397396 101.12735,20.7267374 110.913415,10.9730894 C120.69948,1.21944151 135.415451,-1.696117 148.198531,3.58608529 C160.981611,8.86828758 169.314045,21.307868 169.310001,35.1036254 C169.287948,53.9294776 153.982906,69.1838203 135.1,69.2003021 Z M135.1,6.05166163 C119.006422,6.05166163 105.96,19.0586688 105.96,35.1036254 C105.96,51.1485819 119.006422,64.1555891 135.1,64.1555891 C151.193578,64.1555891 164.24,51.1485819 164.24,35.1036254 C164.223464,19.0655025 151.186723,6.06814764 135.1,6.05166163 L135.1,6.05166163 Z" id="Shape" fill="#356075" fill-rule="nonzero"></path>
24
- <path d="M135.1,69.2003106 C143.039424,69.2058931 150.731823,66.4485216 156.85,61.4039275 L156.85,54.4250755 C151.331284,60.6215501 143.416774,64.167488 135.105,64.167488 C126.793226,64.167488 118.878716,60.6215501 113.36,54.4250755 L113.36,61.4039275 C119.474687,66.4478124 127.163718,69.2052444 135.1,69.2003106 Z" id="Path" fill="#7C8B95" opacity="0.8" style="mix-blend-mode: multiply;"></path>
25
- <rect id="Rectangle" fill="#356075" x="125.56" y="53.4978852" width="17.77" height="42.3416918" rx="8.76"></rect>
26
- <polygon id="Rectangle" fill="#023852" transform="translate(52.435050, 95.635545) rotate(-39.289407) translate(-52.435050, -95.635545) " points="42.9240818 81.2564813 61.9034017 81.2846173 61.9460182 110.014609 42.9666983 109.986473"></polygon>
27
- <polygon id="Rectangle" fill="#7C8B95" opacity="0.8" style="mix-blend-mode: multiply;" transform="translate(48.141950, 90.368406) rotate(-39.289407) translate(-48.141950, -90.368406) " points="38.6410577 82.7820539 57.6203776 82.8101899 57.6428423 97.9547588 38.6635224 97.9266228"></polygon>
28
- <path d="M18.4129608,49.2404836 L47.9572169,49.2842672 C49.9761365,49.2872589 51.6152195,50.9253515 51.6182112,52.9430494 L51.6772351,92.7507563 L14.8218244,92.6961429 L14.7627963,52.888436 C14.7598088,50.8707381 16.3940412,49.237496 18.4129608,49.2404836 Z" id="Path" fill="#023852" transform="translate(33.220016, 70.995620) rotate(-39.230000) translate(-33.220016, -70.995620) "></path>
29
- <polygon id="Rectangle" fill="#356075" transform="translate(26.229699, 76.649773) rotate(-39.230000) translate(-26.229699, -76.649773) " points="25.0638867 54.942512 27.3311437 54.9458717 27.3955106 98.3570344 25.1282536 98.3536747"></polygon>
30
- <polygon id="Rectangle" fill="#356075" transform="translate(41.040488, 64.616615) rotate(-39.230000) translate(-41.040488, -64.616615) " points="39.8746757 42.9093541 42.1419326 42.9127138 42.2062995 86.3238765 39.9390425 86.3205168"></polygon>
31
- <polygon id="Rectangle" fill="#356075" transform="translate(33.638255, 70.637056) rotate(-39.230000) translate(-33.638255, -70.637056) " points="32.4724434 48.9297944 34.7397003 48.9331541 34.8040672 92.3443168 32.5368102 92.3409571"></polygon>
32
- <polygon id="Rectangle" fill="#023852" transform="translate(217.555980, 95.951062) rotate(-140.770000) translate(-217.555980, -95.951062) " points="208.038929 81.5264185 227.115849 81.4981498 227.073031 110.375706 207.996111 110.403975"></polygon>
33
- <polygon id="Rectangle" fill="#7C8B95" opacity="0.8" style="mix-blend-mode: multiply;" transform="translate(221.877744, 90.670397) rotate(-140.770000) translate(-221.877744, -90.670397) " points="212.35057 83.0733534 231.42749 83.0450847 231.404919 98.26744 212.327999 98.2957087"></polygon>
34
- <path d="M218.894843,49.2714219 L255.72029,49.2168529 L255.66134,88.9746503 C255.6734,89.9591437 255.287313,90.9080018 254.590577,91.6061933 C253.893841,92.3043848 252.945447,92.6927947 251.960321,92.6834011 L222.48598,92.7270811 C220.46706,92.7300687 218.832828,91.0968266 218.835815,89.0791287 L218.894843,49.2714219 Z" id="Path" fill="#023852" transform="translate(237.278053, 70.971967) rotate(-140.770000) translate(-237.278053, -70.971967) "></path>
35
- <polygon id="Rectangle" fill="#356075" transform="translate(244.216971, 76.652182) rotate(-140.770000) translate(-244.216971, -76.652182) " points="243.115526 54.9482802 245.382783 54.9449205 245.318416 98.3560833 243.051159 98.359443"></polygon>
36
- <polygon id="Rectangle" fill="#356075" transform="translate(229.437760, 64.608300) rotate(-140.770000) translate(-229.437760, -64.608300) " points="228.336315 42.9043989 230.603572 42.9010392 230.539205 86.3122019 228.271948 86.3155616"></polygon>
37
- <polygon id="Rectangle" fill="#356075" transform="translate(237.743400, 71.525157) rotate(-140.710593) translate(-237.743400, -71.525157) " points="236.647604 49.9321635 238.903261 49.9288196 238.839196 93.1181507 236.583539 93.1214946"></polygon>
38
- <path d="M223.17,287.518731 C265.107224,245.639404 271.538379,180.060087 238.531496,130.875571 C205.524613,81.6910556 142.269273,62.5950036 87.4394029,85.2626242 C32.6095329,107.930245 1.47054107,166.050553 13.0606158,224.089149 C24.6506905,282.127746 75.7429916,323.925867 135.1,323.9284 C168.141494,323.933102 199.827689,310.833479 223.17,287.518731 Z" id="Path" fill="#023852"></path>
39
- <ellipse id="Oval" fill="#0099DA" cx="135.1" cy="199.615106" rx="101.21" ry="100.90423"></ellipse>
40
- <g id="Group" opacity="0.8" style="mix-blend-mode: multiply;" transform="translate(42.000000, 106.676737)" fill="#0099DA" fill-rule="nonzero">
41
- <path d="M13.6,93.9453172 L0.7,93.9453172 L0.7,92.9483384 C0.755103871,42.0925586 42.0901181,0.877963627 93.1,0.817522659 L94.1,0.817522659 L94.1,13.6785498 L93.1,13.6785498 C90.3242522,13.6813034 87.5505193,13.827724 84.79,14.1172205 L84.79,14.1172205 C82.0598724,14.4035439 79.3462977,14.8294827 76.66,15.3933535 L76.59,15.3933535 L76.59,15.3933535 C73.8875686,15.963831 71.2171937,16.6759982 68.59,17.5268882 L68.59,17.5268882 C66,18.3743202 63.4,19.3712991 60.86,20.5178248 L60.86,20.5178248 L60.86,20.5178248 L60.86,20.5178248 C58.341314,21.6355062 55.8844636,22.8868444 53.5,24.2664653 L53.5,24.2664653 C51.0901482,25.6506112 48.7536957,27.1580617 46.5,28.7827795 L46.5,28.7827795 C44.2415996,30.4004602 42.0718187,32.1376967 40,33.9870091 L39.94,33.9870091 L39.94,33.9870091 L39.94,33.9870091 C37.8784774,35.8476917 35.9158058,37.8144172 34.06,39.8791541 L34.06,39.8791541 L34.06,39.8791541 L34.06,39.9389728 C32.2236984,41.9784875 30.4947103,44.1115629 28.88,46.3296073 L28.88,46.3296073 C27.2523228,48.5757347 25.7435953,50.9052007 24.36,53.3084592 L24.36,53.3084592 C22.9713903,55.7034568 21.7096592,58.1693778 20.58,60.6960725 L20.58,60.6960725 C19.4475285,63.2185104 18.4462005,65.7974594 17.58,68.4226586 L17.58,68.4226586 C16.7248626,71.0422322 16.0072229,73.704452 15.43,76.3984894 L15.43,76.3984894 C14.8128263,79.114049 14.3355347,81.8593354 14,84.623565 L14,84.623565 C13.7093702,87.3790588 13.5625056,90.1477439 13.56,92.918429 L13.6,93.9453172 Z M2.73,91.9513595 L11.58,91.9513595 C11.58,89.807855 11.72,87.6344411 11.92,85.470997 L3.12,84.5537764 C2.89,86.9564955 2.76,89.429003 2.73,91.9214502 L2.73,91.9513595 Z M3.33,82.5398792 L12.13,83.4570997 C12.38,81.3435045 12.72,79.2 13.13,77.0564955 L4.47,75.2220544 C3.99666667,77.581571 3.61666667,80.0108761 3.33,82.5099698 L3.33,82.5398792 Z M4.91,73.2380665 L13.57,75.0725076 C14.04,72.9888218 14.57,70.8951662 15.25,68.8114804 L6.83,66.0797583 C6.1,68.3927492 5.45,70.7854985 4.91,73.2081571 L4.91,73.2380665 Z M7.46,64.1555891 L15.88,66.8873112 C16.57,64.8933535 17.35,62.8296073 18.22,60.8256798 L10.13,57.2365559 C9.15,59.4830816 8.26,61.7794562 7.46,64.1256798 L7.46,64.1555891 Z M10.96,55.392145 L19.05,58.9812689 C19.95,56.9873112 20.94,55.0830816 22.05,53.2087613 L14.4,48.8021148 C13.13,50.91571 12,53.1190332 11,55.3622356 L10.96,55.392145 Z M15.36,47.047432 L23,51.4241692 C24.12,49.5498489 25.31,47.7253776 26.54,45.9806647 L19.4,40.8063444 C17.9733333,42.8468278 16.6266667,44.9172205 15.36,47.0175227 L15.36,47.047432 Z M20.61,39.2012085 L27.76,44.3755287 C29.08,42.6208459 30.45,40.9259819 31.85,39.3308157 L25.3,33.4586103 C23.66,35.2731118 22.1,37.197281 20.61,39.1712991 L20.61,39.2012085 Z M26.61,31.9531722 L33.17,37.8353474 C34.63,36.2501511 36.17,34.7048338 37.77,33.2492447 L31.87,26.7190332 C30.09,28.3540785 28.33,30.1087613 26.65,31.9033233 L26.61,31.9531722 Z M33.37,25.363142 L39.27,31.8933535 C40.87,30.4975831 42.57,29.1317221 44.33,27.81571 L39.14,20.697281 C37.2,22.1429003 35.27,23.6981873 33.41,25.3332326 L33.37,25.363142 Z M40.78,19.5009063 L46,26.589426 C47.76,25.3531722 49.59,24.1767372 51.46,23.0601208 L47.04,15.4232628 C44.91,16.689426 42.84,18.0453172 40.82,19.470997 L40.78,19.5009063 Z M48.78,14.4462236 L53.21,22.0731118 C55.1,21.0163142 57.04,20.0293051 59,19.0821752 L55.4,11.0166163 C53.1333333,12.0667674 50.9333333,13.2 48.8,14.4163142 L48.78,14.4462236 Z M57.25,10.2389728 L60.85,18.3045317 C62.85,17.4471299 64.85,16.6595166 66.93,15.9716012 L64.19,7.57703927 C61.8433333,8.35468278 59.5366667,9.23202417 57.27,10.2090634 L57.25,10.2389728 Z M66.12,6.9489426 L68.86,15.3534743 C70.95,14.6954683 73.05,14.1371601 75.14,13.6685801 L73.32,4.98489426 C70.89,5.54320242 68.49,6.19123867 66.14,6.91903323 L66.12,6.9489426 Z M75.29,4.61601208 L77.13,13.2498489 C79.27,12.821148 81.43,12.4821752 83.55,12.2528701 L82.63,3.47945619 C80.1633333,3.72537764 77.7233333,4.09425982 75.31,4.58610272 L75.29,4.61601208 Z M84.65,3.25015106 L85.57,12.023565 C87.74,11.8241692 89.92,11.7145015 92.07,11.6845921 L92.07,2.86132931 C89.59,2.86132931 87.11,2.99093656 84.67,3.22024169 L84.65,3.25015106 Z" id="Shape"></path>
42
- <path d="M185.51,93.9453172 L172.61,93.9453172 L172.61,92.9483384 C172.60611,90.2144317 172.462591,87.4824958 172.18,84.763142 L172.18,84.5637462 C171.892824,81.8616557 171.465586,79.1761916 170.9,76.5181269 L170.9,76.4583082 L170.9,76.4583082 L170.9,76.4583082 C170.325888,73.7644964 169.61159,71.1022879 168.76,68.4824773 L168.76,68.4824773 C167.91,65.9003021 166.91,63.3081571 165.76,60.7858006 L165.76,60.7858006 C164.634323,58.2604471 163.37248,55.7976362 161.98,53.4081571 L161.98,53.4081571 C160.587742,51.0057722 159.072405,48.6764081 157.44,46.4293051 L157.44,46.4293051 C155.808322,44.1568998 154.059296,41.9705678 152.2,39.8791541 L152.2,39.8791541 C150.34127,37.8266545 148.378719,35.8700329 146.32,34.0169184 L146.32,34.0169184 C144.264387,32.1762032 142.114861,30.4424777 139.88,28.8226586 L139.88,28.8226586 C137.626088,27.1951854 135.289665,25.6844264 132.88,24.2963746 L132.88,24.2963746 C130.484396,22.9153291 128.017662,21.6607296 125.49,20.5377644 L125.49,20.5377644 C122.9602,19.4080421 120.3734,18.4097257 117.74,17.5468278 L117.74,17.5468278 C115.112343,16.6974993 112.442051,15.9853542 109.74,15.4132931 L109.65,15.4132931 C106.961402,14.8413086 104.244246,14.4120038 101.51,14.1271903 L101.51,14.1271903 C98.7461562,13.8374386 95.9690812,13.6910177 93.19,13.6885196 L92.19,13.6885196 L92.19,0.827492447 L93.19,0.827492447 C144.203787,0.882440277 185.544886,42.0986412 185.6,92.9583082 L185.51,93.9453172 Z M174.63,91.9513595 L183.48,91.9513595 C183.48,89.4589124 183.32,86.9664653 183.09,84.5537764 L174.29,85.470997 C174.49,87.6045317 174.6,89.7779456 174.63,91.9214502 L174.63,91.9513595 Z M173.06,77.0564955 C173.49,79.2 173.83,81.3435045 174.06,83.4570997 L182.86,82.5398792 C182.58,80.0673716 182.193333,77.6280967 181.7,75.2220544 L173.06,77.0564955 Z M171,68.7915408 C171.65,70.8752266 172.22,72.978852 172.69,75.052568 L181.35,73.2181269 C180.81,70.7954683 180.16,68.4126888 179.43,66.0598187 L171,68.7915408 Z M168,60.81571 C168.86,62.8096677 169.65,64.8036254 170.34,66.8773414 L178.76,64.1456193 C177.96,61.7927492 177.07,59.4864048 176.09,57.2265861 L168,60.81571 Z M164.22,53.1987915 C165.28,55.0830816 166.22,57.0172205 167.17,58.9712991 L175.26,55.3821752 C174.26,53.1389728 173.09,50.9356495 171.87,48.792145 L164.22,53.1987915 Z M159.65,46.0006042 C160.89,47.755287 162.08,49.5797583 163.2,51.4441088 L170.86,47.0374622 C169.59,44.9138973 168.23,42.8401813 166.8,40.826284 L159.65,46.0006042 Z M154.37,39.3208459 C155.77,40.9160121 157.14,42.6108761 158.46,44.3655589 L165.6,39.1912387 C164.12,37.197281 162.6,35.2930514 160.92,33.4486405 L154.37,39.3208459 Z M148.37,33.2392749 C149.96,34.694864 151.5,36.2302115 152.97,37.8253776 L159.52,31.9432024 C157.85,30.1287009 156.09,28.3740181 154.27,26.7090634 L148.37,33.2392749 Z M141.81,27.8057402 C143.57,29.1217523 145.27,30.4876133 146.87,31.8833837 L152.76,25.3531722 C150.91,23.7181269 148.98,22.1628399 147,20.6873112 L141.81,27.8057402 Z M134.71,23.0800604 C136.58,24.1966767 138.41,25.3731118 140.16,26.6193353 L145.36,19.4909366 C143.36,18.0652568 141.26,16.7093656 139.13,15.4432024 L134.71,23.0800604 Z M127.16,19.092145 C129.16,19.989426 131.06,20.976435 132.95,22.0830816 L137.37,14.4561934 C135.22,13.2398792 133.01,12.1132931 130.76,11.076435 L127.16,19.092145 Z M119.26,15.9516616 C121.26,16.639577 123.34,17.4271903 125.34,18.2845921 L128.94,10.2190332 C126.666667,9.24199396 124.353333,8.35468278 122,7.5570997 L119.26,15.9516616 Z M111.05,13.6486405 C113.14,14.1172205 115.24,14.6456193 117.33,15.3335347 L120.07,6.92900302 C117.71,6.20120846 115.32,5.55317221 112.89,5.01480363 L111.05,13.6486405 Z M102.63,12.2129909 C104.76,12.4622356 106.92,12.8012085 109.06,13.2099698 L110.9,4.57613293 C108.493333,4.09093656 106.046667,3.70543807 103.56,3.41963746 L102.63,12.2129909 Z M94.12,11.6646526 C96.27,11.6646526 98.45,11.8042296 100.62,12.0036254 L101.54,3.23021148 C99.0933333,2.99758308 96.62,2.86797583 94.12,2.84138973 L94.12,11.6646526 Z" id="Shape"></path>
43
- <path d="M93.1,185.059215 L92.1,185.059215 L92.1,172.198187 L93.1,172.198187 C95.8790812,172.195689 98.6561562,172.049268 101.42,171.759517 L101.42,171.759517 C104.174165,171.470594 106.911252,171.037976 109.62,170.463444 L109.62,170.463444 C112.323404,169.89295 114.993954,169.177408 117.62,168.31994 L117.62,168.31994 C120.257041,167.458077 122.847222,166.459743 125.38,165.329003 L125.38,165.329003 C127.914351,164.202757 130.387745,162.944837 132.79,161.560423 L132.79,161.560423 C135.201119,160.178346 137.537678,158.670826 139.79,157.044109 L139.79,157.044109 C142.015783,155.427896 144.158498,153.700934 146.21,151.869789 L146.21,151.869789 C148.268719,150.016674 150.23127,148.060052 152.09,146.007553 L152.09,146.007553 L152.09,146.007553 C153.933332,143.955635 155.672187,141.812757 157.3,139.587009 L157.3,139.587009 C158.931389,137.341315 160.443467,135.011829 161.83,132.608157 L161.83,132.608157 C163.207927,130.224296 164.462893,127.77186 165.59,125.260423 L165.59,125.260423 L165.59,125.260423 L165.59,125.260423 C166.723247,122.755274 167.724608,120.192878 168.59,117.583686 L168.59,117.583686 C169.442216,114.96406 170.156524,112.301819 170.73,109.607855 L170.73,109.558006 L170.73,109.558006 L170.73,109.488218 C171.29,106.806344 171.73,104.104532 172,101.452568 L172,101.263142 C172.282075,98.5437482 172.425593,95.8118384 172.43,93.0779456 L172.43,92.0809668 L185.33,92.0809668 L185.33,93.0779456 C185.19272,143.809332 143.98507,184.90585 93.1,185.059215 Z M94.1,174.212085 L94.1,183.035347 C96.6,183.035347 99.0733333,182.90574 101.52,182.646526 L100.6,173.873112 C98.45,174.072508 96.27,174.182175 94.12,174.212085 L94.1,174.212085 Z M102.61,173.663746 L103.54,182.43716 C106.02,182.158006 108.466667,181.772508 110.88,181.280665 L109.04,172.646828 C106.91,173.075529 104.76,173.414502 102.63,173.663746 L102.61,173.663746 Z M111.03,172.228097 L112.87,180.861934 C115.3,180.323565 117.69,179.675529 120.05,178.947734 L117.31,170.553172 C115.24,171.191239 113.14,171.759517 111.05,172.228097 L111.03,172.228097 Z M119.24,169.925076 L121.98,178.319637 C124.34,177.522054 126.653333,176.634743 128.92,175.657704 L125.32,167.592145 C123.33,168.489426 121.29,169.23716 119.26,169.925076 L119.24,169.925076 Z M127.17,166.764653 L130.77,174.830211 C133.02,173.833233 135.23,172.666767 137.38,171.450453 L133,163.823565 C131.1,164.880363 129.15,165.867372 127.19,166.764653 L127.17,166.764653 Z M134.72,162.776737 L139.14,170.413595 C141.27,169.147432 143.35,167.791541 145.37,166.365861 L140.17,159.247432 C138.45,160.513595 136.62,161.69003 134.74,162.806647 L134.72,162.776737 Z M141.82,158.051057 L147,165.199396 C149,163.723867 150.91,162.208459 152.76,160.533535 L146.87,154.003323 C145.3,155.399094 143.6,156.764955 141.84,158.080967 L141.82,158.051057 Z M148.38,152.617523 L154.28,159.157704 C156.1,157.482779 157.86,155.728097 159.53,153.913595 L152.98,148.03142 C151.53,149.646526 150,151.191843 148.4,152.647432 L148.38,152.617523 Z M154.38,146.535952 L160.93,152.418127 C162.57,150.563746 164.13,148.639577 165.61,146.665559 L158.45,141.570997 C157.13,143.275831 155.76,144.970695 154.36,146.555891 L154.38,146.535952 Z M159.66,139.856193 L166.81,145.030514 C168.24,143.036556 169.6,140.95287 170.87,138.819335 L163.21,134.412689 C162.07,136.316918 160.88,138.13142 159.64,139.886103 L159.66,139.856193 Z M164.23,132.658006 L171.88,137.074622 C173.1,134.921148 174.23,132.721148 175.27,130.474622 L167.18,126.885498 C166.26,128.869486 165.27,130.803625 164.21,132.687915 L164.23,132.658006 Z M168.01,125.041088 L176.1,128.630211 C177.08,126.363746 177.97,124.057402 178.77,121.711178 L170.35,118.979456 C169.64,121.043202 168.85,123.077039 168,125.070997 L168.01,125.041088 Z M171.01,117.065257 L179.44,119.796979 C180.17,117.454079 180.82,115.061329 181.36,112.638671 L172.7,110.80423 C172.17,112.897885 171.6,115.001511 171,117.085196 L171.01,117.065257 Z M173.12,108.820242 L181.78,110.654683 C182.273333,108.24864 182.66,105.809366 182.94,103.336858 L174.14,102.419637 C173.83,104.553172 173.49,106.676737 173.06,108.840181 L173.12,108.820242 Z M174.35,100.40574 L183.15,101.322961 C183.38,98.8903323 183.51,96.4178248 183.54,93.9253776 L174.69,93.9253776 C174.6,96.0888218 174.49,98.2622356 174.29,100.42568 L174.35,100.40574 Z" id="Shape"></path>
44
- <path d="M94.12,185.059215 L93.12,185.059215 C42.1117357,185.004267 0.775114326,143.792529 0.72,92.9383686 L0.72,91.9413897 L13.6,91.9413897 L13.6,92.9383686 C13.6027619,95.7057305 13.7496262,98.4710835 14.04,101.223263 L14.04,101.223263 C14.3297986,103.969107 14.7637269,106.697925 15.34,109.398489 L15.34,109.398489 C15.9159609,112.09283 16.6336181,114.755115 17.49,117.37432 L17.49,117.37432 C18.351907,119.997791 19.3533248,122.573643 20.49,125.090937 L20.49,125.090937 C21.6183441,127.61326 22.8766891,130.075759 24.26,132.46858 L24.26,132.46858 C25.6472961,134.871787 27.1593492,137.201234 28.79,139.447432 L28.79,139.447432 C30.4099198,141.691954 32.1490695,143.848507 34,145.907855 L34,145.967674 L34,145.967674 L34,145.967674 C35.83871,148.000227 37.7812874,149.936936 39.82,151.770091 L39.82,151.770091 L39.82,151.770091 L39.88,151.770091 C41.9236485,153.603238 44.0633164,155.327106 46.29,156.934441 L46.29,156.934441 C48.525864,158.556932 50.8457316,160.061123 53.24,161.440785 L53.24,161.440785 C55.6389923,162.821901 58.1090583,164.076497 60.64,165.199396 L60.64,165.199396 C63.1751154,166.332687 65.7687615,167.331069 68.41,168.190332 L68.41,168.190332 C71.0374761,169.040271 73.7078005,169.752424 76.41,170.323867 L76.41,170.323867 C79.112044,170.895901 81.8425167,171.3252 84.59,171.60997 L84.59,171.60997 C87.3505193,171.899466 90.1242522,172.045887 92.9,172.04864 L93.9,172.04864 L94.12,185.059215 Z M84.67,182.646526 C87.11,182.875831 89.59,183.005438 92.09,183.035347 L92.09,174.212085 C89.94,174.212085 87.76,174.072508 85.59,173.873112 L84.67,182.646526 Z M75.31,181.280665 C77.7166667,181.772508 80.1633333,182.158006 82.65,182.43716 L83.57,173.663746 C81.45,173.414502 79.29,173.075529 77.15,172.666767 L75.31,181.280665 Z M66.14,178.947734 C68.49,179.675529 70.89,180.323565 73.32,180.861934 L75.16,172.228097 C73.07,171.759517 70.96,171.231118 68.88,170.553172 L66.14,178.947734 Z M57.27,175.657704 C59.5433333,176.634743 61.8566667,177.522054 64.21,178.319637 L66.95,169.925076 C64.95,169.23716 62.88,168.459517 60.87,167.592145 L57.27,175.657704 Z M48.8,171.480363 C50.96,172.696677 53.1666667,173.823263 55.42,174.860121 L59.02,166.804532 C57.02,165.897281 55.12,164.910272 53.23,163.813595 L48.8,171.480363 Z M40.8,166.42568 C42.8,167.85136 44.89,169.207251 47.03,170.473414 L51.45,162.836556 C49.57,161.71994 47.74,160.533535 45.99,159.307251 L40.8,166.42568 Z M33.41,160.513595 C35.27,162.14864 37.2,163.703927 39.18,165.179456 L44.37,158.061027 C42.61,156.745015 40.91,155.379154 39.31,153.983384 L33.41,160.513595 Z M26.65,153.923565 C28.33,155.738066 30.09,157.492749 31.91,159.167674 L37.81,152.627492 C36.22,151.171903 34.67,149.636556 33.21,148.04139 L26.65,153.923565 Z M20.65,146.675529 C22.14,148.669486 23.65,150.573716 25.34,152.428097 L31.89,146.545921 C30.49,144.950755 29.12,143.255891 27.8,141.501208 L20.65,146.675529 Z M15.4,138.829305 C16.67,140.96284 18.02,143.026586 19.46,145.040483 L26.6,139.866163 C25.37,138.12145 24.18,136.296979 23.06,134.422659 L15.4,138.829305 Z M11,130.504532 C12,132.757704 13.17,134.951057 14.39,137.104532 L22,132.687915 C20.94,130.803625 20,128.869486 19,126.915408 L11,130.504532 Z M7.5,121.741088 C8.3,124.093958 9.19,126.400302 10.17,128.660121 L18.26,125.070997 C17.3933333,123.077039 16.6133333,121.056495 15.92,119.009366 L7.5,121.741088 Z M4.91,112.65861 C5.45,115.081269 6.1,117.474018 6.83,119.816918 L15.25,117.085196 C14.6,115.01148 14.04,112.907855 13.57,110.824169 L4.91,112.65861 Z M3.33,103.356798 C3.61,105.829305 3.99666667,108.271903 4.49,110.684592 L13.15,108.840181 C12.72,106.706647 12.38,104.553172 12.15,102.439577 L3.33,103.356798 Z M2.73,93.9453172 C2.73,96.4377644 2.89,98.9302115 3.12,101.3429 L11.92,100.42568 C11.72,98.2622356 11.61,96.0888218 11.58,93.9453172 L2.73,93.9453172 Z" id="Shape"></path>
45
- </g>
46
- <rect id="Rectangle" fill="#FFEC33" x="214.58" y="198.039879" width="12.93" height="3.31993958"></rect>
47
- <rect id="Rectangle" fill="#FFEC33" x="42.7" y="198.039879" width="12.93" height="3.31993958"></rect>
48
- <polygon id="Rectangle" fill="#FFEC33" transform="translate(135.105000, 113.785196) rotate(-90.000000) translate(-135.105000, -113.785196) " points="128.534909 112.120196 141.675091 112.120196 141.675091 115.450196 128.534909 115.450196"></polygon>
49
- <polygon id="Rectangle" fill="#FFEC33" transform="translate(135.105000, 285.155891) rotate(-90.000000) translate(-135.105000, -285.155891) " points="128.52494 283.490891 141.68506 283.490891 141.68506 286.820891 128.52494 286.820891"></polygon>
50
- <path d="M199.86,192.307251 C195.875938,156.367207 164.146529,129.97065 127.96674,132.497296 C91.7869519,135.023942 64.0585116,165.572787 65.1389716,201.715607 C66.2194316,237.858426 95.7234993,266.706675 131.99,267.080665 L131.99,246.851964 C106.923161,246.484804 86.4975177,226.682985 85.4279103,201.711939 C84.358303,176.740893 103.016292,155.27507 127.960473,152.778667 C152.904655,150.282263 175.46991,167.622481 179.4,192.307251 L168.52,192.307251 L189.52,221.389124 L210.57,192.307251 L199.86,192.307251 Z" id="Path" fill="url(#linearGradient-2)"></path>
51
- <path d="M85.38,199.704834 C85.426616,175.134137 104.389039,154.71667 128.957813,152.783164 C153.526586,150.849658 175.467266,168.048145 179.38,192.307251 L168.52,192.307251 L189.52,221.389124 L210.57,192.307251 L199.86,192.307251 C195.958918,156.717456 164.820426,130.384368 128.96457,132.352657 C93.1087134,134.320947 65.0582965,163.90318 65.0999536,199.704834 L85.38,199.704834 Z" id="Path" fill="#FFFFFF"></path>
52
- </g>
53
- </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 / Time-to-market</title>
4
+ <defs>
5
+ <linearGradient x1="100.000304%" y1="50.0429122%" x2="0.00348446042%" y2="50.0429122%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#464547" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="62.8149171%" y1="65.1107824%" x2="49.869916%" y2="53.1552095%" id="linearGradient-2">
10
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
11
+ <stop stop-color="#FFFFFF" stop-opacity="0.03" offset="9%"></stop>
12
+ <stop stop-color="#FFFFFF" stop-opacity="0.11" offset="22%"></stop>
13
+ <stop stop-color="#FFFFFF" stop-opacity="0.24" offset="38%"></stop>
14
+ <stop stop-color="#FFFFFF" stop-opacity="0.43" offset="55%"></stop>
15
+ <stop stop-color="#FFFFFF" stop-opacity="0.66" offset="75%"></stop>
16
+ <stop stop-color="#FFFFFF" stop-opacity="0.95" offset="96%"></stop>
17
+ <stop stop-color="#FFFFFF" offset="100%"></stop>
18
+ </linearGradient>
19
+ </defs>
20
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Time-to-market" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
21
+ <g id="Asset-202" transform="translate(87.000000, 0.000000)">
22
+ <path d="M225.67,100.226284 L225.67,100.226284 L232.12,105.480363 L257.27,74.7734139 C258.567507,73.1930362 258.334724,70.8633107 256.75,69.5691843 L253.18,66.6679758 L253.18,66.6679758 L251.42,65.2323263 L251.42,65.2323263 L245.78,60.6462236 L245.78,60.6462236 L245.5,60.4169184 L238.38,54.6244713 L238.38,54.6244713 L236.63,53.1987915 L236.63,53.1987915 L233.94,51.0054381 C232.348924,49.7131379 230.008687,49.9495774 228.71,51.5338369 L203.56,82.2308157 L209.74,87.21571 L210.88,88.1528701 L204,96.6072508 L204,96.6072508 L199.09,102.589124 C180.841636,90.2951875 159.638253,83.0686563 137.66,81.652568 L137.66,74.2649547 L138.16,74.1453172 L139.16,73.8462236 L139.66,73.7066465 C140.16,73.5471299 140.66,73.3776435 141.15,73.1981873 L141.15,73.1981873 C141.643333,73.0187311 142.123333,72.8293051 142.59,72.6299094 L143.06,72.4205438 C143.38,72.2809668 143.71,72.1413897 144.06,71.9918429 L144.61,71.7226586 L145.46,71.2839879 C145.65,71.18429 145.84,71.0845921 146.02,70.9749245 C146.2,70.8652568 146.57,70.6758308 146.83,70.5163142 L147.38,70.1873112 C147.65,70.0178248 147.92,69.8483384 148.18,69.6688822 L148.68,69.3398792 L149.53,68.7416918 L149.95,68.4326284 C150.36,68.123565 150.76,67.8145015 151.16,67.4854985 C162.310343,58.3359336 166.496826,43.1911084 161.622059,29.6384486 C156.747291,16.0857888 143.861358,7.04470722 129.42,7.04470722 C114.978642,7.04470722 102.092709,16.0857888 97.2179413,29.6384486 C92.3431735,43.1911084 96.529657,58.3359336 107.68,67.4854985 C108.08,67.8145015 108.48,68.123565 108.89,68.4326284 L109.31,68.7416918 L110.16,69.3398792 L110.66,69.6688822 C110.92,69.8483384 111.19,70.0178248 111.46,70.1873112 L112.01,70.5163142 L112.82,70.9749245 C113,71.0845921 113.19,71.18429 113.38,71.2839879 L114.23,71.7226586 L114.78,71.9918429 C115.09,72.1413897 115.42,72.2809668 115.78,72.4205438 L116.25,72.6299094 C116.72,72.8293051 117.25,73.0187311 117.68,73.1981873 L117.68,73.1981873 C118.16,73.3776435 118.68,73.5471299 119.16,73.7066465 L119.66,73.8462236 L119.86,73.9060423 L119.86,81.7522659 C98.4211982,83.3687704 77.7723456,90.5149413 59.94,102.489426 L55.12,96.6072508 L55.12,96.6072508 L48.23,88.1927492 L49.37,87.2555891 L55.55,82.2706949 L30.4,51.5138973 C29.7796293,50.7513775 28.8799501,50.2668854 27.9001901,50.1677084 C26.9204301,50.0685314 25.9414363,50.3628533 25.18,50.9854985 L22.48,53.178852 L22.48,53.178852 L22.42,53.178852 L13.61,60.3471299 L13.33,60.576435 L13.33,60.576435 L7.69,65.1625378 L7.69,65.1625378 L5.93,66.6480363 L5.93,66.6480363 L2.36,69.5492447 C1.59305518,70.1711903 1.10681431,71.0725926 1.00918657,72.0534077 C0.911558826,73.0342228 1.2106197,74.0133204 1.84,74.7734139 L27,105.480363 L33.45,100.226284 L33.45,100.226284 L45,114.323565 C43.78,115.440181 42.57,116.586707 41.39,117.773112 C5.77000416,153.283012 -4.88670554,206.688734 14.38921,253.086611 C33.6651256,299.484489 79.0774797,329.736954 129.45,329.736954 C179.82252,329.736954 225.234874,299.484489 244.51079,253.086611 C263.786706,206.688734 253.129996,153.283012 217.51,117.773112 C216.38,116.636556 215.22,115.529909 214.05,114.453172 L225.69,100.226284 L225.67,100.226284 Z M100.299986,41.1652568 C100.287129,28.2223026 108.866692,16.8329723 121.337912,13.2375245 C133.809132,9.6420767 147.161648,14.7083974 154.079564,25.6606296 C160.997481,36.6128619 159.810919,50.8073047 151.17,60.4667674 L151.17,60.4667674 C149.505818,62.3341049 147.606789,63.9794261 145.52,65.3619335 L145.43,65.4217523 C145.06,65.670997 144.67,65.9102719 144.29,66.139577 L144.04,66.2791541 C143.7,66.4785498 143.36,66.6679758 143.04,66.847432 L142.7,67.0268882 L141.7,67.5054381 L141.28,67.6848943 L140.36,68.0836858 L139.88,68.2731118 L138.98,68.6021148 L138.46,68.781571 L137.65,69.0208459 L137.65,68.4226586 C137.489245,63.6460621 133.558767,59.8567351 128.765,59.8567351 C123.971233,59.8567351 120.040755,63.6460621 119.88,68.4226586 L119.88,68.6021148 L118.98,68.2731118 L118.5,68.0836858 L117.58,67.6848943 L117.16,67.5054381 L116.16,67.0268882 L115.82,66.847432 C115.47,66.6679758 115.13,66.4785498 114.82,66.2791541 L114.57,66.139577 C114.19,65.9102719 113.8,65.670997 113.43,65.4217523 L113.34,65.3619335 C111.253211,63.9794261 109.354182,62.3341049 107.69,60.4667674 L107.69,60.4667674 C102.926372,55.1599052 100.294899,48.2869142 100.299986,41.1652568 L100.299986,41.1652568 Z" id="Shape" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0.2"></path>
23
+ <path d="M135.1,69.2003021 C121.262437,69.2003021 108.787597,60.8894047 103.493126,48.1434004 C98.1986541,35.397396 101.12735,20.7267374 110.913415,10.9730894 C120.69948,1.21944151 135.415451,-1.696117 148.198531,3.58608529 C160.981611,8.86828758 169.314045,21.307868 169.310001,35.1036254 C169.287948,53.9294776 153.982906,69.1838203 135.1,69.2003021 Z M135.1,6.05166163 C119.006422,6.05166163 105.96,19.0586688 105.96,35.1036254 C105.96,51.1485819 119.006422,64.1555891 135.1,64.1555891 C151.193578,64.1555891 164.24,51.1485819 164.24,35.1036254 C164.223464,19.0655025 151.186723,6.06814764 135.1,6.05166163 L135.1,6.05166163 Z" id="Shape" fill="#356075" fill-rule="nonzero"></path>
24
+ <path d="M135.1,69.2003106 C143.039424,69.2058931 150.731823,66.4485216 156.85,61.4039275 L156.85,54.4250755 C151.331284,60.6215501 143.416774,64.167488 135.105,64.167488 C126.793226,64.167488 118.878716,60.6215501 113.36,54.4250755 L113.36,61.4039275 C119.474687,66.4478124 127.163718,69.2052444 135.1,69.2003106 Z" id="Path" fill="#7C8B95" opacity="0.8" style="mix-blend-mode: multiply;"></path>
25
+ <rect id="Rectangle" fill="#356075" x="125.56" y="53.4978852" width="17.77" height="42.3416918" rx="8.76"></rect>
26
+ <polygon id="Rectangle" fill="#023852" transform="translate(52.435050, 95.635545) rotate(-39.289407) translate(-52.435050, -95.635545) " points="42.9240818 81.2564813 61.9034017 81.2846173 61.9460182 110.014609 42.9666983 109.986473"></polygon>
27
+ <polygon id="Rectangle" fill="#7C8B95" opacity="0.8" style="mix-blend-mode: multiply;" transform="translate(48.141950, 90.368406) rotate(-39.289407) translate(-48.141950, -90.368406) " points="38.6410577 82.7820539 57.6203776 82.8101899 57.6428423 97.9547588 38.6635224 97.9266228"></polygon>
28
+ <path d="M18.4129608,49.2404836 L47.9572169,49.2842672 C49.9761365,49.2872589 51.6152195,50.9253515 51.6182112,52.9430494 L51.6772351,92.7507563 L14.8218244,92.6961429 L14.7627963,52.888436 C14.7598088,50.8707381 16.3940412,49.237496 18.4129608,49.2404836 Z" id="Path" fill="#023852" transform="translate(33.220016, 70.995620) rotate(-39.230000) translate(-33.220016, -70.995620) "></path>
29
+ <polygon id="Rectangle" fill="#356075" transform="translate(26.229699, 76.649773) rotate(-39.230000) translate(-26.229699, -76.649773) " points="25.0638867 54.942512 27.3311437 54.9458717 27.3955106 98.3570344 25.1282536 98.3536747"></polygon>
30
+ <polygon id="Rectangle" fill="#356075" transform="translate(41.040488, 64.616615) rotate(-39.230000) translate(-41.040488, -64.616615) " points="39.8746757 42.9093541 42.1419326 42.9127138 42.2062995 86.3238765 39.9390425 86.3205168"></polygon>
31
+ <polygon id="Rectangle" fill="#356075" transform="translate(33.638255, 70.637056) rotate(-39.230000) translate(-33.638255, -70.637056) " points="32.4724434 48.9297944 34.7397003 48.9331541 34.8040672 92.3443168 32.5368102 92.3409571"></polygon>
32
+ <polygon id="Rectangle" fill="#023852" transform="translate(217.555980, 95.951062) rotate(-140.770000) translate(-217.555980, -95.951062) " points="208.038929 81.5264185 227.115849 81.4981498 227.073031 110.375706 207.996111 110.403975"></polygon>
33
+ <polygon id="Rectangle" fill="#7C8B95" opacity="0.8" style="mix-blend-mode: multiply;" transform="translate(221.877744, 90.670397) rotate(-140.770000) translate(-221.877744, -90.670397) " points="212.35057 83.0733534 231.42749 83.0450847 231.404919 98.26744 212.327999 98.2957087"></polygon>
34
+ <path d="M218.894843,49.2714219 L255.72029,49.2168529 L255.66134,88.9746503 C255.6734,89.9591437 255.287313,90.9080018 254.590577,91.6061933 C253.893841,92.3043848 252.945447,92.6927947 251.960321,92.6834011 L222.48598,92.7270811 C220.46706,92.7300687 218.832828,91.0968266 218.835815,89.0791287 L218.894843,49.2714219 Z" id="Path" fill="#023852" transform="translate(237.278053, 70.971967) rotate(-140.770000) translate(-237.278053, -70.971967) "></path>
35
+ <polygon id="Rectangle" fill="#356075" transform="translate(244.216971, 76.652182) rotate(-140.770000) translate(-244.216971, -76.652182) " points="243.115526 54.9482802 245.382783 54.9449205 245.318416 98.3560833 243.051159 98.359443"></polygon>
36
+ <polygon id="Rectangle" fill="#356075" transform="translate(229.437760, 64.608300) rotate(-140.770000) translate(-229.437760, -64.608300) " points="228.336315 42.9043989 230.603572 42.9010392 230.539205 86.3122019 228.271948 86.3155616"></polygon>
37
+ <polygon id="Rectangle" fill="#356075" transform="translate(237.743400, 71.525157) rotate(-140.710593) translate(-237.743400, -71.525157) " points="236.647604 49.9321635 238.903261 49.9288196 238.839196 93.1181507 236.583539 93.1214946"></polygon>
38
+ <path d="M223.17,287.518731 C265.107224,245.639404 271.538379,180.060087 238.531496,130.875571 C205.524613,81.6910556 142.269273,62.5950036 87.4394029,85.2626242 C32.6095329,107.930245 1.47054107,166.050553 13.0606158,224.089149 C24.6506905,282.127746 75.7429916,323.925867 135.1,323.9284 C168.141494,323.933102 199.827689,310.833479 223.17,287.518731 Z" id="Path" fill="#023852"></path>
39
+ <ellipse id="Oval" fill="#0099DA" cx="135.1" cy="199.615106" rx="101.21" ry="100.90423"></ellipse>
40
+ <g id="Group" opacity="0.8" style="mix-blend-mode: multiply;" transform="translate(42.000000, 106.676737)" fill="#0099DA" fill-rule="nonzero">
41
+ <path d="M13.6,93.9453172 L0.7,93.9453172 L0.7,92.9483384 C0.755103871,42.0925586 42.0901181,0.877963627 93.1,0.817522659 L94.1,0.817522659 L94.1,13.6785498 L93.1,13.6785498 C90.3242522,13.6813034 87.5505193,13.827724 84.79,14.1172205 L84.79,14.1172205 C82.0598724,14.4035439 79.3462977,14.8294827 76.66,15.3933535 L76.59,15.3933535 L76.59,15.3933535 C73.8875686,15.963831 71.2171937,16.6759982 68.59,17.5268882 L68.59,17.5268882 C66,18.3743202 63.4,19.3712991 60.86,20.5178248 L60.86,20.5178248 L60.86,20.5178248 L60.86,20.5178248 C58.341314,21.6355062 55.8844636,22.8868444 53.5,24.2664653 L53.5,24.2664653 C51.0901482,25.6506112 48.7536957,27.1580617 46.5,28.7827795 L46.5,28.7827795 C44.2415996,30.4004602 42.0718187,32.1376967 40,33.9870091 L39.94,33.9870091 L39.94,33.9870091 L39.94,33.9870091 C37.8784774,35.8476917 35.9158058,37.8144172 34.06,39.8791541 L34.06,39.8791541 L34.06,39.8791541 L34.06,39.9389728 C32.2236984,41.9784875 30.4947103,44.1115629 28.88,46.3296073 L28.88,46.3296073 C27.2523228,48.5757347 25.7435953,50.9052007 24.36,53.3084592 L24.36,53.3084592 C22.9713903,55.7034568 21.7096592,58.1693778 20.58,60.6960725 L20.58,60.6960725 C19.4475285,63.2185104 18.4462005,65.7974594 17.58,68.4226586 L17.58,68.4226586 C16.7248626,71.0422322 16.0072229,73.704452 15.43,76.3984894 L15.43,76.3984894 C14.8128263,79.114049 14.3355347,81.8593354 14,84.623565 L14,84.623565 C13.7093702,87.3790588 13.5625056,90.1477439 13.56,92.918429 L13.6,93.9453172 Z M2.73,91.9513595 L11.58,91.9513595 C11.58,89.807855 11.72,87.6344411 11.92,85.470997 L3.12,84.5537764 C2.89,86.9564955 2.76,89.429003 2.73,91.9214502 L2.73,91.9513595 Z M3.33,82.5398792 L12.13,83.4570997 C12.38,81.3435045 12.72,79.2 13.13,77.0564955 L4.47,75.2220544 C3.99666667,77.581571 3.61666667,80.0108761 3.33,82.5099698 L3.33,82.5398792 Z M4.91,73.2380665 L13.57,75.0725076 C14.04,72.9888218 14.57,70.8951662 15.25,68.8114804 L6.83,66.0797583 C6.1,68.3927492 5.45,70.7854985 4.91,73.2081571 L4.91,73.2380665 Z M7.46,64.1555891 L15.88,66.8873112 C16.57,64.8933535 17.35,62.8296073 18.22,60.8256798 L10.13,57.2365559 C9.15,59.4830816 8.26,61.7794562 7.46,64.1256798 L7.46,64.1555891 Z M10.96,55.392145 L19.05,58.9812689 C19.95,56.9873112 20.94,55.0830816 22.05,53.2087613 L14.4,48.8021148 C13.13,50.91571 12,53.1190332 11,55.3622356 L10.96,55.392145 Z M15.36,47.047432 L23,51.4241692 C24.12,49.5498489 25.31,47.7253776 26.54,45.9806647 L19.4,40.8063444 C17.9733333,42.8468278 16.6266667,44.9172205 15.36,47.0175227 L15.36,47.047432 Z M20.61,39.2012085 L27.76,44.3755287 C29.08,42.6208459 30.45,40.9259819 31.85,39.3308157 L25.3,33.4586103 C23.66,35.2731118 22.1,37.197281 20.61,39.1712991 L20.61,39.2012085 Z M26.61,31.9531722 L33.17,37.8353474 C34.63,36.2501511 36.17,34.7048338 37.77,33.2492447 L31.87,26.7190332 C30.09,28.3540785 28.33,30.1087613 26.65,31.9033233 L26.61,31.9531722 Z M33.37,25.363142 L39.27,31.8933535 C40.87,30.4975831 42.57,29.1317221 44.33,27.81571 L39.14,20.697281 C37.2,22.1429003 35.27,23.6981873 33.41,25.3332326 L33.37,25.363142 Z M40.78,19.5009063 L46,26.589426 C47.76,25.3531722 49.59,24.1767372 51.46,23.0601208 L47.04,15.4232628 C44.91,16.689426 42.84,18.0453172 40.82,19.470997 L40.78,19.5009063 Z M48.78,14.4462236 L53.21,22.0731118 C55.1,21.0163142 57.04,20.0293051 59,19.0821752 L55.4,11.0166163 C53.1333333,12.0667674 50.9333333,13.2 48.8,14.4163142 L48.78,14.4462236 Z M57.25,10.2389728 L60.85,18.3045317 C62.85,17.4471299 64.85,16.6595166 66.93,15.9716012 L64.19,7.57703927 C61.8433333,8.35468278 59.5366667,9.23202417 57.27,10.2090634 L57.25,10.2389728 Z M66.12,6.9489426 L68.86,15.3534743 C70.95,14.6954683 73.05,14.1371601 75.14,13.6685801 L73.32,4.98489426 C70.89,5.54320242 68.49,6.19123867 66.14,6.91903323 L66.12,6.9489426 Z M75.29,4.61601208 L77.13,13.2498489 C79.27,12.821148 81.43,12.4821752 83.55,12.2528701 L82.63,3.47945619 C80.1633333,3.72537764 77.7233333,4.09425982 75.31,4.58610272 L75.29,4.61601208 Z M84.65,3.25015106 L85.57,12.023565 C87.74,11.8241692 89.92,11.7145015 92.07,11.6845921 L92.07,2.86132931 C89.59,2.86132931 87.11,2.99093656 84.67,3.22024169 L84.65,3.25015106 Z" id="Shape"></path>
42
+ <path d="M185.51,93.9453172 L172.61,93.9453172 L172.61,92.9483384 C172.60611,90.2144317 172.462591,87.4824958 172.18,84.763142 L172.18,84.5637462 C171.892824,81.8616557 171.465586,79.1761916 170.9,76.5181269 L170.9,76.4583082 L170.9,76.4583082 L170.9,76.4583082 C170.325888,73.7644964 169.61159,71.1022879 168.76,68.4824773 L168.76,68.4824773 C167.91,65.9003021 166.91,63.3081571 165.76,60.7858006 L165.76,60.7858006 C164.634323,58.2604471 163.37248,55.7976362 161.98,53.4081571 L161.98,53.4081571 C160.587742,51.0057722 159.072405,48.6764081 157.44,46.4293051 L157.44,46.4293051 C155.808322,44.1568998 154.059296,41.9705678 152.2,39.8791541 L152.2,39.8791541 C150.34127,37.8266545 148.378719,35.8700329 146.32,34.0169184 L146.32,34.0169184 C144.264387,32.1762032 142.114861,30.4424777 139.88,28.8226586 L139.88,28.8226586 C137.626088,27.1951854 135.289665,25.6844264 132.88,24.2963746 L132.88,24.2963746 C130.484396,22.9153291 128.017662,21.6607296 125.49,20.5377644 L125.49,20.5377644 C122.9602,19.4080421 120.3734,18.4097257 117.74,17.5468278 L117.74,17.5468278 C115.112343,16.6974993 112.442051,15.9853542 109.74,15.4132931 L109.65,15.4132931 C106.961402,14.8413086 104.244246,14.4120038 101.51,14.1271903 L101.51,14.1271903 C98.7461562,13.8374386 95.9690812,13.6910177 93.19,13.6885196 L92.19,13.6885196 L92.19,0.827492447 L93.19,0.827492447 C144.203787,0.882440277 185.544886,42.0986412 185.6,92.9583082 L185.51,93.9453172 Z M174.63,91.9513595 L183.48,91.9513595 C183.48,89.4589124 183.32,86.9664653 183.09,84.5537764 L174.29,85.470997 C174.49,87.6045317 174.6,89.7779456 174.63,91.9214502 L174.63,91.9513595 Z M173.06,77.0564955 C173.49,79.2 173.83,81.3435045 174.06,83.4570997 L182.86,82.5398792 C182.58,80.0673716 182.193333,77.6280967 181.7,75.2220544 L173.06,77.0564955 Z M171,68.7915408 C171.65,70.8752266 172.22,72.978852 172.69,75.052568 L181.35,73.2181269 C180.81,70.7954683 180.16,68.4126888 179.43,66.0598187 L171,68.7915408 Z M168,60.81571 C168.86,62.8096677 169.65,64.8036254 170.34,66.8773414 L178.76,64.1456193 C177.96,61.7927492 177.07,59.4864048 176.09,57.2265861 L168,60.81571 Z M164.22,53.1987915 C165.28,55.0830816 166.22,57.0172205 167.17,58.9712991 L175.26,55.3821752 C174.26,53.1389728 173.09,50.9356495 171.87,48.792145 L164.22,53.1987915 Z M159.65,46.0006042 C160.89,47.755287 162.08,49.5797583 163.2,51.4441088 L170.86,47.0374622 C169.59,44.9138973 168.23,42.8401813 166.8,40.826284 L159.65,46.0006042 Z M154.37,39.3208459 C155.77,40.9160121 157.14,42.6108761 158.46,44.3655589 L165.6,39.1912387 C164.12,37.197281 162.6,35.2930514 160.92,33.4486405 L154.37,39.3208459 Z M148.37,33.2392749 C149.96,34.694864 151.5,36.2302115 152.97,37.8253776 L159.52,31.9432024 C157.85,30.1287009 156.09,28.3740181 154.27,26.7090634 L148.37,33.2392749 Z M141.81,27.8057402 C143.57,29.1217523 145.27,30.4876133 146.87,31.8833837 L152.76,25.3531722 C150.91,23.7181269 148.98,22.1628399 147,20.6873112 L141.81,27.8057402 Z M134.71,23.0800604 C136.58,24.1966767 138.41,25.3731118 140.16,26.6193353 L145.36,19.4909366 C143.36,18.0652568 141.26,16.7093656 139.13,15.4432024 L134.71,23.0800604 Z M127.16,19.092145 C129.16,19.989426 131.06,20.976435 132.95,22.0830816 L137.37,14.4561934 C135.22,13.2398792 133.01,12.1132931 130.76,11.076435 L127.16,19.092145 Z M119.26,15.9516616 C121.26,16.639577 123.34,17.4271903 125.34,18.2845921 L128.94,10.2190332 C126.666667,9.24199396 124.353333,8.35468278 122,7.5570997 L119.26,15.9516616 Z M111.05,13.6486405 C113.14,14.1172205 115.24,14.6456193 117.33,15.3335347 L120.07,6.92900302 C117.71,6.20120846 115.32,5.55317221 112.89,5.01480363 L111.05,13.6486405 Z M102.63,12.2129909 C104.76,12.4622356 106.92,12.8012085 109.06,13.2099698 L110.9,4.57613293 C108.493333,4.09093656 106.046667,3.70543807 103.56,3.41963746 L102.63,12.2129909 Z M94.12,11.6646526 C96.27,11.6646526 98.45,11.8042296 100.62,12.0036254 L101.54,3.23021148 C99.0933333,2.99758308 96.62,2.86797583 94.12,2.84138973 L94.12,11.6646526 Z" id="Shape"></path>
43
+ <path d="M93.1,185.059215 L92.1,185.059215 L92.1,172.198187 L93.1,172.198187 C95.8790812,172.195689 98.6561562,172.049268 101.42,171.759517 L101.42,171.759517 C104.174165,171.470594 106.911252,171.037976 109.62,170.463444 L109.62,170.463444 C112.323404,169.89295 114.993954,169.177408 117.62,168.31994 L117.62,168.31994 C120.257041,167.458077 122.847222,166.459743 125.38,165.329003 L125.38,165.329003 C127.914351,164.202757 130.387745,162.944837 132.79,161.560423 L132.79,161.560423 C135.201119,160.178346 137.537678,158.670826 139.79,157.044109 L139.79,157.044109 C142.015783,155.427896 144.158498,153.700934 146.21,151.869789 L146.21,151.869789 C148.268719,150.016674 150.23127,148.060052 152.09,146.007553 L152.09,146.007553 L152.09,146.007553 C153.933332,143.955635 155.672187,141.812757 157.3,139.587009 L157.3,139.587009 C158.931389,137.341315 160.443467,135.011829 161.83,132.608157 L161.83,132.608157 C163.207927,130.224296 164.462893,127.77186 165.59,125.260423 L165.59,125.260423 L165.59,125.260423 L165.59,125.260423 C166.723247,122.755274 167.724608,120.192878 168.59,117.583686 L168.59,117.583686 C169.442216,114.96406 170.156524,112.301819 170.73,109.607855 L170.73,109.558006 L170.73,109.558006 L170.73,109.488218 C171.29,106.806344 171.73,104.104532 172,101.452568 L172,101.263142 C172.282075,98.5437482 172.425593,95.8118384 172.43,93.0779456 L172.43,92.0809668 L185.33,92.0809668 L185.33,93.0779456 C185.19272,143.809332 143.98507,184.90585 93.1,185.059215 Z M94.1,174.212085 L94.1,183.035347 C96.6,183.035347 99.0733333,182.90574 101.52,182.646526 L100.6,173.873112 C98.45,174.072508 96.27,174.182175 94.12,174.212085 L94.1,174.212085 Z M102.61,173.663746 L103.54,182.43716 C106.02,182.158006 108.466667,181.772508 110.88,181.280665 L109.04,172.646828 C106.91,173.075529 104.76,173.414502 102.63,173.663746 L102.61,173.663746 Z M111.03,172.228097 L112.87,180.861934 C115.3,180.323565 117.69,179.675529 120.05,178.947734 L117.31,170.553172 C115.24,171.191239 113.14,171.759517 111.05,172.228097 L111.03,172.228097 Z M119.24,169.925076 L121.98,178.319637 C124.34,177.522054 126.653333,176.634743 128.92,175.657704 L125.32,167.592145 C123.33,168.489426 121.29,169.23716 119.26,169.925076 L119.24,169.925076 Z M127.17,166.764653 L130.77,174.830211 C133.02,173.833233 135.23,172.666767 137.38,171.450453 L133,163.823565 C131.1,164.880363 129.15,165.867372 127.19,166.764653 L127.17,166.764653 Z M134.72,162.776737 L139.14,170.413595 C141.27,169.147432 143.35,167.791541 145.37,166.365861 L140.17,159.247432 C138.45,160.513595 136.62,161.69003 134.74,162.806647 L134.72,162.776737 Z M141.82,158.051057 L147,165.199396 C149,163.723867 150.91,162.208459 152.76,160.533535 L146.87,154.003323 C145.3,155.399094 143.6,156.764955 141.84,158.080967 L141.82,158.051057 Z M148.38,152.617523 L154.28,159.157704 C156.1,157.482779 157.86,155.728097 159.53,153.913595 L152.98,148.03142 C151.53,149.646526 150,151.191843 148.4,152.647432 L148.38,152.617523 Z M154.38,146.535952 L160.93,152.418127 C162.57,150.563746 164.13,148.639577 165.61,146.665559 L158.45,141.570997 C157.13,143.275831 155.76,144.970695 154.36,146.555891 L154.38,146.535952 Z M159.66,139.856193 L166.81,145.030514 C168.24,143.036556 169.6,140.95287 170.87,138.819335 L163.21,134.412689 C162.07,136.316918 160.88,138.13142 159.64,139.886103 L159.66,139.856193 Z M164.23,132.658006 L171.88,137.074622 C173.1,134.921148 174.23,132.721148 175.27,130.474622 L167.18,126.885498 C166.26,128.869486 165.27,130.803625 164.21,132.687915 L164.23,132.658006 Z M168.01,125.041088 L176.1,128.630211 C177.08,126.363746 177.97,124.057402 178.77,121.711178 L170.35,118.979456 C169.64,121.043202 168.85,123.077039 168,125.070997 L168.01,125.041088 Z M171.01,117.065257 L179.44,119.796979 C180.17,117.454079 180.82,115.061329 181.36,112.638671 L172.7,110.80423 C172.17,112.897885 171.6,115.001511 171,117.085196 L171.01,117.065257 Z M173.12,108.820242 L181.78,110.654683 C182.273333,108.24864 182.66,105.809366 182.94,103.336858 L174.14,102.419637 C173.83,104.553172 173.49,106.676737 173.06,108.840181 L173.12,108.820242 Z M174.35,100.40574 L183.15,101.322961 C183.38,98.8903323 183.51,96.4178248 183.54,93.9253776 L174.69,93.9253776 C174.6,96.0888218 174.49,98.2622356 174.29,100.42568 L174.35,100.40574 Z" id="Shape"></path>
44
+ <path d="M94.12,185.059215 L93.12,185.059215 C42.1117357,185.004267 0.775114326,143.792529 0.72,92.9383686 L0.72,91.9413897 L13.6,91.9413897 L13.6,92.9383686 C13.6027619,95.7057305 13.7496262,98.4710835 14.04,101.223263 L14.04,101.223263 C14.3297986,103.969107 14.7637269,106.697925 15.34,109.398489 L15.34,109.398489 C15.9159609,112.09283 16.6336181,114.755115 17.49,117.37432 L17.49,117.37432 C18.351907,119.997791 19.3533248,122.573643 20.49,125.090937 L20.49,125.090937 C21.6183441,127.61326 22.8766891,130.075759 24.26,132.46858 L24.26,132.46858 C25.6472961,134.871787 27.1593492,137.201234 28.79,139.447432 L28.79,139.447432 C30.4099198,141.691954 32.1490695,143.848507 34,145.907855 L34,145.967674 L34,145.967674 L34,145.967674 C35.83871,148.000227 37.7812874,149.936936 39.82,151.770091 L39.82,151.770091 L39.82,151.770091 L39.88,151.770091 C41.9236485,153.603238 44.0633164,155.327106 46.29,156.934441 L46.29,156.934441 C48.525864,158.556932 50.8457316,160.061123 53.24,161.440785 L53.24,161.440785 C55.6389923,162.821901 58.1090583,164.076497 60.64,165.199396 L60.64,165.199396 C63.1751154,166.332687 65.7687615,167.331069 68.41,168.190332 L68.41,168.190332 C71.0374761,169.040271 73.7078005,169.752424 76.41,170.323867 L76.41,170.323867 C79.112044,170.895901 81.8425167,171.3252 84.59,171.60997 L84.59,171.60997 C87.3505193,171.899466 90.1242522,172.045887 92.9,172.04864 L93.9,172.04864 L94.12,185.059215 Z M84.67,182.646526 C87.11,182.875831 89.59,183.005438 92.09,183.035347 L92.09,174.212085 C89.94,174.212085 87.76,174.072508 85.59,173.873112 L84.67,182.646526 Z M75.31,181.280665 C77.7166667,181.772508 80.1633333,182.158006 82.65,182.43716 L83.57,173.663746 C81.45,173.414502 79.29,173.075529 77.15,172.666767 L75.31,181.280665 Z M66.14,178.947734 C68.49,179.675529 70.89,180.323565 73.32,180.861934 L75.16,172.228097 C73.07,171.759517 70.96,171.231118 68.88,170.553172 L66.14,178.947734 Z M57.27,175.657704 C59.5433333,176.634743 61.8566667,177.522054 64.21,178.319637 L66.95,169.925076 C64.95,169.23716 62.88,168.459517 60.87,167.592145 L57.27,175.657704 Z M48.8,171.480363 C50.96,172.696677 53.1666667,173.823263 55.42,174.860121 L59.02,166.804532 C57.02,165.897281 55.12,164.910272 53.23,163.813595 L48.8,171.480363 Z M40.8,166.42568 C42.8,167.85136 44.89,169.207251 47.03,170.473414 L51.45,162.836556 C49.57,161.71994 47.74,160.533535 45.99,159.307251 L40.8,166.42568 Z M33.41,160.513595 C35.27,162.14864 37.2,163.703927 39.18,165.179456 L44.37,158.061027 C42.61,156.745015 40.91,155.379154 39.31,153.983384 L33.41,160.513595 Z M26.65,153.923565 C28.33,155.738066 30.09,157.492749 31.91,159.167674 L37.81,152.627492 C36.22,151.171903 34.67,149.636556 33.21,148.04139 L26.65,153.923565 Z M20.65,146.675529 C22.14,148.669486 23.65,150.573716 25.34,152.428097 L31.89,146.545921 C30.49,144.950755 29.12,143.255891 27.8,141.501208 L20.65,146.675529 Z M15.4,138.829305 C16.67,140.96284 18.02,143.026586 19.46,145.040483 L26.6,139.866163 C25.37,138.12145 24.18,136.296979 23.06,134.422659 L15.4,138.829305 Z M11,130.504532 C12,132.757704 13.17,134.951057 14.39,137.104532 L22,132.687915 C20.94,130.803625 20,128.869486 19,126.915408 L11,130.504532 Z M7.5,121.741088 C8.3,124.093958 9.19,126.400302 10.17,128.660121 L18.26,125.070997 C17.3933333,123.077039 16.6133333,121.056495 15.92,119.009366 L7.5,121.741088 Z M4.91,112.65861 C5.45,115.081269 6.1,117.474018 6.83,119.816918 L15.25,117.085196 C14.6,115.01148 14.04,112.907855 13.57,110.824169 L4.91,112.65861 Z M3.33,103.356798 C3.61,105.829305 3.99666667,108.271903 4.49,110.684592 L13.15,108.840181 C12.72,106.706647 12.38,104.553172 12.15,102.439577 L3.33,103.356798 Z M2.73,93.9453172 C2.73,96.4377644 2.89,98.9302115 3.12,101.3429 L11.92,100.42568 C11.72,98.2622356 11.61,96.0888218 11.58,93.9453172 L2.73,93.9453172 Z" id="Shape"></path>
45
+ </g>
46
+ <rect id="Rectangle" fill="#FFEC33" x="214.58" y="198.039879" width="12.93" height="3.31993958"></rect>
47
+ <rect id="Rectangle" fill="#FFEC33" x="42.7" y="198.039879" width="12.93" height="3.31993958"></rect>
48
+ <polygon id="Rectangle" fill="#FFEC33" transform="translate(135.105000, 113.785196) rotate(-90.000000) translate(-135.105000, -113.785196) " points="128.534909 112.120196 141.675091 112.120196 141.675091 115.450196 128.534909 115.450196"></polygon>
49
+ <polygon id="Rectangle" fill="#FFEC33" transform="translate(135.105000, 285.155891) rotate(-90.000000) translate(-135.105000, -285.155891) " points="128.52494 283.490891 141.68506 283.490891 141.68506 286.820891 128.52494 286.820891"></polygon>
50
+ <path d="M199.86,192.307251 C195.875938,156.367207 164.146529,129.97065 127.96674,132.497296 C91.7869519,135.023942 64.0585116,165.572787 65.1389716,201.715607 C66.2194316,237.858426 95.7234993,266.706675 131.99,267.080665 L131.99,246.851964 C106.923161,246.484804 86.4975177,226.682985 85.4279103,201.711939 C84.358303,176.740893 103.016292,155.27507 127.960473,152.778667 C152.904655,150.282263 175.46991,167.622481 179.4,192.307251 L168.52,192.307251 L189.52,221.389124 L210.57,192.307251 L199.86,192.307251 Z" id="Path" fill="url(#linearGradient-2)"></path>
51
+ <path d="M85.38,199.704834 C85.426616,175.134137 104.389039,154.71667 128.957813,152.783164 C153.526586,150.849658 175.467266,168.048145 179.38,192.307251 L168.52,192.307251 L189.52,221.389124 L210.57,192.307251 L199.86,192.307251 C195.958918,156.717456 164.820426,130.384368 128.96457,132.352657 C93.1087134,134.320947 65.0582965,163.90318 65.0999536,199.704834 L85.38,199.704834 Z" id="Path" fill="#FFFFFF"></path>
52
+ </g>
53
+ </g>
54
54
  </svg>
@@ -1,38 +1,38 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Graphic elements / Icons / Rich icons / tools</title>
4
- <defs>
5
- <linearGradient x1="35.1432845%" y1="85.4675788%" x2="64.8625945%" y2="14.5375294%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
7
- <stop stop-color="#96A6AE" offset="100%"></stop>
8
- </linearGradient>
9
- <linearGradient x1="-32.7523927%" y1="131.900611%" x2="137.349491%" y2="103.136516%" id="linearGradient-2">
10
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
11
- <stop stop-color="#96A6AE" offset="100%"></stop>
12
- </linearGradient>
13
- <linearGradient x1="-43.4650904%" y1="32.184181%" x2="46.1615602%" y2="-39.1133767%" id="linearGradient-3">
14
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
15
- <stop stop-color="#96A6AE" offset="100%"></stop>
16
- </linearGradient>
17
- <linearGradient x1="12.0878008%" y1="53.4714151%" x2="76.2558041%" y2="47.6722756%" id="linearGradient-4">
18
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="8%"></stop>
19
- <stop stop-color="#96A6AE" offset="100%"></stop>
20
- </linearGradient>
21
- </defs>
22
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-tools" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
23
- <g id="Group" transform="translate(56.000000, 0.000000)" fill-rule="nonzero">
24
- <polygon id="Rectangle" fill="#B6C2C7" transform="translate(142.370873, 173.269979) rotate(-45.000000) translate(-142.370873, -173.269979) " points="33.5052706 153.268812 251.229139 153.308779 251.236475 193.271146 33.5126063 193.231179"></polygon>
25
- <path d="M57.0137928,168.642443 L225.238128,168.673323 C225.889654,168.673876 226.417791,169.202013 226.418344,169.853539 L226.420213,180.031964 C226.420765,180.68366 225.892558,181.212061 225.240862,181.21218 C225.240718,181.21218 225.240574,181.21218 225.240429,181.211747 L57.0160944,181.180867 C56.3645677,181.180314 55.8364307,180.652177 55.8358778,180.00065 L55.8340094,169.822226 C55.8334566,169.17053 56.3616636,168.642129 57.0133596,168.64201 C57.013504,168.642009 57.0136485,168.642009 57.0137928,168.642443 Z" id="Rectangle" fill="#96A6AE" transform="translate(141.127111, 174.927095) rotate(-45.000000) translate(-141.127111, -174.927095) "></path>
26
- <polygon id="Rectangle" fill="url(#linearGradient-1)" style="mix-blend-mode: multiply;" transform="translate(187.981773, 127.622360) rotate(45.000000) translate(-187.981773, -127.622360) " points="167.984655 79.8441359 207.996434 79.8367911 207.978892 175.400584 167.967112 175.407929"></polygon>
27
- <polygon id="Rectangle" fill="url(#linearGradient-2)" style="mix-blend-mode: multiply;" transform="translate(143.432493, 172.171911) rotate(45.000000) translate(-143.432493, -172.171911) " points="123.428923 159.538334 163.440702 159.530989 163.436063 184.805488 123.424283 184.812832"></polygon>
28
- <polygon id="Rectangle" fill="url(#linearGradient-3)" style="mix-blend-mode: multiply;" transform="translate(87.051988, 228.619271) rotate(-135.000000) translate(-87.051988, -228.619271) " points="67.051158 201.05694 107.062937 201.049596 107.052817 256.181603 67.0410377 256.188947"></polygon>
29
- <path d="M269.979055,85.8136921 L242.085062,78.3961222 C240.529097,77.9787258 239.313742,76.7630026 238.896471,75.2065671 L231.481143,47.2917788 C231.062589,45.7377906 231.505558,44.0785113 232.642878,42.9401377 L271.276738,4.17097208 C271.581233,3.86305971 271.702437,3.41820614 271.596235,2.99832817 C271.490033,2.57845019 271.171913,2.24478441 270.757665,2.11877772 C248.015484,-4.13042872 223.734188,3.71387547 208.942269,22.0888302 C194.150351,40.463785 191.66757,65.8666014 202.6216,86.7593944 C213.57563,107.652187 235.87832,120.052197 259.399854,118.327374 C282.189629,116.720234 301.889684,101.242238 310.293723,80.0032623 C314.329663,69.969533 315.36861,58.9799859 313.284572,48.3673264 C313.183157,47.9336416 312.856371,47.5880497 312.429125,47.4626523 C312.00188,47.337255 311.540229,47.4514391 311.220639,47.7615582 L274.34174,84.6392435 C273.197169,85.7744008 271.538584,86.220897 269.979055,85.8136921 L269.979055,85.8136921 Z" id="Path" fill="#CED3D7"></path>
30
- <path d="M42.6093558,231.097925 C25.3787195,231.092953 9.84218813,241.469267 3.24601144,257.387348 C-3.35016524,273.305429 0.293370408,291.62963 12.4772707,303.813531 C24.6611709,315.997431 42.9853721,319.640966 58.9034531,313.04479 C74.8215342,306.448613 85.1978482,290.912082 85.1928766,273.681445 C85.1860872,250.166029 66.1247718,231.104714 42.6093558,231.097925 L42.6093558,231.097925 Z M69.4653781,285.916675 C65.8365487,283.492318 60.9749343,284.119918 58.0807451,287.38635 C55.1865559,290.652782 55.1488913,295.554594 57.9925444,298.865115 C55.6951964,300.274321 53.211705,301.35464 50.6145163,302.074557 C50.0316511,297.848194 46.4796821,294.66207 42.2150568,294.540224 C37.9504314,294.418377 34.2223411,297.396499 33.3991173,301.582688 C30.9173371,300.747485 28.5596699,299.581061 26.3899906,298.115015 C27.3752151,296.6652 27.8943214,294.949146 27.8778929,293.19633 C27.8778977,288.35894 23.9600179,284.435558 19.1226329,284.428773 C17.9753911,284.432844 16.8397184,284.658308 15.7779268,285.092796 C15.2729883,283.808562 14.8620161,282.489341 14.5482554,281.145551 C17.3880458,279.663247 19.1826101,276.739383 19.2186008,273.536207 C19.2545916,270.33303 17.5261769,267.369582 14.7204094,265.823845 C15.2452359,263.962885 15.9537299,262.158697 16.8354442,260.437885 C20.0005686,261.34331 23.4057073,260.385974 25.6353097,257.963851 C27.864912,255.541728 28.5375989,252.069127 27.3737277,248.989645 C29.3703475,247.72117 31.5186541,246.708987 33.7680187,245.97695 C34.9867066,249.606433 38.4306945,252.016132 42.2580406,251.917271 C46.0853867,251.818409 49.4003788,249.234125 50.4300656,245.546565 C52.6836702,246.14562 54.8588017,247.008243 56.9104336,248.116578 C56.2799243,249.328513 55.9469347,250.673116 55.9389932,252.03923 C55.9389932,254.36453 56.8627153,256.594593 58.5069512,258.238828 C60.151187,259.883064 62.3812494,260.806786 64.70655,260.806786 C66.0581792,260.800633 67.389363,260.476263 68.5923115,259.859939 C69.5426322,261.608176 70.3091265,263.450235 70.8795002,265.35657 C67.5876022,266.731925 65.4594735,269.967151 65.5000125,273.53458 C65.5405515,277.102009 67.7416489,280.288039 71.0639509,281.588232 C70.6479917,283.063599 70.1133914,284.502907 69.4653781,285.892082 L69.4653781,285.916675 Z" id="Shape" fill="#CDD4D8"></path>
31
- <path d="M80.9825464,70.4680017 L82.969969,68.476248 C83.4989738,67.9417312 83.6504683,67.1385299 83.3526405,66.4473809 L76.7731607,51.1195374 L29.5317551,3.47827407 C29.1887926,3.13226547 28.7222568,2.93768546 28.23561,2.93768546 C27.7489631,2.93768546 27.2824273,3.13226547 26.9394648,3.47827407 L2.49787007,27.9607618 C2.15261387,28.3044717 1.95845697,28.7720242 1.95845697,29.2597316 C1.95845697,29.7474389 2.15261387,30.2149914 2.49787007,30.5587014 L49.8997507,78.1009956 L64.9226905,84.8927519 C65.6227081,85.2211292 66.4531759,85.0725082 66.9965228,84.5216177 L68.8358145,82.6783177 L183.71131,197.804154 L195.845697,185.630952 L80.9825464,70.4680017 Z" id="Path" fill="#CDD4D8"></path>
32
- <polygon id="Rectangle" fill="url(#linearGradient-4)" style="mix-blend-mode: multiply;" transform="translate(155.812989, 159.900401) rotate(45.000000) translate(-155.812989, -159.900401) " points="111.917429 152.947471 199.711104 152.931355 199.708549 166.85333 111.914873 166.869446"></polygon>
33
- <path d="M220.408473,198.647035 C217.822023,198.666857 215.334789,197.638706 213.498969,195.790846 C211.66315,193.942985 210.630664,191.428331 210.630738,188.805168 C210.646714,187.872227 210.790688,186.946085 211.058514,186.053412 L185.074184,212.455396 C185.954388,212.183776 186.867595,212.037762 187.787505,212.02156 C191.336222,212.02214 194.601635,213.987135 196.30273,217.14568 C198.003824,220.304226 197.869294,224.152567 195.951914,227.181009 C196.183755,227.05112 196.404518,226.90186 196.611911,226.734778 L226.079559,196.849716 C226.079559,196.849716 226.152892,196.713368 226.20178,196.651392 C224.536319,197.938347 222.502275,198.639022 220.408473,198.647035 Z" id="Path" fill="#003A5D"></path>
34
- <path d="M191.517839,232.40066 L323.078645,232.37651 C326.660428,232.375852 329.562846,235.278928 329.562846,238.860711 L329.554955,281.849594 C329.554297,285.431377 326.650155,288.335519 323.068372,288.336177 L191.507567,288.360327 C190.654761,288.360327 189.963709,287.669275 189.963709,286.816469 L189.973415,233.945084 C189.973571,233.092279 190.665033,232.400816 191.517839,232.40066 Z" id="Path" fill="#023852" transform="translate(259.763278, 260.368418) rotate(45.000000) translate(-259.763278, -260.368418) "></path>
35
- <path d="M187.515042,163.261988 L200.134673,163.259672 C200.664866,163.259222 201.094751,163.68895 201.094849,164.219143 C201.094849,164.219261 201.094849,164.219378 201.094496,164.219495 L201.083522,224.003366 C201.083072,224.533422 200.653401,224.963093 200.123346,224.963542 L187.503715,224.965859 C186.973522,224.966309 186.543636,224.536581 186.543539,224.006388 C186.543539,224.00627 186.543539,224.006153 186.543891,224.006035 L186.554865,164.222164 C186.555315,163.692109 186.984986,163.262438 187.515042,163.261988 Z" id="Rectangle" fill="#023852" transform="translate(193.819194, 194.112765) rotate(45.000000) translate(-193.819194, -194.112765) "></path>
36
- </g>
37
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Graphic elements / Icons / Rich icons / tools</title>
4
+ <defs>
5
+ <linearGradient x1="35.1432845%" y1="85.4675788%" x2="64.8625945%" y2="14.5375294%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
7
+ <stop stop-color="#96A6AE" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="-32.7523927%" y1="131.900611%" x2="137.349491%" y2="103.136516%" id="linearGradient-2">
10
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
11
+ <stop stop-color="#96A6AE" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="-43.4650904%" y1="32.184181%" x2="46.1615602%" y2="-39.1133767%" id="linearGradient-3">
14
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
15
+ <stop stop-color="#96A6AE" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="12.0878008%" y1="53.4714151%" x2="76.2558041%" y2="47.6722756%" id="linearGradient-4">
18
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="8%"></stop>
19
+ <stop stop-color="#96A6AE" offset="100%"></stop>
20
+ </linearGradient>
21
+ </defs>
22
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-tools" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
23
+ <g id="Group" transform="translate(56.000000, 0.000000)" fill-rule="nonzero">
24
+ <polygon id="Rectangle" fill="#B6C2C7" transform="translate(142.370873, 173.269979) rotate(-45.000000) translate(-142.370873, -173.269979) " points="33.5052706 153.268812 251.229139 153.308779 251.236475 193.271146 33.5126063 193.231179"></polygon>
25
+ <path d="M57.0137928,168.642443 L225.238128,168.673323 C225.889654,168.673876 226.417791,169.202013 226.418344,169.853539 L226.420213,180.031964 C226.420765,180.68366 225.892558,181.212061 225.240862,181.21218 C225.240718,181.21218 225.240574,181.21218 225.240429,181.211747 L57.0160944,181.180867 C56.3645677,181.180314 55.8364307,180.652177 55.8358778,180.00065 L55.8340094,169.822226 C55.8334566,169.17053 56.3616636,168.642129 57.0133596,168.64201 C57.013504,168.642009 57.0136485,168.642009 57.0137928,168.642443 Z" id="Rectangle" fill="#96A6AE" transform="translate(141.127111, 174.927095) rotate(-45.000000) translate(-141.127111, -174.927095) "></path>
26
+ <polygon id="Rectangle" fill="url(#linearGradient-1)" style="mix-blend-mode: multiply;" transform="translate(187.981773, 127.622360) rotate(45.000000) translate(-187.981773, -127.622360) " points="167.984655 79.8441359 207.996434 79.8367911 207.978892 175.400584 167.967112 175.407929"></polygon>
27
+ <polygon id="Rectangle" fill="url(#linearGradient-2)" style="mix-blend-mode: multiply;" transform="translate(143.432493, 172.171911) rotate(45.000000) translate(-143.432493, -172.171911) " points="123.428923 159.538334 163.440702 159.530989 163.436063 184.805488 123.424283 184.812832"></polygon>
28
+ <polygon id="Rectangle" fill="url(#linearGradient-3)" style="mix-blend-mode: multiply;" transform="translate(87.051988, 228.619271) rotate(-135.000000) translate(-87.051988, -228.619271) " points="67.051158 201.05694 107.062937 201.049596 107.052817 256.181603 67.0410377 256.188947"></polygon>
29
+ <path d="M269.979055,85.8136921 L242.085062,78.3961222 C240.529097,77.9787258 239.313742,76.7630026 238.896471,75.2065671 L231.481143,47.2917788 C231.062589,45.7377906 231.505558,44.0785113 232.642878,42.9401377 L271.276738,4.17097208 C271.581233,3.86305971 271.702437,3.41820614 271.596235,2.99832817 C271.490033,2.57845019 271.171913,2.24478441 270.757665,2.11877772 C248.015484,-4.13042872 223.734188,3.71387547 208.942269,22.0888302 C194.150351,40.463785 191.66757,65.8666014 202.6216,86.7593944 C213.57563,107.652187 235.87832,120.052197 259.399854,118.327374 C282.189629,116.720234 301.889684,101.242238 310.293723,80.0032623 C314.329663,69.969533 315.36861,58.9799859 313.284572,48.3673264 C313.183157,47.9336416 312.856371,47.5880497 312.429125,47.4626523 C312.00188,47.337255 311.540229,47.4514391 311.220639,47.7615582 L274.34174,84.6392435 C273.197169,85.7744008 271.538584,86.220897 269.979055,85.8136921 L269.979055,85.8136921 Z" id="Path" fill="#CED3D7"></path>
30
+ <path d="M42.6093558,231.097925 C25.3787195,231.092953 9.84218813,241.469267 3.24601144,257.387348 C-3.35016524,273.305429 0.293370408,291.62963 12.4772707,303.813531 C24.6611709,315.997431 42.9853721,319.640966 58.9034531,313.04479 C74.8215342,306.448613 85.1978482,290.912082 85.1928766,273.681445 C85.1860872,250.166029 66.1247718,231.104714 42.6093558,231.097925 L42.6093558,231.097925 Z M69.4653781,285.916675 C65.8365487,283.492318 60.9749343,284.119918 58.0807451,287.38635 C55.1865559,290.652782 55.1488913,295.554594 57.9925444,298.865115 C55.6951964,300.274321 53.211705,301.35464 50.6145163,302.074557 C50.0316511,297.848194 46.4796821,294.66207 42.2150568,294.540224 C37.9504314,294.418377 34.2223411,297.396499 33.3991173,301.582688 C30.9173371,300.747485 28.5596699,299.581061 26.3899906,298.115015 C27.3752151,296.6652 27.8943214,294.949146 27.8778929,293.19633 C27.8778977,288.35894 23.9600179,284.435558 19.1226329,284.428773 C17.9753911,284.432844 16.8397184,284.658308 15.7779268,285.092796 C15.2729883,283.808562 14.8620161,282.489341 14.5482554,281.145551 C17.3880458,279.663247 19.1826101,276.739383 19.2186008,273.536207 C19.2545916,270.33303 17.5261769,267.369582 14.7204094,265.823845 C15.2452359,263.962885 15.9537299,262.158697 16.8354442,260.437885 C20.0005686,261.34331 23.4057073,260.385974 25.6353097,257.963851 C27.864912,255.541728 28.5375989,252.069127 27.3737277,248.989645 C29.3703475,247.72117 31.5186541,246.708987 33.7680187,245.97695 C34.9867066,249.606433 38.4306945,252.016132 42.2580406,251.917271 C46.0853867,251.818409 49.4003788,249.234125 50.4300656,245.546565 C52.6836702,246.14562 54.8588017,247.008243 56.9104336,248.116578 C56.2799243,249.328513 55.9469347,250.673116 55.9389932,252.03923 C55.9389932,254.36453 56.8627153,256.594593 58.5069512,258.238828 C60.151187,259.883064 62.3812494,260.806786 64.70655,260.806786 C66.0581792,260.800633 67.389363,260.476263 68.5923115,259.859939 C69.5426322,261.608176 70.3091265,263.450235 70.8795002,265.35657 C67.5876022,266.731925 65.4594735,269.967151 65.5000125,273.53458 C65.5405515,277.102009 67.7416489,280.288039 71.0639509,281.588232 C70.6479917,283.063599 70.1133914,284.502907 69.4653781,285.892082 L69.4653781,285.916675 Z" id="Shape" fill="#CDD4D8"></path>
31
+ <path d="M80.9825464,70.4680017 L82.969969,68.476248 C83.4989738,67.9417312 83.6504683,67.1385299 83.3526405,66.4473809 L76.7731607,51.1195374 L29.5317551,3.47827407 C29.1887926,3.13226547 28.7222568,2.93768546 28.23561,2.93768546 C27.7489631,2.93768546 27.2824273,3.13226547 26.9394648,3.47827407 L2.49787007,27.9607618 C2.15261387,28.3044717 1.95845697,28.7720242 1.95845697,29.2597316 C1.95845697,29.7474389 2.15261387,30.2149914 2.49787007,30.5587014 L49.8997507,78.1009956 L64.9226905,84.8927519 C65.6227081,85.2211292 66.4531759,85.0725082 66.9965228,84.5216177 L68.8358145,82.6783177 L183.71131,197.804154 L195.845697,185.630952 L80.9825464,70.4680017 Z" id="Path" fill="#CDD4D8"></path>
32
+ <polygon id="Rectangle" fill="url(#linearGradient-4)" style="mix-blend-mode: multiply;" transform="translate(155.812989, 159.900401) rotate(45.000000) translate(-155.812989, -159.900401) " points="111.917429 152.947471 199.711104 152.931355 199.708549 166.85333 111.914873 166.869446"></polygon>
33
+ <path d="M220.408473,198.647035 C217.822023,198.666857 215.334789,197.638706 213.498969,195.790846 C211.66315,193.942985 210.630664,191.428331 210.630738,188.805168 C210.646714,187.872227 210.790688,186.946085 211.058514,186.053412 L185.074184,212.455396 C185.954388,212.183776 186.867595,212.037762 187.787505,212.02156 C191.336222,212.02214 194.601635,213.987135 196.30273,217.14568 C198.003824,220.304226 197.869294,224.152567 195.951914,227.181009 C196.183755,227.05112 196.404518,226.90186 196.611911,226.734778 L226.079559,196.849716 C226.079559,196.849716 226.152892,196.713368 226.20178,196.651392 C224.536319,197.938347 222.502275,198.639022 220.408473,198.647035 Z" id="Path" fill="#003A5D"></path>
34
+ <path d="M191.517839,232.40066 L323.078645,232.37651 C326.660428,232.375852 329.562846,235.278928 329.562846,238.860711 L329.554955,281.849594 C329.554297,285.431377 326.650155,288.335519 323.068372,288.336177 L191.507567,288.360327 C190.654761,288.360327 189.963709,287.669275 189.963709,286.816469 L189.973415,233.945084 C189.973571,233.092279 190.665033,232.400816 191.517839,232.40066 Z" id="Path" fill="#023852" transform="translate(259.763278, 260.368418) rotate(45.000000) translate(-259.763278, -260.368418) "></path>
35
+ <path d="M187.515042,163.261988 L200.134673,163.259672 C200.664866,163.259222 201.094751,163.68895 201.094849,164.219143 C201.094849,164.219261 201.094849,164.219378 201.094496,164.219495 L201.083522,224.003366 C201.083072,224.533422 200.653401,224.963093 200.123346,224.963542 L187.503715,224.965859 C186.973522,224.966309 186.543636,224.536581 186.543539,224.006388 C186.543539,224.00627 186.543539,224.006153 186.543891,224.006035 L186.554865,164.222164 C186.555315,163.692109 186.984986,163.262438 187.515042,163.261988 Z" id="Rectangle" fill="#023852" transform="translate(193.819194, 194.112765) rotate(45.000000) translate(-193.819194, -194.112765) "></path>
36
+ </g>
37
+ </g>
38
38
  </svg>