testio-tailwind 0.2.0 → 0.2.2

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 +37 -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 -77
  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 -77
  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 -285
  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 -96
  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 -307
  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 -167
  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 +332 -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 +75 -83
  336. package/src/pages/icons/status-icons.haml +38 -38
  337. package/src/pages/layout/app_layout.haml +27 -27
  338. package/src/pages/layout/index.njk +7 -7
  339. package/src/pages/layout/max_width.haml +49 -49
  340. package/src/pages/layout/spacing.haml +30 -30
  341. package/src/pages/navigation/header-manager.haml +73 -73
  342. package/src/pages/navigation/header-tester.haml +100 -100
  343. package/src/pages/navigation/header.haml +76 -76
  344. package/src/pages/navigation/header_customer.haml +77 -77
  345. package/src/pages/navigation/header_tester_epam.haml +108 -108
  346. package/src/pages/navigation/index.njk +7 -7
  347. package/src/pages/navigation/product_dropdown.haml +65 -65
  348. package/src/pages/navigation/radio_tabs.haml +22 -22
  349. package/src/pages/navigation/sidebar-manager.haml +46 -46
  350. package/src/pages/navigation/sidebar-tester-elements.haml +105 -105
  351. package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -108
  352. package/src/pages/navigation/sidebar-tester.haml +75 -75
  353. package/src/pages/navigation/sidebar.haml +46 -46
  354. package/src/pages/navigation/sidebar_collapsables.haml +136 -136
  355. package/src/pages/navigation/sidebar_customer.haml +146 -146
  356. package/src/pages/navigation/tabnavigation.haml +12 -12
  357. package/src/pages/navigation/tabnavigation_actions.haml +21 -21
  358. package/src/pages/navigation/tabnavigation_pills.haml +12 -12
  359. package/src/pages/navigation/test-header-tester.haml +177 -177
  360. package/src/pages/typography/index.njk +7 -7
  361. package/src/pages/typography/link_with_icon.haml +12 -12
  362. package/src/pages/typography/linked_icon.haml +10 -10
  363. package/src/pages/typography/markdown.md +112 -112
  364. package/src/pages/typography/section_header.haml +25 -25
  365. package/src/pages/typography/section_header_actions.haml +59 -59
  366. package/src/pages/typography/text_with_icon.haml +12 -12
  367. package/src/pages/typography/trix_styles.haml +127 -127
  368. package/src/pages/typography/typography.haml +51 -51
  369. package/src/sitemap.xml.njk +13 -13
  370. package/src/static/app.compiled.css +188 -197
  371. package/src/static/app.compiled.css.map +1 -1
  372. package/src/static/browserconfig.xml +9 -9
  373. package/src/static/site.webmanifest +3 -3
  374. package/utils/collections.js +29 -29
  375. package/utils/filters.js +11 -11
  376. package/utils/markdown.js +9 -9
  377. package/utils/shortcodes.js +6 -6
  378. package/utils/transforms.js +19 -19
  379. package/webpack.config.js +24 -24
  380. package/src/pages/icons/marketingicons.haml +0 -16
