@seqera/docusaurus-theme-seqera 1.0.0 → 1.0.2-next.10
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/README.md +3 -3
- package/lib/getSwizzleConfig.d.ts +2 -0
- package/lib/getSwizzleConfig.js +400 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.js +113 -0
- package/lib/inlineScripts.d.ts +10 -0
- package/lib/inlineScripts.js +72 -0
- package/lib/inlineSvgSprites.d.ts +1 -0
- package/lib/inlineSvgSprites.js +8 -0
- package/lib/main-styles.css +322 -0
- package/lib/nprogress.css +36 -0
- package/lib/nprogress.d.ts +4 -0
- package/lib/nprogress.js +19 -0
- package/lib/options.d.ts +8 -0
- package/lib/options.js +427 -0
- package/lib/prism-include-languages.d.ts +1 -0
- package/lib/prism-include-languages.js +3 -0
- package/lib/styles/api.css +42 -0
- package/lib/styles/typography.css +342 -0
- package/lib/theme/Admonition/Icon/Danger.d.ts +3 -0
- package/lib/theme/Admonition/Icon/Danger.js +11 -0
- package/lib/theme/Admonition/Icon/Info.d.ts +3 -0
- package/lib/theme/Admonition/Icon/Info.js +11 -0
- package/lib/theme/Admonition/Icon/Note.d.ts +3 -0
- package/lib/theme/Admonition/Icon/Note.js +11 -0
- package/lib/theme/Admonition/Icon/Tip.d.ts +3 -0
- package/lib/theme/Admonition/Icon/Tip.js +11 -0
- package/lib/theme/Admonition/Icon/Warning.d.ts +3 -0
- package/lib/theme/Admonition/Icon/Warning.js +11 -0
- package/lib/theme/Admonition/Layout/index.d.ts +3 -0
- package/lib/theme/Admonition/Layout/index.js +40 -0
- package/lib/theme/Admonition/Layout/styles.module.css +39 -0
- package/lib/theme/Admonition/Type/Caution.d.ts +3 -0
- package/lib/theme/Admonition/Type/Caution.js +28 -0
- package/lib/theme/Admonition/Type/Danger.d.ts +3 -0
- package/lib/theme/Admonition/Type/Danger.js +26 -0
- package/lib/theme/Admonition/Type/Info.d.ts +3 -0
- package/lib/theme/Admonition/Type/Info.js +26 -0
- package/lib/theme/Admonition/Type/Note.d.ts +3 -0
- package/lib/theme/Admonition/Type/Note.js +26 -0
- package/lib/theme/Admonition/Type/Tip.d.ts +3 -0
- package/lib/theme/Admonition/Type/Tip.js +26 -0
- package/lib/theme/Admonition/Type/Warning.d.ts +3 -0
- package/lib/theme/Admonition/Type/Warning.js +26 -0
- package/lib/theme/Admonition/Types.d.ts +5 -0
- package/lib/theme/Admonition/Types.js +27 -0
- package/lib/theme/Admonition/index.d.ts +3 -0
- package/lib/theme/Admonition/index.js +18 -0
- package/lib/theme/AdmonitionVersioned/AddedInVersion.d.ts +8 -0
- package/lib/theme/AdmonitionVersioned/AddedInVersion.js +6 -0
- package/lib/theme/AdmonitionVersioned/AdmonitionVersioned.d.ts +18 -0
- package/lib/theme/AdmonitionVersioned/AdmonitionVersioned.js +43 -0
- package/lib/theme/AdmonitionVersioned/ChangedInVersion.d.ts +8 -0
- package/lib/theme/AdmonitionVersioned/ChangedInVersion.js +6 -0
- package/lib/theme/AdmonitionVersioned/DeprecatedInVersion.d.ts +8 -0
- package/lib/theme/AdmonitionVersioned/DeprecatedInVersion.js +6 -0
- package/lib/theme/AdmonitionVersioned/getStableVersion.d.ts +4 -0
- package/lib/theme/AdmonitionVersioned/getStableVersion.js +20 -0
- package/lib/theme/AdmonitionVersioned/index.d.ts +1 -0
- package/lib/theme/AdmonitionVersioned/index.js +5 -0
- package/lib/theme/AdmonitionVersioned/stableVersions.d.ts +20 -0
- package/lib/theme/AdmonitionVersioned/stableVersions.js +91 -0
- package/lib/theme/AnnouncementBar/CloseButton/index.d.ts +3 -0
- package/lib/theme/AnnouncementBar/CloseButton/index.js +20 -0
- package/lib/theme/AnnouncementBar/CloseButton/styles.module.css +6 -0
- package/lib/theme/AnnouncementBar/Content/index.d.ts +3 -0
- package/lib/theme/AnnouncementBar/Content/index.js +17 -0
- package/lib/theme/AnnouncementBar/Content/styles.module.css +12 -0
- package/lib/theme/AnnouncementBar/index.d.ts +2 -0
- package/lib/theme/AnnouncementBar/index.js +33 -0
- package/lib/theme/AnnouncementBar/styles.module.css +57 -0
- package/lib/theme/BackToTopButton/index.d.ts +2 -0
- package/lib/theme/BackToTopButton/index.js +26 -0
- package/lib/theme/BackToTopButton/styles.module.css +39 -0
- package/lib/theme/Blog/Components/Author/Socials/index.d.ts +5 -0
- package/lib/theme/Blog/Components/Author/Socials/index.js +57 -0
- package/lib/theme/Blog/Components/Author/Socials/styles.module.css +34 -0
- package/lib/theme/Blog/Components/Author/index.d.ts +3 -0
- package/lib/theme/Blog/Components/Author/index.js +84 -0
- package/lib/theme/Blog/Components/Author/styles.module.css +69 -0
- package/lib/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts +3 -0
- package/lib/theme/Blog/Pages/BlogAuthorsListPage/index.js +48 -0
- package/lib/theme/Blog/Pages/BlogAuthorsListPage/styles.module.css +6 -0
- package/lib/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts +3 -0
- package/lib/theme/Blog/Pages/BlogAuthorsPostsPage/index.js +70 -0
- package/lib/theme/BlogArchivePage/index.d.ts +3 -0
- package/lib/theme/BlogArchivePage/index.js +87 -0
- package/lib/theme/BlogLayout/index.d.ts +3 -0
- package/lib/theme/BlogLayout/index.js +25 -0
- package/lib/theme/BlogListPage/StructuredData/index.d.ts +3 -0
- package/lib/theme/BlogListPage/StructuredData/index.js +13 -0
- package/lib/theme/BlogListPage/index.d.ts +3 -0
- package/lib/theme/BlogListPage/index.js +50 -0
- package/lib/theme/BlogListPaginator/index.d.ts +3 -0
- package/lib/theme/BlogListPaginator/index.js +42 -0
- package/lib/theme/BlogPostItem/Container/index.d.ts +3 -0
- package/lib/theme/BlogPostItem/Container/index.js +4 -0
- package/lib/theme/BlogPostItem/Content/index.d.ts +3 -0
- package/lib/theme/BlogPostItem/Content/index.js +16 -0
- package/lib/theme/BlogPostItem/Footer/ReadMoreLink/index.d.ts +3 -0
- package/lib/theme/BlogPostItem/Footer/ReadMoreLink/index.js +32 -0
- package/lib/theme/BlogPostItem/Footer/index.d.ts +2 -0
- package/lib/theme/BlogPostItem/Footer/index.js +76 -0
- package/lib/theme/BlogPostItem/Header/Authors/index.d.ts +3 -0
- package/lib/theme/BlogPostItem/Header/Authors/index.js +43 -0
- package/lib/theme/BlogPostItem/Header/Authors/styles.module.css +15 -0
- package/lib/theme/BlogPostItem/Header/Info/index.d.ts +3 -0
- package/lib/theme/BlogPostItem/Header/Info/index.js +58 -0
- package/lib/theme/BlogPostItem/Header/Info/styles.module.css +5 -0
- package/lib/theme/BlogPostItem/Header/Title/index.d.ts +3 -0
- package/lib/theme/BlogPostItem/Header/Title/index.js +15 -0
- package/lib/theme/BlogPostItem/Header/Title/styles.module.css +14 -0
- package/lib/theme/BlogPostItem/Header/index.d.ts +2 -0
- package/lib/theme/BlogPostItem/Header/index.js +13 -0
- package/lib/theme/BlogPostItem/index.d.ts +3 -0
- package/lib/theme/BlogPostItem/index.js +22 -0
- package/lib/theme/BlogPostItems/index.d.ts +3 -0
- package/lib/theme/BlogPostItems/index.js +21 -0
- package/lib/theme/BlogPostPage/Metadata/index.d.ts +2 -0
- package/lib/theme/BlogPostPage/Metadata/index.js +35 -0
- package/lib/theme/BlogPostPage/StructuredData/index.d.ts +2 -0
- package/lib/theme/BlogPostPage/StructuredData/index.js +13 -0
- package/lib/theme/BlogPostPage/index.d.ts +3 -0
- package/lib/theme/BlogPostPage/index.js +62 -0
- package/lib/theme/BlogPostPaginator/index.d.ts +3 -0
- package/lib/theme/BlogPostPaginator/index.js +41 -0
- package/lib/theme/BlogSidebar/Content/index.d.ts +5 -0
- package/lib/theme/BlogSidebar/Content/index.js +35 -0
- package/lib/theme/BlogSidebar/Desktop/index.d.ts +5 -0
- package/lib/theme/BlogSidebar/Desktop/index.js +45 -0
- package/lib/theme/BlogSidebar/Desktop/styles.module.css +46 -0
- package/lib/theme/BlogSidebar/Mobile/index.d.ts +5 -0
- package/lib/theme/BlogSidebar/Mobile/index.js +38 -0
- package/lib/theme/BlogSidebar/Mobile/styles.module.css +5 -0
- package/lib/theme/BlogSidebar/index.d.ts +3 -0
- package/lib/theme/BlogSidebar/index.js +15 -0
- package/lib/theme/BlogTagsListPage/index.d.ts +3 -0
- package/lib/theme/BlogTagsListPage/index.js +29 -0
- package/lib/theme/BlogTagsPostsPage/index.d.ts +3 -0
- package/lib/theme/BlogTagsPostsPage/index.js +58 -0
- package/lib/theme/CodeBlock/Buttons/Button/index.d.ts +3 -0
- package/lib/theme/CodeBlock/Buttons/Button/index.js +7 -0
- package/lib/theme/CodeBlock/Buttons/CopyButton/index.d.ts +3 -0
- package/lib/theme/CodeBlock/Buttons/CopyButton/index.js +64 -0
- package/lib/theme/CodeBlock/Buttons/CopyButton/styles.module.css +42 -0
- package/lib/theme/CodeBlock/Buttons/WordWrapButton/index.d.ts +3 -0
- package/lib/theme/CodeBlock/Buttons/WordWrapButton/index.js +32 -0
- package/lib/theme/CodeBlock/Buttons/WordWrapButton/styles.module.css +10 -0
- package/lib/theme/CodeBlock/Buttons/index.d.ts +3 -0
- package/lib/theme/CodeBlock/Buttons/index.js +21 -0
- package/lib/theme/CodeBlock/Buttons/styles.module.css +32 -0
- package/lib/theme/CodeBlock/Container/index.d.ts +4 -0
- package/lib/theme/CodeBlock/Container/index.js +21 -0
- package/lib/theme/CodeBlock/Container/styles.module.css +9 -0
- package/lib/theme/CodeBlock/Content/Element.d.ts +3 -0
- package/lib/theme/CodeBlock/Content/Element.js +19 -0
- package/lib/theme/CodeBlock/Content/String.d.ts +3 -0
- package/lib/theme/CodeBlock/Content/String.js +31 -0
- package/lib/theme/CodeBlock/Content/index.d.ts +3 -0
- package/lib/theme/CodeBlock/Content/index.js +68 -0
- package/lib/theme/CodeBlock/Content/styles.module.css +30 -0
- package/lib/theme/CodeBlock/Layout/index.d.ts +3 -0
- package/lib/theme/CodeBlock/Layout/index.js +24 -0
- package/lib/theme/CodeBlock/Layout/styles.module.css +22 -0
- package/lib/theme/CodeBlock/Line/Token/index.d.ts +3 -0
- package/lib/theme/CodeBlock/Line/Token/index.js +5 -0
- package/lib/theme/CodeBlock/Line/index.d.ts +3 -0
- package/lib/theme/CodeBlock/Line/index.js +48 -0
- package/lib/theme/CodeBlock/Line/styles.module.css +47 -0
- package/lib/theme/CodeBlock/Title/index.d.ts +3 -0
- package/lib/theme/CodeBlock/Title/index.js +4 -0
- package/lib/theme/CodeBlock/index.d.ts +3 -0
- package/lib/theme/CodeBlock/index.js +32 -0
- package/lib/theme/CodeInline/index.d.ts +3 -0
- package/lib/theme/CodeInline/index.js +7 -0
- package/lib/theme/ColorModeToggle/index.d.ts +5 -0
- package/lib/theme/ColorModeToggle/index.js +115 -0
- package/lib/theme/ColorModeToggle/styles.module.css +35 -0
- package/lib/theme/ContentVisibility/Draft/index.d.ts +3 -0
- package/lib/theme/ContentVisibility/Draft/index.js +18 -0
- package/lib/theme/ContentVisibility/Unlisted/index.d.ts +3 -0
- package/lib/theme/ContentVisibility/Unlisted/index.js +32 -0
- package/lib/theme/ContentVisibility/index.d.ts +3 -0
- package/lib/theme/ContentVisibility/index.js +15 -0
- package/lib/theme/Details/index.d.ts +3 -0
- package/lib/theme/Details/index.js +15 -0
- package/lib/theme/Details/styles.module.css +8 -0
- package/lib/theme/DocBreadcrumbs/Items/Home/index.d.ts +2 -0
- package/lib/theme/DocBreadcrumbs/Items/Home/index.js +22 -0
- package/lib/theme/DocBreadcrumbs/Items/Home/styles.module.css +9 -0
- package/lib/theme/DocBreadcrumbs/StructuredData/index.d.ts +3 -0
- package/lib/theme/DocBreadcrumbs/StructuredData/index.js +15 -0
- package/lib/theme/DocBreadcrumbs/index.d.ts +2 -0
- package/lib/theme/DocBreadcrumbs/index.js +76 -0
- package/lib/theme/DocBreadcrumbs/styles.module.css +14 -0
- package/lib/theme/DocCard/index.d.ts +3 -0
- package/lib/theme/DocCard/index.js +96 -0
- package/lib/theme/DocCard/styles.module.css +29 -0
- package/lib/theme/DocCardList/index.d.ts +3 -0
- package/lib/theme/DocCardList/index.js +33 -0
- package/lib/theme/DocCardList/styles.module.css +9 -0
- package/lib/theme/DocCategoryGeneratedIndexPage/index.d.ts +3 -0
- package/lib/theme/DocCategoryGeneratedIndexPage/index.js +57 -0
- package/lib/theme/DocCategoryGeneratedIndexPage/styles.module.css +13 -0
- package/lib/theme/DocItem/Content/index.d.ts +3 -0
- package/lib/theme/DocItem/Content/index.js +38 -0
- package/lib/theme/DocItem/Footer/index.d.ts +2 -0
- package/lib/theme/DocItem/Footer/index.js +43 -0
- package/lib/theme/DocItem/Layout/index.d.ts +3 -0
- package/lib/theme/DocItem/Layout/index.js +60 -0
- package/lib/theme/DocItem/Layout/styles.module.css +12 -0
- package/lib/theme/DocItem/Metadata/index.d.ts +2 -0
- package/lib/theme/DocItem/Metadata/index.js +14 -0
- package/lib/theme/DocItem/Paginator/index.d.ts +6 -0
- package/lib/theme/DocItem/Paginator/index.js +17 -0
- package/lib/theme/DocItem/TOC/Desktop/index.d.ts +2 -0
- package/lib/theme/DocItem/TOC/Desktop/index.js +15 -0
- package/lib/theme/DocItem/TOC/Mobile/index.d.ts +2 -0
- package/lib/theme/DocItem/TOC/Mobile/index.js +17 -0
- package/lib/theme/DocItem/TOC/Mobile/styles.module.css +26 -0
- package/lib/theme/DocItem/index.d.ts +3 -0
- package/lib/theme/DocItem/index.js +19 -0
- package/lib/theme/DocPaginator/index.d.ts +3 -0
- package/lib/theme/DocPaginator/index.js +42 -0
- package/lib/theme/DocRoot/Layout/Main/index.d.ts +3 -0
- package/lib/theme/DocRoot/Layout/Main/index.js +23 -0
- package/lib/theme/DocRoot/Layout/Main/styles.module.css +23 -0
- package/lib/theme/DocRoot/Layout/Sidebar/ExpandButton/index.d.ts +3 -0
- package/lib/theme/DocRoot/Layout/Sidebar/ExpandButton/index.js +28 -0
- package/lib/theme/DocRoot/Layout/Sidebar/ExpandButton/styles.module.css +29 -0
- package/lib/theme/DocRoot/Layout/Sidebar/index.d.ts +3 -0
- package/lib/theme/DocRoot/Layout/Sidebar/index.js +70 -0
- package/lib/theme/DocRoot/Layout/Sidebar/styles.module.css +34 -0
- package/lib/theme/DocRoot/Layout/index.d.ts +3 -0
- package/lib/theme/DocRoot/Layout/index.js +27 -0
- package/lib/theme/DocRoot/Layout/styles.module.css +11 -0
- package/lib/theme/DocRoot/index.d.ts +3 -0
- package/lib/theme/DocRoot/index.js +25 -0
- package/lib/theme/DocSidebar/Desktop/CollapseButton/index.d.ts +3 -0
- package/lib/theme/DocSidebar/Desktop/CollapseButton/index.js +25 -0
- package/lib/theme/DocSidebar/Desktop/CollapseButton/styles.module.css +42 -0
- package/lib/theme/DocSidebar/Desktop/Content/index.d.ts +3 -0
- package/lib/theme/DocSidebar/Desktop/Content/index.js +44 -0
- package/lib/theme/DocSidebar/Desktop/Content/styles.module.css +18 -0
- package/lib/theme/DocSidebar/Desktop/index.d.ts +5 -0
- package/lib/theme/DocSidebar/Desktop/index.js +33 -0
- package/lib/theme/DocSidebar/Desktop/styles.module.css +39 -0
- package/lib/theme/DocSidebar/Mobile/index.d.ts +5 -0
- package/lib/theme/DocSidebar/Mobile/index.js +39 -0
- package/lib/theme/DocSidebar/index.d.ts +3 -0
- package/lib/theme/DocSidebar/index.js +18 -0
- package/lib/theme/DocSidebarItem/Category/index.d.ts +3 -0
- package/lib/theme/DocSidebarItem/Category/index.js +273 -0
- package/lib/theme/DocSidebarItem/Category/styles.module.css +35 -0
- package/lib/theme/DocSidebarItem/Html/index.d.ts +3 -0
- package/lib/theme/DocSidebarItem/Html/index.js +23 -0
- package/lib/theme/DocSidebarItem/Html/styles.module.css +8 -0
- package/lib/theme/DocSidebarItem/Link/index.d.ts +3 -0
- package/lib/theme/DocSidebarItem/Link/index.js +60 -0
- package/lib/theme/DocSidebarItem/Link/styles.module.css +13 -0
- package/lib/theme/DocSidebarItem/index.d.ts +3 -0
- package/lib/theme/DocSidebarItem/index.js +27 -0
- package/lib/theme/DocSidebarItems/index.d.ts +5 -0
- package/lib/theme/DocSidebarItems/index.js +18 -0
- package/lib/theme/DocTagDocListPage/index.d.ts +3 -0
- package/lib/theme/DocTagDocListPage/index.js +98 -0
- package/lib/theme/DocTagsListPage/index.d.ts +3 -0
- package/lib/theme/DocTagsListPage/index.js +43 -0
- package/lib/theme/DocVersionBadge/index.d.ts +3 -0
- package/lib/theme/DocVersionBadge/index.js +25 -0
- package/lib/theme/DocVersionBanner/index.d.ts +3 -0
- package/lib/theme/DocVersionBanner/index.js +125 -0
- package/lib/theme/DocVersionRoot/index.d.ts +3 -0
- package/lib/theme/DocVersionRoot/index.js +40 -0
- package/lib/theme/DocsRoot/index.d.ts +3 -0
- package/lib/theme/DocsRoot/index.js +12 -0
- package/lib/theme/EditMetaRow/index.d.ts +3 -0
- package/lib/theme/EditMetaRow/index.js +27 -0
- package/lib/theme/EditMetaRow/styles.module.css +19 -0
- package/lib/theme/EditThisPage/index.d.ts +3 -0
- package/lib/theme/EditThisPage/index.js +18 -0
- package/lib/theme/ErrorPageContent.d.ts +3 -0
- package/lib/theme/ErrorPageContent.js +34 -0
- package/lib/theme/Footer/Copyright/index.d.ts +3 -0
- package/lib/theme/Footer/Copyright/index.js +11 -0
- package/lib/theme/Footer/Layout/index.d.ts +3 -0
- package/lib/theme/Footer/Layout/index.js +35 -0
- package/lib/theme/Footer/LinkItem/index.d.ts +3 -0
- package/lib/theme/Footer/LinkItem/index.js +26 -0
- package/lib/theme/Footer/Links/MultiColumn/index.d.ts +3 -0
- package/lib/theme/Footer/Links/MultiColumn/index.js +44 -0
- package/lib/theme/Footer/Links/Simple/index.d.ts +3 -0
- package/lib/theme/Footer/Links/Simple/index.js +32 -0
- package/lib/theme/Footer/Links/index.d.ts +3 -0
- package/lib/theme/Footer/Links/index.js +11 -0
- package/lib/theme/Footer/Logo/index.d.ts +3 -0
- package/lib/theme/Footer/Logo/index.js +35 -0
- package/lib/theme/Footer/Logo/styles.module.css +11 -0
- package/lib/theme/Footer/index.d.ts +4 -0
- package/lib/theme/Footer/index.js +22 -0
- package/lib/theme/Heading/index.d.ts +4 -0
- package/lib/theme/Heading/index.js +42 -0
- package/lib/theme/Heading/styles.module.css +17 -0
- package/lib/theme/Homepage/index.d.ts +5 -0
- package/lib/theme/Homepage/index.js +161 -0
- package/lib/theme/Icon/AI/index.d.ts +3 -0
- package/lib/theme/Icon/AI/index.js +17 -0
- package/lib/theme/Icon/AWS/index.d.ts +3 -0
- package/lib/theme/Icon/AWS/index.js +19 -0
- package/lib/theme/Icon/Arrow/index.d.ts +3 -0
- package/lib/theme/Icon/Arrow/index.js +11 -0
- package/lib/theme/Icon/Azure/index.d.ts +3 -0
- package/lib/theme/Icon/Azure/index.js +26 -0
- package/lib/theme/Icon/Changelog/index.d.ts +3 -0
- package/lib/theme/Icon/Changelog/index.js +22 -0
- package/lib/theme/Icon/ChatBubble/index.d.ts +3 -0
- package/lib/theme/Icon/ChatBubble/index.js +21 -0
- package/lib/theme/Icon/ChatBubbles/index.d.ts +3 -0
- package/lib/theme/Icon/ChatBubbles/index.js +36 -0
- package/lib/theme/Icon/Close/index.d.ts +3 -0
- package/lib/theme/Icon/Close/index.js +17 -0
- package/lib/theme/Icon/Cog/index.d.ts +3 -0
- package/lib/theme/Icon/Cog/index.js +43 -0
- package/lib/theme/Icon/Copy/index.d.ts +3 -0
- package/lib/theme/Icon/Copy/index.js +11 -0
- package/lib/theme/Icon/DarkMode/index.d.ts +3 -0
- package/lib/theme/Icon/DarkMode/index.js +11 -0
- package/lib/theme/Icon/Edit/index.d.ts +3 -0
- package/lib/theme/Icon/Edit/index.js +19 -0
- package/lib/theme/Icon/Edit/styles.module.css +6 -0
- package/lib/theme/Icon/Envelope/index.d.ts +3 -0
- package/lib/theme/Icon/Envelope/index.js +27 -0
- package/lib/theme/Icon/ExternalLink/index.d.ts +3 -0
- package/lib/theme/Icon/ExternalLink/index.js +21 -0
- package/lib/theme/Icon/ExternalLink/styles.module.css +5 -0
- package/lib/theme/Icon/Fusion/index.d.ts +3 -0
- package/lib/theme/Icon/Fusion/index.js +30 -0
- package/lib/theme/Icon/GoogleCloud/index.d.ts +3 -0
- package/lib/theme/Icon/GoogleCloud/index.js +58 -0
- package/lib/theme/Icon/Home/index.d.ts +3 -0
- package/lib/theme/Icon/Home/index.js +11 -0
- package/lib/theme/Icon/Language/index.d.ts +3 -0
- package/lib/theme/Icon/Language/index.js +16 -0
- package/lib/theme/Icon/LightMode/index.d.ts +3 -0
- package/lib/theme/Icon/LightMode/index.js +11 -0
- package/lib/theme/Icon/MCP/index.d.ts +3 -0
- package/lib/theme/Icon/MCP/index.js +72 -0
- package/lib/theme/Icon/Menu/index.d.ts +3 -0
- package/lib/theme/Icon/Menu/index.js +25 -0
- package/lib/theme/Icon/MultiQC/index.d.ts +3 -0
- package/lib/theme/Icon/MultiQC/index.js +23 -0
- package/lib/theme/Icon/Nextflow/index.d.ts +3 -0
- package/lib/theme/Icon/Nextflow/index.js +23 -0
- package/lib/theme/Icon/QuestionMark/index.d.ts +3 -0
- package/lib/theme/Icon/QuestionMark/index.js +44 -0
- package/lib/theme/Icon/SeqeraCloud/index.d.ts +3 -0
- package/lib/theme/Icon/SeqeraCloud/index.js +33 -0
- package/lib/theme/Icon/SeqeraEnterprise/index.d.ts +3 -0
- package/lib/theme/Icon/SeqeraEnterprise/index.js +370 -0
- package/lib/theme/Icon/SeqeraLogo/index.d.ts +3 -0
- package/lib/theme/Icon/SeqeraLogo/index.js +18 -0
- package/lib/theme/Icon/ServiceStatus/index.d.ts +3 -0
- package/lib/theme/Icon/ServiceStatus/index.js +99 -0
- package/lib/theme/Icon/Sidebar/index.d.ts +3 -0
- package/lib/theme/Icon/Sidebar/index.js +21 -0
- package/lib/theme/Icon/Socials/Bluesky/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/Bluesky/index.js +19 -0
- package/lib/theme/Icon/Socials/Bluesky/styles.module.css +9 -0
- package/lib/theme/Icon/Socials/Default/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/Default/index.js +24 -0
- package/lib/theme/Icon/Socials/Email/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/Email/index.js +19 -0
- package/lib/theme/Icon/Socials/GitHub/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/GitHub/index.js +19 -0
- package/lib/theme/Icon/Socials/GitHub/styles.module.css +9 -0
- package/lib/theme/Icon/Socials/Instagram/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/Instagram/index.js +19 -0
- package/lib/theme/Icon/Socials/Instagram/styles.module.css +9 -0
- package/lib/theme/Icon/Socials/LinkedIn/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/LinkedIn/index.js +19 -0
- package/lib/theme/Icon/Socials/LinkedIn/styles.module.css +9 -0
- package/lib/theme/Icon/Socials/Mastodon/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/Mastodon/index.js +36 -0
- package/lib/theme/Icon/Socials/StackOverflow/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/StackOverflow/index.js +21 -0
- package/lib/theme/Icon/Socials/Threads/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/Threads/index.js +20 -0
- package/lib/theme/Icon/Socials/Threads/styles.module.css +9 -0
- package/lib/theme/Icon/Socials/Twitch/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/Twitch/index.js +29 -0
- package/lib/theme/Icon/Socials/Twitter/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/Twitter/index.js +18 -0
- package/lib/theme/Icon/Socials/X/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/X/index.js +19 -0
- package/lib/theme/Icon/Socials/X/styles.module.css +9 -0
- package/lib/theme/Icon/Socials/YouTube/index.d.ts +3 -0
- package/lib/theme/Icon/Socials/YouTube/index.js +19 -0
- package/lib/theme/Icon/Success/index.d.ts +3 -0
- package/lib/theme/Icon/Success/index.js +11 -0
- package/lib/theme/Icon/SystemColorMode/index.d.ts +3 -0
- package/lib/theme/Icon/SystemColorMode/index.js +10 -0
- package/lib/theme/Icon/Wave/index.d.ts +3 -0
- package/lib/theme/Icon/Wave/index.js +30 -0
- package/lib/theme/Icon/WordWrap/index.d.ts +3 -0
- package/lib/theme/Icon/WordWrap/index.js +11 -0
- package/lib/theme/LastUpdated/index.d.ts +3 -0
- package/lib/theme/LastUpdated/index.js +71 -0
- package/lib/theme/Layout/Provider/index.d.ts +3 -0
- package/lib/theme/Layout/Provider/index.js +21 -0
- package/lib/theme/Layout/index.d.ts +3 -0
- package/lib/theme/Layout/index.js +53 -0
- package/lib/theme/Layout/styles.module.css +23 -0
- package/lib/theme/Logo/index.d.ts +3 -0
- package/lib/theme/Logo/index.js +60 -0
- package/lib/theme/MDXComponents/A/index.d.ts +3 -0
- package/lib/theme/MDXComponents/A/index.js +11 -0
- package/lib/theme/MDXComponents/Button/index.d.ts +9 -0
- package/lib/theme/MDXComponents/Button/index.js +31 -0
- package/lib/theme/MDXComponents/Code.d.ts +3 -0
- package/lib/theme/MDXComponents/Code.js +20 -0
- package/lib/theme/MDXComponents/Details.d.ts +3 -0
- package/lib/theme/MDXComponents/Details.js +16 -0
- package/lib/theme/MDXComponents/Heading.d.ts +3 -0
- package/lib/theme/MDXComponents/Heading.js +5 -0
- package/lib/theme/MDXComponents/Img/index.d.ts +3 -0
- package/lib/theme/MDXComponents/Img/index.js +17 -0
- package/lib/theme/MDXComponents/Img/styles.module.css +5 -0
- package/lib/theme/MDXComponents/Li.d.ts +3 -0
- package/lib/theme/MDXComponents/Li.js +12 -0
- package/lib/theme/MDXComponents/Pre.d.ts +3 -0
- package/lib/theme/MDXComponents/Pre.js +6 -0
- package/lib/theme/MDXComponents/Ul/index.d.ts +3 -0
- package/lib/theme/MDXComponents/Ul/index.js +19 -0
- package/lib/theme/MDXComponents/Ul/styles.module.css +9 -0
- package/lib/theme/MDXComponents/index.d.ts +3 -0
- package/lib/theme/MDXComponents/index.js +40 -0
- package/lib/theme/MDXContent/index.d.ts +3 -0
- package/lib/theme/MDXContent/index.js +6 -0
- package/lib/theme/MDXPage/index.d.ts +3 -0
- package/lib/theme/MDXPage/index.js +80 -0
- package/lib/theme/MDXPage/styles.module.css +5 -0
- package/lib/theme/Mermaid.d.ts +1 -0
- package/lib/theme/Mermaid.js +7 -0
- package/lib/theme/Navbar/ColorModeToggle/index.d.ts +3 -0
- package/lib/theme/Navbar/ColorModeToggle/index.js +23 -0
- package/lib/theme/Navbar/ColorModeToggle/styles.module.css +5 -0
- package/lib/theme/Navbar/Content/index.d.ts +2 -0
- package/lib/theme/Navbar/Content/index.js +136 -0
- package/lib/theme/Navbar/Content/styles.module.css +19 -0
- package/lib/theme/Navbar/Layout/index.d.ts +3 -0
- package/lib/theme/Navbar/Layout/index.js +53 -0
- package/lib/theme/Navbar/Layout/styles.module.css +9 -0
- package/lib/theme/Navbar/Logo/index.d.ts +2 -0
- package/lib/theme/Navbar/Logo/index.js +11 -0
- package/lib/theme/Navbar/MobileSidebar/Header/index.d.ts +2 -0
- package/lib/theme/Navbar/MobileSidebar/Header/index.js +32 -0
- package/lib/theme/Navbar/MobileSidebar/Layout/index.d.ts +3 -0
- package/lib/theme/Navbar/MobileSidebar/Layout/index.js +55 -0
- package/lib/theme/Navbar/MobileSidebar/Layout/styles.module.css +11 -0
- package/lib/theme/Navbar/MobileSidebar/PrimaryMenu/index.d.ts +2 -0
- package/lib/theme/Navbar/MobileSidebar/PrimaryMenu/index.js +86 -0
- package/lib/theme/Navbar/MobileSidebar/SecondaryMenu/index.d.ts +2 -0
- package/lib/theme/Navbar/MobileSidebar/SecondaryMenu/index.js +33 -0
- package/lib/theme/Navbar/MobileSidebar/Toggle/index.d.ts +2 -0
- package/lib/theme/Navbar/MobileSidebar/Toggle/index.js +22 -0
- package/lib/theme/Navbar/MobileSidebar/index.d.ts +2 -0
- package/lib/theme/Navbar/MobileSidebar/index.js +23 -0
- package/lib/theme/Navbar/Search/index.d.ts +3 -0
- package/lib/theme/Navbar/Search/index.js +10 -0
- package/lib/theme/Navbar/Search/styles.module.css +22 -0
- package/lib/theme/Navbar/Submenu/SubmenuLinks.d.ts +2 -0
- package/lib/theme/Navbar/Submenu/SubmenuLinks.js +110 -0
- package/lib/theme/Navbar/Submenu/index.d.ts +2 -0
- package/lib/theme/Navbar/Submenu/index.js +77 -0
- package/lib/theme/Navbar/Submenu/styles.module.css +82 -0
- package/lib/theme/Navbar/index.d.ts +2 -0
- package/lib/theme/Navbar/index.js +10 -0
- package/lib/theme/NavbarItem/ComponentTypes.d.ts +3 -0
- package/lib/theme/NavbarItem/ComponentTypes.js +21 -0
- package/lib/theme/NavbarItem/DefaultNavbarItem/Desktop/index.d.ts +3 -0
- package/lib/theme/NavbarItem/DefaultNavbarItem/Desktop/index.js +23 -0
- package/lib/theme/NavbarItem/DefaultNavbarItem/Mobile/index.d.ts +3 -0
- package/lib/theme/NavbarItem/DefaultNavbarItem/Mobile/index.js +14 -0
- package/lib/theme/NavbarItem/DefaultNavbarItem/index.d.ts +4 -0
- package/lib/theme/NavbarItem/DefaultNavbarItem/index.js +19 -0
- package/lib/theme/NavbarItem/DocNavbarItem.d.ts +3 -0
- package/lib/theme/NavbarItem/DocNavbarItem.js +32 -0
- package/lib/theme/NavbarItem/DocSidebarNavbarItem.d.ts +3 -0
- package/lib/theme/NavbarItem/DocSidebarNavbarItem.js +29 -0
- package/lib/theme/NavbarItem/DocsVersionDropdownNavbarItem.d.ts +3 -0
- package/lib/theme/NavbarItem/DocsVersionDropdownNavbarItem.js +133 -0
- package/lib/theme/NavbarItem/DocsVersionNavbarItem.d.ts +3 -0
- package/lib/theme/NavbarItem/DocsVersionNavbarItem.js +16 -0
- package/lib/theme/NavbarItem/DropdownNavbarItem/Desktop/index.d.ts +3 -0
- package/lib/theme/NavbarItem/DropdownNavbarItem/Desktop/index.js +68 -0
- package/lib/theme/NavbarItem/DropdownNavbarItem/Mobile/index.d.ts +4 -0
- package/lib/theme/NavbarItem/DropdownNavbarItem/Mobile/index.js +136 -0
- package/lib/theme/NavbarItem/DropdownNavbarItem/Mobile/styles.module.css +5 -0
- package/lib/theme/NavbarItem/DropdownNavbarItem/index.d.ts +3 -0
- package/lib/theme/NavbarItem/DropdownNavbarItem/index.js +7 -0
- package/lib/theme/NavbarItem/HtmlNavbarItem.d.ts +3 -0
- package/lib/theme/NavbarItem/HtmlNavbarItem.js +22 -0
- package/lib/theme/NavbarItem/LocaleDropdownNavbarItem/index.d.ts +3 -0
- package/lib/theme/NavbarItem/LocaleDropdownNavbarItem/index.js +114 -0
- package/lib/theme/NavbarItem/LocaleDropdownNavbarItem/styles.module.css +6 -0
- package/lib/theme/NavbarItem/NavbarNavLink.d.ts +3 -0
- package/lib/theme/NavbarItem/NavbarNavLink.js +62 -0
- package/lib/theme/NavbarItem/SearchNavbarItem.d.ts +3 -0
- package/lib/theme/NavbarItem/SearchNavbarItem.js +13 -0
- package/lib/theme/NavbarItem/index.d.ts +3 -0
- package/lib/theme/NavbarItem/index.js +18 -0
- package/lib/theme/NotFound/Content/index.d.ts +3 -0
- package/lib/theme/NotFound/Content/index.js +38 -0
- package/lib/theme/NotFound/index.d.ts +2 -0
- package/lib/theme/NotFound/index.js +19 -0
- package/lib/theme/PaginatorNavLink/index.d.ts +3 -0
- package/lib/theme/PaginatorNavLink/index.js +19 -0
- package/lib/theme/SearchBar.d.ts +1 -0
- package/lib/theme/SearchBar.js +5 -0
- package/lib/theme/SearchMetadata/index.d.ts +3 -0
- package/lib/theme/SearchMetadata/index.js +28 -0
- package/lib/theme/SiteMetadata/index.d.ts +2 -0
- package/lib/theme/SiteMetadata/index.js +137 -0
- package/lib/theme/SkipToContent/index.d.ts +2 -0
- package/lib/theme/SkipToContent/index.js +6 -0
- package/lib/theme/SkipToContent/styles.module.css +16 -0
- package/lib/theme/TOC/index.d.ts +3 -0
- package/lib/theme/TOC/index.js +22 -0
- package/lib/theme/TOC/styles.module.css +23 -0
- package/lib/theme/TOCCollapsible/CollapseButton/index.d.ts +3 -0
- package/lib/theme/TOCCollapsible/CollapseButton/index.js +22 -0
- package/lib/theme/TOCCollapsible/CollapseButton/styles.module.css +27 -0
- package/lib/theme/TOCCollapsible/index.d.ts +3 -0
- package/lib/theme/TOCCollapsible/index.js +37 -0
- package/lib/theme/TOCCollapsible/styles.module.css +26 -0
- package/lib/theme/TOCInline/index.d.ts +3 -0
- package/lib/theme/TOCInline/index.js +16 -0
- package/lib/theme/TOCInline/styles.module.css +7 -0
- package/lib/theme/TOCItems/Tree.d.ts +5 -0
- package/lib/theme/TOCItems/Tree.js +30 -0
- package/lib/theme/TOCItems/index.d.ts +3 -0
- package/lib/theme/TOCItems/index.js +47 -0
- package/lib/theme/TabItem/index.d.ts +3 -0
- package/lib/theme/TabItem/index.js +13 -0
- package/lib/theme/TabItem/styles.module.css +5 -0
- package/lib/theme/Tabs/index.d.ts +3 -0
- package/lib/theme/Tabs/index.js +133 -0
- package/lib/theme/Tabs/styles.module.css +9 -0
- package/lib/theme/Tag/index.d.ts +3 -0
- package/lib/theme/Tag/index.js +20 -0
- package/lib/theme/Tag/styles.module.css +65 -0
- package/lib/theme/TagsListByLetter/index.d.ts +3 -0
- package/lib/theme/TagsListByLetter/index.js +35 -0
- package/lib/theme/TagsListByLetter/styles.module.css +6 -0
- package/lib/theme/TagsListInline/index.d.ts +3 -0
- package/lib/theme/TagsListInline/index.js +25 -0
- package/lib/theme/TagsListInline/styles.module.css +10 -0
- package/lib/theme/ThemeProvider/TitleFormatter/index.d.ts +3 -0
- package/lib/theme/ThemeProvider/TitleFormatter/index.js +13 -0
- package/lib/theme/ThemeProvider/index.d.ts +3 -0
- package/lib/theme/ThemeProvider/index.js +5 -0
- package/lib/theme/ThemedImage/index.d.ts +3 -0
- package/lib/theme/ThemedImage/index.js +17 -0
- package/lib/theme/ThemedImage/styles.module.css +13 -0
- package/lib/theme/pages/Home/index.d.ts +2 -0
- package/lib/theme/pages/Home/index.js +14 -0
- package/lib/theme/prism-include-languages.d.ts +2 -0
- package/lib/theme/prism-include-languages.js +28 -0
- package/lib/translations.d.ts +9 -0
- package/lib/translations.js +172 -0
- package/package.json +4 -3
- package/src/index.ts +3 -3
- package/src/options.ts +1 -1
- package/src/theme-seqera.d.ts +2 -2
|
@@ -0,0 +1,370 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconSeqeraEnterprise({
|
|
3
|
+
lightFill = '#160F26',
|
|
4
|
+
darkFill = '#FFFFFF',
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return (
|
|
8
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
9
|
+
<g clipPath="url(#clip0_5816_73040)">
|
|
10
|
+
<mask
|
|
11
|
+
id="mask0_5816_73040"
|
|
12
|
+
maskUnits="userSpaceOnUse"
|
|
13
|
+
x="0"
|
|
14
|
+
y="0"
|
|
15
|
+
width="24"
|
|
16
|
+
height="24">
|
|
17
|
+
<path d="M24 0H0V24H24V0Z" fill="white" />
|
|
18
|
+
</mask>
|
|
19
|
+
<g mask="url(#mask0_5816_73040)">
|
|
20
|
+
<path
|
|
21
|
+
d="M0.5 23.5V9.5L10.5 8.5V23.5"
|
|
22
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
23
|
+
style={{
|
|
24
|
+
'--icon-stroke': lightFill,
|
|
25
|
+
'--icon-stroke-dark': darkFill,
|
|
26
|
+
}}
|
|
27
|
+
strokeMiterlimit="10"
|
|
28
|
+
strokeLinecap="round"
|
|
29
|
+
strokeLinejoin="round"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M23.5 23.5V16L18.5 15V23.5"
|
|
33
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
34
|
+
style={{
|
|
35
|
+
'--icon-stroke': lightFill,
|
|
36
|
+
'--icon-stroke-dark': darkFill,
|
|
37
|
+
}}
|
|
38
|
+
strokeMiterlimit="10"
|
|
39
|
+
strokeLinecap="round"
|
|
40
|
+
strokeLinejoin="round"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
d="M8.5 8.7V1.5L18.5 0.5V23.5"
|
|
44
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
45
|
+
style={{
|
|
46
|
+
'--icon-stroke': lightFill,
|
|
47
|
+
'--icon-stroke-dark': darkFill,
|
|
48
|
+
}}
|
|
49
|
+
strokeMiterlimit="10"
|
|
50
|
+
strokeLinecap="round"
|
|
51
|
+
strokeLinejoin="round"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M8.5 4L18.5 3"
|
|
55
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
56
|
+
style={{
|
|
57
|
+
'--icon-stroke': lightFill,
|
|
58
|
+
'--icon-stroke-dark': darkFill,
|
|
59
|
+
}}
|
|
60
|
+
strokeMiterlimit="10"
|
|
61
|
+
strokeLinecap="round"
|
|
62
|
+
strokeLinejoin="round"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d="M16.5 20.5H13.5V23.5H16.5V20.5Z"
|
|
66
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
67
|
+
style={{
|
|
68
|
+
'--icon-stroke': lightFill,
|
|
69
|
+
'--icon-stroke-dark': darkFill,
|
|
70
|
+
}}
|
|
71
|
+
strokeMiterlimit="10"
|
|
72
|
+
strokeLinecap="round"
|
|
73
|
+
strokeLinejoin="round"
|
|
74
|
+
/>
|
|
75
|
+
<path
|
|
76
|
+
d="M6.5 20.5H3.5V23.5H6.5V20.5Z"
|
|
77
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
78
|
+
style={{
|
|
79
|
+
'--icon-stroke': lightFill,
|
|
80
|
+
'--icon-stroke-dark': darkFill,
|
|
81
|
+
}}
|
|
82
|
+
strokeMiterlimit="10"
|
|
83
|
+
strokeLinecap="round"
|
|
84
|
+
strokeLinejoin="round"
|
|
85
|
+
/>
|
|
86
|
+
<path
|
|
87
|
+
d="M3.5 11.5H4.5"
|
|
88
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
89
|
+
style={{
|
|
90
|
+
'--icon-stroke': lightFill,
|
|
91
|
+
'--icon-stroke-dark': darkFill,
|
|
92
|
+
}}
|
|
93
|
+
strokeMiterlimit="10"
|
|
94
|
+
strokeLinecap="round"
|
|
95
|
+
strokeLinejoin="round"
|
|
96
|
+
/>
|
|
97
|
+
<path
|
|
98
|
+
d="M6.5 11.5H7.5"
|
|
99
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
100
|
+
style={{
|
|
101
|
+
'--icon-stroke': lightFill,
|
|
102
|
+
'--icon-stroke-dark': darkFill,
|
|
103
|
+
}}
|
|
104
|
+
strokeMiterlimit="10"
|
|
105
|
+
strokeLinecap="round"
|
|
106
|
+
strokeLinejoin="round"
|
|
107
|
+
/>
|
|
108
|
+
<path
|
|
109
|
+
d="M3.5 13.5H4.5"
|
|
110
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
111
|
+
style={{
|
|
112
|
+
'--icon-stroke': lightFill,
|
|
113
|
+
'--icon-stroke-dark': darkFill,
|
|
114
|
+
}}
|
|
115
|
+
strokeMiterlimit="10"
|
|
116
|
+
strokeLinecap="round"
|
|
117
|
+
strokeLinejoin="round"
|
|
118
|
+
/>
|
|
119
|
+
<path
|
|
120
|
+
d="M6.5 13.5H7.5"
|
|
121
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
122
|
+
style={{
|
|
123
|
+
'--icon-stroke': lightFill,
|
|
124
|
+
'--icon-stroke-dark': darkFill,
|
|
125
|
+
}}
|
|
126
|
+
strokeMiterlimit="10"
|
|
127
|
+
strokeLinecap="round"
|
|
128
|
+
strokeLinejoin="round"
|
|
129
|
+
/>
|
|
130
|
+
<path
|
|
131
|
+
d="M3.5 15.5H4.5"
|
|
132
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
133
|
+
style={{
|
|
134
|
+
'--icon-stroke': lightFill,
|
|
135
|
+
'--icon-stroke-dark': darkFill,
|
|
136
|
+
}}
|
|
137
|
+
strokeMiterlimit="10"
|
|
138
|
+
strokeLinecap="round"
|
|
139
|
+
strokeLinejoin="round"
|
|
140
|
+
/>
|
|
141
|
+
<path
|
|
142
|
+
d="M6.5 15.5H7.5"
|
|
143
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
144
|
+
style={{
|
|
145
|
+
'--icon-stroke': lightFill,
|
|
146
|
+
'--icon-stroke-dark': darkFill,
|
|
147
|
+
}}
|
|
148
|
+
strokeMiterlimit="10"
|
|
149
|
+
strokeLinecap="round"
|
|
150
|
+
strokeLinejoin="round"
|
|
151
|
+
/>
|
|
152
|
+
<path
|
|
153
|
+
d="M3.5 17.5H4.5"
|
|
154
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
155
|
+
style={{
|
|
156
|
+
'--icon-stroke': lightFill,
|
|
157
|
+
'--icon-stroke-dark': darkFill,
|
|
158
|
+
}}
|
|
159
|
+
strokeMiterlimit="10"
|
|
160
|
+
strokeLinecap="round"
|
|
161
|
+
strokeLinejoin="round"
|
|
162
|
+
/>
|
|
163
|
+
<path
|
|
164
|
+
d="M6.5 17.5H7.5"
|
|
165
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
166
|
+
style={{
|
|
167
|
+
'--icon-stroke': lightFill,
|
|
168
|
+
'--icon-stroke-dark': darkFill,
|
|
169
|
+
}}
|
|
170
|
+
strokeMiterlimit="10"
|
|
171
|
+
strokeLinecap="round"
|
|
172
|
+
strokeLinejoin="round"
|
|
173
|
+
/>
|
|
174
|
+
<path
|
|
175
|
+
d="M15.5 5.5H16.5"
|
|
176
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
177
|
+
style={{
|
|
178
|
+
'--icon-stroke': lightFill,
|
|
179
|
+
'--icon-stroke-dark': darkFill,
|
|
180
|
+
}}
|
|
181
|
+
strokeMiterlimit="10"
|
|
182
|
+
strokeLinecap="round"
|
|
183
|
+
strokeLinejoin="round"
|
|
184
|
+
/>
|
|
185
|
+
<path
|
|
186
|
+
d="M15.5 7.5H16.5"
|
|
187
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
188
|
+
style={{
|
|
189
|
+
'--icon-stroke': lightFill,
|
|
190
|
+
'--icon-stroke-dark': darkFill,
|
|
191
|
+
}}
|
|
192
|
+
strokeMiterlimit="10"
|
|
193
|
+
strokeLinecap="round"
|
|
194
|
+
strokeLinejoin="round"
|
|
195
|
+
/>
|
|
196
|
+
<path
|
|
197
|
+
d="M15.5 9.5H16.5"
|
|
198
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
199
|
+
style={{
|
|
200
|
+
'--icon-stroke': lightFill,
|
|
201
|
+
'--icon-stroke-dark': darkFill,
|
|
202
|
+
}}
|
|
203
|
+
strokeMiterlimit="10"
|
|
204
|
+
strokeLinecap="round"
|
|
205
|
+
strokeLinejoin="round"
|
|
206
|
+
/>
|
|
207
|
+
<path
|
|
208
|
+
d="M15.5 11.5H16.5"
|
|
209
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
210
|
+
style={{
|
|
211
|
+
'--icon-stroke': lightFill,
|
|
212
|
+
'--icon-stroke-dark': darkFill,
|
|
213
|
+
}}
|
|
214
|
+
strokeMiterlimit="10"
|
|
215
|
+
strokeLinecap="round"
|
|
216
|
+
strokeLinejoin="round"
|
|
217
|
+
/>
|
|
218
|
+
<path
|
|
219
|
+
d="M15.5 13.5H16.5"
|
|
220
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
221
|
+
style={{
|
|
222
|
+
'--icon-stroke': lightFill,
|
|
223
|
+
'--icon-stroke-dark': darkFill,
|
|
224
|
+
}}
|
|
225
|
+
strokeMiterlimit="10"
|
|
226
|
+
strokeLinecap="round"
|
|
227
|
+
strokeLinejoin="round"
|
|
228
|
+
/>
|
|
229
|
+
<path
|
|
230
|
+
d="M15.5 15.5H16.5"
|
|
231
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
232
|
+
style={{
|
|
233
|
+
'--icon-stroke': lightFill,
|
|
234
|
+
'--icon-stroke-dark': darkFill,
|
|
235
|
+
}}
|
|
236
|
+
strokeMiterlimit="10"
|
|
237
|
+
strokeLinecap="round"
|
|
238
|
+
strokeLinejoin="round"
|
|
239
|
+
/>
|
|
240
|
+
<path
|
|
241
|
+
d="M15.5 17.5H16.5"
|
|
242
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
243
|
+
style={{
|
|
244
|
+
'--icon-stroke': lightFill,
|
|
245
|
+
'--icon-stroke-dark': darkFill,
|
|
246
|
+
}}
|
|
247
|
+
strokeMiterlimit="10"
|
|
248
|
+
strokeLinecap="round"
|
|
249
|
+
strokeLinejoin="round"
|
|
250
|
+
/>
|
|
251
|
+
<path
|
|
252
|
+
d="M12.5 5.5H13.5"
|
|
253
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
254
|
+
style={{
|
|
255
|
+
'--icon-stroke': lightFill,
|
|
256
|
+
'--icon-stroke-dark': darkFill,
|
|
257
|
+
}}
|
|
258
|
+
strokeMiterlimit="10"
|
|
259
|
+
strokeLinecap="round"
|
|
260
|
+
strokeLinejoin="round"
|
|
261
|
+
/>
|
|
262
|
+
<path
|
|
263
|
+
d="M12.5 7.5H13.5"
|
|
264
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
265
|
+
style={{
|
|
266
|
+
'--icon-stroke': lightFill,
|
|
267
|
+
'--icon-stroke-dark': darkFill,
|
|
268
|
+
}}
|
|
269
|
+
strokeMiterlimit="10"
|
|
270
|
+
strokeLinecap="round"
|
|
271
|
+
strokeLinejoin="round"
|
|
272
|
+
/>
|
|
273
|
+
<path
|
|
274
|
+
d="M12.5 9.5H13.5"
|
|
275
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
276
|
+
style={{
|
|
277
|
+
'--icon-stroke': lightFill,
|
|
278
|
+
'--icon-stroke-dark': darkFill,
|
|
279
|
+
}}
|
|
280
|
+
strokeMiterlimit="10"
|
|
281
|
+
strokeLinecap="round"
|
|
282
|
+
strokeLinejoin="round"
|
|
283
|
+
/>
|
|
284
|
+
<path
|
|
285
|
+
d="M12.5 11.5H13.5"
|
|
286
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
287
|
+
style={{
|
|
288
|
+
'--icon-stroke': lightFill,
|
|
289
|
+
'--icon-stroke-dark': darkFill,
|
|
290
|
+
}}
|
|
291
|
+
strokeMiterlimit="10"
|
|
292
|
+
strokeLinecap="round"
|
|
293
|
+
strokeLinejoin="round"
|
|
294
|
+
/>
|
|
295
|
+
<path
|
|
296
|
+
d="M12.5 13.5H13.5"
|
|
297
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
298
|
+
style={{
|
|
299
|
+
'--icon-stroke': lightFill,
|
|
300
|
+
'--icon-stroke-dark': darkFill,
|
|
301
|
+
}}
|
|
302
|
+
strokeMiterlimit="10"
|
|
303
|
+
strokeLinecap="round"
|
|
304
|
+
strokeLinejoin="round"
|
|
305
|
+
/>
|
|
306
|
+
<path
|
|
307
|
+
d="M12.5 15.5H13.5"
|
|
308
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
309
|
+
style={{
|
|
310
|
+
'--icon-stroke': lightFill,
|
|
311
|
+
'--icon-stroke-dark': darkFill,
|
|
312
|
+
}}
|
|
313
|
+
strokeMiterlimit="10"
|
|
314
|
+
strokeLinecap="round"
|
|
315
|
+
strokeLinejoin="round"
|
|
316
|
+
/>
|
|
317
|
+
<path
|
|
318
|
+
d="M12.5 17.5H13.5"
|
|
319
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
320
|
+
style={{
|
|
321
|
+
'--icon-stroke': lightFill,
|
|
322
|
+
'--icon-stroke-dark': darkFill,
|
|
323
|
+
}}
|
|
324
|
+
strokeMiterlimit="10"
|
|
325
|
+
strokeLinecap="round"
|
|
326
|
+
strokeLinejoin="round"
|
|
327
|
+
/>
|
|
328
|
+
<path
|
|
329
|
+
d="M20.5 18.5H21.5"
|
|
330
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
331
|
+
style={{
|
|
332
|
+
'--icon-stroke': lightFill,
|
|
333
|
+
'--icon-stroke-dark': darkFill,
|
|
334
|
+
}}
|
|
335
|
+
strokeMiterlimit="10"
|
|
336
|
+
strokeLinecap="round"
|
|
337
|
+
strokeLinejoin="round"
|
|
338
|
+
/>
|
|
339
|
+
<path
|
|
340
|
+
d="M20.5 20.5H21.5"
|
|
341
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
342
|
+
style={{
|
|
343
|
+
'--icon-stroke': lightFill,
|
|
344
|
+
'--icon-stroke-dark': darkFill,
|
|
345
|
+
}}
|
|
346
|
+
strokeMiterlimit="10"
|
|
347
|
+
strokeLinecap="round"
|
|
348
|
+
strokeLinejoin="round"
|
|
349
|
+
/>
|
|
350
|
+
<path
|
|
351
|
+
d="M0.5 23.5H23.5"
|
|
352
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
353
|
+
style={{
|
|
354
|
+
'--icon-stroke': lightFill,
|
|
355
|
+
'--icon-stroke-dark': darkFill,
|
|
356
|
+
}}
|
|
357
|
+
strokeMiterlimit="10"
|
|
358
|
+
strokeLinecap="round"
|
|
359
|
+
strokeLinejoin="round"
|
|
360
|
+
/>
|
|
361
|
+
</g>
|
|
362
|
+
</g>
|
|
363
|
+
<defs>
|
|
364
|
+
<clipPath id="clip0_5816_73040">
|
|
365
|
+
<rect width="24" height="24" fill="white" />
|
|
366
|
+
</clipPath>
|
|
367
|
+
</defs>
|
|
368
|
+
</svg>
|
|
369
|
+
);
|
|
370
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconSeqeraLogo({
|
|
3
|
+
lightFill = '#160F26',
|
|
4
|
+
darkFill = '#FFFFFF',
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return (
|
|
8
|
+
<svg width="15" height="14" fill="none" viewBox="0 0 15 14" {...props}>
|
|
9
|
+
<path
|
|
10
|
+
className="fill-[var(--icon-stroke)] dark:fill-[var(--icon-stroke-dark)]"
|
|
11
|
+
style={{
|
|
12
|
+
'--icon-stroke': lightFill,
|
|
13
|
+
'--icon-stroke-dark': darkFill,
|
|
14
|
+
}}
|
|
15
|
+
d="m14.513 7.581-.003-.048-.003-.048-.005-.048-.006-.047-.006-.047-.008-.048-.01-.047-.009-.047-.01-.046-.013-.047-.013-.046-.014-.046-.015-.046-.016-.046-.018-.044-.018-.045-.019-.044-.02-.044-.02-.044-.022-.043-.023-.042-.024-.042-.025-.042-.025-.041-.027-.04-.027-.04-.028-.04-.03-.039-.01-.012h-.432l.007.028.01.038.007.037.007.038.006.038.004.038.004.038.003.038.001.038v.11499999999999999l-.004.038-.004.038-.004.038-.006.038-.007.037-.008.039-.009.036-.01.037-.01.037-.012.037-.013.036-.014.036-.015.035-.016.036-.017.034-.017.034-.02.034-.02.033-.02.033-.022.032-.022.031-.023.031-.024.031-.025.03-.026.029-.026.028-.027.028-.029.027-.028.026-.03.026-.03.025-.03.023-.032.024-.033.023-.032.021-.034.02-.034.02-.034.02-.035.017-.035.018L12.79 8l-.037.015-.036.015-.038.013-.037.013-.037.011-.039.01-.039.01-.038.009-.039.008-.039.006-.04.005-.038.005-.04.004-.04.002-.039.002H0v1.807h12.224l.05-.002.05-.003.049-.004.05-.004.049-.005.049-.007.049-.008.048-.008.05-.01.048-.01.048-.012.048-.013.048-.013.047-.014.047-.017.047-.016.046-.017.046-.018.045-.02.046-.02.044-.021.044-.022.044-.023.043-.023.043-.026.041-.025.042-.026.041-.028.04-.028.04-.029.039-.03.039-.03.037-.032.037-.03.036-.034.035-.034.035-.034.034-.035.034-.035.032-.037.032-.037.03-.037.03-.039.03-.038.027-.04.028-.04.027-.04.025-.042.025-.041.024-.042.023-.043.022-.043.02-.043.02-.044.02-.044.017-.045.018-.045.016-.045.015-.046.014-.046.013-.046.012-.047.011-.047.01-.046.009-.047.008-.048.006-.047.006-.048.005-.048.003-.048.003-.047.002-.048V7.63zM.002 6.418l.003.048.004.047.004.048.006.048.007.047.008.047.008.048.01.047.011.046.013.047.012.046.015.046.015.046.016.045.017.045.018.045.02.044.019.044.02.044.022.042.024.043.023.042.025.042.026.04.026.041.027.04.029.04.029.039.01.012H.9l-.007-.03-.009-.036-.008-.038-.007-.037-.006-.038L.86 7.46l-.004-.038-.003-.038v-.039L.85 7.307l.001-.038.001-.038.003-.039.004-.037.004-.039.006-.037.007-.038.008-.038.009-.037.01-.037.01-.037.012-.036.014-.036.014-.036.015-.035.015-.036.017-.034.018-.034.019-.034.02-.033.02-.033.021-.032.023-.032.023-.03.025-.031.024-.03.026-.03.026-.027.028-.028.028-.027.029-.027.03-.025.03-.025.03-.024.032-.023.032-.023.033-.021.033-.021.034-.02.034-.019.035-.018.036-.017.036-.016.036-.016.036-.014.038-.013.037-.013.038-.011.038-.011.039-.01.038-.009.039-.007.04-.007.039-.005.039-.005.04-.003.039-.003.04-.001.04-.001h12.173V4.064H2.291l-.049.002-.05.003-.05.003-.05.004-.048.006-.05.007-.048.007-.049.009-.05.01-.048.01-.048.012-.047.012-.049.014-.047.014-.047.016-.046.016-.047.018-.046.018-.045.02-.045.02-.045.021-.044.021-.044.024-.043.023-.043.025-.041.026-.042.026-.04.028-.04.028-.041.028-.038.03-.04.03-.037.032-.037.032-.036.033-.035.033-.035.035-.034.035-.033.035-.033.037-.031.037-.03.037-.031.038-.03.04-.028.039-.027.04-.026.04-.026.042-.025.041-.023.041-.024.043-.021.044-.021.043-.02.044-.019.044-.018.045-.017.044-.016.046-.015.046-.015.046-.012.046-.013.046-.01.047-.01.047-.01.047-.007.048-.007.047-.006.048-.004.047-.004.048-.003.048L0 6.274v.096zM14.513 11.646l-.002-.048-.004-.047-.005-.048-.005-.048-.007-.047-.008-.048-.009-.047-.01-.047-.01-.047-.013-.046-.013-.046-.014-.047-.015-.044-.016-.046-.018-.045-.017-.044-.02-.045-.02-.044-.02-.043-.022-.044-.023-.042-.023-.042-.025-.042-.027-.041-.026-.04-.027-.04-.028-.04-.03-.039-.03-.038-.03-.037-.032-.038-.032-.035-.033-.036-.035-.035-.034-.035-.036-.033-.036-.033-.037-.032-.037-.031-.039-.03-.002-.003-.055.032-.048.027-.05.026-.006.003.013.023.018.035.016.034.016.035.015.036.014.035.013.036.012.037.01.037.011.037.009.037.007.037.007.038.006.038.005.038.004.038.002.038.002.039v.076l-.002.038-.002.038-.004.038-.005.039-.006.037-.007.038-.007.038-.009.037-.01.037-.01.037-.013.036-.013.037-.014.035-.015.036-.016.035-.016.034-.018.034-.02.034-.02.033-.02.033-.021.032-.023.032-.022.03-.025.031-.025.03-.025.03-.027.028-.027.027-.028.027-.03.026-.028.026-.03.025-.031.024-.032.023-.032.023-.033.02-.033.022-.034.02-.034.019-.036.018-.035.017-.036.016-.037.016-.036.014-.037.013-.038.013-.037.012-.038.01-.04.01-.037.008-.04.008-.038.006-.04.006-.04.005-.039.003-.04.002-.039.003H0V14h12.224l.05-.002.05-.002.049-.004.05-.004.05-.006.048-.007.05-.008.048-.008.049-.01.048-.01.048-.012.048-.012.048-.014.047-.014.047-.016.047-.017.047-.017.046-.018.045-.019.045-.02.044-.022.045-.022.043-.023.044-.023.042-.025.042-.026.042-.026.04-.027.04-.029.04-.029.04-.03.038-.03.037-.031.037-.032.036-.033.036-.033.034-.034.035-.036.033-.035.032-.036.032-.037.03-.038.03-.038.03-.04.028-.038.027-.04.027-.041.026-.041.025-.042.023-.042.023-.042.022-.043.02-.044.02-.044.02-.044.017-.044.018-.046.016-.045.015-.046.014-.046.013-.046.012-.047.011-.046.01-.047.009-.047.008-.047.007-.048.005-.048.005-.047.004-.048.002-.048.002-.048v-.096zM.002 2.353l.003.049.003.047.005.048.006.048.007.047.008.048.008.047.01.047.011.046.013.047.012.046.014.046.016.045.016.046.017.045.017.044.02.045.02.044.02.043.022.043.024.043.023.042.025.042.026.041.026.04.027.04.029.04.029.039.03.038.03.037.032.038.033.035.033.036.034.035.035.034.035.034.036.033.037.032.038.031.039.03.001.002.055-.031.048-.027.05-.027.007-.002-.013-.023L1 3.872l-.017-.035-.015-.035-.015-.036L.94 3.73l-.014-.035-.011-.037-.011-.037-.01-.037-.01-.037-.007-.037-.007-.038-.006-.038-.004-.038-.004-.038-.003-.038v-.039L.85 3.243l.001-.038.001-.038.003-.04.004-.037.004-.038.006-.037.007-.038.008-.038.009-.037.01-.037.01-.037.012-.036.014-.036.014-.036.015-.036.015-.035.017-.035.018-.033.019-.034.02-.033.02-.033.021-.032.023-.032.023-.03.025-.031.024-.03.026-.03.026-.028.028-.028.028-.027.029-.026.03-.025.029-.025.03-.024.033-.023.032-.023.033-.021.033-.021.034-.02.034-.019.035-.018.036-.017.036-.016.036-.016.036-.014.038-.013.037-.013.038-.012.038-.01.039-.01.038-.008.039-.008.04-.006.039-.006.039-.005.04-.003.039-.003.04-.002h12.213V0H2.291l-.049.002-.05.002-.05.004-.05.004-.049.006-.048.007-.05.007-.049.009-.048.01-.049.01-.048.012-.047.012L1.655.1l-.047.014-.047.016-.046.016-.047.018-.046.018L1.377.2l-.045.02-.045.021-.044.023-.044.023-.043.023-.043.025-.041.026-.042.026-.04.027-.04.028-.041.03-.038.03-.04.03-.037.03-.037.033-.036.033L.686.66.651.695.617.73.584.766.55.802.52.84.49.877.458.915l-.03.04-.028.038-.027.04-.026.041-.026.04-.025.043-.023.042-.024.042-.021.044-.021.043-.02.044-.02.044-.017.044-.017.045-.016.046-.016.045-.014.046-.012.047-.013.046-.01.047-.01.047-.01.047-.007.047-.007.048-.006.048-.005.047-.003.048-.003.048L0 2.21v.096z"></path>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconServiceStatus({
|
|
3
|
+
lightFill = '#160F26',
|
|
4
|
+
darkFill = '#FFFFFF',
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return (
|
|
8
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
9
|
+
<path
|
|
10
|
+
d="M8.5 13.5L6.5 11.5V7.5L8.5 5.5"
|
|
11
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
12
|
+
style={{
|
|
13
|
+
'--icon-stroke': lightFill,
|
|
14
|
+
'--icon-stroke-dark': darkFill,
|
|
15
|
+
}}
|
|
16
|
+
strokeMiterlimit="10"
|
|
17
|
+
strokeLinecap="round"
|
|
18
|
+
strokeLinejoin="round"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M6.5 15.5L3.5 12.5V6.5L6.5 3.5"
|
|
22
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
23
|
+
style={{
|
|
24
|
+
'--icon-stroke': lightFill,
|
|
25
|
+
'--icon-stroke-dark': darkFill,
|
|
26
|
+
}}
|
|
27
|
+
strokeMiterlimit="10"
|
|
28
|
+
strokeLinecap="round"
|
|
29
|
+
strokeLinejoin="round"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M4.5 17.5L0.5 13.5V5.5L4.5 1.5"
|
|
33
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
34
|
+
style={{
|
|
35
|
+
'--icon-stroke': lightFill,
|
|
36
|
+
'--icon-stroke-dark': darkFill,
|
|
37
|
+
}}
|
|
38
|
+
strokeMiterlimit="10"
|
|
39
|
+
strokeLinecap="round"
|
|
40
|
+
strokeLinejoin="round"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
d="M14.5 13.5L16.5 11.5V7.5L14.5 5.5"
|
|
44
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
45
|
+
style={{
|
|
46
|
+
'--icon-stroke': lightFill,
|
|
47
|
+
'--icon-stroke-dark': darkFill,
|
|
48
|
+
}}
|
|
49
|
+
strokeMiterlimit="10"
|
|
50
|
+
strokeLinecap="round"
|
|
51
|
+
strokeLinejoin="round"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M16.5 15.5L19.5 12.5V6.5L16.5 3.5"
|
|
55
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
56
|
+
style={{
|
|
57
|
+
'--icon-stroke': lightFill,
|
|
58
|
+
'--icon-stroke-dark': darkFill,
|
|
59
|
+
}}
|
|
60
|
+
strokeMiterlimit="10"
|
|
61
|
+
strokeLinecap="round"
|
|
62
|
+
strokeLinejoin="round"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d="M18.5 17.5L22.5 13.5V5.5L18.5 1.5"
|
|
66
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
67
|
+
style={{
|
|
68
|
+
'--icon-stroke': lightFill,
|
|
69
|
+
'--icon-stroke-dark': darkFill,
|
|
70
|
+
}}
|
|
71
|
+
strokeMiterlimit="10"
|
|
72
|
+
strokeLinecap="round"
|
|
73
|
+
strokeLinejoin="round"
|
|
74
|
+
/>
|
|
75
|
+
<path
|
|
76
|
+
d="M11.5 8L10 9.5L11.5 11L13.001 9.5L11.501 8H11.5Z"
|
|
77
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
78
|
+
style={{
|
|
79
|
+
'--icon-stroke': lightFill,
|
|
80
|
+
'--icon-stroke-dark': darkFill,
|
|
81
|
+
}}
|
|
82
|
+
strokeMiterlimit="10"
|
|
83
|
+
strokeLinecap="round"
|
|
84
|
+
strokeLinejoin="round"
|
|
85
|
+
/>
|
|
86
|
+
<path
|
|
87
|
+
d="M11.5 23.5V11"
|
|
88
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
89
|
+
style={{
|
|
90
|
+
'--icon-stroke': lightFill,
|
|
91
|
+
'--icon-stroke-dark': darkFill,
|
|
92
|
+
}}
|
|
93
|
+
strokeMiterlimit="10"
|
|
94
|
+
strokeLinecap="round"
|
|
95
|
+
strokeLinejoin="round"
|
|
96
|
+
/>
|
|
97
|
+
</svg>
|
|
98
|
+
);
|
|
99
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function IconSidebar(props) {
|
|
3
|
+
return (
|
|
4
|
+
<svg
|
|
5
|
+
fill="none"
|
|
6
|
+
height="24"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeLinecap="round"
|
|
9
|
+
aria-hidden="true"
|
|
10
|
+
{...props}
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth="0.7px"
|
|
13
|
+
viewBox="0 0 24 24"
|
|
14
|
+
width="24"
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
16
|
+
<rect height="16" rx="2" width="16" x="4" y="4"></rect>
|
|
17
|
+
<path d="M9 4v16"></path>
|
|
18
|
+
<path d="M15 10l-2 2l2 2"></path>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import clsx from 'clsx';
|
|
2
|
+
import styles from './styles.module.css';
|
|
3
|
+
// SVG Source: https://svgl.app/
|
|
4
|
+
function Bluesky(props) {
|
|
5
|
+
return (
|
|
6
|
+
<svg
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
width="1em"
|
|
9
|
+
height="1em"
|
|
10
|
+
preserveAspectRatio="xMidYMid"
|
|
11
|
+
viewBox="0 0 256 226"
|
|
12
|
+
style={{'--dark': '#0085ff', '--light': '#0085ff'}}
|
|
13
|
+
{...props}
|
|
14
|
+
className={clsx(props.className, styles.blueskySvg)}>
|
|
15
|
+
<path d="M55.491 15.172c29.35 22.035 60.917 66.712 72.509 90.686 11.592-23.974 43.159-68.651 72.509-90.686C221.686-.727 256-13.028 256 26.116c0 7.818-4.482 65.674-7.111 75.068-9.138 32.654-42.436 40.983-72.057 35.942 51.775 8.812 64.946 38 36.501 67.187-54.021 55.433-77.644-13.908-83.696-31.676-1.11-3.257-1.63-4.78-1.637-3.485-.008-1.296-.527.228-1.637 3.485-6.052 17.768-29.675 87.11-83.696 31.676-28.445-29.187-15.274-58.375 36.5-67.187-29.62 5.041-62.918-3.288-72.056-35.942C4.482 91.79 0 33.934 0 26.116 0-13.028 34.314-.727 55.491 15.172Z" />
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
export default Bluesky;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// SVG Source: https://github.com/tabler/tabler-icons
|
|
2
|
+
function DefaultSocial(props) {
|
|
3
|
+
return (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width="1em"
|
|
7
|
+
height="1em"
|
|
8
|
+
viewBox="0 0 24 24"
|
|
9
|
+
fill="none"
|
|
10
|
+
stroke="currentColor"
|
|
11
|
+
strokeWidth="2"
|
|
12
|
+
strokeLinecap="round"
|
|
13
|
+
strokeLinejoin="round"
|
|
14
|
+
{...props}>
|
|
15
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
16
|
+
<path d="M1.2 12a10.8 10.8 0 1 0 21.6 0a10.8 10.8 0 0 0 -21.6 0" />
|
|
17
|
+
<path d="M1.92 8.4h20.16" />
|
|
18
|
+
<path d="M1.92 15.6h20.16" />
|
|
19
|
+
<path d="M11.4 1.2a20.4 20.4 0 0 0 0 21.6" />
|
|
20
|
+
<path d="M12.6 1.2a20.4 20.4 0 0 1 0 21.6" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
export default DefaultSocial;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// SVG Source: https://github.com/tabler/tabler-icons
|
|
2
|
+
function Email(props) {
|
|
3
|
+
return (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
strokeWidth={2}
|
|
12
|
+
{...props}>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
14
|
+
<path d="M7.2 12a4.8 4.8 0 1 0 9.6 0 4.8 4.8 0 1 0-9.6 0" />
|
|
15
|
+
<path d="M16.8 12v1.8a3 3 0 0 0 6 0V12a10.8 10.8 0 1 0-6.6 9.936" />
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
export default Email;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import clsx from 'clsx';
|
|
2
|
+
import styles from './styles.module.css';
|
|
3
|
+
// SVG Source: https://svgl.app/
|
|
4
|
+
function GitHub(props) {
|
|
5
|
+
return (
|
|
6
|
+
<svg
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
width="1em"
|
|
9
|
+
height="1em"
|
|
10
|
+
viewBox="0 0 256 250"
|
|
11
|
+
preserveAspectRatio="xMidYMid"
|
|
12
|
+
style={{'--dark': '#000', '--light': '#fff'}}
|
|
13
|
+
{...props}
|
|
14
|
+
className={clsx(props.className, styles.githubSvg)}>
|
|
15
|
+
<path d="M128.001 0C57.317 0 0 57.307 0 128.001c0 56.554 36.676 104.535 87.535 121.46 6.397 1.185 8.746-2.777 8.746-6.158 0-3.052-.12-13.135-.174-23.83-35.61 7.742-43.124-15.103-43.124-15.103-5.823-14.795-14.213-18.73-14.213-18.73-11.613-7.944.876-7.78.876-7.78 12.853.902 19.621 13.19 19.621 13.19 11.417 19.568 29.945 13.911 37.249 10.64 1.149-8.272 4.466-13.92 8.127-17.116-28.431-3.236-58.318-14.212-58.318-63.258 0-13.975 5-25.394 13.188-34.358-1.329-3.224-5.71-16.242 1.24-33.874 0 0 10.749-3.44 35.21 13.121 10.21-2.836 21.16-4.258 32.038-4.307 10.878.049 21.837 1.47 32.066 4.307 24.431-16.56 35.165-13.12 35.165-13.12 6.967 17.63 2.584 30.65 1.255 33.873 8.207 8.964 13.173 20.383 13.173 34.358 0 49.163-29.944 59.988-58.447 63.157 4.591 3.972 8.682 11.762 8.682 23.704 0 17.126-.148 30.91-.148 35.126 0 3.407 2.304 7.398 8.792 6.14C219.37 232.5 256 184.537 256 128.002 256 57.307 198.691 0 128.001 0Zm-80.06 182.34c-.282.636-1.283.827-2.194.39-.929-.417-1.45-1.284-1.15-1.922.276-.655 1.279-.838 2.205-.399.93.418 1.46 1.293 1.139 1.931Zm6.296 5.618c-.61.566-1.804.303-2.614-.591-.837-.892-.994-2.086-.375-2.66.63-.566 1.787-.301 2.626.591.838.903 1 2.088.363 2.66Zm4.32 7.188c-.785.545-2.067.034-2.86-1.104-.784-1.138-.784-2.503.017-3.05.795-.547 2.058-.055 2.861 1.075.782 1.157.782 2.522-.019 3.08Zm7.304 8.325c-.701.774-2.196.566-3.29-.49-1.119-1.032-1.43-2.496-.726-3.27.71-.776 2.213-.558 3.315.49 1.11 1.03 1.45 2.505.701 3.27Zm9.442 2.81c-.31 1.003-1.75 1.459-3.199 1.033-1.448-.439-2.395-1.613-2.103-2.626.301-1.01 1.747-1.484 3.207-1.028 1.446.436 2.396 1.602 2.095 2.622Zm10.744 1.193c.036 1.055-1.193 1.93-2.715 1.95-1.53.034-2.769-.82-2.786-1.86 0-1.065 1.202-1.932 2.733-1.958 1.522-.03 2.768.818 2.768 1.868Zm10.555-.405c.182 1.03-.875 2.088-2.387 2.37-1.485.271-2.861-.365-3.05-1.386-.184-1.056.893-2.114 2.376-2.387 1.514-.263 2.868.356 3.061 1.403Z" />
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
export default GitHub;
|