erudit 4.0.0-dev.5 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/app.vue +34 -34
- package/app/assets/icons/array-check.svg +2 -2
- package/app/assets/icons/array-lines.svg +2 -2
- package/app/assets/icons/array-star.svg +2 -2
- package/app/assets/icons/arrow/from-circle.svg +2 -2
- package/app/assets/icons/arrow/left.svg +2 -2
- package/app/assets/icons/arrow/outward.svg +2 -2
- package/app/assets/icons/arrow/to-circle.svg +2 -2
- package/app/assets/icons/arrow/up-to-right.svg +2 -2
- package/app/assets/icons/aside-open.svg +2 -2
- package/app/assets/icons/asterisk.svg +2 -2
- package/app/assets/icons/book-question.svg +2 -2
- package/app/assets/icons/construction.svg +2 -2
- package/app/assets/icons/draw.svg +2 -2
- package/app/assets/icons/erudit.svg +2 -2
- package/app/assets/icons/file-lines.svg +2 -2
- package/app/assets/icons/files.svg +2 -2
- package/app/assets/icons/folder-open.svg +2 -2
- package/app/assets/icons/folder.svg +2 -2
- package/app/assets/icons/graduation.svg +2 -2
- package/app/assets/icons/handshake.svg +2 -2
- package/app/assets/icons/lines.svg +2 -2
- package/app/assets/icons/plus-circle.svg +2 -2
- package/app/assets/icons/puzzle.svg +2 -2
- package/app/assets/icons/rocket.svg +2 -2
- package/app/assets/icons/search/check.svg +2 -2
- package/app/assets/icons/search/dead.svg +2 -2
- package/app/assets/icons/search/glass.svg +2 -2
- package/app/assets/icons/search/wtf.svg +2 -2
- package/app/assets/icons/sun-moon.svg +2 -2
- package/app/assets/icons/translate.svg +2 -2
- package/app/assets/icons/warning.svg +2 -2
- package/app/components/EruditLink.ts +9 -9
- package/app/components/FancyBold.vue +16 -16
- package/app/components/FancyCard.vue +52 -52
- package/app/components/FancyCardTag.vue +16 -16
- package/app/components/Loading.vue +7 -7
- package/app/components/Prose.vue +55 -55
- package/app/components/ScrollHolder.vue +20 -20
- package/app/components/SmartMedia.vue +107 -107
- package/app/components/ads/Ads.vue +39 -39
- package/app/components/ads/AdsBannerAside.vue +45 -45
- package/app/components/ads/AdsBannerBottom.vue +17 -17
- package/app/components/ads/AdsReplacer.vue +26 -26
- package/app/components/ads/provider/Custom.vue +19 -19
- package/app/components/ads/provider/Yandex.vue +84 -84
- package/app/components/aside/AsideListItem.vue +61 -61
- package/app/components/aside/AsideMajor.vue +8 -8
- package/app/components/aside/AsideMinor.vue +68 -68
- package/app/components/aside/AsidePlainMessage.vue +9 -9
- package/app/components/aside/AsideSwitch.vue +76 -76
- package/app/components/aside/major/PaneHolder.vue +106 -106
- package/app/components/aside/major/PaneSwitcher.vue +68 -68
- package/app/components/aside/major/PaneSwitcherButton.vue +38 -38
- package/app/components/aside/major/PaneTemplate.vue +5 -5
- package/app/components/aside/major/SiteInfo.vue +66 -66
- package/app/components/aside/major/contentNav/PaneBookNav.vue +107 -107
- package/app/components/aside/major/contentNav/PaneGlobalNav.vue +19 -19
- package/app/components/aside/major/contentNav/items/ContentNavBook.vue +21 -21
- package/app/components/aside/major/contentNav/items/ContentNavFolder.vue +91 -91
- package/app/components/aside/major/contentNav/items/ContentNavItem.vue +33 -33
- package/app/components/aside/major/contentNav/items/ContentNavPage.vue +14 -14
- package/app/components/aside/major/contentNav/items/ContentNavSeparator.vue +61 -61
- package/app/components/aside/major/contentNav/items/ContentNavTopic.vue +18 -18
- package/app/components/aside/major/contentNav/items/Flags.vue +50 -50
- package/app/components/aside/major/contentNav/items/ItemTemplate.vue +27 -27
- package/app/components/aside/major/languages/PaneLanguages.vue +55 -55
- package/app/components/aside/major/pages/PanePages.vue +60 -60
- package/app/components/aside/major/search/PaneSearch.vue +156 -156
- package/app/components/aside/major/search/SearchInput.vue +103 -103
- package/app/components/aside/major/search/SearchResult.vue +154 -154
- package/app/components/aside/major/search/SearchStatus.vue +48 -48
- package/app/components/aside/major/search/search.worker.ts +164 -164
- package/app/components/aside/major/settings/BuildTime.vue +25 -25
- package/app/components/aside/major/settings/EngineVersion.vue +14 -14
- package/app/components/aside/major/settings/PaneSettings.vue +17 -17
- package/app/components/aside/major/settings/ThemeSwitcher.vue +55 -55
- package/app/components/aside/major/settings/repository/Repository.vue +33 -33
- package/app/components/aside/major/settings/repository/SecondaryGitHub.vue +71 -71
- package/app/components/aside/minor/AsideMinorPane.vue +5 -5
- package/app/components/aside/minor/AsideMinorPlainHeader.vue +20 -20
- package/app/components/aside/minor/content/AsideMinorContentContributions.vue +47 -47
- package/app/components/aside/minor/content/AsideMinorContentPage.vue +37 -37
- package/app/components/aside/minor/content/AsideMinorContentTopic.vue +61 -61
- package/app/components/aside/minor/content/ButtonPaneContributions.vue +101 -101
- package/app/components/aside/minor/content/ButtonPaneImprove.vue +112 -112
- package/app/components/aside/minor/content/Contribution.vue +36 -36
- package/app/components/aside/minor/content/Toc.vue +163 -163
- package/app/components/aside/minor/content/TocItem.vue +91 -91
- package/app/components/aside/minor/content/TopicPartButton.vue +35 -35
- package/app/components/aside/minor/contributor/AsideMinorContributor.vue +36 -36
- package/app/components/aside/minor/contributor/ItemBook.vue +33 -33
- package/app/components/aside/minor/contributor/ItemContent.vue +17 -17
- package/app/components/aside/minor/news/AsideMinorNews.vue +132 -132
- package/app/components/aside/minor/news/NewsItem.vue +69 -69
- package/app/components/aside/minor/news/RenderNewsElement.vue +42 -42
- package/app/components/aside/minor/news/elements/Mix.vue +11 -11
- package/app/components/aside/minor/news/elements/P.vue +14 -14
- package/app/components/aside/minor/news/elements/Ref.vue +59 -59
- package/app/components/aside/minor/news/elements/Text.vue +18 -18
- package/app/components/indexPage/IndexPagePersons.vue +116 -116
- package/app/components/main/MainAction.vue +26 -26
- package/app/components/main/MainBreadcrumbs.vue +28 -28
- package/app/components/main/MainContentChild.vue +44 -44
- package/app/components/main/MainContentChildren.vue +13 -13
- package/app/components/main/MainDecoration.vue +15 -15
- package/app/components/main/MainDescription.vue +13 -13
- package/app/components/main/MainFlag.vue +129 -129
- package/app/components/main/MainFlags.vue +17 -17
- package/app/components/main/MainGlow.vue +12 -12
- package/app/components/main/MainQuickLink.vue +90 -90
- package/app/components/main/MainQuickLinks.vue +40 -40
- package/app/components/main/MainQuote.vue +149 -149
- package/app/components/main/MainQuoteLoader.vue +86 -86
- package/app/components/main/MainSection.vue +44 -44
- package/app/components/main/MainSectionPreamble.vue +5 -5
- package/app/components/main/MainSubTitle.vue +11 -11
- package/app/components/main/MainTitle.vue +32 -32
- package/app/components/main/MainTopicPartPage.vue +88 -88
- package/app/components/main/MainTopicPartSwitch.vue +67 -67
- package/app/components/main/connections/Deps.vue +30 -30
- package/app/components/main/connections/Externals.vue +80 -80
- package/app/components/main/connections/MainConnections.vue +90 -90
- package/app/components/main/connections/MainConnectionsButton.vue +81 -81
- package/app/components/main/connections/ScrollPane.vue +10 -10
- package/app/components/main/contentStats/Item.vue +28 -28
- package/app/components/main/contentStats/ItemElement.vue +19 -19
- package/app/components/main/contentStats/ItemMaterials.vue +11 -11
- package/app/components/main/contentStats/MainContentStats.vue +50 -50
- package/app/components/preview/Preview.vue +161 -161
- package/app/components/preview/PreviewError.vue +10 -10
- package/app/components/preview/PreviewLoading.vue +5 -5
- package/app/components/preview/PreviewScreen.vue +64 -64
- package/app/components/preview/PreviewScreenButton.vue +39 -39
- package/app/components/preview/screen/ContentPage.vue +47 -47
- package/app/components/preview/screen/DirectLink.vue +23 -23
- package/app/components/preview/screen/Unique.vue +53 -53
- package/app/components/site/SiteAside.vue +67 -67
- package/app/components/site/SiteAsideOverlay.vue +21 -21
- package/app/components/site/SiteMain.vue +13 -13
- package/app/components/transition/Fade.vue +30 -30
- package/app/components/transition/Slide.vue +47 -47
- package/app/components/tree/TreeContainer.vue +5 -5
- package/app/components/tree/TreeItem.vue +36 -36
- package/app/composables/ads.ts +23 -23
- package/app/composables/analytics.ts +102 -102
- package/app/composables/appElements.ts +40 -40
- package/app/composables/aside.ts +28 -28
- package/app/composables/asideMajorPane.ts +135 -135
- package/app/composables/asideMinor.ts +109 -109
- package/app/composables/contentNav.ts +7 -7
- package/app/composables/favicon.ts +103 -103
- package/app/composables/file.ts +4 -4
- package/app/composables/formatText.ts +100 -100
- package/app/composables/loading.ts +26 -26
- package/app/composables/mainContent.ts +31 -31
- package/app/composables/og.ts +184 -184
- package/app/composables/phrases.ts +126 -126
- package/app/composables/preview.ts +53 -53
- package/app/composables/route.ts +6 -6
- package/app/composables/theme.ts +67 -67
- package/app/composables/url.ts +30 -30
- package/app/formatters/ru.ts +14 -14
- package/app/pages/article/[...articleId].vue +12 -12
- package/app/pages/book/[...bookId].vue +56 -56
- package/app/pages/contributor/[contributorId].vue +144 -144
- package/app/pages/contributors.vue +95 -95
- package/app/pages/group/[...groupId].vue +58 -58
- package/app/pages/index.vue +113 -113
- package/app/pages/page/[...pageId].vue +60 -60
- package/app/pages/practice/[...practiceId].vue +12 -12
- package/app/pages/sponsors.vue +88 -88
- package/app/pages/summary/[...summaryId].vue +12 -12
- package/app/plugins/appSetup/client/htmlBranding.ts +6 -6
- package/app/plugins/appSetup/client/welcome.ts +37 -37
- package/app/plugins/appSetup/config.ts +6 -6
- package/app/plugins/appSetup/global.ts +3 -3
- package/app/plugins/appSetup/index.ts +27 -27
- package/app/plugins/prerender.server.ts +40 -40
- package/app/router.options.ts +5 -5
- package/app/scripts/theme.js +30 -30
- package/app/styles/main.css +176 -176
- package/bin/erudit.js +12 -12
- package/modules/erudit/env.ts +8 -8
- package/modules/erudit/globals/content.ts +4 -4
- package/modules/erudit/globals/contributor.ts +1 -1
- package/modules/erudit/globals/eruditConfig.ts +5 -5
- package/modules/erudit/globals/problem.ts +1 -1
- package/modules/erudit/globals/prose.ts +5 -1
- package/modules/erudit/globals/public.ts +18 -18
- package/modules/erudit/index.ts +50 -50
- package/modules/erudit/logger.ts +10 -10
- package/modules/erudit/setup/elements/appTemplate.ts +44 -44
- package/modules/erudit/setup/elements/globalTemplate.ts +82 -82
- package/modules/erudit/setup/elements/globalTypes.ts +259 -259
- package/modules/erudit/setup/elements/setup.ts +163 -163
- package/modules/erudit/setup/elements/shared.ts +10 -10
- package/modules/erudit/setup/elements/tagsTable.ts +28 -28
- package/modules/erudit/setup/fullRestart.ts +61 -61
- package/modules/erudit/setup/globals.ts +210 -206
- package/modules/erudit/setup/publicAssets.ts +43 -43
- package/modules/erudit/setup/runtimeConfig.ts +106 -106
- package/modules/erudit/watcher.ts +20 -20
- package/nuxt.config.ts +102 -102
- package/package.json +5 -5
- package/proxy/prose.app.ts +1 -1
- package/proxy/prose.ts +1 -1
- package/server/api/aside/major/frontNav/book/[...shortId].ts +10 -10
- package/server/api/aside/major/frontNav/global.ts +5 -5
- package/server/api/aside/major/pages.ts +6 -6
- package/server/api/contributor/list.ts +60 -60
- package/server/api/contributor/page/[contributorId].ts +68 -68
- package/server/api/indexPage.ts +81 -81
- package/server/api/language/functions.ts +11 -11
- package/server/api/language/phrase/[phraseKey].ts +35 -35
- package/server/api/main/content/[...contentTypePath].ts +149 -149
- package/server/api/news/batch/[batchIndex].ts +5 -5
- package/server/api/pageSponsors.ts +56 -56
- package/server/api/prerender/content.ts +79 -79
- package/server/api/prerender/default.ts +35 -35
- package/server/api/prerender/files.ts +10 -10
- package/server/api/prerender/frontNav.ts +13 -13
- package/server/api/prerender/language.ts +7 -7
- package/server/api/prerender/news.ts +8 -8
- package/server/api/prerender/quotes.ts +15 -15
- package/server/api/preview/contentPage/[...contentTypePath].ts +63 -63
- package/server/api/preview/contentUnique/[...contentTypePathUnique].ts +73 -73
- package/server/api/problemScript/[...problemScriptPath].ts +88 -88
- package/server/api/quote/data/[quoteId].ts +84 -84
- package/server/api/quote/ids.ts +3 -3
- package/server/erudit/build.ts +132 -132
- package/server/erudit/cameos/build.ts +161 -161
- package/server/erudit/config.ts +13 -13
- package/server/erudit/content/global/build.ts +300 -300
- package/server/erudit/content/global/singleton.ts +5 -5
- package/server/erudit/content/nav/build.ts +459 -459
- package/server/erudit/content/nav/front.ts +125 -125
- package/server/erudit/content/nav/repository/books.ts +37 -37
- package/server/erudit/content/nav/repository/get.ts +33 -33
- package/server/erudit/content/nav/repository/hasChildren.ts +5 -5
- package/server/erudit/content/nav/repository/hasNav.ts +3 -3
- package/server/erudit/content/nav/repository/hasParent.ts +5 -5
- package/server/erudit/content/nav/repository/id.ts +9 -9
- package/server/erudit/content/nav/repository/index.ts +9 -9
- package/server/erudit/content/nav/repository/order.ts +14 -14
- package/server/erudit/content/nav/repository/previousNext.ts +35 -35
- package/server/erudit/content/nav/repository/walk.ts +127 -127
- package/server/erudit/content/nav/setup.ts +13 -13
- package/server/erudit/content/nav/types.ts +24 -24
- package/server/erudit/content/repository/breadcrumbs.ts +24 -24
- package/server/erudit/content/repository/children.ts +47 -47
- package/server/erudit/content/repository/connections.ts +35 -35
- package/server/erudit/content/repository/contentLink.ts +16 -16
- package/server/erudit/content/repository/decoration.ts +23 -23
- package/server/erudit/content/repository/deps.ts +121 -121
- package/server/erudit/content/repository/description.ts +11 -11
- package/server/erudit/content/repository/elementSnippets.ts +105 -105
- package/server/erudit/content/repository/externals.ts +50 -50
- package/server/erudit/content/repository/flags.ts +33 -33
- package/server/erudit/content/repository/seo.ts +12 -12
- package/server/erudit/content/repository/stats.ts +97 -97
- package/server/erudit/content/repository/title.ts +27 -27
- package/server/erudit/content/repository/topicParts.ts +39 -39
- package/server/erudit/content/repository/unique.ts +76 -76
- package/server/erudit/content/resolve/book.ts +29 -29
- package/server/erudit/content/resolve/group.ts +34 -34
- package/server/erudit/content/resolve/index.ts +272 -272
- package/server/erudit/content/resolve/page.ts +80 -80
- package/server/erudit/content/resolve/topic.ts +220 -220
- package/server/erudit/content/resolve/utils/contentError.ts +10 -10
- package/server/erudit/content/resolve/utils/insertContentItem.ts +113 -113
- package/server/erudit/content/resolve/utils/insertContentResolved.ts +126 -126
- package/server/erudit/content/search.ts +146 -146
- package/server/erudit/contributors/build.ts +158 -158
- package/server/erudit/contributors/global.ts +3 -3
- package/server/erudit/contributors/repository/avatarUrl.ts +10 -10
- package/server/erudit/contributors/repository/contributions.ts +171 -171
- package/server/erudit/contributors/repository/count.ts +3 -3
- package/server/erudit/contributors/search.ts +34 -34
- package/server/erudit/db/repository/pushFile.ts +23 -23
- package/server/erudit/db/repository/pushProblemScript.ts +19 -19
- package/server/erudit/db/repository/pushProseLink.ts +40 -40
- package/server/erudit/db/schema/cameos.ts +7 -7
- package/server/erudit/db/schema/content.ts +18 -18
- package/server/erudit/db/schema/contentContributions.ts +15 -15
- package/server/erudit/db/schema/contentDeps.ts +21 -21
- package/server/erudit/db/schema/contentElementStats.ts +20 -20
- package/server/erudit/db/schema/contentProseLinks.ts +23 -23
- package/server/erudit/db/schema/contentSnippets.ts +15 -15
- package/server/erudit/db/schema/contentToc.ts +16 -16
- package/server/erudit/db/schema/contentUniques.ts +19 -19
- package/server/erudit/db/schema/contributors.ts +12 -12
- package/server/erudit/db/schema/files.ts +11 -11
- package/server/erudit/db/schema/groups.ts +6 -6
- package/server/erudit/db/schema/index.ts +17 -17
- package/server/erudit/db/schema/news.ts +7 -7
- package/server/erudit/db/schema/pages.ts +7 -7
- package/server/erudit/db/schema/problemScripts.ts +14 -14
- package/server/erudit/db/schema/sponsors.ts +9 -9
- package/server/erudit/db/schema/topics.ts +9 -9
- package/server/erudit/db/setup.ts +62 -62
- package/server/erudit/db/types.ts +10 -10
- package/server/erudit/global.ts +38 -38
- package/server/erudit/importer.ts +94 -94
- package/server/erudit/index.ts +96 -96
- package/server/erudit/language/list/en.ts +116 -116
- package/server/erudit/language/list/ru.ts +120 -120
- package/server/erudit/language/list.ts +6 -6
- package/server/erudit/language/setup.ts +36 -36
- package/server/erudit/language/types.ts +16 -16
- package/server/erudit/logger.ts +73 -73
- package/server/erudit/news/build.ts +112 -112
- package/server/erudit/news/repository/batch.ts +61 -61
- package/server/erudit/path.ts +19 -19
- package/server/erudit/prose/repository/finalize.ts +68 -68
- package/server/erudit/prose/repository/get.ts +54 -54
- package/server/erudit/prose/repository/resolve.ts +17 -17
- package/server/erudit/prose/storage/callout.ts +16 -16
- package/server/erudit/prose/storage/image.ts +22 -22
- package/server/erudit/prose/storage/link.ts +222 -222
- package/server/erudit/prose/storage/problemScript.ts +23 -23
- package/server/erudit/prose/storage/video.ts +16 -16
- package/server/erudit/prose/transform/bundleProblemScript.ts +6 -6
- package/server/erudit/prose/transform/extensions.ts +15 -15
- package/server/erudit/quote/repository/ids.ts +31 -31
- package/server/erudit/repository.ts +96 -96
- package/server/erudit/sponsors/build.ts +161 -161
- package/server/erudit/sponsors/repository/avatarUrl.ts +10 -10
- package/server/erudit/sponsors/repository/count.ts +4 -4
- package/server/erudit/staticFile.ts +28 -28
- package/server/plugins/augmentCss.ts +17 -17
- package/server/plugins/lang.ts +5 -5
- package/server/plugins/metaViewport.ts +15 -15
- package/server/plugins/theme.ts +13 -13
- package/server/routes/file/[...path].ts +18 -18
- package/server/routes/robots.txt.ts +9 -9
- package/server/routes/search.json.gz.ts +76 -76
- package/server/routes/sitemap.xml.ts +83 -83
- package/shared/search/encoders.ts +20 -20
- package/shared/types/asideMajorPages.ts +4 -4
- package/shared/types/breadcrumbs.ts +9 -9
- package/shared/types/contentChildren.ts +10 -10
- package/shared/types/contentConnections.ts +27 -27
- package/shared/types/contentStats.ts +6 -6
- package/shared/types/elementSnippet.ts +14 -14
- package/shared/types/frontContentNav.ts +38 -38
- package/shared/types/indexPage.ts +20 -20
- package/shared/types/language.ts +191 -191
- package/shared/types/mainContent.ts +69 -69
- package/shared/types/news.ts +13 -13
- package/shared/types/preview.ts +28 -28
- package/shared/types/runtimeConfig.ts +46 -46
- package/shared/types/search.ts +79 -79
- package/shared/utils/contentTypePath.ts +63 -63
- package/shared/utils/icons.ts +11 -11
- package/shared/utils/pages.ts +23 -23
- package/shared/utils/stringColor.ts +13 -13
- package/shared/utils/toStringEqual.ts +21 -21
- package/shared/utils/zip.ts +64 -64
- package/test/shared/utils/zip.test.ts +8 -8
- package/tsconfig.json +17 -17
package/app/app.vue
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
<script lang="ts" setup>
|
|
2
|
-
initFavicon();
|
|
3
|
-
initOgImage();
|
|
4
|
-
initAnalytics();
|
|
5
|
-
|
|
6
|
-
// Watching and setting theme
|
|
7
|
-
initThemeWatcher();
|
|
8
|
-
|
|
9
|
-
// Fetching and setting global navigation variable
|
|
10
|
-
await initGlobalContentNav();
|
|
11
|
-
|
|
12
|
-
await initFormatText();
|
|
13
|
-
await initAppElements();
|
|
14
|
-
|
|
15
|
-
// Watching route changes and set corresponsing aside major pane
|
|
16
|
-
initAsideMajorPaneWatcher();
|
|
17
|
-
</script>
|
|
18
|
-
|
|
19
|
-
<template>
|
|
20
|
-
<NuxtLoadingIndicator color="var(--color-brand)" />
|
|
21
|
-
<div
|
|
22
|
-
class="relative m-auto min-h-dvh max-w-(--w-max-content) overflow-clip
|
|
23
|
-
border-x
|
|
24
|
-
border-[light-dark(var(--color-neutral-300),var(--color-neutral-800))]
|
|
25
|
-
shadow-[0_0_3px_0px_light-dark(rgba(0,0,0,0.05),rgba(0,0,0,0.18))]"
|
|
26
|
-
>
|
|
27
|
-
<SiteMain>
|
|
28
|
-
<NuxtPage></NuxtPage>
|
|
29
|
-
</SiteMain>
|
|
30
|
-
<SiteAsideOverlay />
|
|
31
|
-
<SiteAside :type="AsideType.Major" />
|
|
32
|
-
<SiteAside :type="AsideType.Minor" />
|
|
33
|
-
</div>
|
|
34
|
-
</template>
|
|
1
|
+
<script lang="ts" setup>
|
|
2
|
+
initFavicon();
|
|
3
|
+
initOgImage();
|
|
4
|
+
initAnalytics();
|
|
5
|
+
|
|
6
|
+
// Watching and setting theme
|
|
7
|
+
initThemeWatcher();
|
|
8
|
+
|
|
9
|
+
// Fetching and setting global navigation variable
|
|
10
|
+
await initGlobalContentNav();
|
|
11
|
+
|
|
12
|
+
await initFormatText();
|
|
13
|
+
await initAppElements();
|
|
14
|
+
|
|
15
|
+
// Watching route changes and set corresponsing aside major pane
|
|
16
|
+
initAsideMajorPaneWatcher();
|
|
17
|
+
</script>
|
|
18
|
+
|
|
19
|
+
<template>
|
|
20
|
+
<NuxtLoadingIndicator color="var(--color-brand)" />
|
|
21
|
+
<div
|
|
22
|
+
class="relative m-auto min-h-dvh max-w-(--w-max-content) overflow-clip
|
|
23
|
+
border-x
|
|
24
|
+
border-[light-dark(var(--color-neutral-300),var(--color-neutral-800))]
|
|
25
|
+
shadow-[0_0_3px_0px_light-dark(rgba(0,0,0,0.05),rgba(0,0,0,0.18))]"
|
|
26
|
+
>
|
|
27
|
+
<SiteMain>
|
|
28
|
+
<NuxtPage></NuxtPage>
|
|
29
|
+
</SiteMain>
|
|
30
|
+
<SiteAsideOverlay />
|
|
31
|
+
<SiteAside :type="AsideType.Major" />
|
|
32
|
+
<SiteAside :type="AsideType.Minor" />
|
|
33
|
+
</div>
|
|
34
|
+
</template>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M4,22c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V7c0-.28.1-.52.29-.71s.43-.29.71-.29.52.1.71.29.29.43.29.71v13h13c.28,0,.52.1.71.29s.29.43.29.71-.1.52-.29.71-.43.29-.71.29H4ZM8,4v12V4ZM21.41,2.59c-.39-.39-.86-.59-1.41-.59h-12c-.55,0-1.02.19-1.41.59-.39.39-.59.86-.59,1.41v12c0,.55.19,1.02.59,1.41.39.39.86.59,1.41.59h12c.55,0,1.02-.2,1.41-.6.39-.39.59-.86.59-1.41V4c0-.55-.2-1.02-.59-1.41ZM20,15.99h-12V4h12v12ZM18.84,7.29c0,.24-.09.45-.26.63l-5.4,5.41c-.18.17-.39.26-.62.26s-.44-.09-.62-.26l-2.53-2.53c-.18-.18-.26-.39-.25-.64,0-.24.1-.44.27-.62.34-.34.91-.34,1.25,0l1.88,1.9,4.78-4.78c.34-.34.9-.34,1.24,0,.17.18.26.39.26.63h0Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M4,22c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V7c0-.28.1-.52.29-.71s.43-.29.71-.29.52.1.71.29.29.43.29.71v13h13c.28,0,.52.1.71.29s.29.43.29.71-.1.52-.29.71-.43.29-.71.29H4ZM8,4v12V4ZM21.41,2.59c-.39-.39-.86-.59-1.41-.59h-12c-.55,0-1.02.19-1.41.59-.39.39-.59.86-.59,1.41v12c0,.55.19,1.02.59,1.41.39.39.86.59,1.41.59h12c.55,0,1.02-.2,1.41-.6.39-.39.59-.86.59-1.41V4c0-.55-.2-1.02-.59-1.41ZM20,15.99h-12V4h12v12ZM18.84,7.29c0,.24-.09.45-.26.63l-5.4,5.41c-.18.17-.39.26-.62.26s-.44-.09-.62-.26l-2.53-2.53c-.18-.18-.26-.39-.25-.64,0-.24.1-.44.27-.62.34-.34.91-.34,1.25,0l1.88,1.9,4.78-4.78c.34-.34.9-.34,1.24,0,.17.18.26.39.26.63h0Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M11,14h2c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29h-2c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29ZM11,11h6c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29h-6c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29ZM11,8h6c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29h-6c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29ZM8,18c-.55,0-1.02-.2-1.41-.59-.39-.39-.59-.86-.59-1.41V4c0-.55.2-1.02.59-1.41.39-.39.86-.59,1.41-.59h12c.55,0,1.02.2,1.41.59s.59.86.59,1.41v12c0,.55-.2,1.02-.59,1.41-.39.39-.86.59-1.41.59H8ZM8,16h12V4H8v12ZM4,22c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V7c0-.28.1-.52.29-.71s.43-.29.71-.29.52.1.71.29.29.43.29.71v13h13c.28,0,.52.1.71.29s.29.43.29.71-.1.52-.29.71-.43.29-.71.29H4ZM8,4v12V4Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M11,14h2c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29h-2c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29ZM11,11h6c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29h-6c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29ZM11,8h6c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29h-6c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29ZM8,18c-.55,0-1.02-.2-1.41-.59-.39-.39-.59-.86-.59-1.41V4c0-.55.2-1.02.59-1.41.39-.39.86-.59,1.41-.59h12c.55,0,1.02.2,1.41.59s.59.86.59,1.41v12c0,.55-.2,1.02-.59,1.41-.39.39-.86.59-1.41.59H8ZM8,16h12V4H8v12ZM4,22c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V7c0-.28.1-.52.29-.71s.43-.29.71-.29.52.1.71.29.29.43.29.71v13h13c.28,0,.52.1.71.29s.29.43.29.71-.1.52-.29.71-.43.29-.71.29H4ZM8,4v12V4Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M4,22c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V7c0-.28.1-.52.29-.71s.43-.29.71-.29.52.1.71.29.29.43.29.71v13h13c.28,0,.52.1.71.29s.29.43.29.71-.1.52-.29.71-.43.29-.71.29H4ZM21.41,2.59c-.39-.39-.86-.59-1.41-.59h-12c-.55,0-1.02.19-1.41.59-.39.39-.59.86-.59,1.41v12c0,.55.19,1.02.59,1.41.39.39.86.59,1.41.59h12c.55,0,1.02-.2,1.41-.6.39-.39.59-.86.59-1.41V4c0-.55-.2-1.02-.59-1.41ZM20,15.99h-12V4h12v12ZM14,13.04l-2.28,1.38c-.1.07-.21.09-.32.08s-.21-.04-.29-.11-.14-.14-.19-.24c-.04-.09-.06-.2-.03-.33l.6-2.6-2.02-1.75c-.09-.08-.15-.18-.17-.29s-.02-.21.02-.31.09-.18.17-.25.18-.11.3-.13l2.67-.24,1.03-2.45c.04-.11.12-.19.21-.25s.19-.08.29-.08.2.03.29.08.17.13.21.25l1.03,2.45,2.67.24c.13.02.23.06.3.13s.13.14.17.25.04.2.02.31-.08.2-.17.29l-2.02,1.75.6,2.6c.03.12.02.23-.03.33s-.11.18-.19.24-.18.1-.29.11-.22-.02-.32-.08c0,0-2.28-1.38-2.28-1.38Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M4,22c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V7c0-.28.1-.52.29-.71s.43-.29.71-.29.52.1.71.29.29.43.29.71v13h13c.28,0,.52.1.71.29s.29.43.29.71-.1.52-.29.71-.43.29-.71.29H4ZM21.41,2.59c-.39-.39-.86-.59-1.41-.59h-12c-.55,0-1.02.19-1.41.59-.39.39-.59.86-.59,1.41v12c0,.55.19,1.02.59,1.41.39.39.86.59,1.41.59h12c.55,0,1.02-.2,1.41-.6.39-.39.59-.86.59-1.41V4c0-.55-.2-1.02-.59-1.41ZM20,15.99h-12V4h12v12ZM14,13.04l-2.28,1.38c-.1.07-.21.09-.32.08s-.21-.04-.29-.11-.14-.14-.19-.24c-.04-.09-.06-.2-.03-.33l.6-2.6-2.02-1.75c-.09-.08-.15-.18-.17-.29s-.02-.21.02-.31.09-.18.17-.25.18-.11.3-.13l2.67-.24,1.03-2.45c.04-.11.12-.19.21-.25s.19-.08.29-.08.2.03.29.08.17.13.21.25l1.03,2.45,2.67.24c.13.02.23.06.3.13s.13.14.17.25.04.2.02.31-.08.2-.17.29l-2.02,1.75.6,2.6c.03.12.02.23-.03.33s-.11.18-.19.24-.18.1-.29.11-.22-.02-.32-.08c0,0-2.28-1.38-2.28-1.38Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M5.2,12c0,1.77.58,3.31,1.73,4.63,1.15,1.32,2.6,2.09,4.35,2.33.27.03.49.15.66.35s.26.43.26.7c0,.28-.12.52-.36.7-.24.18-.51.26-.81.23-2.25-.28-4.12-1.27-5.6-2.96-1.48-1.69-2.23-3.68-2.23-5.96s.74-4.25,2.21-5.94,3.34-2.69,5.59-2.99c.32-.03.6.04.84.21s.36.41.36.71c0,.27-.09.5-.26.7s-.4.32-.66.35c-1.75.23-3.2,1.01-4.35,2.33s-1.73,2.86-1.73,4.63ZM17.38,13h-7.18c-.28,0-.52-.1-.71-.29s-.29-.43-.29-.71.1-.52.29-.71c.19-.19.43-.29.71-.29h7.18l-1.88-1.88c-.2-.2-.3-.44-.3-.71s.1-.51.3-.71.43-.3.7-.3.5.1.7.3l3.6,3.6c.2.2.3.43.3.7s-.1.5-.3.7l-3.6,3.6c-.2.2-.43.3-.7.29s-.5-.11-.7-.31-.3-.43-.3-.7.1-.5.3-.7l1.88-1.88Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M5.2,12c0,1.77.58,3.31,1.73,4.63,1.15,1.32,2.6,2.09,4.35,2.33.27.03.49.15.66.35s.26.43.26.7c0,.28-.12.52-.36.7-.24.18-.51.26-.81.23-2.25-.28-4.12-1.27-5.6-2.96-1.48-1.69-2.23-3.68-2.23-5.96s.74-4.25,2.21-5.94,3.34-2.69,5.59-2.99c.32-.03.6.04.84.21s.36.41.36.71c0,.27-.09.5-.26.7s-.4.32-.66.35c-1.75.23-3.2,1.01-4.35,2.33s-1.73,2.86-1.73,4.63ZM17.38,13h-7.18c-.28,0-.52-.1-.71-.29s-.29-.43-.29-.71.1-.52.29-.71c.19-.19.43-.29.71-.29h7.18l-1.88-1.88c-.2-.2-.3-.44-.3-.71s.1-.51.3-.71.43-.3.7-.3.5.1.7.3l3.6,3.6c.2.2.3.43.3.7s-.1.5-.3.7l-3.6,3.6c-.2.2-.43.3-.7.29s-.5-.11-.7-.31-.3-.43-.3-.7.1-.5.3-.7l1.88-1.88Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M7.61,12.99l4.9,4.9c.2.2.3.43.29.7s-.11.5-.31.7c-.2.18-.43.28-.7.29s-.5-.09-.7-.29l-6.6-6.6c-.1-.1-.17-.21-.21-.33s-.06-.24-.06-.38.02-.26.06-.38.11-.23.21-.33l6.6-6.6c.18-.18.41-.28.69-.28s.51.09.71.28c.2.2.3.44.3.71s-.1.51-.3.71l-4.88,4.88h11.18c.28,0,.52.1.71.29.19.19.29.43.29.71s-.1.52-.29.71-.43.29-.71.29H7.61Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M7.61,12.99l4.9,4.9c.2.2.3.43.29.7s-.11.5-.31.7c-.2.18-.43.28-.7.29s-.5-.09-.7-.29l-6.6-6.6c-.1-.1-.17-.21-.21-.33s-.06-.24-.06-.38.02-.26.06-.38.11-.23.21-.33l6.6-6.6c.18-.18.41-.28.69-.28s.51.09.71.28c.2.2.3.44.3.71s-.1.51-.3.71l-4.88,4.88h11.18c.28,0,.52.1.71.29.19.19.29.43.29.71s-.1.52-.29.71-.43.29-.71.29H7.61Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M16.29,9.11l-8.9,8.9c-.18.18-.42.28-.7.28s-.52-.09-.7-.28-.28-.42-.28-.7.09-.52.28-.7L14.89,7.71h-7.6c-.28,0-.52-.1-.71-.29-.19-.19-.29-.43-.29-.71s.1-.52.29-.71c.19-.19.43-.29.71-.29h10c.28,0,.52.1.71.29s.29.43.29.71v10c0,.28-.1.52-.29.71s-.43.29-.71.29-.52-.1-.71-.29-.29-.43-.29-.71v-7.6Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M16.29,9.11l-8.9,8.9c-.18.18-.42.28-.7.28s-.52-.09-.7-.28-.28-.42-.28-.7.09-.52.28-.7L14.89,7.71h-7.6c-.28,0-.52-.1-.71-.29-.19-.19-.29-.43-.29-.71s.1-.52.29-.71c.19-.19.43-.29.71-.29h10c.28,0,.52.1.71.29s.29.43.29.71v10c0,.28-.1.52-.29.71s-.43.29-.71.29-.52-.1-.71-.29-.29-.43-.29-.71v-7.6Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M17.08,7.38c-1.15-1.32-2.6-2.09-4.35-2.33-.27-.03-.49-.15-.66-.35s-.26-.43-.26-.7c0-.3.12-.54.36-.71s.52-.25.84-.21c2.25.3,4.11,1.3,5.59,2.99s2.21,3.67,2.21,5.94-.74,4.27-2.23,5.96c-1.48,1.69-3.35,2.68-5.6,2.96-.3.03-.57-.04-.81-.23-.24-.18-.36-.42-.36-.7,0-.27.09-.5.26-.7s.4-.32.66-.35c1.75-.23,3.2-1.01,4.35-2.33,1.15-1.32,1.73-2.86,1.73-4.63s-.58-3.31-1.73-4.63ZM11.37,13h-7.18c-.28,0-.52-.1-.71-.29s-.29-.43-.29-.71.1-.52.29-.71c.19-.19.43-.29.71-.29h7.18l-1.88-1.88c-.2-.2-.3-.44-.3-.71s.1-.51.3-.71.43-.3.7-.3.5.1.7.3l3.6,3.6c.2.2.3.43.3.7s-.1.5-.3.7l-3.6,3.6c-.2.2-.43.3-.7.29s-.5-.11-.7-.31-.3-.43-.3-.7.1-.5.3-.7l1.88-1.88Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M17.08,7.38c-1.15-1.32-2.6-2.09-4.35-2.33-.27-.03-.49-.15-.66-.35s-.26-.43-.26-.7c0-.3.12-.54.36-.71s.52-.25.84-.21c2.25.3,4.11,1.3,5.59,2.99s2.21,3.67,2.21,5.94-.74,4.27-2.23,5.96c-1.48,1.69-3.35,2.68-5.6,2.96-.3.03-.57-.04-.81-.23-.24-.18-.36-.42-.36-.7,0-.27.09-.5.26-.7s.4-.32.66-.35c1.75-.23,3.2-1.01,4.35-2.33,1.15-1.32,1.73-2.86,1.73-4.63s-.58-3.31-1.73-4.63ZM11.37,13h-7.18c-.28,0-.52-.1-.71-.29s-.29-.43-.29-.71.1-.52.29-.71c.19-.19.43-.29.71-.29h7.18l-1.88-1.88c-.2-.2-.3-.44-.3-.71s.1-.51.3-.71.43-.3.7-.3.5.1.7.3l3.6,3.6c.2.2.3.43.3.7s-.1.5-.3.7l-3.6,3.6c-.2.2-.43.3-.7.29s-.5-.11-.7-.31-.3-.43-.3-.7.1-.5.3-.7l1.88-1.88Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M17.38,12.21l-2.9-2.9c-.2-.2-.3-.43-.29-.7s.11-.5.31-.7c.2-.18.43-.28.7-.29s.5.09.7.29l4.6,4.6c.2.2.3.43.3.7,0,.27-.1.5-.3.7l-4.6,4.6c-.18.18-.41.28-.69.28s-.51-.09-.71-.28c-.2-.2-.3-.44-.3-.71,0-.28.1-.51.3-.71l2.88-2.88h-9.18c-1.38,0-2.56-.49-3.54-1.46s-1.46-2.15-1.46-3.54v-3c0-.28.1-.52.29-.71s.43-.29.71-.29.52.1.71.29.29.43.29.71v3c0,.83.29,1.54.88,2.13s1.29.88,2.13.88h9.18Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M17.38,12.21l-2.9-2.9c-.2-.2-.3-.43-.29-.7s.11-.5.31-.7c.2-.18.43-.28.7-.29s.5.09.7.29l4.6,4.6c.2.2.3.43.3.7,0,.27-.1.5-.3.7l-4.6,4.6c-.18.18-.41.28-.69.28s-.51-.09-.71-.28c-.2-.2-.3-.44-.3-.71,0-.28.1-.51.3-.71l2.88-2.88h-9.18c-1.38,0-2.56-.49-3.54-1.46s-1.46-2.15-1.46-3.54v-3c0-.28.1-.52.29-.71s.43-.29.71-.29.52.1.71.29.29.43.29.71v3c0,.83.29,1.54.88,2.13s1.29.88,2.13.88h9.18Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M12.8,15.28c.2.08.38.04.55-.13l2.45-2.45c.2-.2.3-.43.3-.7s-.1-.5-.3-.7l-2.45-2.45c-.17-.17-.35-.21-.55-.13s-.3.24-.3.48v5.6c0,.23.1.39.3.48ZM5,21c-.55,0-1.02-.2-1.41-.59-.39-.39-.59-.86-.59-1.41V5c0-.55.2-1.02.59-1.41s.86-.59,1.41-.59h14c.55,0,1.02.2,1.41.59.39.39.59.86.59,1.41v14c0,.55-.2,1.02-.59,1.41-.39.39-.86.59-1.41.59H5ZM8,5h-3s0,14,0,14h3s0-14,0-14ZM19,19V5s-9,0-9,0v14s9,0,9,0ZM5,19h3s-3,0-3,0Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M12.8,15.28c.2.08.38.04.55-.13l2.45-2.45c.2-.2.3-.43.3-.7s-.1-.5-.3-.7l-2.45-2.45c-.17-.17-.35-.21-.55-.13s-.3.24-.3.48v5.6c0,.23.1.39.3.48ZM5,21c-.55,0-1.02-.2-1.41-.59-.39-.39-.59-.86-.59-1.41V5c0-.55.2-1.02.59-1.41s.86-.59,1.41-.59h14c.55,0,1.02.2,1.41.59.39.39.59.86.59,1.41v14c0,.55-.2,1.02-.59,1.41-.39.39-.86.59-1.41.59H5ZM8,5h-3s0,14,0,14h3s0-14,0-14ZM19,19V5s-9,0-9,0v14s9,0,9,0ZM5,19h3s-3,0-3,0Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M10.25,19.25v-4.2l-3.65,2.1c-.42.23-.86.29-1.33.18s-.82-.39-1.05-.83c-.23-.42-.29-.86-.18-1.33s.38-.82.8-1.05l3.65-2.13-3.65-2.1c-.42-.23-.68-.59-.8-1.06s-.06-.92.18-1.34.58-.68,1.05-.8.91-.06,1.33.18l3.65,2.1v-4.23c0-.48.17-.9.51-1.24s.75-.51,1.24-.51.9.17,1.24.51.51.75.51,1.24v4.23l3.65-2.1c.42-.23.86-.29,1.33-.18s.82.38,1.05.8.29.86.16,1.34-.4.83-.81,1.06l-3.63,2.1,3.65,2.13c.42.23.68.58.8,1.05s.06.92-.18,1.35c-.23.42-.58.68-1.05.8s-.91.06-1.33-.18l-3.65-2.1v4.2c0,.48-.17.9-.51,1.24-.34.34-.75.51-1.24.51s-.9-.17-1.24-.51c-.34-.34-.51-.75-.51-1.24Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M10.25,19.25v-4.2l-3.65,2.1c-.42.23-.86.29-1.33.18s-.82-.39-1.05-.83c-.23-.42-.29-.86-.18-1.33s.38-.82.8-1.05l3.65-2.13-3.65-2.1c-.42-.23-.68-.59-.8-1.06s-.06-.92.18-1.34.58-.68,1.05-.8.91-.06,1.33.18l3.65,2.1v-4.23c0-.48.17-.9.51-1.24s.75-.51,1.24-.51.9.17,1.24.51.51.75.51,1.24v4.23l3.65-2.1c.42-.23.86-.29,1.33-.18s.82.38,1.05.8.29.86.16,1.34-.4.83-.81,1.06l-3.63,2.1,3.65,2.13c.42.23.68.58.8,1.05s.06.92-.18,1.35c-.23.42-.58.68-1.05.8s-.91.06-1.33-.18l-3.65-2.1v4.2c0,.48-.17.9-.51,1.24-.34.34-.75.51-1.24.51s-.9-.17-1.24-.51c-.34-.34-.51-.75-.51-1.24Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M19.25,17.25c.28-.13.48-.25.59-.36s.16-.23.16-.36V4c0-.55-.2-1.02-.59-1.41s-.86-.59-1.41-.59H7.5c-.97,0-1.79.34-2.47,1.03-.68.68-1.03,1.51-1.03,2.47v13c0,.97.34,1.79,1.03,2.47.68.68,1.51,1.03,2.47,1.03h11.5c.28,0,.52-.1.71-.3.19-.2.29-.44.29-.73v-.25c0-.2-.07-.39-.2-.56-.13-.17-.32-.31-.55-.41s-.42-.26-.55-.49c-.13-.23-.2-.48-.2-.76s.07-.53.2-.75c.13-.22.32-.38.55-.5ZM16.59,19.29c.06.24.14.48.24.71H7.5c-.43,0-.79-.14-1.08-.42s-.42-.64-.42-1.08.14-.77.42-1.06.64-.44,1.08-.44h9.33c-.12.23-.2.47-.25.72s-.08.51-.08.78c0,.28.03.55.09.79ZM18,15H7.5c-.27,0-.53.03-.78.08s-.49.13-.72.25V5.5c0-.42.15-.77.44-1.06s.65-.44,1.06-.44h10.5v11ZM10.77,7.52h-1.54c0-.75.25-1.37.77-1.86.52-.49,1.21-.74,2.07-.74.55,0,1.02.1,1.41.3s.7.5.93.88.35.79.35,1.21c0,.23-.04.46-.11.68s-.19.45-.35.69c-.09.14-.32.37-.67.69-.34.31-.55.53-.64.65s-.16.3-.22.51c-.06.21-.1.5-.11.88h-1.59v-.26c0-.52.09-1,.28-1.43s.5-.83.93-1.2c.41-.36.66-.61.75-.75s.13-.3.13-.48c0-.25-.1-.46-.31-.64-.21-.17-.49-.26-.84-.26s-.65.11-.88.32c-.23.21-.35.48-.35.82ZM11.89,12.08c.29,0,.53.1.73.29.2.2.3.43.3.71s-.1.51-.3.71c-.2.2-.44.3-.72.3s-.52-.1-.72-.3-.3-.43-.3-.71.1-.51.29-.71.43-.29.71-.29Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M19.25,17.25c.28-.13.48-.25.59-.36s.16-.23.16-.36V4c0-.55-.2-1.02-.59-1.41s-.86-.59-1.41-.59H7.5c-.97,0-1.79.34-2.47,1.03-.68.68-1.03,1.51-1.03,2.47v13c0,.97.34,1.79,1.03,2.47.68.68,1.51,1.03,2.47,1.03h11.5c.28,0,.52-.1.71-.3.19-.2.29-.44.29-.73v-.25c0-.2-.07-.39-.2-.56-.13-.17-.32-.31-.55-.41s-.42-.26-.55-.49c-.13-.23-.2-.48-.2-.76s.07-.53.2-.75c.13-.22.32-.38.55-.5ZM16.59,19.29c.06.24.14.48.24.71H7.5c-.43,0-.79-.14-1.08-.42s-.42-.64-.42-1.08.14-.77.42-1.06.64-.44,1.08-.44h9.33c-.12.23-.2.47-.25.72s-.08.51-.08.78c0,.28.03.55.09.79ZM18,15H7.5c-.27,0-.53.03-.78.08s-.49.13-.72.25V5.5c0-.42.15-.77.44-1.06s.65-.44,1.06-.44h10.5v11ZM10.77,7.52h-1.54c0-.75.25-1.37.77-1.86.52-.49,1.21-.74,2.07-.74.55,0,1.02.1,1.41.3s.7.5.93.88.35.79.35,1.21c0,.23-.04.46-.11.68s-.19.45-.35.69c-.09.14-.32.37-.67.69-.34.31-.55.53-.64.65s-.16.3-.22.51c-.06.21-.1.5-.11.88h-1.59v-.26c0-.52.09-1,.28-1.43s.5-.83.93-1.2c.41-.36.66-.61.75-.75s.13-.3.13-.48c0-.25-.1-.46-.31-.64-.21-.17-.49-.26-.84-.26s-.65.11-.88.32c-.23.21-.35.48-.35.82ZM11.89,12.08c.29,0,.53.1.73.29.2.2.3.43.3.71s-.1.51-.3.71c-.2.2-.44.3-.72.3s-.52-.1-.72-.3-.3-.43-.3-.71.1-.51.29-.71.43-.29.71-.29Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
2
|
-
<path d="M102.33,56.93c5.4-5.4,13.8-6.2,20.2-2l118.9,79.2c8.9,5.9,14.2,15.9,14.2,26.6v49.6l90.8,90.8c33.3-15,73.9-8.9,101.2,18.5l126.1,126.1c18.7,18.7,18.7,49.1,0,67.9l-60.1,60.1c-18.7,18.7-49.1,18.7-67.9,0l-126.1-126.1c-27.4-27.4-33.5-67.9-18.5-101.2l-90.8-90.8h-49.6c-10.7,0-20.7-5.3-26.6-14.2L54.93,122.53c-4.2-6.3-3.4-14.8,2-20.2l45.4-45.4ZM247.33,360.43c-6.3,36.9,2.3,75.9,26.2,107.2l-94.9,95c-28.1,28.1-73.7,28.1-101.8,0-28.1-28.1-28.1-73.7,0-101.8l135.4-135.5,35.2,35.1h-.1ZM415.63,63.63c20.1,0,39.4,3.7,57.1,10.5,10,3.8,11.8,16.5,4.3,24.1l-56.7,56.7c-3,3-4.7,7.1-4.7,11.3v41.4c0,8.8,7.2,16,16,16h41.4c4.2,0,8.3-1.7,11.3-4.7l56.7-56.7c7.6-7.5,20.3-5.7,24.1,4.3,6.8,17.7,10.5,37,10.5,57.1,0,43.2-17.2,82.3-45,111.1l-49.1-49.1c-33.1-33-78.5-45.7-121.1-38.4l-56.8-56.8v-29.7l-.2-5c-.8-12.4-4.4-24.3-10.5-34.9,29.4-35,73.4-57.2,122.7-57.3v.1Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
2
|
+
<path d="M102.33,56.93c5.4-5.4,13.8-6.2,20.2-2l118.9,79.2c8.9,5.9,14.2,15.9,14.2,26.6v49.6l90.8,90.8c33.3-15,73.9-8.9,101.2,18.5l126.1,126.1c18.7,18.7,18.7,49.1,0,67.9l-60.1,60.1c-18.7,18.7-49.1,18.7-67.9,0l-126.1-126.1c-27.4-27.4-33.5-67.9-18.5-101.2l-90.8-90.8h-49.6c-10.7,0-20.7-5.3-26.6-14.2L54.93,122.53c-4.2-6.3-3.4-14.8,2-20.2l45.4-45.4ZM247.33,360.43c-6.3,36.9,2.3,75.9,26.2,107.2l-94.9,95c-28.1,28.1-73.7,28.1-101.8,0-28.1-28.1-28.1-73.7,0-101.8l135.4-135.5,35.2,35.1h-.1ZM415.63,63.63c20.1,0,39.4,3.7,57.1,10.5,10,3.8,11.8,16.5,4.3,24.1l-56.7,56.7c-3,3-4.7,7.1-4.7,11.3v41.4c0,8.8,7.2,16,16,16h41.4c4.2,0,8.3-1.7,11.3-4.7l56.7-56.7c7.6-7.5,20.3-5.7,24.1,4.3,6.8,17.7,10.5,37,10.5,57.1,0,43.2-17.2,82.3-45,111.1l-49.1-49.1c-33.1-33-78.5-45.7-121.1-38.4l-56.8-56.8v-29.7l-.2-5c-.8-12.4-4.4-24.3-10.5-34.9,29.4-35,73.4-57.2,122.7-57.3v.1Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M4.5,21c-.28,0-.52-.1-.71-.29-.19-.19-.29-.43-.29-.71v-2.43c0-.27.05-.52.15-.76s.24-.45.43-.64L16.68,3.6c.2-.2.43-.35.68-.45s.5-.15.75-.15c.27,0,.52.05.76.15s.45.25.64.45l1.4,1.4c.2.18.35.4.45.64s.15.5.15.76c0,.25-.05.5-.15.75s-.25.48-.45.68l-12.58,12.6c-.18.18-.4.33-.64.43s-.5.15-.76.15h-2.43ZM18.15,7.77l1.35-1.35-1.43-1.43-1.35,1.35,1.43,1.43ZM13.5,21c1.23,0,2.38-.31,3.43-.93s1.58-1.48,1.58-2.58c0-.53-.13-1-.4-1.39s-.62-.75-1.05-1.09c-.23-.17-.48-.25-.75-.25s-.49.1-.68.3-.28.45-.28.74.12.52.35.69c.23.18.43.35.58.5s.23.32.23.5c0,.38-.3.73-.91,1.04s-1.3.46-2.09.46c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71c.19.19.43.29.71.29ZM8.5,6c0,.23-.15.45-.44.64s-.96.53-2.01,1.01c-1.33.58-2.26,1.11-2.78,1.59s-.78,1.06-.78,1.76c0,.43.1.82.3,1.15s.46.63.78.88c.22.18.46.26.73.24s.49-.15.68-.36.27-.46.25-.73-.13-.49-.35-.68c-.12-.08-.21-.17-.28-.25-.07-.08-.1-.17-.1-.25,0-.2.15-.4.45-.6s.93-.51,1.9-.93c1.47-.63,2.44-1.21,2.93-1.73s.73-1.1.73-1.75c0-.92-.37-1.65-1.1-2.19s-1.7-.81-2.9-.81c-.75,0-1.42.13-2.01.4s-1.05.59-1.36.98c-.18.22-.26.46-.23.73s.16.48.38.65c.22.18.46.26.73.23s.49-.14.68-.33c.23-.23.49-.4.78-.5s.63-.15,1.05-.15c.68,0,1.19.1,1.51.3s.49.43.49.7Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M4.5,21c-.28,0-.52-.1-.71-.29-.19-.19-.29-.43-.29-.71v-2.43c0-.27.05-.52.15-.76s.24-.45.43-.64L16.68,3.6c.2-.2.43-.35.68-.45s.5-.15.75-.15c.27,0,.52.05.76.15s.45.25.64.45l1.4,1.4c.2.18.35.4.45.64s.15.5.15.76c0,.25-.05.5-.15.75s-.25.48-.45.68l-12.58,12.6c-.18.18-.4.33-.64.43s-.5.15-.76.15h-2.43ZM18.15,7.77l1.35-1.35-1.43-1.43-1.35,1.35,1.43,1.43ZM13.5,21c1.23,0,2.38-.31,3.43-.93s1.58-1.48,1.58-2.58c0-.53-.13-1-.4-1.39s-.62-.75-1.05-1.09c-.23-.17-.48-.25-.75-.25s-.49.1-.68.3-.28.45-.28.74.12.52.35.69c.23.18.43.35.58.5s.23.32.23.5c0,.38-.3.73-.91,1.04s-1.3.46-2.09.46c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71c.19.19.43.29.71.29ZM8.5,6c0,.23-.15.45-.44.64s-.96.53-2.01,1.01c-1.33.58-2.26,1.11-2.78,1.59s-.78,1.06-.78,1.76c0,.43.1.82.3,1.15s.46.63.78.88c.22.18.46.26.73.24s.49-.15.68-.36.27-.46.25-.73-.13-.49-.35-.68c-.12-.08-.21-.17-.28-.25-.07-.08-.1-.17-.1-.25,0-.2.15-.4.45-.6s.93-.51,1.9-.93c1.47-.63,2.44-1.21,2.93-1.73s.73-1.1.73-1.75c0-.92-.37-1.65-1.1-2.19s-1.7-.81-2.9-.81c-.75,0-1.42.13-2.01.4s-1.05.59-1.36.98c-.18.22-.26.46-.23.73s.16.48.38.65c.22.18.46.26.73.23s.49-.14.68-.33c.23-.23.49-.4.78-.5s.63-.15,1.05-.15c.68,0,1.19.1,1.51.3s.49.43.49.7Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 135 135">
|
|
2
|
-
<path d="M67.5,11.35c-31.01,0-56.15,25.14-56.15,56.15s25.14,56.15,56.15,56.15,56.15-25.14,56.15-56.15S98.51,11.35,67.5,11.35ZM88.75,81.41c0,1.56-.42,3.04-1.26,4.4-.85,1.36-1.95,2.38-3.35,3.09l-15.24,7.65c-.62.35-1.27.59-1.93.7-.67.12-1.32.18-2,.18s-1.32-.06-2-.18c-.67-.12-1.31-.36-1.93-.7h.02l-15.24-7.65c-1.4-.7-2.5-1.73-3.35-3.09s-1.26-2.82-1.26-4.4v-8.51l19.85,10.01c1.24.64,2.55.97,3.93.97s2.69-.32,3.91-.97l19.85-10.01v8.51h.02ZM104.75,81.31c0,1.13-.4,2.1-1.2,2.9s-1.76,1.2-2.9,1.2-2.1-.41-2.92-1.21c-.82-.82-1.23-1.78-1.23-2.91h0v-20.44l-27.59,13.88c-1.24.63-2.55.96-3.93.96s-2.69-.32-3.91-.96l-28.39-14.35c-.74-.39-1.33-.92-1.77-1.58-.44-.67-.67-1.37-.67-2.15s.22-1.49.65-2.15c.44-.67,1.03-1.2,1.77-1.61l28.39-14.34c.62-.33,1.27-.58,1.93-.74.67-.15,1.32-.23,2-.23s1.32.08,2,.23c.67.15,1.31.4,1.93.74l33.48,16.87c.7.39,1.26.91,1.7,1.55.42.64.65,1.37.65,2.19v22.15h0Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 135 135">
|
|
2
|
+
<path d="M67.5,11.35c-31.01,0-56.15,25.14-56.15,56.15s25.14,56.15,56.15,56.15,56.15-25.14,56.15-56.15S98.51,11.35,67.5,11.35ZM88.75,81.41c0,1.56-.42,3.04-1.26,4.4-.85,1.36-1.95,2.38-3.35,3.09l-15.24,7.65c-.62.35-1.27.59-1.93.7-.67.12-1.32.18-2,.18s-1.32-.06-2-.18c-.67-.12-1.31-.36-1.93-.7h.02l-15.24-7.65c-1.4-.7-2.5-1.73-3.35-3.09s-1.26-2.82-1.26-4.4v-8.51l19.85,10.01c1.24.64,2.55.97,3.93.97s2.69-.32,3.91-.97l19.85-10.01v8.51h.02ZM104.75,81.31c0,1.13-.4,2.1-1.2,2.9s-1.76,1.2-2.9,1.2-2.1-.41-2.92-1.21c-.82-.82-1.23-1.78-1.23-2.91h0v-20.44l-27.59,13.88c-1.24.63-2.55.96-3.93.96s-2.69-.32-3.91-.96l-28.39-14.35c-.74-.39-1.33-.92-1.77-1.58-.44-.67-.67-1.37-.67-2.15s.22-1.49.65-2.15c.44-.67,1.03-1.2,1.77-1.61l28.39-14.34c.62-.33,1.27-.58,1.93-.74.67-.15,1.32-.23,2-.23s1.32.08,2,.23c.67.15,1.31.4,1.93.74l33.48,16.87c.7.39,1.26.91,1.7,1.55.42.64.65,1.37.65,2.19v22.15h0Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M9,18h6c.28,0,.52-.1.71-.29.19-.19.29-.43.29-.71s-.1-.52-.29-.71-.43-.29-.71-.29h-6c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71c.19.19.43.29.71.29ZM9,14h6c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29h-6c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29ZM6,22c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V4c0-.55.2-1.02.59-1.41s.86-.59,1.41-.59h7.18c.27,0,.52.05.76.15s.45.24.64.43l4.85,4.85c.18.18.33.4.43.64s.15.5.15.76v11.18c0,.55-.2,1.02-.59,1.41s-.86.59-1.41.59H6ZM13,8c0,.28.1.52.29.71s.43.29.71.29h4l-5-5v4Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M9,18h6c.28,0,.52-.1.71-.29.19-.19.29-.43.29-.71s-.1-.52-.29-.71-.43-.29-.71-.29h-6c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71c.19.19.43.29.71.29ZM9,14h6c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29h-6c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29ZM6,22c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V4c0-.55.2-1.02.59-1.41s.86-.59,1.41-.59h7.18c.27,0,.52.05.76.15s.45.24.64.43l4.85,4.85c.18.18.33.4.43.64s.15.5.15.76v11.18c0,.55-.2,1.02-.59,1.41s-.86.59-1.41.59H6ZM13,8c0,.28.1.52.29.71s.43.29.71.29h4l-5-5v4Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
|
2
|
-
<path d="M146,184c0,5.51-4.49,10-10,10h-48c-5.51,0-10-4.49-10-10s4.49-10,10-10h48c5.51,0,10,4.49,10,10ZM78,152c0,5.51,4.49,10,10,10h48c5.51,0,10-4.49,10-10s-4.49-10-10-10h-48c-5.51,0-10,4.49-10,10ZM218,72v112c0,9.92-8.08,18-18,18h-14v14c0,9.92-8.08,18-18,18H56c-9.93,0-18-8.08-18-18V72c0-9.93,8.07-18,18-18h14v-14c0-9.93,8.07-18,18-18h80.01c2.67,0,5.18,1.04,7.07,2.92l40,40c1.89,1.89,2.93,4.4,2.92,7.08ZM131.86,74H58v140h108v-105.86l-34.14-34.14ZM186,104v78h12v-105.86l-34.14-34.14h-73.86v12h46.01c2.67,0,5.18,1.04,7.07,2.92l40,40c1.89,1.89,2.93,4.4,2.93,7.08Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
|
2
|
+
<path d="M146,184c0,5.51-4.49,10-10,10h-48c-5.51,0-10-4.49-10-10s4.49-10,10-10h48c5.51,0,10,4.49,10,10ZM78,152c0,5.51,4.49,10,10,10h48c5.51,0,10-4.49,10-10s-4.49-10-10-10h-48c-5.51,0-10,4.49-10,10ZM218,72v112c0,9.92-8.08,18-18,18h-14v14c0,9.92-8.08,18-18,18H56c-9.93,0-18-8.08-18-18V72c0-9.93,8.07-18,18-18h14v-14c0-9.93,8.07-18,18-18h80.01c2.67,0,5.18,1.04,7.07,2.92l40,40c1.89,1.89,2.93,4.4,2.92,7.08ZM131.86,74H58v140h108v-105.86l-34.14-34.14ZM186,104v78h12v-105.86l-34.14-34.14h-73.86v12h46.01c2.67,0,5.18,1.04,7.07,2.92l40,40c1.89,1.89,2.93,4.4,2.93,7.08Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M3.59,20c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V6c0-.55.2-1.02.59-1.41s.86-.59,1.41-.59h5.18c.27,0,.52.05.76.15s.45.24.64.43l1.43,1.43h9c.28,0,.52.1.71.29s.29.43.29.71-.1.52-.29.71-.43.29-.71.29h-9.83l-2-2H3.59v12l1.98-6.58c.13-.43.38-.78.74-1.04.36-.26.75-.39,1.19-.39h12.9c.68,0,1.22.27,1.61.81.39.54.5,1.13.31,1.76l-1.8,6c-.13.43-.38.78-.74,1.04s-.75.39-1.19.39H3.59ZM5.69,18h12.9l1.8-6H7.49l-1.8,6ZM3.59,11.45v-5.45,5.45ZM5.69,18l1.8-6-1.8,6Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M3.59,20c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V6c0-.55.2-1.02.59-1.41s.86-.59,1.41-.59h5.18c.27,0,.52.05.76.15s.45.24.64.43l1.43,1.43h9c.28,0,.52.1.71.29s.29.43.29.71-.1.52-.29.71-.43.29-.71.29h-9.83l-2-2H3.59v12l1.98-6.58c.13-.43.38-.78.74-1.04.36-.26.75-.39,1.19-.39h12.9c.68,0,1.22.27,1.61.81.39.54.5,1.13.31,1.76l-1.8,6c-.13.43-.38.78-.74,1.04s-.75.39-1.19.39H3.59ZM5.69,18h12.9l1.8-6H7.49l-1.8,6ZM3.59,11.45v-5.45,5.45ZM5.69,18l1.8-6-1.8,6Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M4,20c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V6c0-.55.2-1.02.59-1.41s.86-.59,1.41-.59h5.18c.27,0,.52.05.76.15s.45.24.64.43l1.43,1.43h8c.55,0,1.02.2,1.41.59s.59.86.59,1.41v10c0,.55-.2,1.02-.59,1.41s-.86.59-1.41.59H4ZM4,18h16V8h-8.83l-2-2H4v12ZM4,18V6v12Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M4,20c-.55,0-1.02-.2-1.41-.59s-.59-.86-.59-1.41V6c0-.55.2-1.02.59-1.41s.86-.59,1.41-.59h5.18c.27,0,.52.05.76.15s.45.24.64.43l1.43,1.43h8c.55,0,1.02.2,1.41.59s.59.86.59,1.41v10c0,.55-.2,1.02-.59,1.41s-.86.59-1.41.59H4ZM4,18h16V8h-8.83l-2-2H4v12ZM4,18V6v12Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M5.51,17.78c-.33-.18-.59-.43-.78-.74s-.28-.65-.28-1.04v-4.8l-2.4-1.33c-.18-.1-.32-.23-.4-.38s-.13-.32-.13-.5.04-.35.13-.5.22-.28.4-.38L10.51,3.52c.15-.08.3-.15.46-.19s.32-.06.49-.06.33.02.49.06.31.1.46.19l9.53,5.2c.17.08.3.2.39.36s.14.33.14.51v6.4c0,.28-.1.52-.29.71s-.43.29-.71.29-.52-.1-.71-.29-.29-.43-.29-.71v-5.9l-2,1.1v4.8c0,.38-.09.73-.28,1.04s-.44.55-.78.74l-5,2.7c-.15.08-.3.15-.46.19s-.32.06-.49.06-.33-.02-.49-.06-.31-.1-.46-.19l-5-2.7ZM11.46,12.7l6.85-3.7-6.85-3.7-6.85,3.7,6.85,3.7ZM11.46,18.73l5-2.7v-3.78l-4.03,2.23c-.15.08-.31.15-.48.19s-.33.06-.5.06-.33-.02-.5-.06-.33-.1-.48-.19l-4.03-2.23v3.78l5,2.7Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M5.51,17.78c-.33-.18-.59-.43-.78-.74s-.28-.65-.28-1.04v-4.8l-2.4-1.33c-.18-.1-.32-.23-.4-.38s-.13-.32-.13-.5.04-.35.13-.5.22-.28.4-.38L10.51,3.52c.15-.08.3-.15.46-.19s.32-.06.49-.06.33.02.49.06.31.1.46.19l9.53,5.2c.17.08.3.2.39.36s.14.33.14.51v6.4c0,.28-.1.52-.29.71s-.43.29-.71.29-.52-.1-.71-.29-.29-.43-.29-.71v-5.9l-2,1.1v4.8c0,.38-.09.73-.28,1.04s-.44.55-.78.74l-5,2.7c-.15.08-.3.15-.46.19s-.32.06-.49.06-.33-.02-.49-.06-.31-.1-.46-.19l-5-2.7ZM11.46,12.7l6.85-3.7-6.85-3.7-6.85,3.7,6.85,3.7ZM11.46,18.73l5-2.7v-3.78l-4.03,2.23c-.15.08-.31.15-.48.19s-.33.06-.5.06-.33-.02-.5-.06-.33-.1-.48-.19l-4.03-2.23v3.78l5,2.7Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M12.13,21.04c-.28,0-.52-.1-.71-.29-.19-.19-.29-.43-.29-.71,0-.12.03-.24.08-.36s.13-.24.23-.34l4.28-4.28c.1-.1.15-.22.15-.36s-.05-.26-.15-.36-.22-.15-.36-.14-.26.06-.36.16l-4.25,4.25c-.1.1-.21.18-.33.23s-.24.08-.38.08c-.28,0-.52-.1-.71-.29s-.29-.43-.29-.71c0-.17.03-.3.08-.41s.12-.2.2-.29l4.28-4.28c.1-.1.15-.22.15-.35s-.05-.25-.15-.35-.22-.15-.35-.15-.25.05-.35.15l-4.28,4.25c-.1.1-.21.18-.33.23s-.25.08-.4.08c-.27,0-.5-.1-.7-.3s-.3-.43-.3-.7c0-.13.03-.26.08-.38s.13-.23.23-.33l4.25-4.25c.1-.1.15-.22.15-.36s-.05-.26-.15-.36-.22-.15-.35-.15-.25.05-.35.15l-4.25,4.28c-.08.08-.18.15-.3.2s-.26.08-.43.08c-.28,0-.52-.1-.71-.29s-.29-.43-.29-.71c0-.13.03-.26.08-.38s.13-.23.23-.33l4.9-4.9c.18-.18.41-.27.69-.25s.5.12.69.3l3.05,3.05c.18.18.4.33.65.44s.5.16.75.16c.53,0,1-.19,1.4-.56s.6-.85.6-1.44c0-.23-.04-.48-.13-.73s-.23-.48-.45-.7l-3.43-3.43c-.18-.18-.3-.38-.36-.6s-.03-.43.09-.63c.15-.25.34-.43.58-.55s.49-.18.78-.18c.35,0,.71.08,1.08.25s.7.4,1,.7l4.23,4.25c.3.3.52.63.66,1s.21.79.21,1.28c0,.33-.08.67-.23,1.01-.15.34-.37.65-.65.94l-8.33,8.35c-.13.13-.25.22-.35.25s-.22.05-.35.05ZM2.92,12.16c-.32-.23-.55-.51-.71-.84s-.24-.67-.24-1.04.08-.76.24-1.13.39-.7.69-1L7.12,3.91c.28-.28.6-.5.94-.65s.7-.23,1.09-.23c.42,0,.82.08,1.21.23s.73.37,1.01.65l5.13,5.13c.08.08.15.19.21.31s.09.25.09.39c0,.28-.1.52-.29.71s-.43.29-.71.29c-.13,0-.26-.03-.39-.09s-.23-.13-.31-.21l-3.08-3.05c-.38-.38-.85-.58-1.41-.58s-1.03.19-1.41.58l-4.7,4.7c-.22.22-.47.33-.76.34s-.56-.08-.81-.26Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M12.13,21.04c-.28,0-.52-.1-.71-.29-.19-.19-.29-.43-.29-.71,0-.12.03-.24.08-.36s.13-.24.23-.34l4.28-4.28c.1-.1.15-.22.15-.36s-.05-.26-.15-.36-.22-.15-.36-.14-.26.06-.36.16l-4.25,4.25c-.1.1-.21.18-.33.23s-.24.08-.38.08c-.28,0-.52-.1-.71-.29s-.29-.43-.29-.71c0-.17.03-.3.08-.41s.12-.2.2-.29l4.28-4.28c.1-.1.15-.22.15-.35s-.05-.25-.15-.35-.22-.15-.35-.15-.25.05-.35.15l-4.28,4.25c-.1.1-.21.18-.33.23s-.25.08-.4.08c-.27,0-.5-.1-.7-.3s-.3-.43-.3-.7c0-.13.03-.26.08-.38s.13-.23.23-.33l4.25-4.25c.1-.1.15-.22.15-.36s-.05-.26-.15-.36-.22-.15-.35-.15-.25.05-.35.15l-4.25,4.28c-.08.08-.18.15-.3.2s-.26.08-.43.08c-.28,0-.52-.1-.71-.29s-.29-.43-.29-.71c0-.13.03-.26.08-.38s.13-.23.23-.33l4.9-4.9c.18-.18.41-.27.69-.25s.5.12.69.3l3.05,3.05c.18.18.4.33.65.44s.5.16.75.16c.53,0,1-.19,1.4-.56s.6-.85.6-1.44c0-.23-.04-.48-.13-.73s-.23-.48-.45-.7l-3.43-3.43c-.18-.18-.3-.38-.36-.6s-.03-.43.09-.63c.15-.25.34-.43.58-.55s.49-.18.78-.18c.35,0,.71.08,1.08.25s.7.4,1,.7l4.23,4.25c.3.3.52.63.66,1s.21.79.21,1.28c0,.33-.08.67-.23,1.01-.15.34-.37.65-.65.94l-8.33,8.35c-.13.13-.25.22-.35.25s-.22.05-.35.05ZM2.92,12.16c-.32-.23-.55-.51-.71-.84s-.24-.67-.24-1.04.08-.76.24-1.13.39-.7.69-1L7.12,3.91c.28-.28.6-.5.94-.65s.7-.23,1.09-.23c.42,0,.82.08,1.21.23s.73.37,1.01.65l5.13,5.13c.08.08.15.19.21.31s.09.25.09.39c0,.28-.1.52-.29.71s-.43.29-.71.29c-.13,0-.26-.03-.39-.09s-.23-.13-.31-.21l-3.08-3.05c-.38-.38-.85-.58-1.41-.58s-1.03.19-1.41.58l-4.7,4.7c-.22.22-.47.33-.76.34s-.56-.08-.81-.26Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M5,21c-.55,0-1.02-.2-1.41-.59-.39-.39-.59-.86-.59-1.41V5c0-.55.2-1.02.59-1.41.39-.39.86-.59,1.41-.59h14c.55,0,1.02.2,1.41.59s.59.86.59,1.41v14c0,.55-.2,1.02-.59,1.41-.39.39-.86.59-1.41.59H5ZM5,19h14V5H5v14ZM5,5v14V5ZM8,17h5c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29h-5c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29ZM8,13h8c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71c-.19-.19-.43-.29-.71-.29H8c-.28,0-.52.1-.71.29-.19.19-.29.43-.29.71s.1.52.29.71.43.29.71.29ZM8,9h8c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29H8c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M5,21c-.55,0-1.02-.2-1.41-.59-.39-.39-.59-.86-.59-1.41V5c0-.55.2-1.02.59-1.41.39-.39.86-.59,1.41-.59h14c.55,0,1.02.2,1.41.59s.59.86.59,1.41v14c0,.55-.2,1.02-.59,1.41-.39.39-.86.59-1.41.59H5ZM5,19h14V5H5v14ZM5,5v14V5ZM8,17h5c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29h-5c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29ZM8,13h8c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71c-.19-.19-.43-.29-.71-.29H8c-.28,0-.52.1-.71.29-.19.19-.29.43-.29.71s.1.52.29.71.43.29.71.29ZM8,9h8c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71-.43-.29-.71-.29H8c-.28,0-.52.1-.71.29s-.29.43-.29.71.1.52.29.71.43.29.71.29Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M11,13v3c0,.28.1.52.29.71s.43.29.71.29.52-.1.71-.29c.19-.19.29-.43.29-.71v-3h3c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71c-.19-.19-.43-.29-.71-.29h-3v-3c0-.28-.1-.52-.29-.71-.19-.19-.43-.29-.71-.29s-.52.1-.71.29-.29.43-.29.71v3h-3c-.28,0-.52.1-.71.29-.19.19-.29.43-.29.71s.1.52.29.71.43.29.71.29h3ZM12,22c-1.38,0-2.68-.26-3.9-.79s-2.28-1.24-3.18-2.14-1.61-1.96-2.14-3.18-.79-2.52-.79-3.9.26-2.68.79-3.9,1.24-2.28,2.14-3.18,1.96-1.61,3.18-2.14,2.52-.79,3.9-.79,2.68.26,3.9.79,2.28,1.24,3.18,2.14,1.61,1.96,2.14,3.18.79,2.52.79,3.9-.26,2.68-.79,3.9-1.24,2.28-2.14,3.18-1.96,1.61-3.18,2.14-2.52.79-3.9.79ZM12,20c2.23,0,4.13-.78,5.68-2.33s2.33-3.44,2.33-5.68-.78-4.13-2.33-5.68-3.44-2.33-5.68-2.33-4.13.78-5.68,2.33-2.33,3.44-2.33,5.68.78,4.13,2.33,5.68,3.44,2.33,5.68,2.33Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M11,13v3c0,.28.1.52.29.71s.43.29.71.29.52-.1.71-.29c.19-.19.29-.43.29-.71v-3h3c.28,0,.52-.1.71-.29s.29-.43.29-.71-.1-.52-.29-.71c-.19-.19-.43-.29-.71-.29h-3v-3c0-.28-.1-.52-.29-.71-.19-.19-.43-.29-.71-.29s-.52.1-.71.29-.29.43-.29.71v3h-3c-.28,0-.52.1-.71.29-.19.19-.29.43-.29.71s.1.52.29.71.43.29.71.29h3ZM12,22c-1.38,0-2.68-.26-3.9-.79s-2.28-1.24-3.18-2.14-1.61-1.96-2.14-3.18-.79-2.52-.79-3.9.26-2.68.79-3.9,1.24-2.28,2.14-3.18,1.96-1.61,3.18-2.14,2.52-.79,3.9-.79,2.68.26,3.9.79,2.28,1.24,3.18,2.14,1.61,1.96,2.14,3.18.79,2.52.79,3.9-.26,2.68-.79,3.9-1.24,2.28-2.14,3.18-1.96,1.61-3.18,2.14-2.52.79-3.9.79ZM12,20c2.23,0,4.13-.78,5.68-2.33s2.33-3.44,2.33-5.68-.78-4.13-2.33-5.68-3.44-2.33-5.68-2.33-4.13.78-5.68,2.33-2.33,3.44-2.33,5.68.78,4.13,2.33,5.68,3.44,2.33,5.68,2.33Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
2
|
-
<path d="M288,64c35.3,0,64,21.5,64,48,0,10.4-4.4,20-12,27.9-6.6,6.9-12,15.3-12,24.9,0,15,12.2,27.2,27.2,27.2h44.8c26.5,0,48,21.5,48,48v44.8c0,15,12.2,27.2,27.2,27.2,9.5,0,18-5.4,24.9-12,7.9-7.5,17.5-12,27.9-12,26.5,0,48,28.7,48,64s-21.5,64-48,64c-10.4,0-20.1-4.4-27.9-12-6.9-6.6-15.3-12-24.9-12-15,0-27.2,12.2-27.2,27.2v108.8c0,26.5-21.5,48-48,48h-56.8c-12.8,0-23.2-10.4-23.2-23.2,0-9.2,5.8-17.3,13.2-22.8,11.6-8.7,18.8-20.7,18.8-34,0-26.5-28.7-48-64-48s-64,21.5-64,48c0,13.3,7.2,25.3,18.8,34,7.4,5.5,13.2,13.5,13.2,22.8,0,12.8-10.4,23.2-23.2,23.2h-120.8c-26.5,0-48-21.5-48-48v-120.8c0-12.8,10.4-23.2,23.2-23.2,9.2,0,17.3,5.8,22.8,13.2,8.7,11.6,20.7,18.8,34,18.8,26.5,0,48-28.7,48-64s-21.5-64-48-64c-13.3,0-25.3,7.2-34,18.8-5.5,7.4-13.5,13.2-22.8,13.2-12.8,0-23.2-10.4-23.2-23.2v-56.8c0-26.5,21.5-48,48-48h108.8c15,0,27.2-12.2,27.2-27.2,0-9.5-5.4-18-12-24.9-7.5-7.9-12-17.5-12-27.9,0-26.5,28.7-48,64-48h0Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
2
|
+
<path d="M288,64c35.3,0,64,21.5,64,48,0,10.4-4.4,20-12,27.9-6.6,6.9-12,15.3-12,24.9,0,15,12.2,27.2,27.2,27.2h44.8c26.5,0,48,21.5,48,48v44.8c0,15,12.2,27.2,27.2,27.2,9.5,0,18-5.4,24.9-12,7.9-7.5,17.5-12,27.9-12,26.5,0,48,28.7,48,64s-21.5,64-48,64c-10.4,0-20.1-4.4-27.9-12-6.9-6.6-15.3-12-24.9-12-15,0-27.2,12.2-27.2,27.2v108.8c0,26.5-21.5,48-48,48h-56.8c-12.8,0-23.2-10.4-23.2-23.2,0-9.2,5.8-17.3,13.2-22.8,11.6-8.7,18.8-20.7,18.8-34,0-26.5-28.7-48-64-48s-64,21.5-64,48c0,13.3,7.2,25.3,18.8,34,7.4,5.5,13.2,13.5,13.2,22.8,0,12.8-10.4,23.2-23.2,23.2h-120.8c-26.5,0-48-21.5-48-48v-120.8c0-12.8,10.4-23.2,23.2-23.2,9.2,0,17.3,5.8,22.8,13.2,8.7,11.6,20.7,18.8,34,18.8,26.5,0,48-28.7,48-64s-21.5-64-48-64c-13.3,0-25.3,7.2-34,18.8-5.5,7.4-13.5,13.2-22.8,13.2-12.8,0-23.2-10.4-23.2-23.2v-56.8c0-26.5,21.5-48,48-48h108.8c15,0,27.2-12.2,27.2-27.2,0-9.5-5.4-18-12-24.9-7.5-7.9-12-17.5-12-27.9,0-26.5,28.7-48,64-48h0Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M6.07,11.88c.43-1.1.95-2.16,1.56-3.18s1.3-1.98,2.06-2.88l-1.3-.28c-.33-.07-.66-.05-.98.05s-.59.27-.83.5l-3.15,3.15c-.25.25-.35.55-.29.9.06.35.25.59.59.73l2.33,1ZM20.77,2.13c-1.77-.08-3.45.26-5.04,1.03s-3.01,1.78-4.26,3.03c-.8.8-1.5,1.67-2.11,2.6s-1.14,1.92-1.59,2.95c-.08.22-.13.44-.13.66s.08.42.25.59l3.13,3.13c.17.17.36.25.59.25s.45-.04.66-.13c1.03-.45,2.02-.98,2.95-1.59s1.8-1.31,2.6-2.11c1.25-1.25,2.26-2.67,3.03-4.26s1.11-3.27,1.03-5.04c0-.13-.03-.27-.1-.4s-.15-.25-.25-.35-.22-.18-.35-.25-.27-.1-.4-.1ZM14.42,9.58c-.38-.38-.58-.85-.58-1.41s.19-1.03.58-1.41.85-.58,1.41-.58,1.03.19,1.41.58.58.85.58,1.41-.19,1.03-.58,1.41-.85.58-1.41.58-1.03-.19-1.41-.58ZM12.12,17.93l1,2.33c.13.33.38.53.73.6s.65-.03.9-.28l3.15-3.15c.23-.23.4-.51.5-.84s.12-.65.05-.99l-.25-1.3c-.92.77-1.88,1.45-2.89,2.06s-2.07,1.13-3.19,1.56ZM3.99,15.78c.58-.58,1.29-.88,2.13-.89.83,0,1.54.28,2.13.86s.88,1.29.88,2.13-.29,1.54-.88,2.13c-.8.8-1.75,1.28-2.84,1.43-1.09.15-2.19.3-3.29.45.15-1.1.3-2.2.46-3.29s.63-2.03,1.41-2.81Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M6.07,11.88c.43-1.1.95-2.16,1.56-3.18s1.3-1.98,2.06-2.88l-1.3-.28c-.33-.07-.66-.05-.98.05s-.59.27-.83.5l-3.15,3.15c-.25.25-.35.55-.29.9.06.35.25.59.59.73l2.33,1ZM20.77,2.13c-1.77-.08-3.45.26-5.04,1.03s-3.01,1.78-4.26,3.03c-.8.8-1.5,1.67-2.11,2.6s-1.14,1.92-1.59,2.95c-.08.22-.13.44-.13.66s.08.42.25.59l3.13,3.13c.17.17.36.25.59.25s.45-.04.66-.13c1.03-.45,2.02-.98,2.95-1.59s1.8-1.31,2.6-2.11c1.25-1.25,2.26-2.67,3.03-4.26s1.11-3.27,1.03-5.04c0-.13-.03-.27-.1-.4s-.15-.25-.25-.35-.22-.18-.35-.25-.27-.1-.4-.1ZM14.42,9.58c-.38-.38-.58-.85-.58-1.41s.19-1.03.58-1.41.85-.58,1.41-.58,1.03.19,1.41.58.58.85.58,1.41-.19,1.03-.58,1.41-.85.58-1.41.58-1.03-.19-1.41-.58ZM12.12,17.93l1,2.33c.13.33.38.53.73.6s.65-.03.9-.28l3.15-3.15c.23-.23.4-.51.5-.84s.12-.65.05-.99l-.25-1.3c-.92.77-1.88,1.45-2.89,2.06s-2.07,1.13-3.19,1.56ZM3.99,15.78c.58-.58,1.29-.88,2.13-.89.83,0,1.54.28,2.13.86s.88,1.29.88,2.13-.29,1.54-.88,2.13c-.8.8-1.75,1.28-2.84,1.43-1.09.15-2.19.3-3.29.45.15-1.1.3-2.2.46-3.29s.63-2.03,1.41-2.81Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M13.15,7.33l.91.91-5.22,5.22-2.92-2.92.91-.91,2,2,4.3-4.3h0ZM20.6,20.6c-.44.44-1.14.44-1.58,0l-4.41-4.42c-1.2.88-2.68,1.39-4.28,1.39-4,0-7.25-3.24-7.25-7.25s3.24-7.25,7.25-7.25,7.25,3.24,7.25,7.25c0,1.6-.52,3.08-1.39,4.28l4.41,4.42c.44.44.44,1.14,0,1.58ZM15.35,10.33c0-2.77-2.25-5.02-5.02-5.02s-5.02,2.25-5.02,5.02,2.25,5.02,5.02,5.02,5.02-2.25,5.02-5.02Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M13.15,7.33l.91.91-5.22,5.22-2.92-2.92.91-.91,2,2,4.3-4.3h0ZM20.6,20.6c-.44.44-1.14.44-1.58,0l-4.41-4.42c-1.2.88-2.68,1.39-4.28,1.39-4,0-7.25-3.24-7.25-7.25s3.24-7.25,7.25-7.25,7.25,3.24,7.25,7.25c0,1.6-.52,3.08-1.39,4.28l4.41,4.42c.44.44.44,1.14,0,1.58ZM15.35,10.33c0-2.77-2.25-5.02-5.02-5.02s-5.02,2.25-5.02,5.02,2.25,5.02,5.02,5.02,5.02-2.25,5.02-5.02Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M20.6,19.02l-4.41-4.42c.87-1.2,1.39-2.68,1.39-4.28,0-4-3.24-7.25-7.25-7.25s-7.25,3.24-7.25,7.25,3.24,7.25,7.25,7.25c1.6,0,3.08-.52,4.28-1.39l4.41,4.42c.44.44,1.14.44,1.58,0,.44-.44.44-1.14,0-1.58h0ZM10.33,15.34c-2.77,0-5.02-2.25-5.02-5.02s2.25-5.02,5.02-5.02,5.02,2.25,5.02,5.02-2.25,5.02-5.02,5.02ZM6.93,9.53l.69-.69-.69-.69.69-.69.69.69.69-.69.69.69-.69.69.69.69-.69.69-.69-.69-.69.69s-.69-.69-.69-.69ZM13.64,13.79h-6.63c.52-1.32,1.8-2.27,3.31-2.27s2.8.95,3.31,2.27ZM13.73,8.16l-.69.69.69.69-.69.69-.69-.69-.69.69-.69-.69.69-.69-.69-.69.69-.69.69.69.69-.69.69.69Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M20.6,19.02l-4.41-4.42c.87-1.2,1.39-2.68,1.39-4.28,0-4-3.24-7.25-7.25-7.25s-7.25,3.24-7.25,7.25,3.24,7.25,7.25,7.25c1.6,0,3.08-.52,4.28-1.39l4.41,4.42c.44.44,1.14.44,1.58,0,.44-.44.44-1.14,0-1.58h0ZM10.33,15.34c-2.77,0-5.02-2.25-5.02-5.02s2.25-5.02,5.02-5.02,5.02,2.25,5.02,5.02-2.25,5.02-5.02,5.02ZM6.93,9.53l.69-.69-.69-.69.69-.69.69.69.69-.69.69.69-.69.69.69.69-.69.69-.69-.69-.69.69s-.69-.69-.69-.69ZM13.64,13.79h-6.63c.52-1.32,1.8-2.27,3.31-2.27s2.8.95,3.31,2.27ZM13.73,8.16l-.69.69.69.69-.69.69-.69-.69-.69.69-.69-.69.69-.69-.69-.69.69-.69.69.69.69-.69.69.69Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M17.58,10.33c0,1.6-.52,3.08-1.39,4.28l4.41,4.42c.44.44.44,1.14,0,1.58-.44.44-1.14.44-1.58,0l-4.41-4.42c-1.2.88-2.68,1.39-4.28,1.39-4,0-7.25-3.24-7.25-7.25s3.24-7.25,7.25-7.25,7.25,3.24,7.25,7.25ZM10.33,15.34c2.77,0,5.02-2.25,5.02-5.02s-2.25-5.02-5.02-5.02-5.02,2.25-5.02,5.02,2.25,5.02,5.02,5.02Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M17.58,10.33c0,1.6-.52,3.08-1.39,4.28l4.41,4.42c.44.44.44,1.14,0,1.58-.44.44-1.14.44-1.58,0l-4.41-4.42c-1.2.88-2.68,1.39-4.28,1.39-4,0-7.25-3.24-7.25-7.25s3.24-7.25,7.25-7.25,7.25,3.24,7.25,7.25ZM10.33,15.34c2.77,0,5.02-2.25,5.02-5.02s-2.25-5.02-5.02-5.02-5.02,2.25-5.02,5.02,2.25,5.02,5.02,5.02Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M20.6,19.02l-4.41-4.42c.87-1.2,1.39-2.68,1.39-4.28,0-4-3.24-7.25-7.25-7.25s-7.25,3.24-7.25,7.25,3.24,7.25,7.25,7.25c1.6,0,3.08-.52,4.28-1.39l4.41,4.42c.44.44,1.14.44,1.58,0,.44-.44.44-1.14,0-1.58h0ZM10.33,15.34c-2.77,0-5.02-2.25-5.02-5.02s2.25-5.02,5.02-5.02,5.02,2.25,5.02,5.02-2.25,5.02-5.02,5.02ZM10.51,8.52c0,.78-.5,1.24-.89,1.63-.38.4-.53.79-.53,1.24v.16s-1.38,0-1.38,0v-.27c-.02-.48.12-.99.59-1.5.33-.36.62-.69.62-1.01,0-.33-.22-.56-.73-.58-.37,0-.81.14-1.1.33l-.37-1.1c.41-.24,1.03-.44,1.81-.44,1.3,0,1.97.68,1.97,1.54h0ZM9.29,12.92c0,.53-.37.93-.93.93s-.93-.39-.93-.93c0-.55.37-.93.93-.93s.92.38.93.93ZM11.75,11.55l-.24-4.46h1.61l-.24,4.46h-1.13ZM13.24,12.92c0,.53-.37.93-.93.93s-.93-.39-.93-.93c0-.55.37-.93.93-.93s.92.38.93.93Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M20.6,19.02l-4.41-4.42c.87-1.2,1.39-2.68,1.39-4.28,0-4-3.24-7.25-7.25-7.25s-7.25,3.24-7.25,7.25,3.24,7.25,7.25,7.25c1.6,0,3.08-.52,4.28-1.39l4.41,4.42c.44.44,1.14.44,1.58,0,.44-.44.44-1.14,0-1.58h0ZM10.33,15.34c-2.77,0-5.02-2.25-5.02-5.02s2.25-5.02,5.02-5.02,5.02,2.25,5.02,5.02-2.25,5.02-5.02,5.02ZM10.51,8.52c0,.78-.5,1.24-.89,1.63-.38.4-.53.79-.53,1.24v.16s-1.38,0-1.38,0v-.27c-.02-.48.12-.99.59-1.5.33-.36.62-.69.62-1.01,0-.33-.22-.56-.73-.58-.37,0-.81.14-1.1.33l-.37-1.1c.41-.24,1.03-.44,1.81-.44,1.3,0,1.97.68,1.97,1.54h0ZM9.29,12.92c0,.53-.37.93-.93.93s-.93-.39-.93-.93c0-.55.37-.93.93-.93s.92.38.93.93ZM11.75,11.55l-.24-4.46h1.61l-.24,4.46h-1.13ZM13.24,12.92c0,.53-.37.93-.93.93s-.93-.39-.93-.93c0-.55.37-.93.93-.93s.92.38.93.93Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
2
|
-
<path d="M520.03,320l65.28-94.73c3.25-4.72,3.88-10.69,1.68-15.93s-6.92-9.01-12.47-10.06l-113.06-20.75-20.85-113.06c-1.05-5.55-4.82-10.27-10.06-12.47-5.24-2.2-11.21-1.57-15.93,1.68l-94.62,65.28-94.62-65.28c-4.72-3.25-10.69-3.88-15.93-1.68-5.24,2.2-9.01,6.92-10.06,12.47l-20.85,113.06-113.06,20.85c-5.55,1.05-10.27,4.82-12.47,10.06s-1.57,11.21,1.68,15.93l65.28,94.62-65.28,94.62c-3.25,4.72-3.88,10.69-1.68,15.93s6.92,9.01,12.47,10.06l113.06,20.85,20.85,113.06c1.05,5.55,4.82,10.27,10.06,12.47,5.24,2.2,11.21,1.57,15.93-1.68l94.62-65.28,94.62,65.28c4.72,3.25,10.69,3.88,15.93,1.68s9.01-6.92,10.06-12.47l20.85-113.06,113.06-20.85c5.55-1.05,10.27-4.82,12.47-10.06,2.2-5.24,1.57-11.21-1.68-15.93l-65.28-94.62h0ZM320,483.12c-90.08,0-163.12-73.04-163.12-163.12s73.04-163.12,163.12-163.12,163.12,73.04,163.12,163.12-73.04,163.12-163.12,163.12h0ZM321.99,203.29c-65.5,0-118.54,53.2-118.54,118.81s53.04,118.81,118.54,118.81c32.14,0,61.26-12.84,82.63-33.63,2.65-2.6,3.34-6.63,1.65-9.92s-5.35-5.14-9.01-4.51c-5.2.9-10.5,1.38-15.97,1.38-51.4,0-93.08-41.8-93.08-93.34,0-34.9,19.09-65.29,47.36-81.3,3.24-1.85,4.88-5.56,4.09-9.18s-3.87-6.31-7.59-6.63c-3.34-.26-6.69-.42-10.08-.42v-.05h0Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
2
|
+
<path d="M520.03,320l65.28-94.73c3.25-4.72,3.88-10.69,1.68-15.93s-6.92-9.01-12.47-10.06l-113.06-20.75-20.85-113.06c-1.05-5.55-4.82-10.27-10.06-12.47-5.24-2.2-11.21-1.57-15.93,1.68l-94.62,65.28-94.62-65.28c-4.72-3.25-10.69-3.88-15.93-1.68-5.24,2.2-9.01,6.92-10.06,12.47l-20.85,113.06-113.06,20.85c-5.55,1.05-10.27,4.82-12.47,10.06s-1.57,11.21,1.68,15.93l65.28,94.62-65.28,94.62c-3.25,4.72-3.88,10.69-1.68,15.93s6.92,9.01,12.47,10.06l113.06,20.85,20.85,113.06c1.05,5.55,4.82,10.27,10.06,12.47,5.24,2.2,11.21,1.57,15.93-1.68l94.62-65.28,94.62,65.28c4.72,3.25,10.69,3.88,15.93,1.68s9.01-6.92,10.06-12.47l20.85-113.06,113.06-20.85c5.55-1.05,10.27-4.82,12.47-10.06,2.2-5.24,1.57-11.21-1.68-15.93l-65.28-94.62h0ZM320,483.12c-90.08,0-163.12-73.04-163.12-163.12s73.04-163.12,163.12-163.12,163.12,73.04,163.12,163.12-73.04,163.12-163.12,163.12h0ZM321.99,203.29c-65.5,0-118.54,53.2-118.54,118.81s53.04,118.81,118.54,118.81c32.14,0,61.26-12.84,82.63-33.63,2.65-2.6,3.34-6.63,1.65-9.92s-5.35-5.14-9.01-4.51c-5.2.9-10.5,1.38-15.97,1.38-51.4,0-93.08-41.8-93.08-93.34,0-34.9,19.09-65.29,47.36-81.3,3.24-1.85,4.88-5.56,4.09-9.18s-3.87-6.31-7.59-6.63c-3.34-.26-6.69-.42-10.08-.42v-.05h0Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M15.24,18.95l-.85,2.43c-.07.18-.18.33-.35.45s-.35.18-.55.18c-.33,0-.6-.14-.81-.41s-.25-.58-.11-.91l3.8-10.05c.08-.18.21-.33.38-.45s.35-.18.55-.18h.75c.2,0,.38.06.55.18s.29.27.38.45l3.8,10.08c.13.32.1.61-.1.89s-.47.41-.8.41c-.22,0-.4-.06-.56-.18s-.28-.28-.36-.48l-.85-2.4h-4.85ZM9.21,13.98l-4.35,4.33c-.18.18-.41.28-.69.29s-.51-.09-.71-.29c-.18-.18-.28-.42-.28-.7s.09-.52.28-.7l4.35-4.35c-.58-.58-1.11-1.25-1.59-2s-.91-1.6-1.31-2.55h2.1c.33.65.67,1.22,1,1.7s.73.97,1.2,1.45c.55-.55,1.12-1.32,1.71-2.31s1.04-1.94,1.34-2.84H2.16c-.28,0-.52-.1-.71-.29s-.29-.43-.29-.71.1-.52.29-.71.43-.29.71-.29h6v-1c0-.28.1-.52.29-.71s.43-.29.71-.29.52.1.71.29.29.43.29.71v1h6c.28,0,.52.1.71.29s.29.43.29.71-.1.52-.29.71-.43.29-.71.29h-1.9c-.35,1.2-.88,2.43-1.58,3.7s-1.39,2.23-2.08,2.9l2.4,2.45-.75,2.05-3.05-3.13ZM15.86,17.2h3.6l-1.8-5.1-1.8,5.1Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M15.24,18.95l-.85,2.43c-.07.18-.18.33-.35.45s-.35.18-.55.18c-.33,0-.6-.14-.81-.41s-.25-.58-.11-.91l3.8-10.05c.08-.18.21-.33.38-.45s.35-.18.55-.18h.75c.2,0,.38.06.55.18s.29.27.38.45l3.8,10.08c.13.32.1.61-.1.89s-.47.41-.8.41c-.22,0-.4-.06-.56-.18s-.28-.28-.36-.48l-.85-2.4h-4.85ZM9.21,13.98l-4.35,4.33c-.18.18-.41.28-.69.29s-.51-.09-.71-.29c-.18-.18-.28-.42-.28-.7s.09-.52.28-.7l4.35-4.35c-.58-.58-1.11-1.25-1.59-2s-.91-1.6-1.31-2.55h2.1c.33.65.67,1.22,1,1.7s.73.97,1.2,1.45c.55-.55,1.12-1.32,1.71-2.31s1.04-1.94,1.34-2.84H2.16c-.28,0-.52-.1-.71-.29s-.29-.43-.29-.71.1-.52.29-.71.43-.29.71-.29h6v-1c0-.28.1-.52.29-.71s.43-.29.71-.29.52.1.71.29.29.43.29.71v1h6c.28,0,.52.1.71.29s.29.43.29.71-.1.52-.29.71-.43.29-.71.29h-1.9c-.35,1.2-.88,2.43-1.58,3.7s-1.39,2.23-2.08,2.9l2.4,2.45-.75,2.05-3.05-3.13ZM15.86,17.2h3.6l-1.8-5.1-1.8,5.1Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M2.72,21c-.18,0-.35-.05-.5-.14-.15-.09-.27-.21-.35-.36s-.13-.31-.14-.49.04-.35.14-.51L11.13,3.5c.1-.17.23-.29.39-.38s.32-.13.49-.13.33.04.49.13.29.21.39.38l9.25,16c.1.17.15.34.14.51s-.05.34-.14.49-.2.27-.35.36c-.15.09-.32.14-.5.14H2.72ZM4.45,19h15.1l-7.55-13-7.55,13ZM12,18c.28,0,.52-.1.71-.29.19-.19.29-.43.29-.71s-.1-.52-.29-.71c-.19-.19-.43-.29-.71-.29s-.52.1-.71.29-.29.43-.29.71.1.52.29.71c.19.19.43.29.71.29ZM12,15c.28,0,.52-.1.71-.29.19-.19.29-.43.29-.71v-3c0-.28-.1-.52-.29-.71-.19-.19-.43-.29-.71-.29s-.52.1-.71.29-.29.43-.29.71v3c0,.28.1.52.29.71s.43.29.71.29Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M2.72,21c-.18,0-.35-.05-.5-.14-.15-.09-.27-.21-.35-.36s-.13-.31-.14-.49.04-.35.14-.51L11.13,3.5c.1-.17.23-.29.39-.38s.32-.13.49-.13.33.04.49.13.29.21.39.38l9.25,16c.1.17.15.34.14.51s-.05.34-.14.49-.2.27-.35.36c-.15.09-.32.14-.5.14H2.72ZM4.45,19h15.1l-7.55-13-7.55,13ZM12,18c.28,0,.52-.1.71-.29.19-.19.29-.43.29-.71s-.1-.52-.29-.71c-.19-.19-.43-.29-.71-.29s-.52.1-.71.29-.29.43-.29.71.1.52.29.71c.19.19.43.29.71.29ZM12,15c.28,0,.52-.1.71-.29.19-.19.29-.43.29-.71v-3c0-.28-.1-.52-.29-.71-.19-.19-.43-.29-.71-.29s-.52.1-.71.29-.29.43-.29.71v3c0,.28.1.52.29.71s.43.29.71.29Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export default defineNuxtLink({
|
|
2
|
-
componentName: 'EruditLink',
|
|
3
|
-
trailingSlash: 'append',
|
|
4
|
-
prefetch: true,
|
|
5
|
-
prefetchOn: {
|
|
6
|
-
visibility: false,
|
|
7
|
-
interaction: true,
|
|
8
|
-
},
|
|
9
|
-
});
|
|
1
|
+
export default defineNuxtLink({
|
|
2
|
+
componentName: 'EruditLink',
|
|
3
|
+
trailingSlash: 'append',
|
|
4
|
+
prefetch: true,
|
|
5
|
+
prefetchOn: {
|
|
6
|
+
visibility: false,
|
|
7
|
+
interaction: true,
|
|
8
|
+
},
|
|
9
|
+
});
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<script lang="ts" setup>
|
|
2
|
-
const { color = 'var(--color-brand)' } = defineProps<{
|
|
3
|
-
text: string;
|
|
4
|
-
color?: string;
|
|
5
|
-
}>();
|
|
6
|
-
</script>
|
|
7
|
-
|
|
8
|
-
<template>
|
|
9
|
-
<span
|
|
10
|
-
:style="{ '--titleColor': color }"
|
|
11
|
-
class="text-text-deep leading-tight font-extrabold
|
|
12
|
-
text-shadow-[2px_2px_color-mix(in_srgb,var(--titleColor),transparent_65%)]"
|
|
13
|
-
>
|
|
14
|
-
{{ formatText(text) }}
|
|
15
|
-
</span>
|
|
16
|
-
</template>
|
|
1
|
+
<script lang="ts" setup>
|
|
2
|
+
const { color = 'var(--color-brand)' } = defineProps<{
|
|
3
|
+
text: string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}>();
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<template>
|
|
9
|
+
<span
|
|
10
|
+
:style="{ '--titleColor': color }"
|
|
11
|
+
class="text-text-deep leading-tight font-extrabold
|
|
12
|
+
text-shadow-[2px_2px_color-mix(in_srgb,var(--titleColor),transparent_65%)]"
|
|
13
|
+
>
|
|
14
|
+
{{ formatText(text) }}
|
|
15
|
+
</span>
|
|
16
|
+
</template>
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
<script lang="ts" setup>
|
|
2
|
-
defineProps<{
|
|
3
|
-
title: string;
|
|
4
|
-
mediaUrl?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
link?: {
|
|
7
|
-
href: string;
|
|
8
|
-
external?: boolean;
|
|
9
|
-
};
|
|
10
|
-
color?: string;
|
|
11
|
-
}>();
|
|
12
|
-
</script>
|
|
13
|
-
|
|
14
|
-
<template>
|
|
15
|
-
<EruditLink
|
|
16
|
-
:to="link?.href"
|
|
17
|
-
:external="link?.external"
|
|
18
|
-
:target="link?.external ? '_blank' : undefined"
|
|
19
|
-
:style="{
|
|
20
|
-
'--color': color ?? stringColor(title),
|
|
21
|
-
'--colorBorder':
|
|
22
|
-
'color-mix(in srgb, var(--color), var(--color-border) 70%)',
|
|
23
|
-
'--colorBg': 'color-mix(in srgb, var(--color), var(--color-bg-main) 85%)',
|
|
24
|
-
'--colorText': 'color-mix(in srgb, var(--color), var(--color-text) 65%)',
|
|
25
|
-
'--colorIcon': 'color-mix(in srgb, var(--color), var(--color-text) 30%)',
|
|
26
|
-
}"
|
|
27
|
-
:class="[
|
|
28
|
-
`p-small micro:p-normal not-last:mb-normal gap-small text-main-sm relative
|
|
29
|
-
flex w-full break-inside-avoid-column flex-col items-center rounded border
|
|
30
|
-
border-(--colorBorder) bg-linear-to-tr from-(--colorBg)/30 to-(--colorBg)
|
|
31
|
-
transition-shadow`,
|
|
32
|
-
link && 'hocus:ring-(--colorBorder) ring-2 ring-transparent',
|
|
33
|
-
]"
|
|
34
|
-
>
|
|
35
|
-
<SmartMedia
|
|
36
|
-
v-if="mediaUrl"
|
|
37
|
-
:url="mediaUrl"
|
|
38
|
-
:style="{ '--mediaColor': color }"
|
|
39
|
-
class="border-bg-main micro:size-[56px] size-[46px] rounded-full border-2
|
|
40
|
-
[box-shadow:0_0_16px_0_var(--color)]"
|
|
41
|
-
/>
|
|
42
|
-
<div class="text-center font-semibold text-(--colorText)">
|
|
43
|
-
{{ formatText(title) }}
|
|
44
|
-
</div>
|
|
45
|
-
<div v-if="description" class="text-text-muted relative -top-1 text-center">
|
|
46
|
-
{{ formatText(description) }}
|
|
47
|
-
</div>
|
|
48
|
-
<div v-if="$slots.tags" class="gap-small flex flex-wrap justify-center">
|
|
49
|
-
<slot name="tags"></slot>
|
|
50
|
-
</div>
|
|
51
|
-
</EruditLink>
|
|
52
|
-
</template>
|
|
1
|
+
<script lang="ts" setup>
|
|
2
|
+
defineProps<{
|
|
3
|
+
title: string;
|
|
4
|
+
mediaUrl?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
link?: {
|
|
7
|
+
href: string;
|
|
8
|
+
external?: boolean;
|
|
9
|
+
};
|
|
10
|
+
color?: string;
|
|
11
|
+
}>();
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<template>
|
|
15
|
+
<EruditLink
|
|
16
|
+
:to="link?.href"
|
|
17
|
+
:external="link?.external"
|
|
18
|
+
:target="link?.external ? '_blank' : undefined"
|
|
19
|
+
:style="{
|
|
20
|
+
'--color': color ?? stringColor(title),
|
|
21
|
+
'--colorBorder':
|
|
22
|
+
'color-mix(in srgb, var(--color), var(--color-border) 70%)',
|
|
23
|
+
'--colorBg': 'color-mix(in srgb, var(--color), var(--color-bg-main) 85%)',
|
|
24
|
+
'--colorText': 'color-mix(in srgb, var(--color), var(--color-text) 65%)',
|
|
25
|
+
'--colorIcon': 'color-mix(in srgb, var(--color), var(--color-text) 30%)',
|
|
26
|
+
}"
|
|
27
|
+
:class="[
|
|
28
|
+
`p-small micro:p-normal not-last:mb-normal gap-small text-main-sm relative
|
|
29
|
+
flex w-full break-inside-avoid-column flex-col items-center rounded border
|
|
30
|
+
border-(--colorBorder) bg-linear-to-tr from-(--colorBg)/30 to-(--colorBg)
|
|
31
|
+
transition-shadow`,
|
|
32
|
+
link && 'hocus:ring-(--colorBorder) ring-2 ring-transparent',
|
|
33
|
+
]"
|
|
34
|
+
>
|
|
35
|
+
<SmartMedia
|
|
36
|
+
v-if="mediaUrl"
|
|
37
|
+
:url="mediaUrl"
|
|
38
|
+
:style="{ '--mediaColor': color }"
|
|
39
|
+
class="border-bg-main micro:size-[56px] size-[46px] rounded-full border-2
|
|
40
|
+
[box-shadow:0_0_16px_0_var(--color)]"
|
|
41
|
+
/>
|
|
42
|
+
<div class="text-center font-semibold text-(--colorText)">
|
|
43
|
+
{{ formatText(title) }}
|
|
44
|
+
</div>
|
|
45
|
+
<div v-if="description" class="text-text-muted relative -top-1 text-center">
|
|
46
|
+
{{ formatText(description) }}
|
|
47
|
+
</div>
|
|
48
|
+
<div v-if="$slots.tags" class="gap-small flex flex-wrap justify-center">
|
|
49
|
+
<slot name="tags"></slot>
|
|
50
|
+
</div>
|
|
51
|
+
</EruditLink>
|
|
52
|
+
</template>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<script lang="ts" setup>
|
|
2
|
-
defineProps<{ title?: string }>();
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<div
|
|
7
|
-
:title
|
|
8
|
-
:class="[
|
|
9
|
-
`bg-bg-main text-main-xs flex items-center gap-1.5 rounded-full border
|
|
10
|
-
border-(--colorBorder) px-1.5 py-0.5 text-(--colorText)`,
|
|
11
|
-
title && 'cursor-help',
|
|
12
|
-
]"
|
|
13
|
-
>
|
|
14
|
-
<slot></slot>
|
|
15
|
-
</div>
|
|
16
|
-
</template>
|
|
1
|
+
<script lang="ts" setup>
|
|
2
|
+
defineProps<{ title?: string }>();
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<div
|
|
7
|
+
:title
|
|
8
|
+
:class="[
|
|
9
|
+
`bg-bg-main text-main-xs flex items-center gap-1.5 rounded-full border
|
|
10
|
+
border-(--colorBorder) px-1.5 py-0.5 text-(--colorText)`,
|
|
11
|
+
title && 'cursor-help',
|
|
12
|
+
]"
|
|
13
|
+
>
|
|
14
|
+
<slot></slot>
|
|
15
|
+
</div>
|
|
16
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<script lang="ts" setup>
|
|
2
|
-
const loadingSvg = useLoadingSvg();
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<MyRuntimeIcon :svg="loadingSvg" />
|
|
7
|
-
</template>
|
|
1
|
+
<script lang="ts" setup>
|
|
2
|
+
const loadingSvg = useLoadingSvg();
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<MyRuntimeIcon :svg="loadingSvg" />
|
|
7
|
+
</template>
|