@@ -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="caret-up-centered" x="-0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M13.56,13C13.273,13 12.999,12.876 12.81,12.66L10.03,9.5L7.25,12.67C7.06,12.906 6.774,13.043 6.471,13.043C5.923,13.043 5.471,12.591 5.471,12.043C5.471,11.785 5.571,11.536 5.75,11.35L10.03,6.47L14.31,11.36C14.46,11.54 14.542,11.766 14.542,12C14.542,12.542 14.102,12.99 13.56,13Z" style="fill-rule:nonzero;"/>
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="caret-up-centered" x="-0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M13.56,13C13.273,13 12.999,12.876 12.81,12.66L10.03,9.5L7.25,12.67C7.06,12.906 6.774,13.043 6.471,13.043C5.923,13.043 5.471,12.591 5.471,12.043C5.471,11.785 5.571,11.536 5.75,11.35L10.03,6.47L14.31,11.36C14.46,11.54 14.542,11.766 14.542,12C14.542,12.542 14.102,12.99 13.56,13Z" style="fill-rule:nonzero;"/>
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 9 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="caret-up" x="0" y="0" width="9" height="20" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="9" height="20"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M8.06,13C7.773,13 7.499,12.876 7.31,12.66L4.53,9.5L1.75,12.67C1.56,12.906 1.274,13.043 0.971,13.043C0.423,13.043 -0.029,12.591 -0.029,12.043C-0.029,11.785 0.071,11.536 0.25,11.35L4.53,6.47L8.81,11.36C8.96,11.54 9.042,11.766 9.042,12C9.042,12.542 8.602,12.99 8.06,13Z" 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 9 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="caret-up" x="0" y="0" width="9" height="20" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="9" height="20"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M8.06,13C7.773,13 7.499,12.876 7.31,12.66L4.53,9.5L1.75,12.67C1.56,12.906 1.274,13.043 0.971,13.043C0.423,13.043 -0.029,12.591 -0.029,12.043C-0.029,11.785 0.071,11.536 0.25,11.35L4.53,6.47L8.81,11.36C8.96,11.54 9.042,11.766 9.042,12C9.042,12.542 8.602,12.99 8.06,13Z" style="fill-rule:nonzero;"/>
10
+ </g>
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="check-circle-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g>
6
- <rect x="0" y="0" width="20" height="20" style="fill:none;"/>
7
- <path d="M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0ZM15.71,7.707L9.71,13.707C9.51,13.903 9.26,14 9,14C8.74,14 8.49,13.902 8.29,13.707L5.29,10.707C4.9,10.317 4.9,9.684 5.29,9.294C5.68,8.903 6.319,8.903 6.71,9.294L9,11.586L14.29,6.294C14.68,5.903 15.319,5.903 15.71,6.294C16.1,6.684 16.1,7.316 15.71,7.707Z" style="fill:white;fill-rule:nonzero;"/>
8
- </g>
9
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 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="check-circle-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g>
6
+ <rect x="0" y="0" width="20" height="20" style="fill:none;"/>
7
+ <path d="M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0ZM15.71,7.707L9.71,13.707C9.51,13.903 9.26,14 9,14C8.74,14 8.49,13.902 8.29,13.707L5.29,10.707C4.9,10.317 4.9,9.684 5.29,9.294C5.68,8.903 6.319,8.903 6.71,9.294L9,11.586L14.29,6.294C14.68,5.903 15.319,5.903 15.71,6.294C16.1,6.684 16.1,7.316 15.71,7.707Z" style="fill:white;fill-rule:nonzero;"/>
8
+ </g>
9
+ </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="check-circle-filled" 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" style="fill:none;"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <rect x="0" y="0" width="20" height="20" style="fill:none;"/>
10
- <path d="M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0ZM15.71,7.707L9.71,13.707C9.51,13.903 9.26,14 9,14C8.74,14 8.49,13.902 8.29,13.707L5.29,10.707C4.9,10.317 4.9,9.684 5.29,9.294C5.68,8.903 6.319,8.903 6.71,9.294L9,11.586L14.29,6.294C14.68,5.903 15.319,5.903 15.71,6.294C16.1,6.684 16.1,7.316 15.71,7.707Z" style="fill-rule:nonzero;"/>
11
- </g>
12
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 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="check-circle-filled" 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" style="fill:none;"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <rect x="0" y="0" width="20" height="20" style="fill:none;"/>
10
+ <path d="M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0ZM15.71,7.707L9.71,13.707C9.51,13.903 9.26,14 9,14C8.74,14 8.49,13.902 8.29,13.707L5.29,10.707C4.9,10.317 4.9,9.684 5.29,9.294C5.68,8.903 6.319,8.903 6.71,9.294L9,11.586L14.29,6.294C14.68,5.903 15.319,5.903 15.71,6.294C16.1,6.684 16.1,7.316 15.71,7.707Z" style="fill-rule:nonzero;"/>
11
+ </g>
12
+ </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="check-circle" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill-rule:nonzero;"/>
6
- <path d="M15.707,6.293C15.316,5.902 14.684,5.902 14.293,6.293L9,11.586L6.707,9.293C6.316,8.902 5.684,8.902 5.293,9.293C4.902,9.684 4.902,10.316 5.293,10.707L8.293,13.707C8.488,13.902 8.744,14 9,14C9.256,14 9.512,13.902 9.707,13.707L15.707,7.707C16.098,7.316 16.098,6.684 15.707,6.293Z"/>
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="check-circle" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill-rule:nonzero;"/>
6
+ <path d="M15.707,6.293C15.316,5.902 14.684,5.902 14.293,6.293L9,11.586L6.707,9.293C6.316,8.902 5.684,8.902 5.293,9.293C4.902,9.684 4.902,10.316 5.293,10.707L8.293,13.707C8.488,13.902 8.744,14 9,14C9.256,14 9.512,13.902 9.707,13.707L15.707,7.707C16.098,7.316 16.098,6.684 15.707,6.293Z"/>
7
+ </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 8 6" 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="check-selectable-items" x="0" y="0" width="8" height="6" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="8" height="6"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M7.093,0.005C7.126,0.01 7.158,0.013 7.19,0.019C7.575,0.096 7.898,0.413 7.976,0.805C8.033,1.094 7.956,1.406 7.768,1.635C7.747,1.661 7.724,1.684 7.702,1.708L3.705,5.71C3.68,5.732 3.657,5.756 3.632,5.776C3.33,6.025 2.879,6.074 2.527,5.885C2.469,5.855 2.415,5.818 2.364,5.776C2.339,5.756 2.315,5.732 2.291,5.71L0.293,3.709C0.271,3.685 0.247,3.662 0.227,3.637C0.061,3.434 -0.021,3.165 0.005,2.904C0.043,2.514 0.327,2.16 0.709,2.044C0.991,1.959 1.309,2.006 1.554,2.17C1.627,2.218 1.641,2.236 1.706,2.294L2.998,3.588L6.289,0.293L6.361,0.227C6.388,0.208 6.413,0.187 6.44,0.169C6.549,0.096 6.672,0.045 6.8,0.019C6.886,0.002 6.908,0.004 6.995,0C7.028,0.002 7.061,0.003 7.093,0.005Z"/>
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 8 6" 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="check-selectable-items" x="0" y="0" width="8" height="6" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="8" height="6"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M7.093,0.005C7.126,0.01 7.158,0.013 7.19,0.019C7.575,0.096 7.898,0.413 7.976,0.805C8.033,1.094 7.956,1.406 7.768,1.635C7.747,1.661 7.724,1.684 7.702,1.708L3.705,5.71C3.68,5.732 3.657,5.756 3.632,5.776C3.33,6.025 2.879,6.074 2.527,5.885C2.469,5.855 2.415,5.818 2.364,5.776C2.339,5.756 2.315,5.732 2.291,5.71L0.293,3.709C0.271,3.685 0.247,3.662 0.227,3.637C0.061,3.434 -0.021,3.165 0.005,2.904C0.043,2.514 0.327,2.16 0.709,2.044C0.991,1.959 1.309,2.006 1.554,2.17C1.627,2.218 1.641,2.236 1.706,2.294L2.998,3.588L6.289,0.293L6.361,0.227C6.388,0.208 6.413,0.187 6.44,0.169C6.549,0.096 6.672,0.045 6.8,0.019C6.886,0.002 6.908,0.004 6.995,0C7.028,0.002 7.061,0.003 7.093,0.005Z"/>
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 22 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="check-thick-outline" x="0" y="0" width="22" height="20" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="22" height="20"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M21.997,3.903L17.498,0.048L7.639,11.55L3.972,8.201L-0.023,12.575L8.158,20.048L21.997,3.903ZM7.769,13.674L4.026,10.256L2,12.417L8.029,17.923L19.918,4.053L17.643,2.155L7.769,13.674Z"/>
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 22 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="check-thick-outline" x="0" y="0" width="22" height="20" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="22" height="20"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M21.997,3.903L17.498,0.048L7.639,11.55L3.972,8.201L-0.023,12.575L8.158,20.048L21.997,3.903ZM7.769,13.674L4.026,10.256L2,12.417L8.029,17.923L19.918,4.053L17.643,2.155L7.769,13.674Z"/>
10
+ </g>
11
+ </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 22 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="check-thick" x="0" y="0" width="22" height="20" style="fill:none;"/>
5
- <path d="M0,12.528L8.182,20L22.02,3.856L17.522,-0L7.662,11.502L3.995,8.153L0,12.528Z" style="fill:white;"/>
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 22 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="check-thick" x="0" y="0" width="22" height="20" style="fill:none;"/>
5
+ <path d="M0,12.528L8.182,20L22.02,3.856L17.522,-0L7.662,11.502L3.995,8.153L0,12.528Z" style="fill:white;"/>
6
+ </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 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
- <g id="Artboard1" transform="matrix(1.05263,0,0,0.969697,5.26577e-05,0)">
5
- <rect x="-0" y="0" width="19" height="16.5" style="fill:none;"/>
6
- <clipPath id="_clip1">
7
- <rect x="-0" y="0" width="19" height="16.5"/>
8
- </clipPath>
9
- <g clip-path="url(#_clip1)">
10
- <g transform="matrix(0.950839,0,0,1.03216,0.944252,6.69281)">
11
- <g id="check">
12
- <path id="Check" d="M18.047,-6.479C18.316,-6.455 18.387,-6.414 18.517,-6.336C18.962,-6.067 19.131,-5.419 18.856,-4.963C18.818,-4.9 18.805,-4.887 18.759,-4.829L6.759,9.171C6.385,9.572 5.748,9.613 5.326,9.258L-0.674,3.778C-0.866,3.588 -0.895,3.511 -0.945,3.368C-1.142,2.799 -0.711,2.098 -0.086,2.044C0.188,2.02 0.461,2.123 0.674,2.302L5.912,7.086L17.241,-6.131L17.297,-6.191C17.351,-6.241 17.364,-6.255 17.424,-6.297C17.536,-6.377 17.665,-6.432 17.801,-6.46C17.956,-6.492 17.996,-6.479 18.047,-6.479Z" style="fill:white;"/>
13
- </g>
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 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
+ <g id="Artboard1" transform="matrix(1.05263,0,0,0.969697,5.26577e-05,0)">
5
+ <rect x="-0" y="0" width="19" height="16.5" style="fill:none;"/>
6
+ <clipPath id="_clip1">
7
+ <rect x="-0" y="0" width="19" height="16.5"/>
8
+ </clipPath>
9
+ <g clip-path="url(#_clip1)">
10
+ <g transform="matrix(0.950839,0,0,1.03216,0.944252,6.69281)">
11
+ <g id="check">
12
+ <path id="Check" d="M18.047,-6.479C18.316,-6.455 18.387,-6.414 18.517,-6.336C18.962,-6.067 19.131,-5.419 18.856,-4.963C18.818,-4.9 18.805,-4.887 18.759,-4.829L6.759,9.171C6.385,9.572 5.748,9.613 5.326,9.258L-0.674,3.778C-0.866,3.588 -0.895,3.511 -0.945,3.368C-1.142,2.799 -0.711,2.098 -0.086,2.044C0.188,2.02 0.461,2.123 0.674,2.302L5.912,7.086L17.241,-6.131L17.297,-6.191C17.351,-6.241 17.364,-6.255 17.424,-6.297C17.536,-6.377 17.665,-6.432 17.801,-6.46C17.956,-6.492 17.996,-6.479 18.047,-6.479Z" style="fill:white;"/>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </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 30 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="checkbox-background-black" x="0" y="0" width="30" height="30" style="fill:none;"/>
5
- <path d="M24.112,8.513C23.428,7.829 22.322,7.829 21.638,8.513L12.375,17.776L8.362,13.763C7.678,13.079 6.572,13.079 5.888,13.763C5.204,14.447 5.204,15.553 5.888,16.237L11.138,21.487C11.479,21.829 11.927,22 12.375,22C12.823,22 13.271,21.829 13.612,21.487L24.112,10.988C24.796,10.303 24.796,9.197 24.112,8.513Z"/>
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 30 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="checkbox-background-black" x="0" y="0" width="30" height="30" style="fill:none;"/>
5
+ <path d="M24.112,8.513C23.428,7.829 22.322,7.829 21.638,8.513L12.375,17.776L8.362,13.763C7.678,13.079 6.572,13.079 5.888,13.763C5.204,14.447 5.204,15.553 5.888,16.237L11.138,21.487C11.479,21.829 11.927,22 12.375,22C12.823,22 13.271,21.829 13.612,21.487L24.112,10.988C24.796,10.303 24.796,9.197 24.112,8.513Z"/>
6
+ </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="Artboard1" 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
- <rect id="checkbox-background" x="-5" y="-5" width="30" height="30" style="fill:none;"/>
10
- <path d="M15.074,4.998C15.318,5.022 15.382,5.056 15.502,5.123C15.978,5.388 16.161,6.078 15.85,6.549C15.814,6.605 15.801,6.616 15.759,6.667L8.746,14.682C8.398,15.04 7.809,15.116 7.405,14.816C7.352,14.777 7.341,14.765 7.293,14.72L4.282,11.709C4.116,11.53 4.09,11.461 4.045,11.331C3.834,10.729 4.346,9.975 5.028,10C5.277,10.01 5.513,10.121 5.698,10.293L7.963,12.558L14.27,5.328C14.27,5.328 14.702,4.99 15.074,4.998Z"/>
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="Artboard1" 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
+ <rect id="checkbox-background" x="-5" y="-5" width="30" height="30" style="fill:none;"/>
10
+ <path d="M15.074,4.998C15.318,5.022 15.382,5.056 15.502,5.123C15.978,5.388 16.161,6.078 15.85,6.549C15.814,6.605 15.801,6.616 15.759,6.667L8.746,14.682C8.398,15.04 7.809,15.116 7.405,14.816C7.352,14.777 7.341,14.765 7.293,14.72L4.282,11.709C4.116,11.53 4.09,11.461 4.045,11.331C3.834,10.729 4.346,9.975 5.028,10C5.277,10.01 5.513,10.121 5.698,10.293L7.963,12.558L14.27,5.328C14.27,5.328 14.702,4.99 15.074,4.998Z"/>
11
+ </g>
12
+ </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 30 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="checkbox-background-white" x="0" y="0" width="30" height="30" style="fill:none;"/>
5
- <path d="M24.112,8.513C23.428,7.829 22.322,7.829 21.638,8.513L12.375,17.776L8.362,13.763C7.678,13.079 6.572,13.079 5.888,13.763C5.204,14.447 5.204,15.553 5.888,16.237L11.138,21.487C11.479,21.829 11.927,22 12.375,22C12.823,22 13.271,21.829 13.612,21.487L24.112,10.988C24.796,10.303 24.796,9.197 24.112,8.513Z" style="fill:white;"/>
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 30 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="checkbox-background-white" x="0" y="0" width="30" height="30" style="fill:none;"/>
5
+ <path d="M24.112,8.513C23.428,7.829 22.322,7.829 21.638,8.513L12.375,17.776L8.362,13.763C7.678,13.079 6.572,13.079 5.888,13.763C5.204,14.447 5.204,15.553 5.888,16.237L11.138,21.487C11.479,21.829 11.927,22 12.375,22C12.823,22 13.271,21.829 13.612,21.487L24.112,10.988C24.796,10.303 24.796,9.197 24.112,8.513Z" style="fill:white;"/>
6
+ </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 30 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="checkbox-background" x="0" y="0" width="30" height="30" style="fill:none;"/>
5
- <path d="M22.07,8.999C22.314,9.023 22.378,9.057 22.498,9.124C22.974,9.389 23.157,10.079 22.846,10.55C22.81,10.606 22.797,10.617 22.755,10.668L13.744,20.681C13.396,21.039 12.807,21.115 12.403,20.815C12.35,20.776 12.339,20.764 12.291,20.719L7.285,15.713C7.119,15.534 7.093,15.465 7.048,15.335C6.837,14.733 7.349,13.979 8.031,14.004C8.28,14.014 8.516,14.125 8.701,14.297L12.961,18.557L21.266,9.329C21.266,9.329 21.698,8.991 22.07,8.999Z"/>
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 30 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="checkbox-background" x="0" y="0" width="30" height="30" style="fill:none;"/>
5
+ <path d="M22.07,8.999C22.314,9.023 22.378,9.057 22.498,9.124C22.974,9.389 23.157,10.079 22.846,10.55C22.81,10.606 22.797,10.617 22.755,10.668L13.744,20.681C13.396,21.039 12.807,21.115 12.403,20.815C12.35,20.776 12.339,20.764 12.291,20.719L7.285,15.713C7.119,15.534 7.093,15.465 7.048,15.335C6.837,14.733 7.349,13.979 8.031,14.004C8.28,14.014 8.516,14.125 8.701,14.297L12.961,18.557L21.266,9.329C21.266,9.329 21.698,8.991 22.07,8.999Z"/>
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="checkbox-sm-checked" x="0.021" y="0" width="20" height="20" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0.021" y="0" width="20" height="20"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M20.021,-0.002L0.021,-0.002L0.021,20.02L20.021,20.02L20.021,-0.002ZM5.16,10.007C5.215,10.017 5.229,10.019 5.283,10.034C5.444,10.081 5.589,10.173 5.712,10.288L7.961,12.537L14.271,5.325L14.314,5.279C14.717,4.898 15.409,4.908 15.775,5.32C16.067,5.649 16.104,6.178 15.856,6.546C15.825,6.592 15.815,6.602 15.78,6.645L8.764,14.663C8.726,14.704 8.717,14.716 8.675,14.753C8.33,15.059 7.767,15.084 7.396,14.795C7.351,14.761 7.342,14.75 7.301,14.712L4.294,11.705C3.901,11.286 3.931,10.56 4.389,10.205C4.555,10.076 4.762,10.001 4.971,9.995C5.093,9.991 5.121,10.002 5.16,10.007Z"/>
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="checkbox-sm-checked" x="0.021" y="0" width="20" height="20" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0.021" y="0" width="20" height="20"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M20.021,-0.002L0.021,-0.002L0.021,20.02L20.021,20.02L20.021,-0.002ZM5.16,10.007C5.215,10.017 5.229,10.019 5.283,10.034C5.444,10.081 5.589,10.173 5.712,10.288L7.961,12.537L14.271,5.325L14.314,5.279C14.717,4.898 15.409,4.908 15.775,5.32C16.067,5.649 16.104,6.178 15.856,6.546C15.825,6.592 15.815,6.602 15.78,6.645L8.764,14.663C8.726,14.704 8.717,14.716 8.675,14.753C8.33,15.059 7.767,15.084 7.396,14.795C7.351,14.761 7.342,14.75 7.301,14.712L4.294,11.705C3.901,11.286 3.931,10.56 4.389,10.205C4.555,10.076 4.762,10.001 4.971,9.995C5.093,9.991 5.121,10.002 5.16,10.007Z"/>
10
+ </g>
11
+ </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="circle-empty" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill:white;fill-rule:nonzero;"/>
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="circle-empty" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill:white;fill-rule:nonzero;"/>
6
+ </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="circle-sm-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M10,4C6.687,4 4,6.687 4,10C4,13.313 6.687,16 10,16C13.313,16 16,13.313 16,10C16,6.687 13.313,4 10,4" style="fill-rule:nonzero;"/>
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="circle-sm-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M10,4C6.687,4 4,6.687 4,10C4,13.313 6.687,16 10,16C13.313,16 16,13.313 16,10C16,6.687 13.313,4 10,4" style="fill-rule:nonzero;"/>
6
+ </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="clock" 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="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill-rule:nonzero;"/>
10
- <path d="M11,4L11,11L9,11L9,4L11,4ZM14,11L11,11L11,9L14,9L14,11Z"/>
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="clock" 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="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill-rule:nonzero;"/>
10
+ <path d="M11,4L11,11L9,11L9,4L11,4ZM14,11L11,11L11,9L14,9L14,11Z"/>
11
+ </g>
12
+ </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="cross-circle-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0ZM13.707,6.293C13.316,5.902 12.684,5.902 12.293,6.293L10,8.586L7.707,6.293C7.316,5.902 6.684,5.902 6.293,6.293C5.902,6.684 5.902,7.316 6.293,7.707L8.586,10L6.293,12.293C5.902,12.684 5.902,13.316 6.293,13.707C6.488,13.902 6.744,14 7,14C7.256,14 7.512,13.902 7.707,13.707L10,11.414L12.293,13.707C12.488,13.902 12.744,14 13,14C13.256,14 13.512,13.902 13.707,13.707C14.098,13.316 14.098,12.684 13.707,12.293L11.414,10L13.707,7.707C14.098,7.316 14.098,6.684 13.707,6.293Z"/>
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="cross-circle-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0ZM13.707,6.293C13.316,5.902 12.684,5.902 12.293,6.293L10,8.586L7.707,6.293C7.316,5.902 6.684,5.902 6.293,6.293C5.902,6.684 5.902,7.316 6.293,7.707L8.586,10L6.293,12.293C5.902,12.684 5.902,13.316 6.293,13.707C6.488,13.902 6.744,14 7,14C7.256,14 7.512,13.902 7.707,13.707L10,11.414L12.293,13.707C12.488,13.902 12.744,14 13,14C13.256,14 13.512,13.902 13.707,13.707C14.098,13.316 14.098,12.684 13.707,12.293L11.414,10L13.707,7.707C14.098,7.316 14.098,6.684 13.707,6.293Z"/>
6
+ </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="cross-circle" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill-rule:nonzero;"/>
6
- <path d="M13.707,6.293C13.316,5.902 12.684,5.902 12.293,6.293L10,8.586L7.707,6.293C7.316,5.902 6.684,5.902 6.293,6.293C5.902,6.684 5.902,7.316 6.293,7.707L8.586,10L6.293,12.293C5.902,12.684 5.902,13.316 6.293,13.707C6.488,13.902 6.744,14 7,14C7.256,14 7.512,13.902 7.707,13.707L10,11.414L12.293,13.707C12.488,13.902 12.744,14 13,14C13.256,14 13.512,13.902 13.707,13.707C14.098,13.316 14.098,12.684 13.707,12.293L11.414,10L13.707,7.707C14.098,7.316 14.098,6.684 13.707,6.293" style="fill-rule:nonzero;"/>
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="cross-circle" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill-rule:nonzero;"/>
6
+ <path d="M13.707,6.293C13.316,5.902 12.684,5.902 12.293,6.293L10,8.586L7.707,6.293C7.316,5.902 6.684,5.902 6.293,6.293C5.902,6.684 5.902,7.316 6.293,7.707L8.586,10L6.293,12.293C5.902,12.684 5.902,13.316 6.293,13.707C6.488,13.902 6.744,14 7,14C7.256,14 7.512,13.902 7.707,13.707L10,11.414L12.293,13.707C12.488,13.902 12.744,14 13,14C13.256,14 13.512,13.902 13.707,13.707C14.098,13.316 14.098,12.684 13.707,12.293L11.414,10L13.707,7.707C14.098,7.316 14.098,6.684 13.707,6.293" style="fill-rule:nonzero;"/>
7
+ </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="cross-thick" 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
- <rect id="boundingbox" x="-0" y="-0" width="20" height="20" style="fill:none;"/>
10
- <path d="M19.899,15.657L4.343,0.101L0.101,4.343L15.657,19.899L19.899,15.657Z"/>
11
- <path d="M19.899,15.657L4.343,0.101L0.101,4.343L15.657,19.899L19.899,15.657Z"/>
12
- <path d="M15.657,0.101L0.101,15.657L4.343,19.899L19.899,4.343L15.657,0.101Z"/>
13
- <path d="M15.657,0.101L0.101,15.657L4.343,19.899L19.899,4.343L15.657,0.101Z"/>
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="cross-thick" 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
+ <rect id="boundingbox" x="-0" y="-0" width="20" height="20" style="fill:none;"/>
10
+ <path d="M19.899,15.657L4.343,0.101L0.101,4.343L15.657,19.899L19.899,15.657Z"/>
11
+ <path d="M19.899,15.657L4.343,0.101L0.101,4.343L15.657,19.899L19.899,15.657Z"/>
12
+ <path d="M15.657,0.101L0.101,15.657L4.343,19.899L19.899,4.343L15.657,0.101Z"/>
13
+ <path d="M15.657,0.101L0.101,15.657L4.343,19.899L19.899,4.343L15.657,0.101Z"/>
14
+ </g>
15
+ </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
- <g transform="matrix(1,0,0,1,-880,0)">
5
- <path id="Cross" d="M890,8.58L896.29,2.29C896.48,2.11 896.73,2 897,2C897.27,2 897.52,2.11 897.71,2.29C897.89,2.48 898,2.73 898,3C898,3.27 897.89,3.52 897.71,3.71L891.42,10L897.71,16.29C897.89,16.48 898,16.73 898,17C898,17.27 897.89,17.52 897.71,17.71C897.52,17.89 897.27,18 897,18C896.73,18 896.48,17.89 896.29,17.71L890,11.42L883.71,17.71C883.52,17.89 883.27,18 883,18C882.73,18 882.48,17.89 882.29,17.71C882.11,17.52 882,17.27 882,17C882,16.73 882.11,16.48 882.29,16.29L888.58,10L882.29,3.71C882.11,3.52 882,3.27 882,3C882,2.73 882.11,2.48 882.29,2.29C882.48,2.11 882.73,2 883,2C883.27,2 883.52,2.11 883.71,2.29L890,8.58Z" style="fill:white;"/>
6
- </g>
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
+ <g transform="matrix(1,0,0,1,-880,0)">
5
+ <path id="Cross" d="M890,8.58L896.29,2.29C896.48,2.11 896.73,2 897,2C897.27,2 897.52,2.11 897.71,2.29C897.89,2.48 898,2.73 898,3C898,3.27 897.89,3.52 897.71,3.71L891.42,10L897.71,16.29C897.89,16.48 898,16.73 898,17C898,17.27 897.89,17.52 897.71,17.71C897.52,17.89 897.27,18 897,18C896.73,18 896.48,17.89 896.29,17.71L890,11.42L883.71,17.71C883.52,17.89 883.27,18 883,18C882.73,18 882.48,17.89 882.29,17.71C882.11,17.52 882,17.27 882,17C882,16.73 882.11,16.48 882.29,16.29L888.58,10L882.29,3.71C882.11,3.52 882,3.27 882,3C882,2.73 882.11,2.48 882.29,2.29C882.48,2.11 882.73,2 883,2C883.27,2 883.52,2.11 883.71,2.29L890,8.58Z" style="fill:white;"/>
6
+ </g>
7
+ </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="exclamation-circle-filled" x="0" y="0" width="20.006" height="20" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="20.006" height="20"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M10,0C4.481,0 -0,4.481 -0,10C-0,15.519 4.481,20 10,20C15.519,20 20,15.519 20,10C20,4.481 15.519,0 10,0ZM10,15.998C9.401,15.998 9,15.498 9,14.999C9,14.4 9.5,13.999 10,13.999C10.599,13.999 10.999,14.499 10.999,14.999C10.999,15.499 10.598,15.998 10,15.998ZM11,12C11,12.5 10.6,13 10,13C9.4,13 9,12.5 9,12L9,5C9,4.4 9.5,4 10,4C10.6,4 11,4.5 11,5L11,12Z"/>
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="exclamation-circle-filled" x="0" y="0" width="20.006" height="20" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="20.006" height="20"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M10,0C4.481,0 -0,4.481 -0,10C-0,15.519 4.481,20 10,20C15.519,20 20,15.519 20,10C20,4.481 15.519,0 10,0ZM10,15.998C9.401,15.998 9,15.498 9,14.999C9,14.4 9.5,13.999 10,13.999C10.599,13.999 10.999,14.499 10.999,14.999C10.999,15.499 10.598,15.998 10,15.998ZM11,12C11,12.5 10.6,13 10,13C9.4,13 9,12.5 9,12L9,5C9,4.4 9.5,4 10,4C10.6,4 11,4.5 11,5L11,12Z"/>
10
+ </g>
11
+ </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="check-circle" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0" style="fill-rule:nonzero;"/>
6
- <g>
7
- <path d="M9.994,15.998C9.395,15.998 8.995,15.498 8.995,14.999C8.995,14.4 9.494,14 9.994,14C10.593,14 10.993,14.499 10.993,14.999C10.993,15.498 10.593,15.998 9.994,15.998"/>
8
- </g>
9
- <g>
10
- <path d="M8.994,5C8.994,4.4 9.494,4 9.994,4C10.594,4 10.994,4.5 10.994,5L10.994,12C10.994,12.5 10.594,13 9.994,13C9.394,13 8.994,12.5 8.994,12L8.994,5Z"/>
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="check-circle" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0" style="fill-rule:nonzero;"/>
6
+ <g>
7
+ <path d="M9.994,15.998C9.395,15.998 8.995,15.498 8.995,14.999C8.995,14.4 9.494,14 9.994,14C10.593,14 10.993,14.499 10.993,14.999C10.993,15.498 10.593,15.998 9.994,15.998"/>
8
+ </g>
9
+ <g>
10
+ <path d="M8.994,5C8.994,4.4 9.494,4 9.994,4C10.594,4 10.994,4.5 10.994,5L10.994,12C10.994,12.5 10.594,13 9.994,13C9.394,13 8.994,12.5 8.994,12L8.994,5Z"/>
11
+ </g>
12
+ </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="feature-check" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M0,4L0,20L20,20L20,4L0,4ZM18,18L2,18L2,6L18,6L18,18Z" style="fill:rgb(140,189,36);fill-rule:nonzero;"/>
6
- <path d="M3,4L3,0L9,0L9,4L7,4L7,2L5,2L5,4L3,4Z" style="fill:rgb(140,189,36);fill-rule:nonzero;"/>
7
- <path d="M11,4L11,0L17,0L17,4L15,4L15,2L13,2L13,4L11,4Z" style="fill:rgb(140,189,36);fill-rule:nonzero;"/>
8
- <path d="M6.3,12.303C5.9,11.903 5.9,11.303 6.3,10.903C6.7,10.503 7.3,10.503 7.7,10.903L9,12.203L12.903,8.3C13.303,7.9 13.903,7.9 14.303,8.3C14.703,8.7 14.703,9.3 14.303,9.7L9,15.003L6.3,12.303Z" style="fill:rgb(140,189,36);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="feature-check" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M0,4L0,20L20,20L20,4L0,4ZM18,18L2,18L2,6L18,6L18,18Z" style="fill:rgb(140,189,36);fill-rule:nonzero;"/>
6
+ <path d="M3,4L3,0L9,0L9,4L7,4L7,2L5,2L5,4L3,4Z" style="fill:rgb(140,189,36);fill-rule:nonzero;"/>
7
+ <path d="M11,4L11,0L17,0L17,4L15,4L15,2L13,2L13,4L11,4Z" style="fill:rgb(140,189,36);fill-rule:nonzero;"/>
8
+ <path d="M6.3,12.303C5.9,11.903 5.9,11.303 6.3,10.903C6.7,10.503 7.3,10.503 7.7,10.903L9,12.203L12.903,8.3C13.303,7.9 13.903,7.9 14.303,8.3C14.703,8.7 14.703,9.3 14.303,9.7L9,15.003L6.3,12.303Z" style="fill:rgb(140,189,36);fill-rule:nonzero;"/>
9
+ </svg>