@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,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
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)"
|
|
11
|
+
sodipodi:docname="linkedin-ws-footer.svg"
|
|
12
|
+
id="svg837"
|
|
13
|
+
version="1.1"
|
|
14
|
+
viewBox="0 0 17 17"
|
|
15
|
+
height="17"
|
|
16
|
+
width="17">
|
|
17
|
+
<metadata
|
|
18
|
+
id="metadata843">
|
|
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="defs841" />
|
|
30
|
+
<sodipodi:namedview
|
|
31
|
+
inkscape:current-layer="svg837"
|
|
32
|
+
inkscape:window-maximized="0"
|
|
33
|
+
inkscape:window-y="23"
|
|
34
|
+
inkscape:window-x="0"
|
|
35
|
+
inkscape:cy="5.5988024"
|
|
36
|
+
inkscape:cx="8.5"
|
|
37
|
+
inkscape:zoom="39.294118"
|
|
38
|
+
showgrid="false"
|
|
39
|
+
id="namedview839"
|
|
40
|
+
inkscape:window-height="777"
|
|
41
|
+
inkscape:window-width="1268"
|
|
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
|
+
<g
|
|
51
|
+
id="g835"
|
|
52
|
+
fill-rule="nonzero"
|
|
53
|
+
fill="#FFF">
|
|
54
|
+
<path
|
|
55
|
+
style="fill:#000000;fill-opacity:1"
|
|
56
|
+
id="path833"
|
|
57
|
+
d="M16.845 16.816h-3.488v-5.462c0-1.302-.024-2.98-1.815-2.98-1.816 0-2.094 1.42-2.094 2.886v5.556H5.959V5.583h3.348v1.535h.047a3.668 3.668 0 0 1 3.304-1.813c3.535 0 4.187 2.327 4.187 5.35v6.161zM2.025 4.048A2.024 2.024 0 1 1 2.023 0a2.024 2.024 0 0 1 .002 4.048zM3.77 16.816H.276V5.583h3.492z" />
|
|
58
|
+
</g>
|
|
59
|
+
</svg>
|
|
@@ -0,0 +1,60 @@
|
|
|
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="17"
|
|
11
|
+
height="17"
|
|
12
|
+
viewBox="0 0 17 17"
|
|
13
|
+
version="1.1"
|
|
14
|
+
id="svg837"
|
|
15
|
+
sodipodi:docname="linkedin-ww-footer.svg"
|
|
16
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)">
|
|
17
|
+
<metadata
|
|
18
|
+
id="metadata843">
|
|
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="defs841" />
|
|
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="1268"
|
|
41
|
+
inkscape:window-height="777"
|
|
42
|
+
id="namedview839"
|
|
43
|
+
showgrid="false"
|
|
44
|
+
inkscape:zoom="39.294118"
|
|
45
|
+
inkscape:cx="8.5"
|
|
46
|
+
inkscape:cy="5.5988024"
|
|
47
|
+
inkscape:window-x="261"
|
|
48
|
+
inkscape:window-y="23"
|
|
49
|
+
inkscape:window-maximized="0"
|
|
50
|
+
inkscape:current-layer="svg837" />
|
|
51
|
+
<g
|
|
52
|
+
fill="#FFF"
|
|
53
|
+
fill-rule="nonzero"
|
|
54
|
+
id="g835">
|
|
55
|
+
<path
|
|
56
|
+
d="M16.845 16.816h-3.488v-5.462c0-1.302-.024-2.98-1.815-2.98-1.816 0-2.094 1.42-2.094 2.886v5.556H5.959V5.583h3.348v1.535h.047a3.668 3.668 0 0 1 3.304-1.813c3.535 0 4.187 2.327 4.187 5.35v6.161zM2.025 4.048A2.024 2.024 0 1 1 2.023 0a2.024 2.024 0 0 1 .002 4.048zM3.77 16.816H.276V5.583h3.492z"
|
|
57
|
+
id="path833"
|
|
58
|
+
style="fill:#356041;fill-opacity:1" />
|
|
59
|
+
</g>
|
|
60
|
+
</svg>
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="113px" height="55px" viewBox="0 0 113 55" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 64 (93537) - https://sketch.com -->
|
|
4
|
+
<title>work-well-logo</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g fill="none" fill-rule="evenodd">
|
|
7
|
+
<g transform="translate(-58.000000, -115.000000)">
|
|
8
|
+
<g>
|
|
9
|
+
<g transform="translate(58.000000, 114.000000)">
|
|
10
|
+
<g fill-rule="nonzero">
|
|
11
|
+
<path d="M98.6506583,14.2923742 L96.9315787,14.2923742 L1.32730263,14.2923742 C0.594078947,14.2923742 0,14.8864531 0,15.6196768 L0,38.8104663 C0,39.5427031 0.594078947,40.136782 1.32730263,40.136782 L99.9967103,40.136782 C100.982566,40.136782 101.92796,39.7440189 102.622697,39.0443479 L111.288158,30.3206636 C112.903619,28.6943479 112.903619,27.0828347 111.288158,25.4654005 L101.276645,15.3857952 C100.581882,14.6861211 99.6366802,14.2923742 98.6506583,14.2923742 L98.6506583,14.2923742 Z" id="bar" fill="#FFFFFF"></path>
|
|
12
|
+
<path d="M54.202303,22.7841506 L53.1631582,23.8223085 L50.5213819,26.4650717 C49.7841151,27.2067763 49.7841151,28.4046171 50.5213819,29.1463217 L54.4638161,33.0936901 L51.1263161,33.0936901 L48.3601977,30.3137559 C47.6950148,29.6511849 47.3210986,28.7509767 47.3210986,27.8121112 C47.3210986,26.8732456 47.6950148,25.9730374 48.3601977,25.3104664 L49.8345398,23.8302033 L50.8934214,22.7841506 L54.202303,22.7841506 Z M46.7259871,17.9308612 L46.7259871,33.0936901 L44.345724,33.0936901 L44.345724,17.9308612 L46.7259871,17.9308612 Z" id="Combined-Shape" fill="#201F2B"></path>
|
|
13
|
+
<path d="M43.1546056,25.500927 C42.9167766,25.3627691 42.4470398,25.2907296 41.983224,25.2907296 C39.8417766,25.2907296 39.8417766,27.950269 39.8417766,29.3969796 L39.8417766,33.0936901 L37.201974,33.0936901 L37.201974,23.0200059 L39.5437503,23.0200059 L39.5437503,25.3094796 L39.5782898,25.3094796 C39.7046056,24.3621112 40.7723687,22.7831638 42.3513161,22.7831638 C42.6029608,22.7831638 42.8842108,22.7831638 43.1546056,22.8621112 L43.1546056,25.500927 Z" id="Path" fill="#201F2B"></path>
|
|
14
|
+
<path d="M30.6424345,22.7831638 C33.6848687,22.7831638 36.0118424,24.8723085 36.0118424,28.3114533 C36.0118424,31.3183612 34.0381582,33.6996112 30.6434214,33.6996112 L30.6424345,33.6996112 C27.2674345,33.6996112 25.2976977,31.3183612 25.2976977,28.3114533 C25.2976977,24.8723085 27.6197371,22.7831638 30.6424345,22.7831638 Z M30.6444082,24.9374401 C28.8424345,24.9374401 27.9759871,26.4561901 27.9759871,28.0183612 C27.9759871,29.7275717 28.5246714,31.6084927 30.6444082,31.6084927 C32.7809214,31.6084927 33.333553,29.750269 33.333553,28.0183612 C33.333553,26.4265849 32.4680924,24.9374401 30.6444082,24.9374401 Z" id="Combined-Shape" fill="#201F2B"></path>
|
|
15
|
+
<polygon id="Path" fill="#201F2B" points="18.8555924 33.0936901 16.4003293 21.9453348 16.3726977 21.9453348 13.9569082 33.0936901 10.4398029 33.0936901 6.845724 19.1446769 9.69375031 19.1446769 12.2338819 30.2851375 12.2654608 30.2851375 14.5815793 19.1436901 18.2723687 19.1436901 20.6625003 30.2851375 20.701974 30.2851375 23.2480266 19.1436901 25.8927634 19.1436901 22.3480266 33.0936901"></polygon>
|
|
16
|
+
<rect id="Rectangle" fill="#FDB813" transform="translate(81.228887, 28.013487) rotate(-45.000000) translate(-81.228887, -28.013487) " x="61.5981305" y="8.25" width="39.2615132" height="39.5269737" rx="2.4680921"></rect>
|
|
17
|
+
<path d="M67.2394735,22.9617821 C67.2394735,21.387769 68.4858551,20.9535584 69.4559209,20.9535584 C70.4398417,20.9588059 71.411853,21.1692067 72.3098682,21.5713216 L72.5664472,19.1900716 C71.5450656,18.8407295 70.4180919,18.6719795 69.211184,18.6719795 C66.7401314,18.6719795 64.3065787,19.850269 64.3065787,23.0871111 C64.3065787,27.8584927 70.4496709,26.7137558 70.4496709,29.4729664 C70.4496709,30.7746111 69.0266445,31.3351374 67.9598682,31.3351374 C66.8555919,31.3351374 65.7523024,30.9828348 64.7901314,30.4430321 L64.5315787,33.0581637 C65.9151314,33.3986242 66.5950656,33.6088216 68.123684,33.6088216 C70.9559209,33.6088216 73.3944077,32.4098085 73.3944077,29.2420453 C73.3944077,24.4094795 67.2394735,25.4624401 67.2394735,22.9607953" id="Path" fill="#201F2B"></path>
|
|
18
|
+
<path d="M78.9838813,22.4614532 C82.1348682,22.4614532 83.4444077,23.8035584 83.4444077,26.9515848 L83.4444077,26.9515848 L83.4444077,28.3232953 C83.4444077,29.3841505 83.461184,30.1982953 83.4838813,30.9828348 C83.5026313,31.7871111 83.5401313,32.5371111 83.6003287,33.3660585 L83.6003287,33.3660585 L81.2210524,33.3660585 C81.1273024,32.8045453 81.1273024,32.0989532 81.1075656,31.7732953 L81.1075656,31.7732953 L81.0680919,31.7732953 C80.4463813,32.9584927 79.1023024,33.6088216 77.8746709,33.6088216 C76.0490129,33.6088216 74.2578946,32.4660585 74.2578946,30.4430321 C74.2578946,28.8512558 74.9960524,27.9265848 76.0282893,27.4005979 C77.0516446,26.8864532 78.3819077,26.7828348 79.5069077,26.7828348 L79.5069077,26.7828348 L80.9950656,26.7828348 C80.9950656,25.0677032 80.2450656,24.4904006 78.661184,24.4904006 C77.5134866,24.4904006 76.360855,24.9443479 75.4638156,25.6479664 L75.4638156,25.6479664 L75.3888156,23.2667163 C76.4279603,22.7663874 77.8371709,22.4614532 78.9838813,22.4614532 Z M80.9960524,28.4367821 L79.7125905,28.4374135 C78.5117241,28.4512368 76.8256577,28.7032594 76.8256577,30.2831637 C76.8256577,31.1950058 77.5677629,31.5857953 78.535855,31.5857953 C79.3618419,31.5857953 80.0062498,31.2098085 80.4305919,30.6374401 C80.8697366,30.0285585 80.9960524,29.2686901 80.9960524,28.4367821 L80.9960524,28.4367821 Z" id="Combined-Shape" fill="#201F2B"></path>
|
|
19
|
+
<path d="M90.8911182,22.7121111 L88.5414472,22.7121111 L88.5414472,21.387769 C88.5414472,20.5647427 88.823684,19.7496111 89.729605,19.7496111 C90.3098682,19.7496111 90.6592103,19.9805321 90.8901313,20.1275716 L91.1141446,17.825269 C90.4696967,17.6811248 89.8116742,17.6063571 89.1513156,17.6022427 C87.0148024,17.6022427 85.8503287,19.0894137 85.8503287,21.2200058 L85.8503287,22.7121111 L83.8529603,22.7121111 L83.8529603,24.7321769 L85.8503287,24.7321769 L85.8503287,33.3660585 L88.5414472,33.3660585 L88.5414472,24.73119 L90.8901313,24.73119 L90.8901313,22.7121111 L90.8911182,22.7121111 Z" id="Path" fill="#201F2B"></path>
|
|
20
|
+
<path d="M95.8223682,22.4604663 C99.6582235,22.4604663 100.74375,25.1703348 100.74375,28.8887558 L100.74375,28.8887558 L93.5832235,28.8887558 C93.7095393,30.6078348 94.8740129,31.5848085 96.5457235,31.5848085 C97.8493419,31.5848085 98.9743419,31.0805321 99.9809209,30.5012558 L99.9809209,30.5012558 L99.9809209,32.7591505 C98.9950656,33.3196768 97.8651313,33.6098085 96.4194077,33.6098085 C93.0098682,33.6098085 91.0115129,31.5867821 91.0115129,28.0834927 C91.0115129,25.0035584 92.611184,22.4614532 95.8223682,22.4614532 L95.8223682,22.4614532 L95.8223682,22.4604663 Z M95.986184,24.4904006 C94.4713813,24.4904006 93.7095393,25.5650716 93.5832235,26.9871111 L93.5832235,26.9871111 L98.167105,26.9871111 C98.092105,25.6479664 97.486184,24.4904006 95.986184,24.4904006 Z" id="Combined-Shape" fill="#201F2B"></path>
|
|
21
|
+
<polygon id="Path" fill="#000000" points="71.8115134 39.287111 71.8026318 39.287111 71.0694081 36.962111 70.4496712 36.962111 71.4345397 39.924611 72.1421055 39.924611 73.1092107 36.962111 72.5348686 36.962111"></polygon>
|
|
22
|
+
<polygon id="Path" fill="#000000" points="73.9865134 39.924611 74.5667765 39.924611 74.5667765 36.962111 73.9855265 36.962111"></polygon>
|
|
23
|
+
<path d="M77.095066,39.5111241 C76.482237,39.5111241 76.1161186,39.0542162 76.1161186,38.4522425 C76.1161186,37.8473083 76.4911186,37.3815189 77.0812502,37.3815189 C77.2845397,37.3815189 77.4858555,37.4111241 77.7039476,37.5344794 L77.738487,37.0341504 C77.5327657,36.957159 77.3147185,36.9183653 77.095066,36.9196767 C76.1161186,36.9196767 75.5141449,37.4821767 75.5141449,38.4986241 C75.5141449,39.4953346 76.163487,39.980861 77.095066,39.980861 C77.3082239,39.980861 77.5391449,39.9285583 77.7463818,39.8841504 L77.7177634,39.380861 C77.5845397,39.461782 77.3210528,39.5111241 77.0960528,39.5111241" id="Path" fill="#000000"></path>
|
|
24
|
+
<polygon id="Path" fill="#000000" points="78.3750002 37.4288873 79.1970397 37.4288873 79.1970397 39.924611 79.7782897 39.924611 79.7782897 37.4279004 80.5934212 37.4279004 80.5934212 36.962111 78.3750002 36.962111"></polygon>
|
|
25
|
+
<polygon id="Path" fill="#000000" points="87.889145 39.924611 88.4694081 39.924611 88.4694081 36.962111 87.889145 36.962111"></polygon>
|
|
26
|
+
<path d="M82.6430923,36.9186899 C83.5411186,36.9186899 84.0562502,37.5413873 84.0562502,38.4384267 C84.0562502,39.3325057 83.5519738,39.980861 82.6430923,39.980861 C81.7253291,39.980861 81.2259871,39.3394136 81.2259871,38.4384267 C81.2259871,37.5295452 81.7332238,36.9196767 82.6430923,36.9196767 L82.6430923,36.9186899 Z M82.6430923,37.3825057 C82.0687502,37.3825057 81.8378291,37.9154004 81.8378291,38.4384267 C81.8378291,38.968361 82.0549344,39.5111241 82.6430923,39.5111241 C83.2273028,39.5111241 83.4503291,38.9693478 83.4503291,38.4384267 C83.4503291,37.9154004 83.2125002,37.3825057 82.6430923,37.3825057 Z" id="Combined-Shape" fill="#000000"></path>
|
|
27
|
+
<path d="M85.6619565,36.9466077 C86.2426438,36.9507544 86.8796054,37.0077748 86.8796054,37.7604662 C86.8796054,38.1098083 86.6654607,38.4019136 86.3328949,38.4532294 L86.3328949,38.4532294 C86.3328949,38.4719794 86.5421054,38.5973083 86.601316,38.7354662 L86.601316,38.7354662 L87.0207238,39.8545452 L86.3713818,39.8545452 L86.0358554,38.949611 C85.9480265,38.7265846 85.8710528,38.6575057 85.6361844,38.6575057 L85.6361844,38.6575057 L85.5019738,38.6575057 L85.5019738,39.8545452 L84.8368423,39.8545452 L84.8368423,36.9463071 L85.6619565,36.9466077 Z M85.7073686,37.4592763 L85.6430923,37.4594794 L85.5019738,37.4594794 L85.5019738,38.143361 L85.7069806,38.143445 C85.9650598,38.1434018 86.245066,38.1302284 86.245066,37.7950057 C86.245066,37.4377689 85.9184212,37.4594794 85.6430923,37.4594794 L85.7073686,37.4592763 Z" id="Combined-Shape" fill="#000000"></path>
|
|
28
|
+
<path d="M91.0756581,36.9463215 L92.2125002,39.8545452 L91.5720397,39.8545452 L91.3203949,39.1696767 L90.1529607,39.1696767 L89.9111844,39.8545452 L89.3151318,39.8545452 L90.4282897,36.9463215 L91.0756581,36.9463215 Z M90.7430923,37.6302031 L90.7401318,37.6302031 L90.3266449,38.8282294 L91.1634871,38.8282294 L90.7430923,37.6302031 Z" id="Combined-Shape" fill="#000000"></path>
|
|
29
|
+
</g>
|
|
30
|
+
<g transform="translate(0.000000, 44.000000)" fill="#FFFFFF">
|
|
31
|
+
<path d="M52.8738822,6.65939914 C52.9662514,5.62753635 53.536594,4.84118068 54.6725143,4.84118068 C55.8022034,4.84118068 56.2537857,5.6821342 56.3116997,6.65939914 L52.8738822,6.65939914 Z M57.671945,9.22403254 C56.9168641,9.64615823 56.0727129,10.0103882 55.0966059,10.0103882 C53.8400926,10.0103882 52.9662514,9.29988325 52.8738822,8.04889619 L58.2441204,8.04889619 C58.2441204,5.33585922 57.4329582,3.36117578 54.5508217,3.36117578 C52.1418936,3.36117578 50.9414615,5.21383852 50.9414615,7.46041194 C50.9414615,10.0103882 52.4402605,11.4874617 55.0009379,11.4874617 C56.0840758,11.4874617 56.9300597,11.2763988 57.671945,10.8707624 L57.671945,9.22403254 Z" id="Fill-238"></path>
|
|
32
|
+
<path d="M16.3198647,7.23399574 C16.3198647,6.06875296 16.9481213,4.93282446 18.2621821,4.93282446 C19.5894384,4.93282446 20.2242929,6.04383582 20.2242929,7.23399574 C20.2242929,8.5311528 19.8203612,9.91918414 18.2621821,9.91918414 C16.7157323,9.91918414 16.3198647,8.51136566 16.3198647,7.23399574 M14.2027057,7.47620501 C14.2027057,9.71618272 15.7000385,11.4867655 18.2621821,11.4867655 C20.8426528,11.4867655 22.3396191,9.71618272 22.3396191,7.47620501 C22.3396191,4.91670161 20.5721432,3.35901385 18.2621821,3.35901385 C15.9687154,3.35901385 14.2027057,4.91670161 14.2027057,7.47620501" id="Fill-239"></path>
|
|
33
|
+
<path d="M23.1195884,3.54629548 L24.9167543,3.54629548 L24.9167543,5.30845037 L24.9464444,5.30845037 C25.0421124,4.57962399 25.865004,3.36014978 27.0749662,3.36014978 C27.2714338,3.36014978 27.4854956,3.36014978 27.6900272,3.42280906 L27.6900272,5.46015179 C27.5104206,5.34949036 27.1475419,5.2934268 26.7930937,5.2934268 C25.1476771,5.2934268 25.1476771,7.34579309 25.1476771,8.46156802 L25.1476771,11.3112828 L23.1195884,11.3112828 L23.1195884,3.54629548 Z" id="Fill-240"></path>
|
|
34
|
+
<path d="M36.4871966,11.2807227 L33.5244203,8.32034645 C32.9669066,7.76484078 32.9669066,6.86489226 33.5244203,6.30462302 L35.5092568,4.32334386 L36.2925616,3.54358391 L33.8029938,3.54358391 L33.0083261,4.32993957 L31.8984305,5.44095093 C30.8581782,6.48087515 30.8581782,8.16204932 31.8984305,9.19391211 L33.9760027,11.2807227 L36.4871966,11.2807227 Z" id="Fill-241"></path>
|
|
35
|
+
<polygon id="Fill-242" points="-4.30322439e-14 0.779320235 2.21282697 0.779320235 4.18300173 9.19068754 4.20756018 9.19068754 6.00509265 0.779320235 8.87220091 0.779320235 10.7272808 9.19068754 10.7584371 9.19068754 12.7370423 0.779320235 14.7863906 0.779320235 12.0362099 11.3119424 9.32231711 11.3119424 7.41958648 2.89397938 7.3931953 2.89397938 5.52345365 11.3119424 2.79160017 11.3119424"></polygon>
|
|
36
|
+
<polygon id="Fill-243" points="36.6449572 0.779320235 38.8577841 0.779320235 40.8279589 9.19068754 40.8510512 9.19068754 42.6500498 0.779320235 45.5171581 0.779320235 47.372238 9.19068754 47.4033942 9.19068754 49.3805333 0.779320235 51.4313478 0.779320235 48.6811671 11.3119424 45.9672743 11.3119424 44.0645436 2.89397938 44.0381525 2.89397938 42.1669446 11.3119424 39.4365573 11.3119424"></polygon>
|
|
37
|
+
<polygon id="Fill-244" points="28.6585468 11.31055 30.678205 11.31055 30.678205 -3.44257951e-13 28.6585468 -3.44257951e-13"></polygon>
|
|
38
|
+
<polygon id="Fill-245" points="59.3129998 11.31055 61.3311918 11.31055 61.3311918 -3.44257951e-13 59.3129998 -3.44257951e-13"></polygon>
|
|
39
|
+
<polygon id="Fill-246" points="62.7046327 11.31055 64.7242909 11.31055 64.7242909 -3.44257951e-13 62.7046327 -3.44257951e-13"></polygon>
|
|
40
|
+
</g>
|
|
41
|
+
</g>
|
|
42
|
+
</g>
|
|
43
|
+
</g>
|
|
44
|
+
</g>
|
|
45
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="38" viewBox="0 0 64 38">
|
|
2
|
+
<g fill="none">
|
|
3
|
+
<path fill="#750787" d="M0 0L64 0 64 38 0 38z"/>
|
|
4
|
+
<path fill="#004DFF" d="M0 0L64 0 64 33.25 0 33.25z"/>
|
|
5
|
+
<path fill="#008026" d="M0 0L64 0 64 28.5 0 28.5z"/>
|
|
6
|
+
<path fill="#FFED00" d="M0 0L64 0 64 23.75 0 23.75z"/>
|
|
7
|
+
<path fill="#FF8C00" d="M0 0L64 0 64 19 0 19z"/>
|
|
8
|
+
<path fill="#E40303" d="M0 0L64 0 64 14.25 0 14.25z"/>
|
|
9
|
+
<path fill="#784F17" d="M0 0L64 0 64 9.5 0 9.5z"/>
|
|
10
|
+
<path fill="#000" d="M0 0L64 0 64 4.75 0 4.75z"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="38" viewBox="0 0 64 38">
|
|
2
|
+
<g fill="none">
|
|
3
|
+
<path fill="#096" d="M0 31.253H63.884V37.882H0zM0 0H63.884V6.629H0z"/>
|
|
4
|
+
<path fill="#000" d="M0 6.629H63.884V8.523H0zM0 29.359H63.884V31.253H0z"/>
|
|
5
|
+
<path fill="#009" d="M0 8.524H63.884V29.359H0z"/>
|
|
6
|
+
<path fill="#FFF" d="M30.877 8.997c-10.647 2.841-10.115 9.944-6.707 16.479l-4.046 3.41 7.346-2.368v-8.713c2.343-3.126 6.602-3.126 8.944 0v8.713l7.347 2.367-4.046-3.409c3.407-6.535 3.94-13.638-6.708-16.479l-1.065 4.072-1.065-4.072z"/>
|
|
7
|
+
<path fill="#FFF" d="M36.029 18.879L33.462 20.444 34.265 23.235 31.851 21.417 29.27 22.963 30.346 20.274 27.948 18.438 31.026 18.594 32.125 15.913 32.952 18.699z" transform="rotate(-2.892 31.988 19.574)"/>
|
|
8
|
+
</g>
|
|
9
|
+
</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,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="113" height="54" viewBox="0 0 113 54">
|
|
2
|
+
<g fill="none" transform="translate(0 -1)">
|
|
3
|
+
<path fill="#FFF" d="M98.65 14.292H1.328C.594 14.292 0 14.886 0 15.62v23.19c0 .733.594 1.327 1.327 1.327h98.67c.986 0 1.931-.393 2.626-1.093l8.665-8.723c1.616-1.627 1.616-3.238 0-4.856l-10.011-10.08c-.695-.699-1.64-1.093-2.626-1.093z"/>
|
|
4
|
+
<path fill="#201F2B" d="M54.202 22.784l-1.039 1.038-2.642 2.643c-.737.742-.737 1.94 0 2.681l3.943 3.948h-3.338l-2.766-2.78c-.665-.663-1.039-1.563-1.039-2.502 0-.939.374-1.839 1.04-2.502l1.474-1.48 1.058-1.046h3.31zm-7.476-4.853v15.163h-2.38V17.93h2.38zM43.155 25.5c-.238-.137-.708-.21-1.172-.21-2.141 0-2.141 2.66-2.141 4.107v3.697h-2.64V23.02h2.342v2.29h.034c.127-.948 1.194-2.527 2.773-2.527.252 0 .533 0 .804.08V25.5zM30.642 22.783c3.043 0 5.37 2.09 5.37 5.528 0 3.007-1.974 5.389-5.369 5.389-3.376 0-5.345-2.382-5.345-5.389 0-3.439 2.322-5.528 5.344-5.528zm.002 2.154c-1.802 0-2.668 1.52-2.668 3.081 0 1.71.549 3.59 2.668 3.59 2.137 0 2.69-1.858 2.69-3.59 0-1.591-.866-3.08-2.69-3.08zM18.856 33.094L16.4 21.945 16.373 21.945 13.957 33.094 10.44 33.094 6.846 19.145 9.694 19.145 12.234 30.285 12.265 30.285 14.582 19.144 18.272 19.144 20.663 30.285 20.702 30.285 23.248 19.144 25.893 19.144 22.348 33.094z"/>
|
|
5
|
+
<rect width="39.262" height="39.527" x="61.598" y="8.25" fill="#FDB813" rx="2.468" transform="rotate(-45 81.229 28.013)"/>
|
|
6
|
+
<path fill="#201F2B" d="M67.24 22.962c0-1.574 1.246-2.008 2.216-2.008.984.005 1.956.215 2.854.617l.256-2.38c-1.02-.35-2.148-.519-3.355-.519-2.47 0-4.904 1.178-4.904 4.415 0 4.771 6.143 3.627 6.143 6.386 0 1.302-1.423 1.862-2.49 1.862-1.104 0-2.208-.352-3.17-.892l-.258 2.615c1.383.34 2.063.55 3.592.55 2.832 0 5.27-1.198 5.27-4.366 0-4.833-6.155-3.78-6.155-6.281M78.984 22.461c3.15 0 4.46 1.343 4.46 4.49v1.372c0 1.061.017 1.875.04 2.66.019.804.056 1.554.116 2.383h-2.379c-.094-.561-.094-1.267-.113-1.593h-.04c-.622 1.185-1.966 1.836-3.193 1.836-1.826 0-3.617-1.143-3.617-3.166 0-1.592.738-2.516 1.77-3.042 1.024-.515 2.354-.618 3.479-.618h1.488c0-1.715-.75-2.293-2.334-2.293-1.148 0-2.3.454-3.197 1.158l-.075-2.381c1.039-.5 2.448-.806 3.595-.806zm2.012 5.976h-1.283c-1.201.014-2.887.266-2.887 1.846 0 .912.742 1.303 1.71 1.303.826 0 1.47-.376 1.895-.949.439-.608.565-1.368.565-2.2zM90.891 22.712h-2.35v-1.324c0-.823.283-1.638 1.189-1.638.58 0 .93.23 1.16.378l.224-2.303c-.644-.144-1.302-.219-1.963-.223-2.136 0-3.3 1.487-3.3 3.618v1.492h-1.998v2.02h1.997v8.634h2.691v-8.635h2.35v-2.019zM95.822 22.46c3.836 0 4.922 2.71 4.922 6.429h-7.16c.126 1.719 1.29 2.696 2.962 2.696 1.303 0 2.428-.504 3.435-1.084v2.258c-.986.56-2.116.85-3.562.85-3.41 0-5.407-2.022-5.407-5.526 0-3.08 1.6-5.622 4.81-5.622zm.164 2.03c-1.515 0-2.276 1.075-2.403 2.497h4.584c-.075-1.339-.68-2.497-2.18-2.497z"/>
|
|
7
|
+
<path fill="#000" d="M71.812 39.287L71.803 39.287 71.069 36.962 70.45 36.962 71.435 39.925 72.142 39.925 73.109 36.962 72.535 36.962zM73.987 39.925L74.567 39.925 74.567 36.962 73.986 36.962zM77.095 39.511c-.613 0-.979-.457-.979-1.059 0-.605.375-1.07.965-1.07.204 0 .405.03.623.152l.034-.5c-.205-.077-.423-.116-.643-.114-.979 0-1.58.562-1.58 1.579 0 .996.648 1.482 1.58 1.482.213 0 .444-.052.651-.097l-.028-.503c-.133.08-.397.13-.622.13M78.375 37.429L79.197 37.429 79.197 39.925 79.778 39.925 79.778 37.428 80.593 37.428 80.593 36.962 78.375 36.962zM87.889 39.925L88.469 39.925 88.469 36.962 87.889 36.962zM82.643 36.919c.898 0 1.413.622 1.413 1.52 0 .894-.504 1.542-1.413 1.542-.918 0-1.417-.642-1.417-1.543 0-.908.507-1.518 1.417-1.518v-.001zm0 .464c-.574 0-.805.532-.805 1.055 0 .53.217 1.073.805 1.073.584 0 .807-.542.807-1.073 0-.523-.237-1.055-.807-1.055zM85.662 36.947c.58.004 1.218.06 1.218.813 0 .35-.215.642-.547.693 0 .019.21.144.268.282l.42 1.12h-.65l-.335-.905c-.088-.223-.165-.292-.4-.292h-.134v1.197h-.665v-2.909h.825zm.045.512h-.205v.684h.205c.258 0 .538-.013.538-.348 0-.357-.327-.336-.602-.336h.064zM91.076 36.946l1.137 2.909h-.641l-.252-.685h-1.167l-.242.685h-.596l1.113-2.909h.648zm-.333.684h-.003l-.413 1.198h.836l-.42-1.198z"/>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,55 @@
|
|
|
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="youtube-black.svg"
|
|
12
|
+
id="svg236"
|
|
13
|
+
version="1.1"
|
|
14
|
+
height="16"
|
|
15
|
+
width="23">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata242">
|
|
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="defs240" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
inkscape:current-layer="svg236"
|
|
31
|
+
inkscape:window-maximized="1"
|
|
32
|
+
inkscape:window-y="23"
|
|
33
|
+
inkscape:window-x="0"
|
|
34
|
+
inkscape:cy="8"
|
|
35
|
+
inkscape:cx="14.385932"
|
|
36
|
+
inkscape:zoom="45.73913"
|
|
37
|
+
showgrid="false"
|
|
38
|
+
id="namedview238"
|
|
39
|
+
inkscape:window-height="1035"
|
|
40
|
+
inkscape:window-width="1920"
|
|
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
|
+
style="stroke-width:0.999998;fill:#000000"
|
|
51
|
+
id="path234"
|
|
52
|
+
fill-rule="evenodd"
|
|
53
|
+
fill="#fa1c1c"
|
|
54
|
+
d="M 11.5,0 C 23,0 23,0 23,8 23,16 23,16 11.5,16 0,16 0,16 0,8 0,0 0,0 11.5,0 Z M 8.625,12.237 15.813,8 8.625,3.763 Z" />
|
|
55
|
+
</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
|
+
width="23"
|
|
11
|
+
height="16"
|
|
12
|
+
version="1.1"
|
|
13
|
+
id="svg236"
|
|
14
|
+
sodipodi:docname="youtube-ww-footer.svg"
|
|
15
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata242">
|
|
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="defs240" />
|
|
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="namedview238"
|
|
42
|
+
showgrid="false"
|
|
43
|
+
inkscape:zoom="45.73913"
|
|
44
|
+
inkscape:cx="14.385932"
|
|
45
|
+
inkscape:cy="8"
|
|
46
|
+
inkscape:window-x="0"
|
|
47
|
+
inkscape:window-y="23"
|
|
48
|
+
inkscape:window-maximized="1"
|
|
49
|
+
inkscape:current-layer="svg236" />
|
|
50
|
+
<path
|
|
51
|
+
d="M 11.5,0 C 23,0 23,0 23,8 23,16 23,16 11.5,16 0,16 0,16 0,8 0,0 0,0 11.5,0 Z M 8.625,12.237 15.813,8 8.625,3.763 Z"
|
|
52
|
+
fill="#fa1c1c"
|
|
53
|
+
fill-rule="evenodd"
|
|
54
|
+
id="path234"
|
|
55
|
+
style="stroke-width:0.999998;fill:#356041;fill-opacity:1" />
|
|
56
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>chev-down-16</title>
|
|
4
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g transform="translate(-726.000000, -54.000000)" fill="#FFFFFF">
|
|
6
|
+
<g transform="translate(341.000000, 44.000000)">
|
|
7
|
+
<g transform="translate(300.000000, 4.000000)">
|
|
8
|
+
<g>
|
|
9
|
+
<g transform="translate(93.000000, 14.000000) rotate(-270.000000) translate(-93.000000, -14.000000) translate(85.000000, 6.000000)">
|
|
10
|
+
<path d="M2.78555961,5.60529303 L7.97187951,11.8359849 C8.06680947,11.9407601 8.19804091,12 8.33521465,12 C8.47238839,12 8.60361983,11.9407601 8.69854979,11.8359849 L13.8825088,5.60529303 C13.9662778,5.50542902 14.0081922,5.37388836 13.9986703,5.24074189 C13.9891483,5.10759541 13.929004,4.98422661 13.8319866,4.89883819 L12.9584713,4.12093849 C12.7558028,3.94014324 12.453536,3.96483152 12.2794903,4.17639569 L8.42421877,8.89925111 C8.40179423,8.92682588 8.36912253,8.94268577 8.33474248,8.94268577 C8.30036243,8.94268577 8.26769073,8.92682588 8.24526619,8.89925111 L4.38857819,4.17589608 C4.30485783,4.07468219 4.18674589,4.01255283 4.05994757,4.00302948 C3.93293156,3.99104718 3.80673559,4.03393564 3.71006929,4.12193772 L2.83608184,4.89883819 C2.73850643,4.9840751 2.67783828,5.10759516 2.66798917,5.24107409 C2.65843771,5.37438724 2.70092864,5.50601897 2.78555961,5.60529303 Z" id="Path" transform="translate(8.333333, 8.000000) rotate(-90.000000) translate(-8.333333, -8.000000) "></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>chev-left-24px</title>
|
|
4
|
+
<g stroke="none" stroke-width="1" >
|
|
5
|
+
<g transform="translate(-472.000000, -316.000000)">
|
|
6
|
+
<g transform="translate(0.000000, -85.000000)">
|
|
7
|
+
<g transform="translate(472.000000, 401.000000)rotate(180, 12, 12)" >
|
|
8
|
+
<path d="M4.17833941,8.40793954 L11.9578193,17.7539773 C12.1002142,17.9111401 12.2970614,18 12.502822,18 C12.7085826,18 12.9054297,17.9111401 13.0478247,17.7539773 L20.8237633,8.40793954 C20.9494167,8.25814353 21.0122884,8.06083253 20.9980054,7.86111283 C20.9837224,7.66139312 20.8935059,7.47633991 20.7479799,7.34825728 L19.437707,6.18140773 C19.1337042,5.91021486 18.680304,5.94724728 18.4192354,6.26459354 L12.6363282,13.3488767 C12.6026913,13.3902388 12.5536838,13.4140287 12.5021137,13.4140287 C12.4505436,13.4140287 12.4015361,13.3902388 12.3678993,13.3488767 L6.58286728,6.26384412 C6.45728675,6.11202329 6.28011884,6.01882925 6.08992136,6.00454422 C5.89939733,5.98657078 5.71010339,6.05090346 5.56510394,6.18290657 L4.25412276,7.34825728 C4.10775964,7.47611265 4.01675743,7.66139274 4.00198376,7.86161113 C3.98765657,8.06158086 4.05139296,8.25902845 4.17833941,8.40793954 Z" id="Path" transform="translate(12.500000, 12.000000) rotate(-90.000000) translate(-12.500000, -12.000000) "></path>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>chev-right-16px</title>
|
|
4
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g transform="translate(-811.000000, -205.000000)" fill="#FFFFFF">
|
|
6
|
+
<g transform="translate(82.000000, 128.000000)">
|
|
7
|
+
<g transform="translate(0.000000, 13.000000)">
|
|
8
|
+
<g transform="translate(382.000000, 6.000000)">
|
|
9
|
+
<g>
|
|
10
|
+
<g>
|
|
11
|
+
<g>
|
|
12
|
+
<g >
|
|
13
|
+
<g transform="translate(347.000000, 58.000000)">
|
|
14
|
+
<path d="M2.78555961,5.60529303 L7.97187951,11.8359849 C8.06680947,11.9407601 8.19804091,12 8.33521465,12 C8.47238839,12 8.60361983,11.9407601 8.69854979,11.8359849 L13.8825088,5.60529303 C13.9662778,5.50542902 14.0081922,5.37388836 13.9986703,5.24074189 C13.9891483,5.10759541 13.929004,4.98422661 13.8319866,4.89883819 L12.9584713,4.12093849 C12.7558028,3.94014324 12.453536,3.96483152 12.2794903,4.17639569 L8.42421877,8.89925111 C8.40179423,8.92682588 8.36912253,8.94268577 8.33474248,8.94268577 C8.30036243,8.94268577 8.26769073,8.92682588 8.24526619,8.89925111 L4.38857819,4.17589608 C4.30485783,4.07468219 4.18674589,4.01255283 4.05994757,4.00302948 C3.93293156,3.99104718 3.80673559,4.03393564 3.71006929,4.12193772 L2.83608184,4.89883819 C2.73850643,4.9840751 2.67783828,5.10759516 2.66798917,5.24107409 C2.65843771,5.37438724 2.70092864,5.50601897 2.78555961,5.60529303 Z" id="Path" transform="translate(8.333333, 8.000000) rotate(-90.000000) translate(-8.333333, -8.000000) "></path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>chev-right-24px</title>
|
|
4
|
+
<g stroke="none" stroke-width="1" fill-rule="evenodd">
|
|
5
|
+
<g transform="translate(-472.000000, -316.000000)">
|
|
6
|
+
<g transform="translate(0.000000, -85.000000)">
|
|
7
|
+
<g transform="translate(472.000000, 401.000000)">
|
|
8
|
+
<path d="M4.17833941,8.40793954 L11.9578193,17.7539773 C12.1002142,17.9111401 12.2970614,18 12.502822,18 C12.7085826,18 12.9054297,17.9111401 13.0478247,17.7539773 L20.8237633,8.40793954 C20.9494167,8.25814353 21.0122884,8.06083253 20.9980054,7.86111283 C20.9837224,7.66139312 20.8935059,7.47633991 20.7479799,7.34825728 L19.437707,6.18140773 C19.1337042,5.91021486 18.680304,5.94724728 18.4192354,6.26459354 L12.6363282,13.3488767 C12.6026913,13.3902388 12.5536838,13.4140287 12.5021137,13.4140287 C12.4505436,13.4140287 12.4015361,13.3902388 12.3678993,13.3488767 L6.58286728,6.26384412 C6.45728675,6.11202329 6.28011884,6.01882925 6.08992136,6.00454422 C5.89939733,5.98657078 5.71010339,6.05090346 5.56510394,6.18290657 L4.25412276,7.34825728 C4.10775964,7.47611265 4.01675743,7.66139274 4.00198376,7.86161113 C3.98765657,8.06158086 4.05139296,8.25902845 4.17833941,8.40793954 Z" id="Path" transform="translate(12.500000, 12.000000) rotate(-90.000000) translate(-12.500000, -12.000000) "></path>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>close-32px</title>
|
|
4
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g transform="translate(-16.000000, -32.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
|
6
|
+
<g transform="translate(0.000000, -85.000000)">
|
|
7
|
+
<g transform="translate(16.000000, 117.000000)">
|
|
8
|
+
<g>
|
|
9
|
+
<polygon id="Path" points="25.3333333 8.54666667 23.4533333 6.66666667 16 14.12 8.54666667 6.66666667 6.66666667 8.54666667 14.12 16 6.66666667 23.4533333 8.54666667 25.3333333 16 17.88 23.4533333 25.3333333 25.3333333 23.4533333 17.88 16"></polygon>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>menu-32px</title>
|
|
4
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g transform="translate(-376.000000, -32.000000)">
|
|
6
|
+
<g transform="translate(0.000000, -415.000000)">
|
|
7
|
+
<g transform="translate(0.000000, 415.000000)">
|
|
8
|
+
<g transform="translate(321.000000, 32.000000)">
|
|
9
|
+
<g >
|
|
10
|
+
<g transform="translate(55.000000, 0.000000)">
|
|
11
|
+
<polygon id="Path" points="0 0 32 0 32 32 0 32"></polygon>
|
|
12
|
+
<path d="M4,24 L28,24 L28,21.3333333 L4,21.3333333 L4,24 Z M4,17.3333333 L28,17.3333333 L28,14.6666667 L4,14.6666667 L4,17.3333333 Z M4,8 L4,10.6666667 L28,10.6666667 L28,8 L4,8 Z" id="Shape" fill="#FFFFFE" fill-rule="nonzero"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>search-32px</title>
|
|
4
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g transform="translate(-492.000000, -32.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
|
6
|
+
<g transform="translate(0.000000, -415.000000)">
|
|
7
|
+
<g transform="translate(0.000000, 415.000000)">
|
|
8
|
+
<g transform="translate(321.000000, 32.000000)">
|
|
9
|
+
<g transform="translate(103.000000, 0.000000)">
|
|
10
|
+
<g transform="translate(68.000000, 0.000000)">
|
|
11
|
+
<path d="M20.6666667,18.6666667 L19.6133333,18.6666667 L19.24,18.3066667 C20.5466667,16.7866667 21.3333333,14.8133333 21.3333333,12.6666667 C21.3333333,7.88 17.4533333,4 12.6666667,4 C7.88,4 4,7.88 4,12.6666667 C4,17.4533333 7.88,21.3333333 12.6666667,21.3333333 C14.8133333,21.3333333 16.7866667,20.5466667 18.3066667,19.24 L18.6666667,19.6133333 L18.6666667,20.6666667 L25.3333333,27.32 L27.32,25.3333333 L20.6666667,18.6666667 Z M12.6666667,18.6666667 C9.34666667,18.6666667 6.66666667,15.9866667 6.66666667,12.6666667 C6.66666667,9.34666667 9.34666667,6.66666667 12.6666667,6.66666667 C15.9866667,6.66666667 18.6666667,9.34666667 18.6666667,12.6666667 C18.6666667,15.9866667 15.9866667,18.6666667 12.6666667,18.6666667 Z" id="Shape"></path>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</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 fill-rule="evenodd" clip-rule="evenodd" d="M7.2 8H16.8C17.46 8 18 8.4725 18 9.05V15.35C18 15.9275 17.46 16.4 16.8 16.4H7.2C6.54 16.4 6 15.9275 6 15.35L6.006 9.05C6.006 8.4725 6.54 8 7.2 8ZM12.318 12.6336L16.56 10.55C16.71 10.454 16.8 10.292 16.8 10.118C16.8 9.716 16.362 9.476 16.02 9.686L12 11.6316L7.98 9.686C7.638 9.476 7.2 9.716 7.2 10.118C7.2 10.292 7.29 10.454 7.44 10.55L11.682 12.6336C11.682 12.6336 12.126 12.7536 12.318 12.6336Z" fill="white"/>
|
|
4
|
+
</svg>
|