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,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 180 148" 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_symbol_teal" x="0" y="0" width="180" height="148" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="180" height="148"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <circle cx="146.9" cy="28.1" r="12.1" style="fill:rgb(120,234,193);"/>
11
- <path d="M66.4,105.4C66.614,105.385 66.785,105.214 66.8,105C66.8,104.9 66.8,104.8 66.7,104.8C59.84,96.039 56.11,85.227 56.11,74.1C56.11,46.785 78.588,24.307 105.904,24.307C109.844,24.307 113.77,24.775 117.6,25.7L134.4,5.9C125.417,2.172 115.787,0.253 106.061,0.253C65.507,0.253 32.136,33.624 32.136,74.178C32.136,85.002 34.514,95.695 39.1,105.5L66.4,105.5L66.4,105.4Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
12
- <path d="M169.7,36.6L152.7,56.7C154.804,62.295 155.882,68.223 155.882,74.2C155.882,101.477 133.437,123.921 106.16,123.921C105.674,123.921 105.187,123.914 104.7,123.9L0,123.9L0,148L103.6,147.9L108.3,147.9C147.973,146.845 180.034,113.921 180.034,74.233C180.034,60.989 176.463,47.987 169.7,36.6Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
13
- </g>
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 180 148" 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_symbol_teal" x="0" y="0" width="180" height="148" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="180" height="148"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <circle cx="146.9" cy="28.1" r="12.1" style="fill:rgb(120,234,193);"/>
11
+ <path d="M66.4,105.4C66.614,105.385 66.785,105.214 66.8,105C66.8,104.9 66.8,104.8 66.7,104.8C59.84,96.039 56.11,85.227 56.11,74.1C56.11,46.785 78.588,24.307 105.904,24.307C109.844,24.307 113.77,24.775 117.6,25.7L134.4,5.9C125.417,2.172 115.787,0.253 106.061,0.253C65.507,0.253 32.136,33.624 32.136,74.178C32.136,85.002 34.514,95.695 39.1,105.5L66.4,105.5L66.4,105.4Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
12
+ <path d="M169.7,36.6L152.7,56.7C154.804,62.295 155.882,68.223 155.882,74.2C155.882,101.477 133.437,123.921 106.16,123.921C105.674,123.921 105.187,123.914 104.7,123.9L0,123.9L0,148L103.6,147.9L108.3,147.9C147.973,146.845 180.034,113.921 180.034,74.233C180.034,60.989 176.463,47.987 169.7,36.6Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -1,18 +1,18 @@
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 180 180" 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_symbol_tealpurple_round" x="0" y="0" width="180" height="180" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="180" height="180"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <g>
11
- <circle cx="115.051" cy="61.7" r="7.448" style="fill:rgb(121,84,255);"/>
12
- <path d="M65.488,109.213C65.489,109.213 65.49,109.213 65.491,109.213C65.617,109.213 65.721,109.109 65.721,108.983C65.721,108.93 65.702,108.878 65.669,108.837C61.477,103.452 59.201,96.82 59.201,89.996C59.201,73.168 73.048,59.321 89.875,59.321C89.877,59.321 89.878,59.321 89.879,59.321C92.27,59.33 94.652,59.617 96.976,60.177L107.301,47.978C101.772,45.68 95.843,44.497 89.856,44.497C64.92,44.497 44.401,65.016 44.401,89.952C44.401,96.608 45.862,103.184 48.683,109.212L65.488,109.213Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
13
- </g>
14
- <path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
15
- <path d="M118.609,79.288C122.825,90.515 120.066,103.229 111.574,111.697C105.648,117.671 97.497,120.919 89.087,120.657L56.326,120.661L56.328,120.662L5.202,120.662C7.032,125.802 9.337,130.759 12.087,135.471L88.371,135.403L91.283,135.422C115.69,134.728 135.388,114.461 135.388,90.044C135.388,81.914 133.204,73.93 129.065,66.933L118.609,79.288Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
16
- </g>
17
- </g>
18
- </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 180 180" 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_symbol_tealpurple_round" x="0" y="0" width="180" height="180" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="180" height="180"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <g>
11
+ <circle cx="115.051" cy="61.7" r="7.448" style="fill:rgb(121,84,255);"/>
12
+ <path d="M65.488,109.213C65.489,109.213 65.49,109.213 65.491,109.213C65.617,109.213 65.721,109.109 65.721,108.983C65.721,108.93 65.702,108.878 65.669,108.837C61.477,103.452 59.201,96.82 59.201,89.996C59.201,73.168 73.048,59.321 89.875,59.321C89.877,59.321 89.878,59.321 89.879,59.321C92.27,59.33 94.652,59.617 96.976,60.177L107.301,47.978C101.772,45.68 95.843,44.497 89.856,44.497C64.92,44.497 44.401,65.016 44.401,89.952C44.401,96.608 45.862,103.184 48.683,109.212L65.488,109.213Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
13
+ </g>
14
+ <path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
15
+ <path d="M118.609,79.288C122.825,90.515 120.066,103.229 111.574,111.697C105.648,117.671 97.497,120.919 89.087,120.657L56.326,120.661L56.328,120.662L5.202,120.662C7.032,125.802 9.337,130.759 12.087,135.471L88.371,135.403L91.283,135.422C115.69,134.728 135.388,114.461 135.388,90.044C135.388,81.914 133.204,73.93 129.065,66.933L118.609,79.288Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -1,18 +1,18 @@
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 180 180" 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_symbol_tealpurple_square" x="0" y="0" width="180" height="180" style="fill:rgb(120,234,193);"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="180" height="180"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <g>
11
- <circle cx="115.051" cy="61.7" r="7.448" style="fill:rgb(121,84,255);"/>
12
- <path d="M65.488,109.213C65.489,109.213 65.49,109.213 65.491,109.213C65.617,109.213 65.721,109.109 65.721,108.983C65.721,108.93 65.702,108.878 65.669,108.837C61.477,103.452 59.201,96.82 59.201,89.996C59.201,73.168 73.048,59.321 89.875,59.321C89.877,59.321 89.878,59.321 89.879,59.321C92.27,59.33 94.652,59.617 96.976,60.177L107.301,47.978C101.772,45.68 95.843,44.497 89.856,44.497C64.92,44.497 44.401,65.016 44.401,89.952C44.401,96.608 45.862,103.184 48.683,109.212L65.488,109.213Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
13
- </g>
14
- <path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
15
- <path d="M118.609,79.288C122.825,90.515 120.066,103.229 111.574,111.697C105.648,117.671 97.497,120.919 89.087,120.657L56.326,120.661L56.328,120.662L-10.885,120.662C-9.055,125.802 -6.75,130.759 -4,135.471L88.371,135.403L91.283,135.422C115.69,134.728 135.388,114.461 135.388,90.044C135.388,81.914 133.204,73.93 129.065,66.933L118.609,79.288Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
16
- </g>
17
- </g>
18
- </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 180 180" 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_symbol_tealpurple_square" x="0" y="0" width="180" height="180" style="fill:rgb(120,234,193);"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="180" height="180"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <g>
11
+ <circle cx="115.051" cy="61.7" r="7.448" style="fill:rgb(121,84,255);"/>
12
+ <path d="M65.488,109.213C65.489,109.213 65.49,109.213 65.491,109.213C65.617,109.213 65.721,109.109 65.721,108.983C65.721,108.93 65.702,108.878 65.669,108.837C61.477,103.452 59.201,96.82 59.201,89.996C59.201,73.168 73.048,59.321 89.875,59.321C89.877,59.321 89.878,59.321 89.879,59.321C92.27,59.33 94.652,59.617 96.976,60.177L107.301,47.978C101.772,45.68 95.843,44.497 89.856,44.497C64.92,44.497 44.401,65.016 44.401,89.952C44.401,96.608 45.862,103.184 48.683,109.212L65.488,109.213Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
13
+ </g>
14
+ <path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
15
+ <path d="M118.609,79.288C122.825,90.515 120.066,103.229 111.574,111.697C105.648,117.671 97.497,120.919 89.087,120.657L56.326,120.661L56.328,120.662L-10.885,120.662C-9.055,125.802 -6.75,130.759 -4,135.471L88.371,135.403L91.283,135.422C115.69,134.728 135.388,114.461 135.388,90.044C135.388,81.914 133.204,73.93 129.065,66.933L118.609,79.288Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -1,11 +1,11 @@
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 180 180" 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_symbol_white_round" x="0" y="0" width="180" height="180" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="180" height="180"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:white;fill-rule:nonzero;"/>
10
- </g>
11
- </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 180 180" 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_symbol_white_round" x="0" y="0" width="180" height="180" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="180" height="180"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:white;fill-rule:nonzero;"/>
10
+ </g>
11
+ </svg>
@@ -1,11 +1,11 @@
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 189 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_typo_black" x="0" y="0" width="189" height="30" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="189" height="30"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M164.122,14.799C164.117,14.666 164.114,14.532 164.114,14.399C164.114,9.15 168.433,4.83 173.683,4.83C178.932,4.83 183.252,9.15 183.252,14.399C183.252,14.532 183.249,14.666 183.243,14.799C183.243,20.764 178.994,25.177 173.683,25.177C168.371,25.177 164.122,20.764 164.122,14.799M158.688,14.799C158.687,14.867 158.687,14.934 158.687,15.001C158.687,23.228 165.456,29.997 173.683,29.997C181.909,29.997 188.679,23.228 188.679,15.001C188.679,14.934 188.678,14.867 188.677,14.799C188.566,6.651 181.832,0.009 173.683,0.009C165.534,0.009 158.8,6.651 158.688,14.799M141.528,29.508L146.799,29.508L146.799,0.499L141.528,0.499L141.528,29.508ZM99.895,29.508L105.166,29.508L105.166,5.034L114.686,5.034L114.686,0.499L90.376,0.499L90.376,5.034L99.895,5.034L99.895,29.508ZM62.512,26.035C65.188,28.632 68.792,30.059 72.522,29.998C78.569,29.998 82.082,26.117 82.082,21.5C82.082,12.225 68.436,13.492 68.436,8.344C68.436,6.301 70.356,4.871 72.808,4.871C75.168,4.976 77.427,5.868 79.222,7.404L81.51,3.114C79.132,1.001 76.027,-0.112 72.848,0.009C67.292,0.009 63.124,3.604 63.124,8.426C63.124,17.332 76.812,16.434 76.812,21.622C76.812,23.992 74.81,25.136 72.603,25.136C69.911,24.985 67.353,23.901 65.372,22.072L62.512,26.035ZM34.688,29.508L52.706,29.508L52.706,24.973L39.958,24.973L39.958,17.169L49.723,17.169L49.723,12.634L39.958,12.634L39.958,5.034L52.052,5.034L52.052,0.499L34.688,0.499L34.688,29.508ZM9.52,29.508L14.79,29.508L14.79,5.034L24.31,5.034L24.31,0.499L-0,0.499L-0,5.034L9.52,5.034L9.52,29.508Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
10
- </g>
11
- </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 189 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_typo_black" x="0" y="0" width="189" height="30" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="189" height="30"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M164.122,14.799C164.117,14.666 164.114,14.532 164.114,14.399C164.114,9.15 168.433,4.83 173.683,4.83C178.932,4.83 183.252,9.15 183.252,14.399C183.252,14.532 183.249,14.666 183.243,14.799C183.243,20.764 178.994,25.177 173.683,25.177C168.371,25.177 164.122,20.764 164.122,14.799M158.688,14.799C158.687,14.867 158.687,14.934 158.687,15.001C158.687,23.228 165.456,29.997 173.683,29.997C181.909,29.997 188.679,23.228 188.679,15.001C188.679,14.934 188.678,14.867 188.677,14.799C188.566,6.651 181.832,0.009 173.683,0.009C165.534,0.009 158.8,6.651 158.688,14.799M141.528,29.508L146.799,29.508L146.799,0.499L141.528,0.499L141.528,29.508ZM99.895,29.508L105.166,29.508L105.166,5.034L114.686,5.034L114.686,0.499L90.376,0.499L90.376,5.034L99.895,5.034L99.895,29.508ZM62.512,26.035C65.188,28.632 68.792,30.059 72.522,29.998C78.569,29.998 82.082,26.117 82.082,21.5C82.082,12.225 68.436,13.492 68.436,8.344C68.436,6.301 70.356,4.871 72.808,4.871C75.168,4.976 77.427,5.868 79.222,7.404L81.51,3.114C79.132,1.001 76.027,-0.112 72.848,0.009C67.292,0.009 63.124,3.604 63.124,8.426C63.124,17.332 76.812,16.434 76.812,21.622C76.812,23.992 74.81,25.136 72.603,25.136C69.911,24.985 67.353,23.901 65.372,22.072L62.512,26.035ZM34.688,29.508L52.706,29.508L52.706,24.973L39.958,24.973L39.958,17.169L49.723,17.169L49.723,12.634L39.958,12.634L39.958,5.034L52.052,5.034L52.052,0.499L34.688,0.499L34.688,29.508ZM9.52,29.508L14.79,29.508L14.79,5.034L24.31,5.034L24.31,0.499L-0,0.499L-0,5.034L9.52,5.034L9.52,29.508Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
10
+ </g>
11
+ </svg>
@@ -1,11 +1,11 @@
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 189 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_typo_white" x="0" y="0" width="189" height="30" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="189" height="30"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M164.122,14.799C164.117,14.666 164.114,14.532 164.114,14.399C164.114,9.15 168.433,4.83 173.683,4.83C178.932,4.83 183.252,9.15 183.252,14.399C183.252,14.532 183.249,14.666 183.243,14.799C183.243,20.764 178.994,25.177 173.683,25.177C168.371,25.177 164.122,20.764 164.122,14.799M158.688,14.799C158.687,14.867 158.687,14.934 158.687,15.001C158.687,23.228 165.456,29.997 173.683,29.997C181.909,29.997 188.679,23.228 188.679,15.001C188.679,14.934 188.678,14.867 188.677,14.799C188.566,6.651 181.832,0.009 173.683,0.009C165.534,0.009 158.8,6.651 158.688,14.799M141.528,29.508L146.799,29.508L146.799,0.499L141.528,0.499L141.528,29.508ZM99.895,29.508L105.166,29.508L105.166,5.034L114.686,5.034L114.686,0.499L90.376,0.499L90.376,5.034L99.895,5.034L99.895,29.508ZM62.512,26.035C65.188,28.632 68.792,30.059 72.522,29.998C78.569,29.998 82.082,26.117 82.082,21.5C82.082,12.225 68.436,13.492 68.436,8.344C68.436,6.301 70.356,4.871 72.808,4.871C75.168,4.976 77.427,5.868 79.222,7.404L81.51,3.114C79.132,1.001 76.027,-0.112 72.848,0.009C67.292,0.009 63.124,3.604 63.124,8.426C63.124,17.332 76.812,16.434 76.812,21.622C76.812,23.992 74.81,25.136 72.603,25.136C69.911,24.985 67.353,23.901 65.372,22.072L62.512,26.035ZM34.688,29.508L52.706,29.508L52.706,24.973L39.958,24.973L39.958,17.169L49.723,17.169L49.723,12.634L39.958,12.634L39.958,5.034L52.052,5.034L52.052,0.499L34.688,0.499L34.688,29.508ZM9.52,29.508L14.79,29.508L14.79,5.034L24.31,5.034L24.31,0.499L-0,0.499L-0,5.034L9.52,5.034L9.52,29.508Z" style="fill:white;fill-rule:nonzero;"/>
10
- </g>
11
- </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 189 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_typo_white" x="0" y="0" width="189" height="30" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="189" height="30"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M164.122,14.799C164.117,14.666 164.114,14.532 164.114,14.399C164.114,9.15 168.433,4.83 173.683,4.83C178.932,4.83 183.252,9.15 183.252,14.399C183.252,14.532 183.249,14.666 183.243,14.799C183.243,20.764 178.994,25.177 173.683,25.177C168.371,25.177 164.122,20.764 164.122,14.799M158.688,14.799C158.687,14.867 158.687,14.934 158.687,15.001C158.687,23.228 165.456,29.997 173.683,29.997C181.909,29.997 188.679,23.228 188.679,15.001C188.679,14.934 188.678,14.867 188.677,14.799C188.566,6.651 181.832,0.009 173.683,0.009C165.534,0.009 158.8,6.651 158.688,14.799M141.528,29.508L146.799,29.508L146.799,0.499L141.528,0.499L141.528,29.508ZM99.895,29.508L105.166,29.508L105.166,5.034L114.686,5.034L114.686,0.499L90.376,0.499L90.376,5.034L99.895,5.034L99.895,29.508ZM62.512,26.035C65.188,28.632 68.792,30.059 72.522,29.998C78.569,29.998 82.082,26.117 82.082,21.5C82.082,12.225 68.436,13.492 68.436,8.344C68.436,6.301 70.356,4.871 72.808,4.871C75.168,4.976 77.427,5.868 79.222,7.404L81.51,3.114C79.132,1.001 76.027,-0.112 72.848,0.009C67.292,0.009 63.124,3.604 63.124,8.426C63.124,17.332 76.812,16.434 76.812,21.622C76.812,23.992 74.81,25.136 72.603,25.136C69.911,24.985 67.353,23.901 65.372,22.072L62.512,26.035ZM34.688,29.508L52.706,29.508L52.706,24.973L39.958,24.973L39.958,17.169L49.723,17.169L49.723,12.634L39.958,12.634L39.958,5.034L52.052,5.034L52.052,0.499L34.688,0.499L34.688,29.508ZM9.52,29.508L14.79,29.508L14.79,5.034L24.31,5.034L24.31,0.499L-0,0.499L-0,5.034L9.52,5.034L9.52,29.508Z" style="fill:white;fill-rule:nonzero;"/>
10
+ </g>
11
+ </svg>
@@ -1,19 +1,19 @@
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 180 186" 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_vertical_purpleteal_black" x="0" y="0" width="180" height="186" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="180" height="186"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <g>
11
- <circle cx="108.596" cy="45.8" r="5.528" style="fill:rgb(120,234,193);"/>
12
- <path d="M71.805,81.07C71.805,81.07 71.806,81.07 71.807,81.07C71.9,81.07 71.977,80.993 71.977,80.899C71.977,80.86 71.964,80.821 71.938,80.791C68.827,76.794 67.137,71.87 67.137,66.805C67.137,54.314 77.416,44.035 89.908,44.035C89.908,44.035 89.909,44.035 89.91,44.035C91.685,44.042 93.453,44.255 95.179,44.67L102.842,35.614C98.738,33.909 94.337,33.031 89.893,33.031C71.383,33.031 56.151,48.262 56.151,66.773C56.151,71.713 57.236,76.594 59.33,81.07L71.805,81.07Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
13
- </g>
14
- <path d="M90,0C53.103,0 23.192,29.543 23.192,65.985L23.192,67.631C23.207,75.111 24.514,82.533 27.054,89.569L65.005,89.569L65.003,89.568L89.322,89.565C89.524,89.571 89.727,89.574 89.929,89.574C102.413,89.574 112.686,79.3 112.686,66.816C112.686,66.814 112.686,66.813 112.686,66.811C112.682,64.094 112.191,61.4 111.237,58.856L118.998,49.685C122.072,54.88 123.693,60.806 123.693,66.842C123.693,84.967 109.07,100.011 90.952,100.526L88.79,100.512L32.164,100.562C44.179,121.055 66.244,133.666 90,133.616C126.897,133.616 156.808,104.074 156.808,67.631L156.808,65.985C156.808,29.543 126.897,0 90,0ZM95.179,44.67C93.453,44.255 91.685,44.042 89.91,44.035C89.909,44.035 89.907,44.035 89.906,44.035C77.415,44.035 67.136,54.313 67.136,66.804C67.136,71.87 68.827,76.794 71.938,80.791C71.964,80.821 71.977,80.86 71.977,80.899C71.977,80.993 71.9,81.07 71.807,81.07C71.806,81.07 71.805,81.07 71.805,81.07L59.33,81.07C57.236,76.594 56.151,71.713 56.151,66.773C56.151,48.262 71.383,33.03 89.893,33.03C94.337,33.03 98.738,33.909 102.842,35.614L95.179,44.67ZM112.505,49.71C111.468,50.746 110.061,51.329 108.596,51.329C105.563,51.329 103.067,48.833 103.067,45.8C103.067,42.768 105.563,40.272 108.596,40.272C110.061,40.272 111.468,40.855 112.505,41.891C113.541,42.928 114.124,44.335 114.124,45.8C114.124,47.266 113.541,48.673 112.505,49.71Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
15
- <path d="M111.237,58.856C114.367,67.19 112.318,76.628 106.015,82.914C101.616,87.349 95.565,89.76 89.322,89.565L65.003,89.568L65.005,89.569L27.054,89.569C28.412,93.384 30.123,97.064 32.164,100.562L88.79,100.512L90.952,100.526C109.07,100.01 123.692,84.966 123.692,66.841C123.692,60.806 122.071,54.88 118.998,49.685L111.237,58.856Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
16
- </g>
17
- <path d="M156.573,170.927C156.568,170.8 156.565,170.672 156.565,170.545C156.565,165.537 160.686,161.416 165.694,161.416C170.702,161.416 174.823,165.537 174.823,170.545C174.823,170.672 174.82,170.8 174.815,170.927C174.815,176.618 170.761,180.827 165.694,180.827C160.627,180.827 156.573,176.618 156.573,170.927M151.389,170.927C151.388,170.991 151.388,171.055 151.388,171.12C151.388,178.968 157.846,185.426 165.694,185.426C173.542,185.426 180,178.968 180,171.12C180,171.055 180,170.991 179.999,170.927C179.892,163.153 173.468,156.817 165.694,156.817C157.92,156.817 151.495,163.153 151.389,170.927M135.018,184.959L140.046,184.959L140.046,157.284L135.018,157.284L135.018,184.959ZM95.3,184.959L100.328,184.959L100.328,161.611L109.41,161.611L109.41,157.284L86.218,157.284L86.218,161.611L95.3,161.611L95.3,184.959ZM59.636,181.646C62.19,184.124 65.628,185.485 69.186,185.427C74.955,185.427 78.307,181.724 78.307,177.319C78.307,168.471 65.288,169.679 65.288,164.768C65.288,162.819 67.12,161.455 69.459,161.455C71.711,161.555 73.865,162.406 75.578,163.872L77.761,159.779C75.493,157.763 72.53,156.701 69.498,156.817C64.197,156.817 60.221,160.247 60.221,164.846C60.221,173.343 73.278,172.486 73.278,177.436C73.278,179.697 71.369,180.788 69.264,180.788C66.695,180.644 64.255,179.61 62.365,177.865L59.636,181.646ZM33.092,184.959L50.282,184.959L50.282,180.632L38.12,180.632L38.12,173.187L47.436,173.187L47.436,168.861L38.12,168.861L38.12,161.611L49.658,161.611L49.658,157.284L33.092,157.284L33.092,184.959ZM9.082,184.959L14.11,184.959L14.11,161.611L23.192,161.611L23.192,157.284L-0,157.284L-0,161.611L9.082,161.611L9.082,184.959Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
18
- </g>
19
- </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 180 186" 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_vertical_purpleteal_black" x="0" y="0" width="180" height="186" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="180" height="186"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <g>
11
+ <circle cx="108.596" cy="45.8" r="5.528" style="fill:rgb(120,234,193);"/>
12
+ <path d="M71.805,81.07C71.805,81.07 71.806,81.07 71.807,81.07C71.9,81.07 71.977,80.993 71.977,80.899C71.977,80.86 71.964,80.821 71.938,80.791C68.827,76.794 67.137,71.87 67.137,66.805C67.137,54.314 77.416,44.035 89.908,44.035C89.908,44.035 89.909,44.035 89.91,44.035C91.685,44.042 93.453,44.255 95.179,44.67L102.842,35.614C98.738,33.909 94.337,33.031 89.893,33.031C71.383,33.031 56.151,48.262 56.151,66.773C56.151,71.713 57.236,76.594 59.33,81.07L71.805,81.07Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
13
+ </g>
14
+ <path d="M90,0C53.103,0 23.192,29.543 23.192,65.985L23.192,67.631C23.207,75.111 24.514,82.533 27.054,89.569L65.005,89.569L65.003,89.568L89.322,89.565C89.524,89.571 89.727,89.574 89.929,89.574C102.413,89.574 112.686,79.3 112.686,66.816C112.686,66.814 112.686,66.813 112.686,66.811C112.682,64.094 112.191,61.4 111.237,58.856L118.998,49.685C122.072,54.88 123.693,60.806 123.693,66.842C123.693,84.967 109.07,100.011 90.952,100.526L88.79,100.512L32.164,100.562C44.179,121.055 66.244,133.666 90,133.616C126.897,133.616 156.808,104.074 156.808,67.631L156.808,65.985C156.808,29.543 126.897,0 90,0ZM95.179,44.67C93.453,44.255 91.685,44.042 89.91,44.035C89.909,44.035 89.907,44.035 89.906,44.035C77.415,44.035 67.136,54.313 67.136,66.804C67.136,71.87 68.827,76.794 71.938,80.791C71.964,80.821 71.977,80.86 71.977,80.899C71.977,80.993 71.9,81.07 71.807,81.07C71.806,81.07 71.805,81.07 71.805,81.07L59.33,81.07C57.236,76.594 56.151,71.713 56.151,66.773C56.151,48.262 71.383,33.03 89.893,33.03C94.337,33.03 98.738,33.909 102.842,35.614L95.179,44.67ZM112.505,49.71C111.468,50.746 110.061,51.329 108.596,51.329C105.563,51.329 103.067,48.833 103.067,45.8C103.067,42.768 105.563,40.272 108.596,40.272C110.061,40.272 111.468,40.855 112.505,41.891C113.541,42.928 114.124,44.335 114.124,45.8C114.124,47.266 113.541,48.673 112.505,49.71Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
15
+ <path d="M111.237,58.856C114.367,67.19 112.318,76.628 106.015,82.914C101.616,87.349 95.565,89.76 89.322,89.565L65.003,89.568L65.005,89.569L27.054,89.569C28.412,93.384 30.123,97.064 32.164,100.562L88.79,100.512L90.952,100.526C109.07,100.01 123.692,84.966 123.692,66.841C123.692,60.806 122.071,54.88 118.998,49.685L111.237,58.856Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
16
+ </g>
17
+ <path d="M156.573,170.927C156.568,170.8 156.565,170.672 156.565,170.545C156.565,165.537 160.686,161.416 165.694,161.416C170.702,161.416 174.823,165.537 174.823,170.545C174.823,170.672 174.82,170.8 174.815,170.927C174.815,176.618 170.761,180.827 165.694,180.827C160.627,180.827 156.573,176.618 156.573,170.927M151.389,170.927C151.388,170.991 151.388,171.055 151.388,171.12C151.388,178.968 157.846,185.426 165.694,185.426C173.542,185.426 180,178.968 180,171.12C180,171.055 180,170.991 179.999,170.927C179.892,163.153 173.468,156.817 165.694,156.817C157.92,156.817 151.495,163.153 151.389,170.927M135.018,184.959L140.046,184.959L140.046,157.284L135.018,157.284L135.018,184.959ZM95.3,184.959L100.328,184.959L100.328,161.611L109.41,161.611L109.41,157.284L86.218,157.284L86.218,161.611L95.3,161.611L95.3,184.959ZM59.636,181.646C62.19,184.124 65.628,185.485 69.186,185.427C74.955,185.427 78.307,181.724 78.307,177.319C78.307,168.471 65.288,169.679 65.288,164.768C65.288,162.819 67.12,161.455 69.459,161.455C71.711,161.555 73.865,162.406 75.578,163.872L77.761,159.779C75.493,157.763 72.53,156.701 69.498,156.817C64.197,156.817 60.221,160.247 60.221,164.846C60.221,173.343 73.278,172.486 73.278,177.436C73.278,179.697 71.369,180.788 69.264,180.788C66.695,180.644 64.255,179.61 62.365,177.865L59.636,181.646ZM33.092,184.959L50.282,184.959L50.282,180.632L38.12,180.632L38.12,173.187L47.436,173.187L47.436,168.861L38.12,168.861L38.12,161.611L49.658,161.611L49.658,157.284L33.092,157.284L33.092,184.959ZM9.082,184.959L14.11,184.959L14.11,161.611L23.192,161.611L23.192,157.284L-0,157.284L-0,161.611L9.082,161.611L9.082,184.959Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
18
+ </g>
19
+ </svg>
@@ -1,19 +1,19 @@
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 180 186" 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_vertical_purpleteal_white" x="0" y="0" width="180" height="186" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="180" height="186"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <g>
11
- <circle cx="108.596" cy="45.8" r="5.528" style="fill:rgb(120,234,193);"/>
12
- <path d="M71.805,81.07C71.805,81.07 71.806,81.07 71.807,81.07C71.9,81.07 71.977,80.993 71.977,80.899C71.977,80.86 71.964,80.821 71.938,80.791C68.827,76.794 67.137,71.87 67.137,66.805C67.137,54.314 77.416,44.035 89.908,44.035C89.908,44.035 89.909,44.035 89.91,44.035C91.685,44.042 93.453,44.255 95.179,44.67L102.842,35.614C98.738,33.909 94.337,33.031 89.893,33.031C71.383,33.031 56.151,48.262 56.151,66.773C56.151,71.713 57.236,76.594 59.33,81.07L71.805,81.07Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
13
- </g>
14
- <path d="M90,0C53.103,0 23.192,29.543 23.192,65.985L23.192,67.631C23.207,75.111 24.514,82.533 27.054,89.569L65.005,89.569L65.003,89.568L89.322,89.565C89.524,89.571 89.727,89.574 89.929,89.574C102.413,89.574 112.686,79.3 112.686,66.816C112.686,66.814 112.686,66.813 112.686,66.811C112.682,64.094 112.191,61.4 111.237,58.856L118.998,49.685C122.072,54.88 123.693,60.806 123.693,66.842C123.693,84.967 109.07,100.011 90.952,100.526L88.79,100.512L32.164,100.562C44.179,121.055 66.244,133.666 90,133.616C126.897,133.616 156.808,104.074 156.808,67.631L156.808,65.985C156.808,29.543 126.897,0 90,0ZM95.179,44.67C93.453,44.255 91.685,44.042 89.91,44.035C89.909,44.035 89.907,44.035 89.906,44.035C77.415,44.035 67.136,54.313 67.136,66.804C67.136,71.87 68.827,76.794 71.938,80.791C71.964,80.821 71.977,80.86 71.977,80.899C71.977,80.993 71.9,81.07 71.807,81.07C71.806,81.07 71.805,81.07 71.805,81.07L59.33,81.07C57.236,76.594 56.151,71.713 56.151,66.773C56.151,48.262 71.383,33.03 89.893,33.03C94.337,33.03 98.738,33.909 102.842,35.614L95.179,44.67ZM112.505,49.71C111.468,50.746 110.061,51.329 108.596,51.329C105.563,51.329 103.067,48.833 103.067,45.8C103.067,42.768 105.563,40.272 108.596,40.272C110.061,40.272 111.468,40.855 112.505,41.891C113.541,42.928 114.124,44.335 114.124,45.8C114.124,47.266 113.541,48.673 112.505,49.71Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
15
- <path d="M111.237,58.856C114.367,67.19 112.318,76.628 106.015,82.914C101.616,87.349 95.565,89.76 89.322,89.565L65.003,89.568L65.005,89.569L27.054,89.569C28.412,93.384 30.123,97.064 32.164,100.562L88.79,100.512L90.952,100.526C109.07,100.01 123.692,84.966 123.692,66.841C123.692,60.806 122.071,54.88 118.998,49.685L111.237,58.856Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
16
- </g>
17
- <path d="M156.573,170.927C156.568,170.8 156.565,170.672 156.565,170.545C156.565,165.537 160.686,161.416 165.694,161.416C170.702,161.416 174.823,165.537 174.823,170.545C174.823,170.672 174.82,170.8 174.815,170.927C174.815,176.618 170.761,180.827 165.694,180.827C160.627,180.827 156.573,176.618 156.573,170.927M151.389,170.927C151.388,170.991 151.388,171.055 151.388,171.12C151.388,178.968 157.846,185.426 165.694,185.426C173.542,185.426 180,178.968 180,171.12C180,171.055 180,170.991 179.999,170.927C179.892,163.153 173.468,156.817 165.694,156.817C157.92,156.817 151.495,163.153 151.389,170.927M135.018,184.959L140.046,184.959L140.046,157.284L135.018,157.284L135.018,184.959ZM95.3,184.959L100.328,184.959L100.328,161.611L109.41,161.611L109.41,157.284L86.218,157.284L86.218,161.611L95.3,161.611L95.3,184.959ZM59.636,181.646C62.19,184.124 65.628,185.485 69.186,185.427C74.955,185.427 78.307,181.724 78.307,177.319C78.307,168.471 65.288,169.679 65.288,164.768C65.288,162.819 67.12,161.455 69.459,161.455C71.711,161.555 73.865,162.406 75.578,163.872L77.761,159.779C75.493,157.763 72.53,156.701 69.498,156.817C64.197,156.817 60.221,160.247 60.221,164.846C60.221,173.343 73.278,172.486 73.278,177.436C73.278,179.697 71.369,180.788 69.264,180.788C66.695,180.644 64.255,179.61 62.365,177.865L59.636,181.646ZM33.092,184.959L50.282,184.959L50.282,180.632L38.12,180.632L38.12,173.187L47.436,173.187L47.436,168.861L38.12,168.861L38.12,161.611L49.658,161.611L49.658,157.284L33.092,157.284L33.092,184.959ZM9.082,184.959L14.11,184.959L14.11,161.611L23.192,161.611L23.192,157.284L-0,157.284L-0,161.611L9.082,161.611L9.082,184.959Z" style="fill:white;fill-rule:nonzero;"/>
18
- </g>
19
- </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 180 186" 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_vertical_purpleteal_white" x="0" y="0" width="180" height="186" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="180" height="186"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <g>
11
+ <circle cx="108.596" cy="45.8" r="5.528" style="fill:rgb(120,234,193);"/>
12
+ <path d="M71.805,81.07C71.805,81.07 71.806,81.07 71.807,81.07C71.9,81.07 71.977,80.993 71.977,80.899C71.977,80.86 71.964,80.821 71.938,80.791C68.827,76.794 67.137,71.87 67.137,66.805C67.137,54.314 77.416,44.035 89.908,44.035C89.908,44.035 89.909,44.035 89.91,44.035C91.685,44.042 93.453,44.255 95.179,44.67L102.842,35.614C98.738,33.909 94.337,33.031 89.893,33.031C71.383,33.031 56.151,48.262 56.151,66.773C56.151,71.713 57.236,76.594 59.33,81.07L71.805,81.07Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
13
+ </g>
14
+ <path d="M90,0C53.103,0 23.192,29.543 23.192,65.985L23.192,67.631C23.207,75.111 24.514,82.533 27.054,89.569L65.005,89.569L65.003,89.568L89.322,89.565C89.524,89.571 89.727,89.574 89.929,89.574C102.413,89.574 112.686,79.3 112.686,66.816C112.686,66.814 112.686,66.813 112.686,66.811C112.682,64.094 112.191,61.4 111.237,58.856L118.998,49.685C122.072,54.88 123.693,60.806 123.693,66.842C123.693,84.967 109.07,100.011 90.952,100.526L88.79,100.512L32.164,100.562C44.179,121.055 66.244,133.666 90,133.616C126.897,133.616 156.808,104.074 156.808,67.631L156.808,65.985C156.808,29.543 126.897,0 90,0ZM95.179,44.67C93.453,44.255 91.685,44.042 89.91,44.035C89.909,44.035 89.907,44.035 89.906,44.035C77.415,44.035 67.136,54.313 67.136,66.804C67.136,71.87 68.827,76.794 71.938,80.791C71.964,80.821 71.977,80.86 71.977,80.899C71.977,80.993 71.9,81.07 71.807,81.07C71.806,81.07 71.805,81.07 71.805,81.07L59.33,81.07C57.236,76.594 56.151,71.713 56.151,66.773C56.151,48.262 71.383,33.03 89.893,33.03C94.337,33.03 98.738,33.909 102.842,35.614L95.179,44.67ZM112.505,49.71C111.468,50.746 110.061,51.329 108.596,51.329C105.563,51.329 103.067,48.833 103.067,45.8C103.067,42.768 105.563,40.272 108.596,40.272C110.061,40.272 111.468,40.855 112.505,41.891C113.541,42.928 114.124,44.335 114.124,45.8C114.124,47.266 113.541,48.673 112.505,49.71Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
15
+ <path d="M111.237,58.856C114.367,67.19 112.318,76.628 106.015,82.914C101.616,87.349 95.565,89.76 89.322,89.565L65.003,89.568L65.005,89.569L27.054,89.569C28.412,93.384 30.123,97.064 32.164,100.562L88.79,100.512L90.952,100.526C109.07,100.01 123.692,84.966 123.692,66.841C123.692,60.806 122.071,54.88 118.998,49.685L111.237,58.856Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
16
+ </g>
17
+ <path d="M156.573,170.927C156.568,170.8 156.565,170.672 156.565,170.545C156.565,165.537 160.686,161.416 165.694,161.416C170.702,161.416 174.823,165.537 174.823,170.545C174.823,170.672 174.82,170.8 174.815,170.927C174.815,176.618 170.761,180.827 165.694,180.827C160.627,180.827 156.573,176.618 156.573,170.927M151.389,170.927C151.388,170.991 151.388,171.055 151.388,171.12C151.388,178.968 157.846,185.426 165.694,185.426C173.542,185.426 180,178.968 180,171.12C180,171.055 180,170.991 179.999,170.927C179.892,163.153 173.468,156.817 165.694,156.817C157.92,156.817 151.495,163.153 151.389,170.927M135.018,184.959L140.046,184.959L140.046,157.284L135.018,157.284L135.018,184.959ZM95.3,184.959L100.328,184.959L100.328,161.611L109.41,161.611L109.41,157.284L86.218,157.284L86.218,161.611L95.3,161.611L95.3,184.959ZM59.636,181.646C62.19,184.124 65.628,185.485 69.186,185.427C74.955,185.427 78.307,181.724 78.307,177.319C78.307,168.471 65.288,169.679 65.288,164.768C65.288,162.819 67.12,161.455 69.459,161.455C71.711,161.555 73.865,162.406 75.578,163.872L77.761,159.779C75.493,157.763 72.53,156.701 69.498,156.817C64.197,156.817 60.221,160.247 60.221,164.846C60.221,173.343 73.278,172.486 73.278,177.436C73.278,179.697 71.369,180.788 69.264,180.788C66.695,180.644 64.255,179.61 62.365,177.865L59.636,181.646ZM33.092,184.959L50.282,184.959L50.282,180.632L38.12,180.632L38.12,173.187L47.436,173.187L47.436,168.861L38.12,168.861L38.12,161.611L49.658,161.611L49.658,157.284L33.092,157.284L33.092,184.959ZM9.082,184.959L14.11,184.959L14.11,161.611L23.192,161.611L23.192,157.284L-0,157.284L-0,161.611L9.082,161.611L9.082,184.959Z" style="fill:white;fill-rule:nonzero;"/>
18
+ </g>
19
+ </svg>
@@ -1,19 +1,19 @@
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 180 186" 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_vertical_tealpurple_black" x="0" y="0" width="180" height="186" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="180" height="186"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M156.573,170.927C156.568,170.8 156.565,170.672 156.565,170.545C156.565,165.537 160.686,161.416 165.694,161.416C170.702,161.416 174.823,165.537 174.823,170.545C174.823,170.672 174.82,170.8 174.815,170.927C174.815,176.618 170.761,180.827 165.694,180.827C160.627,180.827 156.573,176.618 156.573,170.927M151.389,170.927C151.388,170.991 151.388,171.055 151.388,171.12C151.388,178.968 157.846,185.426 165.694,185.426C173.542,185.426 180,178.968 180,171.12C180,171.055 180,170.991 179.999,170.927C179.892,163.153 173.468,156.817 165.694,156.817C157.92,156.817 151.495,163.153 151.389,170.927M135.018,184.959L140.046,184.959L140.046,157.284L135.018,157.284L135.018,184.959ZM95.3,184.959L100.328,184.959L100.328,161.611L109.41,161.611L109.41,157.284L86.218,157.284L86.218,161.611L95.3,161.611L95.3,184.959ZM59.636,181.646C62.19,184.124 65.628,185.485 69.186,185.427C74.955,185.427 78.307,181.724 78.307,177.319C78.307,168.471 65.288,169.679 65.288,164.768C65.288,162.819 67.12,161.455 69.459,161.455C71.711,161.555 73.865,162.406 75.578,163.872L77.761,159.779C75.493,157.763 72.53,156.701 69.498,156.817C64.197,156.817 60.221,160.247 60.221,164.846C60.221,173.343 73.278,172.486 73.278,177.436C73.278,179.697 71.369,180.788 69.264,180.788C66.695,180.644 64.255,179.61 62.365,177.865L59.636,181.646ZM33.092,184.959L50.282,184.959L50.282,180.632L38.12,180.632L38.12,173.187L47.436,173.187L47.436,168.861L38.12,168.861L38.12,161.611L49.658,161.611L49.658,157.284L33.092,157.284L33.092,184.959ZM9.082,184.959L14.11,184.959L14.11,161.611L23.192,161.611L23.192,157.284L-0,157.284L-0,161.611L9.082,161.611L9.082,184.959Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
10
- <g>
11
- <g>
12
- <circle cx="108.596" cy="45.8" r="5.528" style="fill:rgb(121,84,255);"/>
13
- <path d="M71.805,81.07C71.805,81.07 71.806,81.07 71.807,81.07C71.9,81.07 71.977,80.993 71.977,80.899C71.977,80.86 71.964,80.821 71.938,80.791C68.827,76.794 67.137,71.87 67.137,66.805C67.137,54.314 77.416,44.035 89.908,44.035C89.908,44.035 89.909,44.035 89.91,44.035C91.685,44.042 93.453,44.255 95.179,44.67L102.842,35.614C98.738,33.909 94.337,33.031 89.893,33.031C71.383,33.031 56.151,48.262 56.151,66.773C56.151,71.713 57.236,76.594 59.33,81.07L71.805,81.07Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
14
- </g>
15
- <path d="M90,0C53.103,0 23.192,29.543 23.192,65.985L23.192,67.631C23.207,75.111 24.514,82.533 27.054,89.569L65.005,89.569L65.003,89.568L89.322,89.565C89.524,89.571 89.727,89.574 89.929,89.574C102.413,89.574 112.686,79.3 112.686,66.816C112.686,66.814 112.686,66.813 112.686,66.811C112.682,64.094 112.191,61.4 111.237,58.856L118.998,49.685C122.072,54.88 123.693,60.806 123.693,66.842C123.693,84.967 109.07,100.011 90.952,100.526L88.79,100.512L32.164,100.562C44.179,121.055 66.244,133.666 90,133.616C126.897,133.616 156.808,104.074 156.808,67.631L156.808,65.985C156.808,29.543 126.897,0 90,0ZM95.179,44.67C93.453,44.255 91.685,44.042 89.91,44.035C89.909,44.035 89.907,44.035 89.906,44.035C77.415,44.035 67.136,54.313 67.136,66.804C67.136,71.87 68.827,76.794 71.938,80.791C71.964,80.821 71.977,80.86 71.977,80.899C71.977,80.993 71.9,81.07 71.807,81.07C71.806,81.07 71.805,81.07 71.805,81.07L59.33,81.07C57.236,76.594 56.151,71.713 56.151,66.773C56.151,48.262 71.383,33.03 89.893,33.03C94.337,33.03 98.738,33.909 102.842,35.614L95.179,44.67ZM112.505,49.71C111.468,50.746 110.061,51.329 108.596,51.329C105.563,51.329 103.067,48.833 103.067,45.8C103.067,42.768 105.563,40.272 108.596,40.272C110.061,40.272 111.468,40.855 112.505,41.891C113.541,42.928 114.124,44.335 114.124,45.8C114.124,47.266 113.541,48.673 112.505,49.71Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
16
- <path d="M111.237,58.856C114.367,67.19 112.318,76.628 106.015,82.914C101.616,87.349 95.565,89.76 89.322,89.565L65.003,89.568L65.005,89.569L27.054,89.569C28.412,93.384 30.123,97.064 32.164,100.562L88.79,100.512L90.952,100.526C109.07,100.01 123.692,84.966 123.692,66.841C123.692,60.806 122.071,54.88 118.998,49.685L111.237,58.856Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
17
- </g>
18
- </g>
19
- </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 180 186" 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_vertical_tealpurple_black" x="0" y="0" width="180" height="186" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="180" height="186"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M156.573,170.927C156.568,170.8 156.565,170.672 156.565,170.545C156.565,165.537 160.686,161.416 165.694,161.416C170.702,161.416 174.823,165.537 174.823,170.545C174.823,170.672 174.82,170.8 174.815,170.927C174.815,176.618 170.761,180.827 165.694,180.827C160.627,180.827 156.573,176.618 156.573,170.927M151.389,170.927C151.388,170.991 151.388,171.055 151.388,171.12C151.388,178.968 157.846,185.426 165.694,185.426C173.542,185.426 180,178.968 180,171.12C180,171.055 180,170.991 179.999,170.927C179.892,163.153 173.468,156.817 165.694,156.817C157.92,156.817 151.495,163.153 151.389,170.927M135.018,184.959L140.046,184.959L140.046,157.284L135.018,157.284L135.018,184.959ZM95.3,184.959L100.328,184.959L100.328,161.611L109.41,161.611L109.41,157.284L86.218,157.284L86.218,161.611L95.3,161.611L95.3,184.959ZM59.636,181.646C62.19,184.124 65.628,185.485 69.186,185.427C74.955,185.427 78.307,181.724 78.307,177.319C78.307,168.471 65.288,169.679 65.288,164.768C65.288,162.819 67.12,161.455 69.459,161.455C71.711,161.555 73.865,162.406 75.578,163.872L77.761,159.779C75.493,157.763 72.53,156.701 69.498,156.817C64.197,156.817 60.221,160.247 60.221,164.846C60.221,173.343 73.278,172.486 73.278,177.436C73.278,179.697 71.369,180.788 69.264,180.788C66.695,180.644 64.255,179.61 62.365,177.865L59.636,181.646ZM33.092,184.959L50.282,184.959L50.282,180.632L38.12,180.632L38.12,173.187L47.436,173.187L47.436,168.861L38.12,168.861L38.12,161.611L49.658,161.611L49.658,157.284L33.092,157.284L33.092,184.959ZM9.082,184.959L14.11,184.959L14.11,161.611L23.192,161.611L23.192,157.284L-0,157.284L-0,161.611L9.082,161.611L9.082,184.959Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
10
+ <g>
11
+ <g>
12
+ <circle cx="108.596" cy="45.8" r="5.528" style="fill:rgb(121,84,255);"/>
13
+ <path d="M71.805,81.07C71.805,81.07 71.806,81.07 71.807,81.07C71.9,81.07 71.977,80.993 71.977,80.899C71.977,80.86 71.964,80.821 71.938,80.791C68.827,76.794 67.137,71.87 67.137,66.805C67.137,54.314 77.416,44.035 89.908,44.035C89.908,44.035 89.909,44.035 89.91,44.035C91.685,44.042 93.453,44.255 95.179,44.67L102.842,35.614C98.738,33.909 94.337,33.031 89.893,33.031C71.383,33.031 56.151,48.262 56.151,66.773C56.151,71.713 57.236,76.594 59.33,81.07L71.805,81.07Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
14
+ </g>
15
+ <path d="M90,0C53.103,0 23.192,29.543 23.192,65.985L23.192,67.631C23.207,75.111 24.514,82.533 27.054,89.569L65.005,89.569L65.003,89.568L89.322,89.565C89.524,89.571 89.727,89.574 89.929,89.574C102.413,89.574 112.686,79.3 112.686,66.816C112.686,66.814 112.686,66.813 112.686,66.811C112.682,64.094 112.191,61.4 111.237,58.856L118.998,49.685C122.072,54.88 123.693,60.806 123.693,66.842C123.693,84.967 109.07,100.011 90.952,100.526L88.79,100.512L32.164,100.562C44.179,121.055 66.244,133.666 90,133.616C126.897,133.616 156.808,104.074 156.808,67.631L156.808,65.985C156.808,29.543 126.897,0 90,0ZM95.179,44.67C93.453,44.255 91.685,44.042 89.91,44.035C89.909,44.035 89.907,44.035 89.906,44.035C77.415,44.035 67.136,54.313 67.136,66.804C67.136,71.87 68.827,76.794 71.938,80.791C71.964,80.821 71.977,80.86 71.977,80.899C71.977,80.993 71.9,81.07 71.807,81.07C71.806,81.07 71.805,81.07 71.805,81.07L59.33,81.07C57.236,76.594 56.151,71.713 56.151,66.773C56.151,48.262 71.383,33.03 89.893,33.03C94.337,33.03 98.738,33.909 102.842,35.614L95.179,44.67ZM112.505,49.71C111.468,50.746 110.061,51.329 108.596,51.329C105.563,51.329 103.067,48.833 103.067,45.8C103.067,42.768 105.563,40.272 108.596,40.272C110.061,40.272 111.468,40.855 112.505,41.891C113.541,42.928 114.124,44.335 114.124,45.8C114.124,47.266 113.541,48.673 112.505,49.71Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
16
+ <path d="M111.237,58.856C114.367,67.19 112.318,76.628 106.015,82.914C101.616,87.349 95.565,89.76 89.322,89.565L65.003,89.568L65.005,89.569L27.054,89.569C28.412,93.384 30.123,97.064 32.164,100.562L88.79,100.512L90.952,100.526C109.07,100.01 123.692,84.966 123.692,66.841C123.692,60.806 122.071,54.88 118.998,49.685L111.237,58.856Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
17
+ </g>
18
+ </g>
19
+ </svg>
@@ -1,19 +1,19 @@
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 180 186" 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_vertical_tealpurple_white" x="0" y="0" width="180" height="186" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="180" height="186"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g>
10
- <g>
11
- <circle cx="108.596" cy="45.8" r="5.528" style="fill:rgb(121,84,255);"/>
12
- <path d="M71.805,81.07C71.805,81.07 71.806,81.07 71.807,81.07C71.9,81.07 71.977,80.993 71.977,80.899C71.977,80.86 71.964,80.821 71.938,80.791C68.827,76.794 67.137,71.87 67.137,66.805C67.137,54.314 77.416,44.035 89.908,44.035C89.908,44.035 89.909,44.035 89.91,44.035C91.685,44.042 93.453,44.255 95.179,44.67L102.842,35.614C98.738,33.909 94.337,33.031 89.893,33.031C71.383,33.031 56.151,48.262 56.151,66.773C56.151,71.713 57.236,76.594 59.33,81.07L71.805,81.07Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
13
- </g>
14
- <path d="M90,0C53.103,0 23.192,29.543 23.192,65.985L23.192,67.631C23.207,75.111 24.514,82.533 27.054,89.569L65.005,89.569L65.003,89.568L89.322,89.565C89.524,89.571 89.727,89.574 89.929,89.574C102.413,89.574 112.686,79.3 112.686,66.816C112.686,66.814 112.686,66.813 112.686,66.811C112.682,64.094 112.191,61.4 111.237,58.856L118.998,49.685C122.072,54.88 123.693,60.806 123.693,66.842C123.693,84.967 109.07,100.011 90.952,100.526L88.79,100.512L32.164,100.562C44.179,121.055 66.244,133.666 90,133.616C126.897,133.616 156.808,104.074 156.808,67.631L156.808,65.985C156.808,29.543 126.897,0 90,0ZM95.179,44.67C93.453,44.255 91.685,44.042 89.91,44.035C89.909,44.035 89.907,44.035 89.906,44.035C77.415,44.035 67.136,54.313 67.136,66.804C67.136,71.87 68.827,76.794 71.938,80.791C71.964,80.821 71.977,80.86 71.977,80.899C71.977,80.993 71.9,81.07 71.807,81.07C71.806,81.07 71.805,81.07 71.805,81.07L59.33,81.07C57.236,76.594 56.151,71.713 56.151,66.773C56.151,48.262 71.383,33.03 89.893,33.03C94.337,33.03 98.738,33.909 102.842,35.614L95.179,44.67ZM112.505,49.71C111.468,50.746 110.061,51.329 108.596,51.329C105.563,51.329 103.067,48.833 103.067,45.8C103.067,42.768 105.563,40.272 108.596,40.272C110.061,40.272 111.468,40.855 112.505,41.891C113.541,42.928 114.124,44.335 114.124,45.8C114.124,47.266 113.541,48.673 112.505,49.71Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
15
- <path d="M111.237,58.856C114.367,67.19 112.318,76.628 106.015,82.914C101.616,87.349 95.565,89.76 89.322,89.565L65.003,89.568L65.005,89.569L27.054,89.569C28.412,93.384 30.123,97.064 32.164,100.562L88.79,100.512L90.952,100.526C109.07,100.01 123.692,84.966 123.692,66.841C123.692,60.806 122.071,54.88 118.998,49.685L111.237,58.856Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
16
- </g>
17
- <path d="M156.573,170.927C156.568,170.8 156.565,170.672 156.565,170.545C156.565,165.537 160.686,161.416 165.694,161.416C170.702,161.416 174.823,165.537 174.823,170.545C174.823,170.672 174.82,170.8 174.815,170.927C174.815,176.618 170.761,180.827 165.694,180.827C160.627,180.827 156.573,176.618 156.573,170.927M151.389,170.927C151.388,170.991 151.388,171.055 151.388,171.12C151.388,178.968 157.846,185.426 165.694,185.426C173.542,185.426 180,178.968 180,171.12C180,171.055 180,170.991 179.999,170.927C179.892,163.153 173.468,156.817 165.694,156.817C157.92,156.817 151.495,163.153 151.389,170.927M135.018,184.959L140.046,184.959L140.046,157.284L135.018,157.284L135.018,184.959ZM95.3,184.959L100.328,184.959L100.328,161.611L109.41,161.611L109.41,157.284L86.218,157.284L86.218,161.611L95.3,161.611L95.3,184.959ZM59.636,181.646C62.19,184.124 65.628,185.485 69.186,185.427C74.955,185.427 78.307,181.724 78.307,177.319C78.307,168.471 65.288,169.679 65.288,164.768C65.288,162.819 67.12,161.455 69.459,161.455C71.711,161.555 73.865,162.406 75.578,163.872L77.761,159.779C75.493,157.763 72.53,156.701 69.498,156.817C64.197,156.817 60.221,160.247 60.221,164.846C60.221,173.343 73.278,172.486 73.278,177.436C73.278,179.697 71.369,180.788 69.264,180.788C66.695,180.644 64.255,179.61 62.365,177.865L59.636,181.646ZM33.092,184.959L50.282,184.959L50.282,180.632L38.12,180.632L38.12,173.187L47.436,173.187L47.436,168.861L38.12,168.861L38.12,161.611L49.658,161.611L49.658,157.284L33.092,157.284L33.092,184.959ZM9.082,184.959L14.11,184.959L14.11,161.611L23.192,161.611L23.192,157.284L-0,157.284L-0,161.611L9.082,161.611L9.082,184.959Z" style="fill:white;fill-rule:nonzero;"/>
18
- </g>
19
- </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 180 186" 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_vertical_tealpurple_white" x="0" y="0" width="180" height="186" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="180" height="186"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g>
10
+ <g>
11
+ <circle cx="108.596" cy="45.8" r="5.528" style="fill:rgb(121,84,255);"/>
12
+ <path d="M71.805,81.07C71.805,81.07 71.806,81.07 71.807,81.07C71.9,81.07 71.977,80.993 71.977,80.899C71.977,80.86 71.964,80.821 71.938,80.791C68.827,76.794 67.137,71.87 67.137,66.805C67.137,54.314 77.416,44.035 89.908,44.035C89.908,44.035 89.909,44.035 89.91,44.035C91.685,44.042 93.453,44.255 95.179,44.67L102.842,35.614C98.738,33.909 94.337,33.031 89.893,33.031C71.383,33.031 56.151,48.262 56.151,66.773C56.151,71.713 57.236,76.594 59.33,81.07L71.805,81.07Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
13
+ </g>
14
+ <path d="M90,0C53.103,0 23.192,29.543 23.192,65.985L23.192,67.631C23.207,75.111 24.514,82.533 27.054,89.569L65.005,89.569L65.003,89.568L89.322,89.565C89.524,89.571 89.727,89.574 89.929,89.574C102.413,89.574 112.686,79.3 112.686,66.816C112.686,66.814 112.686,66.813 112.686,66.811C112.682,64.094 112.191,61.4 111.237,58.856L118.998,49.685C122.072,54.88 123.693,60.806 123.693,66.842C123.693,84.967 109.07,100.011 90.952,100.526L88.79,100.512L32.164,100.562C44.179,121.055 66.244,133.666 90,133.616C126.897,133.616 156.808,104.074 156.808,67.631L156.808,65.985C156.808,29.543 126.897,0 90,0ZM95.179,44.67C93.453,44.255 91.685,44.042 89.91,44.035C89.909,44.035 89.907,44.035 89.906,44.035C77.415,44.035 67.136,54.313 67.136,66.804C67.136,71.87 68.827,76.794 71.938,80.791C71.964,80.821 71.977,80.86 71.977,80.899C71.977,80.993 71.9,81.07 71.807,81.07C71.806,81.07 71.805,81.07 71.805,81.07L59.33,81.07C57.236,76.594 56.151,71.713 56.151,66.773C56.151,48.262 71.383,33.03 89.893,33.03C94.337,33.03 98.738,33.909 102.842,35.614L95.179,44.67ZM112.505,49.71C111.468,50.746 110.061,51.329 108.596,51.329C105.563,51.329 103.067,48.833 103.067,45.8C103.067,42.768 105.563,40.272 108.596,40.272C110.061,40.272 111.468,40.855 112.505,41.891C113.541,42.928 114.124,44.335 114.124,45.8C114.124,47.266 113.541,48.673 112.505,49.71Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
15
+ <path d="M111.237,58.856C114.367,67.19 112.318,76.628 106.015,82.914C101.616,87.349 95.565,89.76 89.322,89.565L65.003,89.568L65.005,89.569L27.054,89.569C28.412,93.384 30.123,97.064 32.164,100.562L88.79,100.512L90.952,100.526C109.07,100.01 123.692,84.966 123.692,66.841C123.692,60.806 122.071,54.88 118.998,49.685L111.237,58.856Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
16
+ </g>
17
+ <path d="M156.573,170.927C156.568,170.8 156.565,170.672 156.565,170.545C156.565,165.537 160.686,161.416 165.694,161.416C170.702,161.416 174.823,165.537 174.823,170.545C174.823,170.672 174.82,170.8 174.815,170.927C174.815,176.618 170.761,180.827 165.694,180.827C160.627,180.827 156.573,176.618 156.573,170.927M151.389,170.927C151.388,170.991 151.388,171.055 151.388,171.12C151.388,178.968 157.846,185.426 165.694,185.426C173.542,185.426 180,178.968 180,171.12C180,171.055 180,170.991 179.999,170.927C179.892,163.153 173.468,156.817 165.694,156.817C157.92,156.817 151.495,163.153 151.389,170.927M135.018,184.959L140.046,184.959L140.046,157.284L135.018,157.284L135.018,184.959ZM95.3,184.959L100.328,184.959L100.328,161.611L109.41,161.611L109.41,157.284L86.218,157.284L86.218,161.611L95.3,161.611L95.3,184.959ZM59.636,181.646C62.19,184.124 65.628,185.485 69.186,185.427C74.955,185.427 78.307,181.724 78.307,177.319C78.307,168.471 65.288,169.679 65.288,164.768C65.288,162.819 67.12,161.455 69.459,161.455C71.711,161.555 73.865,162.406 75.578,163.872L77.761,159.779C75.493,157.763 72.53,156.701 69.498,156.817C64.197,156.817 60.221,160.247 60.221,164.846C60.221,173.343 73.278,172.486 73.278,177.436C73.278,179.697 71.369,180.788 69.264,180.788C66.695,180.644 64.255,179.61 62.365,177.865L59.636,181.646ZM33.092,184.959L50.282,184.959L50.282,180.632L38.12,180.632L38.12,173.187L47.436,173.187L47.436,168.861L38.12,168.861L38.12,161.611L49.658,161.611L49.658,157.284L33.092,157.284L33.092,184.959ZM9.082,184.959L14.11,184.959L14.11,161.611L23.192,161.611L23.192,157.284L-0,157.284L-0,161.611L9.082,161.611L9.082,184.959Z" style="fill:white;fill-rule:nonzero;"/>
18
+ </g>
19
+ </svg>
@@ -1,10 +1,10 @@
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 20 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="message-feedback" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M18.586,0L20,1.414L15.05,6.364L13.412,6.588L13.636,4.95L18.586,0Z"/>
6
- <rect x="4.012" y="4" width="7" height="2"/>
7
- <rect x="4.012" y="10" width="11.988" height="2"/>
8
- <rect x="4.012" y="7" width="7" height="2"/>
9
- <path d="M13.583,0L13.583,2L2,2L2,13.96L7,13.96L7,16.54L11.46,13.96L18,13.96L18,6.415L20,6.415L20,15.293C20,15.661 19.702,15.96 19.333,15.96L12,15.96L5,20L5,15.96L0.667,15.96C0.299,15.96 0,15.661 0,15.293L0,0.667C0,0.299 0.299,0 0.667,0L13.583,0Z"/>
10
- </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 20 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="message-feedback" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M18.586,0L20,1.414L15.05,6.364L13.412,6.588L13.636,4.95L18.586,0Z"/>
6
+ <rect x="4.012" y="4" width="7" height="2"/>
7
+ <rect x="4.012" y="10" width="11.988" height="2"/>
8
+ <rect x="4.012" y="7" width="7" height="2"/>
9
+ <path d="M13.583,0L13.583,2L2,2L2,13.96L7,13.96L7,16.54L11.46,13.96L18,13.96L18,6.415L20,6.415L20,15.293C20,15.661 19.702,15.96 19.333,15.96L12,15.96L5,20L5,15.96L0.667,15.96C0.299,15.96 0,15.661 0,15.293L0,0.667C0,0.299 0.299,0 0.667,0L13.583,0Z"/>
10
+ </svg>
@@ -1,6 +1,6 @@
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 20 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="message-question-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M5,20L12,15.96L19.333,15.96C19.702,15.96 20,15.661 20,15.293L20,0.667C20,0.299 19.702,0 19.333,0L0.667,0C0.299,0 0,0.299 0,0.667L0,15.293C0,15.661 0.299,15.96 0.667,15.96L5,15.96L5,20ZM8,13C8,12.448 8.448,12 9,12C9.552,12 10,12.448 10,13C10,13.552 9.552,14 9,14C8.448,14 8,13.552 8,13ZM10.988,9C10.492,9.008 10,9.504 10,10L10,11L8,11L8,10C8,8.4 9.4,7 11,7L11.014,7C11.306,6.997 11.503,6.897 11.7,6.7C11.9,6.5 12,6.3 12,6L12,5.986C11.997,5.694 11.897,5.497 11.7,5.3C11.5,5.1 11.3,5 11,5L6,5L6,3L11.019,3C11.812,3.005 12.604,3.305 13.1,3.9C13.7,4.4 14,5.2 14,6L14,6.019C13.995,6.812 13.695,7.604 13.1,8.1C12.6,8.7 11.8,9 11,9L10.988,9Z"/>
6
- </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 20 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="message-question-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M5,20L12,15.96L19.333,15.96C19.702,15.96 20,15.661 20,15.293L20,0.667C20,0.299 19.702,0 19.333,0L0.667,0C0.299,0 0,0.299 0,0.667L0,15.293C0,15.661 0.299,15.96 0.667,15.96L5,15.96L5,20ZM8,13C8,12.448 8.448,12 9,12C9.552,12 10,12.448 10,13C10,13.552 9.552,14 9,14C8.448,14 8,13.552 8,13ZM10.988,9C10.492,9.008 10,9.504 10,10L10,11L8,11L8,10C8,8.4 9.4,7 11,7L11.014,7C11.306,6.997 11.503,6.897 11.7,6.7C11.9,6.5 12,6.3 12,6L12,5.986C11.997,5.694 11.897,5.497 11.7,5.3C11.5,5.1 11.3,5 11,5L6,5L6,3L11.019,3C11.812,3.005 12.604,3.305 13.1,3.9C13.7,4.4 14,5.2 14,6L14,6.019C13.995,6.812 13.695,7.604 13.1,8.1C12.6,8.7 11.8,9 11,9L10.988,9Z"/>
6
+ </svg>
@@ -1,8 +1,8 @@
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 20 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="message-question" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M5,20L5,15.96L0.667,15.96C0.299,15.96 0,15.662 0,15.293L0,0.667C0,0.299 0.299,0 0.667,0L19.333,0C19.702,0 20,0.299 20,0.667L20,15.293C20,15.662 19.702,15.96 19.333,15.96L12,15.96L5,20ZM18,2L18,13.96L11.46,13.96L7,16.54L7,13.96L2,13.96L2,2L18,2Z"/>
6
- <path d="M8,12C8,12.552 8.448,13 9,13C9.552,13 10,12.552 10,12C10,11.448 9.552,11 9,11C8.448,11 8,11.448 8,12Z"/>
7
- <path d="M11,3L11,5L6,5L6,3L11,3ZM10,10L8,10C8,8.4 9.4,7 11,7L11,9C10.5,9 10,9.5 10,10ZM12,6L14,6C14,6.8 13.7,7.6 13.1,8.1C12.6,8.7 11.8,9 11,9L11,7C11.3,7 11.5,6.9 11.7,6.7C11.9,6.5 12,6.3 12,6ZM11,5L11,3C11.8,3 12.6,3.3 13.1,3.9C13.7,4.4 14,5.2 14,6L12,6C12,5.7 11.9,5.5 11.7,5.3C11.5,5.1 11.3,5 11,5Z"/>
8
- </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 20 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="message-question" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M5,20L5,15.96L0.667,15.96C0.299,15.96 0,15.662 0,15.293L0,0.667C0,0.299 0.299,0 0.667,0L19.333,0C19.702,0 20,0.299 20,0.667L20,15.293C20,15.662 19.702,15.96 19.333,15.96L12,15.96L5,20ZM18,2L18,13.96L11.46,13.96L7,16.54L7,13.96L2,13.96L2,2L18,2Z"/>
6
+ <path d="M8,12C8,12.552 8.448,13 9,13C9.552,13 10,12.552 10,12C10,11.448 9.552,11 9,11C8.448,11 8,11.448 8,12Z"/>
7
+ <path d="M11,3L11,5L6,5L6,3L11,3ZM10,10L8,10C8,8.4 9.4,7 11,7L11,9C10.5,9 10,9.5 10,10ZM12,6L14,6C14,6.8 13.7,7.6 13.1,8.1C12.6,8.7 11.8,9 11,9L11,7C11.3,7 11.5,6.9 11.7,6.7C11.9,6.5 12,6.3 12,6ZM11,5L11,3C11.8,3 12.6,3.3 13.1,3.9C13.7,4.4 14,5.2 14,6L12,6C12,5.7 11.9,5.5 11.7,5.3C11.5,5.1 11.3,5 11,5Z"/>
8
+ </svg>
@@ -1,11 +1,11 @@
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 20 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="message" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="20" height="20"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M5,20.012L5,15L0.676,15C0.308,15 0.01,14.702 0.01,14.333L0.01,0.667C0.01,0.298 0.308,0 0.676,0L19.343,0C19.711,0 20.01,0.298 20.01,0.667L20.01,14.333C20.01,14.701 19.711,15 19.343,15L12,15L5,20.012ZM18,2L2.01,2L2.01,13L7,13L7,16.069L11.391,13L18,13L18,2Z"/>
10
- </g>
11
- </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 20 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="message" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="20" height="20"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M5,20.012L5,15L0.676,15C0.308,15 0.01,14.702 0.01,14.333L0.01,0.667C0.01,0.298 0.308,0 0.676,0L19.343,0C19.711,0 20.01,0.298 20.01,0.667L20.01,14.333C20.01,14.701 19.711,15 19.343,15L12,15L5,20.012ZM18,2L2.01,2L2.01,13L7,13L7,16.069L11.391,13L18,13L18,2Z"/>
10
+ </g>
11
+ </svg>