testio-tailwind 0.1.0 → 0.2.1

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 (380) hide show
  1. package/.circleci/config.yml +217 -0
  2. package/.dockerignore +4 -0
  3. package/.eleventy.js +57 -57
  4. package/Dockerfile +27 -0
  5. package/LICENSE +21 -21
  6. package/README.md +43 -43
  7. package/icon-classes-extractor.js +29 -29
  8. package/index.html +399 -478
  9. package/package.json +66 -66
  10. package/src/_data/navigation.json +44 -44
  11. package/src/_data/site.js +12 -12
  12. package/src/_includes/card_popover.haml +7 -7
  13. package/src/_includes/example-header-customer.pug +99 -99
  14. package/src/_includes/example-header-manager.njk +53 -53
  15. package/src/_includes/example-header-tester.njk +99 -99
  16. package/src/_includes/example-header.njk +50 -50
  17. package/src/_includes/page-with-sidebar-nocode.njk +46 -46
  18. package/src/_includes/page-with-sidebar.njk +46 -46
  19. package/src/_includes/page.njk +38 -38
  20. package/src/_layouts/base.njk +83 -83
  21. package/src/_layouts/email-template.njk +90 -90
  22. package/src/_layouts/page-example-customer.njk +74 -74
  23. package/src/_layouts/page-example-manager.njk +74 -74
  24. package/src/_layouts/page-example-tester.njk +75 -75
  25. package/src/_layouts/page-example.njk +83 -83
  26. package/src/assets/images/Cirro-App-Defaultimage.svg +25 -25
  27. package/src/assets/images/arrow-down.svg +13 -13
  28. package/src/assets/images/arrow-left.svg +13 -13
  29. package/src/assets/images/arrow-right.svg +13 -13
  30. package/src/assets/images/arrow-thick-left.svg +13 -13
  31. package/src/assets/images/arrow-thick-right.svg +13 -13
  32. package/src/assets/images/arrow-up.svg +13 -13
  33. package/src/assets/images/at-sign.svg +12 -12
  34. package/src/assets/images/attachment-fallbackimage.svg +19 -19
  35. package/src/assets/images/attachment.svg +8 -8
  36. package/src/assets/images/bell-smile-xl.svg +18 -18
  37. package/src/assets/images/blocked.svg +7 -7
  38. package/src/assets/images/bug-chat-xl.svg +15 -15
  39. package/src/assets/images/bug-deceased-xl.svg +15 -15
  40. package/src/assets/images/bug-reproduction.svg +14 -14
  41. package/src/assets/images/bug-sad-xl.svg +13 -13
  42. package/src/assets/images/bug-search-xl.svg +18 -18
  43. package/src/assets/images/bug-sleeping-xl.svg +14 -14
  44. package/src/assets/images/bug-smile-xl.svg +9 -9
  45. package/src/assets/images/calendar.svg +15 -15
  46. package/src/assets/images/caret-down-centered.svg +6 -6
  47. package/src/assets/images/caret-down.svg +11 -11
  48. package/src/assets/images/caret-left-centered.svg +6 -6
  49. package/src/assets/images/caret-left.svg +6 -6
  50. package/src/assets/images/caret-right-centered.svg +6 -6
  51. package/src/assets/images/caret-right.svg +6 -6
  52. package/src/assets/images/caret-up-centered.svg +6 -6
  53. package/src/assets/images/caret-up.svg +11 -11
  54. package/src/assets/images/check-circle-filled-white.svg +9 -9
  55. package/src/assets/images/check-circle-filled.svg +12 -12
  56. package/src/assets/images/check-circle.svg +7 -7
  57. package/src/assets/images/check-selectable-items.svg +11 -11
  58. package/src/assets/images/check-thick-outline.svg +11 -11
  59. package/src/assets/images/check-thick.svg +6 -6
  60. package/src/assets/images/check.svg +17 -17
  61. package/src/assets/images/checkbox-background-black.svg +6 -6
  62. package/src/assets/images/checkbox-background-sm.svg +12 -12
  63. package/src/assets/images/checkbox-background-white.svg +6 -6
  64. package/src/assets/images/checkbox-background.svg +6 -6
  65. package/src/assets/images/checkbox-sm-checked.svg +11 -11
  66. package/src/assets/images/circle-empty-white.svg +6 -6
  67. package/src/assets/images/circle-sm-filled.svg +6 -6
  68. package/src/assets/images/clock.svg +12 -12
  69. package/src/assets/images/cross-circle-filled.svg +6 -6
  70. package/src/assets/images/cross-circle.svg +7 -7
  71. package/src/assets/images/cross-thick.svg +15 -15
  72. package/src/assets/images/cross.svg +7 -7
  73. package/src/assets/images/exclamation-circle-filled.svg +11 -11
  74. package/src/assets/images/exclamation-circle.svg +12 -12
  75. package/src/assets/images/feature-check.svg +9 -9
  76. package/src/assets/images/feature-cross.svg +10 -10
  77. package/src/assets/images/feature-draft.svg +14 -14
  78. package/src/assets/images/feature.svg +8 -8
  79. package/src/assets/images/file-image-plus-lg.svg +19 -19
  80. package/src/assets/images/file-image-plus-xl.svg +20 -20
  81. package/src/assets/images/format-bold.svg +11 -11
  82. package/src/assets/images/format-code.svg +12 -12
  83. package/src/assets/images/format-heading.svg +11 -11
  84. package/src/assets/images/format-indent-decrease.svg +11 -11
  85. package/src/assets/images/format-indent-increase.svg +11 -11
  86. package/src/assets/images/format-italic.svg +11 -11
  87. package/src/assets/images/format-link.svg +11 -11
  88. package/src/assets/images/format-list-bulleted.svg +17 -17
  89. package/src/assets/images/format-list-numbered.svg +17 -17
  90. package/src/assets/images/format-mark.svg +13 -13
  91. package/src/assets/images/format-quote.svg +17 -17
  92. package/src/assets/images/format-strikethrough.svg +11 -11
  93. package/src/assets/images/forward.svg +11 -11
  94. package/src/assets/images/google_signin.svg +22 -22
  95. package/src/assets/images/info-circle-cirro.svg +21 -21
  96. package/src/assets/images/info-circle-ux.svg +21 -21
  97. package/src/assets/images/lock.svg +15 -15
  98. package/src/assets/images/logo-mobile-cloud.svg +12 -12
  99. package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -14
  100. package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -25
  101. package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -27
  102. package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -25
  103. package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -25
  104. package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -9
  105. package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -14
  106. package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -21
  107. package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -19
  108. package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -14
  109. package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -14
  110. package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -21
  111. package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -21
  112. package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -14
  113. package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -11
  114. package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -15
  115. package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -18
  116. package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -18
  117. package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -15
  118. package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -18
  119. package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -18
  120. package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -11
  121. package/src/assets/images/logo-testio/testio_typo_black.svg +11 -11
  122. package/src/assets/images/logo-testio/testio_typo_white.svg +11 -11
  123. package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -19
  124. package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -19
  125. package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -19
  126. package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -19
  127. package/src/assets/images/message-feedback.svg +10 -10
  128. package/src/assets/images/message-question-filled.svg +6 -6
  129. package/src/assets/images/message-question.svg +8 -8
  130. package/src/assets/images/message.svg +11 -11
  131. package/src/assets/images/question-circle.svg +24 -24
  132. package/src/assets/images/radio-checked-black.svg +5 -5
  133. package/src/assets/images/redo.svg +7 -7
  134. package/src/assets/images/remove.svg +6 -6
  135. package/src/assets/images/search.svg +11 -11
  136. package/src/assets/images/seat.svg +14 -14
  137. package/src/assets/images/section.svg +8 -8
  138. package/src/assets/images/sendmessage.svg +15 -15
  139. package/src/assets/images/speaker.svg +10 -10
  140. package/src/assets/images/test-archived.svg +12 -12
  141. package/src/assets/images/test-automation.svg +8 -8
  142. package/src/assets/images/test-check.svg +9 -9
  143. package/src/assets/images/test-ended.svg +9 -9
  144. package/src/assets/images/test-failed.svg +10 -10
  145. package/src/assets/images/test-initialized.svg +10 -10
  146. package/src/assets/images/test-locked.svg +15 -15
  147. package/src/assets/images/test-plus.svg +11 -11
  148. package/src/assets/images/test-promoted.svg +9 -9
  149. package/src/assets/images/test-running.svg +9 -9
  150. package/src/assets/images/test-stopped.svg +17 -17
  151. package/src/assets/images/test.svg +8 -8
  152. package/src/assets/images/testcase.svg +10 -10
  153. package/src/assets/images/triangle-centered-down.svg +12 -12
  154. package/src/assets/images/triangle-centered-left.svg +12 -12
  155. package/src/assets/images/triangle-centered-right.svg +12 -12
  156. package/src/assets/images/triangle-centered-up.svg +12 -12
  157. package/src/assets/images/triangle-down.svg +5 -5
  158. package/src/assets/images/triangle-up.svg +5 -5
  159. package/src/assets/images/undo.svg +7 -7
  160. package/src/assets/images/verify-exclamation.svg +11 -11
  161. package/src/assets/scripts/app.js +150 -150
  162. package/src/assets/scripts/modules/colors.js +10 -10
  163. package/src/assets/scripts/modules/echarts_area.js +94 -94
  164. package/src/assets/scripts/modules/echarts_donut.js +85 -85
  165. package/src/assets/scripts/modules/echarts_exampledata.js +105 -105
  166. package/src/assets/scripts/modules/echarts_exampleseries.js +146 -146
  167. package/src/assets/scripts/modules/echarts_gauge.js +74 -74
  168. package/src/assets/scripts/modules/echarts_horizontal.js +80 -80
  169. package/src/assets/scripts/modules/echarts_legend.js +12 -12
  170. package/src/assets/scripts/modules/echarts_vertical.js +80 -80
  171. package/src/assets/stylesheets/app.css +77 -76
  172. package/src/assets/stylesheets/components/actionbar.css +41 -41
  173. package/src/assets/stylesheets/components/alerts.css +50 -50
  174. package/src/assets/stylesheets/components/banner_card.css +56 -56
  175. package/src/assets/stylesheets/components/buttons.css +192 -192
  176. package/src/assets/stylesheets/components/cards.css +148 -148
  177. package/src/assets/stylesheets/components/chat.css +265 -265
  178. package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -173
  179. package/src/assets/stylesheets/components/customer/customer_header.css +97 -97
  180. package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -212
  181. package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -76
  182. package/src/assets/stylesheets/components/devices.css +77 -83
  183. package/src/assets/stylesheets/components/drawer.css +99 -99
  184. package/src/assets/stylesheets/components/dropdown.css +92 -92
  185. package/src/assets/stylesheets/components/emptystate_message.css +41 -41
  186. package/src/assets/stylesheets/components/form_card.css +20 -20
  187. package/src/assets/stylesheets/components/form_grid.css +11 -11
  188. package/src/assets/stylesheets/components/forms.css +106 -106
  189. package/src/assets/stylesheets/components/header.css +220 -220
  190. package/src/assets/stylesheets/components/iconfont.css +3303 -3303
  191. package/src/assets/stylesheets/components/icons.css +142 -142
  192. package/src/assets/stylesheets/components/images.css +27 -27
  193. package/src/assets/stylesheets/components/layout.css +37 -82
  194. package/src/assets/stylesheets/components/list_item.css +285 -281
  195. package/src/assets/stylesheets/components/lists.css +67 -67
  196. package/src/assets/stylesheets/components/loading_spinner.css +104 -104
  197. package/src/assets/stylesheets/components/manager/manager_header.css +50 -50
  198. package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -76
  199. package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -200
  200. package/src/assets/stylesheets/components/metasidebar.css +56 -56
  201. package/src/assets/stylesheets/components/metrics.css +12 -12
  202. package/src/assets/stylesheets/components/modals.css +105 -105
  203. package/src/assets/stylesheets/components/notifications.css +154 -154
  204. package/src/assets/stylesheets/components/popover.css +120 -120
  205. package/src/assets/stylesheets/components/progress.css +69 -69
  206. package/src/assets/stylesheets/components/radio_tabs.css +59 -59
  207. package/src/assets/stylesheets/components/reset.css +26 -26
  208. package/src/assets/stylesheets/components/resultmodule.css +132 -132
  209. package/src/assets/stylesheets/components/search.css +110 -110
  210. package/src/assets/stylesheets/components/sections.css +97 -97
  211. package/src/assets/stylesheets/components/select.css +50 -50
  212. package/src/assets/stylesheets/components/select2.css +252 -252
  213. package/src/assets/stylesheets/components/selectable_token.css +223 -223
  214. package/src/assets/stylesheets/components/sidebar.css +480 -480
  215. package/src/assets/stylesheets/components/splitview.css +307 -304
  216. package/src/assets/stylesheets/components/tables.css +108 -108
  217. package/src/assets/stylesheets/components/tabs.css +121 -121
  218. package/src/assets/stylesheets/components/tags.css +28 -28
  219. package/src/assets/stylesheets/components/task_issue_item.css +78 -78
  220. package/src/assets/stylesheets/components/test_header.css +167 -0
  221. package/src/assets/stylesheets/components/test_item.css +89 -89
  222. package/src/assets/stylesheets/components/tester/tester_cards.css +143 -143
  223. package/src/assets/stylesheets/components/tester/tester_header.css +37 -37
  224. package/src/assets/stylesheets/components/tester/tester_sidebar.css +92 -92
  225. package/src/assets/stylesheets/components/toggleswitch.css +118 -118
  226. package/src/assets/stylesheets/components/tom_select.css +186 -186
  227. package/src/assets/stylesheets/components/trix_editor.css +174 -174
  228. package/src/assets/stylesheets/components/typography.css +81 -81
  229. package/src/assets/stylesheets/components/uploads.css +194 -194
  230. package/src/assets/stylesheets/components/user_item.css +57 -57
  231. package/src/assets/stylesheets/designsystem-styles.css +81 -81
  232. package/src/assets/stylesheets/postcss.config.js +16 -16
  233. package/src/assets/stylesheets/tailwind.config.js +331 -331
  234. package/src/humans.txt.njk +10 -10
  235. package/src/index.pug +16 -16
  236. package/src/pages/buttons/block.haml +39 -39
  237. package/src/pages/buttons/buttons-lg.haml +20 -20
  238. package/src/pages/buttons/buttons-sm.haml +41 -41
  239. package/src/pages/buttons/buttons-xl.haml +23 -23
  240. package/src/pages/buttons/buttons.haml +58 -58
  241. package/src/pages/buttons/buttons_input.haml +39 -39
  242. package/src/pages/buttons/dropdown-menu.haml +73 -73
  243. package/src/pages/buttons/index.njk +7 -7
  244. package/src/pages/buttons/info_popover.haml +32 -32
  245. package/src/pages/buttons/link-with-icon.haml +13 -13
  246. package/src/pages/buttons/square-buttons.haml +55 -55
  247. package/src/pages/charts/area.haml +215 -215
  248. package/src/pages/charts/bar_horizontal.haml +335 -335
  249. package/src/pages/charts/bar_vertical.haml +391 -391
  250. package/src/pages/charts/donut.haml +269 -269
  251. package/src/pages/charts/gauge.haml +214 -214
  252. package/src/pages/charts/index.njk +6 -6
  253. package/src/pages/ci.pug +8 -8
  254. package/src/pages/colors.pug +147 -147
  255. package/src/pages/components/alerts.haml +31 -31
  256. package/src/pages/components/banner_cards.haml +45 -45
  257. package/src/pages/components/cards.haml +111 -111
  258. package/src/pages/components/cards_customer.haml +487 -487
  259. package/src/pages/components/cards_fixedwidth.haml +135 -135
  260. package/src/pages/components/cards_iconheader.haml +57 -57
  261. package/src/pages/components/cards_tester.haml +159 -159
  262. package/src/pages/components/chat_window.haml +240 -240
  263. package/src/pages/components/comments_bug_preview.haml +29 -29
  264. package/src/pages/components/comments_chatmessages.haml +229 -229
  265. package/src/pages/components/descriptionlist.haml +47 -47
  266. package/src/pages/components/devices.haml +115 -115
  267. package/src/pages/components/drawer.haml +49 -49
  268. package/src/pages/components/drawer_filter.haml +76 -76
  269. package/src/pages/components/emptystate.haml +15 -15
  270. package/src/pages/components/index.njk +6 -6
  271. package/src/pages/components/issue-item.haml +18 -18
  272. package/src/pages/components/listitem_with_footer.haml +208 -208
  273. package/src/pages/components/listitems.haml +136 -136
  274. package/src/pages/components/listitems_badge.haml +36 -36
  275. package/src/pages/components/listitems_collapsable.haml +117 -117
  276. package/src/pages/components/listitems_nested.haml +50 -50
  277. package/src/pages/components/listitems_selectable.haml +59 -59
  278. package/src/pages/components/listitems_white.haml +82 -82
  279. package/src/pages/components/loading_spinner.haml +11 -11
  280. package/src/pages/components/metasidebar.haml +13 -13
  281. package/src/pages/components/modal_details.haml +68 -68
  282. package/src/pages/components/notification_center.haml +48 -48
  283. package/src/pages/components/notifications.haml +42 -42
  284. package/src/pages/components/profilethumb.haml +27 -27
  285. package/src/pages/components/progress.haml +23 -23
  286. package/src/pages/components/resultmodule.haml +150 -150
  287. package/src/pages/components/resultmodule_testcase.haml +125 -125
  288. package/src/pages/components/section_collapsable.haml +24 -24
  289. package/src/pages/components/splitview_item.haml +111 -111
  290. package/src/pages/components/splitview_item_collapsable.haml +65 -65
  291. package/src/pages/components/tables.haml +57 -57
  292. package/src/pages/components/tables_linked.haml +29 -29
  293. package/src/pages/components/tags.haml +12 -12
  294. package/src/pages/components/task_item.haml +33 -33
  295. package/src/pages/components/test_item.haml +119 -119
  296. package/src/pages/components/tester_levels.haml +70 -70
  297. package/src/pages/components/user_item.haml +49 -49
  298. package/src/pages/examples/layout-actionbar.haml +267 -267
  299. package/src/pages/examples/layout-basic.haml +28 -28
  300. package/src/pages/examples/layout-chat.haml +327 -327
  301. package/src/pages/examples/layout-customer.haml +189 -189
  302. package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +312 -312
  303. package/src/pages/examples/layout-manager.haml +98 -98
  304. package/src/pages/examples/layout-metasidebar.haml +269 -269
  305. package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +308 -308
  306. package/src/pages/examples/layout-sidebar-actionbar.haml +308 -308
  307. package/src/pages/examples/layout-sidebar.haml +296 -296
  308. package/src/pages/examples/layout-tester.haml +105 -105
  309. package/src/pages/examples/splitview-testcases.haml +477 -477
  310. package/src/pages/examples/splitview.haml +389 -389
  311. package/src/pages/forms/checkboxes.haml +64 -64
  312. package/src/pages/forms/checkboxes_devices.haml +45 -45
  313. package/src/pages/forms/form-addon.haml +16 -16
  314. package/src/pages/forms/form-card.haml +36 -36
  315. package/src/pages/forms/form-grid.haml +16 -16
  316. package/src/pages/forms/form_grid_narrow.haml +18 -18
  317. package/src/pages/forms/forms.haml +22 -22
  318. package/src/pages/forms/index.njk +6 -6
  319. package/src/pages/forms/radiobuttons.haml +50 -50
  320. package/src/pages/forms/rating_scale.haml +62 -62
  321. package/src/pages/forms/search.haml +71 -71
  322. package/src/pages/forms/select2.haml +72 -72
  323. package/src/pages/forms/select_native.haml +74 -74
  324. package/src/pages/forms/selectable_token.haml +49 -49
  325. package/src/pages/forms/selectable_token_browsers.haml +66 -66
  326. package/src/pages/forms/selectable_token_lg.haml +49 -49
  327. package/src/pages/forms/selectable_token_xl.haml +49 -49
  328. package/src/pages/forms/textarea.haml +24 -24
  329. package/src/pages/forms/toggle-buttons.haml +94 -94
  330. package/src/pages/forms/toggle-switch.haml +31 -31
  331. package/src/pages/forms/tomselect.haml +76 -76
  332. package/src/pages/forms/trix_editor.pug +10 -10
  333. package/src/pages/forms/uploads.pug +101 -101
  334. package/src/pages/icons/bug-icons.haml +75 -75
  335. package/src/pages/icons/index.njk +83 -83
  336. package/src/pages/icons/marketingicons.haml +15 -15
  337. package/src/pages/icons/status-icons.haml +38 -38
  338. package/src/pages/layout/app_layout.haml +27 -27
  339. package/src/pages/layout/index.njk +6 -6
  340. package/src/pages/layout/max_width.haml +49 -49
  341. package/src/pages/layout/spacing.haml +30 -30
  342. package/src/pages/navigation/header-manager.haml +73 -73
  343. package/src/pages/navigation/header-tester.haml +100 -100
  344. package/src/pages/navigation/header.haml +76 -76
  345. package/src/pages/navigation/header_customer.haml +77 -77
  346. package/src/pages/navigation/header_tester_epam.haml +108 -108
  347. package/src/pages/navigation/index.njk +7 -7
  348. package/src/pages/navigation/product_dropdown.haml +65 -65
  349. package/src/pages/navigation/radio_tabs.haml +22 -22
  350. package/src/pages/navigation/sidebar-manager.haml +46 -46
  351. package/src/pages/navigation/sidebar-tester-elements.haml +105 -105
  352. package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -108
  353. package/src/pages/navigation/sidebar-tester.haml +75 -75
  354. package/src/pages/navigation/sidebar.haml +46 -46
  355. package/src/pages/navigation/sidebar_collapsables.haml +136 -136
  356. package/src/pages/navigation/sidebar_customer.haml +146 -146
  357. package/src/pages/navigation/tabnavigation.haml +12 -12
  358. package/src/pages/navigation/tabnavigation_actions.haml +21 -21
  359. package/src/pages/navigation/tabnavigation_pills.haml +12 -12
  360. package/src/pages/navigation/test-header-tester.haml +178 -0
  361. package/src/pages/typography/index.njk +7 -7
  362. package/src/pages/typography/link_with_icon.haml +12 -12
  363. package/src/pages/typography/linked_icon.haml +10 -10
  364. package/src/pages/typography/markdown.md +112 -112
  365. package/src/pages/typography/section_header.haml +25 -25
  366. package/src/pages/typography/section_header_actions.haml +59 -59
  367. package/src/pages/typography/text_with_icon.haml +12 -12
  368. package/src/pages/typography/trix_styles.haml +127 -127
  369. package/src/pages/typography/typography.haml +51 -51
  370. package/src/sitemap.xml.njk +13 -13
  371. package/src/static/app.compiled.css +536 -208
  372. package/src/static/app.compiled.css.map +1 -1
  373. package/src/static/browserconfig.xml +9 -9
  374. package/src/static/site.webmanifest +3 -3
  375. package/utils/collections.js +29 -29
  376. package/utils/filters.js +11 -11
  377. package/utils/markdown.js +9 -9
  378. package/utils/shortcodes.js +6 -6
  379. package/utils/transforms.js +19 -19
  380. package/webpack.config.js +24 -24
