testio-tailwind 0.1.0
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/.eleventy.js +57 -0
- package/LICENSE +21 -0
- package/README.md +43 -0
- package/icon-classes-extractor.js +29 -0
- package/index.html +478 -0
- package/package.json +66 -0
- package/src/_data/navigation.json +44 -0
- package/src/_data/site.js +12 -0
- package/src/_includes/card_popover.haml +7 -0
- package/src/_includes/example-header-customer.pug +99 -0
- package/src/_includes/example-header-manager.njk +54 -0
- package/src/_includes/example-header-tester.njk +99 -0
- package/src/_includes/example-header.njk +50 -0
- package/src/_includes/footer-scripts.njk +1 -0
- package/src/_includes/head.njk +72 -0
- package/src/_includes/page-with-sidebar-nocode.njk +46 -0
- package/src/_includes/page-with-sidebar.njk +46 -0
- package/src/_includes/page.njk +39 -0
- package/src/_layouts/base.njk +83 -0
- package/src/_layouts/email-template.njk +90 -0
- package/src/_layouts/page-example-customer.njk +74 -0
- package/src/_layouts/page-example-manager.njk +74 -0
- package/src/_layouts/page-example-tester.njk +75 -0
- package/src/_layouts/page-example.njk +83 -0
- package/src/assets/images/Cirro-App-Defaultimage.png +0 -0
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -0
- package/src/assets/images/arrow-down.svg +13 -0
- package/src/assets/images/arrow-left.svg +13 -0
- package/src/assets/images/arrow-right.svg +13 -0
- package/src/assets/images/arrow-thick-left.svg +13 -0
- package/src/assets/images/arrow-thick-right.svg +13 -0
- package/src/assets/images/arrow-translation-lg.svg +1 -0
- package/src/assets/images/arrow-translation.svg +1 -0
- package/src/assets/images/arrow-up.svg +13 -0
- package/src/assets/images/at-sign.svg +12 -0
- package/src/assets/images/attachment-fallbackimage.svg +19 -0
- package/src/assets/images/attachment.svg +8 -0
- package/src/assets/images/bell-smile-xl.svg +18 -0
- package/src/assets/images/blocked.svg +7 -0
- package/src/assets/images/bug-chat-xl.svg +15 -0
- package/src/assets/images/bug-deceased-xl.svg +15 -0
- package/src/assets/images/bug-reproduction.svg +14 -0
- package/src/assets/images/bug-sad-xl.svg +13 -0
- package/src/assets/images/bug-search-xl.svg +18 -0
- package/src/assets/images/bug-sleeping-xl.svg +14 -0
- package/src/assets/images/bug-smile-xl.svg +9 -0
- package/src/assets/images/calendar.svg +15 -0
- package/src/assets/images/caret-down-centered.svg +6 -0
- package/src/assets/images/caret-down.svg +11 -0
- package/src/assets/images/caret-left-centered.svg +6 -0
- package/src/assets/images/caret-left.svg +6 -0
- package/src/assets/images/caret-right-centered.svg +6 -0
- package/src/assets/images/caret-right.svg +6 -0
- package/src/assets/images/caret-up-centered.svg +6 -0
- package/src/assets/images/caret-up.svg +11 -0
- package/src/assets/images/check-circle-filled-white.svg +9 -0
- package/src/assets/images/check-circle-filled.svg +12 -0
- package/src/assets/images/check-circle.svg +7 -0
- package/src/assets/images/check-selectable-items.svg +11 -0
- package/src/assets/images/check-thick-outline.svg +11 -0
- package/src/assets/images/check-thick.svg +6 -0
- package/src/assets/images/check.svg +17 -0
- package/src/assets/images/checkbox-background-black.svg +6 -0
- package/src/assets/images/checkbox-background-sm.svg +12 -0
- package/src/assets/images/checkbox-background-white.svg +6 -0
- package/src/assets/images/checkbox-background.svg +6 -0
- package/src/assets/images/checkbox-sm-checked.svg +11 -0
- package/src/assets/images/circle-empty-white.svg +6 -0
- package/src/assets/images/circle-sm-filled.svg +6 -0
- package/src/assets/images/clock.svg +12 -0
- package/src/assets/images/cross-circle-filled.svg +6 -0
- package/src/assets/images/cross-circle.svg +7 -0
- package/src/assets/images/cross-thick.svg +15 -0
- package/src/assets/images/cross.svg +7 -0
- package/src/assets/images/exclamation-circle-filled.svg +11 -0
- package/src/assets/images/exclamation-circle.svg +12 -0
- package/src/assets/images/feature-check.svg +9 -0
- package/src/assets/images/feature-cross.svg +10 -0
- package/src/assets/images/feature-draft.svg +14 -0
- package/src/assets/images/feature.svg +8 -0
- package/src/assets/images/file-image-plus-lg.svg +19 -0
- package/src/assets/images/file-image-plus-xl.svg +20 -0
- package/src/assets/images/format-bold.svg +11 -0
- package/src/assets/images/format-code.svg +12 -0
- package/src/assets/images/format-heading.svg +11 -0
- package/src/assets/images/format-indent-decrease.svg +11 -0
- package/src/assets/images/format-indent-increase.svg +11 -0
- package/src/assets/images/format-italic.svg +11 -0
- package/src/assets/images/format-link.svg +11 -0
- package/src/assets/images/format-list-bulleted.svg +17 -0
- package/src/assets/images/format-list-numbered.svg +17 -0
- package/src/assets/images/format-mark.svg +13 -0
- package/src/assets/images/format-quote.svg +17 -0
- package/src/assets/images/format-strikethrough.svg +11 -0
- package/src/assets/images/forward.svg +11 -0
- package/src/assets/images/google_signin.svg +22 -0
- package/src/assets/images/info-circle-cirro.svg +21 -0
- package/src/assets/images/info-circle-ux.svg +21 -0
- package/src/assets/images/lock.svg +15 -0
- package/src/assets/images/logo-mobile-cloud.svg +12 -0
- package/src/assets/images/logo-testio/testio_horizontal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -0
- package/src/assets/images/logo-testio/testio_symbol_purple-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purple.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_teal-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_teal.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -0
- package/src/assets/images/logo-testio/testio_typo_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_black.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -0
- package/src/assets/images/logo-testio/testio_typo_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_white.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -0
- package/src/assets/images/message-feedback.svg +10 -0
- package/src/assets/images/message-question-filled.svg +6 -0
- package/src/assets/images/message-question.svg +8 -0
- package/src/assets/images/message.svg +11 -0
- package/src/assets/images/pattern-striped-bright.png +0 -0
- package/src/assets/images/pattern-striped-dark.png +0 -0
- package/src/assets/images/pattern-stripes-black-bg.png +0 -0
- package/src/assets/images/pattern-stripes-black.png +0 -0
- package/src/assets/images/pattern-stripes-gray-60px.png +0 -0
- package/src/assets/images/pattern-stripes-gray-darker.png +0 -0
- package/src/assets/images/pattern-stripes-gray-petroldark-60px.png +0 -0
- package/src/assets/images/pattern-stripes-gray.png +0 -0
- package/src/assets/images/pattern-stripes-petrol.png +0 -0
- package/src/assets/images/pattern-stripes-transparent.png +0 -0
- package/src/assets/images/placeholders/Approaches-desktop.png +0 -0
- package/src/assets/images/placeholders/BugFixConfirmation-desktop.png +0 -0
- package/src/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png +0 -0
- package/src/assets/images/placeholders/Exploratorytesting-desktop.png +0 -0
- package/src/assets/images/placeholders/Logo-alpha-empire-white.png +0 -0
- package/src/assets/images/placeholders/Mobiletesting-mobileportrait.png +0 -0
- package/src/assets/images/placeholders/Plattforms-mobileportrait.png +0 -0
- package/src/assets/images/placeholders/Rocket-Blueprint.png +0 -0
- package/src/assets/images/placeholders/Rocket-Flying.png +0 -0
- package/src/assets/images/placeholders/TESTIO-email-header-darkteal.png +0 -0
- package/src/assets/images/placeholders/TestCaseExecution-mobile.png +0 -0
- package/src/assets/images/placeholders/Usability testing - desktop.png +0 -0
- package/src/assets/images/placeholders/automate-favicon.png +0 -0
- package/src/assets/images/placeholders/bugdetails.png +0 -0
- package/src/assets/images/placeholders/profile_boxer.png +0 -0
- package/src/assets/images/placeholders/profile_supergirl.png +0 -0
- package/src/assets/images/placeholders/security-jira-server.png +0 -0
- package/src/assets/images/placeholders/testio_symbol_purpleteal_square-1000px.png +0 -0
- package/src/assets/images/placeholders/testio_symbol_tealpurple_square-1000px.png +0 -0
- package/src/assets/images/question-circle.svg +24 -0
- package/src/assets/images/radio-checked-black.svg +5 -0
- package/src/assets/images/radio-checked-white.svg +1 -0
- package/src/assets/images/redo.svg +7 -0
- package/src/assets/images/remove.svg +6 -0
- package/src/assets/images/search.svg +11 -0
- package/src/assets/images/seat.svg +14 -0
- package/src/assets/images/section.svg +8 -0
- package/src/assets/images/select-languagepair-arrow-double.svg +1 -0
- package/src/assets/images/select-languagepair-arrow-single.svg +1 -0
- package/src/assets/images/sendmessage.svg +15 -0
- package/src/assets/images/speaker.svg +10 -0
- package/src/assets/images/test-archived.svg +12 -0
- package/src/assets/images/test-automation.svg +8 -0
- package/src/assets/images/test-check.svg +9 -0
- package/src/assets/images/test-ended.svg +9 -0
- package/src/assets/images/test-failed.svg +10 -0
- package/src/assets/images/test-initialized.svg +10 -0
- package/src/assets/images/test-locked.svg +15 -0
- package/src/assets/images/test-plus.svg +11 -0
- package/src/assets/images/test-promoted.svg +9 -0
- package/src/assets/images/test-running.svg +9 -0
- package/src/assets/images/test-stopped.svg +17 -0
- package/src/assets/images/test.svg +8 -0
- package/src/assets/images/testcase.svg +10 -0
- package/src/assets/images/tester-badges/testIO-testerbadge-cybersecurity.png +0 -0
- package/src/assets/images/tester-badges/testIO-testerbadge-cybersecurity.svg +1 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_g-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_g-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_g-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_g-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_xs@2x.png +0 -0
- package/src/assets/images/testio-logo-onwhite.svg +1 -0
- package/src/assets/images/testio-symbol-red.svg +1 -0
- package/src/assets/images/triangle-centered-down.svg +12 -0
- package/src/assets/images/triangle-centered-left.svg +12 -0
- package/src/assets/images/triangle-centered-right.svg +12 -0
- package/src/assets/images/triangle-centered-up.svg +12 -0
- package/src/assets/images/triangle-down.svg +5 -0
- package/src/assets/images/triangle-up.svg +5 -0
- package/src/assets/images/undo.svg +7 -0
- package/src/assets/images/verify-exclamation.svg +11 -0
- package/src/assets/scripts/app.js +150 -0
- package/src/assets/scripts/modules/colors.js +11 -0
- package/src/assets/scripts/modules/echarts_area.js +94 -0
- package/src/assets/scripts/modules/echarts_donut.js +85 -0
- package/src/assets/scripts/modules/echarts_exampledata.js +106 -0
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -0
- package/src/assets/scripts/modules/echarts_gauge.js +74 -0
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -0
- package/src/assets/scripts/modules/echarts_legend.js +13 -0
- package/src/assets/scripts/modules/echarts_vertical.js +80 -0
- package/src/assets/stylesheets/app.css +76 -0
- package/src/assets/stylesheets/components/actionbar.css +41 -0
- package/src/assets/stylesheets/components/alerts.css +50 -0
- package/src/assets/stylesheets/components/banner_card.css +57 -0
- package/src/assets/stylesheets/components/buttons.css +193 -0
- package/src/assets/stylesheets/components/cards.css +149 -0
- package/src/assets/stylesheets/components/chat.css +265 -0
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -0
- package/src/assets/stylesheets/components/customer/customer_header.css +98 -0
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -0
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -0
- package/src/assets/stylesheets/components/devices.css +84 -0
- package/src/assets/stylesheets/components/drawer.css +100 -0
- package/src/assets/stylesheets/components/dropdown.css +92 -0
- package/src/assets/stylesheets/components/emptystate_message.css +42 -0
- package/src/assets/stylesheets/components/fonts/testio.eot +0 -0
- package/src/assets/stylesheets/components/fonts/testio.svg +1025 -0
- package/src/assets/stylesheets/components/fonts/testio.ttf +0 -0
- package/src/assets/stylesheets/components/fonts/testio.woff +0 -0
- package/src/assets/stylesheets/components/fonts/testio.woff2 +0 -0
- package/src/assets/stylesheets/components/form_card.css +21 -0
- package/src/assets/stylesheets/components/form_grid.css +12 -0
- package/src/assets/stylesheets/components/forms.css +106 -0
- package/src/assets/stylesheets/components/header.css +221 -0
- package/src/assets/stylesheets/components/iconfont.css +3303 -0
- package/src/assets/stylesheets/components/icons.css +143 -0
- package/src/assets/stylesheets/components/images.css +27 -0
- package/src/assets/stylesheets/components/layout.css +82 -0
- package/src/assets/stylesheets/components/list_item.css +281 -0
- package/src/assets/stylesheets/components/lists.css +68 -0
- package/src/assets/stylesheets/components/loading_spinner.css +104 -0
- package/src/assets/stylesheets/components/manager/manager_header.css +51 -0
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -0
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -0
- package/src/assets/stylesheets/components/metasidebar.css +57 -0
- package/src/assets/stylesheets/components/metrics.css +13 -0
- package/src/assets/stylesheets/components/modals.css +105 -0
- package/src/assets/stylesheets/components/notifications.css +155 -0
- package/src/assets/stylesheets/components/popover.css +120 -0
- package/src/assets/stylesheets/components/progress.css +70 -0
- package/src/assets/stylesheets/components/radio_tabs.css +59 -0
- package/src/assets/stylesheets/components/reset.css +27 -0
- package/src/assets/stylesheets/components/resultmodule.css +133 -0
- package/src/assets/stylesheets/components/search.css +110 -0
- package/src/assets/stylesheets/components/sections.css +98 -0
- package/src/assets/stylesheets/components/select.css +51 -0
- package/src/assets/stylesheets/components/select2.css +252 -0
- package/src/assets/stylesheets/components/selectable_token.css +223 -0
- package/src/assets/stylesheets/components/sidebar.css +480 -0
- package/src/assets/stylesheets/components/splitview.css +304 -0
- package/src/assets/stylesheets/components/tables.css +109 -0
- package/src/assets/stylesheets/components/tabs.css +122 -0
- package/src/assets/stylesheets/components/tags.css +29 -0
- package/src/assets/stylesheets/components/task_issue_item.css +79 -0
- package/src/assets/stylesheets/components/test_item.css +90 -0
- package/src/assets/stylesheets/components/tester/tester_cards.css +144 -0
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -0
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +93 -0
- package/src/assets/stylesheets/components/toggleswitch.css +119 -0
- package/src/assets/stylesheets/components/tom_select.css +186 -0
- package/src/assets/stylesheets/components/trix_editor.css +174 -0
- package/src/assets/stylesheets/components/typography.css +81 -0
- package/src/assets/stylesheets/components/uploads.css +195 -0
- package/src/assets/stylesheets/components/user_item.css +58 -0
- package/src/assets/stylesheets/designsystem-styles.css +82 -0
- package/src/assets/stylesheets/postcss.config.js +16 -0
- package/src/assets/stylesheets/tailwind.config.js +331 -0
- package/src/humans.txt.njk +11 -0
- package/src/index.pug +16 -0
- package/src/pages/buttons/block.haml +39 -0
- package/src/pages/buttons/buttons-lg.haml +20 -0
- package/src/pages/buttons/buttons-sm.haml +42 -0
- package/src/pages/buttons/buttons-xl.haml +23 -0
- package/src/pages/buttons/buttons.haml +58 -0
- package/src/pages/buttons/buttons_input.haml +39 -0
- package/src/pages/buttons/dropdown-menu.haml +73 -0
- package/src/pages/buttons/index.njk +7 -0
- package/src/pages/buttons/info_popover.haml +33 -0
- package/src/pages/buttons/link-with-icon.haml +13 -0
- package/src/pages/buttons/square-buttons.haml +55 -0
- package/src/pages/charts/area.haml +215 -0
- package/src/pages/charts/bar_horizontal.haml +336 -0
- package/src/pages/charts/bar_vertical.haml +392 -0
- package/src/pages/charts/donut.haml +270 -0
- package/src/pages/charts/gauge.haml +215 -0
- package/src/pages/charts/index.njk +7 -0
- package/src/pages/ci.pug +8 -0
- package/src/pages/colors.pug +147 -0
- package/src/pages/components/alerts.haml +32 -0
- package/src/pages/components/banner_cards.haml +46 -0
- package/src/pages/components/cards.haml +112 -0
- package/src/pages/components/cards_customer.haml +487 -0
- package/src/pages/components/cards_fixedwidth.haml +135 -0
- package/src/pages/components/cards_iconheader.haml +58 -0
- package/src/pages/components/cards_tester.haml +159 -0
- package/src/pages/components/chat_window.haml +241 -0
- package/src/pages/components/comments_bug_preview.haml +29 -0
- package/src/pages/components/comments_chatmessages.haml +229 -0
- package/src/pages/components/descriptionlist.haml +47 -0
- package/src/pages/components/devices.haml +115 -0
- package/src/pages/components/drawer.haml +50 -0
- package/src/pages/components/drawer_filter.haml +76 -0
- package/src/pages/components/emptystate.haml +16 -0
- package/src/pages/components/index.njk +7 -0
- package/src/pages/components/issue-item.haml +18 -0
- package/src/pages/components/listitem_with_footer.haml +209 -0
- package/src/pages/components/listitems.haml +137 -0
- package/src/pages/components/listitems_badge.haml +36 -0
- package/src/pages/components/listitems_collapsable.haml +117 -0
- package/src/pages/components/listitems_nested.haml +50 -0
- package/src/pages/components/listitems_selectable.haml +59 -0
- package/src/pages/components/listitems_white.haml +82 -0
- package/src/pages/components/loading_spinner.haml +11 -0
- package/src/pages/components/metasidebar.haml +13 -0
- package/src/pages/components/modal_details.haml +68 -0
- package/src/pages/components/notification_center.haml +48 -0
- package/src/pages/components/notifications.haml +42 -0
- package/src/pages/components/profilethumb.haml +27 -0
- package/src/pages/components/progress.haml +23 -0
- package/src/pages/components/resultmodule.haml +151 -0
- package/src/pages/components/resultmodule_testcase.haml +125 -0
- package/src/pages/components/section_collapsable.haml +25 -0
- package/src/pages/components/splitview_item.haml +111 -0
- package/src/pages/components/splitview_item_collapsable.haml +65 -0
- package/src/pages/components/tables.haml +57 -0
- package/src/pages/components/tables_linked.haml +29 -0
- package/src/pages/components/tags.haml +12 -0
- package/src/pages/components/task_item.haml +33 -0
- package/src/pages/components/test_item.haml +119 -0
- package/src/pages/components/tester_levels.haml +70 -0
- package/src/pages/components/user_item.haml +49 -0
- package/src/pages/examples/layout-actionbar.haml +268 -0
- package/src/pages/examples/layout-basic.haml +28 -0
- package/src/pages/examples/layout-chat.haml +327 -0
- package/src/pages/examples/layout-customer.haml +190 -0
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +313 -0
- package/src/pages/examples/layout-manager.haml +99 -0
- package/src/pages/examples/layout-metasidebar.haml +269 -0
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +309 -0
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -0
- package/src/pages/examples/layout-sidebar.haml +296 -0
- package/src/pages/examples/layout-tester.haml +106 -0
- package/src/pages/examples/splitview-testcases.haml +478 -0
- package/src/pages/examples/splitview.haml +390 -0
- package/src/pages/forms/checkboxes.haml +64 -0
- package/src/pages/forms/checkboxes_devices.haml +45 -0
- package/src/pages/forms/form-addon.haml +16 -0
- package/src/pages/forms/form-card.haml +36 -0
- package/src/pages/forms/form-grid.haml +17 -0
- package/src/pages/forms/form_grid_narrow.haml +19 -0
- package/src/pages/forms/forms.haml +23 -0
- package/src/pages/forms/index.njk +7 -0
- package/src/pages/forms/radiobuttons.haml +50 -0
- package/src/pages/forms/rating_scale.haml +62 -0
- package/src/pages/forms/search.haml +71 -0
- package/src/pages/forms/select2.haml +72 -0
- package/src/pages/forms/select_native.haml +74 -0
- package/src/pages/forms/selectable_token.haml +49 -0
- package/src/pages/forms/selectable_token_browsers.haml +66 -0
- package/src/pages/forms/selectable_token_lg.haml +49 -0
- package/src/pages/forms/selectable_token_xl.haml +49 -0
- package/src/pages/forms/textarea.haml +24 -0
- package/src/pages/forms/toggle-buttons.haml +94 -0
- package/src/pages/forms/toggle-switch.haml +31 -0
- package/src/pages/forms/tomselect.haml +76 -0
- package/src/pages/forms/trix_editor.pug +10 -0
- package/src/pages/forms/uploads.pug +101 -0
- package/src/pages/icons/bug-icons.haml +76 -0
- package/src/pages/icons/index.njk +83 -0
- package/src/pages/icons/marketingicons.haml +16 -0
- package/src/pages/icons/status-icons.haml +39 -0
- package/src/pages/layout/app_layout.haml +28 -0
- package/src/pages/layout/index.njk +7 -0
- package/src/pages/layout/max_width.haml +50 -0
- package/src/pages/layout/spacing.haml +30 -0
- package/src/pages/navigation/header-manager.haml +74 -0
- package/src/pages/navigation/header-tester.haml +100 -0
- package/src/pages/navigation/header.haml +76 -0
- package/src/pages/navigation/header_customer.haml +77 -0
- package/src/pages/navigation/header_tester_epam.haml +108 -0
- package/src/pages/navigation/index.njk +7 -0
- package/src/pages/navigation/product_dropdown.haml +65 -0
- package/src/pages/navigation/radio_tabs.haml +22 -0
- package/src/pages/navigation/sidebar-manager.haml +46 -0
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -0
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -0
- package/src/pages/navigation/sidebar-tester.haml +75 -0
- package/src/pages/navigation/sidebar.haml +46 -0
- package/src/pages/navigation/sidebar_collapsables.haml +136 -0
- package/src/pages/navigation/sidebar_customer.haml +146 -0
- package/src/pages/navigation/tabnavigation.haml +13 -0
- package/src/pages/navigation/tabnavigation_actions.haml +22 -0
- package/src/pages/navigation/tabnavigation_pills.haml +13 -0
- package/src/pages/typography/index.njk +7 -0
- package/src/pages/typography/link_with_icon.haml +12 -0
- package/src/pages/typography/linked_icon.haml +10 -0
- package/src/pages/typography/markdown.md +113 -0
- package/src/pages/typography/section_header.haml +25 -0
- package/src/pages/typography/section_header_actions.haml +60 -0
- package/src/pages/typography/text_with_icon.haml +12 -0
- package/src/pages/typography/trix_styles.haml +127 -0
- package/src/pages/typography/typography.haml +52 -0
- package/src/sitemap.xml.njk +14 -0
- package/src/static/android-chrome-192x192.png +0 -0
- package/src/static/android-chrome-512x512.png +0 -0
- package/src/static/app.bundled.js +6332 -0
- package/src/static/app.compiled.css +468887 -0
- package/src/static/app.compiled.css.map +1 -0
- package/src/static/apple-touch-icon.png +0 -0
- package/src/static/browserconfig.xml +9 -0
- package/src/static/favicon-16x16.png +0 -0
- package/src/static/favicon-32x32.png +0 -0
- package/src/static/favicon.ico +0 -0
- package/src/static/icons-cirro.json +1 -0
- package/src/static/site.webmanifest +4 -0
- package/utils/collections.js +30 -0
- package/utils/filters.js +11 -0
- package/utils/markdown.js +10 -0
- package/utils/shortcodes.js +7 -0
- package/utils/transforms.js +19 -0
- package/webpack.config.js +25 -0
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="caret-up-centered" x="-0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M13.56,13C13.273,13 12.999,12.876 12.81,12.66L10.03,9.5L7.25,12.67C7.06,12.906 6.774,13.043 6.471,13.043C5.923,13.043 5.471,12.591 5.471,12.043C5.471,11.785 5.571,11.536 5.75,11.35L10.03,6.47L14.31,11.36C14.46,11.54 14.542,11.766 14.542,12C14.542,12.542 14.102,12.99 13.56,13Z" style="fill-rule:nonzero;"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 9 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="caret-up" x="0" y="0" width="9" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="9" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M8.06,13C7.773,13 7.499,12.876 7.31,12.66L4.53,9.5L1.75,12.67C1.56,12.906 1.274,13.043 0.971,13.043C0.423,13.043 -0.029,12.591 -0.029,12.043C-0.029,11.785 0.071,11.536 0.25,11.35L4.53,6.47L8.81,11.36C8.96,11.54 9.042,11.766 9.042,12C9.042,12.542 8.602,12.99 8.06,13Z" style="fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="check-circle-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<g>
|
|
6
|
+
<rect x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
7
|
+
<path d="M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0ZM15.71,7.707L9.71,13.707C9.51,13.903 9.26,14 9,14C8.74,14 8.49,13.902 8.29,13.707L5.29,10.707C4.9,10.317 4.9,9.684 5.29,9.294C5.68,8.903 6.319,8.903 6.71,9.294L9,11.586L14.29,6.294C14.68,5.903 15.319,5.903 15.71,6.294C16.1,6.684 16.1,7.316 15.71,7.707Z" style="fill:white;fill-rule:nonzero;"/>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="check-circle-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<rect x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
10
|
+
<path d="M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0ZM15.71,7.707L9.71,13.707C9.51,13.903 9.26,14 9,14C8.74,14 8.49,13.902 8.29,13.707L5.29,10.707C4.9,10.317 4.9,9.684 5.29,9.294C5.68,8.903 6.319,8.903 6.71,9.294L9,11.586L14.29,6.294C14.68,5.903 15.319,5.903 15.71,6.294C16.1,6.684 16.1,7.316 15.71,7.707Z" style="fill-rule:nonzero;"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="check-circle" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill-rule:nonzero;"/>
|
|
6
|
+
<path d="M15.707,6.293C15.316,5.902 14.684,5.902 14.293,6.293L9,11.586L6.707,9.293C6.316,8.902 5.684,8.902 5.293,9.293C4.902,9.684 4.902,10.316 5.293,10.707L8.293,13.707C8.488,13.902 8.744,14 9,14C9.256,14 9.512,13.902 9.707,13.707L15.707,7.707C16.098,7.316 16.098,6.684 15.707,6.293Z"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 8 6" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="check-selectable-items" x="0" y="0" width="8" height="6" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="8" height="6"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M7.093,0.005C7.126,0.01 7.158,0.013 7.19,0.019C7.575,0.096 7.898,0.413 7.976,0.805C8.033,1.094 7.956,1.406 7.768,1.635C7.747,1.661 7.724,1.684 7.702,1.708L3.705,5.71C3.68,5.732 3.657,5.756 3.632,5.776C3.33,6.025 2.879,6.074 2.527,5.885C2.469,5.855 2.415,5.818 2.364,5.776C2.339,5.756 2.315,5.732 2.291,5.71L0.293,3.709C0.271,3.685 0.247,3.662 0.227,3.637C0.061,3.434 -0.021,3.165 0.005,2.904C0.043,2.514 0.327,2.16 0.709,2.044C0.991,1.959 1.309,2.006 1.554,2.17C1.627,2.218 1.641,2.236 1.706,2.294L2.998,3.588L6.289,0.293L6.361,0.227C6.388,0.208 6.413,0.187 6.44,0.169C6.549,0.096 6.672,0.045 6.8,0.019C6.886,0.002 6.908,0.004 6.995,0C7.028,0.002 7.061,0.003 7.093,0.005Z"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 22 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="check-thick-outline" x="0" y="0" width="22" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="22" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M21.997,3.903L17.498,0.048L7.639,11.55L3.972,8.201L-0.023,12.575L8.158,20.048L21.997,3.903ZM7.769,13.674L4.026,10.256L2,12.417L8.029,17.923L19.918,4.053L17.643,2.155L7.769,13.674Z"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 22 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="check-thick" x="0" y="0" width="22" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M0,12.528L8.182,20L22.02,3.856L17.522,-0L7.662,11.502L3.995,8.153L0,12.528Z" style="fill:white;"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<g id="Artboard1" transform="matrix(1.05263,0,0,0.969697,5.26577e-05,0)">
|
|
5
|
+
<rect x="-0" y="0" width="19" height="16.5" style="fill:none;"/>
|
|
6
|
+
<clipPath id="_clip1">
|
|
7
|
+
<rect x="-0" y="0" width="19" height="16.5"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
<g clip-path="url(#_clip1)">
|
|
10
|
+
<g transform="matrix(0.950839,0,0,1.03216,0.944252,6.69281)">
|
|
11
|
+
<g id="check">
|
|
12
|
+
<path id="Check" d="M18.047,-6.479C18.316,-6.455 18.387,-6.414 18.517,-6.336C18.962,-6.067 19.131,-5.419 18.856,-4.963C18.818,-4.9 18.805,-4.887 18.759,-4.829L6.759,9.171C6.385,9.572 5.748,9.613 5.326,9.258L-0.674,3.778C-0.866,3.588 -0.895,3.511 -0.945,3.368C-1.142,2.799 -0.711,2.098 -0.086,2.044C0.188,2.02 0.461,2.123 0.674,2.302L5.912,7.086L17.241,-6.131L17.297,-6.191C17.351,-6.241 17.364,-6.255 17.424,-6.297C17.536,-6.377 17.665,-6.432 17.801,-6.46C17.956,-6.492 17.996,-6.479 18.047,-6.479Z" style="fill:white;"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="checkbox-background-black" x="0" y="0" width="30" height="30" style="fill:none;"/>
|
|
5
|
+
<path d="M24.112,8.513C23.428,7.829 22.322,7.829 21.638,8.513L12.375,17.776L8.362,13.763C7.678,13.079 6.572,13.079 5.888,13.763C5.204,14.447 5.204,15.553 5.888,16.237L11.138,21.487C11.479,21.829 11.927,22 12.375,22C12.823,22 13.271,21.829 13.612,21.487L24.112,10.988C24.796,10.303 24.796,9.197 24.112,8.513Z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="Artboard1" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<rect id="checkbox-background" x="-5" y="-5" width="30" height="30" style="fill:none;"/>
|
|
10
|
+
<path d="M15.074,4.998C15.318,5.022 15.382,5.056 15.502,5.123C15.978,5.388 16.161,6.078 15.85,6.549C15.814,6.605 15.801,6.616 15.759,6.667L8.746,14.682C8.398,15.04 7.809,15.116 7.405,14.816C7.352,14.777 7.341,14.765 7.293,14.72L4.282,11.709C4.116,11.53 4.09,11.461 4.045,11.331C3.834,10.729 4.346,9.975 5.028,10C5.277,10.01 5.513,10.121 5.698,10.293L7.963,12.558L14.27,5.328C14.27,5.328 14.702,4.99 15.074,4.998Z"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="checkbox-background-white" x="0" y="0" width="30" height="30" style="fill:none;"/>
|
|
5
|
+
<path d="M24.112,8.513C23.428,7.829 22.322,7.829 21.638,8.513L12.375,17.776L8.362,13.763C7.678,13.079 6.572,13.079 5.888,13.763C5.204,14.447 5.204,15.553 5.888,16.237L11.138,21.487C11.479,21.829 11.927,22 12.375,22C12.823,22 13.271,21.829 13.612,21.487L24.112,10.988C24.796,10.303 24.796,9.197 24.112,8.513Z" style="fill:white;"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="checkbox-background" x="0" y="0" width="30" height="30" style="fill:none;"/>
|
|
5
|
+
<path d="M22.07,8.999C22.314,9.023 22.378,9.057 22.498,9.124C22.974,9.389 23.157,10.079 22.846,10.55C22.81,10.606 22.797,10.617 22.755,10.668L13.744,20.681C13.396,21.039 12.807,21.115 12.403,20.815C12.35,20.776 12.339,20.764 12.291,20.719L7.285,15.713C7.119,15.534 7.093,15.465 7.048,15.335C6.837,14.733 7.349,13.979 8.031,14.004C8.28,14.014 8.516,14.125 8.701,14.297L12.961,18.557L21.266,9.329C21.266,9.329 21.698,8.991 22.07,8.999Z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="checkbox-sm-checked" x="0.021" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0.021" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M20.021,-0.002L0.021,-0.002L0.021,20.02L20.021,20.02L20.021,-0.002ZM5.16,10.007C5.215,10.017 5.229,10.019 5.283,10.034C5.444,10.081 5.589,10.173 5.712,10.288L7.961,12.537L14.271,5.325L14.314,5.279C14.717,4.898 15.409,4.908 15.775,5.32C16.067,5.649 16.104,6.178 15.856,6.546C15.825,6.592 15.815,6.602 15.78,6.645L8.764,14.663C8.726,14.704 8.717,14.716 8.675,14.753C8.33,15.059 7.767,15.084 7.396,14.795C7.351,14.761 7.342,14.75 7.301,14.712L4.294,11.705C3.901,11.286 3.931,10.56 4.389,10.205C4.555,10.076 4.762,10.001 4.971,9.995C5.093,9.991 5.121,10.002 5.16,10.007Z"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="circle-empty" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill:white;fill-rule:nonzero;"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="circle-sm-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M10,4C6.687,4 4,6.687 4,10C4,13.313 6.687,16 10,16C13.313,16 16,13.313 16,10C16,6.687 13.313,4 10,4" style="fill-rule:nonzero;"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="clock" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill-rule:nonzero;"/>
|
|
10
|
+
<path d="M11,4L11,11L9,11L9,4L11,4ZM14,11L11,11L11,9L14,9L14,11Z"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="cross-circle-filled" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0ZM13.707,6.293C13.316,5.902 12.684,5.902 12.293,6.293L10,8.586L7.707,6.293C7.316,5.902 6.684,5.902 6.293,6.293C5.902,6.684 5.902,7.316 6.293,7.707L8.586,10L6.293,12.293C5.902,12.684 5.902,13.316 6.293,13.707C6.488,13.902 6.744,14 7,14C7.256,14 7.512,13.902 7.707,13.707L10,11.414L12.293,13.707C12.488,13.902 12.744,14 13,14C13.256,14 13.512,13.902 13.707,13.707C14.098,13.316 14.098,12.684 13.707,12.293L11.414,10L13.707,7.707C14.098,7.316 14.098,6.684 13.707,6.293Z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="cross-circle" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,-0C4.478,-0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,-0 10,-0" style="fill-rule:nonzero;"/>
|
|
6
|
+
<path d="M13.707,6.293C13.316,5.902 12.684,5.902 12.293,6.293L10,8.586L7.707,6.293C7.316,5.902 6.684,5.902 6.293,6.293C5.902,6.684 5.902,7.316 6.293,7.707L8.586,10L6.293,12.293C5.902,12.684 5.902,13.316 6.293,13.707C6.488,13.902 6.744,14 7,14C7.256,14 7.512,13.902 7.707,13.707L10,11.414L12.293,13.707C12.488,13.902 12.744,14 13,14C13.256,14 13.512,13.902 13.707,13.707C14.098,13.316 14.098,12.684 13.707,12.293L11.414,10L13.707,7.707C14.098,7.316 14.098,6.684 13.707,6.293" style="fill-rule:nonzero;"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="cross-thick" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<rect id="boundingbox" x="-0" y="-0" width="20" height="20" style="fill:none;"/>
|
|
10
|
+
<path d="M19.899,15.657L4.343,0.101L0.101,4.343L15.657,19.899L19.899,15.657Z"/>
|
|
11
|
+
<path d="M19.899,15.657L4.343,0.101L0.101,4.343L15.657,19.899L19.899,15.657Z"/>
|
|
12
|
+
<path d="M15.657,0.101L0.101,15.657L4.343,19.899L19.899,4.343L15.657,0.101Z"/>
|
|
13
|
+
<path d="M15.657,0.101L0.101,15.657L4.343,19.899L19.899,4.343L15.657,0.101Z"/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<g transform="matrix(1,0,0,1,-880,0)">
|
|
5
|
+
<path id="Cross" d="M890,8.58L896.29,2.29C896.48,2.11 896.73,2 897,2C897.27,2 897.52,2.11 897.71,2.29C897.89,2.48 898,2.73 898,3C898,3.27 897.89,3.52 897.71,3.71L891.42,10L897.71,16.29C897.89,16.48 898,16.73 898,17C898,17.27 897.89,17.52 897.71,17.71C897.52,17.89 897.27,18 897,18C896.73,18 896.48,17.89 896.29,17.71L890,11.42L883.71,17.71C883.52,17.89 883.27,18 883,18C882.73,18 882.48,17.89 882.29,17.71C882.11,17.52 882,17.27 882,17C882,16.73 882.11,16.48 882.29,16.29L888.58,10L882.29,3.71C882.11,3.52 882,3.27 882,3C882,2.73 882.11,2.48 882.29,2.29C882.48,2.11 882.73,2 883,2C883.27,2 883.52,2.11 883.71,2.29L890,8.58Z" style="fill:white;"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="exclamation-circle-filled" x="0" y="0" width="20.006" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20.006" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M10,0C4.481,0 -0,4.481 -0,10C-0,15.519 4.481,20 10,20C15.519,20 20,15.519 20,10C20,4.481 15.519,0 10,0ZM10,15.998C9.401,15.998 9,15.498 9,14.999C9,14.4 9.5,13.999 10,13.999C10.599,13.999 10.999,14.499 10.999,14.999C10.999,15.499 10.598,15.998 10,15.998ZM11,12C11,12.5 10.6,13 10,13C9.4,13 9,12.5 9,12L9,5C9,4.4 9.5,4 10,4C10.6,4 11,4.5 11,5L11,12Z"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="check-circle" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M10,18C5.589,18 2,14.411 2,10C2,5.589 5.589,2 10,2C14.411,2 18,5.589 18,10C18,14.411 14.411,18 10,18M10,0C4.478,0 0,4.478 0,10C0,15.522 4.478,20 10,20C15.522,20 20,15.522 20,10C20,4.478 15.522,0 10,0" style="fill-rule:nonzero;"/>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M9.994,15.998C9.395,15.998 8.995,15.498 8.995,14.999C8.995,14.4 9.494,14 9.994,14C10.593,14 10.993,14.499 10.993,14.999C10.993,15.498 10.593,15.998 9.994,15.998"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g>
|
|
10
|
+
<path d="M8.994,5C8.994,4.4 9.494,4 9.994,4C10.594,4 10.994,4.5 10.994,5L10.994,12C10.994,12.5 10.594,13 9.994,13C9.394,13 8.994,12.5 8.994,12L8.994,5Z"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|