@worksafevictoria/wcl7.5 1.0.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/.editorconfig +13 -0
- package/.env +4 -0
- package/.eslintrc.cjs +10 -0
- package/.eslintrc.js +25 -0
- package/.husky/commit-msg +4 -0
- package/.prettierrc +5 -0
- package/.prettierrc.json +8 -0
- package/.storybook/main.js +18 -0
- package/.storybook/preview.js +34 -0
- package/LICENSE +21 -0
- package/README.md +159 -0
- package/babel.config.js +8 -0
- package/bin/clean.sh +52 -0
- package/bin/deploy.sh +25 -0
- package/ci/build/Build_Validation.md +35 -0
- package/ci/build/build_validation.yml +47 -0
- package/ci/release/Release_Beta.md +39 -0
- package/ci/release/Release_Master.md +29 -0
- package/ci/release/beta.yml +69 -0
- package/ci/release/master.yml +39 -0
- package/commitlint.config.js +1 -0
- package/index.html +13 -0
- package/jest.config.js +21 -0
- package/lib/detect-browser.js +33 -0
- package/lib/utility.js +59 -0
- package/lib/utility.test.js +15 -0
- package/package.json +93 -0
- package/public/favicon.ico +0 -0
- package/src/assets/base.css +86 -0
- package/src/assets/fonts/VIC-Bold.eot +0 -0
- package/src/assets/fonts/VIC-Bold.ttf +0 -0
- package/src/assets/fonts/VIC-Bold.woff +0 -0
- package/src/assets/fonts/VIC-Bold.woff2 +0 -0
- package/src/assets/fonts/VIC-BoldItalic.eot +0 -0
- package/src/assets/fonts/VIC-BoldItalic.ttf +0 -0
- package/src/assets/fonts/VIC-BoldItalic.woff +0 -0
- package/src/assets/fonts/VIC-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/VIC-ExtraLight.eot +0 -0
- package/src/assets/fonts/VIC-ExtraLight.ttf +0 -0
- package/src/assets/fonts/VIC-ExtraLight.woff +0 -0
- package/src/assets/fonts/VIC-ExtraLight.woff2 +0 -0
- package/src/assets/fonts/VIC-ExtraLightItalic.eot +0 -0
- package/src/assets/fonts/VIC-ExtraLightItalic.ttf +0 -0
- package/src/assets/fonts/VIC-ExtraLightItalic.woff +0 -0
- package/src/assets/fonts/VIC-ExtraLightItalic.woff2 +0 -0
- package/src/assets/fonts/VIC-Italic.eot +0 -0
- package/src/assets/fonts/VIC-Italic.ttf +0 -0
- package/src/assets/fonts/VIC-Italic.woff +0 -0
- package/src/assets/fonts/VIC-Italic.woff2 +0 -0
- package/src/assets/fonts/VIC-Light.eot +0 -0
- package/src/assets/fonts/VIC-Light.ttf +0 -0
- package/src/assets/fonts/VIC-Light.woff +0 -0
- package/src/assets/fonts/VIC-Light.woff2 +0 -0
- package/src/assets/fonts/VIC-LightItalic.eot +0 -0
- package/src/assets/fonts/VIC-LightItalic.ttf +0 -0
- package/src/assets/fonts/VIC-LightItalic.woff +0 -0
- package/src/assets/fonts/VIC-LightItalic.woff2 +0 -0
- package/src/assets/fonts/VIC-Medium.eot +0 -0
- package/src/assets/fonts/VIC-Medium.ttf +0 -0
- package/src/assets/fonts/VIC-Medium.woff +0 -0
- package/src/assets/fonts/VIC-Medium.woff2 +0 -0
- package/src/assets/fonts/VIC-MediumItalic.eot +0 -0
- package/src/assets/fonts/VIC-MediumItalic.ttf +0 -0
- package/src/assets/fonts/VIC-MediumItalic.woff +0 -0
- package/src/assets/fonts/VIC-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/VIC-Regular.eot +0 -0
- package/src/assets/fonts/VIC-Regular.ttf +0 -0
- package/src/assets/fonts/VIC-Regular.woff +0 -0
- package/src/assets/fonts/VIC-Regular.woff2 +0 -0
- package/src/assets/fonts/VIC-SemiBold.eot +0 -0
- package/src/assets/fonts/VIC-SemiBold.ttf +0 -0
- package/src/assets/fonts/VIC-SemiBold.woff +0 -0
- package/src/assets/fonts/VIC-SemiBold.woff2 +0 -0
- package/src/assets/fonts/VIC-SemiBoldItalic.eot +0 -0
- package/src/assets/fonts/VIC-SemiBoldItalic.ttf +0 -0
- package/src/assets/fonts/VIC-SemiBoldItalic.woff +0 -0
- package/src/assets/fonts/VIC-SemiBoldItalic.woff2 +0 -0
- package/src/assets/icons/AppFooter/australian-aboriginal-flag.svg +7 -0
- package/src/assets/icons/AppFooter/facebook-ws-footer.svg +58 -0
- package/src/assets/icons/AppFooter/facebook-ww-footer.svg +59 -0
- package/src/assets/icons/AppFooter/instagram-ww-footer.svg +70 -0
- package/src/assets/icons/AppFooter/linkedin-ws-footer.svg +59 -0
- package/src/assets/icons/AppFooter/linkedin-ww-footer.svg +60 -0
- package/src/assets/icons/AppFooter/logo-workwell-reversed.svg +45 -0
- package/src/assets/icons/AppFooter/pride-flag.svg +12 -0
- package/src/assets/icons/AppFooter/torres-strait-islanders-flag.svg +9 -0
- package/src/assets/icons/AppFooter/twitter-ws-footer.svg +58 -0
- package/src/assets/icons/AppFooter/twitter-ww-footer.svg +59 -0
- package/src/assets/icons/AppFooter/worksafe-footer-logo.svg +9 -0
- package/src/assets/icons/AppFooter/youtube-ws-footer.svg +55 -0
- package/src/assets/icons/AppFooter/youtube-ww-footer.svg +56 -0
- package/src/assets/icons/AppHeader/chev-down-16.svg +17 -0
- package/src/assets/icons/AppHeader/chev-left-24px.svg +13 -0
- package/src/assets/icons/AppHeader/chev-right-16px.svg +25 -0
- package/src/assets/icons/AppHeader/chev-right-24px.svg +13 -0
- package/src/assets/icons/AppHeader/close-32px.svg +15 -0
- package/src/assets/icons/AppHeader/menu-32px.svg +20 -0
- package/src/assets/icons/AppHeader/search-32px.svg +19 -0
- package/src/assets/icons/Email-circle-black.svg +4 -0
- package/src/assets/icons/Info-circle-fill.svg +10 -0
- package/src/assets/icons/Phone-circle-black.svg +4 -0
- package/src/assets/icons/SocialShare/bookmark-white.svg +3 -0
- package/src/assets/icons/SocialShare/bookmark-ww-footer.svg +57 -0
- package/src/assets/icons/SocialShare/bookmark.svg +56 -0
- package/src/assets/icons/SocialShare/email-white.svg +3 -0
- package/src/assets/icons/SocialShare/facebook-white.svg +3 -0
- package/src/assets/icons/SocialShare/facebook-ws-footer.svg +58 -0
- package/src/assets/icons/SocialShare/facebook-ww-footer.svg +59 -0
- package/src/assets/icons/SocialShare/facebook.svg +1 -0
- package/src/assets/icons/SocialShare/office-file-pdf.svg +1 -0
- package/src/assets/icons/SocialShare/print.svg +3 -0
- package/src/assets/icons/SocialShare/twitter-white.svg +3 -0
- package/src/assets/icons/SocialShare/twitter-ws-footer.svg +58 -0
- package/src/assets/icons/SocialShare/twitter-ww-footer.svg +59 -0
- package/src/assets/icons/SocialShare/twitter.svg +1 -0
- package/src/assets/icons/Strip/AlertDismiss.svg +4 -0
- package/src/assets/icons/Strip/Arrow right.svg +4 -0
- package/src/assets/icons/Strip/Chevron right.svg +3 -0
- package/src/assets/icons/Strip/Dismiss.svg +4 -0
- package/src/assets/icons/Strip/Exclamation triangle fill.svg +8 -0
- package/src/assets/icons/Strip/Info circle fill.svg +15 -0
- package/src/assets/icons/Strip/Information.svg +15 -0
- package/src/assets/icons/Strip/Warning.svg +8 -0
- package/src/assets/icons/arrow-left.svg +9 -0
- package/src/assets/icons/arrow-right.svg +9 -0
- package/src/assets/icons/bookmark.svg +56 -0
- package/src/assets/icons/brand-VicStateGov-logo-reversed.svg +72 -0
- package/src/assets/icons/bullet-empty.svg +3 -0
- package/src/assets/icons/bullet.svg +3 -0
- package/src/assets/icons/caret-down.svg +1 -0
- package/src/assets/icons/caret-left.svg +9 -0
- package/src/assets/icons/caret-right.svg +9 -0
- package/src/assets/icons/caret-up.svg +1 -0
- package/src/assets/icons/chev-down-white.svg +3 -0
- package/src/assets/icons/chev-down.svg +3 -0
- package/src/assets/icons/chev-left.svg +3 -0
- package/src/assets/icons/chev-right.svg +3 -0
- package/src/assets/icons/chev-up.svg +3 -0
- package/src/assets/icons/clock.svg +3 -0
- package/src/assets/icons/close.svg +1 -0
- package/src/assets/icons/cross.svg +3 -0
- package/src/assets/icons/document.svg +1 -0
- package/src/assets/icons/earth.svg +1 -0
- package/src/assets/icons/email.svg +6 -0
- package/src/assets/icons/external-link-16px.svg +18 -0
- package/src/assets/icons/external-link.svg +4 -0
- package/src/assets/icons/icon-close.svg +15 -0
- package/src/assets/icons/instagram.svg +3 -0
- package/src/assets/icons/key.svg +3 -0
- package/src/assets/icons/location.svg +10 -0
- package/src/assets/icons/phone.svg +3 -0
- package/src/assets/icons/refresh.svg +3 -0
- package/src/assets/icons/right-arrow.svg +3 -0
- package/src/assets/icons/search.svg +5 -0
- package/src/assets/icons/tick.svg +3 -0
- package/src/assets/icons/video-play.svg +4 -0
- package/src/assets/images/hero-header-chevron.svg +9 -0
- package/src/assets/images/hero-header-mask.png +0 -0
- package/src/assets/images/hero-header-mask.svg +3 -0
- package/src/assets/logo.svg +1 -0
- package/src/assets/main.css +35 -0
- package/src/assets/styles/button.scss +206 -0
- package/src/assets/styles/focus.scss +4 -0
- package/src/assets/styles/generated-icons.scss +374 -0
- package/src/assets/styles/modal.scss +12 -0
- package/src/assets/styles/rtl.scss +8 -0
- package/src/assets/styles/storybook.scss +9 -0
- package/src/assets/styles/stylesheet.scss +7 -0
- package/src/assets/styles/webfonts.css +155 -0
- package/src/components/Common/CardGrid/cardgrid.stories.js +269 -0
- package/src/components/Common/CardGrid/index.vue +321 -0
- package/src/components/Common/CardGridItem/card-grid-item-caret.vue +164 -0
- package/src/components/Common/CardGridItem/card-grid-item-icon.vue +163 -0
- package/src/components/Common/CardGridItem/index.vue +848 -0
- package/src/components/Common/FilterButton/index.vue +93 -0
- package/src/components/Containers/Column/index.stories.js +35 -0
- package/src/components/Containers/Column/index.vue +14 -0
- package/src/components/Containers/Container/index.stories.js +13 -0
- package/src/components/Containers/Container/index.vue +15 -0
- package/src/components/Containers/HomepageHeader/index.stories.js +78 -0
- package/src/components/Containers/HomepageHeader/index.vue +186 -0
- package/src/components/Containers/Row/index.stories.js +12 -0
- package/src/components/Containers/Row/index.vue +14 -0
- package/src/components/Containers/SectionGroup/index.stories.js +148 -0
- package/src/components/Containers/SectionGroup/index.vue +310 -0
- package/src/components/Containers/Subheader/index.stories.js +74 -0
- package/src/components/Containers/Subheader/index.vue +149 -0
- package/src/components/Global/AlertStrip/index.stories.js +13 -0
- package/src/components/Global/AlertStrip/index.vue +145 -0
- package/src/components/Global/AlertStrip/styles.scss +78 -0
- package/src/components/Global/AppFooter/FooterSocialShare/index.vue +105 -0
- package/src/components/Global/AppFooter/FooterSocialShare/styles.scss +41 -0
- package/src/components/Global/AppFooter/index.stories.js +24 -0
- package/src/components/Global/AppFooter/index.vue +632 -0
- package/src/components/Global/AppFooter/storiesConst.js +110 -0
- package/src/components/Global/AppFooter/styles.scss +393 -0
- package/src/components/Global/AppHeader/ModalSearch/index.vue +66 -0
- package/src/components/Global/AppHeader/ModalSearch/styles.scss +43 -0
- package/src/components/Global/AppHeader/includes.scss +68 -0
- package/src/components/Global/AppHeader/index.stories.js +82 -0
- package/src/components/Global/AppHeader/index.vue +878 -0
- package/src/components/Global/AppHeader/mobile.scss +240 -0
- package/src/components/Global/AppHeader/styles.scss +371 -0
- package/src/components/Global/BackToTop/index.stories.js +18 -0
- package/src/components/Global/BackToTop/index.vue +67 -0
- package/src/components/Global/BackToTop/styles.scss +46 -0
- package/src/components/Global/ContrastMode/index.stories.js +39 -0
- package/src/components/Global/ContrastMode/index.vue +308 -0
- package/src/components/Global/Cookies/Constants.js +72 -0
- package/src/components/Global/Cookies/index.storieshide.js +45 -0
- package/src/components/Global/Cookies/index.vue +453 -0
- package/src/components/Global/Cookies/styles.scss +259 -0
- package/src/components/Global/DirectoryFilters/SingleTaxonomy/index.vue +196 -0
- package/src/components/Global/DirectoryFilters/index.vue +176 -0
- package/src/components/Global/GlobalNotice/index.vue +266 -0
- package/src/components/Global/HeroHeader/index.stories.js +93 -0
- package/src/components/Global/HeroHeader/index.vue +343 -0
- package/src/components/Global/HeroHeader/styles.scss +480 -0
- package/src/components/Global/ProgressBar/index.stories.js +51 -0
- package/src/components/Global/ProgressBar/index.vue +58 -0
- package/src/components/Global/ProgressBar/styles.scss +116 -0
- package/src/components/Global/SocialShare/index.stories.js +18 -0
- package/src/components/Global/SocialShare/index.vue +318 -0
- package/src/components/Global/Strip/index.stories.js +70 -0
- package/src/components/Global/Strip/index.vue +357 -0
- package/src/components/HelloWorld.vue +44 -0
- package/src/components/Paragraphs/Accordion/AccordionItem/index.vue +232 -0
- package/src/components/Paragraphs/Accordion/StepperItem/index.vue +274 -0
- package/src/components/Paragraphs/Accordion/index.stories.js +84 -0
- package/src/components/Paragraphs/Accordion/index.vue +202 -0
- package/src/components/Paragraphs/Breakout/index.stories.js +39 -0
- package/src/components/Paragraphs/Breakout/index.vue +115 -0
- package/src/components/Paragraphs/BrowseContent/index.stories.js +220 -0
- package/src/components/Paragraphs/BrowseContent/index.vue +298 -0
- package/src/components/Paragraphs/BrowseContent/switcher.vue +63 -0
- package/src/components/Paragraphs/Calculator/CardContainer/index.vue +278 -0
- package/src/components/Paragraphs/Calculator/CardContainer/styles.scss +152 -0
- package/src/components/Paragraphs/Calculator/Constants.js +246 -0
- package/src/components/Paragraphs/Calculator/RiskLevel/index.vue +124 -0
- package/src/components/Paragraphs/Calculator/RiskLevel/styles.scss +73 -0
- package/src/components/Paragraphs/Calculator/index.stories.js +27 -0
- package/src/components/Paragraphs/Calculator/index.vue +284 -0
- package/src/components/Paragraphs/Calculator/styles.scss +49 -0
- package/src/components/Paragraphs/Directory/Records/CJ/index.vue +59 -0
- package/src/components/Paragraphs/Directory/Records/ISP/distance.js +46 -0
- package/src/components/Paragraphs/Directory/Records/ISP/index.vue +88 -0
- package/src/components/Paragraphs/Directory/Records/PRS/index.vue +59 -0
- package/src/components/Paragraphs/Directory/Records/PRS/recordContent.vue +91 -0
- package/src/components/Paragraphs/Directory/Records/PRS/recordDetails.vue +49 -0
- package/src/components/Paragraphs/Directory/Records/index.vue +203 -0
- package/src/components/Paragraphs/Directory/Records/styles.scss +129 -0
- package/src/components/Paragraphs/Directory/constants.js +79 -0
- package/src/components/Paragraphs/Directory/index.vue +334 -0
- package/src/components/Paragraphs/ListGroup/Constants.js +72 -0
- package/src/components/Paragraphs/ListGroup/Link/list-link.stories.js +71 -0
- package/src/components/Paragraphs/ListGroup/index.vue +333 -0
- package/src/components/Paragraphs/ListGroup/list-group.stories.js +64 -0
- package/src/components/Paragraphs/ListGroup/navigation-card.stories.js +66 -0
- package/src/components/Paragraphs/MarketingBanner/index.stories.js +65 -0
- package/src/components/Paragraphs/MarketingBanner/index.vue +118 -0
- package/src/components/Paragraphs/MarketingBanner/styles.scss +87 -0
- package/src/components/Paragraphs/ProofPoints/index.stories.js +173 -0
- package/src/components/Paragraphs/ProofPoints/index.vue +64 -0
- package/src/components/Paragraphs/RelatedInformation/index.stories.js +32 -0
- package/src/components/Paragraphs/RelatedInformation/index.vue +62 -0
- package/src/components/Paragraphs/RelatedInformation/styles.scss +50 -0
- package/src/components/Paragraphs/RichText/index.stories.js +393 -0
- package/src/components/Paragraphs/RichText/index.vue +113 -0
- package/src/components/Paragraphs/RichText/scss/base.scss +355 -0
- package/src/components/Paragraphs/RichText/scss/definition-list.scss +35 -0
- package/src/components/Paragraphs/RichText/scss/styled-list.scss +152 -0
- package/src/components/Paragraphs/RichText/scss/table.scss +85 -0
- package/src/components/Paragraphs/ScrollSpy/index.stories.js +184 -0
- package/src/components/Paragraphs/ScrollSpy/index.vue +147 -0
- package/src/components/Paragraphs/SelectableCards/Control/index.stories.js +29 -0
- package/src/components/Paragraphs/SelectableCards/cardbody.vue +25 -0
- package/src/components/Paragraphs/SelectableCards/cardtop.vue +113 -0
- package/src/components/Paragraphs/SelectableCards/index.stories.js +27 -0
- package/src/components/Paragraphs/SelectableCards/index.vue +116 -0
- package/src/components/Paragraphs/Statistics/index.stories.js +106 -0
- package/src/components/Paragraphs/Statistics/index.vue +95 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/cake-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/commute-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/fire_extinguisher-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/free_breakfast-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/portrait-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/storefront-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/tag_faces-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/index.stories.js +36 -0
- package/src/components/Paragraphs/TabbedCards/index.vue +393 -0
- package/src/components/Paragraphs/Tabs/index.stories.js +60 -0
- package/src/components/Paragraphs/Tabs/index.vue +127 -0
- package/src/components/Paragraphs/Tabs/styles.scss +150 -0
- package/src/components/Paragraphs/TabulatedData/Constants.js +158 -0
- package/src/components/Paragraphs/TabulatedData/index.stories.js +39 -0
- package/src/components/Paragraphs/TabulatedData/index.vue +145 -0
- package/src/components/Paragraphs/TaskFinder/index.stories.js +45 -0
- package/src/components/Paragraphs/TaskFinder/index.vue +192 -0
- package/src/components/Paragraphs/TaskFinder/pdf/index.vue +109 -0
- package/src/components/Paragraphs/TaskFinder/task-finder-column.vue +146 -0
- package/src/components/Paragraphs/TextMedia/MediaTypes/Image/index.vue +24 -0
- package/src/components/Paragraphs/TextMedia/MediaTypes/Video/index.vue +29 -0
- package/src/components/Paragraphs/TextMedia/index.stories.js +94 -0
- package/src/components/Paragraphs/TextMedia/index.vue +150 -0
- package/src/components/Paragraphs/VideoGrid/index.stories.js +167 -0
- package/src/components/Paragraphs/VideoGrid/index.vue +124 -0
- package/src/components/Paragraphs/VideoPlayer/index.stories.js +95 -0
- package/src/components/Paragraphs/VideoPlayer/index.vue +110 -0
- package/src/components/Paragraphs/Webform/index.stories.js +70 -0
- package/src/components/Paragraphs/Webform/index.vue +103 -0
- package/src/components/SubComponents/Breadcrumb/constants.js +15 -0
- package/src/components/SubComponents/Breadcrumb/index.stories.js +22 -0
- package/src/components/SubComponents/Breadcrumb/index.vue +91 -0
- package/src/components/SubComponents/CardGroup/cardbody.vue +109 -0
- package/src/components/SubComponents/CardGroup/cardtop.vue +106 -0
- package/src/components/SubComponents/CardGroup/index.stories.js +145 -0
- package/src/components/SubComponents/CardGroup/index.vue +297 -0
- package/src/components/SubComponents/CtaButton/index.stories.js +357 -0
- package/src/components/SubComponents/CtaButton/index.vue +256 -0
- package/src/components/SubComponents/FormAddressPostcode/index.stories.js +43 -0
- package/src/components/SubComponents/FormAddressPostcode/index.vue +314 -0
- package/src/components/SubComponents/FormInstance/index.stories.js +8 -0
- package/src/components/SubComponents/FormInstance/index.vue +12 -0
- package/src/components/SubComponents/GoogleSearch/index.stories.js +8 -0
- package/src/components/SubComponents/GoogleSearch/index.vue +405 -0
- package/src/components/SubComponents/Icon/README.md +40 -0
- package/src/components/SubComponents/Icon/example.js +41 -0
- package/src/components/SubComponents/Icon/index.stories.js +84 -0
- package/src/components/SubComponents/Icon/index.vue +127 -0
- package/src/components/SubComponents/Icon/styles.scss +38 -0
- package/src/components/SubComponents/Loading/index.stories.js +9 -0
- package/src/components/SubComponents/Loading/index.vue +15 -0
- package/src/components/SubComponents/MediaPlayer/index.stories.js +58 -0
- package/src/components/SubComponents/MediaPlayer/index.vue +69 -0
- package/src/components/SubComponents/Pagination/index.stories.js +119 -0
- package/src/components/SubComponents/Pagination/index.vue +184 -0
- package/src/components/SubComponents/Pagination/pagination.js +58 -0
- package/src/components/SubComponents/ResourceGroup/List/index.stories.js +268 -0
- package/src/components/SubComponents/ResourceGroup/cardbody.vue +221 -0
- package/src/components/SubComponents/ResourceGroup/cardfooter.vue +61 -0
- package/src/components/SubComponents/ResourceGroup/cardtop.vue +94 -0
- package/src/components/SubComponents/ResourceGroup/index.stories.js +268 -0
- package/src/components/SubComponents/ResourceGroup/index.vue +575 -0
- package/src/components/SubComponents/ResourceGroup/styles.scss +317 -0
- package/src/components/SubComponents/ResourceGroup/switcher.vue +63 -0
- package/src/components/SubComponents/Search/SearchListing/index.vue +217 -0
- package/src/components/SubComponents/Search/index.stories.js +43 -0
- package/src/components/SubComponents/Search/index.vue +238 -0
- package/src/components/SubComponents/SingleImage/index.stories.js +60 -0
- package/src/components/SubComponents/SingleImage/index.vue +98 -0
- package/src/components/SubComponents/VideoThumbnail/index.stories.js +41 -0
- package/src/components/SubComponents/VideoThumbnail/index.vue +239 -0
- package/src/components/TheWelcome.vue +88 -0
- package/src/components/WelcomeItem.vue +87 -0
- package/src/components/icons/IconCommunity.vue +7 -0
- package/src/components/icons/IconDocumentation.vue +7 -0
- package/src/components/icons/IconEcosystem.vue +7 -0
- package/src/components/icons/IconSupport.vue +7 -0
- package/src/components/icons/IconTooling.vue +19 -0
- package/src/includes/scss/all.scss +2 -0
- package/src/includes/scss/mixins/all.scss +6 -0
- package/src/includes/scss/mixins/src/focus.scss +38 -0
- package/src/includes/scss/mixins/src/fp.scss +31 -0
- package/src/includes/scss/mixins/src/grid.scss +125 -0
- package/src/includes/scss/mixins/src/mq.scss +30 -0
- package/src/includes/scss/mixins/src/rtl.scss +8 -0
- package/src/includes/scss/mixins/src/units.scss +110 -0
- package/src/includes/scss/vars/all.scss +2 -0
- package/src/includes/scss/vars/src/breakpoints.scss +20 -0
- package/src/includes/scss/vars/src/colors.module.scss +53 -0
- package/src/includes/scss/vars/src/colors.scss +53 -0
- package/src/index.js +116 -0
- package/src/main.js +18 -0
- package/src/mock/accordion.js +104 -0
- package/src/mock/app-header.js +683 -0
- package/src/mock/control-selectable-cards.js +58 -0
- package/src/mock/jest.svgtransformer.js +7 -0
- package/src/mock/list-group.js +46 -0
- package/src/mock/proof-points.js +55 -0
- package/src/mock/related-info.js +44 -0
- package/src/mock/selectable-cards.js +48 -0
- package/src/mock/statistics.js +63 -0
- package/src/mock/styleMock.js +1 -0
- package/src/mock/tabbed-cards.js +197 -0
- package/src/mock/task-finder.js +68 -0
- package/src/mock/video-grid.js +409 -0
- package/src/mock/video-media.js +51 -0
- package/src/public/places/api/v1/geocode/json +69 -0
- package/src/public/places/api/v1/place/autocomplete/json +226 -0
- package/stylelint.config.js +63 -0
- package/vite.config.js +19 -0
- package/vitest.config.js +14 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_519_295)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C15.1826 24 18.2348 22.7357 20.4853 20.4853C22.7357 18.2348 24 15.1826 24 12C24 8.8174 22.7357 5.76516 20.4853 3.51472C18.2348 1.26428 15.1826 0 12 0C8.8174 0 5.76516 1.26428 3.51472 3.51472C1.26428 5.76516 0 8.8174 0 12C0 15.1826 1.26428 18.2348 3.51472 20.4853C5.76516 22.7357 8.8174 24 12 24ZM13.395 9.882L9.96 10.3125L9.837 10.8825L10.512 11.007C10.953 11.112 11.04 11.271 10.944 11.7105L9.837 16.9125C9.546 18.258 9.9945 18.891 11.049 18.891C11.8665 18.891 12.816 18.513 13.2465 17.994L13.3785 17.37C13.0785 17.634 12.6405 17.739 12.3495 17.739C11.937 17.739 11.787 17.4495 11.8935 16.9395L13.395 9.882ZM12 8.25C12.3978 8.25 12.7794 8.09196 13.0607 7.81066C13.342 7.52936 13.5 7.14782 13.5 6.75C13.5 6.35218 13.342 5.97064 13.0607 5.68934C12.7794 5.40804 12.3978 5.25 12 5.25C11.6022 5.25 11.2206 5.40804 10.9393 5.68934C10.658 5.97064 10.5 6.35218 10.5 6.75C10.5 7.14782 10.658 7.52936 10.9393 7.81066C11.2206 8.09196 11.6022 8.25 12 8.25Z" fill="#191919"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_519_295">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="12" cy="12" r="12" fill="#191919"/>
|
|
3
|
+
<path d="M17.3365 14.5045L16.1105 13.278C15.8468 13.0138 15.4889 12.8654 15.1157 12.8654C14.7425 12.8654 14.3846 13.0138 14.121 13.278L13.871 13.528C12.6388 12.4956 11.5007 11.356 10.47 10.1225L10.72 9.87247C11.2681 9.32275 11.2681 8.43319 10.72 7.88347L9.49145 6.65847C8.93431 6.12621 8.05709 6.12621 7.49995 6.65847L6.82995 7.33147C6.16636 7.99984 6.06204 9.04181 6.57995 9.82847C8.5775 12.8384 11.1569 15.4183 14.1665 17.4165C14.9554 17.9294 15.9947 17.8254 16.6665 17.1665L17.339 16.4935C17.603 16.23 17.7514 15.8723 17.7514 15.4992C17.7514 15.1262 17.603 14.7685 17.339 14.505L17.3365 14.5045Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
width="10"
|
|
11
|
+
height="14"
|
|
12
|
+
viewBox="0 0 10 14"
|
|
13
|
+
version="1.1"
|
|
14
|
+
id="svg12"
|
|
15
|
+
sodipodi:docname="bookmark-ww-footer.svg"
|
|
16
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)">
|
|
17
|
+
<metadata
|
|
18
|
+
id="metadata18">
|
|
19
|
+
<rdf:RDF>
|
|
20
|
+
<cc:Work
|
|
21
|
+
rdf:about="">
|
|
22
|
+
<dc:format>image/svg+xml</dc:format>
|
|
23
|
+
<dc:type
|
|
24
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
25
|
+
</cc:Work>
|
|
26
|
+
</rdf:RDF>
|
|
27
|
+
</metadata>
|
|
28
|
+
<defs
|
|
29
|
+
id="defs16" />
|
|
30
|
+
<sodipodi:namedview
|
|
31
|
+
inkscape:document-rotation="0"
|
|
32
|
+
pagecolor="#ffffff"
|
|
33
|
+
bordercolor="#666666"
|
|
34
|
+
borderopacity="1"
|
|
35
|
+
objecttolerance="10"
|
|
36
|
+
gridtolerance="10"
|
|
37
|
+
guidetolerance="10"
|
|
38
|
+
inkscape:pageopacity="0"
|
|
39
|
+
inkscape:pageshadow="2"
|
|
40
|
+
inkscape:window-width="1692"
|
|
41
|
+
inkscape:window-height="799"
|
|
42
|
+
id="namedview14"
|
|
43
|
+
showgrid="false"
|
|
44
|
+
inkscape:zoom="36.174702"
|
|
45
|
+
inkscape:cx="-0.96374234"
|
|
46
|
+
inkscape:cy="8.1391971"
|
|
47
|
+
inkscape:window-x="0"
|
|
48
|
+
inkscape:window-y="23"
|
|
49
|
+
inkscape:window-maximized="0"
|
|
50
|
+
inkscape:current-layer="svg12" />
|
|
51
|
+
<path
|
|
52
|
+
fill="#FFF"
|
|
53
|
+
fill-rule="nonzero"
|
|
54
|
+
d="M8.31 13.386l-2.62-2.5a1 1 0 0 0-1.38 0l-2.62 2.5A1 1 0 0 1 0 12.663V0h10v12.663a1 1 0 0 1-1.69.723z"
|
|
55
|
+
id="path10"
|
|
56
|
+
style="fill:#356041;fill-opacity:1" />
|
|
57
|
+
</svg>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)"
|
|
11
|
+
sodipodi:docname="bookmark.svg"
|
|
12
|
+
id="svg12"
|
|
13
|
+
version="1.1"
|
|
14
|
+
viewBox="0 0 10 14"
|
|
15
|
+
height="14"
|
|
16
|
+
width="10">
|
|
17
|
+
<metadata
|
|
18
|
+
id="metadata18">
|
|
19
|
+
<rdf:RDF>
|
|
20
|
+
<cc:Work
|
|
21
|
+
rdf:about="">
|
|
22
|
+
<dc:format>image/svg+xml</dc:format>
|
|
23
|
+
<dc:type
|
|
24
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
25
|
+
</cc:Work>
|
|
26
|
+
</rdf:RDF>
|
|
27
|
+
</metadata>
|
|
28
|
+
<defs
|
|
29
|
+
id="defs16" />
|
|
30
|
+
<sodipodi:namedview
|
|
31
|
+
inkscape:current-layer="svg12"
|
|
32
|
+
inkscape:window-maximized="0"
|
|
33
|
+
inkscape:window-y="23"
|
|
34
|
+
inkscape:window-x="0"
|
|
35
|
+
inkscape:cy="8.1391971"
|
|
36
|
+
inkscape:cx="-0.96374234"
|
|
37
|
+
inkscape:zoom="36.174702"
|
|
38
|
+
showgrid="false"
|
|
39
|
+
id="namedview14"
|
|
40
|
+
inkscape:window-height="799"
|
|
41
|
+
inkscape:window-width="1692"
|
|
42
|
+
inkscape:pageshadow="2"
|
|
43
|
+
inkscape:pageopacity="0"
|
|
44
|
+
guidetolerance="10"
|
|
45
|
+
gridtolerance="10"
|
|
46
|
+
objecttolerance="10"
|
|
47
|
+
borderopacity="1"
|
|
48
|
+
bordercolor="#666666"
|
|
49
|
+
pagecolor="#ffffff" />
|
|
50
|
+
<path
|
|
51
|
+
style="fill:#000000"
|
|
52
|
+
id="path10"
|
|
53
|
+
d="M8.31 13.386l-2.62-2.5a1 1 0 0 0-1.38 0l-2.62 2.5A1 1 0 0 1 0 12.663V0h10v12.663a1 1 0 0 1-1.69.723z"
|
|
54
|
+
fill-rule="nonzero"
|
|
55
|
+
fill="#FFF" />
|
|
56
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" viewBox="0 0 16 12">
|
|
2
|
+
<path fill="#FFF" fill-rule="nonzero" d="M14.4 0H1.6C.72 0 .008.63.008 1.4L0 9.8c0 .77.72 1.4 1.6 1.4h12.8c.88 0 1.6-.63 1.6-1.4V1.4c0-.77-.72-1.4-1.6-1.4zm-.32 3.4L8.424 6.178c-.256.16-.848 0-.848 0L1.92 3.4a.68.68 0 1 1 .72-1.152L8 4.842l5.36-2.594a.68.68 0 1 1 .72 1.152z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)"
|
|
11
|
+
sodipodi:docname="facebook-black.svg"
|
|
12
|
+
id="svg86"
|
|
13
|
+
version="1.1"
|
|
14
|
+
height="24"
|
|
15
|
+
width="12">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata92">
|
|
18
|
+
<rdf:RDF>
|
|
19
|
+
<cc:Work
|
|
20
|
+
rdf:about="">
|
|
21
|
+
<dc:format>image/svg+xml</dc:format>
|
|
22
|
+
<dc:type
|
|
23
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
24
|
+
</cc:Work>
|
|
25
|
+
</rdf:RDF>
|
|
26
|
+
</metadata>
|
|
27
|
+
<defs
|
|
28
|
+
id="defs90" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
inkscape:current-layer="svg86"
|
|
31
|
+
inkscape:window-maximized="0"
|
|
32
|
+
inkscape:window-y="23"
|
|
33
|
+
inkscape:window-x="0"
|
|
34
|
+
inkscape:cy="14.855219"
|
|
35
|
+
inkscape:cx="5.8383838"
|
|
36
|
+
inkscape:zoom="37.125"
|
|
37
|
+
showgrid="false"
|
|
38
|
+
id="namedview88"
|
|
39
|
+
inkscape:window-height="921"
|
|
40
|
+
inkscape:window-width="1292"
|
|
41
|
+
inkscape:pageshadow="2"
|
|
42
|
+
inkscape:pageopacity="0"
|
|
43
|
+
guidetolerance="10"
|
|
44
|
+
gridtolerance="10"
|
|
45
|
+
objecttolerance="10"
|
|
46
|
+
borderopacity="1"
|
|
47
|
+
bordercolor="#666666"
|
|
48
|
+
pagecolor="#ffffff" />
|
|
49
|
+
<path
|
|
50
|
+
id="path84"
|
|
51
|
+
fill-rule="evenodd"
|
|
52
|
+
fill="#2E4FA9"
|
|
53
|
+
d="M3 24h4.5V12.996h4.195L12 9H7.5V6c0-1.172.223-2.004 1.746-2.004h2.59L12 .223S10.7 0 9 0C4.781 0 3 2.672 3 5.496V9H0v3.996h3V24z" />
|
|
54
|
+
<path
|
|
55
|
+
id="path94"
|
|
56
|
+
d="M 3.023569,18.491582 V 12.983165 H 1.5151515 0.00673401 V 11.003367 9.023569 H 1.5151515 3.023569 V 7.0182147 c 0,-2.1748402 0.00781,-2.3251952 0.1526314,-2.9374066 0.5512849,-2.3305214 2.3201088,-3.76165545 4.9786818,-4.02819117 0.3762812,-0.03772414 1.5297597,-0.03673471 2.1120618,0.0018117 0.696442,0.04610204 1.636744,0.14853365 1.692401,0.18436134 0.01729,0.0111276 -1.5e-5,0.6146453 -0.04953,1.72754003 -0.04185,0.9407407 -0.07656,1.7794957 -0.07713,1.8639 l -10e-4,0.1534627 -1.542088,0.00918 C 8.7997829,4.0017341 8.7403246,4.0040466 8.5367125,4.0610403 8.1214128,4.1772875 7.8662341,4.3780224 7.6988167,4.7201657 7.512643,5.1006397 7.5140318,5.0833864 7.50255,7.1582492 L 7.4922276,9.023569 h 2.2510319 2.2510315 l -0.01217,0.060606 c -0.0067,0.033333 -0.07662,0.924233 -0.155395,1.979776 l -0.143227,1.91917 -2.0942764,2.2e-5 -2.0942761,2.2e-5 V 18.491582 24 H 5.2592593 3.023569 Z"
|
|
57
|
+
style="fill:#000000;stroke-width:0.026936" />
|
|
58
|
+
</svg>
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
width="12"
|
|
11
|
+
height="24"
|
|
12
|
+
version="1.1"
|
|
13
|
+
id="svg86"
|
|
14
|
+
sodipodi:docname="facebook-ww-footer.svg"
|
|
15
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata92">
|
|
18
|
+
<rdf:RDF>
|
|
19
|
+
<cc:Work
|
|
20
|
+
rdf:about="">
|
|
21
|
+
<dc:format>image/svg+xml</dc:format>
|
|
22
|
+
<dc:type
|
|
23
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
24
|
+
</cc:Work>
|
|
25
|
+
</rdf:RDF>
|
|
26
|
+
</metadata>
|
|
27
|
+
<defs
|
|
28
|
+
id="defs90" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
inkscape:document-rotation="0"
|
|
31
|
+
pagecolor="#ffffff"
|
|
32
|
+
bordercolor="#666666"
|
|
33
|
+
borderopacity="1"
|
|
34
|
+
objecttolerance="10"
|
|
35
|
+
gridtolerance="10"
|
|
36
|
+
guidetolerance="10"
|
|
37
|
+
inkscape:pageopacity="0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:window-width="1920"
|
|
40
|
+
inkscape:window-height="1035"
|
|
41
|
+
id="namedview88"
|
|
42
|
+
showgrid="false"
|
|
43
|
+
inkscape:zoom="37.125"
|
|
44
|
+
inkscape:cx="5.8383838"
|
|
45
|
+
inkscape:cy="14.020202"
|
|
46
|
+
inkscape:window-x="0"
|
|
47
|
+
inkscape:window-y="23"
|
|
48
|
+
inkscape:window-maximized="1"
|
|
49
|
+
inkscape:current-layer="svg86" />
|
|
50
|
+
<path
|
|
51
|
+
d="M3 24h4.5V12.996h4.195L12 9H7.5V6c0-1.172.223-2.004 1.746-2.004h2.59L12 .223S10.7 0 9 0C4.781 0 3 2.672 3 5.496V9H0v3.996h3V24z"
|
|
52
|
+
fill="#2E4FA9"
|
|
53
|
+
fill-rule="evenodd"
|
|
54
|
+
id="path84" />
|
|
55
|
+
<path
|
|
56
|
+
style="fill:#356041;stroke-width:0.026936;fill-opacity:1"
|
|
57
|
+
d="M 3.023569,18.491582 V 12.983165 H 1.5151515 0.00673401 V 11.003367 9.023569 H 1.5151515 3.023569 V 7.0182147 c 0,-2.1748402 0.00781,-2.3251952 0.1526314,-2.9374066 0.5512849,-2.3305214 2.3201088,-3.76165545 4.9786818,-4.02819117 0.3762812,-0.03772414 1.5297597,-0.03673471 2.1120618,0.0018117 0.696442,0.04610204 1.636744,0.14853365 1.692401,0.18436134 0.01729,0.0111276 -1.5e-5,0.6146453 -0.04953,1.72754003 -0.04185,0.9407407 -0.07656,1.7794957 -0.07713,1.8639 l -10e-4,0.1534627 -1.542088,0.00918 C 8.7997829,4.0017341 8.7403246,4.0040466 8.5367125,4.0610403 8.1214128,4.1772875 7.8662341,4.3780224 7.6988167,4.7201657 7.512643,5.1006397 7.5140318,5.0833864 7.50255,7.1582492 L 7.4922276,9.023569 h 2.2510319 2.2510315 l -0.01217,0.060606 c -0.0067,0.033333 -0.07662,0.924233 -0.155395,1.979776 l -0.143227,1.91917 -2.0942764,2.2e-5 -2.0942761,2.2e-5 V 18.491582 24 H 5.2592593 3.023569 Z"
|
|
58
|
+
id="path94" />
|
|
59
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="12" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M3 24h4.5V12.996h4.195L12 9H7.5V6c0-1.172.223-2.004 1.746-2.004h2.59L12 .223S10.7 0 9 0C4.781 0 3 2.672 3 5.496V9H0v3.996h3V24z" fill="#2E4FA9" fill-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>office-file-pdf</title><path d="M17.5,6h3.9a.25.25,0,0,0,.177-.427L16.427.425A.25.25,0,0,0,16,.6V4.5A1.5,1.5,0,0,0,17.5,6Z"/><path d="M11.951,13.822c-.105-.046-.326-.048-.326.164v3.977a.237.237,0,0,0,.327.21,2.374,2.374,0,0,0,0-4.351Z"/><path d="M7.5,13.623H6.877a.252.252,0,0,0-.252.252v1.246a.252.252,0,0,0,.252.252H7.5a.875.875,0,0,0,0-1.75Z"/><path d="M21.75,7H17.5A2.5,2.5,0,0,1,15,4.5V.248A.25.25,0,0,0,14.75,0H4A2,2,0,0,0,2,2V22a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V7.248A.25.25,0,0,0,21.75,7ZM7.5,16.623H6.877a.252.252,0,0,0-.252.252V19a.625.625,0,0,1-1.25,0V13A.625.625,0,0,1,6,12.373H7.5a2.125,2.125,0,0,1,0,4.25Zm3.5,3A.625.625,0,0,1,10.375,19V13A.625.625,0,0,1,11,12.373a3.625,3.625,0,0,1,0,7.25Zm8-6H17a.375.375,0,0,0-.375.375v1.123a.252.252,0,0,0,.252.252H18a.625.625,0,0,1,0,1.25H16.877a.252.252,0,0,0-.252.252V19a.625.625,0,1,1-1.25,0V14A1.627,1.627,0,0,1,17,12.373h2a.625.625,0,0,1,0,1.25Z"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="17" viewBox="0 0 18 17">
|
|
2
|
+
<path fill="#000" fill-rule="nonzero" d="M15.3 4.5H2.7A2.696 2.696 0 0 0 0 7.2v3.6c0 .99.81 1.8 1.8 1.8h1.8v1.8c0 .99.81 1.8 1.8 1.8h7.2c.99 0 1.8-.81 1.8-1.8v-1.8h1.8c.99 0 1.8-.81 1.8-1.8V7.2c0-1.494-1.206-2.7-2.7-2.7zm-3.6 9.9H6.3a.903.903 0 0 1-.9-.9V9.9h7.2v3.6c0 .495-.405.9-.9.9zm3.6-6.3a.903.903 0 0 1-.9-.9c0-.495.405-.9.9-.9s.9.405.9.9-.405.9-.9.9zM13.5 0h-9c-.495 0-.9.405-.9.9v1.8c0 .495.405.9.9.9h9c.495 0 .9-.405.9-.9V.9c0-.495-.405-.9-.9-.9z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="19" height="15" viewBox="0 0 19 15">
|
|
2
|
+
<path fill="#FFF" fill-rule="evenodd" d="M18.4 2.174a7.366 7.366 0 0 1-2.127.572 3.577 3.577 0 0 0 1.626-1.99 7.544 7.544 0 0 1-2.33.871A3.874 3.874 0 0 0 12.855.5c-2.039 0-3.683 1.597-3.683 3.578 0 .282.018.572.08.829-3.059-.163-5.766-1.512-7.603-3.681-.308.53-.5 1.076-.5 1.742 0 1.23.65 2.323 1.651 2.972a3.784 3.784 0 0 1-1.67-.444v.043c0 1.742 1.275 3.194 2.962 3.518-.316.085-.65.128-.984.128-.228 0-.457-.025-.686-.068.458 1.417 1.837 2.476 3.437 2.494-1.248.973-2.856 1.699-4.58 1.699-.298 0-.588-.017-.878-.06 1.626 1.016 3.586 1.46 5.669 1.46 6.785 0 10.494-5.465 10.494-10.205v-.47A7.364 7.364 0 0 0 18.4 2.175z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)"
|
|
11
|
+
sodipodi:docname="twitter-black.svg"
|
|
12
|
+
id="svg186"
|
|
13
|
+
version="1.1"
|
|
14
|
+
height="19"
|
|
15
|
+
width="24">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata192">
|
|
18
|
+
<rdf:RDF>
|
|
19
|
+
<cc:Work
|
|
20
|
+
rdf:about="">
|
|
21
|
+
<dc:format>image/svg+xml</dc:format>
|
|
22
|
+
<dc:type
|
|
23
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
24
|
+
</cc:Work>
|
|
25
|
+
</rdf:RDF>
|
|
26
|
+
</metadata>
|
|
27
|
+
<defs
|
|
28
|
+
id="defs190" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
inkscape:current-layer="svg186"
|
|
31
|
+
inkscape:window-maximized="0"
|
|
32
|
+
inkscape:window-y="23"
|
|
33
|
+
inkscape:window-x="0"
|
|
34
|
+
inkscape:cy="9.5"
|
|
35
|
+
inkscape:cx="12"
|
|
36
|
+
inkscape:zoom="43.875"
|
|
37
|
+
showgrid="false"
|
|
38
|
+
id="namedview188"
|
|
39
|
+
inkscape:window-height="977"
|
|
40
|
+
inkscape:window-width="1618"
|
|
41
|
+
inkscape:pageshadow="2"
|
|
42
|
+
inkscape:pageopacity="0"
|
|
43
|
+
guidetolerance="10"
|
|
44
|
+
gridtolerance="10"
|
|
45
|
+
objecttolerance="10"
|
|
46
|
+
borderopacity="1"
|
|
47
|
+
bordercolor="#666666"
|
|
48
|
+
pagecolor="#ffffff" />
|
|
49
|
+
<path
|
|
50
|
+
id="path184"
|
|
51
|
+
fill-rule="evenodd"
|
|
52
|
+
fill="#22A0FF"
|
|
53
|
+
d="M24 2.238a9.8 9.8 0 0 1-2.836.765 4.78 4.78 0 0 0 2.168-2.66c-.937.548-2.004.947-3.105 1.164A5.159 5.159 0 0 0 16.605 0c-2.718 0-4.91 2.135-4.91 4.784 0 .377.024.765.106 1.108C7.723 5.675 4.113 3.87 1.664.97 1.254 1.678.996 2.409.996 3.3c0 1.644.867 3.106 2.203 3.973A5.035 5.035 0 0 1 .973 6.68v.057c0 2.33 1.699 4.27 3.949 4.704a5.045 5.045 0 0 1-1.313.171c-.304 0-.609-.034-.914-.091.61 1.895 2.45 3.311 4.582 3.334-1.664 1.302-3.808 2.272-6.105 2.272-.399 0-.785-.022-1.172-.08C2.168 18.407 4.781 19 7.559 19c9.046 0 13.992-7.308 13.992-13.645v-.628A9.833 9.833 0 0 0 24 2.238z" />
|
|
54
|
+
<path
|
|
55
|
+
id="path194"
|
|
56
|
+
d="M 6.5982906,18.965787 C 4.5384978,18.859217 2.652005,18.396839 1.037037,17.60273 0.50012093,17.338719 0.01242512,17.055761 0.12809129,17.075366 c 0.23312266,0.03951 0.82603468,0.06454 1.25082611,0.0528 0.524184,-0.01449 0.7163878,-0.03302 1.2327428,-0.118835 1.4972426,-0.248844 3.1180909,-0.972534 4.4930819,-2.006111 0.1030498,-0.07746 0.1808276,-0.147376 0.1728397,-0.155364 -0.00799,-0.008 -0.092302,-0.01471 -0.1873635,-0.01494 C 6.7493115,14.832092 6.2165005,14.731426 5.7663818,14.582797 5.6472934,14.543474 5.4011396,14.439523 5.2193732,14.351794 4.0965983,13.809894 3.241058,12.896026 2.795115,11.762261 2.7495396,11.64639 2.7122507,11.548417 2.7122507,11.544542 c 0,-0.0039 0.089744,0.0078 0.1994302,0.02605 0.2985149,0.04953 1.1798861,0.04699 1.474777,-0.0043 0.3352896,-0.05827 0.5384383,-0.107628 0.5259674,-0.127807 -0.00607,-0.0098 -0.075383,-0.03043 -0.1540356,-0.04581 C 4.5048187,11.343128 4.0102482,11.167247 3.7048595,11.018054 3.2053655,10.774034 2.8077096,10.491692 2.4082058,10.09741 1.5402235,9.2407722 1.065864,8.1894158 0.98941183,6.9528365 L 0.97354956,6.6962715 1.2104215,6.8085397 C 1.7636392,7.0707442 2.3778854,7.2278519 3.042735,7.2771964 3.2549121,7.292944 3.263249,7.3083191 2.9258138,7.0615633 2.8146218,6.9802521 2.6069796,6.8007649 2.4643866,6.6627029 2.0212896,6.2336859 1.7403528,5.8492481 1.4814681,5.3176638 0.85416062,4.0295738 0.84971207,2.6472187 1.4687791,1.3746439 1.6725748,0.95571464 1.6534076,0.9705801 1.7855903,1.1289355 1.9898872,1.3736841 2.4435622,1.8435246 2.7528365,2.130647 5.1533399,4.3592128 8.1857769,5.6494653 11.587571,5.8896823 l 0.225747,0.015941 -0.01615,-0.077456 c -0.09251,-0.4436355 -0.109875,-1.2339765 -0.03775,-1.7184811 0.182199,-1.2238967 0.814769,-2.3002234 1.798853,-3.0607736 1.519663,-1.17447291 3.585816,-1.36257921 5.324919,-0.48479015 0.476741,0.24062894 0.763351,0.43639995 1.17603,0.80329735 l 0.173182,0.153969 0.333162,-0.07776 c 0.854554,-0.1994543 1.573294,-0.46348085 2.357512,-0.86602426 0.203704,-0.10456218 0.37037,-0.18109125 0.37037,-0.17006461 0,0.0442503 -0.148073,0.38881146 -0.267161,0.62167497 -0.387447,0.7576084 -0.999534,1.4246815 -1.715155,1.8692347 -0.157747,0.097994 -0.165025,0.105824 -0.09837,0.105824 0.1262,0 0.864851,-0.1327437 1.210885,-0.2176093 0.371174,-0.091031 1.028626,-0.3043184 1.324102,-0.4295576 0.105705,-0.044804 0.195239,-0.078414 0.198963,-0.074689 0.01285,0.012845 -0.449814,0.6152962 -0.648157,0.8439982 -0.431597,0.4976549 -1.049114,1.0701787 -1.560661,1.4469466 l -0.19943,0.1468854 -4.6e-5,0.5152324 c -1.6e-4,2.2185826 -0.520196,4.3357162 -1.560727,6.3539657 -1.468818,2.848971 -3.841583,5.069682 -6.713992,6.28374 -1.460215,0.617178 -2.99173,0.96974 -4.7128113,1.084914 -0.3122238,0.02089 -1.5993956,0.02596 -1.9526029,0.0077 z"
|
|
57
|
+
style="fill:#000000;stroke-width:0.022792" />
|
|
58
|
+
</svg>
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
width="24"
|
|
11
|
+
height="19"
|
|
12
|
+
version="1.1"
|
|
13
|
+
id="svg186"
|
|
14
|
+
sodipodi:docname="twitter-ww-footer.svg"
|
|
15
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata192">
|
|
18
|
+
<rdf:RDF>
|
|
19
|
+
<cc:Work
|
|
20
|
+
rdf:about="">
|
|
21
|
+
<dc:format>image/svg+xml</dc:format>
|
|
22
|
+
<dc:type
|
|
23
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
24
|
+
</cc:Work>
|
|
25
|
+
</rdf:RDF>
|
|
26
|
+
</metadata>
|
|
27
|
+
<defs
|
|
28
|
+
id="defs190" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
inkscape:document-rotation="0"
|
|
31
|
+
pagecolor="#ffffff"
|
|
32
|
+
bordercolor="#666666"
|
|
33
|
+
borderopacity="1"
|
|
34
|
+
objecttolerance="10"
|
|
35
|
+
gridtolerance="10"
|
|
36
|
+
guidetolerance="10"
|
|
37
|
+
inkscape:pageopacity="0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:window-width="1618"
|
|
40
|
+
inkscape:window-height="977"
|
|
41
|
+
id="namedview188"
|
|
42
|
+
showgrid="false"
|
|
43
|
+
inkscape:zoom="43.875"
|
|
44
|
+
inkscape:cx="12"
|
|
45
|
+
inkscape:cy="9.5"
|
|
46
|
+
inkscape:window-x="0"
|
|
47
|
+
inkscape:window-y="23"
|
|
48
|
+
inkscape:window-maximized="0"
|
|
49
|
+
inkscape:current-layer="svg186" />
|
|
50
|
+
<path
|
|
51
|
+
d="M24 2.238a9.8 9.8 0 0 1-2.836.765 4.78 4.78 0 0 0 2.168-2.66c-.937.548-2.004.947-3.105 1.164A5.159 5.159 0 0 0 16.605 0c-2.718 0-4.91 2.135-4.91 4.784 0 .377.024.765.106 1.108C7.723 5.675 4.113 3.87 1.664.97 1.254 1.678.996 2.409.996 3.3c0 1.644.867 3.106 2.203 3.973A5.035 5.035 0 0 1 .973 6.68v.057c0 2.33 1.699 4.27 3.949 4.704a5.045 5.045 0 0 1-1.313.171c-.304 0-.609-.034-.914-.091.61 1.895 2.45 3.311 4.582 3.334-1.664 1.302-3.808 2.272-6.105 2.272-.399 0-.785-.022-1.172-.08C2.168 18.407 4.781 19 7.559 19c9.046 0 13.992-7.308 13.992-13.645v-.628A9.833 9.833 0 0 0 24 2.238z"
|
|
52
|
+
fill="#22A0FF"
|
|
53
|
+
fill-rule="evenodd"
|
|
54
|
+
id="path184" />
|
|
55
|
+
<path
|
|
56
|
+
style="fill:#356041;stroke-width:0.022792;fill-opacity:1"
|
|
57
|
+
d="M 6.5982906,18.965787 C 4.5384978,18.859217 2.652005,18.396839 1.037037,17.60273 0.50012093,17.338719 0.01242512,17.055761 0.12809129,17.075366 c 0.23312266,0.03951 0.82603468,0.06454 1.25082611,0.0528 0.524184,-0.01449 0.7163878,-0.03302 1.2327428,-0.118835 1.4972426,-0.248844 3.1180909,-0.972534 4.4930819,-2.006111 0.1030498,-0.07746 0.1808276,-0.147376 0.1728397,-0.155364 -0.00799,-0.008 -0.092302,-0.01471 -0.1873635,-0.01494 C 6.7493115,14.832092 6.2165005,14.731426 5.7663818,14.582797 5.6472934,14.543474 5.4011396,14.439523 5.2193732,14.351794 4.0965983,13.809894 3.241058,12.896026 2.795115,11.762261 2.7495396,11.64639 2.7122507,11.548417 2.7122507,11.544542 c 0,-0.0039 0.089744,0.0078 0.1994302,0.02605 0.2985149,0.04953 1.1798861,0.04699 1.474777,-0.0043 0.3352896,-0.05827 0.5384383,-0.107628 0.5259674,-0.127807 -0.00607,-0.0098 -0.075383,-0.03043 -0.1540356,-0.04581 C 4.5048187,11.343128 4.0102482,11.167247 3.7048595,11.018054 3.2053655,10.774034 2.8077096,10.491692 2.4082058,10.09741 1.5402235,9.2407722 1.065864,8.1894158 0.98941183,6.9528365 L 0.97354956,6.6962715 1.2104215,6.8085397 C 1.7636392,7.0707442 2.3778854,7.2278519 3.042735,7.2771964 3.2549121,7.292944 3.263249,7.3083191 2.9258138,7.0615633 2.8146218,6.9802521 2.6069796,6.8007649 2.4643866,6.6627029 2.0212896,6.2336859 1.7403528,5.8492481 1.4814681,5.3176638 0.85416062,4.0295738 0.84971207,2.6472187 1.4687791,1.3746439 1.6725748,0.95571464 1.6534076,0.9705801 1.7855903,1.1289355 1.9898872,1.3736841 2.4435622,1.8435246 2.7528365,2.130647 5.1533399,4.3592128 8.1857769,5.6494653 11.587571,5.8896823 l 0.225747,0.015941 -0.01615,-0.077456 c -0.09251,-0.4436355 -0.109875,-1.2339765 -0.03775,-1.7184811 0.182199,-1.2238967 0.814769,-2.3002234 1.798853,-3.0607736 1.519663,-1.17447291 3.585816,-1.36257921 5.324919,-0.48479015 0.476741,0.24062894 0.763351,0.43639995 1.17603,0.80329735 l 0.173182,0.153969 0.333162,-0.07776 c 0.854554,-0.1994543 1.573294,-0.46348085 2.357512,-0.86602426 0.203704,-0.10456218 0.37037,-0.18109125 0.37037,-0.17006461 0,0.0442503 -0.148073,0.38881146 -0.267161,0.62167497 -0.387447,0.7576084 -0.999534,1.4246815 -1.715155,1.8692347 -0.157747,0.097994 -0.165025,0.105824 -0.09837,0.105824 0.1262,0 0.864851,-0.1327437 1.210885,-0.2176093 0.371174,-0.091031 1.028626,-0.3043184 1.324102,-0.4295576 0.105705,-0.044804 0.195239,-0.078414 0.198963,-0.074689 0.01285,0.012845 -0.449814,0.6152962 -0.648157,0.8439982 -0.431597,0.4976549 -1.049114,1.0701787 -1.560661,1.4469466 l -0.19943,0.1468854 -4.6e-5,0.5152324 c -1.6e-4,2.2185826 -0.520196,4.3357162 -1.560727,6.3539657 -1.468818,2.848971 -3.841583,5.069682 -6.713992,6.28374 -1.460215,0.617178 -2.99173,0.96974 -4.7128113,1.084914 -0.3122238,0.02089 -1.5993956,0.02596 -1.9526029,0.0077 z"
|
|
58
|
+
id="path194" />
|
|
59
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="19" xmlns="http://www.w3.org/2000/svg"><path d="M24 2.238a9.8 9.8 0 0 1-2.836.765 4.78 4.78 0 0 0 2.168-2.66c-.937.548-2.004.947-3.105 1.164A5.159 5.159 0 0 0 16.605 0c-2.718 0-4.91 2.135-4.91 4.784 0 .377.024.765.106 1.108C7.723 5.675 4.113 3.87 1.664.97 1.254 1.678.996 2.409.996 3.3c0 1.644.867 3.106 2.203 3.973A5.035 5.035 0 0 1 .973 6.68v.057c0 2.33 1.699 4.27 3.949 4.704a5.045 5.045 0 0 1-1.313.171c-.304 0-.609-.034-.914-.091.61 1.895 2.45 3.311 4.582 3.334-1.664 1.302-3.808 2.272-6.105 2.272-.399 0-.785-.022-1.172-.08C2.168 18.407 4.781 19 7.559 19c9.046 0 13.992-7.308 13.992-13.645v-.628A9.833 9.833 0 0 0 24 2.238z" fill="#22A0FF" fill-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.167849 2.12846L7.48971 10.3897C7.62373 10.5286 7.809 10.6072 8.00265 10.6072C8.19631 10.6072 8.38158 10.5286 8.5156 10.3897L15.8341 2.12846C15.9524 1.99605 16.0116 1.82164 15.9981 1.64511C15.9847 1.46857 15.8998 1.305 15.7628 1.19178L14.5296 0.160367C14.2435 -0.0793478 13.8168 -0.0466138 13.571 0.233898L8.12831 6.4959C8.09665 6.53246 8.05053 6.55349 8.00199 6.55349C7.95345 6.55349 7.90733 6.53246 7.87567 6.4959L2.43093 0.233235C2.31274 0.099036 2.14599 0.0166591 1.96698 0.00403211C1.78767 -0.0118551 1.60951 0.0450104 1.47304 0.161692L0.239174 1.19178C0.101421 1.30479 0.0157716 1.46857 0.00186699 1.64555C-0.0116174 1.82231 0.0483697 1.99684 0.167849 2.12846Z" fill="white"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.8322 15.1454L8.51029 6.88419C8.37627 6.74527 8.191 6.66672 7.99734 6.66672C7.80369 6.66672 7.61842 6.74527 7.4844 6.88419L0.165872 15.1454C0.0476092 15.2778 -0.0115643 15.4522 0.00187867 15.6288C0.0153217 15.8053 0.100231 15.9689 0.237197 16.0821L1.4704 17.1135C1.75652 17.3532 2.18324 17.3205 2.42896 17.04L7.87169 10.778C7.90335 10.7414 7.94948 10.7204 7.99801 10.7204C8.04655 10.7204 8.09267 10.7414 8.12433 10.778L13.5691 17.0406C13.6873 17.1748 13.854 17.2572 14.033 17.2698C14.2123 17.2857 14.3905 17.2289 14.527 17.1122L15.7608 16.0821C15.8986 15.9691 15.9842 15.8053 15.9981 15.6283C16.0116 15.4516 15.9516 15.277 15.8322 15.1454Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.219 6.96912C15.2887 6.89927 15.3714 6.84386 15.4625 6.80605C15.5537 6.76824 15.6513 6.74878 15.75 6.74878C15.8486 6.74878 15.9463 6.76824 16.0374 6.80605C16.1286 6.84386 16.2113 6.89927 16.281 6.96912L20.781 11.4691C20.8508 11.5388 20.9063 11.6216 20.9441 11.7127C20.9819 11.8038 21.0013 11.9015 21.0013 12.0001C21.0013 12.0988 20.9819 12.1965 20.9441 12.2876C20.9063 12.3787 20.8508 12.4615 20.781 12.5311L16.281 17.0311C16.1402 17.1719 15.9492 17.2511 15.75 17.2511C15.5508 17.2511 15.3598 17.1719 15.219 17.0311C15.0782 16.8903 14.9991 16.6993 14.9991 16.5001C14.9991 16.301 15.0782 16.1099 15.219 15.9691L19.1895 12.0001L15.219 8.03112C15.1492 7.96145 15.0937 7.87869 15.0559 7.78757C15.0181 7.69645 14.9987 7.59877 14.9987 7.50012C14.9987 7.40147 15.0181 7.30379 15.0559 7.21267C15.0937 7.12155 15.1492 7.03879 15.219 6.96912Z" fill="white"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H19.5C19.6989 11.25 19.8897 11.329 20.0303 11.4697C20.171 11.6103 20.25 11.8011 20.25 12C20.25 12.1989 20.171 12.3897 20.0303 12.5303C19.8897 12.671 19.6989 12.75 19.5 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="11" height="16" viewBox="0 0 11 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.12845 15.8322L10.3897 8.51029C10.5286 8.37627 10.6071 8.191 10.6071 7.99734C10.6071 7.80369 10.5286 7.61842 10.3897 7.4844L2.12845 0.16587C1.99604 0.0476074 1.82163 -0.0115662 1.64509 0.00187683C1.46855 0.0153198 1.30498 0.100229 1.19176 0.237195L0.160351 1.47039C-0.0793637 1.75651 -0.0466296 2.18324 0.233882 2.42896L6.49588 7.87169C6.53244 7.90335 6.55347 7.94947 6.55347 7.99801C6.55347 8.04655 6.53244 8.09267 6.49588 8.12433L0.233219 13.5691C0.0990206 13.6873 0.0166437 13.854 0.00401676 14.033C-0.0118705 14.2123 0.044995 14.3905 0.161676 14.527L1.19176 15.7608C1.30478 15.8986 1.46855 15.9842 1.64553 15.9981C1.82229 16.0116 1.99682 15.9516 2.12845 15.8322Z" fill="#191919"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.167849 2.44681L7.48971 10.708C7.62373 10.847 7.809 10.9255 8.00265 10.9255C8.19631 10.9255 8.38158 10.847 8.5156 10.708L15.8341 2.44681C15.9524 2.3144 16.0116 2.13999 15.9981 1.96345C15.9847 1.78691 15.8998 1.62334 15.7628 1.51012L14.5296 0.478711C14.2435 0.238996 13.8168 0.27173 13.571 0.552242L8.12831 6.81424C8.09665 6.8508 8.05053 6.87183 8.00199 6.87183C7.95345 6.87183 7.90733 6.8508 7.87567 6.81424L2.43093 0.551579C2.31274 0.41738 2.14599 0.335003 1.96698 0.322376C1.78767 0.306489 1.60951 0.363354 1.47304 0.480036L0.239174 1.51012C0.101421 1.62314 0.0157716 1.78691 0.00186699 1.96389C-0.0116174 2.14065 0.0483697 2.31518 0.167849 2.44681Z" fill="#191919"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.8322 15.4638L8.51029 7.20261C8.37627 7.06369 8.191 6.98514 7.99734 6.98514C7.80369 6.98514 7.61842 7.06369 7.4844 7.20261L0.165872 15.4638C0.0476092 15.5962 -0.0115643 15.7707 0.00187867 15.9472C0.0153217 16.1237 0.100231 16.2873 0.237197 16.4005L1.4704 17.4319C1.75652 17.6716 2.18324 17.6389 2.42896 17.3584L7.87169 11.0964C7.90335 11.0598 7.94948 11.0388 7.99801 11.0388C8.04655 11.0388 8.09267 11.0598 8.12433 11.0964L13.5691 17.3591C13.6873 17.4933 13.854 17.5756 14.033 17.5883C14.2123 17.6042 14.3905 17.5473 14.527 17.4306L15.7608 16.4005C15.8986 16.2875 15.9842 16.1237 15.9981 15.9468C16.0116 15.77 15.9516 15.5955 15.8322 15.4638Z" fill="#191919"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="35" height="34">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0867 3.32783C18.8764 2.9614 18.5731 2.65697 18.2074 2.44526C17.8418 2.23355 17.4267 2.12207 17.0042 2.12207C16.5817 2.12207 16.1667 2.23355 15.801 2.44526C15.4354 2.65697 15.1321 2.9614 14.9217 3.32783L0.350602 28.1202C-0.620523 29.7735 0.543976 31.8751 2.4331 31.8751H31.5732C33.4623 31.8751 34.629 29.7713 33.6557 28.1202L19.0867 3.32783ZM17 10.6251C16.7314 10.6252 16.4658 10.6816 16.2204 10.7907C15.9749 10.8997 15.755 11.059 15.5748 11.2581C15.3947 11.4573 15.2582 11.6921 15.1743 11.9472C15.0903 12.2023 15.0608 12.4722 15.0875 12.7395L15.8312 20.1918C15.8562 20.4846 15.9902 20.7573 16.2066 20.9561C16.423 21.1548 16.7061 21.2651 17 21.2651C17.2938 21.2651 17.5769 21.1548 17.7934 20.9561C18.0098 20.7573 18.1437 20.4846 18.1687 20.1918L18.9125 12.7395C18.9392 12.4722 18.9096 12.2023 18.8257 11.9472C18.7417 11.6921 18.6053 11.4573 18.4251 11.2581C18.2449 11.059 18.0251 10.8997 17.7796 10.7907C17.5341 10.6816 17.2686 10.6252 17 10.6251ZM17.0042 23.3751C16.4406 23.3751 15.9001 23.599 15.5016 23.9975C15.1031 24.396 14.8792 24.9365 14.8792 25.5001C14.8792 26.0637 15.1031 26.6042 15.5016 27.0027C15.9001 27.4012 16.4406 27.6251 17.0042 27.6251C17.5678 27.6251 18.1083 27.4012 18.5068 27.0027C18.9053 26.6042 19.1292 26.0637 19.1292 25.5001C19.1292 24.9365 18.9053 24.396 18.5068 23.9975C18.1083 23.599 17.5678 23.3751 17.0042 23.3751Z" fill="#191919"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0)">
|
|
6
|
+
<rect x="-2.26672" y="1.1333" width="36.2667" height="31.7333" fill="white"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="36" height="36">
|
|
3
|
+
<g clip-path="url(#clip0)">
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 36C22.7739 36 27.3523 34.1036 30.7279 30.7279C34.1036 27.3523 36 22.7739 36 18C36 13.2261 34.1036 8.64773 30.7279 5.27208C27.3523 1.89642 22.7739 0 18 0C13.2261 0 8.64773 1.89642 5.27208 5.27208C1.89642 8.64773 0 13.2261 0 18C0 22.7739 1.89642 27.3523 5.27208 30.7279C8.64773 34.1036 13.2261 36 18 36ZM20.0925 14.823L14.94 15.4688L14.7555 16.3237L15.768 16.5105C16.4295 16.668 16.56 16.9065 16.416 17.5658L14.7555 25.3687C14.319 27.387 14.9918 28.3365 16.5735 28.3365C17.7998 28.3365 19.224 27.7695 19.8698 26.991L20.0677 26.055C19.6178 26.451 18.9607 26.6085 18.5243 26.6085C17.9055 26.6085 17.6805 26.1742 17.8403 25.4093L20.0925 14.823ZM18 12.375C18.5967 12.375 19.169 12.1379 19.591 11.716C20.0129 11.294 20.25 10.7217 20.25 10.125C20.25 9.52826 20.0129 8.95597 19.591 8.53401C19.169 8.11205 18.5967 7.875 18 7.875C17.4033 7.875 16.831 8.11205 16.409 8.53401C15.9871 8.95597 15.75 9.52826 15.75 10.125C15.75 10.7217 15.9871 11.294 16.409 11.716C16.831 12.1379 17.4033 12.375 18 12.375Z" fill="black"/>
|
|
5
|
+
</g>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0)">
|
|
8
|
+
<rect x="-3" y="-3" width="42" height="42" fill="white"/>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<clipPath id="clip0">
|
|
12
|
+
<rect width="36" height="36" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="36" height="36">
|
|
3
|
+
<g clip-path="url(#clip0)">
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 36C22.7739 36 27.3523 34.1036 30.7279 30.7279C34.1036 27.3523 36 22.7739 36 18C36 13.2261 34.1036 8.64773 30.7279 5.27208C27.3523 1.89642 22.7739 0 18 0C13.2261 0 8.64773 1.89642 5.27208 5.27208C1.89642 8.64773 0 13.2261 0 18C0 22.7739 1.89642 27.3523 5.27208 30.7279C8.64773 34.1036 13.2261 36 18 36ZM20.0925 14.823L14.94 15.4688L14.7555 16.3237L15.768 16.5105C16.4295 16.668 16.56 16.9065 16.416 17.5658L14.7555 25.3687C14.319 27.387 14.9918 28.3365 16.5735 28.3365C17.7998 28.3365 19.224 27.7695 19.8698 26.991L20.0677 26.055C19.6178 26.451 18.9607 26.6085 18.5243 26.6085C17.9055 26.6085 17.6805 26.1742 17.8403 25.4093L20.0925 14.823ZM18 12.375C18.5967 12.375 19.169 12.1379 19.591 11.716C20.0129 11.294 20.25 10.7217 20.25 10.125C20.25 9.52826 20.0129 8.95597 19.591 8.53401C19.169 8.11205 18.5967 7.875 18 7.875C17.4033 7.875 16.831 8.11205 16.409 8.53401C15.9871 8.95597 15.75 9.52826 15.75 10.125C15.75 10.7217 15.9871 11.294 16.409 11.716C16.831 12.1379 17.4033 12.375 18 12.375Z" fill="#191919"/>
|
|
5
|
+
</g>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0)">
|
|
8
|
+
<rect x="-3" y="-3" width="42" height="42" fill="white"/>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<clipPath id="clip0">
|
|
12
|
+
<rect width="36" height="36" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="35" height="34">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0866 3.32779C18.8763 2.96136 18.5729 2.65693 18.2073 2.44522C17.8416 2.23351 17.4266 2.12203 17.0041 2.12203C16.5816 2.12203 16.1666 2.23351 15.8009 2.44522C15.4353 2.65693 15.132 2.96136 14.9216 3.32779L0.35048 28.1202C-0.620645 29.7734 0.543854 31.875 2.43298 31.875H31.5731C33.4622 31.875 34.6289 29.7713 33.6556 28.1202L19.0866 3.32779ZM16.9999 10.625C16.7313 10.6252 16.4657 10.6816 16.2202 10.7906C15.9748 10.8997 15.7549 11.0589 15.5747 11.2581C15.3945 11.4573 15.2581 11.692 15.1742 11.9471C15.0902 12.2023 15.0606 12.4722 15.0874 12.7394L15.8311 20.1918C15.8561 20.4846 15.9901 20.7573 16.2065 20.956C16.4229 21.1548 16.706 21.265 16.9999 21.265C17.2937 21.265 17.5768 21.1548 17.7932 20.956C18.0097 20.7573 18.1436 20.4846 18.1686 20.1918L18.9124 12.7394C18.9391 12.4722 18.9095 12.2023 18.8256 11.9471C18.7416 11.692 18.6052 11.4573 18.425 11.2581C18.2448 11.0589 18.0249 10.8997 17.7795 10.7906C17.534 10.6816 17.2684 10.6252 16.9999 10.625ZM17.0041 23.375C16.4405 23.375 15.9 23.5989 15.5015 23.9974C15.103 24.396 14.8791 24.9365 14.8791 25.5C14.8791 26.0636 15.103 26.6041 15.5015 27.0026C15.9 27.4012 16.4405 27.625 17.0041 27.625C17.5677 27.625 18.1082 27.4012 18.5067 27.0026C18.9052 26.6041 19.1291 26.0636 19.1291 25.5C19.1291 24.9365 18.9052 24.396 18.5067 23.9974C18.1082 23.5989 17.5677 23.375 17.0041 23.375Z" fill="#191919"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0)">
|
|
6
|
+
<rect x="-2.2666" y="1.13333" width="36.2667" height="31.7333" fill="white"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="17px" height="12px" viewBox="0 0 17 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>arrow-right</title>
|
|
4
|
+
<g stroke="none" stroke-width="1" fill-rule="evenodd">
|
|
5
|
+
<g transform="translate(8.500000, 6.000000) scale(-1, 1) translate(-8.500000, -6.000000) " fill-rule="nonzero">
|
|
6
|
+
<path d="M14.285,6.75 L1,6.75 C0.585786438,6.75 0.25,6.41421356 0.25,6 C0.25,5.58578644 0.585786438,5.25 1,5.25 L14.235,5.25 L9.755,1.313 C9.45866833,1.03626723 9.43591951,0.574128511 9.70364003,0.269630225 C9.97136055,-0.0348680621 10.4326091,-0.0714673839 10.745,0.187 L16.745,5.458 C16.9071215,5.60039711 17.0000578,5.8057216 17.0000578,6.0215 C17.0000578,6.2372784 16.9071215,6.44260289 16.745,6.585 L10.795,11.813 C10.4826091,12.0714674 10.0213606,12.0348681 9.75364003,11.7303698 C9.48591951,11.4258715 9.50866833,10.9637328 9.805,10.687 L14.285,6.75 Z"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="17px" height="12px" viewBox="0 0 17 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>arrow-right</title>
|
|
4
|
+
<g stroke="none" stroke-width="1" fill-rule="evenodd">
|
|
5
|
+
<g fill-rule="nonzero">
|
|
6
|
+
<path d="M14.285,6.75 L1,6.75 C0.585786438,6.75 0.25,6.41421356 0.25,6 C0.25,5.58578644 0.585786438,5.25 1,5.25 L14.235,5.25 L9.755,1.313 C9.45866833,1.03626723 9.43591951,0.574128511 9.70364003,0.269630225 C9.97136055,-0.0348680621 10.4326091,-0.0714673839 10.745,0.187 L16.745,5.458 C16.9071215,5.60039711 17.0000578,5.8057216 17.0000578,6.0215 C17.0000578,6.2372784 16.9071215,6.44260289 16.745,6.585 L10.795,11.813 C10.4826091,12.0714674 10.0213606,12.0348681 9.75364003,11.7303698 C9.48591951,11.4258715 9.50866833,10.9637328 9.805,10.687 L14.285,6.75 Z"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)"
|
|
11
|
+
sodipodi:docname="bookmark.svg"
|
|
12
|
+
id="svg12"
|
|
13
|
+
version="1.1"
|
|
14
|
+
viewBox="0 0 10 14"
|
|
15
|
+
height="14"
|
|
16
|
+
width="10">
|
|
17
|
+
<metadata
|
|
18
|
+
id="metadata18">
|
|
19
|
+
<rdf:RDF>
|
|
20
|
+
<cc:Work
|
|
21
|
+
rdf:about="">
|
|
22
|
+
<dc:format>image/svg+xml</dc:format>
|
|
23
|
+
<dc:type
|
|
24
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
25
|
+
</cc:Work>
|
|
26
|
+
</rdf:RDF>
|
|
27
|
+
</metadata>
|
|
28
|
+
<defs
|
|
29
|
+
id="defs16" />
|
|
30
|
+
<sodipodi:namedview
|
|
31
|
+
inkscape:current-layer="svg12"
|
|
32
|
+
inkscape:window-maximized="0"
|
|
33
|
+
inkscape:window-y="23"
|
|
34
|
+
inkscape:window-x="0"
|
|
35
|
+
inkscape:cy="8.1391971"
|
|
36
|
+
inkscape:cx="-0.96374234"
|
|
37
|
+
inkscape:zoom="36.174702"
|
|
38
|
+
showgrid="false"
|
|
39
|
+
id="namedview14"
|
|
40
|
+
inkscape:window-height="799"
|
|
41
|
+
inkscape:window-width="1692"
|
|
42
|
+
inkscape:pageshadow="2"
|
|
43
|
+
inkscape:pageopacity="0"
|
|
44
|
+
guidetolerance="10"
|
|
45
|
+
gridtolerance="10"
|
|
46
|
+
objecttolerance="10"
|
|
47
|
+
borderopacity="1"
|
|
48
|
+
bordercolor="#666666"
|
|
49
|
+
pagecolor="#ffffff" />
|
|
50
|
+
<path
|
|
51
|
+
style="fill:#000000"
|
|
52
|
+
id="path10"
|
|
53
|
+
d="M8.31 13.386l-2.62-2.5a1 1 0 0 0-1.38 0l-2.62 2.5A1 1 0 0 1 0 12.663V0h10v12.663a1 1 0 0 1-1.69.723z"
|
|
54
|
+
fill-rule="nonzero"
|
|
55
|
+
fill="#FFF" />
|
|
56
|
+
</svg>
|