@@ -1,22 +1,22 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 72 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <g id="Artboard1" transform="matrix(0.989011,0,0,1,0,0)">
5
- <rect x="0" y="0" width="72.8" height="18" style="fill:none;"/>
6
- <g transform="matrix(1.18962,0,0,1.17655,-5.14526,-19.3856)">
7
- <path d="M34.909,27.503C34.6,27.905 34.172,28.21 33.626,28.417C33.079,28.624 32.458,28.728 31.762,28.728C31.047,28.728 30.415,28.566 29.864,28.241C29.313,27.917 28.888,27.453 28.589,26.85C28.291,26.246 28.135,25.542 28.124,24.737L28.124,24.07C28.124,22.78 28.432,21.774 29.049,21.049C29.667,20.324 30.528,19.962 31.633,19.962C32.583,19.962 33.336,20.197 33.895,20.668C34.454,21.139 34.79,21.816 34.903,22.698L33.45,22.698C33.286,21.671 32.69,21.157 31.663,21.157C30.999,21.157 30.494,21.396 30.148,21.875C29.802,22.353 29.624,23.054 29.612,23.979L29.612,24.635C29.612,25.556 29.806,26.271 30.195,26.78C30.584,27.289 31.124,27.544 31.815,27.544C32.573,27.544 33.112,27.372 33.432,27.028L33.432,25.359L31.674,25.359L31.674,24.234L34.909,24.234L34.909,27.503Z" style="fill-rule:nonzero;"/>
8
- <path d="M36.133,25.382C36.133,24.761 36.256,24.201 36.502,23.703C36.749,23.205 37.094,22.822 37.54,22.555C37.985,22.287 38.497,22.153 39.075,22.153C39.93,22.153 40.625,22.429 41.158,22.98C41.691,23.53 41.979,24.261 42.022,25.171L42.028,25.505C42.028,26.13 41.908,26.689 41.668,27.181C41.427,27.673 41.084,28.054 40.636,28.323C40.189,28.593 39.672,28.728 39.086,28.728C38.192,28.728 37.476,28.43 36.939,27.834C36.402,27.238 36.133,26.445 36.133,25.452L36.133,25.382ZM37.557,25.505C37.557,26.157 37.692,26.668 37.961,27.037C38.231,27.406 38.606,27.591 39.086,27.591C39.567,27.591 39.941,27.403 40.209,27.028C40.476,26.653 40.61,26.105 40.61,25.382C40.61,24.741 40.472,24.234 40.197,23.859C39.921,23.484 39.547,23.296 39.075,23.296C38.61,23.296 38.241,23.481 37.967,23.85C37.694,24.219 37.557,24.771 37.557,25.505Z" style="fill-rule:nonzero;"/>
9
- <path d="M42.965,25.382C42.965,24.761 43.088,24.201 43.335,23.703C43.581,23.205 43.926,22.822 44.372,22.555C44.817,22.287 45.329,22.153 45.907,22.153C46.762,22.153 47.457,22.429 47.99,22.98C48.523,23.53 48.811,24.261 48.854,25.171L48.86,25.505C48.86,26.13 48.74,26.689 48.5,27.181C48.259,27.673 47.916,28.054 47.468,28.323C47.021,28.593 46.504,28.728 45.918,28.728C45.024,28.728 44.308,28.43 43.771,27.834C43.234,27.238 42.965,26.445 42.965,25.452L42.965,25.382ZM44.389,25.505C44.389,26.157 44.524,26.668 44.793,27.037C45.063,27.406 45.438,27.591 45.918,27.591C46.399,27.591 46.773,27.403 47.041,27.028C47.308,26.653 47.442,26.105 47.442,25.382C47.442,24.741 47.304,24.234 47.029,23.859C46.753,23.484 46.379,23.296 45.907,23.296C45.442,23.296 45.073,23.481 44.799,23.85C44.526,24.219 44.389,24.771 44.389,25.505Z" style="fill-rule:nonzero;"/>
10
- <path d="M49.815,25.394C49.815,24.409 50.046,23.623 50.509,23.035C50.972,22.447 51.586,22.153 52.352,22.153C53.075,22.153 53.643,22.405 54.057,22.909L54.122,22.271L55.405,22.271L55.405,28.417C55.405,29.249 55.146,29.905 54.628,30.386C54.111,30.866 53.413,31.107 52.534,31.107C52.069,31.107 51.615,31.01 51.171,30.817C50.728,30.623 50.391,30.37 50.161,30.058L50.835,29.202C51.272,29.722 51.811,29.982 52.452,29.982C52.924,29.982 53.297,29.854 53.571,29.598C53.844,29.342 53.981,28.966 53.981,28.47L53.981,28.042C53.571,28.499 53.024,28.728 52.34,28.728C51.598,28.728 50.992,28.433 50.521,27.843C50.05,27.253 49.815,26.437 49.815,25.394ZM51.233,25.517C51.233,26.153 51.363,26.654 51.623,27.02C51.882,27.385 52.243,27.568 52.704,27.568C53.278,27.568 53.704,27.321 53.981,26.829L53.981,24.04C53.711,23.56 53.29,23.32 52.715,23.32C52.247,23.32 51.882,23.505 51.623,23.876C51.363,24.247 51.233,24.794 51.233,25.517Z" style="fill-rule:nonzero;"/>
11
- <rect x="56.958" y="19.611" width="1.424" height="9" style="fill-rule:nonzero;"/>
12
- <path d="M62.723,28.728C61.821,28.728 61.089,28.444 60.529,27.875C59.968,27.307 59.688,26.55 59.688,25.605L59.688,25.429C59.688,24.796 59.81,24.231 60.054,23.733C60.298,23.235 60.641,22.847 61.083,22.57C61.524,22.292 62.016,22.153 62.559,22.153C63.422,22.153 64.089,22.429 64.56,22.98C65.031,23.53 65.266,24.31 65.266,25.318L65.266,25.892L61.124,25.892C61.167,26.415 61.341,26.829 61.648,27.134C61.955,27.439 62.34,27.591 62.805,27.591C63.458,27.591 63.989,27.327 64.399,26.8L65.167,27.532C64.913,27.911 64.574,28.205 64.15,28.414C63.726,28.623 63.251,28.728 62.723,28.728ZM62.553,23.296C62.163,23.296 61.847,23.433 61.607,23.706C61.367,23.98 61.213,24.361 61.147,24.849L63.86,24.849L63.86,24.743C63.829,24.267 63.702,23.906 63.479,23.662C63.256,23.418 62.948,23.296 62.553,23.296Z" style="fill-rule:nonzero;"/>
13
- </g>
14
- <g id="logo_googleg_48dp" transform="matrix(1.01111,0,0,1,1.01111,1)">
15
- <path id="Shape" d="M16.6,8.2C16.6,7.6 16.5,6.9 16.4,6.4L8,6.4L8,9.9L12.8,9.9C12.6,11 12,11.9 11,12.6L11,14.9L14,14.9C15.7,13.3 16.6,10.9 16.6,8.2Z" style="fill:rgb(66,133,244);"/>
16
- <path id="Shape_00000116220169807278392790000010507946183177789884_" d="M8,17C10.4,17 12.5,16.2 14,14.8L11,12.6C10.2,13.1 9.2,13.5 8,13.5C5.7,13.5 3.7,11.9 3,9.8L0,9.8L0,12C1.4,15 4.5,17 8,17Z" style="fill:rgb(52,168,83);"/>
17
- <path id="Shape_00000036246365384756938600000009727008027918489747_" d="M3,9.7C2.8,9.2 2.7,8.6 2.7,8C2.7,7.4 2.8,6.8 3,6.3L3,4L0,4C-0.6,5.2 -1,6.6 -1,8C-1,9.4 -0.7,10.8 0,12L3,9.7Z" style="fill:rgb(251,188,5);"/>
18
- <path id="Shape_00000119091857408610178150000002521437217314766263_" d="M8,2.6C9.3,2.6 10.5,3.1 11.4,3.9L14,1.3C12.5,-0.1 10.4,-1 8,-1C4.5,-1 1.4,1 0,4L3,6.3C3.7,4.2 5.7,2.6 8,2.6Z" style="fill:rgb(234,67,53);"/>
19
- <rect id="Shape_00000011002407524849361790000009304613565924632997_" x="-1" y="-1" width="18" height="18" style="fill:none;fill-rule:nonzero;"/>
20
- </g>
21
- </g>
22
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 72 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g id="Artboard1" transform="matrix(0.989011,0,0,1,0,0)">
5
+ <rect x="0" y="0" width="72.8" height="18" style="fill:none;"/>
6
+ <g transform="matrix(1.18962,0,0,1.17655,-5.14526,-19.3856)">
7
+ <path d="M34.909,27.503C34.6,27.905 34.172,28.21 33.626,28.417C33.079,28.624 32.458,28.728 31.762,28.728C31.047,28.728 30.415,28.566 29.864,28.241C29.313,27.917 28.888,27.453 28.589,26.85C28.291,26.246 28.135,25.542 28.124,24.737L28.124,24.07C28.124,22.78 28.432,21.774 29.049,21.049C29.667,20.324 30.528,19.962 31.633,19.962C32.583,19.962 33.336,20.197 33.895,20.668C34.454,21.139 34.79,21.816 34.903,22.698L33.45,22.698C33.286,21.671 32.69,21.157 31.663,21.157C30.999,21.157 30.494,21.396 30.148,21.875C29.802,22.353 29.624,23.054 29.612,23.979L29.612,24.635C29.612,25.556 29.806,26.271 30.195,26.78C30.584,27.289 31.124,27.544 31.815,27.544C32.573,27.544 33.112,27.372 33.432,27.028L33.432,25.359L31.674,25.359L31.674,24.234L34.909,24.234L34.909,27.503Z" style="fill-rule:nonzero;"/>
8
+ <path d="M36.133,25.382C36.133,24.761 36.256,24.201 36.502,23.703C36.749,23.205 37.094,22.822 37.54,22.555C37.985,22.287 38.497,22.153 39.075,22.153C39.93,22.153 40.625,22.429 41.158,22.98C41.691,23.53 41.979,24.261 42.022,25.171L42.028,25.505C42.028,26.13 41.908,26.689 41.668,27.181C41.427,27.673 41.084,28.054 40.636,28.323C40.189,28.593 39.672,28.728 39.086,28.728C38.192,28.728 37.476,28.43 36.939,27.834C36.402,27.238 36.133,26.445 36.133,25.452L36.133,25.382ZM37.557,25.505C37.557,26.157 37.692,26.668 37.961,27.037C38.231,27.406 38.606,27.591 39.086,27.591C39.567,27.591 39.941,27.403 40.209,27.028C40.476,26.653 40.61,26.105 40.61,25.382C40.61,24.741 40.472,24.234 40.197,23.859C39.921,23.484 39.547,23.296 39.075,23.296C38.61,23.296 38.241,23.481 37.967,23.85C37.694,24.219 37.557,24.771 37.557,25.505Z" style="fill-rule:nonzero;"/>
9
+ <path d="M42.965,25.382C42.965,24.761 43.088,24.201 43.335,23.703C43.581,23.205 43.926,22.822 44.372,22.555C44.817,22.287 45.329,22.153 45.907,22.153C46.762,22.153 47.457,22.429 47.99,22.98C48.523,23.53 48.811,24.261 48.854,25.171L48.86,25.505C48.86,26.13 48.74,26.689 48.5,27.181C48.259,27.673 47.916,28.054 47.468,28.323C47.021,28.593 46.504,28.728 45.918,28.728C45.024,28.728 44.308,28.43 43.771,27.834C43.234,27.238 42.965,26.445 42.965,25.452L42.965,25.382ZM44.389,25.505C44.389,26.157 44.524,26.668 44.793,27.037C45.063,27.406 45.438,27.591 45.918,27.591C46.399,27.591 46.773,27.403 47.041,27.028C47.308,26.653 47.442,26.105 47.442,25.382C47.442,24.741 47.304,24.234 47.029,23.859C46.753,23.484 46.379,23.296 45.907,23.296C45.442,23.296 45.073,23.481 44.799,23.85C44.526,24.219 44.389,24.771 44.389,25.505Z" style="fill-rule:nonzero;"/>
10
+ <path d="M49.815,25.394C49.815,24.409 50.046,23.623 50.509,23.035C50.972,22.447 51.586,22.153 52.352,22.153C53.075,22.153 53.643,22.405 54.057,22.909L54.122,22.271L55.405,22.271L55.405,28.417C55.405,29.249 55.146,29.905 54.628,30.386C54.111,30.866 53.413,31.107 52.534,31.107C52.069,31.107 51.615,31.01 51.171,30.817C50.728,30.623 50.391,30.37 50.161,30.058L50.835,29.202C51.272,29.722 51.811,29.982 52.452,29.982C52.924,29.982 53.297,29.854 53.571,29.598C53.844,29.342 53.981,28.966 53.981,28.47L53.981,28.042C53.571,28.499 53.024,28.728 52.34,28.728C51.598,28.728 50.992,28.433 50.521,27.843C50.05,27.253 49.815,26.437 49.815,25.394ZM51.233,25.517C51.233,26.153 51.363,26.654 51.623,27.02C51.882,27.385 52.243,27.568 52.704,27.568C53.278,27.568 53.704,27.321 53.981,26.829L53.981,24.04C53.711,23.56 53.29,23.32 52.715,23.32C52.247,23.32 51.882,23.505 51.623,23.876C51.363,24.247 51.233,24.794 51.233,25.517Z" style="fill-rule:nonzero;"/>
11
+ <rect x="56.958" y="19.611" width="1.424" height="9" style="fill-rule:nonzero;"/>
12
+ <path d="M62.723,28.728C61.821,28.728 61.089,28.444 60.529,27.875C59.968,27.307 59.688,26.55 59.688,25.605L59.688,25.429C59.688,24.796 59.81,24.231 60.054,23.733C60.298,23.235 60.641,22.847 61.083,22.57C61.524,22.292 62.016,22.153 62.559,22.153C63.422,22.153 64.089,22.429 64.56,22.98C65.031,23.53 65.266,24.31 65.266,25.318L65.266,25.892L61.124,25.892C61.167,26.415 61.341,26.829 61.648,27.134C61.955,27.439 62.34,27.591 62.805,27.591C63.458,27.591 63.989,27.327 64.399,26.8L65.167,27.532C64.913,27.911 64.574,28.205 64.15,28.414C63.726,28.623 63.251,28.728 62.723,28.728ZM62.553,23.296C62.163,23.296 61.847,23.433 61.607,23.706C61.367,23.98 61.213,24.361 61.147,24.849L63.86,24.849L63.86,24.743C63.829,24.267 63.702,23.906 63.479,23.662C63.256,23.418 62.948,23.296 62.553,23.296Z" style="fill-rule:nonzero;"/>
13
+ </g>
14
+ <g id="logo_googleg_48dp" transform="matrix(1.01111,0,0,1,1.01111,1)">
15
+ <path id="Shape" d="M16.6,8.2C16.6,7.6 16.5,6.9 16.4,6.4L8,6.4L8,9.9L12.8,9.9C12.6,11 12,11.9 11,12.6L11,14.9L14,14.9C15.7,13.3 16.6,10.9 16.6,8.2Z" style="fill:rgb(66,133,244);"/>
16
+ <path id="Shape_00000116220169807278392790000010507946183177789884_" d="M8,17C10.4,17 12.5,16.2 14,14.8L11,12.6C10.2,13.1 9.2,13.5 8,13.5C5.7,13.5 3.7,11.9 3,9.8L0,9.8L0,12C1.4,15 4.5,17 8,17Z" style="fill:rgb(52,168,83);"/>
17
+ <path id="Shape_00000036246365384756938600000009727008027918489747_" d="M3,9.7C2.8,9.2 2.7,8.6 2.7,8C2.7,7.4 2.8,6.8 3,6.3L3,4L0,4C-0.6,5.2 -1,6.6 -1,8C-1,9.4 -0.7,10.8 0,12L3,9.7Z" style="fill:rgb(251,188,5);"/>
18
+ <path id="Shape_00000119091857408610178150000002521437217314766263_" d="M8,2.6C9.3,2.6 10.5,3.1 11.4,3.9L14,1.3C12.5,-0.1 10.4,-1 8,-1C4.5,-1 1.4,1 0,4L3,6.3C3.7,4.2 5.7,2.6 8,2.6Z" style="fill:rgb(234,67,53);"/>
19
+ <rect id="Shape_00000011002407524849361790000009304613565924632997_" x="-1" y="-1" width="18" height="18" style="fill:none;fill-rule:nonzero;"/>
20
+ </g>
21
+ </g>
22
+ </svg>
@@ -1,21 +1,21 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <g transform="matrix(1,0,0,1,-2200,-40)">
5
- <g id="info-circle" transform="matrix(1.00029,0,0,1,1699.85,-3060)">
6
- <rect x="500" y="3100" width="20" height="20" style="fill:none;"/>
7
- <clipPath id="_clip1">
8
- <rect x="500" y="3100" width="20" height="20"/>
9
- </clipPath>
10
- <g clip-path="url(#_clip1)">
11
- <g transform="matrix(0.999707,0,0,1,-1279.48,3100)">
12
- <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z" style="fill: #808497;"/>
13
- <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z" style="fill: #808497;"/>
14
- </g>
15
- <g transform="matrix(0.999707,0,0,1,506.001,3100)">
16
- <path d="M3,7L5.001,7L5.001,5L3,5L3,7ZM2,8L2,10L3,10L3,13L2,13L2,15L6,15L6,13L5,13L5,8L2,8Z" style="fill: #808497;"/>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,-2200,-40)">
5
+ <g id="info-circle" transform="matrix(1.00029,0,0,1,1699.85,-3060)">
6
+ <rect x="500" y="3100" width="20" height="20" style="fill:none;"/>
7
+ <clipPath id="_clip1">
8
+ <rect x="500" y="3100" width="20" height="20"/>
9
+ </clipPath>
10
+ <g clip-path="url(#_clip1)">
11
+ <g transform="matrix(0.999707,0,0,1,-1279.48,3100)">
12
+ <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z" style="fill: #808497;"/>
13
+ <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z" style="fill: #808497;"/>
14
+ </g>
15
+ <g transform="matrix(0.999707,0,0,1,506.001,3100)">
16
+ <path d="M3,7L5.001,7L5.001,5L3,5L3,7ZM2,8L2,10L3,10L3,13L2,13L2,15L6,15L6,13L5,13L5,8L2,8Z" style="fill: #808497;"/>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </svg>
@@ -1,21 +1,21 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <g transform="matrix(1,0,0,1,-2200,-40)">
5
- <g id="info-circle" transform="matrix(1.00029,0,0,1,1699.85,-3060)">
6
- <rect x="500" y="3100" width="20" height="20" style="fill:none;"/>
7
- <clipPath id="_clip1">
8
- <rect x="500" y="3100" width="20" height="20"/>
9
- </clipPath>
10
- <g clip-path="url(#_clip1)">
11
- <g transform="matrix(0.999707,0,0,1,-1279.48,3100)">
12
- <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z" style="fill: #7C8188;"/>
13
- <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z" style="fill: #7C8188;"/>
14
- </g>
15
- <g transform="matrix(0.999707,0,0,1,506.001,3100)">
16
- <path d="M3,7L5.001,7L5.001,5L3,5L3,7ZM2,8L2,10L3,10L3,13L2,13L2,15L6,15L6,13L5,13L5,8L2,8Z" style="fill: #7C8188;"/>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,-2200,-40)">
5
+ <g id="info-circle" transform="matrix(1.00029,0,0,1,1699.85,-3060)">
6
+ <rect x="500" y="3100" width="20" height="20" style="fill:none;"/>
7
+ <clipPath id="_clip1">
8
+ <rect x="500" y="3100" width="20" height="20"/>
9
+ </clipPath>
10
+ <g clip-path="url(#_clip1)">
11
+ <g transform="matrix(0.999707,0,0,1,-1279.48,3100)">
12
+ <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z" style="fill: #7C8188;"/>
13
+ <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z" style="fill: #7C8188;"/>
14
+ </g>
15
+ <g transform="matrix(0.999707,0,0,1,506.001,3100)">
16
+ <path d="M3,7L5.001,7L5.001,5L3,5L3,7ZM2,8L2,10L3,10L3,13L2,13L2,15L6,15L6,13L5,13L5,8L2,8Z" style="fill: #7C8188;"/>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </svg>
@@ -1,15 +1,15 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 13 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <rect id="lock" x="0" y="0" width="13" height="20" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="13" height="20"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M3,8L3,4C3,2.897 3.897,2 5,2L8,2C9.103,2 10,2.897 10,4L10,8L3,8ZM8,18L5,18L6.017,13.935C5.146,13.717 4.5,12.937 4.5,12C4.5,10.896 5.396,10 6.5,10C7.604,10 8.5,10.896 8.5,12C8.5,12.937 7.854,13.717 6.983,13.935L8,18ZM11,8L12,8L12,4C12,1.794 10.206,-0 8,-0L5,-0C2.794,-0 1,1.794 1,4L1,8L2,8C0.9,8 0,8.9 0,10L0,18C0,19.1 0.9,20 2,20L11,20C12.1,20 13,19.1 13,18L13,10C13,8.9 12.1,8 11,8" style="fill-rule:nonzero;"/>
10
- <rect x="1" y="7" width="2" height="2"/>
11
- <rect x="1" y="7" width="2" height="2"/>
12
- <rect x="10" y="7" width="2" height="2"/>
13
- <rect x="10" y="7" width="2" height="2"/>
14
- </g>
15
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 13 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <rect id="lock" x="0" y="0" width="13" height="20" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="13" height="20"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M3,8L3,4C3,2.897 3.897,2 5,2L8,2C9.103,2 10,2.897 10,4L10,8L3,8ZM8,18L5,18L6.017,13.935C5.146,13.717 4.5,12.937 4.5,12C4.5,10.896 5.396,10 6.5,10C7.604,10 8.5,10.896 8.5,12C8.5,12.937 7.854,13.717 6.983,13.935L8,18ZM11,8L12,8L12,4C12,1.794 10.206,-0 8,-0L5,-0C2.794,-0 1,1.794 1,4L1,8L2,8C0.9,8 0,8.9 0,10L0,18C0,19.1 0.9,20 2,20L11,20C12.1,20 13,19.1 13,18L13,10C13,8.9 12.1,8 11,8" style="fill-rule:nonzero;"/>
10
+ <rect x="1" y="7" width="2" height="2"/>
11
+ <rect x="1" y="7" width="2" height="2"/>
12
+ <rect x="10" y="7" width="2" height="2"/>
13
+ <rect x="10" y="7" width="2" height="2"/>
14
+ </g>
15
+ </svg>
@@ -1,12 +1,12 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 27 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <rect id="logo-mobile-cloud" x="0" y="0" width="27" height="20" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="27" height="20"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M25.747,5.043L18.462,5.043C17.773,5.043 17.206,5.615 17.206,6.309L17.206,18.714C17.206,19.409 17.773,19.98 18.462,19.98L25.747,19.98C26.436,19.98 27.002,19.409 27.002,18.714L27.002,6.309C27.002,5.615 26.436,5.043 25.747,5.043ZM25.244,17.448L18.965,17.448L18.965,6.815L25.244,6.815L25.244,17.448Z" style="fill-rule:nonzero;"/>
10
- <path d="M2.512,17.448L2.512,2.512L24.491,2.512L24.491,-0.02L2.512,-0.02C1.134,-0.02 0,1.123 0,2.512L0,17.448C0,18.837 1.134,19.98 2.512,19.98L14.694,19.98L14.694,17.448L2.512,17.448Z" style="fill-rule:nonzero;"/>
11
- </g>
12
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 27 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <rect id="logo-mobile-cloud" x="0" y="0" width="27" height="20" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="27" height="20"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M25.747,5.043L18.462,5.043C17.773,5.043 17.206,5.615 17.206,6.309L17.206,18.714C17.206,19.409 17.773,19.98 18.462,19.98L25.747,19.98C26.436,19.98 27.002,19.409 27.002,18.714L27.002,6.309C27.002,5.615 26.436,5.043 25.747,5.043ZM25.244,17.448L18.965,17.448L18.965,6.815L25.244,6.815L25.244,17.448Z" style="fill-rule:nonzero;"/>
10
+ <path d="M2.512,17.448L2.512,2.512L24.491,2.512L24.491,-0.02L2.512,-0.02C1.134,-0.02 0,1.123 0,2.512L0,17.448C0,18.837 1.134,19.98 2.512,19.98L14.694,19.98L14.694,17.448L2.512,17.448Z" style="fill-rule:nonzero;"/>
11
+ </g>
12
+ </svg>
@@ -1,14 +1,14 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <rect id="testio_horizontal_black" x="0" y="0" width="222" height="35" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="222" height="35"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
11
- <path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
12
- </g>
13
- </g>
14
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <rect id="testio_horizontal_black" x="0" y="0" width="222" height="35" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="222" height="35"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
11
+ <path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -1,25 +1,25 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 230 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <rect id="testio_horizontal_icon_black" x="0" y="0" width="230" height="30" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="230" height="30"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <path d="M206.783,14.816C206.778,14.693 206.775,14.57 206.775,14.447C206.775,9.602 210.762,5.615 215.607,5.615C220.452,5.615 224.439,9.602 224.439,14.447C224.439,14.57 224.436,14.693 224.431,14.816C224.431,20.322 220.509,24.395 215.607,24.395C210.705,24.395 206.783,20.322 206.783,14.816M201.767,14.816C201.766,14.879 201.766,14.941 201.766,15.004C201.766,22.597 208.014,28.845 215.607,28.845C223.2,28.845 229.448,22.597 229.448,15.004C229.448,14.941 229.448,14.879 229.447,14.816C229.344,7.296 223.128,1.165 215.607,1.165C208.086,1.165 201.87,7.296 201.767,14.816M185.929,28.392L190.793,28.392L190.793,1.618L185.929,1.618L185.929,28.392ZM147.502,28.392L152.367,28.392L152.367,5.804L161.154,5.804L161.154,1.618L138.716,1.618L138.716,5.804L147.502,5.804L147.502,28.392ZM112.998,25.187C115.469,27.584 118.795,28.901 122.237,28.845C127.818,28.845 131.061,25.262 131.061,21.001C131.061,12.441 118.466,13.61 118.466,8.858C118.466,6.973 120.238,5.653 122.501,5.653C124.68,5.75 126.765,6.573 128.422,7.991L130.533,4.031C128.339,2.081 125.473,1.053 122.539,1.165C117.41,1.165 113.564,4.484 113.564,8.934C113.564,17.154 126.197,16.325 126.197,21.114C126.197,23.301 124.349,24.357 122.313,24.357C119.827,24.218 117.467,23.217 115.638,21.529L112.998,25.187ZM87.317,28.392L103.948,28.392L103.948,24.206L92.182,24.206L92.182,17.004L101.195,17.004L101.195,12.818L92.182,12.818L92.182,5.804L103.344,5.804L103.344,1.618L87.317,1.618L87.317,28.392ZM64.087,28.392L68.952,28.392L68.952,5.804L77.739,5.804L77.739,1.618L55.301,1.618L55.301,5.804L64.087,5.804L64.087,28.392Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
11
- <g>
12
- <g>
13
- <circle cx="29.801" cy="5.674" r="2.456" style="fill:rgb(34,34,34);"/>
14
- <path d="M13.455,21.344C13.455,21.344 13.455,21.344 13.456,21.344C13.497,21.344 13.531,21.31 13.531,21.269C13.531,21.251 13.525,21.234 13.514,21.221C12.132,19.445 11.381,17.257 11.381,15.007C11.381,9.456 15.948,4.889 21.498,4.889C21.498,4.889 21.499,4.889 21.499,4.889C22.288,4.892 23.073,4.987 23.84,5.172L27.245,1.148C25.422,0.39 23.466,0 21.492,0C13.267,0 6.5,6.768 6.5,14.992C6.5,17.187 6.982,19.356 7.912,21.344L13.455,21.344Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
15
- </g>
16
- <path d="M34.423,7.4L30.975,11.475C32.366,15.178 31.455,19.371 28.655,22.164C26.7,24.134 24.012,25.206 21.238,25.119C19.733,25.124 18.229,25.12 16.725,25.12L12.398,25.12C11.743,25.12 11.088,25.12 10.433,25.121L0.008,25.121L0.008,30L21.002,29.983L21.962,29.989C30.012,29.76 36.509,23.075 36.509,15.022C36.509,12.341 35.789,9.708 34.423,7.4Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
17
- </g>
18
- <g>
19
- <circle cx="29.803" cy="5.673" r="2.456" style="fill:rgb(34,34,34);"/>
20
- <path d="M13.459,21.341C13.459,21.341 13.459,21.341 13.46,21.341C13.501,21.341 13.536,21.306 13.536,21.265C13.536,21.247 13.529,21.23 13.518,21.217C12.136,19.441 11.385,17.254 11.385,15.004C11.385,9.455 15.952,4.888 21.501,4.888C21.501,4.888 21.501,4.888 21.502,4.888C22.29,4.891 23.076,4.986 23.842,5.171L27.247,1.148C25.424,0.39 23.469,-0 21.494,-0C13.271,-0 6.505,6.766 6.505,14.989C6.505,17.184 6.987,19.352 7.917,21.341L13.459,21.341Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
21
- </g>
22
- <path d="M34.424,7.398L30.976,11.473C32.366,15.175 31.456,19.367 28.656,22.16C26.702,24.13 24.014,25.201 21.241,25.115L10.438,25.116L10.438,25.116L-0,25.116L-0,29.996L21.004,29.977L21.965,29.984C30.013,29.754 36.509,23.071 36.509,15.02C36.509,12.339 35.789,9.706 34.424,7.398Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
23
- </g>
24
- </g>
25
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 230 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <rect id="testio_horizontal_icon_black" x="0" y="0" width="230" height="30" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="230" height="30"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <path d="M206.783,14.816C206.778,14.693 206.775,14.57 206.775,14.447C206.775,9.602 210.762,5.615 215.607,5.615C220.452,5.615 224.439,9.602 224.439,14.447C224.439,14.57 224.436,14.693 224.431,14.816C224.431,20.322 220.509,24.395 215.607,24.395C210.705,24.395 206.783,20.322 206.783,14.816M201.767,14.816C201.766,14.879 201.766,14.941 201.766,15.004C201.766,22.597 208.014,28.845 215.607,28.845C223.2,28.845 229.448,22.597 229.448,15.004C229.448,14.941 229.448,14.879 229.447,14.816C229.344,7.296 223.128,1.165 215.607,1.165C208.086,1.165 201.87,7.296 201.767,14.816M185.929,28.392L190.793,28.392L190.793,1.618L185.929,1.618L185.929,28.392ZM147.502,28.392L152.367,28.392L152.367,5.804L161.154,5.804L161.154,1.618L138.716,1.618L138.716,5.804L147.502,5.804L147.502,28.392ZM112.998,25.187C115.469,27.584 118.795,28.901 122.237,28.845C127.818,28.845 131.061,25.262 131.061,21.001C131.061,12.441 118.466,13.61 118.466,8.858C118.466,6.973 120.238,5.653 122.501,5.653C124.68,5.75 126.765,6.573 128.422,7.991L130.533,4.031C128.339,2.081 125.473,1.053 122.539,1.165C117.41,1.165 113.564,4.484 113.564,8.934C113.564,17.154 126.197,16.325 126.197,21.114C126.197,23.301 124.349,24.357 122.313,24.357C119.827,24.218 117.467,23.217 115.638,21.529L112.998,25.187ZM87.317,28.392L103.948,28.392L103.948,24.206L92.182,24.206L92.182,17.004L101.195,17.004L101.195,12.818L92.182,12.818L92.182,5.804L103.344,5.804L103.344,1.618L87.317,1.618L87.317,28.392ZM64.087,28.392L68.952,28.392L68.952,5.804L77.739,5.804L77.739,1.618L55.301,1.618L55.301,5.804L64.087,5.804L64.087,28.392Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
11
+ <g>
12
+ <g>
13
+ <circle cx="29.801" cy="5.674" r="2.456" style="fill:rgb(34,34,34);"/>
14
+ <path d="M13.455,21.344C13.455,21.344 13.455,21.344 13.456,21.344C13.497,21.344 13.531,21.31 13.531,21.269C13.531,21.251 13.525,21.234 13.514,21.221C12.132,19.445 11.381,17.257 11.381,15.007C11.381,9.456 15.948,4.889 21.498,4.889C21.498,4.889 21.499,4.889 21.499,4.889C22.288,4.892 23.073,4.987 23.84,5.172L27.245,1.148C25.422,0.39 23.466,0 21.492,0C13.267,0 6.5,6.768 6.5,14.992C6.5,17.187 6.982,19.356 7.912,21.344L13.455,21.344Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
15
+ </g>
16
+ <path d="M34.423,7.4L30.975,11.475C32.366,15.178 31.455,19.371 28.655,22.164C26.7,24.134 24.012,25.206 21.238,25.119C19.733,25.124 18.229,25.12 16.725,25.12L12.398,25.12C11.743,25.12 11.088,25.12 10.433,25.121L0.008,25.121L0.008,30L21.002,29.983L21.962,29.989C30.012,29.76 36.509,23.075 36.509,15.022C36.509,12.341 35.789,9.708 34.423,7.4Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
17
+ </g>
18
+ <g>
19
+ <circle cx="29.803" cy="5.673" r="2.456" style="fill:rgb(34,34,34);"/>
20
+ <path d="M13.459,21.341C13.459,21.341 13.459,21.341 13.46,21.341C13.501,21.341 13.536,21.306 13.536,21.265C13.536,21.247 13.529,21.23 13.518,21.217C12.136,19.441 11.385,17.254 11.385,15.004C11.385,9.455 15.952,4.888 21.501,4.888C21.501,4.888 21.501,4.888 21.502,4.888C22.29,4.891 23.076,4.986 23.842,5.171L27.247,1.148C25.424,0.39 23.469,-0 21.494,-0C13.271,-0 6.505,6.766 6.505,14.989C6.505,17.184 6.987,19.352 7.917,21.341L13.459,21.341Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
21
+ </g>
22
+ <path d="M34.424,7.398L30.976,11.473C32.366,15.175 31.456,19.367 28.656,22.16C26.702,24.13 24.014,25.201 21.241,25.115L10.438,25.116L10.438,25.116L-0,25.116L-0,29.996L21.004,29.977L21.965,29.984C30.013,29.754 36.509,23.071 36.509,15.02C36.509,12.339 35.789,9.706 34.424,7.398Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
23
+ </g>
24
+ </g>
25
+ </svg>
@@ -1,27 +1,27 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 230 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <rect id="testio_horizontal_icon_purple_black" x="0" y="0" width="230" height="30" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="230" height="30"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <path d="M206.783,14.816C206.778,14.693 206.775,14.57 206.775,14.447C206.775,9.602 210.762,5.615 215.607,5.615C220.452,5.615 224.439,9.602 224.439,14.447C224.439,14.57 224.436,14.693 224.431,14.816C224.431,20.322 220.509,24.395 215.607,24.395C210.705,24.395 206.783,20.322 206.783,14.816M201.767,14.816C201.766,14.879 201.766,14.941 201.766,15.004C201.766,22.597 208.014,28.845 215.607,28.845C223.2,28.845 229.448,22.597 229.448,15.004C229.448,14.941 229.448,14.879 229.447,14.816C229.344,7.296 223.128,1.165 215.607,1.165C208.086,1.165 201.87,7.296 201.767,14.816M185.929,28.392L190.793,28.392L190.793,1.618L185.929,1.618L185.929,28.392ZM147.502,28.392L152.367,28.392L152.367,5.804L161.154,5.804L161.154,1.618L138.716,1.618L138.716,5.804L147.502,5.804L147.502,28.392ZM112.998,25.187C115.469,27.584 118.795,28.901 122.237,28.845C127.818,28.845 131.061,25.262 131.061,21.001C131.061,12.441 118.466,13.61 118.466,8.858C118.466,6.973 120.238,5.653 122.501,5.653C124.68,5.75 126.765,6.573 128.422,7.991L130.533,4.031C128.339,2.081 125.473,1.053 122.539,1.165C117.41,1.165 113.564,4.484 113.564,8.934C113.564,17.154 126.197,16.325 126.197,21.114C126.197,23.301 124.349,24.357 122.313,24.357C119.827,24.218 117.467,23.217 115.638,21.529L112.998,25.187ZM87.317,28.392L103.948,28.392L103.948,24.206L92.182,24.206L92.182,17.004L101.195,17.004L101.195,12.818L92.182,12.818L92.182,5.804L103.344,5.804L103.344,1.618L87.317,1.618L87.317,28.392ZM64.087,28.392L68.952,28.392L68.952,5.804L77.739,5.804L77.739,1.618L55.301,1.618L55.301,5.804L64.087,5.804L64.087,28.392Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
11
- <g>
12
- <g>
13
- <g>
14
- <circle cx="29.801" cy="5.674" r="2.456" style="fill:rgb(121,84,255);"/>
15
- <path d="M13.455,21.344C13.455,21.344 13.455,21.344 13.456,21.344C13.497,21.344 13.531,21.31 13.531,21.269C13.531,21.251 13.525,21.234 13.514,21.221C12.132,19.445 11.381,17.257 11.381,15.007C11.381,9.456 15.948,4.889 21.498,4.889C21.498,4.889 21.499,4.889 21.499,4.889C22.288,4.892 23.073,4.987 23.84,5.172L27.245,1.148C25.422,0.39 23.466,0 21.492,0C13.267,0 6.5,6.768 6.5,14.992C6.5,17.187 6.982,19.356 7.912,21.344L13.455,21.344Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
16
- </g>
17
- <path d="M34.423,7.4L30.975,11.475C32.366,15.178 31.455,19.371 28.655,22.164C26.7,24.134 24.012,25.206 21.238,25.119C19.733,25.124 18.229,25.12 16.725,25.12L12.398,25.12C11.743,25.12 11.088,25.12 10.433,25.121L0.008,25.121L0.008,30L21.002,29.983L21.962,29.989C30.012,29.76 36.509,23.075 36.509,15.022C36.509,12.341 35.789,9.708 34.423,7.4Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
18
- </g>
19
- <g>
20
- <circle cx="29.803" cy="5.673" r="2.456" style="fill:rgb(121,84,255);"/>
21
- <path d="M13.459,21.341C13.459,21.341 13.459,21.341 13.46,21.341C13.501,21.341 13.536,21.306 13.536,21.265C13.536,21.247 13.529,21.23 13.518,21.217C12.136,19.441 11.385,17.254 11.385,15.004C11.385,9.455 15.952,4.888 21.501,4.888C21.501,4.888 21.501,4.888 21.502,4.888C22.29,4.891 23.076,4.986 23.842,5.171L27.247,1.148C25.424,0.39 23.469,0 21.494,0C13.271,0 6.505,6.766 6.505,14.989C6.505,17.184 6.987,19.352 7.917,21.341L13.459,21.341Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
22
- </g>
23
- <path d="M34.424,7.398L30.976,11.473C32.366,15.175 31.456,19.367 28.656,22.16C26.702,24.13 24.014,25.201 21.241,25.115L10.438,25.116L10.438,25.116L-0,25.116L-0,29.996L21.004,29.977L21.965,29.984C30.013,29.754 36.509,23.071 36.509,15.02C36.509,12.339 35.789,9.706 34.424,7.398Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
24
- </g>
25
- </g>
26
- </g>
27
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 230 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <rect id="testio_horizontal_icon_purple_black" x="0" y="0" width="230" height="30" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="230" height="30"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <path d="M206.783,14.816C206.778,14.693 206.775,14.57 206.775,14.447C206.775,9.602 210.762,5.615 215.607,5.615C220.452,5.615 224.439,9.602 224.439,14.447C224.439,14.57 224.436,14.693 224.431,14.816C224.431,20.322 220.509,24.395 215.607,24.395C210.705,24.395 206.783,20.322 206.783,14.816M201.767,14.816C201.766,14.879 201.766,14.941 201.766,15.004C201.766,22.597 208.014,28.845 215.607,28.845C223.2,28.845 229.448,22.597 229.448,15.004C229.448,14.941 229.448,14.879 229.447,14.816C229.344,7.296 223.128,1.165 215.607,1.165C208.086,1.165 201.87,7.296 201.767,14.816M185.929,28.392L190.793,28.392L190.793,1.618L185.929,1.618L185.929,28.392ZM147.502,28.392L152.367,28.392L152.367,5.804L161.154,5.804L161.154,1.618L138.716,1.618L138.716,5.804L147.502,5.804L147.502,28.392ZM112.998,25.187C115.469,27.584 118.795,28.901 122.237,28.845C127.818,28.845 131.061,25.262 131.061,21.001C131.061,12.441 118.466,13.61 118.466,8.858C118.466,6.973 120.238,5.653 122.501,5.653C124.68,5.75 126.765,6.573 128.422,7.991L130.533,4.031C128.339,2.081 125.473,1.053 122.539,1.165C117.41,1.165 113.564,4.484 113.564,8.934C113.564,17.154 126.197,16.325 126.197,21.114C126.197,23.301 124.349,24.357 122.313,24.357C119.827,24.218 117.467,23.217 115.638,21.529L112.998,25.187ZM87.317,28.392L103.948,28.392L103.948,24.206L92.182,24.206L92.182,17.004L101.195,17.004L101.195,12.818L92.182,12.818L92.182,5.804L103.344,5.804L103.344,1.618L87.317,1.618L87.317,28.392ZM64.087,28.392L68.952,28.392L68.952,5.804L77.739,5.804L77.739,1.618L55.301,1.618L55.301,5.804L64.087,5.804L64.087,28.392Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
11
+ <g>
12
+ <g>
13
+ <g>
14
+ <circle cx="29.801" cy="5.674" r="2.456" style="fill:rgb(121,84,255);"/>
15
+ <path d="M13.455,21.344C13.455,21.344 13.455,21.344 13.456,21.344C13.497,21.344 13.531,21.31 13.531,21.269C13.531,21.251 13.525,21.234 13.514,21.221C12.132,19.445 11.381,17.257 11.381,15.007C11.381,9.456 15.948,4.889 21.498,4.889C21.498,4.889 21.499,4.889 21.499,4.889C22.288,4.892 23.073,4.987 23.84,5.172L27.245,1.148C25.422,0.39 23.466,0 21.492,0C13.267,0 6.5,6.768 6.5,14.992C6.5,17.187 6.982,19.356 7.912,21.344L13.455,21.344Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
16
+ </g>
17
+ <path d="M34.423,7.4L30.975,11.475C32.366,15.178 31.455,19.371 28.655,22.164C26.7,24.134 24.012,25.206 21.238,25.119C19.733,25.124 18.229,25.12 16.725,25.12L12.398,25.12C11.743,25.12 11.088,25.12 10.433,25.121L0.008,25.121L0.008,30L21.002,29.983L21.962,29.989C30.012,29.76 36.509,23.075 36.509,15.022C36.509,12.341 35.789,9.708 34.423,7.4Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
18
+ </g>
19
+ <g>
20
+ <circle cx="29.803" cy="5.673" r="2.456" style="fill:rgb(121,84,255);"/>
21
+ <path d="M13.459,21.341C13.459,21.341 13.459,21.341 13.46,21.341C13.501,21.341 13.536,21.306 13.536,21.265C13.536,21.247 13.529,21.23 13.518,21.217C12.136,19.441 11.385,17.254 11.385,15.004C11.385,9.455 15.952,4.888 21.501,4.888C21.501,4.888 21.501,4.888 21.502,4.888C22.29,4.891 23.076,4.986 23.842,5.171L27.247,1.148C25.424,0.39 23.469,0 21.494,0C13.271,0 6.505,6.766 6.505,14.989C6.505,17.184 6.987,19.352 7.917,21.341L13.459,21.341Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
22
+ </g>
23
+ <path d="M34.424,7.398L30.976,11.473C32.366,15.175 31.456,19.367 28.656,22.16C26.702,24.13 24.014,25.201 21.241,25.115L10.438,25.116L10.438,25.116L-0,25.116L-0,29.996L21.004,29.977L21.965,29.984C30.013,29.754 36.509,23.071 36.509,15.02C36.509,12.339 35.789,9.706 34.424,7.398Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
24
+ </g>
25
+ </g>
26
+ </g>
27
+ </svg>
@@ -1,25 +1,25 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 230 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <rect id="testio_horizontal_icon_purple_white" x="0" y="0" width="230" height="30" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="230" height="30"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <path d="M206.783,14.816C206.778,14.693 206.775,14.57 206.775,14.447C206.775,9.602 210.762,5.615 215.607,5.615C220.452,5.615 224.439,9.602 224.439,14.447C224.439,14.57 224.436,14.693 224.431,14.816C224.431,20.322 220.509,24.395 215.607,24.395C210.705,24.395 206.783,20.322 206.783,14.816M201.767,14.816C201.766,14.879 201.766,14.941 201.766,15.004C201.766,22.597 208.014,28.845 215.607,28.845C223.2,28.845 229.448,22.597 229.448,15.004C229.448,14.941 229.448,14.879 229.447,14.816C229.344,7.296 223.128,1.165 215.607,1.165C208.086,1.165 201.87,7.296 201.767,14.816M185.929,28.392L190.793,28.392L190.793,1.618L185.929,1.618L185.929,28.392ZM147.502,28.392L152.367,28.392L152.367,5.804L161.154,5.804L161.154,1.618L138.716,1.618L138.716,5.804L147.502,5.804L147.502,28.392ZM112.998,25.187C115.469,27.584 118.795,28.901 122.237,28.845C127.818,28.845 131.061,25.262 131.061,21.001C131.061,12.441 118.466,13.61 118.466,8.858C118.466,6.973 120.238,5.653 122.501,5.653C124.68,5.75 126.765,6.573 128.422,7.991L130.533,4.031C128.339,2.081 125.473,1.053 122.539,1.165C117.41,1.165 113.564,4.484 113.564,8.934C113.564,17.154 126.197,16.325 126.197,21.114C126.197,23.301 124.349,24.357 122.313,24.357C119.827,24.218 117.467,23.217 115.638,21.529L112.998,25.187ZM87.317,28.392L103.948,28.392L103.948,24.206L92.182,24.206L92.182,17.004L101.195,17.004L101.195,12.818L92.182,12.818L92.182,5.804L103.344,5.804L103.344,1.618L87.317,1.618L87.317,28.392ZM64.087,28.392L68.952,28.392L68.952,5.804L77.739,5.804L77.739,1.618L55.301,1.618L55.301,5.804L64.087,5.804L64.087,28.392Z" style="fill:white;fill-rule:nonzero;"/>
11
- <g>
12
- <g>
13
- <circle cx="29.801" cy="5.674" r="2.456" style="fill:rgb(121,84,255);"/>
14
- <path d="M13.455,21.344C13.455,21.344 13.455,21.344 13.456,21.344C13.497,21.344 13.531,21.31 13.531,21.269C13.531,21.251 13.525,21.234 13.514,21.221C12.132,19.445 11.381,17.257 11.381,15.007C11.381,9.456 15.948,4.889 21.498,4.889C21.498,4.889 21.499,4.889 21.499,4.889C22.288,4.892 23.073,4.987 23.84,5.172L27.245,1.148C25.422,0.39 23.466,0 21.492,0C13.267,0 6.5,6.768 6.5,14.992C6.5,17.187 6.982,19.356 7.912,21.344L13.455,21.344Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
15
- </g>
16
- <path d="M34.423,7.4L30.975,11.475C32.366,15.178 31.455,19.371 28.655,22.164C26.7,24.134 24.012,25.206 21.238,25.119C19.733,25.124 18.229,25.12 16.725,25.12L12.398,25.12C11.743,25.12 11.088,25.12 10.433,25.121L0.008,25.121L0.008,30L21.002,29.983L21.962,29.989C30.012,29.76 36.509,23.075 36.509,15.022C36.509,12.341 35.789,9.708 34.423,7.4Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
17
- </g>
18
- <g>
19
- <circle cx="29.803" cy="5.673" r="2.456" style="fill:rgb(121,84,255);"/>
20
- <path d="M13.459,21.341C13.459,21.341 13.459,21.341 13.46,21.341C13.501,21.341 13.536,21.306 13.536,21.265C13.536,21.247 13.529,21.23 13.518,21.217C12.136,19.441 11.385,17.254 11.385,15.004C11.385,9.455 15.952,4.888 21.501,4.888C21.501,4.888 21.501,4.888 21.502,4.888C22.29,4.891 23.076,4.986 23.842,5.171L27.247,1.148C25.424,0.39 23.469,-0 21.494,-0C13.271,-0 6.505,6.766 6.505,14.989C6.505,17.184 6.987,19.352 7.917,21.341L13.459,21.341Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
21
- </g>
22
- <path d="M34.424,7.398L30.976,11.473C32.366,15.175 31.456,19.367 28.656,22.16C26.702,24.13 24.014,25.201 21.241,25.115L10.438,25.116L10.438,25.116L-0,25.116L-0,29.996L21.004,29.977L21.965,29.984C30.013,29.754 36.509,23.071 36.509,15.02C36.509,12.339 35.789,9.706 34.424,7.398Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
23
- </g>
24
- </g>
25
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 230 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <rect id="testio_horizontal_icon_purple_white" x="0" y="0" width="230" height="30" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="230" height="30"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <path d="M206.783,14.816C206.778,14.693 206.775,14.57 206.775,14.447C206.775,9.602 210.762,5.615 215.607,5.615C220.452,5.615 224.439,9.602 224.439,14.447C224.439,14.57 224.436,14.693 224.431,14.816C224.431,20.322 220.509,24.395 215.607,24.395C210.705,24.395 206.783,20.322 206.783,14.816M201.767,14.816C201.766,14.879 201.766,14.941 201.766,15.004C201.766,22.597 208.014,28.845 215.607,28.845C223.2,28.845 229.448,22.597 229.448,15.004C229.448,14.941 229.448,14.879 229.447,14.816C229.344,7.296 223.128,1.165 215.607,1.165C208.086,1.165 201.87,7.296 201.767,14.816M185.929,28.392L190.793,28.392L190.793,1.618L185.929,1.618L185.929,28.392ZM147.502,28.392L152.367,28.392L152.367,5.804L161.154,5.804L161.154,1.618L138.716,1.618L138.716,5.804L147.502,5.804L147.502,28.392ZM112.998,25.187C115.469,27.584 118.795,28.901 122.237,28.845C127.818,28.845 131.061,25.262 131.061,21.001C131.061,12.441 118.466,13.61 118.466,8.858C118.466,6.973 120.238,5.653 122.501,5.653C124.68,5.75 126.765,6.573 128.422,7.991L130.533,4.031C128.339,2.081 125.473,1.053 122.539,1.165C117.41,1.165 113.564,4.484 113.564,8.934C113.564,17.154 126.197,16.325 126.197,21.114C126.197,23.301 124.349,24.357 122.313,24.357C119.827,24.218 117.467,23.217 115.638,21.529L112.998,25.187ZM87.317,28.392L103.948,28.392L103.948,24.206L92.182,24.206L92.182,17.004L101.195,17.004L101.195,12.818L92.182,12.818L92.182,5.804L103.344,5.804L103.344,1.618L87.317,1.618L87.317,28.392ZM64.087,28.392L68.952,28.392L68.952,5.804L77.739,5.804L77.739,1.618L55.301,1.618L55.301,5.804L64.087,5.804L64.087,28.392Z" style="fill:white;fill-rule:nonzero;"/>
11
+ <g>
12
+ <g>
13
+ <circle cx="29.801" cy="5.674" r="2.456" style="fill:rgb(121,84,255);"/>
14
+ <path d="M13.455,21.344C13.455,21.344 13.455,21.344 13.456,21.344C13.497,21.344 13.531,21.31 13.531,21.269C13.531,21.251 13.525,21.234 13.514,21.221C12.132,19.445 11.381,17.257 11.381,15.007C11.381,9.456 15.948,4.889 21.498,4.889C21.498,4.889 21.499,4.889 21.499,4.889C22.288,4.892 23.073,4.987 23.84,5.172L27.245,1.148C25.422,0.39 23.466,0 21.492,0C13.267,0 6.5,6.768 6.5,14.992C6.5,17.187 6.982,19.356 7.912,21.344L13.455,21.344Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
15
+ </g>
16
+ <path d="M34.423,7.4L30.975,11.475C32.366,15.178 31.455,19.371 28.655,22.164C26.7,24.134 24.012,25.206 21.238,25.119C19.733,25.124 18.229,25.12 16.725,25.12L12.398,25.12C11.743,25.12 11.088,25.12 10.433,25.121L0.008,25.121L0.008,30L21.002,29.983L21.962,29.989C30.012,29.76 36.509,23.075 36.509,15.022C36.509,12.341 35.789,9.708 34.423,7.4Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
17
+ </g>
18
+ <g>
19
+ <circle cx="29.803" cy="5.673" r="2.456" style="fill:rgb(121,84,255);"/>
20
+ <path d="M13.459,21.341C13.459,21.341 13.459,21.341 13.46,21.341C13.501,21.341 13.536,21.306 13.536,21.265C13.536,21.247 13.529,21.23 13.518,21.217C12.136,19.441 11.385,17.254 11.385,15.004C11.385,9.455 15.952,4.888 21.501,4.888C21.501,4.888 21.501,4.888 21.502,4.888C22.29,4.891 23.076,4.986 23.842,5.171L27.247,1.148C25.424,0.39 23.469,-0 21.494,-0C13.271,-0 6.505,6.766 6.505,14.989C6.505,17.184 6.987,19.352 7.917,21.341L13.459,21.341Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
21
+ </g>
22
+ <path d="M34.424,7.398L30.976,11.473C32.366,15.175 31.456,19.367 28.656,22.16C26.702,24.13 24.014,25.201 21.241,25.115L10.438,25.116L10.438,25.116L-0,25.116L-0,29.996L21.004,29.977L21.965,29.984C30.013,29.754 36.509,23.071 36.509,15.02C36.509,12.339 35.789,9.706 34.424,7.398Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
23
+ </g>
24
+ </g>
25
+ </svg>
@@ -1,25 +1,25 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 230 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <rect id="testio_horizontal_icon_white" x="0" y="0" width="230" height="30" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="230" height="30"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <path d="M206.783,14.816C206.778,14.693 206.775,14.57 206.775,14.447C206.775,9.602 210.762,5.615 215.607,5.615C220.452,5.615 224.439,9.602 224.439,14.447C224.439,14.57 224.436,14.693 224.431,14.816C224.431,20.322 220.509,24.395 215.607,24.395C210.705,24.395 206.783,20.322 206.783,14.816M201.767,14.816C201.766,14.879 201.766,14.941 201.766,15.004C201.766,22.597 208.014,28.845 215.607,28.845C223.2,28.845 229.448,22.597 229.448,15.004C229.448,14.941 229.448,14.879 229.447,14.816C229.344,7.296 223.128,1.165 215.607,1.165C208.086,1.165 201.87,7.296 201.767,14.816M185.929,28.392L190.793,28.392L190.793,1.618L185.929,1.618L185.929,28.392ZM147.502,28.392L152.367,28.392L152.367,5.804L161.154,5.804L161.154,1.618L138.716,1.618L138.716,5.804L147.502,5.804L147.502,28.392ZM112.998,25.187C115.469,27.584 118.795,28.901 122.237,28.845C127.818,28.845 131.061,25.262 131.061,21.001C131.061,12.441 118.466,13.61 118.466,8.858C118.466,6.973 120.238,5.653 122.501,5.653C124.68,5.75 126.765,6.573 128.422,7.991L130.533,4.031C128.339,2.081 125.473,1.053 122.539,1.165C117.41,1.165 113.564,4.484 113.564,8.934C113.564,17.154 126.197,16.325 126.197,21.114C126.197,23.301 124.349,24.357 122.313,24.357C119.827,24.218 117.467,23.217 115.638,21.529L112.998,25.187ZM87.317,28.392L103.948,28.392L103.948,24.206L92.182,24.206L92.182,17.004L101.195,17.004L101.195,12.818L92.182,12.818L92.182,5.804L103.344,5.804L103.344,1.618L87.317,1.618L87.317,28.392ZM64.087,28.392L68.952,28.392L68.952,5.804L77.739,5.804L77.739,1.618L55.301,1.618L55.301,5.804L64.087,5.804L64.087,28.392Z" style="fill:white;fill-rule:nonzero;"/>
11
- <g>
12
- <g>
13
- <circle cx="29.801" cy="5.674" r="2.456" style="fill:white;"/>
14
- <path d="M13.455,21.344C13.455,21.344 13.455,21.344 13.456,21.344C13.497,21.344 13.531,21.31 13.531,21.269C13.531,21.251 13.525,21.234 13.514,21.221C12.132,19.445 11.381,17.257 11.381,15.007C11.381,9.456 15.948,4.889 21.498,4.889C21.498,4.889 21.499,4.889 21.499,4.889C22.288,4.892 23.073,4.987 23.84,5.172L27.245,1.148C25.422,0.39 23.466,0 21.492,0C13.267,0 6.5,6.768 6.5,14.992C6.5,17.187 6.982,19.356 7.912,21.344L13.455,21.344Z" style="fill:white;fill-rule:nonzero;"/>
15
- </g>
16
- <path d="M34.423,7.4L30.975,11.475C32.366,15.178 31.455,19.371 28.655,22.164C26.7,24.134 24.012,25.206 21.238,25.119C19.733,25.124 18.229,25.12 16.725,25.12L12.398,25.12C11.743,25.12 11.088,25.12 10.433,25.121L0.008,25.121L0.008,30L21.002,29.983L21.962,29.989C30.012,29.76 36.509,23.075 36.509,15.022C36.509,12.341 35.789,9.708 34.423,7.4Z" style="fill:white;fill-rule:nonzero;"/>
17
- </g>
18
- <g>
19
- <circle cx="29.803" cy="5.673" r="2.456" style="fill:white;"/>
20
- <path d="M13.459,21.341C13.459,21.341 13.459,21.341 13.46,21.341C13.501,21.341 13.536,21.306 13.536,21.265C13.536,21.247 13.529,21.23 13.518,21.217C12.136,19.441 11.385,17.254 11.385,15.004C11.385,9.455 15.952,4.888 21.501,4.888C21.501,4.888 21.501,4.888 21.502,4.888C22.29,4.891 23.076,4.986 23.842,5.171L27.247,1.148C25.424,0.39 23.469,-0 21.494,-0C13.271,-0 6.505,6.766 6.505,14.989C6.505,17.184 6.987,19.352 7.917,21.341L13.459,21.341Z" style="fill:white;fill-rule:nonzero;"/>
21
- </g>
22
- <path d="M34.424,7.398L30.976,11.473C32.366,15.175 31.456,19.367 28.656,22.16C26.702,24.13 24.014,25.201 21.241,25.115L10.438,25.116L10.438,25.116L-0,25.116L-0,29.996L21.004,29.977L21.965,29.984C30.013,29.754 36.509,23.071 36.509,15.02C36.509,12.339 35.789,9.706 34.424,7.398Z" style="fill:white;fill-rule:nonzero;"/>
23
- </g>
24
- </g>
25
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 230 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <rect id="testio_horizontal_icon_white" x="0" y="0" width="230" height="30" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="230" height="30"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <path d="M206.783,14.816C206.778,14.693 206.775,14.57 206.775,14.447C206.775,9.602 210.762,5.615 215.607,5.615C220.452,5.615 224.439,9.602 224.439,14.447C224.439,14.57 224.436,14.693 224.431,14.816C224.431,20.322 220.509,24.395 215.607,24.395C210.705,24.395 206.783,20.322 206.783,14.816M201.767,14.816C201.766,14.879 201.766,14.941 201.766,15.004C201.766,22.597 208.014,28.845 215.607,28.845C223.2,28.845 229.448,22.597 229.448,15.004C229.448,14.941 229.448,14.879 229.447,14.816C229.344,7.296 223.128,1.165 215.607,1.165C208.086,1.165 201.87,7.296 201.767,14.816M185.929,28.392L190.793,28.392L190.793,1.618L185.929,1.618L185.929,28.392ZM147.502,28.392L152.367,28.392L152.367,5.804L161.154,5.804L161.154,1.618L138.716,1.618L138.716,5.804L147.502,5.804L147.502,28.392ZM112.998,25.187C115.469,27.584 118.795,28.901 122.237,28.845C127.818,28.845 131.061,25.262 131.061,21.001C131.061,12.441 118.466,13.61 118.466,8.858C118.466,6.973 120.238,5.653 122.501,5.653C124.68,5.75 126.765,6.573 128.422,7.991L130.533,4.031C128.339,2.081 125.473,1.053 122.539,1.165C117.41,1.165 113.564,4.484 113.564,8.934C113.564,17.154 126.197,16.325 126.197,21.114C126.197,23.301 124.349,24.357 122.313,24.357C119.827,24.218 117.467,23.217 115.638,21.529L112.998,25.187ZM87.317,28.392L103.948,28.392L103.948,24.206L92.182,24.206L92.182,17.004L101.195,17.004L101.195,12.818L92.182,12.818L92.182,5.804L103.344,5.804L103.344,1.618L87.317,1.618L87.317,28.392ZM64.087,28.392L68.952,28.392L68.952,5.804L77.739,5.804L77.739,1.618L55.301,1.618L55.301,5.804L64.087,5.804L64.087,28.392Z" style="fill:white;fill-rule:nonzero;"/>
11
+ <g>
12
+ <g>
13
+ <circle cx="29.801" cy="5.674" r="2.456" style="fill:white;"/>
14
+ <path d="M13.455,21.344C13.455,21.344 13.455,21.344 13.456,21.344C13.497,21.344 13.531,21.31 13.531,21.269C13.531,21.251 13.525,21.234 13.514,21.221C12.132,19.445 11.381,17.257 11.381,15.007C11.381,9.456 15.948,4.889 21.498,4.889C21.498,4.889 21.499,4.889 21.499,4.889C22.288,4.892 23.073,4.987 23.84,5.172L27.245,1.148C25.422,0.39 23.466,0 21.492,0C13.267,0 6.5,6.768 6.5,14.992C6.5,17.187 6.982,19.356 7.912,21.344L13.455,21.344Z" style="fill:white;fill-rule:nonzero;"/>
15
+ </g>
16
+ <path d="M34.423,7.4L30.975,11.475C32.366,15.178 31.455,19.371 28.655,22.164C26.7,24.134 24.012,25.206 21.238,25.119C19.733,25.124 18.229,25.12 16.725,25.12L12.398,25.12C11.743,25.12 11.088,25.12 10.433,25.121L0.008,25.121L0.008,30L21.002,29.983L21.962,29.989C30.012,29.76 36.509,23.075 36.509,15.022C36.509,12.341 35.789,9.708 34.423,7.4Z" style="fill:white;fill-rule:nonzero;"/>
17
+ </g>
18
+ <g>
19
+ <circle cx="29.803" cy="5.673" r="2.456" style="fill:white;"/>
20
+ <path d="M13.459,21.341C13.459,21.341 13.459,21.341 13.46,21.341C13.501,21.341 13.536,21.306 13.536,21.265C13.536,21.247 13.529,21.23 13.518,21.217C12.136,19.441 11.385,17.254 11.385,15.004C11.385,9.455 15.952,4.888 21.501,4.888C21.501,4.888 21.501,4.888 21.502,4.888C22.29,4.891 23.076,4.986 23.842,5.171L27.247,1.148C25.424,0.39 23.469,-0 21.494,-0C13.271,-0 6.505,6.766 6.505,14.989C6.505,17.184 6.987,19.352 7.917,21.341L13.459,21.341Z" style="fill:white;fill-rule:nonzero;"/>
21
+ </g>
22
+ <path d="M34.424,7.398L30.976,11.473C32.366,15.175 31.456,19.367 28.656,22.16C26.702,24.13 24.014,25.201 21.241,25.115L10.438,25.116L10.438,25.116L-0,25.116L-0,29.996L21.004,29.977L21.965,29.984C30.013,29.754 36.509,23.071 36.509,15.02C36.509,12.339 35.789,9.706 34.424,7.398Z" style="fill:white;fill-rule:nonzero;"/>
23
+ </g>
24
+ </g>
25
+ </svg>
@@ -1,9 +1,9 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <rect id="testio_horizontal_purple_black" x="0" y="0" width="222" height="35" style="fill:none;"/>
5
- <g>
6
- <path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
7
- <path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
8
- </g>
9
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <rect id="testio_horizontal_purple_black" x="0" y="0" width="222" height="35" style="fill:none;"/>
5
+ <g>
6
+ <path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
7
+ <path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
8
+ </g>
9
+ </svg>