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,24 +1,24 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <g transform="matrix(1,0,0,1,-2080,0)">
5
- <g id="question-circle" transform="matrix(1.00029,0,0,1,1579.85,-3100)">
6
- <rect x="500" y="3100" width="20" height="20" style="fill:none;"/>
7
- <clipPath id="_clip1">
8
- <rect x="500" y="3100" width="20" height="20"/>
9
- </clipPath>
10
- <g clip-path="url(#_clip1)">
11
- <g transform="matrix(0.999707,0,0,1,-1279.48,3100)">
12
- <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z"/>
13
- <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z"/>
14
- </g>
15
- <g transform="matrix(0.999707,0,0,1,511.999,3113)">
16
- <path d="M0,-8L-5,-8L-5,-6L0,-6C0.552,-6 1,-5.552 1,-5C1,-4.448 0.552,-4 0,-4C-1.654,-4 -3,-2.654 -3,-1L-3,0L-1,0L-1,-1C-1,-1.552 -0.552,-2 0,-2C1.654,-2 3,-3.346 3,-5C3,-6.654 1.654,-8 0,-8" style="fill-rule:nonzero;"/>
17
- </g>
18
- <g transform="matrix(0.999707,0,0,1,510,3116)">
19
- <circle cx="0" cy="-1" r="1"/>
20
- </g>
21
- </g>
22
- </g>
23
- </g>
24
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,-2080,0)">
5
+ <g id="question-circle" transform="matrix(1.00029,0,0,1,1579.85,-3100)">
6
+ <rect x="500" y="3100" width="20" height="20" style="fill:none;"/>
7
+ <clipPath id="_clip1">
8
+ <rect x="500" y="3100" width="20" height="20"/>
9
+ </clipPath>
10
+ <g clip-path="url(#_clip1)">
11
+ <g transform="matrix(0.999707,0,0,1,-1279.48,3100)">
12
+ <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z"/>
13
+ <path d="M1790,0C1795.52,0 1800,4.481 1800,10C1800,15.519 1795.52,20 1790,20C1784.48,20 1780,15.519 1780,10C1780,4.481 1784.48,0 1790,0ZM1790,2C1794.41,2 1798,5.585 1798,10C1798,14.415 1794.41,18 1790,18C1785.59,18 1782,14.415 1782,10C1782,5.585 1785.59,2 1790,2Z"/>
14
+ </g>
15
+ <g transform="matrix(0.999707,0,0,1,511.999,3113)">
16
+ <path d="M0,-8L-5,-8L-5,-6L0,-6C0.552,-6 1,-5.552 1,-5C1,-4.448 0.552,-4 0,-4C-1.654,-4 -3,-2.654 -3,-1L-3,0L-1,0L-1,-1C-1,-1.552 -0.552,-2 0,-2C1.654,-2 3,-3.346 3,-5C3,-6.654 1.654,-8 0,-8" style="fill-rule:nonzero;"/>
17
+ </g>
18
+ <g transform="matrix(0.999707,0,0,1,510,3116)">
19
+ <circle cx="0" cy="-1" r="1"/>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </g>
24
+ </svg>
@@ -1,5 +1,5 @@
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 16 16" 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
- <circle cx="8" cy="8" r="3"/>
5
- </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 16 16" 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
+ <circle cx="8" cy="8" r="3"/>
5
+ </svg>
@@ -1,7 +1,7 @@
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="redo" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M20,6L12,14L20,14L20,6Z" style="fill-rule:nonzero;"/>
6
- <path d="M2.213,14L0.133,14C1.043,10.399 4.108,7.435 8.176,6.716C11.528,6.123 14.769,7.2 16.971,9.315L15.585,10.757C13.819,9.06 11.214,8.21 8.524,8.685C5.459,9.227 3.081,11.352 2.213,14Z"/>
7
- </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="redo" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M20,6L12,14L20,14L20,6Z" style="fill-rule:nonzero;"/>
6
+ <path d="M2.213,14L0.133,14C1.043,10.399 4.108,7.435 8.176,6.716C11.528,6.123 14.769,7.2 16.971,9.315L15.585,10.757C13.819,9.06 11.214,8.21 8.524,8.685C5.459,9.227 3.081,11.352 2.213,14Z"/>
7
+ </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 18 21" 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="remove" x="0" y="0.83" width="18" height="20" style="fill:none;"/>
5
- <path d="M13,2.83L13,0.83L5,0.83L5,2.83L0,2.83L0,4.83L18,4.83L18,2.83L13,2.83ZM14,6.83L14,18.83L12,18.83L12,6.83L10,6.83L10,18.83L8,18.83L8,6.83L6,6.83L6,18.83L4,18.83L4,6.83L2,6.83L2,19.83C2,20.382 2.448,20.83 3,20.83L15,20.83C15.552,20.83 16,20.382 16,19.83L16,6.83L14,6.83Z"/>
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 18 21" 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="remove" x="0" y="0.83" width="18" height="20" style="fill:none;"/>
5
+ <path d="M13,2.83L13,0.83L5,0.83L5,2.83L0,2.83L0,4.83L18,4.83L18,2.83L13,2.83ZM14,6.83L14,18.83L12,18.83L12,6.83L10,6.83L10,18.83L8,18.83L8,6.83L6,6.83L6,18.83L4,18.83L4,6.83L2,6.83L2,19.83C2,20.382 2.448,20.83 3,20.83L15,20.83C15.552,20.83 16,20.382 16,19.83L16,6.83L14,6.83Z"/>
6
+ </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="search" 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="M2.053,8.562C2.053,4.972 4.963,2.062 8.553,2.062C12.143,2.062 15.053,4.972 15.053,8.562C15.053,12.152 12.143,15.062 8.553,15.062C4.965,15.057 2.059,12.15 2.053,8.562M19.763,18.352L15.223,13.812C18.142,10.115 17.511,4.75 13.813,1.832C10.116,-1.087 4.751,-0.456 1.832,3.242C-1.087,6.939 -0.455,12.303 3.242,15.222C6.341,17.668 10.714,17.668 13.813,15.222L18.353,19.762C18.773,20.122 19.404,20.073 19.763,19.653C20.083,19.279 20.083,18.727 19.763,18.352" style="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 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="search" 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="M2.053,8.562C2.053,4.972 4.963,2.062 8.553,2.062C12.143,2.062 15.053,4.972 15.053,8.562C15.053,12.152 12.143,15.062 8.553,15.062C4.965,15.057 2.059,12.15 2.053,8.562M19.763,18.352L15.223,13.812C18.142,10.115 17.511,4.75 13.813,1.832C10.116,-1.087 4.751,-0.456 1.832,3.242C-1.087,6.939 -0.455,12.303 3.242,15.222C6.341,17.668 10.714,17.668 13.813,15.222L18.353,19.762C18.773,20.122 19.404,20.073 19.763,19.653C20.083,19.279 20.083,18.727 19.763,18.352" style="fill-rule:nonzero;"/>
10
+ </g>
11
+ </svg>
@@ -1,14 +1,14 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 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="seat" 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
- <g id="SOURCE">
10
- <path d="M4,11L3.5,11C1.568,11 -0,12.568 -0,14.5L-0,15.5C-0,17.432 1.568,19 3.5,19L16.5,19C18.432,19 20,17.432 20,15.5L20,14.5C20,12.568 18.432,11 16.5,11L16,11L16,2C16,0.896 15.104,0 14,0L6,0C4.896,0 4,0.896 4,2L4,11ZM14,2C14,2 14,11 14,11C14,12.105 14.895,13 16,13L16.5,13C17.328,13 18,13.672 18,14.5L18,15.5C18,16.328 17.328,17 16.5,17L3.5,17C2.672,17 2,16.328 2,15.5C2,15.5 2,14.5 2,14.5C2,13.672 2.672,13 3.5,13L4,13C5.105,13 6,12.105 6,11L6,2L14,2Z"/>
11
- <path d="M7,17L5,17L5,20L7,20L7,17ZM15,17L13,17L13,20L15,20L15,17ZM13,11.5C13,11.224 12.776,11 12.5,11L7.5,11C7.224,11 7,11.224 7,11.5L7,12.5C7,12.776 7.224,13 7.5,13L12.5,13C12.776,13 13,12.776 13,12.5L13,11.5ZM0.998,10L0.998,12.5C0.998,12.776 1.222,13 1.498,13L2.498,13C2.774,13 2.998,12.776 2.998,12.5L2.998,8.5C2.998,8.224 2.774,8 2.498,8L0.496,8C0.22,8 -0.004,8.224 -0.004,8.5L-0.004,9.5C-0.004,9.776 0.22,10 0.496,10L0.998,10ZM16.998,8.5L16.998,12.5C16.998,12.776 17.222,13 17.498,13L18.498,13C18.774,13 18.998,12.776 18.998,12.5L18.998,10L19.5,10C19.776,10 20,9.776 20,9.5L20,8.5C20,8.224 19.776,8 19.5,8L17.498,8C17.222,8 16.998,8.224 16.998,8.5ZM12.5,9C12.776,9 13,8.776 13,8.5L13,3.5C13,3.224 12.776,3 12.5,3L11.5,3C11.224,3 11,3.224 11,3.5L11,8.5C11,8.776 11.224,9 11.5,9L12.5,9ZM8.5,9C8.776,9 9,8.776 9,8.5L9,3.5C9,3.224 8.776,3 8.5,3L7.5,3C7.224,3 7,3.224 7,3.5L7,8.5C7,8.776 7.224,9 7.5,9L8.5,9Z"/>
12
- </g>
13
- </g>
14
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 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="seat" 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
+ <g id="SOURCE">
10
+ <path d="M4,11L3.5,11C1.568,11 -0,12.568 -0,14.5L-0,15.5C-0,17.432 1.568,19 3.5,19L16.5,19C18.432,19 20,17.432 20,15.5L20,14.5C20,12.568 18.432,11 16.5,11L16,11L16,2C16,0.896 15.104,0 14,0L6,0C4.896,0 4,0.896 4,2L4,11ZM14,2C14,2 14,11 14,11C14,12.105 14.895,13 16,13L16.5,13C17.328,13 18,13.672 18,14.5L18,15.5C18,16.328 17.328,17 16.5,17L3.5,17C2.672,17 2,16.328 2,15.5C2,15.5 2,14.5 2,14.5C2,13.672 2.672,13 3.5,13L4,13C5.105,13 6,12.105 6,11L6,2L14,2Z"/>
11
+ <path d="M7,17L5,17L5,20L7,20L7,17ZM15,17L13,17L13,20L15,20L15,17ZM13,11.5C13,11.224 12.776,11 12.5,11L7.5,11C7.224,11 7,11.224 7,11.5L7,12.5C7,12.776 7.224,13 7.5,13L12.5,13C12.776,13 13,12.776 13,12.5L13,11.5ZM0.998,10L0.998,12.5C0.998,12.776 1.222,13 1.498,13L2.498,13C2.774,13 2.998,12.776 2.998,12.5L2.998,8.5C2.998,8.224 2.774,8 2.498,8L0.496,8C0.22,8 -0.004,8.224 -0.004,8.5L-0.004,9.5C-0.004,9.776 0.22,10 0.496,10L0.998,10ZM16.998,8.5L16.998,12.5C16.998,12.776 17.222,13 17.498,13L18.498,13C18.774,13 18.998,12.776 18.998,12.5L18.998,10L19.5,10C19.776,10 20,9.776 20,9.5L20,8.5C20,8.224 19.776,8 19.5,8L17.498,8C17.222,8 16.998,8.224 16.998,8.5ZM12.5,9C12.776,9 13,8.776 13,8.5L13,3.5C13,3.224 12.776,3 12.5,3L11.5,3C11.224,3 11,3.224 11,3.5L11,8.5C11,8.776 11.224,9 11.5,9L12.5,9ZM8.5,9C8.776,9 9,8.776 9,8.5L9,3.5C9,3.224 8.776,3 8.5,3L7.5,3C7.224,3 7,3.224 7,3.5L7,8.5C7,8.776 7.224,9 7.5,9L8.5,9Z"/>
12
+ </g>
13
+ </g>
14
+ </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="section" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M0,0L9,0L9,20L0,20L0,0ZM2,2L7,2L7,18L2,18L2,2Z"/>
6
- <path d="M11,0L20,0L20,9L11,9L11,0ZM13,2L18,2L18,7L13,7L13,2Z"/>
7
- <path d="M11,11L20,11L20,20L11,20L11,11ZM13,13L18,13L18,18L13,18L13,13Z"/>
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="section" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M0,0L9,0L9,20L0,20L0,0ZM2,2L7,2L7,18L2,18L2,2Z"/>
6
+ <path d="M11,0L20,0L20,9L11,9L11,0ZM13,2L18,2L18,7L13,7L13,2Z"/>
7
+ <path d="M11,11L20,11L20,20L11,20L11,11ZM13,13L18,13L18,18L13,18L13,13Z"/>
8
+ </svg>
@@ -1,15 +1,15 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 24 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="sendmessage" x="0" y="0" width="24" height="20" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="24" height="20"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M11.161,12.02C11.628,12.118 11.977,12.523 11.997,13.006L11.997,16.245L15.23,12.366L15.283,12.307C15.334,12.258 15.346,12.245 15.403,12.202C15.574,12.076 15.784,12.015 15.998,12.006L22,12.006L22,2.004L4.995,2.004C4.409,1.979 3.91,1.43 4.009,0.839C4.077,0.431 4.422,0.085 4.831,0.017C4.903,0.005 4.922,0.006 4.995,0.003L23,0.003C23.533,0.025 23.978,0.464 24,1.003L24,13.006C23.978,13.54 23.54,13.984 23,14.007L16.467,14.007L11.765,19.648L11.709,19.711C11.507,19.898 11.427,19.924 11.278,19.968C10.743,20.125 10.108,19.745 10.011,19.176C9.998,19.102 10,19.083 9.997,19.008L9.997,14.007L6.996,14.007L6.913,14.003C6.84,13.994 6.822,13.994 6.75,13.976C6.189,13.834 5.846,13.139 6.08,12.605C6.213,12.302 6.505,12.074 6.831,12.02C6.904,12.008 6.923,12.009 6.996,12.006L10.997,12.006C10.997,12.006 11.073,12.009 11.161,12.02Z"/>
10
- <rect x="1.998" y="4" width="10" height="2"/>
11
- <rect x="-0.002" y="0" width="13" height="2"/>
12
- <rect x="3.998" y="8" width="8" height="2"/>
13
- <rect x="6" y="12" width="5.998" height="2"/>
14
- </g>
15
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 24 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="sendmessage" x="0" y="0" width="24" height="20" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="24" height="20"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M11.161,12.02C11.628,12.118 11.977,12.523 11.997,13.006L11.997,16.245L15.23,12.366L15.283,12.307C15.334,12.258 15.346,12.245 15.403,12.202C15.574,12.076 15.784,12.015 15.998,12.006L22,12.006L22,2.004L4.995,2.004C4.409,1.979 3.91,1.43 4.009,0.839C4.077,0.431 4.422,0.085 4.831,0.017C4.903,0.005 4.922,0.006 4.995,0.003L23,0.003C23.533,0.025 23.978,0.464 24,1.003L24,13.006C23.978,13.54 23.54,13.984 23,14.007L16.467,14.007L11.765,19.648L11.709,19.711C11.507,19.898 11.427,19.924 11.278,19.968C10.743,20.125 10.108,19.745 10.011,19.176C9.998,19.102 10,19.083 9.997,19.008L9.997,14.007L6.996,14.007L6.913,14.003C6.84,13.994 6.822,13.994 6.75,13.976C6.189,13.834 5.846,13.139 6.08,12.605C6.213,12.302 6.505,12.074 6.831,12.02C6.904,12.008 6.923,12.009 6.996,12.006L10.997,12.006C10.997,12.006 11.073,12.009 11.161,12.02Z"/>
10
+ <rect x="1.998" y="4" width="10" height="2"/>
11
+ <rect x="-0.002" y="0" width="13" height="2"/>
12
+ <rect x="3.998" y="8" width="8" height="2"/>
13
+ <rect x="6" y="12" width="5.998" height="2"/>
14
+ </g>
15
+ </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="speaker" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g>
6
- <path d="M17.495,3.374L17.495,2.484C17.495,2.08 17.824,1.751 18.228,1.751L18.763,1.751C19.167,1.751 19.495,2.08 19.495,2.484L19.495,15.019C19.495,15.423 19.167,15.751 18.763,15.751L18.228,15.751C17.824,15.751 17.495,15.423 17.495,15.019L17.495,14.129L9.221,12.249L4.535,12.249C3.516,12.249 2.671,11.6 2.527,10.756L1.584,10.756C0.988,10.756 0.505,10.385 0.505,9.928L0.505,7.585C0.505,7.128 0.988,6.756 1.584,6.756L2.524,6.756C2.661,5.905 3.51,5.249 4.535,5.249L9.242,5.249L17.495,3.374ZM9.592,8.374L5.429,8.374L5.361,8.796L5.417,9.124L9.571,9.124L16.37,10.668L16.37,6.834L9.592,8.374Z" style="fill:rgb(144,21,21);fill-opacity:0;"/>
7
- <path d="M17.495,3.374L17.495,2.484C17.495,2.08 17.824,1.751 18.228,1.751L18.763,1.751C19.167,1.751 19.495,2.08 19.495,2.484L19.495,15.019C19.495,15.423 19.167,15.751 18.763,15.751L18.228,15.751C17.824,15.751 17.495,15.423 17.495,15.019L17.495,14.129L9.221,12.249L4.535,12.249C3.516,12.249 2.671,11.6 2.527,10.756L1.584,10.756C0.988,10.756 0.505,10.385 0.505,9.928L0.505,7.585C0.505,7.128 0.988,6.756 1.584,6.756L2.524,6.756C2.661,5.905 3.51,5.249 4.535,5.249L9.242,5.249L17.495,3.374Z"/>
8
- <path d="M7.495,9.055C7.495,8.651 7.167,8.323 6.763,8.323L6.228,8.323C5.824,8.323 5.495,8.651 5.495,9.055L5.495,17.516C5.495,17.92 5.824,18.249 6.228,18.249L6.763,18.249C7.167,18.249 7.495,17.92 7.495,17.516L7.495,9.055Z"/>
9
- </g>
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="speaker" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g>
6
+ <path d="M17.495,3.374L17.495,2.484C17.495,2.08 17.824,1.751 18.228,1.751L18.763,1.751C19.167,1.751 19.495,2.08 19.495,2.484L19.495,15.019C19.495,15.423 19.167,15.751 18.763,15.751L18.228,15.751C17.824,15.751 17.495,15.423 17.495,15.019L17.495,14.129L9.221,12.249L4.535,12.249C3.516,12.249 2.671,11.6 2.527,10.756L1.584,10.756C0.988,10.756 0.505,10.385 0.505,9.928L0.505,7.585C0.505,7.128 0.988,6.756 1.584,6.756L2.524,6.756C2.661,5.905 3.51,5.249 4.535,5.249L9.242,5.249L17.495,3.374ZM9.592,8.374L5.429,8.374L5.361,8.796L5.417,9.124L9.571,9.124L16.37,10.668L16.37,6.834L9.592,8.374Z" style="fill:rgb(144,21,21);fill-opacity:0;"/>
7
+ <path d="M17.495,3.374L17.495,2.484C17.495,2.08 17.824,1.751 18.228,1.751L18.763,1.751C19.167,1.751 19.495,2.08 19.495,2.484L19.495,15.019C19.495,15.423 19.167,15.751 18.763,15.751L18.228,15.751C17.824,15.751 17.495,15.423 17.495,15.019L17.495,14.129L9.221,12.249L4.535,12.249C3.516,12.249 2.671,11.6 2.527,10.756L1.584,10.756C0.988,10.756 0.505,10.385 0.505,9.928L0.505,7.585C0.505,7.128 0.988,6.756 1.584,6.756L2.524,6.756C2.661,5.905 3.51,5.249 4.535,5.249L9.242,5.249L17.495,3.374Z"/>
8
+ <path d="M7.495,9.055C7.495,8.651 7.167,8.323 6.763,8.323L6.228,8.323C5.824,8.323 5.495,8.651 5.495,9.055L5.495,17.516C5.495,17.92 5.824,18.249 6.228,18.249L6.763,18.249C7.167,18.249 7.495,17.92 7.495,17.516L7.495,9.055Z"/>
9
+ </g>
10
+ </svg>
@@ -1,12 +1,12 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 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="test-archived" 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="M20,0L0,0L0,20L20,20L20,0ZM18,2L18,18C18,18 2,18 2,18C2,18 2,2 2,2L18,2Z"/>
10
- <path d="M6.487,5.137C7.475,4.422 8.689,4 10,4C13.311,4 16,6.689 16,10C16,13.311 13.311,16 10,16C6.689,16 4,13.311 4,10C4,8.815 4.344,7.709 4.939,6.778L6.39,8.23C6.128,8.764 5.98,9.365 5.98,10C5.98,12.219 7.781,14.02 10,14.02C12.219,14.02 14.02,12.219 14.02,10C14.02,7.781 12.219,5.98 10,5.98C9.237,5.98 8.522,6.193 7.914,6.564L6.487,5.137Z"/>
11
- </g>
12
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 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="test-archived" 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="M20,0L0,0L0,20L20,20L20,0ZM18,2L18,18C18,18 2,18 2,18C2,18 2,2 2,2L18,2Z"/>
10
+ <path d="M6.487,5.137C7.475,4.422 8.689,4 10,4C13.311,4 16,6.689 16,10C16,13.311 13.311,16 10,16C6.689,16 4,13.311 4,10C4,8.815 4.344,7.709 4.939,6.778L6.39,8.23C6.128,8.764 5.98,9.365 5.98,10C5.98,12.219 7.781,14.02 10,14.02C12.219,14.02 14.02,12.219 14.02,10C14.02,7.781 12.219,5.98 10,5.98C9.237,5.98 8.522,6.193 7.914,6.564L6.487,5.137Z"/>
11
+ </g>
12
+ </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="test-automation" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M11.813,8.503C11.845,8.346 11.845,8.189 11.845,8C11.845,7.811 11.845,7.686 11.813,7.497L12.903,6.679C12.999,6.616 13.031,6.459 12.967,6.365L11.941,4.635C11.877,4.541 11.749,4.478 11.621,4.541L10.339,5.044C10.083,4.855 9.794,4.667 9.474,4.541L9.282,3.22C9.25,3.094 9.154,3 9.025,3L6.975,3C6.846,3 6.75,3.094 6.718,3.22L6.526,4.541C6.206,4.667 5.917,4.824 5.661,5.044L4.379,4.541C4.251,4.509 4.123,4.541 4.059,4.635L3.033,6.365C2.969,6.459 3.001,6.616 3.097,6.679L4.187,7.497C4.155,7.654 4.155,7.811 4.155,8C4.155,8.189 4.155,8.314 4.187,8.503L3.097,9.321C3.001,9.384 2.969,9.541 3.033,9.635L4.059,11.365C4.123,11.459 4.251,11.522 4.379,11.459L5.661,10.956C5.917,11.145 6.206,11.333 6.526,11.459L6.718,12.78C6.75,12.906 6.846,13 6.975,13L9.025,13C9.154,13 9.25,12.906 9.282,12.78L9.474,11.459C9.794,11.333 10.083,11.176 10.339,10.956L11.621,11.459C11.749,11.491 11.877,11.459 11.941,11.365L12.967,9.635C13.031,9.541 12.999,9.384 12.903,9.321L11.813,8.503ZM8.032,10C6.939,10 6.032,9.12 6.032,8C6.032,6.88 6.912,6 8.032,6C9.152,6 10.032,6.88 10.032,8C10.032,9.12 9.125,10 8.032,10Z" style="fill-rule:nonzero;"/>
6
- <path d="M16.407,14.752C16.423,14.673 16.423,14.594 16.423,14.5C16.423,14.406 16.423,14.343 16.407,14.248L16.951,13.84C16.999,13.808 17.015,13.73 16.983,13.682L16.471,12.818C16.439,12.77 16.375,12.739 16.31,12.77L15.67,13.022C15.541,12.928 15.397,12.833 15.237,12.77L15.141,12.11C15.125,12.047 15.077,12 15.013,12L13.987,12C13.923,12 13.875,12.047 13.859,12.11L13.763,12.77C13.603,12.833 13.459,12.912 13.33,13.022L12.69,12.77C12.625,12.755 12.561,12.77 12.529,12.818L12.017,13.682C11.985,13.73 12.001,13.808 12.049,13.84L12.593,14.248C12.577,14.327 12.577,14.406 12.577,14.5C12.577,14.594 12.577,14.657 12.593,14.752L12.049,15.16C12.001,15.192 11.985,15.27 12.017,15.318L12.529,16.182C12.561,16.23 12.625,16.261 12.69,16.23L13.33,15.978C13.459,16.072 13.603,16.167 13.763,16.23L13.859,16.89C13.875,16.953 13.923,17 13.987,17L15.013,17C15.077,17 15.125,16.953 15.141,16.89L15.237,16.23C15.397,16.167 15.541,16.088 15.67,15.978L16.31,16.23C16.375,16.245 16.439,16.23 16.471,16.182L16.983,15.318C17.015,15.27 16.999,15.192 16.951,15.16L16.407,14.752Z" style="fill-rule:nonzero;"/>
7
- <path d="M14.209,2.96C14.209,2.96 19.997,13.954 19.997,14.998C19.997,17.757 17.757,19.997 14.998,19.997C13.954,19.997 2.96,14.209 2.96,14.209C1.154,12.741 0,10.504 0,7.998C0,3.584 3.584,0 7.998,0C10.504,0 12.741,1.154 14.209,2.96ZM17.989,15.204C17.888,16.695 16.695,17.889 15.204,17.989C14.892,17.862 13.743,17.389 12.794,16.939C9.629,15.439 5.056,13.05 4.079,12.538C2.806,11.435 2,9.81 2,7.998C2,4.688 4.688,2 7.998,2C9.81,2 11.435,2.806 12.536,4.077L12.538,4.08C13.05,5.057 15.439,9.629 16.939,12.794C17.389,13.743 17.862,14.892 17.989,15.204Z"/>
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="test-automation" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M11.813,8.503C11.845,8.346 11.845,8.189 11.845,8C11.845,7.811 11.845,7.686 11.813,7.497L12.903,6.679C12.999,6.616 13.031,6.459 12.967,6.365L11.941,4.635C11.877,4.541 11.749,4.478 11.621,4.541L10.339,5.044C10.083,4.855 9.794,4.667 9.474,4.541L9.282,3.22C9.25,3.094 9.154,3 9.025,3L6.975,3C6.846,3 6.75,3.094 6.718,3.22L6.526,4.541C6.206,4.667 5.917,4.824 5.661,5.044L4.379,4.541C4.251,4.509 4.123,4.541 4.059,4.635L3.033,6.365C2.969,6.459 3.001,6.616 3.097,6.679L4.187,7.497C4.155,7.654 4.155,7.811 4.155,8C4.155,8.189 4.155,8.314 4.187,8.503L3.097,9.321C3.001,9.384 2.969,9.541 3.033,9.635L4.059,11.365C4.123,11.459 4.251,11.522 4.379,11.459L5.661,10.956C5.917,11.145 6.206,11.333 6.526,11.459L6.718,12.78C6.75,12.906 6.846,13 6.975,13L9.025,13C9.154,13 9.25,12.906 9.282,12.78L9.474,11.459C9.794,11.333 10.083,11.176 10.339,10.956L11.621,11.459C11.749,11.491 11.877,11.459 11.941,11.365L12.967,9.635C13.031,9.541 12.999,9.384 12.903,9.321L11.813,8.503ZM8.032,10C6.939,10 6.032,9.12 6.032,8C6.032,6.88 6.912,6 8.032,6C9.152,6 10.032,6.88 10.032,8C10.032,9.12 9.125,10 8.032,10Z" style="fill-rule:nonzero;"/>
6
+ <path d="M16.407,14.752C16.423,14.673 16.423,14.594 16.423,14.5C16.423,14.406 16.423,14.343 16.407,14.248L16.951,13.84C16.999,13.808 17.015,13.73 16.983,13.682L16.471,12.818C16.439,12.77 16.375,12.739 16.31,12.77L15.67,13.022C15.541,12.928 15.397,12.833 15.237,12.77L15.141,12.11C15.125,12.047 15.077,12 15.013,12L13.987,12C13.923,12 13.875,12.047 13.859,12.11L13.763,12.77C13.603,12.833 13.459,12.912 13.33,13.022L12.69,12.77C12.625,12.755 12.561,12.77 12.529,12.818L12.017,13.682C11.985,13.73 12.001,13.808 12.049,13.84L12.593,14.248C12.577,14.327 12.577,14.406 12.577,14.5C12.577,14.594 12.577,14.657 12.593,14.752L12.049,15.16C12.001,15.192 11.985,15.27 12.017,15.318L12.529,16.182C12.561,16.23 12.625,16.261 12.69,16.23L13.33,15.978C13.459,16.072 13.603,16.167 13.763,16.23L13.859,16.89C13.875,16.953 13.923,17 13.987,17L15.013,17C15.077,17 15.125,16.953 15.141,16.89L15.237,16.23C15.397,16.167 15.541,16.088 15.67,15.978L16.31,16.23C16.375,16.245 16.439,16.23 16.471,16.182L16.983,15.318C17.015,15.27 16.999,15.192 16.951,15.16L16.407,14.752Z" style="fill-rule:nonzero;"/>
7
+ <path d="M14.209,2.96C14.209,2.96 19.997,13.954 19.997,14.998C19.997,17.757 17.757,19.997 14.998,19.997C13.954,19.997 2.96,14.209 2.96,14.209C1.154,12.741 0,10.504 0,7.998C0,3.584 3.584,0 7.998,0C10.504,0 12.741,1.154 14.209,2.96ZM17.989,15.204C17.888,16.695 16.695,17.889 15.204,17.989C14.892,17.862 13.743,17.389 12.794,16.939C9.629,15.439 5.056,13.05 4.079,12.538C2.806,11.435 2,9.81 2,7.998C2,4.688 4.688,2 7.998,2C9.81,2 11.435,2.806 12.536,4.077L12.538,4.08C13.05,5.057 15.439,9.629 16.939,12.794C17.389,13.743 17.862,14.892 17.989,15.204Z"/>
8
+ </svg>
@@ -1,9 +1,9 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 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="test-check" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g id="test">
6
- <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
- </g>
8
- <path d="M6.3,11.3C5.9,10.9 5.9,10.3 6.3,9.9C6.7,9.5 7.3,9.5 7.7,9.9L9,11.2L13.3,6.9C13.7,6.5 14.3,6.5 14.7,6.9C15.1,7.3 15.1,7.9 14.7,8.3L9,14L6.3,11.3Z" style="fill-rule:nonzero;"/>
9
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 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="test-check" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g id="test">
6
+ <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
+ </g>
8
+ <path d="M6.3,11.3C5.9,10.9 5.9,10.3 6.3,9.9C6.7,9.5 7.3,9.5 7.7,9.9L9,11.2L13.3,6.9C13.7,6.5 14.3,6.5 14.7,6.9C15.1,7.3 15.1,7.9 14.7,8.3L9,14L6.3,11.3Z" style="fill-rule:nonzero;"/>
9
+ </svg>
@@ -1,9 +1,9 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 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="test-ended" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g id="test">
6
- <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
- </g>
8
- <rect x="7" y="7" width="6" height="6"/>
9
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 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="test-ended" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g id="test">
6
+ <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
+ </g>
8
+ <rect x="7" y="7" width="6" height="6"/>
9
+ </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="test-failed" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g id="test">
6
- <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
- </g>
8
- <path d="M13.707,13.707C14.097,13.317 14.097,12.683 13.707,12.293L7.707,6.293C7.317,5.902 6.683,5.902 6.293,6.293C5.902,6.683 5.902,7.317 6.293,7.707L12.293,13.707C12.683,14.097 13.317,14.097 13.707,13.707Z"/>
9
- <path d="M13.707,6.293C13.317,5.902 12.683,5.902 12.293,6.293L6.293,12.293C5.902,12.683 5.902,13.317 6.293,13.707C6.683,14.097 7.317,14.097 7.707,13.707L13.707,7.707C14.097,7.317 14.097,6.683 13.707,6.293Z"/>
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="test-failed" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g id="test">
6
+ <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
+ </g>
8
+ <path d="M13.707,13.707C14.097,13.317 14.097,12.683 13.707,12.293L7.707,6.293C7.317,5.902 6.683,5.902 6.293,6.293C5.902,6.683 5.902,7.317 6.293,7.707L12.293,13.707C12.683,14.097 13.317,14.097 13.707,13.707Z"/>
9
+ <path d="M13.707,6.293C13.317,5.902 12.683,5.902 12.293,6.293L6.293,12.293C5.902,12.683 5.902,13.317 6.293,13.707C6.683,14.097 7.317,14.097 7.707,13.707L13.707,7.707C14.097,7.317 14.097,6.683 13.707,6.293Z"/>
10
+ </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="test-initialized" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g id="test">
6
- <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
- </g>
8
- <rect x="9" y="5" width="2" height="7"/>
9
- <rect x="9" y="13" width="2" height="2"/>
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="test-initialized" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g id="test">
6
+ <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
+ </g>
8
+ <rect x="9" y="5" width="2" height="7"/>
9
+ <rect x="9" y="13" width="2" height="2"/>
10
+ </svg>
@@ -1,15 +1,15 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 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="test-locked" 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
- <g id="test">
10
- <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
11
- </g>
12
- <path d="M12,9L8,9L8,6.214C8,5.767 8.279,5.432 8.727,5.432L11.218,5.432C11.608,5.432 12,5.711 12,6.214L12,9ZM10.891,14L9,14L9.363,11.818C9.072,11.6 9,11.382 9,11.018C9,10.437 9.363,10 10.019,10C10.673,10 11.036,10.364 11.036,11.018C11.036,11.309 10.818,11.6 10.673,11.818L10.891,14ZM13.385,9L13,9L13,6.646C13,5.417 12.05,4.411 10.765,4.411L9.18,4.411C7.95,4.411 7,5.361 7,6.646L7,9L6.615,9C6.279,9 6,9.224 6,9.615L6,14.441C6,14.721 6.224,15 6.615,15L13.385,15C13.665,15 14,14.776 14,14.385L14,9.615C14,9.167 13.832,9 13.385,9" style="fill-rule:nonzero;"/>
13
- <path d="M15,20L15,29L8,29L8,20L0,20L8.083,33.999L11.547,40L15.011,33.999L23,20.162L23,20L15,20Z" style="fill-rule:nonzero;"/>
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 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="test-locked" 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
+ <g id="test">
10
+ <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
11
+ </g>
12
+ <path d="M12,9L8,9L8,6.214C8,5.767 8.279,5.432 8.727,5.432L11.218,5.432C11.608,5.432 12,5.711 12,6.214L12,9ZM10.891,14L9,14L9.363,11.818C9.072,11.6 9,11.382 9,11.018C9,10.437 9.363,10 10.019,10C10.673,10 11.036,10.364 11.036,11.018C11.036,11.309 10.818,11.6 10.673,11.818L10.891,14ZM13.385,9L13,9L13,6.646C13,5.417 12.05,4.411 10.765,4.411L9.18,4.411C7.95,4.411 7,5.361 7,6.646L7,9L6.615,9C6.279,9 6,9.224 6,9.615L6,14.441C6,14.721 6.224,15 6.615,15L13.385,15C13.665,15 14,14.776 14,14.385L14,9.615C14,9.167 13.832,9 13.385,9" style="fill-rule:nonzero;"/>
13
+ <path d="M15,20L15,29L8,29L8,20L0,20L8.083,33.999L11.547,40L15.011,33.999L23,20.162L23,20L15,20Z" style="fill-rule:nonzero;"/>
14
+ </g>
15
+ </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="test-plus" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g id="test">
6
- <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
- </g>
8
- <rect x="9" y="6" width="2" height="8"/>
9
- <rect x="11" y="9" width="3" height="2"/>
10
- <rect x="6" y="9" width="3" height="2"/>
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="test-plus" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g id="test">
6
+ <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
+ </g>
8
+ <rect x="9" y="6" width="2" height="8"/>
9
+ <rect x="11" y="9" width="3" height="2"/>
10
+ <rect x="6" y="9" width="3" height="2"/>
11
+ </svg>
@@ -1,9 +1,9 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 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="test-promoted" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g id="test">
6
- <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
- </g>
8
- <path d="M10.005,4.989L8.385,8.279L4.75,8.809L7.38,11.369L6.75,14.989L10,13.279L13.25,14.989L12.63,11.369L15.25,8.809L11.63,8.279L10.005,4.989Z"/>
9
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 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="test-promoted" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g id="test">
6
+ <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
+ </g>
8
+ <path d="M10.005,4.989L8.385,8.279L4.75,8.809L7.38,11.369L6.75,14.989L10,13.279L13.25,14.989L12.63,11.369L15.25,8.809L11.63,8.279L10.005,4.989Z"/>
9
+ </svg>
@@ -1,9 +1,9 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 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="test-running" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g id="test">
6
- <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
- </g>
8
- <path d="M14,10L8,6L8,14L14,10Z"/>
9
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 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="test-running" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g id="test">
6
+ <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
+ </g>
8
+ <path d="M14,10L8,6L8,14L14,10Z"/>
9
+ </svg>
@@ -1,17 +1,17 @@
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
- <g transform="matrix(1,0,0,1,-200,-220)">
5
- <g id="test-stopped" transform="matrix(1,0,0,1,180,-2283)">
6
- <rect x="20" y="2503" width="20" height="20" style="fill:none;"/>
7
- <g transform="matrix(1,0,0,1,0,70)">
8
- <g id="test">
9
- <path d="M24.124,2434.91C25.774,2433.71 27.805,2433 30,2433C35.519,2433 40,2437.48 40,2443C40,2448.52 35.519,2453 30,2453C24.481,2453 20,2448.52 20,2443C20,2440.94 20.625,2439.02 21.695,2437.43L23.143,2438.88C22.418,2440.08 22,2441.49 22,2443C22,2447.41 25.585,2451 30,2451C34.415,2451 38,2447.41 38,2443C38,2438.59 34.415,2435 30,2435C28.358,2435 26.831,2435.5 25.56,2436.35L24.124,2434.91Z"/>
10
- </g>
11
- </g>
12
- <g transform="matrix(1,0,0,1,20,2503)">
13
- <rect x="7" y="7" width="6" height="6"/>
14
- </g>
15
- </g>
16
- </g>
17
- </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
+ <g transform="matrix(1,0,0,1,-200,-220)">
5
+ <g id="test-stopped" transform="matrix(1,0,0,1,180,-2283)">
6
+ <rect x="20" y="2503" width="20" height="20" style="fill:none;"/>
7
+ <g transform="matrix(1,0,0,1,0,70)">
8
+ <g id="test">
9
+ <path d="M24.124,2434.91C25.774,2433.71 27.805,2433 30,2433C35.519,2433 40,2437.48 40,2443C40,2448.52 35.519,2453 30,2453C24.481,2453 20,2448.52 20,2443C20,2440.94 20.625,2439.02 21.695,2437.43L23.143,2438.88C22.418,2440.08 22,2441.49 22,2443C22,2447.41 25.585,2451 30,2451C34.415,2451 38,2447.41 38,2443C38,2438.59 34.415,2435 30,2435C28.358,2435 26.831,2435.5 25.56,2436.35L24.124,2434.91Z"/>
10
+ </g>
11
+ </g>
12
+ <g transform="matrix(1,0,0,1,20,2503)">
13
+ <rect x="7" y="7" width="6" height="6"/>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </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="test" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g id="test1" serif:id="test">
6
- <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
- </g>
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="test" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g id="test1" serif:id="test">
6
+ <path d="M4.124,1.91C5.774,0.709 7.805,0 10,0C15.519,0 20,4.481 20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,7.939 0.625,6.023 1.695,4.431L3.143,5.879C2.418,7.083 2,8.493 2,10C2,14.415 5.585,18 10,18C14.415,18 18,14.415 18,10C18,5.585 14.415,2 10,2C8.358,2 6.831,2.496 5.56,3.346L4.124,1.91Z"/>
7
+ </g>
8
+ </svg>