testio-tailwind 0.2.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 -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 +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 +177 -177
  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 +159 -197
  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,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="at-sign" 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="Bounding-box" serif:id="Bounding box" x="0.05" y="0" width="19.952" height="19.996" style="fill:none;"/>
10
- <path d="M9.112,20C7.928,20 6.787,19.821 5.689,19.463C4.591,19.104 3.621,18.559 2.78,17.827C1.939,17.095 1.266,16.164 0.759,15.035C0.253,13.906 0,12.57 0,11.028C0,9.377 0.288,7.87 0.864,6.507C1.441,5.144 2.22,3.984 3.201,3.026C4.182,2.068 5.331,1.324 6.647,0.794C7.963,0.265 9.361,0 10.841,0C12.134,0 13.306,0.21 14.357,0.631C15.409,1.051 16.305,1.639 17.044,2.395C17.784,3.15 18.353,4.054 18.75,5.105C19.147,6.157 19.346,7.305 19.346,8.551C19.346,9.642 19.178,10.592 18.843,11.402C18.509,12.212 18.072,12.886 17.535,13.423C16.998,13.96 16.398,14.365 15.736,14.638C15.074,14.91 14.424,15.047 13.785,15.047C13.084,15.047 12.477,14.891 11.963,14.579C11.449,14.268 11.121,13.832 10.981,13.271L10.935,13.271C10.779,13.505 10.592,13.715 10.374,13.902C10.156,14.089 9.918,14.252 9.661,14.393C9.404,14.533 9.143,14.638 8.879,14.708C8.614,14.778 8.364,14.813 8.131,14.813C7.165,14.813 6.394,14.482 5.818,13.82C5.241,13.158 4.953,12.29 4.953,11.215C4.953,10.467 5.078,9.743 5.327,9.042C5.576,8.341 5.919,7.718 6.355,7.173C6.791,6.628 7.301,6.192 7.886,5.864C8.47,5.537 9.097,5.374 9.766,5.374C10.14,5.374 10.475,5.463 10.771,5.643C11.067,5.822 11.308,6.121 11.495,6.542L11.542,6.542L11.916,5.561L14.346,5.561L13.224,10.888C12.944,12.04 13.271,12.617 14.206,12.617C14.548,12.617 14.883,12.523 15.21,12.336C15.537,12.15 15.822,11.881 16.063,11.53C16.305,11.18 16.499,10.759 16.647,10.269C16.795,9.778 16.869,9.237 16.869,8.645C16.869,7.85 16.76,7.079 16.542,6.332C16.324,5.584 15.966,4.918 15.467,4.334C14.969,3.75 14.315,3.279 13.505,2.921C12.695,2.562 11.698,2.383 10.514,2.383C9.533,2.383 8.571,2.586 7.629,2.991C6.686,3.396 5.849,3.972 5.117,4.72C4.385,5.467 3.793,6.367 3.341,7.418C2.889,8.47 2.664,9.642 2.664,10.935C2.664,12.087 2.85,13.084 3.224,13.925C3.598,14.766 4.1,15.46 4.731,16.005C5.362,16.55 6.086,16.955 6.904,17.22C7.722,17.484 8.567,17.617 9.439,17.617C10,17.617 10.6,17.535 11.238,17.371C11.877,17.208 12.43,17.009 12.897,16.776L13.738,18.925C13.006,19.299 12.262,19.572 11.507,19.743C10.752,19.914 9.953,20 9.112,20ZM9.019,12.336C9.237,12.336 9.443,12.27 9.638,12.138C9.833,12.005 10.062,11.76 10.327,11.402L10.841,8.458C10.763,8.287 10.643,8.15 10.479,8.049C10.315,7.948 10.125,7.897 9.907,7.897C9.595,7.897 9.319,7.998 9.077,8.201C8.836,8.403 8.633,8.657 8.47,8.96C8.306,9.264 8.178,9.599 8.084,9.965C7.991,10.331 7.944,10.67 7.944,10.981C7.944,11.885 8.302,12.336 9.019,12.336Z" 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="at-sign" 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="Bounding-box" serif:id="Bounding box" x="0.05" y="0" width="19.952" height="19.996" style="fill:none;"/>
10
+ <path d="M9.112,20C7.928,20 6.787,19.821 5.689,19.463C4.591,19.104 3.621,18.559 2.78,17.827C1.939,17.095 1.266,16.164 0.759,15.035C0.253,13.906 0,12.57 0,11.028C0,9.377 0.288,7.87 0.864,6.507C1.441,5.144 2.22,3.984 3.201,3.026C4.182,2.068 5.331,1.324 6.647,0.794C7.963,0.265 9.361,0 10.841,0C12.134,0 13.306,0.21 14.357,0.631C15.409,1.051 16.305,1.639 17.044,2.395C17.784,3.15 18.353,4.054 18.75,5.105C19.147,6.157 19.346,7.305 19.346,8.551C19.346,9.642 19.178,10.592 18.843,11.402C18.509,12.212 18.072,12.886 17.535,13.423C16.998,13.96 16.398,14.365 15.736,14.638C15.074,14.91 14.424,15.047 13.785,15.047C13.084,15.047 12.477,14.891 11.963,14.579C11.449,14.268 11.121,13.832 10.981,13.271L10.935,13.271C10.779,13.505 10.592,13.715 10.374,13.902C10.156,14.089 9.918,14.252 9.661,14.393C9.404,14.533 9.143,14.638 8.879,14.708C8.614,14.778 8.364,14.813 8.131,14.813C7.165,14.813 6.394,14.482 5.818,13.82C5.241,13.158 4.953,12.29 4.953,11.215C4.953,10.467 5.078,9.743 5.327,9.042C5.576,8.341 5.919,7.718 6.355,7.173C6.791,6.628 7.301,6.192 7.886,5.864C8.47,5.537 9.097,5.374 9.766,5.374C10.14,5.374 10.475,5.463 10.771,5.643C11.067,5.822 11.308,6.121 11.495,6.542L11.542,6.542L11.916,5.561L14.346,5.561L13.224,10.888C12.944,12.04 13.271,12.617 14.206,12.617C14.548,12.617 14.883,12.523 15.21,12.336C15.537,12.15 15.822,11.881 16.063,11.53C16.305,11.18 16.499,10.759 16.647,10.269C16.795,9.778 16.869,9.237 16.869,8.645C16.869,7.85 16.76,7.079 16.542,6.332C16.324,5.584 15.966,4.918 15.467,4.334C14.969,3.75 14.315,3.279 13.505,2.921C12.695,2.562 11.698,2.383 10.514,2.383C9.533,2.383 8.571,2.586 7.629,2.991C6.686,3.396 5.849,3.972 5.117,4.72C4.385,5.467 3.793,6.367 3.341,7.418C2.889,8.47 2.664,9.642 2.664,10.935C2.664,12.087 2.85,13.084 3.224,13.925C3.598,14.766 4.1,15.46 4.731,16.005C5.362,16.55 6.086,16.955 6.904,17.22C7.722,17.484 8.567,17.617 9.439,17.617C10,17.617 10.6,17.535 11.238,17.371C11.877,17.208 12.43,17.009 12.897,16.776L13.738,18.925C13.006,19.299 12.262,19.572 11.507,19.743C10.752,19.914 9.953,20 9.112,20ZM9.019,12.336C9.237,12.336 9.443,12.27 9.638,12.138C9.833,12.005 10.062,11.76 10.327,11.402L10.841,8.458C10.763,8.287 10.643,8.15 10.479,8.049C10.315,7.948 10.125,7.897 9.907,7.897C9.595,7.897 9.319,7.998 9.077,8.201C8.836,8.403 8.633,8.657 8.47,8.96C8.306,9.264 8.178,9.599 8.084,9.965C7.991,10.331 7.944,10.67 7.944,10.981C7.944,11.885 8.302,12.336 9.019,12.336Z" style="fill-rule:nonzero;"/>
11
+ </g>
12
+ </svg>
@@ -1,19 +1,19 @@
1
- <svg width="112" height="112" viewBox="0 0 112 112" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="112" height="112" fill="#3F50B4"/>
3
- <g clip-path="url(#clip0_3983_6755)">
4
- <mask id="mask0_3983_6755" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="31" y="26" width="50" height="60">
5
- <path d="M80.996 26H31V86H80.996V26Z" fill="white"/>
6
- </mask>
7
- <g mask="url(#mask0_3983_6755)">
8
- <path d="M76 26H31V86H81V31L76 26ZM79 84H33V28H75.17L79 31.83V84Z" fill="white"/>
9
- <path d="M59 49H41V47H59V49ZM59 45H41V43H59V45ZM59 41H41V39H59V41ZM69 61H41V59H69V61ZM69 57H41V55H69V57Z" fill="white"/>
10
- <path d="M69 69H41V67H69V69ZM69 65H41V63H69V65Z" fill="white"/>
11
- <path d="M69 77H41V75H69V77ZM69 73H41V71H69V73Z" fill="white"/>
12
- </g>
13
- </g>
14
- <defs>
15
- <clipPath id="clip0_3983_6755">
16
- <rect width="50" height="60" fill="white" transform="translate(31 26)"/>
17
- </clipPath>
18
- </defs>
19
- </svg>
1
+ <svg width="112" height="112" viewBox="0 0 112 112" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="112" height="112" fill="#3F50B4"/>
3
+ <g clip-path="url(#clip0_3983_6755)">
4
+ <mask id="mask0_3983_6755" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="31" y="26" width="50" height="60">
5
+ <path d="M80.996 26H31V86H80.996V26Z" fill="white"/>
6
+ </mask>
7
+ <g mask="url(#mask0_3983_6755)">
8
+ <path d="M76 26H31V86H81V31L76 26ZM79 84H33V28H75.17L79 31.83V84Z" fill="white"/>
9
+ <path d="M59 49H41V47H59V49ZM59 45H41V43H59V45ZM59 41H41V39H59V41ZM69 61H41V59H69V61ZM69 57H41V55H69V57Z" fill="white"/>
10
+ <path d="M69 69H41V67H69V69ZM69 65H41V63H69V65Z" fill="white"/>
11
+ <path d="M69 77H41V75H69V77ZM69 73H41V71H69V73Z" fill="white"/>
12
+ </g>
13
+ </g>
14
+ <defs>
15
+ <clipPath id="clip0_3983_6755">
16
+ <rect width="50" height="60" fill="white" transform="translate(31 26)"/>
17
+ </clipPath>
18
+ </defs>
19
+ </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="bounding-box" serif:id="bounding box" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <g transform="matrix(1.33334,0,0,1.33334,-1.11111,-1.11138)">
6
- <path d="M14.579,7.744L8.569,13.429C7.852,14.106 6.913,14.445 5.972,14.445C5.032,14.445 4.093,14.106 3.376,13.429C2.659,12.75 2.301,11.863 2.301,10.973C2.301,10.083 2.659,9.195 3.376,8.517L9.387,2.832C9.816,2.425 10.379,2.222 10.945,2.222C11.51,2.222 12.072,2.425 12.503,2.832C12.933,3.239 13.148,3.771 13.148,4.306C13.148,4.84 12.932,5.372 12.503,5.779L6.485,11.464C6.34,11.6 6.153,11.668 5.965,11.668C5.776,11.668 5.589,11.6 5.445,11.465C5.302,11.33 5.231,11.153 5.231,10.974C5.231,10.794 5.303,10.618 5.445,10.482L10.943,5.29C11.229,5.02 11.229,4.58 10.943,4.308C10.657,4.037 10.192,4.037 9.906,4.308L4.408,9.5C3.978,9.907 3.763,10.441 3.763,10.973C3.763,11.504 3.978,12.039 4.408,12.446C4.839,12.852 5.403,13.055 5.966,13.055C6.528,13.055 7.093,12.852 7.523,12.446L13.541,6.761C14.258,6.083 14.616,5.194 14.616,4.306C14.616,3.418 14.257,2.529 13.541,1.851C12.825,1.173 11.884,0.834 10.946,0.834C10.006,0.834 9.065,1.173 8.35,1.851L2.339,7.536C1.336,8.485 0.833,9.73 0.833,10.973C0.833,12.216 1.336,13.461 2.339,14.41C3.342,15.359 4.658,15.834 5.973,15.834C7.287,15.834 8.604,15.359 9.608,14.41L15.618,8.725C15.905,8.454 15.905,8.015 15.618,7.744C15.331,7.473 14.866,7.473 14.579,7.744Z" style="fill:rgb(26,26,26);fill-rule:nonzero;"/>
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="bounding-box" serif:id="bounding box" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <g transform="matrix(1.33334,0,0,1.33334,-1.11111,-1.11138)">
6
+ <path d="M14.579,7.744L8.569,13.429C7.852,14.106 6.913,14.445 5.972,14.445C5.032,14.445 4.093,14.106 3.376,13.429C2.659,12.75 2.301,11.863 2.301,10.973C2.301,10.083 2.659,9.195 3.376,8.517L9.387,2.832C9.816,2.425 10.379,2.222 10.945,2.222C11.51,2.222 12.072,2.425 12.503,2.832C12.933,3.239 13.148,3.771 13.148,4.306C13.148,4.84 12.932,5.372 12.503,5.779L6.485,11.464C6.34,11.6 6.153,11.668 5.965,11.668C5.776,11.668 5.589,11.6 5.445,11.465C5.302,11.33 5.231,11.153 5.231,10.974C5.231,10.794 5.303,10.618 5.445,10.482L10.943,5.29C11.229,5.02 11.229,4.58 10.943,4.308C10.657,4.037 10.192,4.037 9.906,4.308L4.408,9.5C3.978,9.907 3.763,10.441 3.763,10.973C3.763,11.504 3.978,12.039 4.408,12.446C4.839,12.852 5.403,13.055 5.966,13.055C6.528,13.055 7.093,12.852 7.523,12.446L13.541,6.761C14.258,6.083 14.616,5.194 14.616,4.306C14.616,3.418 14.257,2.529 13.541,1.851C12.825,1.173 11.884,0.834 10.946,0.834C10.006,0.834 9.065,1.173 8.35,1.851L2.339,7.536C1.336,8.485 0.833,9.73 0.833,10.973C0.833,12.216 1.336,13.461 2.339,14.41C3.342,15.359 4.658,15.834 5.973,15.834C7.287,15.834 8.604,15.359 9.608,14.41L15.618,8.725C15.905,8.454 15.905,8.015 15.618,7.744C15.331,7.473 14.866,7.473 14.579,7.744Z" style="fill:rgb(26,26,26);fill-rule:nonzero;"/>
7
+ </g>
8
+ </svg>
@@ -1,18 +1,18 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 60 61" 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="bell-smile-xl" x="0" y="0.49" width="60" height="60" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0.49" width="60" height="60"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M35.5,34.49C35.5,35.034 34.875,36.638 33.263,37.641C32.447,38.148 31.376,38.49 30,38.49C27.028,38.49 25.496,36.855 24.854,35.565C24.623,35.101 24.5,34.704 24.5,34.49C24.5,33.938 24.052,33.49 23.5,33.49C22.948,33.49 22.5,33.938 22.5,34.49C22.5,35.661 24.144,40.49 30,40.49C31.825,40.49 33.238,40.012 34.319,39.339C36.739,37.834 37.5,35.306 37.5,34.49C37.5,33.938 37.052,33.49 36.5,33.49C35.948,33.49 35.5,33.938 35.5,34.49Z"/>
10
- <path d="M35,24.49C35,25.594 35.896,26.49 37,26.49C38.104,26.49 39,25.594 39,24.49C39,23.386 38.104,22.49 37,22.49C35.896,22.49 35,23.386 35,24.49Z"/>
11
- <path d="M21,24.49C21,25.594 21.896,26.49 23,26.49C24.104,26.49 25,25.594 25,24.49C25,23.386 24.104,22.49 23,22.49C21.896,22.49 21,23.386 21,24.49Z"/>
12
- <path d="M1.869,53.985C1.869,53.985 4.23,49.838 5.352,48.014C6.309,46.457 7.605,43.086 7.692,42.857C7.814,42.576 9.175,39.406 9.608,37.742C9.832,36.885 10.629,33.104 10.752,32.114C11.022,29.951 11.421,24.879 11.74,22.631C12.42,17.848 14.054,15.417 14.85,14.134C15.199,13.571 16.365,11.743 18.597,10.081C20.614,8.58 23.672,7.202 24.72,6.966C26.948,6.463 29.007,6.451 29.96,6.489C30.511,6.511 30.977,6.082 30.999,5.53C31.021,4.979 30.592,4.513 30.04,4.491C28.993,4.449 26.73,4.462 24.28,5.014C23.106,5.279 19.663,6.794 17.403,8.477C14.869,10.364 13.547,12.44 13.15,13.08C12.283,14.48 10.501,17.132 9.76,22.349C9.439,24.606 9.038,29.696 8.768,31.866C8.65,32.811 7.886,36.419 7.673,37.238C7.244,38.884 5.845,42.091 5.845,42.091L5.827,42.136C5.827,42.136 4.573,45.461 3.648,46.966C2.516,48.808 0.131,52.995 0.131,52.995C-0.142,53.475 0.026,54.086 0.505,54.359C0.985,54.632 1.596,54.464 1.869,53.985Z"/>
13
- <path d="M59.869,52.995C59.869,52.995 57.484,48.808 56.352,46.966C55.427,45.461 54.173,42.136 54.173,42.136L54.155,42.091C54.155,42.091 52.756,38.884 52.327,37.238C52.114,36.419 51.35,32.811 51.232,31.866C50.962,29.696 50.561,24.606 50.24,22.349C49.499,17.132 47.717,14.48 46.85,13.08C46.453,12.44 45.131,10.364 42.597,8.477C40.337,6.794 36.894,5.279 35.72,5.014C33.27,4.462 31.007,4.449 29.96,4.491C29.408,4.513 28.979,4.979 29.001,5.53C29.023,6.082 29.489,6.511 30.04,6.489C30.993,6.451 33.052,6.463 35.28,6.966C36.328,7.202 39.386,8.58 41.403,10.081C43.635,11.743 44.801,13.571 45.15,14.134C45.946,15.417 47.58,17.848 48.26,22.631C48.579,24.879 48.978,29.951 49.248,32.114C49.371,33.104 50.168,36.885 50.392,37.742C50.837,39.449 52.258,42.744 52.319,42.884C52.429,43.173 53.704,46.477 54.648,48.014C55.77,49.838 58.131,53.985 58.131,53.985C58.404,54.464 59.015,54.632 59.495,54.359C59.974,54.086 60.142,53.475 59.869,52.995Z"/>
14
- <rect x="1" y="52.49" width="58" height="2"/>
15
- <path d="M39,52.535C38.976,56.378 36,60.49 30,60.49C24,60.49 21,56.353 21,52.49L39,52.535ZM36.613,54.529C35.766,56.697 33.538,58.49 30,58.49C26.457,58.49 24.215,56.68 23.375,54.496C23.375,54.496 36.613,54.529 36.613,54.529L36.613,54.529Z"/>
16
- <path d="M25,6.49C25,3.73 26,0.49 30,0.49C34,0.49 34.983,3.713 35,6.458L35,6.49L25,6.49ZM32.737,4.49C32.392,3.386 31.626,2.49 30,2.49C28.379,2.49 27.608,3.385 27.261,4.49L32.737,4.49Z"/>
17
- </g>
18
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 60 61" 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="bell-smile-xl" x="0" y="0.49" width="60" height="60" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0.49" width="60" height="60"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M35.5,34.49C35.5,35.034 34.875,36.638 33.263,37.641C32.447,38.148 31.376,38.49 30,38.49C27.028,38.49 25.496,36.855 24.854,35.565C24.623,35.101 24.5,34.704 24.5,34.49C24.5,33.938 24.052,33.49 23.5,33.49C22.948,33.49 22.5,33.938 22.5,34.49C22.5,35.661 24.144,40.49 30,40.49C31.825,40.49 33.238,40.012 34.319,39.339C36.739,37.834 37.5,35.306 37.5,34.49C37.5,33.938 37.052,33.49 36.5,33.49C35.948,33.49 35.5,33.938 35.5,34.49Z"/>
10
+ <path d="M35,24.49C35,25.594 35.896,26.49 37,26.49C38.104,26.49 39,25.594 39,24.49C39,23.386 38.104,22.49 37,22.49C35.896,22.49 35,23.386 35,24.49Z"/>
11
+ <path d="M21,24.49C21,25.594 21.896,26.49 23,26.49C24.104,26.49 25,25.594 25,24.49C25,23.386 24.104,22.49 23,22.49C21.896,22.49 21,23.386 21,24.49Z"/>
12
+ <path d="M1.869,53.985C1.869,53.985 4.23,49.838 5.352,48.014C6.309,46.457 7.605,43.086 7.692,42.857C7.814,42.576 9.175,39.406 9.608,37.742C9.832,36.885 10.629,33.104 10.752,32.114C11.022,29.951 11.421,24.879 11.74,22.631C12.42,17.848 14.054,15.417 14.85,14.134C15.199,13.571 16.365,11.743 18.597,10.081C20.614,8.58 23.672,7.202 24.72,6.966C26.948,6.463 29.007,6.451 29.96,6.489C30.511,6.511 30.977,6.082 30.999,5.53C31.021,4.979 30.592,4.513 30.04,4.491C28.993,4.449 26.73,4.462 24.28,5.014C23.106,5.279 19.663,6.794 17.403,8.477C14.869,10.364 13.547,12.44 13.15,13.08C12.283,14.48 10.501,17.132 9.76,22.349C9.439,24.606 9.038,29.696 8.768,31.866C8.65,32.811 7.886,36.419 7.673,37.238C7.244,38.884 5.845,42.091 5.845,42.091L5.827,42.136C5.827,42.136 4.573,45.461 3.648,46.966C2.516,48.808 0.131,52.995 0.131,52.995C-0.142,53.475 0.026,54.086 0.505,54.359C0.985,54.632 1.596,54.464 1.869,53.985Z"/>
13
+ <path d="M59.869,52.995C59.869,52.995 57.484,48.808 56.352,46.966C55.427,45.461 54.173,42.136 54.173,42.136L54.155,42.091C54.155,42.091 52.756,38.884 52.327,37.238C52.114,36.419 51.35,32.811 51.232,31.866C50.962,29.696 50.561,24.606 50.24,22.349C49.499,17.132 47.717,14.48 46.85,13.08C46.453,12.44 45.131,10.364 42.597,8.477C40.337,6.794 36.894,5.279 35.72,5.014C33.27,4.462 31.007,4.449 29.96,4.491C29.408,4.513 28.979,4.979 29.001,5.53C29.023,6.082 29.489,6.511 30.04,6.489C30.993,6.451 33.052,6.463 35.28,6.966C36.328,7.202 39.386,8.58 41.403,10.081C43.635,11.743 44.801,13.571 45.15,14.134C45.946,15.417 47.58,17.848 48.26,22.631C48.579,24.879 48.978,29.951 49.248,32.114C49.371,33.104 50.168,36.885 50.392,37.742C50.837,39.449 52.258,42.744 52.319,42.884C52.429,43.173 53.704,46.477 54.648,48.014C55.77,49.838 58.131,53.985 58.131,53.985C58.404,54.464 59.015,54.632 59.495,54.359C59.974,54.086 60.142,53.475 59.869,52.995Z"/>
14
+ <rect x="1" y="52.49" width="58" height="2"/>
15
+ <path d="M39,52.535C38.976,56.378 36,60.49 30,60.49C24,60.49 21,56.353 21,52.49L39,52.535ZM36.613,54.529C35.766,56.697 33.538,58.49 30,58.49C26.457,58.49 24.215,56.68 23.375,54.496C23.375,54.496 36.613,54.529 36.613,54.529L36.613,54.529Z"/>
16
+ <path d="M25,6.49C25,3.73 26,0.49 30,0.49C34,0.49 34.983,3.713 35,6.458L35,6.49L25,6.49ZM32.737,4.49C32.392,3.386 31.626,2.49 30,2.49C28.379,2.49 27.608,3.385 27.261,4.49L32.737,4.49Z"/>
17
+ </g>
18
+ </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="blocked" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M5,0L15,0L20,5L20,15L15,20L5,20L0,15L0,5L5,0ZM5.83,2L14.17,2L18,5.83L18,14.17L14.17,18L5.83,18L2,14.17L2,5.83L5.83,2Z"/>
6
- <path d="M3.215,4.615L4.615,3.215L16.735,15.435L15.385,16.785L3.215,4.615Z" 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="blocked" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M5,0L15,0L20,5L20,15L15,20L5,20L0,15L0,5L5,0ZM5.83,2L14.17,2L18,5.83L18,14.17L14.17,18L5.83,18L2,14.17L2,5.83L5.83,2Z"/>
6
+ <path d="M3.215,4.615L4.615,3.215L16.735,15.435L15.385,16.785L3.215,4.615Z" 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 60 60" 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="bug-chat-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
- <path d="M2,30L2,31L0,31L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,31L58,31L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30Z" style="fill-rule:nonzero;"/>
6
- <path d="M58,30C58,29.73 58.11,29.48 58.29,29.29C58.48,29.11 58.73,29 59,29C59.27,29 59.52,29.11 59.71,29.29C59.89,29.48 60,29.73 60,30L60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30Z" style="fill-rule:nonzero;"/>
7
- <path d="M0,30C0,29.73 0.11,29.48 0.29,29.29C0.48,29.11 0.73,29 1,29C1.27,29 1.52,29.11 1.71,29.29C1.89,29.48 2,29.73 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59" style="fill-rule:nonzero;"/>
8
- <path d="M37,31C37,32.104 37.896,33 39,33C40.104,33 41,32.104 41,31C41,29.896 40.104,29 39,29C37.896,29 37,29.896 37,31Z"/>
9
- <path d="M19,31C19,32.104 19.896,33 21,33C22.104,33 23,32.104 23,31C23,29.896 22.104,29 21,29C19.896,29 19,29.896 19,31Z"/>
10
- <path d="M26,51C26,53.208 27.792,55 30,55C32.208,55 34,53.208 34,51C34,48.792 32.208,47 30,47C27.792,47 26,48.792 26,51Z"/>
11
- <path d="M34,50L38,45.96L38,38.667C38,38.299 38.299,38 38.667,38L55.333,38C55.702,38 56,38.299 56,38.667L56,49.293C56,49.662 55.702,49.96 55.333,49.96L38,49.96L34,50ZM54,40L54,47.96L38.83,47.96L40,46.78L40,40L54,40Z"/>
12
- <path d="M43,44C43,44.552 43.448,45 44,45C44.552,45 45,44.552 45,44C45,43.448 44.552,43 44,43C43.448,43 43,43.448 43,44Z"/>
13
- <path d="M46,44C46,44.552 46.448,45 47,45C47.552,45 48,44.552 48,44C48,43.448 47.552,43 47,43C46.448,43 46,43.448 46,44Z"/>
14
- <path d="M49,44C49,44.552 49.448,45 50,45C50.552,45 51,44.552 51,44C51,43.448 50.552,43 50,43C49.448,43 49,43.448 49,44Z"/>
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 60 60" 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="bug-chat-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
+ <path d="M2,30L2,31L0,31L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,31L58,31L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30Z" style="fill-rule:nonzero;"/>
6
+ <path d="M58,30C58,29.73 58.11,29.48 58.29,29.29C58.48,29.11 58.73,29 59,29C59.27,29 59.52,29.11 59.71,29.29C59.89,29.48 60,29.73 60,30L60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30Z" style="fill-rule:nonzero;"/>
7
+ <path d="M0,30C0,29.73 0.11,29.48 0.29,29.29C0.48,29.11 0.73,29 1,29C1.27,29 1.52,29.11 1.71,29.29C1.89,29.48 2,29.73 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59" style="fill-rule:nonzero;"/>
8
+ <path d="M37,31C37,32.104 37.896,33 39,33C40.104,33 41,32.104 41,31C41,29.896 40.104,29 39,29C37.896,29 37,29.896 37,31Z"/>
9
+ <path d="M19,31C19,32.104 19.896,33 21,33C22.104,33 23,32.104 23,31C23,29.896 22.104,29 21,29C19.896,29 19,29.896 19,31Z"/>
10
+ <path d="M26,51C26,53.208 27.792,55 30,55C32.208,55 34,53.208 34,51C34,48.792 32.208,47 30,47C27.792,47 26,48.792 26,51Z"/>
11
+ <path d="M34,50L38,45.96L38,38.667C38,38.299 38.299,38 38.667,38L55.333,38C55.702,38 56,38.299 56,38.667L56,49.293C56,49.662 55.702,49.96 55.333,49.96L38,49.96L34,50ZM54,40L54,47.96L38.83,47.96L40,46.78L40,40L54,40Z"/>
12
+ <path d="M43,44C43,44.552 43.448,45 44,45C44.552,45 45,44.552 45,44C45,43.448 44.552,43 44,43C43.448,43 43,43.448 43,44Z"/>
13
+ <path d="M46,44C46,44.552 46.448,45 47,45C47.552,45 48,44.552 48,44C48,43.448 47.552,43 47,43C46.448,43 46,43.448 46,44Z"/>
14
+ <path d="M49,44C49,44.552 49.448,45 50,45C50.552,45 51,44.552 51,44C51,43.448 50.552,43 50,43C49.448,43 49,43.448 49,44Z"/>
15
+ </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 60 60" 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="bug-deceased-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
- <path d="M2,30L2,31L0,31L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,31L58,31L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30Z" style="fill-rule:nonzero;"/>
6
- <path d="M0,30C0,29.73 0.11,29.48 0.29,29.29C0.48,29.11 0.73,29 1,29C1.27,29 1.52,29.11 1.71,29.29C1.89,29.48 2,29.73 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59L0,30Z" style="fill-rule:nonzero;"/>
7
- <path d="M58,30C58,29.73 58.11,29.48 58.29,29.29C58.48,29.11 58.73,29 59,29C59.27,29 59.52,29.11 59.71,29.29C59.89,29.48 60,29.73 60,30L60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30Z" style="fill-rule:nonzero;"/>
8
- <path d="M19,40C19,39.73 19.11,39.48 19.29,39.29C19.48,39.11 19.73,39 20,39C20.27,39 20.52,39.11 20.71,39.29C20.89,39.48 21,39.73 21,40L21,59C21,59.27 20.89,59.52 20.71,59.71C20.52,59.89 20.27,60 20,60C19.73,60 19.48,59.89 19.29,59.71C19.11,59.52 19,59.27 19,59L19,40Z" style="fill-rule:nonzero;"/>
9
- <path d="M14.34,30.24L24.24,20.34C24.43,20.16 24.68,20.05 24.95,20.05C25.21,20.05 25.47,20.16 25.66,20.34C25.84,20.53 25.95,20.79 25.95,21.05C25.95,21.32 25.84,21.57 25.66,21.76L15.76,31.66C15.57,31.84 15.32,31.95 15.05,31.95C14.79,31.95 14.53,31.84 14.34,31.66C14.16,31.47 14.05,31.21 14.05,30.95C14.05,30.68 14.16,30.43 14.34,30.24Z" style="fill-rule:nonzero;"/>
10
- <path d="M24.24,31.66L14.34,21.76C14.16,21.57 14.05,21.32 14.05,21.05C14.05,20.79 14.16,20.53 14.34,20.34C14.53,20.16 14.79,20.05 15.05,20.05C15.32,20.05 15.57,20.16 15.76,20.34L25.66,30.24C25.84,30.43 25.95,30.68 25.95,30.95C25.95,31.21 25.84,31.47 25.66,31.66C25.47,31.84 25.21,31.95 24.95,31.95C24.68,31.95 24.43,31.84 24.24,31.66Z" style="fill-rule:nonzero;"/>
11
- <path d="M34.34,30.24L44.24,20.34C44.43,20.16 44.68,20.05 44.95,20.05C45.21,20.05 45.47,20.16 45.66,20.34C45.84,20.53 45.95,20.79 45.95,21.05C45.95,21.32 45.84,21.57 45.66,21.76L35.76,31.66C35.57,31.84 35.32,31.95 35.05,31.95C34.79,31.95 34.53,31.84 34.34,31.66C34.16,31.47 34.05,31.21 34.05,30.95C34.05,30.68 34.16,30.43 34.34,30.24Z" style="fill-rule:nonzero;"/>
12
- <path d="M35.76,20.34L45.66,30.24C45.84,30.43 45.95,30.68 45.95,30.95C45.95,31.21 45.84,31.47 45.66,31.66C45.47,31.84 45.21,31.95 44.95,31.95C44.68,31.95 44.43,31.84 44.24,31.66L34.34,21.76C34.16,21.57 34.05,21.32 34.05,21.05C34.05,20.79 34.16,20.53 34.34,20.34C34.53,20.16 34.79,20.05 35.05,20.05C35.32,20.05 35.57,20.16 35.76,20.34Z" style="fill-rule:nonzero;"/>
13
- <path d="M0,39.5C0,39.23 0.11,38.98 0.29,38.79C0.48,38.61 0.73,38.5 1,38.5C1.27,38.5 1.52,38.61 1.71,38.79C1.89,38.98 2,39.23 2,39.5L2,58.5C2,58.77 1.89,59.02 1.71,59.21C1.52,59.39 1.27,59.5 1,59.5C0.73,59.5 0.48,59.39 0.29,59.21C0.11,59.02 0,58.77 0,58.5L0,39.5Z" style="fill-rule:nonzero;"/>
14
- <path d="M39,40C39,39.73 39.11,39.48 39.29,39.29C39.48,39.11 39.73,39 40,39C40.27,39 40.52,39.11 40.71,39.29C40.89,39.48 41,39.73 41,40L41,59C41,59.27 40.89,59.52 40.71,59.71C40.52,59.89 40.27,60 40,60C39.73,60 39.48,59.89 39.29,59.71C39.11,59.52 39,59.27 39,59L39,40Z" style="fill-rule:nonzero;"/>
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 60 60" 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="bug-deceased-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
+ <path d="M2,30L2,31L0,31L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,31L58,31L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30Z" style="fill-rule:nonzero;"/>
6
+ <path d="M0,30C0,29.73 0.11,29.48 0.29,29.29C0.48,29.11 0.73,29 1,29C1.27,29 1.52,29.11 1.71,29.29C1.89,29.48 2,29.73 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59L0,30Z" style="fill-rule:nonzero;"/>
7
+ <path d="M58,30C58,29.73 58.11,29.48 58.29,29.29C58.48,29.11 58.73,29 59,29C59.27,29 59.52,29.11 59.71,29.29C59.89,29.48 60,29.73 60,30L60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30Z" style="fill-rule:nonzero;"/>
8
+ <path d="M19,40C19,39.73 19.11,39.48 19.29,39.29C19.48,39.11 19.73,39 20,39C20.27,39 20.52,39.11 20.71,39.29C20.89,39.48 21,39.73 21,40L21,59C21,59.27 20.89,59.52 20.71,59.71C20.52,59.89 20.27,60 20,60C19.73,60 19.48,59.89 19.29,59.71C19.11,59.52 19,59.27 19,59L19,40Z" style="fill-rule:nonzero;"/>
9
+ <path d="M14.34,30.24L24.24,20.34C24.43,20.16 24.68,20.05 24.95,20.05C25.21,20.05 25.47,20.16 25.66,20.34C25.84,20.53 25.95,20.79 25.95,21.05C25.95,21.32 25.84,21.57 25.66,21.76L15.76,31.66C15.57,31.84 15.32,31.95 15.05,31.95C14.79,31.95 14.53,31.84 14.34,31.66C14.16,31.47 14.05,31.21 14.05,30.95C14.05,30.68 14.16,30.43 14.34,30.24Z" style="fill-rule:nonzero;"/>
10
+ <path d="M24.24,31.66L14.34,21.76C14.16,21.57 14.05,21.32 14.05,21.05C14.05,20.79 14.16,20.53 14.34,20.34C14.53,20.16 14.79,20.05 15.05,20.05C15.32,20.05 15.57,20.16 15.76,20.34L25.66,30.24C25.84,30.43 25.95,30.68 25.95,30.95C25.95,31.21 25.84,31.47 25.66,31.66C25.47,31.84 25.21,31.95 24.95,31.95C24.68,31.95 24.43,31.84 24.24,31.66Z" style="fill-rule:nonzero;"/>
11
+ <path d="M34.34,30.24L44.24,20.34C44.43,20.16 44.68,20.05 44.95,20.05C45.21,20.05 45.47,20.16 45.66,20.34C45.84,20.53 45.95,20.79 45.95,21.05C45.95,21.32 45.84,21.57 45.66,21.76L35.76,31.66C35.57,31.84 35.32,31.95 35.05,31.95C34.79,31.95 34.53,31.84 34.34,31.66C34.16,31.47 34.05,31.21 34.05,30.95C34.05,30.68 34.16,30.43 34.34,30.24Z" style="fill-rule:nonzero;"/>
12
+ <path d="M35.76,20.34L45.66,30.24C45.84,30.43 45.95,30.68 45.95,30.95C45.95,31.21 45.84,31.47 45.66,31.66C45.47,31.84 45.21,31.95 44.95,31.95C44.68,31.95 44.43,31.84 44.24,31.66L34.34,21.76C34.16,21.57 34.05,21.32 34.05,21.05C34.05,20.79 34.16,20.53 34.34,20.34C34.53,20.16 34.79,20.05 35.05,20.05C35.32,20.05 35.57,20.16 35.76,20.34Z" style="fill-rule:nonzero;"/>
13
+ <path d="M0,39.5C0,39.23 0.11,38.98 0.29,38.79C0.48,38.61 0.73,38.5 1,38.5C1.27,38.5 1.52,38.61 1.71,38.79C1.89,38.98 2,39.23 2,39.5L2,58.5C2,58.77 1.89,59.02 1.71,59.21C1.52,59.39 1.27,59.5 1,59.5C0.73,59.5 0.48,59.39 0.29,59.21C0.11,59.02 0,58.77 0,58.5L0,39.5Z" style="fill-rule:nonzero;"/>
14
+ <path d="M39,40C39,39.73 39.11,39.48 39.29,39.29C39.48,39.11 39.73,39 40,39C40.27,39 40.52,39.11 40.71,39.29C40.89,39.48 41,39.73 41,40L41,59C41,59.27 40.89,59.52 40.71,59.71C40.52,59.89 40.27,60 40,60C39.73,60 39.48,59.89 39.29,59.71C39.11,59.52 39,59.27 39,59L39,40Z" style="fill-rule:nonzero;"/>
15
+ </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 26 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="bug-reproduction" x="0" y="-0" width="26" height="20" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="-0" width="26" height="20"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <g id="Piece-of-a-bug" serif:id="Piece of a bug">
10
- <path id="Piece-of-a-bug1" serif:id="Piece of a bug" d="M21.85,2L21.85,2L3.457,2L12.654,17.994L11.5,20L0,-0L23,-0L21.85,2Z"/>
11
- </g>
12
- <path d="M16.5,19.994L7,4L26,4C22.833,9.331 19.667,14.663 16.5,19.994ZM17.5,6.997L15.5,6.997L15.5,8.997L13.5,8.997L13.5,10.997L15.5,10.997L15.5,12.997L17.5,12.997L17.5,10.997L19.5,10.997L19.5,8.997L17.5,8.997L17.5,6.997Z"/>
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 26 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="bug-reproduction" x="0" y="-0" width="26" height="20" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="-0" width="26" height="20"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <g id="Piece-of-a-bug" serif:id="Piece of a bug">
10
+ <path id="Piece-of-a-bug1" serif:id="Piece of a bug" d="M21.85,2L21.85,2L3.457,2L12.654,17.994L11.5,20L0,-0L23,-0L21.85,2Z"/>
11
+ </g>
12
+ <path d="M16.5,19.994L7,4L26,4C22.833,9.331 19.667,14.663 16.5,19.994ZM17.5,6.997L15.5,6.997L15.5,8.997L13.5,8.997L13.5,10.997L15.5,10.997L15.5,12.997L17.5,12.997L17.5,10.997L19.5,10.997L19.5,8.997L17.5,8.997L17.5,6.997Z"/>
13
+ </g>
14
+ </svg>
@@ -1,13 +1,13 @@
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 60 60" 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="bug-sad-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
- <path d="M2,30L2,31L0,31L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,31L58,31L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30Z" style="fill-rule:nonzero;"/>
6
- <path d="M0,30C0,29.73 0.11,29.48 0.29,29.29C0.48,29.11 0.73,29 1,29C1.27,29 1.52,29.11 1.71,29.29C1.89,29.48 2,29.73 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59L0,30Z" style="fill-rule:nonzero;"/>
7
- <path d="M58,30C58,29.73 58.11,29.48 58.29,29.29C58.48,29.11 58.73,29 59,29C59.27,29 59.52,29.11 59.71,29.29C59.89,29.48 60,29.73 60,30L60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30Z" style="fill-rule:nonzero;"/>
8
- <path d="M0,39.5C0,39.23 0.11,38.98 0.29,38.79C0.48,38.61 0.73,38.5 1,38.5C1.27,38.5 1.52,38.61 1.71,38.79C1.89,38.98 2,39.23 2,39.5L2,58.5C2,58.77 1.89,59.02 1.71,59.21C1.52,59.39 1.27,59.5 1,59.5C0.73,59.5 0.48,59.39 0.29,59.21C0.11,59.02 0,58.77 0,58.5L0,39.5Z" style="fill-rule:nonzero;"/>
9
- <path d="M39,34C39.625,34 41.5,39.009 41.5,40.429C41.5,41.848 40.38,43 39,43C37.62,43 36.5,41.848 36.5,40.429C36.5,39.009 38.375,34 39,34Z"/>
10
- <path d="M15,32C14.73,32 14.48,31.89 14.29,31.71C14.11,31.52 14,31.27 14,31C14,30.73 14.11,30.48 14.29,30.29C14.48,30.11 14.73,30 15,30L27,30C27.27,30 27.52,30.11 27.71,30.29C27.89,30.48 28,30.73 28,31C28,31.27 27.89,31.52 27.71,31.71C27.52,31.89 27.27,32 27,32L15,32Z" style="fill-rule:nonzero;"/>
11
- <path d="M45,30C45.27,30 45.52,30.11 45.71,30.29C45.89,30.48 46,30.73 46,31C46,31.27 45.89,31.52 45.71,31.71C45.52,31.89 45.27,32 45,32L33,32C32.73,32 32.48,31.89 32.29,31.71C32.11,31.52 32,31.27 32,31C32,30.73 32.11,30.48 32.29,30.29C32.48,30.11 32.73,30 33,30L45,30Z" style="fill-rule:nonzero;"/>
12
- <path d="M27,57C26.73,57 26.48,56.89 26.29,56.71C26.11,56.52 26,56.27 26,56C26,55.73 26.11,55.48 26.29,55.29C26.48,55.11 26.73,55 27,55L33,55C33.27,55 33.52,55.11 33.71,55.29C33.89,55.48 34,55.73 34,56C34,56.27 33.89,56.52 33.71,56.71C33.52,56.89 33.27,57 33,57" style="fill-rule:nonzero;"/>
13
- </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 60 60" 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="bug-sad-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
+ <path d="M2,30L2,31L0,31L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,31L58,31L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30Z" style="fill-rule:nonzero;"/>
6
+ <path d="M0,30C0,29.73 0.11,29.48 0.29,29.29C0.48,29.11 0.73,29 1,29C1.27,29 1.52,29.11 1.71,29.29C1.89,29.48 2,29.73 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59L0,30Z" style="fill-rule:nonzero;"/>
7
+ <path d="M58,30C58,29.73 58.11,29.48 58.29,29.29C58.48,29.11 58.73,29 59,29C59.27,29 59.52,29.11 59.71,29.29C59.89,29.48 60,29.73 60,30L60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30Z" style="fill-rule:nonzero;"/>
8
+ <path d="M0,39.5C0,39.23 0.11,38.98 0.29,38.79C0.48,38.61 0.73,38.5 1,38.5C1.27,38.5 1.52,38.61 1.71,38.79C1.89,38.98 2,39.23 2,39.5L2,58.5C2,58.77 1.89,59.02 1.71,59.21C1.52,59.39 1.27,59.5 1,59.5C0.73,59.5 0.48,59.39 0.29,59.21C0.11,59.02 0,58.77 0,58.5L0,39.5Z" style="fill-rule:nonzero;"/>
9
+ <path d="M39,34C39.625,34 41.5,39.009 41.5,40.429C41.5,41.848 40.38,43 39,43C37.62,43 36.5,41.848 36.5,40.429C36.5,39.009 38.375,34 39,34Z"/>
10
+ <path d="M15,32C14.73,32 14.48,31.89 14.29,31.71C14.11,31.52 14,31.27 14,31C14,30.73 14.11,30.48 14.29,30.29C14.48,30.11 14.73,30 15,30L27,30C27.27,30 27.52,30.11 27.71,30.29C27.89,30.48 28,30.73 28,31C28,31.27 27.89,31.52 27.71,31.71C27.52,31.89 27.27,32 27,32L15,32Z" style="fill-rule:nonzero;"/>
11
+ <path d="M45,30C45.27,30 45.52,30.11 45.71,30.29C45.89,30.48 46,30.73 46,31C46,31.27 45.89,31.52 45.71,31.71C45.52,31.89 45.27,32 45,32L33,32C32.73,32 32.48,31.89 32.29,31.71C32.11,31.52 32,31.27 32,31C32,30.73 32.11,30.48 32.29,30.29C32.48,30.11 32.73,30 33,30L45,30Z" style="fill-rule:nonzero;"/>
12
+ <path d="M27,57C26.73,57 26.48,56.89 26.29,56.71C26.11,56.52 26,56.27 26,56C26,55.73 26.11,55.48 26.29,55.29C26.48,55.11 26.73,55 27,55L33,55C33.27,55 33.52,55.11 33.71,55.29C33.89,55.48 34,55.73 34,56C34,56.27 33.89,56.52 33.71,56.71C33.52,56.89 33.27,57 33,57" style="fill-rule:nonzero;"/>
13
+ </svg>
@@ -1,18 +1,18 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 60 60" 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="bug-search-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
- <clipPath id="_clip1">
6
- <rect x="0" y="0" width="60" height="60"/>
7
- </clipPath>
8
- <g clip-path="url(#_clip1)">
9
- <path d="M2,30L2,31L0,31L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,31L58,31L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30Z" style="fill-rule:nonzero;"/>
10
- <path d="M58,30C58,29.73 58.11,29.48 58.29,29.29C58.48,29.11 58.73,29 59,29C59.27,29 59.52,29.11 59.71,29.29C59.89,29.48 60,29.73 60,30L60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30Z" style="fill-rule:nonzero;"/>
11
- <path d="M0,30C0,29.73 0.11,29.48 0.29,29.29C0.48,29.11 0.73,29 1,29C1.27,29 1.52,29.11 1.71,29.29C1.89,29.48 2,29.73 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59" style="fill-rule:nonzero;"/>
12
- <path d="M27,57C26.73,57 26.48,56.89 26.29,56.71C26.11,56.52 26,56.27 26,56C26,55.73 26.11,55.48 26.29,55.29C26.48,55.11 26.73,55 27,55L33,55C33.27,55 33.52,55.11 33.71,55.29C33.89,55.48 34,55.73 34,56C34,56.27 33.89,56.52 33.71,56.71C33.52,56.89 33.27,57 33,57" style="fill-rule:nonzero;"/>
13
- <path d="M37,31C37,32.104 37.896,33 39,33C40.104,33 41,32.104 41,31C41,29.896 40.104,29 39,29C37.896,29 37,29.896 37,31Z"/>
14
- <path d="M18,31C18,32.656 19.344,34 21,34C22.656,34 24,32.656 24,31C24,29.344 22.656,28 21,28C19.344,28 18,29.344 18,31Z"/>
15
- <path d="M11.28,37.26C11.47,37.08 11.73,36.99 12,37C12.26,37.01 12.51,37.13 12.69,37.32C12.87,37.52 12.96,37.78 12.95,38.04C12.94,38.31 12.82,38.56 12.63,38.74L1.67,48.74C1.48,48.92 1.22,49.01 0.96,49C0.69,48.99 0.44,48.87 0.26,48.67C0.08,48.48 -0.01,48.22 0,47.96C0.01,47.69 0.13,47.44 0.33,47.26L11.28,37.26Z" style="fill-rule:nonzero;"/>
16
- <path d="M33,31C33,37.623 27.623,43 21,43C14.377,43 9,37.623 9,31C9,24.377 14.377,19 21,19C27.623,19 33,24.377 33,31ZM31,31C31,33.65 29.95,36.2 28.07,38.07C26.2,39.95 23.65,41 21,41C18.35,41 15.8,39.95 13.93,38.07C12.05,36.2 11,33.65 11,31C11,28.35 12.05,25.8 13.93,23.93C15.8,22.05 18.35,21 21,21C23.65,21 26.2,22.05 28.07,23.93C29.95,25.8 31,28.35 31,31Z"/>
17
- </g>
18
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 60 60" 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="bug-search-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
+ <clipPath id="_clip1">
6
+ <rect x="0" y="0" width="60" height="60"/>
7
+ </clipPath>
8
+ <g clip-path="url(#_clip1)">
9
+ <path d="M2,30L2,31L0,31L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,31L58,31L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30Z" style="fill-rule:nonzero;"/>
10
+ <path d="M58,30C58,29.73 58.11,29.48 58.29,29.29C58.48,29.11 58.73,29 59,29C59.27,29 59.52,29.11 59.71,29.29C59.89,29.48 60,29.73 60,30L60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30Z" style="fill-rule:nonzero;"/>
11
+ <path d="M0,30C0,29.73 0.11,29.48 0.29,29.29C0.48,29.11 0.73,29 1,29C1.27,29 1.52,29.11 1.71,29.29C1.89,29.48 2,29.73 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59" style="fill-rule:nonzero;"/>
12
+ <path d="M27,57C26.73,57 26.48,56.89 26.29,56.71C26.11,56.52 26,56.27 26,56C26,55.73 26.11,55.48 26.29,55.29C26.48,55.11 26.73,55 27,55L33,55C33.27,55 33.52,55.11 33.71,55.29C33.89,55.48 34,55.73 34,56C34,56.27 33.89,56.52 33.71,56.71C33.52,56.89 33.27,57 33,57" style="fill-rule:nonzero;"/>
13
+ <path d="M37,31C37,32.104 37.896,33 39,33C40.104,33 41,32.104 41,31C41,29.896 40.104,29 39,29C37.896,29 37,29.896 37,31Z"/>
14
+ <path d="M18,31C18,32.656 19.344,34 21,34C22.656,34 24,32.656 24,31C24,29.344 22.656,28 21,28C19.344,28 18,29.344 18,31Z"/>
15
+ <path d="M11.28,37.26C11.47,37.08 11.73,36.99 12,37C12.26,37.01 12.51,37.13 12.69,37.32C12.87,37.52 12.96,37.78 12.95,38.04C12.94,38.31 12.82,38.56 12.63,38.74L1.67,48.74C1.48,48.92 1.22,49.01 0.96,49C0.69,48.99 0.44,48.87 0.26,48.67C0.08,48.48 -0.01,48.22 0,47.96C0.01,47.69 0.13,47.44 0.33,47.26L11.28,37.26Z" style="fill-rule:nonzero;"/>
16
+ <path d="M33,31C33,37.623 27.623,43 21,43C14.377,43 9,37.623 9,31C9,24.377 14.377,19 21,19C27.623,19 33,24.377 33,31ZM31,31C31,33.65 29.95,36.2 28.07,38.07C26.2,39.95 23.65,41 21,41C18.35,41 15.8,39.95 13.93,38.07C12.05,36.2 11,33.65 11,31C11,28.35 12.05,25.8 13.93,23.93C15.8,22.05 18.35,21 21,21C23.65,21 26.2,22.05 28.07,23.93C29.95,25.8 31,28.35 31,31Z"/>
17
+ </g>
18
+ </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 60 60" 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="bug-sleeping-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
- <path d="M2,30L2,31L0,31L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,31L58,31L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30Z" style="fill-rule:nonzero;"/>
6
- <path d="M58,30C58,29.73 58.11,29.48 58.29,29.29C58.48,29.11 58.73,29 59,29C59.27,29 59.52,29.11 59.71,29.29C59.89,29.48 60,29.73 60,30L60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30Z" style="fill-rule:nonzero;"/>
7
- <path d="M0,30C0,29.73 0.11,29.48 0.29,29.29C0.48,29.11 0.73,29 1,29C1.27,29 1.52,29.11 1.71,29.29C1.89,29.48 2,29.73 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59" style="fill-rule:nonzero;"/>
8
- <path d="M15,32C14.73,32 14.48,31.89 14.29,31.71C14.11,31.52 14,31.27 14,31C14,30.73 14.11,30.48 14.29,30.29C14.48,30.11 14.73,30 15,30L27,30C27.27,30 27.52,30.11 27.71,30.29C27.89,30.48 28,30.73 28,31C28,31.27 27.89,31.52 27.71,31.71C27.52,31.89 27.27,32 27,32L15,32Z" style="fill-rule:nonzero;"/>
9
- <path d="M45,30C45.27,30 45.52,30.11 45.71,30.29C45.89,30.48 46,30.73 46,31C46,31.27 45.89,31.52 45.71,31.71C45.52,31.89 45.27,32 45,32L33,32C32.73,32 32.48,31.89 32.29,31.71C32.11,31.52 32,31.27 32,31C32,30.73 32.11,30.48 32.29,30.29C32.48,30.11 32.73,30 33,30L45,30Z" style="fill-rule:nonzero;"/>
10
- <path d="M26,56C26,58.208 27.792,60 30,60C32.208,60 34,58.208 34,56C34,53.792 32.208,52 30,52C27.792,52 26,53.792 26,56Z"/>
11
- <path d="M36,51L36,50.448L37.14,48.804L36.132,48.804L36.132,48L38.424,48L38.424,48.552L37.284,50.196L38.46,50.196L38.46,51L36,51Z" style="fill-rule:nonzero;"/>
12
- <path d="M40,47L40,46.327L41.39,44.322L40.161,44.322L40.161,43.341L42.956,43.341L42.956,44.015L41.566,46.019L43,46.019L43,47L40,47Z" style="fill-rule:nonzero;"/>
13
- <path d="M45,43L45,42.08L46.9,39.34L45.22,39.34L45.22,38L49.04,38L49.04,38.92L47.14,41.66L49.1,41.66L49.1,43L45,43Z" style="fill-rule:nonzero;"/>
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 60 60" 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="bug-sleeping-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
+ <path d="M2,30L2,31L0,31L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,31L58,31L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30Z" style="fill-rule:nonzero;"/>
6
+ <path d="M58,30C58,29.73 58.11,29.48 58.29,29.29C58.48,29.11 58.73,29 59,29C59.27,29 59.52,29.11 59.71,29.29C59.89,29.48 60,29.73 60,30L60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30Z" style="fill-rule:nonzero;"/>
7
+ <path d="M0,30C0,29.73 0.11,29.48 0.29,29.29C0.48,29.11 0.73,29 1,29C1.27,29 1.52,29.11 1.71,29.29C1.89,29.48 2,29.73 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59" style="fill-rule:nonzero;"/>
8
+ <path d="M15,32C14.73,32 14.48,31.89 14.29,31.71C14.11,31.52 14,31.27 14,31C14,30.73 14.11,30.48 14.29,30.29C14.48,30.11 14.73,30 15,30L27,30C27.27,30 27.52,30.11 27.71,30.29C27.89,30.48 28,30.73 28,31C28,31.27 27.89,31.52 27.71,31.71C27.52,31.89 27.27,32 27,32L15,32Z" style="fill-rule:nonzero;"/>
9
+ <path d="M45,30C45.27,30 45.52,30.11 45.71,30.29C45.89,30.48 46,30.73 46,31C46,31.27 45.89,31.52 45.71,31.71C45.52,31.89 45.27,32 45,32L33,32C32.73,32 32.48,31.89 32.29,31.71C32.11,31.52 32,31.27 32,31C32,30.73 32.11,30.48 32.29,30.29C32.48,30.11 32.73,30 33,30L45,30Z" style="fill-rule:nonzero;"/>
10
+ <path d="M26,56C26,58.208 27.792,60 30,60C32.208,60 34,58.208 34,56C34,53.792 32.208,52 30,52C27.792,52 26,53.792 26,56Z"/>
11
+ <path d="M36,51L36,50.448L37.14,48.804L36.132,48.804L36.132,48L38.424,48L38.424,48.552L37.284,50.196L38.46,50.196L38.46,51L36,51Z" style="fill-rule:nonzero;"/>
12
+ <path d="M40,47L40,46.327L41.39,44.322L40.161,44.322L40.161,43.341L42.956,43.341L42.956,44.015L41.566,46.019L43,46.019L43,47L40,47Z" style="fill-rule:nonzero;"/>
13
+ <path d="M45,43L45,42.08L46.9,39.34L45.22,39.34L45.22,38L49.04,38L49.04,38.92L47.14,41.66L49.1,41.66L49.1,43L45,43Z" style="fill-rule:nonzero;"/>
14
+ </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 60 60" 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="bug-smile-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
- <path d="M60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,59Z" style="fill-rule:nonzero;"/>
6
- <path d="M43.5,40C43.5,41.561 42.527,43.408 40.967,45.093C38.492,47.766 34.502,50 30,50C25.498,50 21.508,47.766 19.033,45.093C17.473,43.408 16.5,41.561 16.5,40C16.5,39.448 16.052,39 15.5,39C14.948,39 14.5,39.448 14.5,40C14.5,41.96 15.606,44.336 17.565,46.452C20.37,49.482 24.898,52 30,52C35.102,52 39.63,49.482 42.435,46.452C44.394,44.336 45.5,41.96 45.5,40C45.5,39.448 45.052,39 44.5,39C43.948,39 43.5,39.448 43.5,40Z"/>
7
- <path d="M37,31C37,32.104 37.896,33 39,33C40.104,33 41,32.104 41,31C41,29.896 40.104,29 39,29C37.896,29 37,29.896 37,31Z"/>
8
- <path d="M19,31C19,32.104 19.896,33 21,33C22.104,33 23,32.104 23,31C23,29.896 22.104,29 21,29C19.896,29 19,29.896 19,31Z"/>
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 60 60" 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="bug-smile-xl" x="0" y="0" width="60" height="60" style="fill:none;"/>
5
+ <path d="M60,59C60,59.27 59.89,59.52 59.71,59.71C59.52,59.89 59.27,60 59,60C58.73,60 58.48,59.89 58.29,59.71C58.11,59.52 58,59.27 58,59L58,30C58,22.58 55.05,15.45 49.8,10.2C44.55,4.95 37.42,2 30,2C22.58,2 15.45,4.95 10.2,10.2C4.95,15.45 2,22.58 2,30L2,59C2,59.27 1.89,59.52 1.71,59.71C1.52,59.89 1.27,60 1,60C0.73,60 0.48,59.89 0.29,59.71C0.11,59.52 0,59.27 0,59L0,30C0,22.05 3.16,14.41 8.79,8.79C14.41,3.16 22.05,0 30,0C37.95,0 45.59,3.16 51.21,8.79C56.84,14.41 60,22.05 60,30L60,59Z" style="fill-rule:nonzero;"/>
6
+ <path d="M43.5,40C43.5,41.561 42.527,43.408 40.967,45.093C38.492,47.766 34.502,50 30,50C25.498,50 21.508,47.766 19.033,45.093C17.473,43.408 16.5,41.561 16.5,40C16.5,39.448 16.052,39 15.5,39C14.948,39 14.5,39.448 14.5,40C14.5,41.96 15.606,44.336 17.565,46.452C20.37,49.482 24.898,52 30,52C35.102,52 39.63,49.482 42.435,46.452C44.394,44.336 45.5,41.96 45.5,40C45.5,39.448 45.052,39 44.5,39C43.948,39 43.5,39.448 43.5,40Z"/>
7
+ <path d="M37,31C37,32.104 37.896,33 39,33C40.104,33 41,32.104 41,31C41,29.896 40.104,29 39,29C37.896,29 37,29.896 37,31Z"/>
8
+ <path d="M19,31C19,32.104 19.896,33 21,33C22.104,33 23,32.104 23,31C23,29.896 22.104,29 21,29C19.896,29 19,29.896 19,31Z"/>
9
+ </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="calendar" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <rect x="4" y="8" width="2" height="2"/>
6
- <rect x="9" y="8" width="2" height="2"/>
7
- <rect x="14" y="8" width="2" height="2"/>
8
- <rect x="4" y="13" width="2" height="2"/>
9
- <rect x="9" y="13" width="2" height="2"/>
10
- <rect x="14" y="13" width="2" height="2"/>
11
- <path d="M0,20L20,20L20,3L0,3L0,20ZM2,5L18,5L18,18.001L2,18.001L2,5Z" style="fill-rule:nonzero;"/>
12
- <rect x="3" y="0" width="4.001" height="3"/>
13
- <rect x="13" y="0" width="4.001" height="3"/>
14
- <rect x="0" y="3" width="20" height="2"/>
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="calendar" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <rect x="4" y="8" width="2" height="2"/>
6
+ <rect x="9" y="8" width="2" height="2"/>
7
+ <rect x="14" y="8" width="2" height="2"/>
8
+ <rect x="4" y="13" width="2" height="2"/>
9
+ <rect x="9" y="13" width="2" height="2"/>
10
+ <rect x="14" y="13" width="2" height="2"/>
11
+ <path d="M0,20L20,20L20,3L0,3L0,20ZM2,5L18,5L18,18.001L2,18.001L2,5Z" style="fill-rule:nonzero;"/>
12
+ <rect x="3" y="0" width="4.001" height="3"/>
13
+ <rect x="13" y="0" width="4.001" height="3"/>
14
+ <rect x="0" y="3" width="20" height="2"/>
15
+ </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="caret-down-centered" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M10.03,13.53L5.75,8.64C5.607,8.462 5.529,8.241 5.529,8.013C5.529,7.464 5.98,7.013 6.529,7.013C6.801,7.013 7.062,7.124 7.25,7.32L10.03,10.5L12.8,7.33C12.988,7.134 13.249,7.023 13.521,7.023C14.07,7.023 14.521,7.474 14.521,8.023C14.521,8.251 14.443,8.472 14.3,8.65L10.03,13.53Z" 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-down-centered" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M10.03,13.53L5.75,8.64C5.607,8.462 5.529,8.241 5.529,8.013C5.529,7.464 5.98,7.013 6.529,7.013C6.801,7.013 7.062,7.124 7.25,7.32L10.03,10.5L12.8,7.33C12.988,7.134 13.249,7.023 13.521,7.023C14.07,7.023 14.521,7.474 14.521,8.023C14.521,8.251 14.443,8.472 14.3,8.65L10.03,13.53Z" 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-down" 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="M4.53,13.53L0.25,8.64C0.107,8.462 0.029,8.241 0.029,8.013C0.029,7.464 0.48,7.013 1.029,7.013C1.301,7.013 1.562,7.124 1.75,7.32L4.53,10.5L7.3,7.33C7.488,7.134 7.749,7.023 8.021,7.023C8.57,7.023 9.021,7.474 9.021,8.023C9.021,8.251 8.943,8.472 8.8,8.65L4.53,13.53Z" 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-down" 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="M4.53,13.53L0.25,8.64C0.107,8.462 0.029,8.241 0.029,8.013C0.029,7.464 0.48,7.013 1.029,7.013C1.301,7.013 1.562,7.124 1.75,7.32L4.53,10.5L7.3,7.33C7.488,7.134 7.749,7.023 8.021,7.023C8.57,7.023 9.021,7.474 9.021,8.023C9.021,8.251 8.943,8.472 8.8,8.65L4.53,13.53Z" style="fill-rule:nonzero;"/>
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="caret-left-centered" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M6.741,10.001L11.631,5.721C11.809,5.578 12.03,5.5 12.259,5.5C12.807,5.5 13.259,5.951 13.259,6.5C13.259,6.772 13.148,7.033 12.951,7.221L9.771,10.001L12.941,12.771C13.138,12.96 13.249,13.22 13.249,13.492C13.249,14.041 12.797,14.492 12.249,14.492C12.02,14.492 11.799,14.414 11.621,14.271L6.741,10.001Z" 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-left-centered" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M6.741,10.001L11.631,5.721C11.809,5.578 12.03,5.5 12.259,5.5C12.807,5.5 13.259,5.951 13.259,6.5C13.259,6.772 13.148,7.033 12.951,7.221L9.771,10.001L12.941,12.771C13.138,12.96 13.249,13.22 13.249,13.492C13.249,14.041 12.797,14.492 12.249,14.492C12.02,14.492 11.799,14.414 11.621,14.271L6.741,10.001Z" style="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 7 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-left" x="0" y="0" width="7" height="20" style="fill:none;"/>
5
- <path d="M0.241,10.001L5.131,5.721C5.309,5.578 5.53,5.5 5.759,5.5C6.307,5.5 6.759,5.951 6.759,6.5C6.759,6.772 6.648,7.033 6.451,7.221L3.271,10.001L6.441,12.771C6.638,12.96 6.749,13.22 6.749,13.492C6.749,14.041 6.297,14.492 5.749,14.492C5.52,14.492 5.299,14.414 5.121,14.271L0.241,10.001Z" 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 7 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-left" x="0" y="0" width="7" height="20" style="fill:none;"/>
5
+ <path d="M0.241,10.001L5.131,5.721C5.309,5.578 5.53,5.5 5.759,5.5C6.307,5.5 6.759,5.951 6.759,6.5C6.759,6.772 6.648,7.033 6.451,7.221L3.271,10.001L6.441,12.771C6.638,12.96 6.749,13.22 6.749,13.492C6.749,14.041 6.297,14.492 5.749,14.492C5.52,14.492 5.299,14.414 5.121,14.271L0.241,10.001Z" style="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="caret-right-centered" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
- <path d="M13.259,10.001L8.369,5.721C8.191,5.578 7.97,5.5 7.741,5.5C7.193,5.5 6.741,5.951 6.741,6.5C6.741,6.772 6.852,7.033 7.049,7.221L10.229,10.001L7.059,12.771C6.862,12.96 6.751,13.22 6.751,13.492C6.751,14.041 7.203,14.492 7.751,14.492C7.98,14.492 8.201,14.414 8.379,14.271L13.259,10.001Z" 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-right-centered" x="0" y="0" width="20" height="20" style="fill:none;"/>
5
+ <path d="M13.259,10.001L8.369,5.721C8.191,5.578 7.97,5.5 7.741,5.5C7.193,5.5 6.741,5.951 6.741,6.5C6.741,6.772 6.852,7.033 7.049,7.221L10.229,10.001L7.059,12.771C6.862,12.96 6.751,13.22 6.751,13.492C6.751,14.041 7.203,14.492 7.751,14.492C7.98,14.492 8.201,14.414 8.379,14.271L13.259,10.001Z" style="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 7 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-right" x="0" y="0" width="7" height="20" style="fill:none;"/>
5
- <path d="M6.759,10.001L1.869,5.721C1.691,5.578 1.47,5.5 1.241,5.5C0.693,5.5 0.241,5.951 0.241,6.5C0.241,6.772 0.352,7.033 0.549,7.221L3.729,10.001L0.559,12.771C0.362,12.96 0.251,13.22 0.251,13.492C0.251,14.041 0.703,14.492 1.251,14.492C1.48,14.492 1.701,14.414 1.879,14.271L6.759,10.001Z" 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 7 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-right" x="0" y="0" width="7" height="20" style="fill:none;"/>
5
+ <path d="M6.759,10.001L1.869,5.721C1.691,5.578 1.47,5.5 1.241,5.5C0.693,5.5 0.241,5.951 0.241,6.5C0.241,6.772 0.352,7.033 0.549,7.221L3.729,10.001L0.559,12.771C0.362,12.96 0.251,13.22 0.251,13.492C0.251,14.041 0.703,14.492 1.251,14.492C1.48,14.492 1.701,14.414 1.879,14.271L6.759,10.001Z" style="fill-rule:nonzero;"/>
6
+ </svg>