testio-tailwind 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.circleci/config.yml +217 -0
- package/.dockerignore +4 -0
- package/.eleventy.js +57 -57
- package/Dockerfile +27 -0
- package/LICENSE +21 -21
- package/README.md +43 -43
- package/icon-classes-extractor.js +29 -29
- package/index.html +399 -478
- package/package.json +66 -66
- package/src/_data/navigation.json +44 -44
- package/src/_data/site.js +12 -12
- package/src/_includes/card_popover.haml +7 -7
- package/src/_includes/example-header-customer.pug +99 -99
- package/src/_includes/example-header-manager.njk +53 -53
- package/src/_includes/example-header-tester.njk +99 -99
- package/src/_includes/example-header.njk +50 -50
- package/src/_includes/page-with-sidebar-nocode.njk +46 -46
- package/src/_includes/page-with-sidebar.njk +46 -46
- package/src/_includes/page.njk +38 -38
- package/src/_layouts/base.njk +83 -83
- package/src/_layouts/email-template.njk +90 -90
- package/src/_layouts/page-example-customer.njk +74 -74
- package/src/_layouts/page-example-manager.njk +74 -74
- package/src/_layouts/page-example-tester.njk +75 -75
- package/src/_layouts/page-example.njk +83 -83
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -25
- package/src/assets/images/arrow-down.svg +13 -13
- package/src/assets/images/arrow-left.svg +13 -13
- package/src/assets/images/arrow-right.svg +13 -13
- package/src/assets/images/arrow-thick-left.svg +13 -13
- package/src/assets/images/arrow-thick-right.svg +13 -13
- package/src/assets/images/arrow-up.svg +13 -13
- package/src/assets/images/at-sign.svg +12 -12
- package/src/assets/images/attachment-fallbackimage.svg +19 -19
- package/src/assets/images/attachment.svg +8 -8
- package/src/assets/images/bell-smile-xl.svg +18 -18
- package/src/assets/images/blocked.svg +7 -7
- package/src/assets/images/bug-chat-xl.svg +15 -15
- package/src/assets/images/bug-deceased-xl.svg +15 -15
- package/src/assets/images/bug-reproduction.svg +14 -14
- package/src/assets/images/bug-sad-xl.svg +13 -13
- package/src/assets/images/bug-search-xl.svg +18 -18
- package/src/assets/images/bug-sleeping-xl.svg +14 -14
- package/src/assets/images/bug-smile-xl.svg +9 -9
- package/src/assets/images/calendar.svg +15 -15
- package/src/assets/images/caret-down-centered.svg +6 -6
- package/src/assets/images/caret-down.svg +11 -11
- package/src/assets/images/caret-left-centered.svg +6 -6
- package/src/assets/images/caret-left.svg +6 -6
- package/src/assets/images/caret-right-centered.svg +6 -6
- package/src/assets/images/caret-right.svg +6 -6
- package/src/assets/images/caret-up-centered.svg +6 -6
- package/src/assets/images/caret-up.svg +11 -11
- package/src/assets/images/check-circle-filled-white.svg +9 -9
- package/src/assets/images/check-circle-filled.svg +12 -12
- package/src/assets/images/check-circle.svg +7 -7
- package/src/assets/images/check-selectable-items.svg +11 -11
- package/src/assets/images/check-thick-outline.svg +11 -11
- package/src/assets/images/check-thick.svg +6 -6
- package/src/assets/images/check.svg +17 -17
- package/src/assets/images/checkbox-background-black.svg +6 -6
- package/src/assets/images/checkbox-background-sm.svg +12 -12
- package/src/assets/images/checkbox-background-white.svg +6 -6
- package/src/assets/images/checkbox-background.svg +6 -6
- package/src/assets/images/checkbox-sm-checked.svg +11 -11
- package/src/assets/images/circle-empty-white.svg +6 -6
- package/src/assets/images/circle-sm-filled.svg +6 -6
- package/src/assets/images/clock.svg +12 -12
- package/src/assets/images/cross-circle-filled.svg +6 -6
- package/src/assets/images/cross-circle.svg +7 -7
- package/src/assets/images/cross-thick.svg +15 -15
- package/src/assets/images/cross.svg +7 -7
- package/src/assets/images/exclamation-circle-filled.svg +11 -11
- package/src/assets/images/exclamation-circle.svg +12 -12
- package/src/assets/images/feature-check.svg +9 -9
- package/src/assets/images/feature-cross.svg +10 -10
- package/src/assets/images/feature-draft.svg +14 -14
- package/src/assets/images/feature.svg +8 -8
- package/src/assets/images/file-image-plus-lg.svg +19 -19
- package/src/assets/images/file-image-plus-xl.svg +20 -20
- package/src/assets/images/format-bold.svg +11 -11
- package/src/assets/images/format-code.svg +12 -12
- package/src/assets/images/format-heading.svg +11 -11
- package/src/assets/images/format-indent-decrease.svg +11 -11
- package/src/assets/images/format-indent-increase.svg +11 -11
- package/src/assets/images/format-italic.svg +11 -11
- package/src/assets/images/format-link.svg +11 -11
- package/src/assets/images/format-list-bulleted.svg +17 -17
- package/src/assets/images/format-list-numbered.svg +17 -17
- package/src/assets/images/format-mark.svg +13 -13
- package/src/assets/images/format-quote.svg +17 -17
- package/src/assets/images/format-strikethrough.svg +11 -11
- package/src/assets/images/forward.svg +11 -11
- package/src/assets/images/google_signin.svg +22 -22
- package/src/assets/images/info-circle-cirro.svg +21 -21
- package/src/assets/images/info-circle-ux.svg +21 -21
- package/src/assets/images/lock.svg +15 -15
- package/src/assets/images/logo-mobile-cloud.svg +12 -12
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -27
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -9
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -11
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -19
- package/src/assets/images/message-feedback.svg +10 -10
- package/src/assets/images/message-question-filled.svg +6 -6
- package/src/assets/images/message-question.svg +8 -8
- package/src/assets/images/message.svg +11 -11
- package/src/assets/images/question-circle.svg +24 -24
- package/src/assets/images/radio-checked-black.svg +5 -5
- package/src/assets/images/redo.svg +7 -7
- package/src/assets/images/remove.svg +6 -6
- package/src/assets/images/search.svg +11 -11
- package/src/assets/images/seat.svg +14 -14
- package/src/assets/images/section.svg +8 -8
- package/src/assets/images/sendmessage.svg +15 -15
- package/src/assets/images/speaker.svg +10 -10
- package/src/assets/images/test-archived.svg +12 -12
- package/src/assets/images/test-automation.svg +8 -8
- package/src/assets/images/test-check.svg +9 -9
- package/src/assets/images/test-ended.svg +9 -9
- package/src/assets/images/test-failed.svg +10 -10
- package/src/assets/images/test-initialized.svg +10 -10
- package/src/assets/images/test-locked.svg +15 -15
- package/src/assets/images/test-plus.svg +11 -11
- package/src/assets/images/test-promoted.svg +9 -9
- package/src/assets/images/test-running.svg +9 -9
- package/src/assets/images/test-stopped.svg +17 -17
- package/src/assets/images/test.svg +8 -8
- package/src/assets/images/testcase.svg +10 -10
- package/src/assets/images/triangle-centered-down.svg +12 -12
- package/src/assets/images/triangle-centered-left.svg +12 -12
- package/src/assets/images/triangle-centered-right.svg +12 -12
- package/src/assets/images/triangle-centered-up.svg +12 -12
- package/src/assets/images/triangle-down.svg +5 -5
- package/src/assets/images/triangle-up.svg +5 -5
- package/src/assets/images/undo.svg +7 -7
- package/src/assets/images/verify-exclamation.svg +11 -11
- package/src/assets/scripts/app.js +150 -150
- package/src/assets/scripts/modules/colors.js +10 -10
- package/src/assets/scripts/modules/echarts_area.js +94 -94
- package/src/assets/scripts/modules/echarts_donut.js +85 -85
- package/src/assets/scripts/modules/echarts_exampledata.js +105 -105
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -146
- package/src/assets/scripts/modules/echarts_gauge.js +74 -74
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -80
- package/src/assets/scripts/modules/echarts_legend.js +12 -12
- package/src/assets/scripts/modules/echarts_vertical.js +80 -80
- package/src/assets/stylesheets/app.css +77 -76
- package/src/assets/stylesheets/components/actionbar.css +41 -41
- package/src/assets/stylesheets/components/alerts.css +50 -50
- package/src/assets/stylesheets/components/banner_card.css +56 -56
- package/src/assets/stylesheets/components/buttons.css +192 -192
- package/src/assets/stylesheets/components/cards.css +148 -148
- package/src/assets/stylesheets/components/chat.css +265 -265
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -173
- package/src/assets/stylesheets/components/customer/customer_header.css +97 -97
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -212
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -76
- package/src/assets/stylesheets/components/devices.css +77 -83
- package/src/assets/stylesheets/components/drawer.css +99 -99
- package/src/assets/stylesheets/components/dropdown.css +92 -92
- package/src/assets/stylesheets/components/emptystate_message.css +41 -41
- package/src/assets/stylesheets/components/form_card.css +20 -20
- package/src/assets/stylesheets/components/form_grid.css +11 -11
- package/src/assets/stylesheets/components/forms.css +106 -106
- package/src/assets/stylesheets/components/header.css +220 -220
- package/src/assets/stylesheets/components/iconfont.css +3303 -3303
- package/src/assets/stylesheets/components/icons.css +142 -142
- package/src/assets/stylesheets/components/images.css +27 -27
- package/src/assets/stylesheets/components/layout.css +37 -82
- package/src/assets/stylesheets/components/list_item.css +285 -281
- package/src/assets/stylesheets/components/lists.css +67 -67
- package/src/assets/stylesheets/components/loading_spinner.css +104 -104
- package/src/assets/stylesheets/components/manager/manager_header.css +50 -50
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -76
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -200
- package/src/assets/stylesheets/components/metasidebar.css +56 -56
- package/src/assets/stylesheets/components/metrics.css +12 -12
- package/src/assets/stylesheets/components/modals.css +105 -105
- package/src/assets/stylesheets/components/notifications.css +154 -154
- package/src/assets/stylesheets/components/popover.css +120 -120
- package/src/assets/stylesheets/components/progress.css +69 -69
- package/src/assets/stylesheets/components/radio_tabs.css +59 -59
- package/src/assets/stylesheets/components/reset.css +26 -26
- package/src/assets/stylesheets/components/resultmodule.css +132 -132
- package/src/assets/stylesheets/components/search.css +110 -110
- package/src/assets/stylesheets/components/sections.css +97 -97
- package/src/assets/stylesheets/components/select.css +50 -50
- package/src/assets/stylesheets/components/select2.css +252 -252
- package/src/assets/stylesheets/components/selectable_token.css +223 -223
- package/src/assets/stylesheets/components/sidebar.css +480 -480
- package/src/assets/stylesheets/components/splitview.css +307 -304
- package/src/assets/stylesheets/components/tables.css +108 -108
- package/src/assets/stylesheets/components/tabs.css +121 -121
- package/src/assets/stylesheets/components/tags.css +28 -28
- package/src/assets/stylesheets/components/task_issue_item.css +78 -78
- package/src/assets/stylesheets/components/test_header.css +167 -0
- package/src/assets/stylesheets/components/test_item.css +89 -89
- package/src/assets/stylesheets/components/tester/tester_cards.css +143 -143
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -37
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +92 -92
- package/src/assets/stylesheets/components/toggleswitch.css +118 -118
- package/src/assets/stylesheets/components/tom_select.css +186 -186
- package/src/assets/stylesheets/components/trix_editor.css +174 -174
- package/src/assets/stylesheets/components/typography.css +81 -81
- package/src/assets/stylesheets/components/uploads.css +194 -194
- package/src/assets/stylesheets/components/user_item.css +57 -57
- package/src/assets/stylesheets/designsystem-styles.css +81 -81
- package/src/assets/stylesheets/postcss.config.js +16 -16
- package/src/assets/stylesheets/tailwind.config.js +331 -331
- package/src/humans.txt.njk +10 -10
- package/src/index.pug +16 -16
- package/src/pages/buttons/block.haml +39 -39
- package/src/pages/buttons/buttons-lg.haml +20 -20
- package/src/pages/buttons/buttons-sm.haml +41 -41
- package/src/pages/buttons/buttons-xl.haml +23 -23
- package/src/pages/buttons/buttons.haml +58 -58
- package/src/pages/buttons/buttons_input.haml +39 -39
- package/src/pages/buttons/dropdown-menu.haml +73 -73
- package/src/pages/buttons/index.njk +7 -7
- package/src/pages/buttons/info_popover.haml +32 -32
- package/src/pages/buttons/link-with-icon.haml +13 -13
- package/src/pages/buttons/square-buttons.haml +55 -55
- package/src/pages/charts/area.haml +215 -215
- package/src/pages/charts/bar_horizontal.haml +335 -335
- package/src/pages/charts/bar_vertical.haml +391 -391
- package/src/pages/charts/donut.haml +269 -269
- package/src/pages/charts/gauge.haml +214 -214
- package/src/pages/charts/index.njk +6 -6
- package/src/pages/ci.pug +8 -8
- package/src/pages/colors.pug +147 -147
- package/src/pages/components/alerts.haml +31 -31
- package/src/pages/components/banner_cards.haml +45 -45
- package/src/pages/components/cards.haml +111 -111
- package/src/pages/components/cards_customer.haml +487 -487
- package/src/pages/components/cards_fixedwidth.haml +135 -135
- package/src/pages/components/cards_iconheader.haml +57 -57
- package/src/pages/components/cards_tester.haml +159 -159
- package/src/pages/components/chat_window.haml +240 -240
- package/src/pages/components/comments_bug_preview.haml +29 -29
- package/src/pages/components/comments_chatmessages.haml +229 -229
- package/src/pages/components/descriptionlist.haml +47 -47
- package/src/pages/components/devices.haml +115 -115
- package/src/pages/components/drawer.haml +49 -49
- package/src/pages/components/drawer_filter.haml +76 -76
- package/src/pages/components/emptystate.haml +15 -15
- package/src/pages/components/index.njk +6 -6
- package/src/pages/components/issue-item.haml +18 -18
- package/src/pages/components/listitem_with_footer.haml +208 -208
- package/src/pages/components/listitems.haml +136 -136
- package/src/pages/components/listitems_badge.haml +36 -36
- package/src/pages/components/listitems_collapsable.haml +117 -117
- package/src/pages/components/listitems_nested.haml +50 -50
- package/src/pages/components/listitems_selectable.haml +59 -59
- package/src/pages/components/listitems_white.haml +82 -82
- package/src/pages/components/loading_spinner.haml +11 -11
- package/src/pages/components/metasidebar.haml +13 -13
- package/src/pages/components/modal_details.haml +68 -68
- package/src/pages/components/notification_center.haml +48 -48
- package/src/pages/components/notifications.haml +42 -42
- package/src/pages/components/profilethumb.haml +27 -27
- package/src/pages/components/progress.haml +23 -23
- package/src/pages/components/resultmodule.haml +150 -150
- package/src/pages/components/resultmodule_testcase.haml +125 -125
- package/src/pages/components/section_collapsable.haml +24 -24
- package/src/pages/components/splitview_item.haml +111 -111
- package/src/pages/components/splitview_item_collapsable.haml +65 -65
- package/src/pages/components/tables.haml +57 -57
- package/src/pages/components/tables_linked.haml +29 -29
- package/src/pages/components/tags.haml +12 -12
- package/src/pages/components/task_item.haml +33 -33
- package/src/pages/components/test_item.haml +119 -119
- package/src/pages/components/tester_levels.haml +70 -70
- package/src/pages/components/user_item.haml +49 -49
- package/src/pages/examples/layout-actionbar.haml +267 -267
- package/src/pages/examples/layout-basic.haml +28 -28
- package/src/pages/examples/layout-chat.haml +327 -327
- package/src/pages/examples/layout-customer.haml +189 -189
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +312 -312
- package/src/pages/examples/layout-manager.haml +98 -98
- package/src/pages/examples/layout-metasidebar.haml +269 -269
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +308 -308
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -308
- package/src/pages/examples/layout-sidebar.haml +296 -296
- package/src/pages/examples/layout-tester.haml +105 -105
- package/src/pages/examples/splitview-testcases.haml +477 -477
- package/src/pages/examples/splitview.haml +389 -389
- package/src/pages/forms/checkboxes.haml +64 -64
- package/src/pages/forms/checkboxes_devices.haml +45 -45
- package/src/pages/forms/form-addon.haml +16 -16
- package/src/pages/forms/form-card.haml +36 -36
- package/src/pages/forms/form-grid.haml +16 -16
- package/src/pages/forms/form_grid_narrow.haml +18 -18
- package/src/pages/forms/forms.haml +22 -22
- package/src/pages/forms/index.njk +6 -6
- package/src/pages/forms/radiobuttons.haml +50 -50
- package/src/pages/forms/rating_scale.haml +62 -62
- package/src/pages/forms/search.haml +71 -71
- package/src/pages/forms/select2.haml +72 -72
- package/src/pages/forms/select_native.haml +74 -74
- package/src/pages/forms/selectable_token.haml +49 -49
- package/src/pages/forms/selectable_token_browsers.haml +66 -66
- package/src/pages/forms/selectable_token_lg.haml +49 -49
- package/src/pages/forms/selectable_token_xl.haml +49 -49
- package/src/pages/forms/textarea.haml +24 -24
- package/src/pages/forms/toggle-buttons.haml +94 -94
- package/src/pages/forms/toggle-switch.haml +31 -31
- package/src/pages/forms/tomselect.haml +76 -76
- package/src/pages/forms/trix_editor.pug +10 -10
- package/src/pages/forms/uploads.pug +101 -101
- package/src/pages/icons/bug-icons.haml +75 -75
- package/src/pages/icons/index.njk +83 -83
- package/src/pages/icons/marketingicons.haml +15 -15
- package/src/pages/icons/status-icons.haml +38 -38
- package/src/pages/layout/app_layout.haml +27 -27
- package/src/pages/layout/index.njk +6 -6
- package/src/pages/layout/max_width.haml +49 -49
- package/src/pages/layout/spacing.haml +30 -30
- package/src/pages/navigation/header-manager.haml +73 -73
- package/src/pages/navigation/header-tester.haml +100 -100
- package/src/pages/navigation/header.haml +76 -76
- package/src/pages/navigation/header_customer.haml +77 -77
- package/src/pages/navigation/header_tester_epam.haml +108 -108
- package/src/pages/navigation/index.njk +7 -7
- package/src/pages/navigation/product_dropdown.haml +65 -65
- package/src/pages/navigation/radio_tabs.haml +22 -22
- package/src/pages/navigation/sidebar-manager.haml +46 -46
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -105
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -108
- package/src/pages/navigation/sidebar-tester.haml +75 -75
- package/src/pages/navigation/sidebar.haml +46 -46
- package/src/pages/navigation/sidebar_collapsables.haml +136 -136
- package/src/pages/navigation/sidebar_customer.haml +146 -146
- package/src/pages/navigation/tabnavigation.haml +12 -12
- package/src/pages/navigation/tabnavigation_actions.haml +21 -21
- package/src/pages/navigation/tabnavigation_pills.haml +12 -12
- package/src/pages/navigation/test-header-tester.haml +178 -0
- package/src/pages/typography/index.njk +7 -7
- package/src/pages/typography/link_with_icon.haml +12 -12
- package/src/pages/typography/linked_icon.haml +10 -10
- package/src/pages/typography/markdown.md +112 -112
- package/src/pages/typography/section_header.haml +25 -25
- package/src/pages/typography/section_header_actions.haml +59 -59
- package/src/pages/typography/text_with_icon.haml +12 -12
- package/src/pages/typography/trix_styles.haml +127 -127
- package/src/pages/typography/typography.haml +51 -51
- package/src/sitemap.xml.njk +13 -13
- package/src/static/app.compiled.css +536 -208
- package/src/static/app.compiled.css.map +1 -1
- package/src/static/browserconfig.xml +9 -9
- package/src/static/site.webmanifest +3 -3
- package/utils/collections.js +29 -29
- package/utils/filters.js +11 -11
- package/utils/markdown.js +9 -9
- package/utils/shortcodes.js +6 -6
- package/utils/transforms.js +19 -19
- package/webpack.config.js +24 -24
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="feature-cross" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<path d="M0,4L0,20L20,20L20,4L0,4ZM18,18L2,18L2,6L18,6L18,18Z" style="fill:rgb(236,4,4);fill-rule:nonzero;"/>
|
|
6
|
-
<path d="M3,4L3,0L9,0L9,4L7,4L7,2L5,2L5,4L3,4Z" style="fill:rgb(236,4,4);fill-rule:nonzero;"/>
|
|
7
|
-
<path d="M11,4L11,0L17,0L17,4L15,4L15,2L13,2L13,4L11,4Z" style="fill:rgb(236,4,4);fill-rule:nonzero;"/>
|
|
8
|
-
<path d="M7.29,10.71C7.11,10.52 7,10.27 7,10C7,9.73 7.11,9.48 7.29,9.29C7.48,9.11 7.73,9 8,9C8.27,9 8.52,9.11 8.71,9.29L12.71,13.29C12.89,13.48 13,13.73 13,14C13,14.27 12.89,14.52 12.71,14.71C12.52,14.89 12.27,15 12,15C11.73,15 11.48,14.89 11.29,14.71L7.29,10.71Z" style="fill:rgb(236,4,4);fill-rule:nonzero;"/>
|
|
9
|
-
<path d="M11.29,9.29C11.48,9.11 11.73,9 12,9C12.27,9 12.52,9.11 12.71,9.29C12.89,9.48 13,9.73 13,10C13,10.27 12.89,10.52 12.71,10.71L8.71,14.71C8.52,14.89 8.27,15 8,15C7.73,15 7.48,14.89 7.29,14.71C7.11,14.52 7,14.27 7,14C7,13.73 7.11,13.48 7.29,13.29L11.29,9.29Z" style="fill:rgb(236,4,4);fill-rule:nonzero;"/>
|
|
10
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="feature-cross" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M0,4L0,20L20,20L20,4L0,4ZM18,18L2,18L2,6L18,6L18,18Z" style="fill:rgb(236,4,4);fill-rule:nonzero;"/>
|
|
6
|
+
<path d="M3,4L3,0L9,0L9,4L7,4L7,2L5,2L5,4L3,4Z" style="fill:rgb(236,4,4);fill-rule:nonzero;"/>
|
|
7
|
+
<path d="M11,4L11,0L17,0L17,4L15,4L15,2L13,2L13,4L11,4Z" style="fill:rgb(236,4,4);fill-rule:nonzero;"/>
|
|
8
|
+
<path d="M7.29,10.71C7.11,10.52 7,10.27 7,10C7,9.73 7.11,9.48 7.29,9.29C7.48,9.11 7.73,9 8,9C8.27,9 8.52,9.11 8.71,9.29L12.71,13.29C12.89,13.48 13,13.73 13,14C13,14.27 12.89,14.52 12.71,14.71C12.52,14.89 12.27,15 12,15C11.73,15 11.48,14.89 11.29,14.71L7.29,10.71Z" style="fill:rgb(236,4,4);fill-rule:nonzero;"/>
|
|
9
|
+
<path d="M11.29,9.29C11.48,9.11 11.73,9 12,9C12.27,9 12.52,9.11 12.71,9.29C12.89,9.48 13,9.73 13,10C13,10.27 12.89,10.52 12.71,10.71L8.71,14.71C8.52,14.89 8.27,15 8,15C7.73,15 7.48,14.89 7.29,14.71C7.11,14.52 7,14.27 7,14C7,13.73 7.11,13.48 7.29,13.29L11.29,9.29Z" style="fill:rgb(236,4,4);fill-rule:nonzero;"/>
|
|
10
|
+
</svg>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="feature-draft" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M3,4L3,0L9,0L9,4L7,4L7,2L5,2L5,4L3,4Z" style="fill-rule:nonzero;"/>
|
|
10
|
-
<path d="M11,4L11,0L17,0L17,4L15,4L15,2L13,2L13,4L11,4Z" style="fill-rule:nonzero;"/>
|
|
11
|
-
<path d="M14.628,8.002C14.651,7.977 14.675,7.952 14.7,7.927C15.911,6.716 17.878,6.716 19.09,7.927C20.302,9.139 20.302,11.106 19.09,12.318C19.083,12.324 19.076,12.331 19.07,12.338L12.66,18.745C12.526,18.878 12.364,18.965 12.198,19.006L8.221,20C7.688,20.133 7.148,19.809 7.015,19.276C6.973,19.11 6.976,18.943 7.015,18.794L8.009,14.818C8.055,14.634 8.15,14.476 8.271,14.356L14.628,8.002ZM16.1,9.341C16.318,9.123 16.601,9.015 16.888,9.015C17.176,9.015 17.459,9.123 17.677,9.341C17.895,9.558 18.003,9.842 18.003,10.129C18.003,10.416 17.895,10.699 17.677,10.917L11.448,17.143L9.347,17.669L9.873,15.568L16.1,9.341Z"/>
|
|
12
|
-
<path id="vector" d="M20.001,4L20.001,6L2,6L2,18L6,18L6.011,20L0,20L0,4L20.001,4Z" style="fill-rule:nonzero;"/>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="feature-draft" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M3,4L3,0L9,0L9,4L7,4L7,2L5,2L5,4L3,4Z" style="fill-rule:nonzero;"/>
|
|
10
|
+
<path d="M11,4L11,0L17,0L17,4L15,4L15,2L13,2L13,4L11,4Z" style="fill-rule:nonzero;"/>
|
|
11
|
+
<path d="M14.628,8.002C14.651,7.977 14.675,7.952 14.7,7.927C15.911,6.716 17.878,6.716 19.09,7.927C20.302,9.139 20.302,11.106 19.09,12.318C19.083,12.324 19.076,12.331 19.07,12.338L12.66,18.745C12.526,18.878 12.364,18.965 12.198,19.006L8.221,20C7.688,20.133 7.148,19.809 7.015,19.276C6.973,19.11 6.976,18.943 7.015,18.794L8.009,14.818C8.055,14.634 8.15,14.476 8.271,14.356L14.628,8.002ZM16.1,9.341C16.318,9.123 16.601,9.015 16.888,9.015C17.176,9.015 17.459,9.123 17.677,9.341C17.895,9.558 18.003,9.842 18.003,10.129C18.003,10.416 17.895,10.699 17.677,10.917L11.448,17.143L9.347,17.669L9.873,15.568L16.1,9.341Z"/>
|
|
12
|
+
<path id="vector" d="M20.001,4L20.001,6L2,6L2,18L6,18L6.011,20L0,20L0,4L20.001,4Z" style="fill-rule:nonzero;"/>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="feature" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<path d="M0,4L0,20L20,20L20,4L0,4ZM18,18L2,18L2,6L18,6L18,18Z" style="fill-rule:nonzero;"/>
|
|
6
|
-
<path d="M3,4L3,0L9,0L9,4L7,4L7,2L5,2L5,4L3,4Z" style="fill-rule:nonzero;"/>
|
|
7
|
-
<path d="M11,4L11,0L17,0L17,4L15,4L15,2L13,2L13,4L11,4Z" style="fill-rule:nonzero;"/>
|
|
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="feature" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M0,4L0,20L20,20L20,4L0,4ZM18,18L2,18L2,6L18,6L18,18Z" style="fill-rule:nonzero;"/>
|
|
6
|
+
<path d="M3,4L3,0L9,0L9,4L7,4L7,2L5,2L5,4L3,4Z" style="fill-rule:nonzero;"/>
|
|
7
|
+
<path d="M11,4L11,0L17,0L17,4L15,4L15,2L13,2L13,4L11,4Z" style="fill-rule:nonzero;"/>
|
|
8
|
+
</svg>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 40 40" 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="file-image-plus-lg" x="0" y="0" width="40" height="40" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="40" height="40"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<rect x="-0" y="0" width="2" height="40"/>
|
|
10
|
-
<rect x="38" y="10" width="2" height="28"/>
|
|
11
|
-
<rect x="2" y="38" width="38" height="2"/>
|
|
12
|
-
<rect x="2" y="-0" width="28" height="2"/>
|
|
13
|
-
<rect x="30" y="38" width="392" height="0.1"/>
|
|
14
|
-
<path d="M23.84,22.16L19,9.333L4,36L36,36L28,17.333L23.84,22.16Z" style="fill-rule:nonzero;"/>
|
|
15
|
-
<circle cx="7.503" cy="7.503" r="3.503"/>
|
|
16
|
-
<rect x="34" y="0" width="2" height="10"/>
|
|
17
|
-
<path d="M30,4L30,6.021L40,6.021L40,4L30,4Z"/>
|
|
18
|
-
</g>
|
|
19
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 40 40" 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="file-image-plus-lg" x="0" y="0" width="40" height="40" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="40" height="40"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<rect x="-0" y="0" width="2" height="40"/>
|
|
10
|
+
<rect x="38" y="10" width="2" height="28"/>
|
|
11
|
+
<rect x="2" y="38" width="38" height="2"/>
|
|
12
|
+
<rect x="2" y="-0" width="28" height="2"/>
|
|
13
|
+
<rect x="30" y="38" width="392" height="0.1"/>
|
|
14
|
+
<path d="M23.84,22.16L19,9.333L4,36L36,36L28,17.333L23.84,22.16Z" style="fill-rule:nonzero;"/>
|
|
15
|
+
<circle cx="7.503" cy="7.503" r="3.503"/>
|
|
16
|
+
<rect x="34" y="0" width="2" height="10"/>
|
|
17
|
+
<path d="M30,4L30,6.021L40,6.021L40,4L30,4Z"/>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -1,20 +1,20 @@
|
|
|
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="file-image-plus-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
|
-
<rect x="0" y="-0" width="2" height="60"/>
|
|
10
|
-
<rect x="58" y="10" width="2" height="50"/>
|
|
11
|
-
<rect x="2" y="58" width="56" height="2"/>
|
|
12
|
-
<rect x="2" y="-0" width="48" height="2"/>
|
|
13
|
-
<g>
|
|
14
|
-
<path d="M34.8,32.7L28.75,16.667L10,50L50,50L40,26.667L34.8,32.7Z" style="fill-rule:nonzero;"/>
|
|
15
|
-
<circle cx="14.378" cy="14.378" r="4.378"/>
|
|
16
|
-
</g>
|
|
17
|
-
<rect x="54" y="-0" width="2" height="10"/>
|
|
18
|
-
<path d="M50,4L50,6.021L60,6.021L60,4L50,4Z"/>
|
|
19
|
-
</g>
|
|
20
|
-
</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="file-image-plus-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
|
+
<rect x="0" y="-0" width="2" height="60"/>
|
|
10
|
+
<rect x="58" y="10" width="2" height="50"/>
|
|
11
|
+
<rect x="2" y="58" width="56" height="2"/>
|
|
12
|
+
<rect x="2" y="-0" width="48" height="2"/>
|
|
13
|
+
<g>
|
|
14
|
+
<path d="M34.8,32.7L28.75,16.667L10,50L50,50L40,26.667L34.8,32.7Z" style="fill-rule:nonzero;"/>
|
|
15
|
+
<circle cx="14.378" cy="14.378" r="4.378"/>
|
|
16
|
+
</g>
|
|
17
|
+
<rect x="54" y="-0" width="2" height="10"/>
|
|
18
|
+
<path d="M50,4L50,6.021L60,6.021L60,4L50,4Z"/>
|
|
19
|
+
</g>
|
|
20
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="format-bold" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M11.606,16.455C12.23,16.455 12.743,16.244 13.144,15.82C13.546,15.397 13.746,14.895 13.746,14.315C13.746,13.735 13.546,13.233 13.144,12.81C12.743,12.386 12.23,12.175 11.606,12.175L6.589,12.175L6.589,16.455L11.606,16.455ZM6.589,3.613L6.589,7.894L10.87,7.894C11.449,7.894 11.951,7.682 12.375,7.259C12.799,6.836 13.011,6.334 13.01,5.753C13.009,5.173 12.798,4.671 12.375,4.248C11.953,3.825 11.451,3.613 10.87,3.613L6.589,3.613ZM14.615,9.699C16.666,10.635 17.692,12.263 17.692,14.582C17.692,16.098 17.19,17.38 16.187,18.428C15.183,19.475 13.923,19.999 12.408,20L2.308,20L2.308,-0L11.271,-0C12.876,-0 14.225,0.557 15.317,1.672C16.41,2.787 16.956,4.147 16.956,5.752C16.956,7.357 16.175,8.672 14.614,9.699L14.615,9.699Z" style="fill-rule:nonzero;"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="format-bold" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M11.606,16.455C12.23,16.455 12.743,16.244 13.144,15.82C13.546,15.397 13.746,14.895 13.746,14.315C13.746,13.735 13.546,13.233 13.144,12.81C12.743,12.386 12.23,12.175 11.606,12.175L6.589,12.175L6.589,16.455L11.606,16.455ZM6.589,3.613L6.589,7.894L10.87,7.894C11.449,7.894 11.951,7.682 12.375,7.259C12.799,6.836 13.011,6.334 13.01,5.753C13.009,5.173 12.798,4.671 12.375,4.248C11.953,3.825 11.451,3.613 10.87,3.613L6.589,3.613ZM14.615,9.699C16.666,10.635 17.692,12.263 17.692,14.582C17.692,16.098 17.19,17.38 16.187,18.428C15.183,19.475 13.923,19.999 12.408,20L2.308,20L2.308,-0L11.271,-0C12.876,-0 14.225,0.557 15.317,1.672C16.41,2.787 16.956,4.147 16.956,5.752C16.956,7.357 16.175,8.672 14.614,9.699L14.615,9.699Z" style="fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="format-code" 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.049" y="0" width="20.033" height="20" style="fill:none;"/>
|
|
10
|
-
<path d="M12.578,14.594L17.219,10L12.578,5.406L13.984,4L19.984,10L13.984,16L12.578,14.594ZM7.422,14.594L6.016,16L0.016,10L6.016,4L7.422,5.406L2.781,10L7.422,14.594Z" 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="format-code" 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.049" y="0" width="20.033" height="20" style="fill:none;"/>
|
|
10
|
+
<path d="M12.578,14.594L17.219,10L12.578,5.406L13.984,4L19.984,10L13.984,16L12.578,14.594ZM7.422,14.594L6.016,16L0.016,10L6.016,4L7.422,5.406L2.781,10L7.422,14.594Z" style="fill-rule:nonzero;"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="format-heading" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M5.857,13L5.857,20L3,20L3,13L0,13L0,10L9,10L9,13L5.857,13ZM14,3L14,20L11,20L11,3L5,3L5,0L20,0L20,3L14,3Z" style="fill-rule:nonzero;"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="format-heading" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M5.857,13L5.857,20L3,20L3,13L0,13L0,10L9,10L9,13L5.857,13ZM14,3L14,20L11,20L11,3L5,3L5,0L20,0L20,3L14,3Z" style="fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 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="format-indent-decrease" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M8.016,10.984L8.016,9.015L20,9.015L20,10.984L8.016,10.984ZM8.016,7L8.016,4.984L20,4.984L20,7L8.016,7ZM0,0L20,0L20,2.016L0,2.016L0,0ZM8.016,15.016L8.016,13L20,13L20,15.016L8.016,15.016ZM6,14.999L-0,10.007L6,5.015L6,15L6,14.999ZM0,20L0,17.984L20,17.984L20,20L0,20Z" style="fill-rule:nonzero;"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="format-indent-decrease" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M8.016,10.984L8.016,9.015L20,9.015L20,10.984L8.016,10.984ZM8.016,7L8.016,4.984L20,4.984L20,7L8.016,7ZM0,0L20,0L20,2.016L0,2.016L0,0ZM8.016,15.016L8.016,13L20,13L20,15.016L8.016,15.016ZM6,14.999L-0,10.007L6,5.015L6,15L6,14.999ZM0,20L0,17.984L20,17.984L20,20L0,20Z" style="fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 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="format-indent-increase" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M8.016,10.984L8.016,9.015L20,9.015L20,10.984L8.016,10.984ZM8.016,7L8.016,4.984L20,4.984L20,7L8.016,7ZM0,0L20,0L20,2.016L0,2.016L0,0ZM8.016,15.016L8.016,13L20,13L20,15.016L8.016,15.016ZM-0,5.016L6,10.008L-0,15L-0,5.015L-0,5.016ZM0,20L0,17.984L20,17.984L20,20L0,20Z" style="fill-rule:nonzero;"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="format-indent-increase" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M8.016,10.984L8.016,9.015L20,9.015L20,10.984L8.016,10.984ZM8.016,7L8.016,4.984L20,4.984L20,7L8.016,7ZM0,0L20,0L20,2.016L0,2.016L0,0ZM8.016,15.016L8.016,13L20,13L20,15.016L8.016,15.016ZM-0,5.016L6,10.008L-0,15L-0,5.015L-0,5.016ZM0,20L0,17.984L20,17.984L20,20L0,20Z" style="fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 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="format-italic" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M5.686,-0L17.125,-0L17.125,4.281L13.111,4.281L8.295,15.719L11.438,15.719L11.438,20L0,20L0,15.719L4.014,15.719L8.83,4.281L5.686,4.281L5.686,-0Z" style="fill-rule:nonzero;"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="format-italic" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M5.686,-0L17.125,-0L17.125,4.281L13.111,4.281L8.295,15.719L11.438,15.719L11.438,20L0,20L0,15.719L4.014,15.719L8.83,4.281L5.686,4.281L5.686,-0Z" style="fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 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="format-link" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M18.611,1.439C16.748,-0.44 13.725,-0.484 11.807,1.339L7.505,5.641C5.703,7.513 5.703,10.474 7.505,12.345L7.605,12.445C7.746,12.608 7.915,12.744 8.105,12.845L9.706,11.244C9.489,11.099 9.288,10.931 9.106,10.744C8.624,10.269 8.353,9.62 8.353,8.943C8.353,8.266 8.624,7.618 9.106,7.142L13.408,2.84C13.885,2.361 14.533,2.091 15.209,2.091C15.885,2.091 16.533,2.361 17.01,2.84L17.11,2.94C17.592,3.415 17.863,4.064 17.863,4.741C17.863,5.418 17.592,6.066 17.11,6.542L15.209,8.443C15.529,9.274 15.698,10.154 15.71,11.044L18.711,8.043C19.586,7.16 20.068,5.962 20.049,4.72C20.03,3.477 19.512,2.295 18.611,1.439ZM12.308,7.542C12.167,7.38 11.997,7.244 11.807,7.142L10.206,8.743C10.413,8.818 10.588,8.959 10.707,9.143L10.807,9.243C11.288,9.719 11.559,10.368 11.559,11.044C11.559,11.721 11.288,12.37 10.807,12.845L6.504,17.148C6.029,17.629 5.38,17.9 4.703,17.9C4.026,17.9 3.378,17.629 2.902,17.148L2.952,17.148C1.951,16.078 1.951,14.415 2.952,13.346L4.853,11.445C4.534,10.614 4.364,9.733 4.353,8.843L1.351,11.845C-0.45,13.716 -0.45,16.677 1.351,18.549L1.451,18.649C3.323,20.45 6.284,20.45 8.155,18.649L12.458,14.346C14.281,12.429 14.237,9.405 12.358,7.542L12.308,7.542Z" style="fill-rule:nonzero;"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="format-link" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M18.611,1.439C16.748,-0.44 13.725,-0.484 11.807,1.339L7.505,5.641C5.703,7.513 5.703,10.474 7.505,12.345L7.605,12.445C7.746,12.608 7.915,12.744 8.105,12.845L9.706,11.244C9.489,11.099 9.288,10.931 9.106,10.744C8.624,10.269 8.353,9.62 8.353,8.943C8.353,8.266 8.624,7.618 9.106,7.142L13.408,2.84C13.885,2.361 14.533,2.091 15.209,2.091C15.885,2.091 16.533,2.361 17.01,2.84L17.11,2.94C17.592,3.415 17.863,4.064 17.863,4.741C17.863,5.418 17.592,6.066 17.11,6.542L15.209,8.443C15.529,9.274 15.698,10.154 15.71,11.044L18.711,8.043C19.586,7.16 20.068,5.962 20.049,4.72C20.03,3.477 19.512,2.295 18.611,1.439ZM12.308,7.542C12.167,7.38 11.997,7.244 11.807,7.142L10.206,8.743C10.413,8.818 10.588,8.959 10.707,9.143L10.807,9.243C11.288,9.719 11.559,10.368 11.559,11.044C11.559,11.721 11.288,12.37 10.807,12.845L6.504,17.148C6.029,17.629 5.38,17.9 4.703,17.9C4.026,17.9 3.378,17.629 2.902,17.148L2.952,17.148C1.951,16.078 1.951,14.415 2.952,13.346L4.853,11.445C4.534,10.614 4.364,9.733 4.353,8.843L1.351,11.845C-0.45,13.716 -0.45,16.677 1.351,18.549L1.451,18.649C3.323,20.45 6.284,20.45 8.155,18.649L12.458,14.346C14.281,12.429 14.237,9.405 12.358,7.542L12.308,7.542Z" style="fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="format-list-bulleted" 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
|
-
<circle cx="2" cy="4" r="2"/>
|
|
10
|
-
<rect id="bounding-box" serif:id="bounding box" x="-0.049" y="0" width="20.033" height="20" style="fill:none;"/>
|
|
11
|
-
<circle cx="2" cy="10" r="2"/>
|
|
12
|
-
<circle cx="2" cy="16" r="2"/>
|
|
13
|
-
<rect x="6" y="3" width="14" height="2"/>
|
|
14
|
-
<rect x="6" y="9" width="14" height="2"/>
|
|
15
|
-
<rect x="6" y="15" width="14" height="2"/>
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="format-list-bulleted" 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
|
+
<circle cx="2" cy="4" r="2"/>
|
|
10
|
+
<rect id="bounding-box" serif:id="bounding box" x="-0.049" y="0" width="20.033" height="20" style="fill:none;"/>
|
|
11
|
+
<circle cx="2" cy="10" r="2"/>
|
|
12
|
+
<circle cx="2" cy="16" r="2"/>
|
|
13
|
+
<rect x="6" y="3" width="14" height="2"/>
|
|
14
|
+
<rect x="6" y="9" width="14" height="2"/>
|
|
15
|
+
<rect x="6" y="15" width="14" height="2"/>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="format-list-numbered" 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.049" y="0" width="20.033" height="20" style="fill:none;"/>
|
|
10
|
-
<rect x="5" y="3" width="15" height="2"/>
|
|
11
|
-
<rect x="5" y="9" width="15" height="2"/>
|
|
12
|
-
<rect x="5" y="15" width="15" height="2"/>
|
|
13
|
-
<path d="M1.388,18C1.072,18 0.8,17.951 0.574,17.854C0.347,17.757 0.16,17.623 0.014,17.453L0.488,16.796C0.606,16.906 0.733,16.994 0.868,17.061C1.004,17.128 1.141,17.161 1.279,17.161C1.449,17.161 1.585,17.131 1.686,17.07C1.787,17.009 1.838,16.918 1.838,16.796C1.838,16.723 1.826,16.659 1.801,16.602C1.777,16.545 1.731,16.496 1.662,16.456C1.593,16.415 1.496,16.385 1.37,16.365C1.244,16.344 1.08,16.334 0.877,16.334L0.877,15.605C1.04,15.605 1.174,15.595 1.282,15.574C1.389,15.554 1.475,15.525 1.54,15.486C1.605,15.448 1.651,15.402 1.677,15.35C1.703,15.297 1.716,15.236 1.716,15.167C1.716,14.932 1.583,14.815 1.315,14.815C1.185,14.815 1.07,14.841 0.969,14.894C0.867,14.946 0.756,15.025 0.634,15.131L0.112,14.498C0.302,14.34 0.499,14.218 0.701,14.131C0.904,14.044 1.125,14 1.364,14C1.789,14 2.129,14.094 2.382,14.283C2.635,14.471 2.762,14.74 2.762,15.088C2.762,15.461 2.555,15.739 2.142,15.921L2.142,15.945C2.361,16.014 2.539,16.125 2.677,16.277C2.815,16.429 2.884,16.626 2.884,16.869C2.884,17.052 2.843,17.213 2.762,17.353C2.681,17.492 2.573,17.611 2.437,17.708C2.301,17.805 2.142,17.878 1.96,17.927C1.777,17.976 1.587,18 1.388,18Z" style="fill-rule:nonzero;"/>
|
|
14
|
-
<path d="M0.05,12L0.05,11.393C0.281,11.179 0.496,10.976 0.697,10.786C0.897,10.596 1.071,10.418 1.22,10.251C1.368,10.084 1.485,9.925 1.57,9.774C1.654,9.623 1.697,9.482 1.697,9.35C1.697,9.172 1.652,9.041 1.563,8.957C1.475,8.872 1.358,8.83 1.214,8.83C1.082,8.83 0.965,8.868 0.864,8.944C0.763,9.021 0.665,9.106 0.57,9.201L0,8.632C0.103,8.524 0.204,8.43 0.303,8.35C0.402,8.269 0.507,8.203 0.616,8.152C0.725,8.1 0.841,8.062 0.963,8.037C1.085,8.012 1.218,8 1.362,8C1.56,8 1.742,8.031 1.907,8.093C2.072,8.155 2.215,8.241 2.334,8.353C2.454,8.464 2.547,8.6 2.613,8.759C2.679,8.917 2.712,9.094 2.712,9.288C2.712,9.445 2.678,9.605 2.61,9.768C2.542,9.931 2.454,10.093 2.347,10.254C2.239,10.415 2.119,10.572 1.985,10.724C1.85,10.877 1.717,11.022 1.585,11.158C1.684,11.146 1.797,11.134 1.923,11.124C2.049,11.114 2.155,11.108 2.241,11.108L2.898,11.108L2.898,12L0.05,12Z" style="fill-rule:nonzero;"/>
|
|
15
|
-
<path d="M0.118,6L0.118,5.129L0.976,5.129L0.976,3.06L0.219,3.06L0.219,2.391C0.446,2.345 0.639,2.292 0.799,2.233C0.959,2.175 1.115,2.097 1.266,2L2.061,2L2.061,5.129L2.78,5.129L2.78,6L0.118,6Z" style="fill-rule:nonzero;"/>
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="format-list-numbered" 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.049" y="0" width="20.033" height="20" style="fill:none;"/>
|
|
10
|
+
<rect x="5" y="3" width="15" height="2"/>
|
|
11
|
+
<rect x="5" y="9" width="15" height="2"/>
|
|
12
|
+
<rect x="5" y="15" width="15" height="2"/>
|
|
13
|
+
<path d="M1.388,18C1.072,18 0.8,17.951 0.574,17.854C0.347,17.757 0.16,17.623 0.014,17.453L0.488,16.796C0.606,16.906 0.733,16.994 0.868,17.061C1.004,17.128 1.141,17.161 1.279,17.161C1.449,17.161 1.585,17.131 1.686,17.07C1.787,17.009 1.838,16.918 1.838,16.796C1.838,16.723 1.826,16.659 1.801,16.602C1.777,16.545 1.731,16.496 1.662,16.456C1.593,16.415 1.496,16.385 1.37,16.365C1.244,16.344 1.08,16.334 0.877,16.334L0.877,15.605C1.04,15.605 1.174,15.595 1.282,15.574C1.389,15.554 1.475,15.525 1.54,15.486C1.605,15.448 1.651,15.402 1.677,15.35C1.703,15.297 1.716,15.236 1.716,15.167C1.716,14.932 1.583,14.815 1.315,14.815C1.185,14.815 1.07,14.841 0.969,14.894C0.867,14.946 0.756,15.025 0.634,15.131L0.112,14.498C0.302,14.34 0.499,14.218 0.701,14.131C0.904,14.044 1.125,14 1.364,14C1.789,14 2.129,14.094 2.382,14.283C2.635,14.471 2.762,14.74 2.762,15.088C2.762,15.461 2.555,15.739 2.142,15.921L2.142,15.945C2.361,16.014 2.539,16.125 2.677,16.277C2.815,16.429 2.884,16.626 2.884,16.869C2.884,17.052 2.843,17.213 2.762,17.353C2.681,17.492 2.573,17.611 2.437,17.708C2.301,17.805 2.142,17.878 1.96,17.927C1.777,17.976 1.587,18 1.388,18Z" style="fill-rule:nonzero;"/>
|
|
14
|
+
<path d="M0.05,12L0.05,11.393C0.281,11.179 0.496,10.976 0.697,10.786C0.897,10.596 1.071,10.418 1.22,10.251C1.368,10.084 1.485,9.925 1.57,9.774C1.654,9.623 1.697,9.482 1.697,9.35C1.697,9.172 1.652,9.041 1.563,8.957C1.475,8.872 1.358,8.83 1.214,8.83C1.082,8.83 0.965,8.868 0.864,8.944C0.763,9.021 0.665,9.106 0.57,9.201L0,8.632C0.103,8.524 0.204,8.43 0.303,8.35C0.402,8.269 0.507,8.203 0.616,8.152C0.725,8.1 0.841,8.062 0.963,8.037C1.085,8.012 1.218,8 1.362,8C1.56,8 1.742,8.031 1.907,8.093C2.072,8.155 2.215,8.241 2.334,8.353C2.454,8.464 2.547,8.6 2.613,8.759C2.679,8.917 2.712,9.094 2.712,9.288C2.712,9.445 2.678,9.605 2.61,9.768C2.542,9.931 2.454,10.093 2.347,10.254C2.239,10.415 2.119,10.572 1.985,10.724C1.85,10.877 1.717,11.022 1.585,11.158C1.684,11.146 1.797,11.134 1.923,11.124C2.049,11.114 2.155,11.108 2.241,11.108L2.898,11.108L2.898,12L0.05,12Z" style="fill-rule:nonzero;"/>
|
|
15
|
+
<path d="M0.118,6L0.118,5.129L0.976,5.129L0.976,3.06L0.219,3.06L0.219,2.391C0.446,2.345 0.639,2.292 0.799,2.233C0.959,2.175 1.115,2.097 1.266,2L2.061,2L2.061,5.129L2.78,5.129L2.78,6L0.118,6Z" style="fill-rule:nonzero;"/>
|
|
16
|
+
</g>
|
|
17
|
+
</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 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="format-mark" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M18.714,4.129C18.845,3.902 18.881,3.632 18.813,3.378C18.745,3.125 18.579,2.909 18.352,2.778C17.199,2.112 15.159,0.935 14.006,0.269C13.779,0.138 13.509,0.102 13.256,0.17C13.003,0.238 12.787,0.404 12.656,0.631C11.139,3.258 6.653,11.027 6.653,11.027L12.712,14.525C12.712,14.525 17.197,6.756 18.714,4.129Z"/>
|
|
10
|
-
<path d="M12.211,15.396L6.151,11.897L5.656,12.761L6.017,14.129L5.5,14.985L9.847,17.495L10.347,16.629L11.716,16.259L12.211,15.396Z"/>
|
|
11
|
-
<path d="M9.347,18.361L5.023,15.864L2.654,19.996L8.397,20.008L9.347,18.361Z"/>
|
|
12
|
-
</g>
|
|
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 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="format-mark" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M18.714,4.129C18.845,3.902 18.881,3.632 18.813,3.378C18.745,3.125 18.579,2.909 18.352,2.778C17.199,2.112 15.159,0.935 14.006,0.269C13.779,0.138 13.509,0.102 13.256,0.17C13.003,0.238 12.787,0.404 12.656,0.631C11.139,3.258 6.653,11.027 6.653,11.027L12.712,14.525C12.712,14.525 17.197,6.756 18.714,4.129Z"/>
|
|
10
|
+
<path d="M12.211,15.396L6.151,11.897L5.656,12.761L6.017,14.129L5.5,14.985L9.847,17.495L10.347,16.629L11.716,16.259L12.211,15.396Z"/>
|
|
11
|
+
<path d="M9.347,18.361L5.023,15.864L2.654,19.996L8.397,20.008L9.347,18.361Z"/>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="format-quote" 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.049" y="0" width="20.033" height="20" style="fill:none;"/>
|
|
10
|
-
<rect x="11.01" y="3" width="6" height="6"/>
|
|
11
|
-
<rect x="15.01" y="9" width="2" height="1"/>
|
|
12
|
-
<rect x="7.01" y="9" width="2" height="1"/>
|
|
13
|
-
<path d="M11,17C12.094,17 14.054,16.568 15.446,14.917C16.332,13.865 17.01,12.307 17.01,10.002L15.01,10.002C15.01,11.695 14.568,12.856 13.917,13.628C13.003,14.712 11.718,15 11,15L11,17Z"/>
|
|
14
|
-
<path d="M3,17C4.094,17 6.054,16.568 7.446,14.917C8.332,13.865 9.01,12.307 9.01,10.002L7.01,10.002C7.01,11.695 6.568,12.856 5.917,13.628C5.003,14.712 3.718,15 3,15L3,17Z"/>
|
|
15
|
-
<rect x="3.01" y="3" width="6" height="6"/>
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="format-quote" 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.049" y="0" width="20.033" height="20" style="fill:none;"/>
|
|
10
|
+
<rect x="11.01" y="3" width="6" height="6"/>
|
|
11
|
+
<rect x="15.01" y="9" width="2" height="1"/>
|
|
12
|
+
<rect x="7.01" y="9" width="2" height="1"/>
|
|
13
|
+
<path d="M11,17C12.094,17 14.054,16.568 15.446,14.917C16.332,13.865 17.01,12.307 17.01,10.002L15.01,10.002C15.01,11.695 14.568,12.856 13.917,13.628C13.003,14.712 11.718,15 11,15L11,17Z"/>
|
|
14
|
+
<path d="M3,17C4.094,17 6.054,16.568 7.446,14.917C8.332,13.865 9.01,12.307 9.01,10.002L7.01,10.002C7.01,11.695 6.568,12.856 5.917,13.628C5.003,14.712 3.718,15 3,15L3,17Z"/>
|
|
15
|
+
<rect x="3.01" y="3" width="6" height="6"/>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="format-strikethrough" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M6.502,13.501C6.502,15.751 7.794,16.876 10.377,16.876C12.419,16.876 13.44,16.126 13.44,14.625C13.44,13.958 13.304,13.479 13.033,13.188C12.762,12.896 12.272,12.584 11.564,12.25C11.522,12.25 11.449,12.229 11.345,12.187C11.241,12.146 11.147,12.104 11.064,12.062C10.98,12.02 10.896,11.999 10.813,11.999L0,11.999L0,9.311L20.002,9.311L20.002,11.999L16.813,11.999C16.813,12.041 16.844,12.114 16.907,12.218C16.969,12.322 17.021,12.395 17.063,12.437C17.354,13.145 17.5,13.875 17.5,14.625C17.5,17.166 16.104,18.833 13.312,19.625C12.437,19.875 11.479,20 10.437,20C9.77,20 9.124,19.937 8.499,19.812C6.999,19.52 5.832,19.062 4.999,18.437C3.374,17.229 2.562,15.583 2.562,13.5L6.499,13.5L6.502,13.501ZM13.44,6C13.44,4.126 12.377,3.188 10.251,3.188C8.751,3.188 7.772,3.646 7.314,4.563C7.189,4.813 7.126,5.104 7.126,5.438C7.126,6.063 7.459,6.604 8.126,7.063C8.793,7.48 9.418,7.793 10.001,8.001L3.875,8.001C3.875,7.959 3.833,7.907 3.75,7.845C3.666,7.782 3.624,7.73 3.624,7.689C3.291,7.147 3.124,6.397 3.124,5.438C3.124,3.896 3.791,2.584 5.124,1.5C6.416,0.5 8.146,0 10.313,0C12.521,0 14.25,0.563 15.501,1.688C16.793,2.855 17.439,4.293 17.439,6L13.438,6L13.44,6Z" style="fill-rule:nonzero;"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="format-strikethrough" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M6.502,13.501C6.502,15.751 7.794,16.876 10.377,16.876C12.419,16.876 13.44,16.126 13.44,14.625C13.44,13.958 13.304,13.479 13.033,13.188C12.762,12.896 12.272,12.584 11.564,12.25C11.522,12.25 11.449,12.229 11.345,12.187C11.241,12.146 11.147,12.104 11.064,12.062C10.98,12.02 10.896,11.999 10.813,11.999L0,11.999L0,9.311L20.002,9.311L20.002,11.999L16.813,11.999C16.813,12.041 16.844,12.114 16.907,12.218C16.969,12.322 17.021,12.395 17.063,12.437C17.354,13.145 17.5,13.875 17.5,14.625C17.5,17.166 16.104,18.833 13.312,19.625C12.437,19.875 11.479,20 10.437,20C9.77,20 9.124,19.937 8.499,19.812C6.999,19.52 5.832,19.062 4.999,18.437C3.374,17.229 2.562,15.583 2.562,13.5L6.499,13.5L6.502,13.501ZM13.44,6C13.44,4.126 12.377,3.188 10.251,3.188C8.751,3.188 7.772,3.646 7.314,4.563C7.189,4.813 7.126,5.104 7.126,5.438C7.126,6.063 7.459,6.604 8.126,7.063C8.793,7.48 9.418,7.793 10.001,8.001L3.875,8.001C3.875,7.959 3.833,7.907 3.75,7.845C3.666,7.782 3.624,7.73 3.624,7.689C3.291,7.147 3.124,6.397 3.124,5.438C3.124,3.896 3.791,2.584 5.124,1.5C6.416,0.5 8.146,0 10.313,0C12.521,0 14.25,0.563 15.501,1.688C16.793,2.855 17.439,4.293 17.439,6L13.438,6L13.44,6Z" style="fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="forward" x="0.536" y="0.168" width="20" height="20.044" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0.536" y="0.168" width="20" height="20.044"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M8.536,6.768L8.536,0.168L20.531,10.162L8.536,20.168L8.536,13.613C5.674,13.613 0.531,15.946 0.531,15.946C0.531,15.946 0.037,7.567 8.536,6.768ZM8.724,8.759L10.536,8.589L10.536,4.438C10.536,4.438 17.408,10.163 17.408,10.163C17.408,10.163 10.536,15.895 10.536,15.895C10.536,15.895 10.537,11.613 10.537,11.613L8.536,11.613C6.99,11.613 4.835,12.217 3.041,12.833C3.711,11.057 5.243,9.087 8.724,8.759Z"/>
|
|
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 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="forward" x="0.536" y="0.168" width="20" height="20.044" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0.536" y="0.168" width="20" height="20.044"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M8.536,6.768L8.536,0.168L20.531,10.162L8.536,20.168L8.536,13.613C5.674,13.613 0.531,15.946 0.531,15.946C0.531,15.946 0.037,7.567 8.536,6.768ZM8.724,8.759L10.536,8.589L10.536,4.438C10.536,4.438 17.408,10.163 17.408,10.163C17.408,10.163 10.536,15.895 10.536,15.895C10.536,15.895 10.537,11.613 10.537,11.613L8.536,11.613C6.99,11.613 4.835,12.217 3.041,12.833C3.711,11.057 5.243,9.087 8.724,8.759Z"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|