docs: add docs landing page (#9706)

* wip

* wip

* wip

* wip

* docs: add docs landing

* docs: update wording and structure

* docs(landing): minor tweaks

* docs(landing): update links

* docs(landing): update images

* docs(landing): minor tweaks

* docs(landing): update title

* docs(cards): fix cards

* docs(landing): update landing and introduction heros

* docs(landing): add extra slot to avoid hydration mismatch

* docs(theme): bump version to 0.2.1

Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
This commit is contained in:
Carolina Delerue 2022-12-23 13:15:12 +01:00 committed by GitHub
parent dbc31869bb
commit ea02be17c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
30 changed files with 649 additions and 15 deletions

View File

@ -0,0 +1,204 @@
---
title: Documentation
navigation: false
description: Learn everything you need to know, from beginner to master.
---
<!-- markdownlint-disable -->
<!-- @case-police-disable -->
::docs-hero
#title
Nuxt Docs
#description
Nuxt is an open-source framework under MIT license for building modern and performant web applications that can be deployed on any platform running JavaScript.
::
::docs-card
---
component: 'div'
descriptionClass: 'w-full sm:w-2/3'
roundedClass: 'rounded-xl'
image:
path: '/assets/docs/getting-started/views/getting-started'
width: '100'
height: '100'
buttons:
- label: 'Get started'
size: 'xl'
variant: 'primary-gradient'
to: '/docs/getting-started/introduction'
- label: 'Explore Examples'
size: 'xl'
variant: 'secondary'
to: '/docs/examples/essentials/hello-world'
---
#extraTitle
Getting Started
#description
Start by learning Nuxt core features, from installation to deployment.
::
::docs-landing-section
#title
Guide
#description
From an idea to a masterpiece, guides take you on the path to becoming a Nuxter.
#extra
::docs-landing-list
:::docs-landing-card
---
headerClass: 'justify-start px-4 pt-4 sm:px-6'
image:
light: '/assets/docs/getting-started/views/docs-landing/key-concepts-light.svg'
dark: '/assets/docs/getting-started/views/docs-landing/key-concepts-dark.svg'
imageHeight: '58'
imageWidth: '52'
contentClass: 'gap-y-2'
to: '/docs/guide/concepts/auto-imports'
---
#title
Key Concepts
#description
Get an overview of the concepts that drive the Nuxt experience.
:::
:::docs-landing-card
---
headerClass: 'justify-start px-4 pt-4 sm:px-6'
image:
light: '/assets/docs/getting-started/views/docs-landing/directory-structure-light.svg'
dark: '/assets/docs/getting-started/views/docs-landing/directory-structure-dark.svg'
imageHeight: '58'
imageWidth: '52'
contentClass: 'gap-y-2'
to: '/docs/guide/directory-structure/nuxt'
---
#title
Directory Structure
#description
Navigate Nuxt directory structure with this handy guide.
:::
:::docs-landing-card
---
headerClass: 'justify-start px-4 pt-4 sm:px-6'
image:
light: '/assets/docs/getting-started/views/docs-landing/going-further-light.svg'
dark: '/assets/docs/getting-started/views/docs-landing/going-further-dark.svg'
imageHeight: '58'
imageWidth: '52'
contentClass: 'gap-y-2'
to: '/docs/guide/going-further/internals'
---
#title
Going further
#description
Deep dive into Nuxt internals to master all the features.
:::
::
::
::docs-landing-section
#title
API
#description
Every Nuxt components, composables and utilities, in details.
#extra
::docs-landing-list
:::docs-landing-card
---
headerClass: 'justify-start px-4 pt-4 sm:px-6'
image:
light: '/assets/docs/getting-started/views/docs-landing/composables-light.svg'
dark: '/assets/docs/getting-started/views/docs-landing/composables-dark.svg'
imageHeight: '58'
imageWidth: '52'
contentClass: 'gap-y-2'
to: '/docs/api/composables/use-app-config'
---
#title
Composables
#description
From data fetching to error handling, get familiar with Nuxt built-in composables.
:::
:::docs-landing-card
---
headerClass: 'justify-start px-4 pt-4 sm:px-6'
image:
light: '/assets/docs/getting-started/views/docs-landing/components-light.svg'
dark: '/assets/docs/getting-started/views/docs-landing/components-dark.svg'
imageHeight: '58'
imageWidth: '52'
contentClass: 'gap-y-2'
to: '/docs/api/components/client-only'
---
#title
Components
#description
Nuxt components, auto-imported and ready to use in your application.
:::
:::docs-landing-card
---
headerClass: 'justify-start px-4 pt-4 sm:px-6'
image:
light: '/assets/docs/getting-started/views/docs-landing/utils-light.svg'
dark: '/assets/docs/getting-started/views/docs-landing/utils-dark.svg'
imageHeight: '58'
imageWidth: '52'
contentClass: 'gap-y-2'
to: '/docs/api/utils/dollarfetch'
---
#title
Utils
#description
Use utility functions to get fine-grained control over your app behavior.
:::
:::docs-landing-card
---
headerClass: 'justify-start px-4 pt-4 sm:px-6'
image:
light: '/assets/docs/getting-started/views/docs-landing/advanced-light.svg'
dark: '/assets/docs/getting-started/views/docs-landing/advanced-dark.svg'
imageHeight: '58'
imageWidth: '52'
contentClass: 'gap-y-2'
to: '/docs/api/advanced/hooks'
---
#title
Advanced
#description
Learn about lifecycle hooks and Kit utilities in the advanced section.
:::
:::docs-landing-card
---
headerClass: 'justify-start px-4 pt-4 sm:px-6'
image:
light: '/assets/docs/getting-started/views/docs-landing/commands-light.svg'
dark: '/assets/docs/getting-started/views/docs-landing/commands-dark.svg'
imageHeight: '58'
imageWidth: '52'
contentClass: 'gap-y-2'
to: '/docs/api/commands/add'
---
#title
Commands
#description
Meet Nuxi, Nuxt 3 command-line tool. The essential companion in your journey.
:::
:::docs-landing-card
---
headerClass: 'justify-start px-4 pt-4 sm:px-6'
image:
light: '/assets/docs/getting-started/views/docs-landing/configuration-light.svg'
dark: '/assets/docs/getting-started/views/docs-landing/configuration-dark.svg'
imageHeight: '58'
imageWidth: '52'
contentClass: 'gap-y-2'
to: '/docs/api/configuration/nuxt-config'
---
#title
Configuration
#description
Master the Nuxt config file to customize the framework behavior.
:::
::
::

View File

@ -8,13 +8,13 @@ description: Nuxt's goal is to make web development intuitive and performant wit
---
image:
path: '/assets/docs/getting-started/views/hero'
width: '129px'
height: '143px'
width: '129'
height: '143'
---
#title
Introduction
#description
Nuxt is an open-source framework under MIT license for building modern and performant web applications that can be deployed on any platform running JavaScript.
Nuxt provides provides both frontend and backend functionality so you can focus on what matters: creating your web application.
::
## What is Nuxt?
@ -161,20 +161,22 @@ We recommend reading each concept to have a full vision of Nuxt capabilities and
::
::docs-card{.mb-8}
::docs-landing-card{.mb-8}
---
image:
path: '/assets/docs/getting-started/views/contribute'
width: '72px'
height: '92px'
dark: '/assets/docs/getting-started/views/contribute-dark.png'
light: '/assets/docs/getting-started/views/contribute-light.png'
imageWidth: '72'
imageHeight: '92'
fontSizeClass: 'text-2xl'
descriptionClass: 'md:mr-[64px]'
imageClass: "right-0 bottom-0 absolute"
---
#extraTitle
#title
Contribute
#description
Do you want to get involved in the evolution of Nuxt?
<br>
Follow the [contribution guide](/docs/community/contribution)
Follow the [contribution guide](/docs/community/contribution).
::
::

View File

@ -10,7 +10,7 @@
"devDependencies": {
"jiti": "^1.16.0",
"nuxt": "^3.0.0",
"nuxt-website-theme": "^0.2.0",
"nuxt-website-theme": "^0.2.1",
"pathe": "^1.0.0",
"scule": "^1.0.0",
"untyped": "^1.2.0"

View File

@ -0,0 +1,19 @@
<svg width="51" height="58" viewBox="0 0 51 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_62968)">
<path d="M4.84149 15.3227L4.84152 15.3227L4.84865 15.3182L22.1362 4.37921C23.4473 3.57184 25.0714 3.54018 26.4008 4.29161L26.405 4.29396L44.9401 14.6133C44.9408 14.6138 44.9415 14.6142 44.9422 14.6146C46.2638 15.3626 47.1047 16.7791 47.1378 18.3448L47.249 38.5289H47.2489L47.2491 38.5397C47.2803 40.1033 46.5029 41.5622 45.2133 42.3851L27.6619 53.5843C26.3424 54.4262 24.6895 54.4717 23.3391 53.7084L5.21539 43.4643C3.79003 42.6586 2.74014 41.1507 2.75007 39.6072H2.75009V39.6024L2.75015 19.0833C2.75016 19.0825 2.75016 19.0817 2.75017 19.081C2.76088 17.5381 3.55785 16.1148 4.84149 15.3227Z" fill="#18181B" stroke="url(#paint0_linear_1958_62968)" stroke-width="1.5"/>
<path d="M32.9087 22.9417L29.167 20.8084C29.0403 20.7352 28.8966 20.6967 28.7503 20.6967C28.604 20.6967 28.4603 20.7352 28.3337 20.8084L25.0003 22.7084L21.667 20.8084C21.5403 20.7352 21.3966 20.6967 21.2503 20.6967C21.104 20.6967 20.9603 20.7352 20.8337 20.8084L17.092 22.9417C16.9633 23.0141 16.8561 23.1193 16.7814 23.2467C16.7067 23.3741 16.6672 23.519 16.667 23.6667V27.9334C16.6672 28.081 16.7067 28.226 16.7814 28.3534C16.8561 28.4807 16.9633 28.586 17.092 28.6584L20.4253 30.55V34.3334C20.4256 34.481 20.4651 34.626 20.5397 34.7534C20.6144 34.8807 20.7216 34.986 20.8503 35.0584L24.6003 37.1917C24.727 37.2648 24.8707 37.3033 25.017 37.3033C25.1633 37.3033 25.307 37.2648 25.4337 37.1917L29.167 35.0584C29.2957 34.986 29.4029 34.8807 29.4776 34.7534C29.5523 34.626 29.5917 34.481 29.592 34.3334V30.55L32.9253 28.6584C33.054 28.586 33.1612 28.4807 33.2359 28.3534C33.3106 28.226 33.3501 28.081 33.3503 27.9334V23.6667C33.3484 23.5174 33.3064 23.3713 33.2287 23.2437C33.151 23.1162 33.0405 23.0119 32.9087 22.9417ZM18.3337 27.45V24.1167L21.2503 22.45L24.167 24.1167V27.45L21.2503 29.1167L18.3337 27.45ZM27.917 33.85L25.0003 35.5167L22.0837 33.85V30.5167L25.0003 28.85L27.917 30.5167V33.85ZM31.667 27.45L28.7503 29.1167L25.8337 27.45V24.1167L28.7503 22.45L31.667 24.1167V27.45Z" fill="url(#paint1_linear_1958_62968)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_62968" x1="2.45103" y1="18.9482" x2="48.174" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_62968" x1="16.6205" y1="24.2456" x2="33.3203" y2="33.2706" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<clipPath id="clip0_1958_62968">
<rect width="51" height="58" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,19 @@
<svg width="51" height="58" viewBox="0 0 51 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63200)">
<path d="M47.2491 38.5397C47.251 38.6374 47.2498 38.7346 47.2455 38.8313C47.181 40.282 46.4213 41.6143 45.2133 42.3851L27.6619 53.5843C26.3495 54.4217 24.6882 54.471 23.3391 53.7084L5.21539 43.4643C5.17089 43.4392 5.12676 43.4133 5.08301 43.3868C3.72673 42.5646 2.74051 41.0939 2.75007 39.6072L2.75009 39.6072V39.6024L2.75015 19.0833C2.75016 19.0825 2.75016 19.0817 2.75017 19.081C2.76088 17.5381 3.55785 16.1148 4.84149 15.3227L4.84152 15.3227L4.84865 15.3182L22.1362 4.37921C23.4403 3.57616 25.0726 3.54088 26.4008 4.29159L26.405 4.29396L44.9401 14.6133C44.9408 14.6138 44.9415 14.6142 44.9422 14.6146C46.2626 15.3619 47.1049 16.7873 47.1378 18.3448L47.249 38.5289H47.2489L47.2491 38.5397Z" fill="white" stroke="url(#paint0_linear_1958_63200)" stroke-width="1.5"/>
<path d="M32.9082 22.9417L29.1665 20.8084C29.0398 20.7352 28.8961 20.6967 28.7498 20.6967C28.6036 20.6967 28.4599 20.7352 28.3332 20.8084L24.9998 22.7084L21.6665 20.8084C21.5398 20.7352 21.3961 20.6967 21.2498 20.6967C21.1036 20.6967 20.9599 20.7352 20.8332 20.8084L17.0915 22.9417C16.9628 23.0141 16.8556 23.1193 16.7809 23.2467C16.7062 23.3741 16.6668 23.519 16.6665 23.6667V27.9334C16.6668 28.081 16.7062 28.226 16.7809 28.3534C16.8556 28.4807 16.9628 28.586 17.0915 28.6584L20.4248 30.55V34.3334C20.4251 34.481 20.4646 34.626 20.5393 34.7534C20.6139 34.8807 20.7211 34.986 20.8498 35.0584L24.5998 37.1917C24.7265 37.2648 24.8702 37.3033 25.0165 37.3033C25.1628 37.3033 25.3065 37.2648 25.4332 37.1917L29.1665 35.0584C29.2952 34.986 29.4024 34.8807 29.4771 34.7534C29.5518 34.626 29.5912 34.481 29.5915 34.3334V30.55L32.9248 28.6584C33.0536 28.586 33.1607 28.4807 33.2354 28.3534C33.3101 28.226 33.3496 28.081 33.3498 27.9334V23.6667C33.3479 23.5174 33.3059 23.3713 33.2282 23.2437C33.1505 23.1162 33.04 23.0119 32.9082 22.9417ZM18.3332 27.45V24.1167L21.2498 22.45L24.1665 24.1167V27.45L21.2498 29.1167L18.3332 27.45ZM27.9165 33.85L24.9998 35.5167L22.0832 33.85V30.5167L24.9998 28.85L27.9165 30.5167V33.85ZM31.6665 27.45L28.7498 29.1167L25.8332 27.45V24.1167L28.7498 22.45L31.6665 24.1167V27.45Z" fill="url(#paint1_linear_1958_63200)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63200" x1="2.45103" y1="18.9481" x2="48.174" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63200" x1="16.62" y1="24.2456" x2="33.3198" y2="33.2706" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<clipPath id="clip0_1958_63200">
<rect width="51" height="58" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_62979)">
<path d="M5.50848 15.3227L5.50851 15.3227L5.51565 15.3182L22.8032 4.37921C24.1143 3.57184 25.7384 3.54018 27.0678 4.29161L27.072 4.29396L45.6071 14.6133C45.6078 14.6138 45.6085 14.6142 45.6092 14.6146C46.9308 15.3626 47.7717 16.7791 47.8048 18.3448L47.9159 38.5289H47.9159L47.9161 38.5397C47.9473 40.1033 47.1699 41.5622 45.8803 42.3851L28.3288 53.5843C27.0094 54.4262 25.3565 54.4717 24.0061 53.7084L5.88239 43.4643C4.45702 42.6586 3.40714 41.1507 3.41706 39.6072H3.41708V39.6024L3.41715 19.0833C3.41715 19.0825 3.41716 19.0817 3.41716 19.081C3.42787 17.5381 4.22484 16.1148 5.50848 15.3227Z" fill="#18181B" stroke="url(#paint0_linear_1958_62979)" stroke-width="1.5"/>
<path d="M33.2497 28.275L21.583 21.5416C21.4563 21.4685 21.3126 21.43 21.1663 21.43C21.0201 21.43 20.8764 21.4685 20.7497 21.5416C20.6225 21.6151 20.517 21.7208 20.4438 21.8481C20.3707 21.9754 20.3324 22.1198 20.333 22.2666V35.7333C20.3324 35.8801 20.3707 36.0245 20.4438 36.1518C20.517 36.2792 20.6225 36.3849 20.7497 36.4583C20.8764 36.5314 21.0201 36.57 21.1663 36.57C21.3126 36.57 21.4563 36.5314 21.583 36.4583L33.2497 29.725C33.3779 29.6523 33.4846 29.5469 33.5588 29.4195C33.633 29.2922 33.6721 29.1474 33.6721 29C33.6721 28.8526 33.633 28.7078 33.5588 28.5804C33.4846 28.4531 33.3779 28.3477 33.2497 28.275ZM21.9997 34.2916V23.7083L31.1663 29L21.9997 34.2916Z" fill="url(#paint1_linear_1958_62979)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_62979" x1="3.11802" y1="18.9482" x2="48.841" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_62979" x1="20.2958" y1="24.6655" x2="34.3833" y2="31.3423" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<clipPath id="clip0_1958_62979">
<rect width="51" height="58" fill="white" transform="translate(0.666992)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63211)">
<path d="M5.508 15.3227L5.50802 15.3227L5.51516 15.3182L22.8027 4.37921C24.1138 3.57184 25.7379 3.54018 27.0673 4.29161L27.0715 4.29396L45.6066 14.6133C45.6073 14.6138 45.608 14.6142 45.6087 14.6146C46.9303 15.3626 47.7712 16.7791 47.8043 18.3448L47.9155 38.5289H47.9154L47.9156 38.5397C47.9468 40.1033 47.1694 41.5622 45.8798 42.3851L28.3284 53.5843C27.0089 54.4262 25.356 54.4717 24.0056 53.7084L5.8819 43.4643C4.45653 42.6586 3.40665 41.1507 3.41657 39.6072H3.41659V39.6024L3.41666 19.0833C3.41666 19.0825 3.41667 19.0817 3.41667 19.081C3.42739 17.5381 4.22435 16.1148 5.508 15.3227Z" fill="white" stroke="url(#paint0_linear_1958_63211)" stroke-width="1.5"/>
<path d="M33.2502 28.275L21.5835 21.5416C21.4568 21.4685 21.3131 21.43 21.1668 21.43C21.0206 21.43 20.8769 21.4685 20.7502 21.5416C20.623 21.6151 20.5175 21.7208 20.4443 21.8481C20.3711 21.9754 20.3329 22.1198 20.3335 22.2666V35.7333C20.3329 35.8801 20.3711 36.0245 20.4443 36.1518C20.5175 36.2792 20.623 36.3849 20.7502 36.4583C20.8769 36.5314 21.0206 36.57 21.1668 36.57C21.3131 36.57 21.4568 36.5314 21.5835 36.4583L33.2502 29.725C33.3784 29.6523 33.4851 29.5469 33.5593 29.4195C33.6335 29.2922 33.6726 29.1474 33.6726 29C33.6726 28.8526 33.6335 28.7078 33.5593 28.5804C33.4851 28.4531 33.3784 28.3477 33.2502 28.275ZM22.0002 34.2916V23.7083L31.1668 29L22.0002 34.2916Z" fill="url(#paint1_linear_1958_63211)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63211" x1="3.11754" y1="18.9481" x2="48.8405" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63211" x1="20.2963" y1="24.6655" x2="34.3837" y2="31.3423" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<clipPath id="clip0_1958_63211">
<rect width="51" height="58" fill="white" transform="translate(0.666504)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_62945)">
<path d="M5.50848 15.3227L5.50851 15.3227L5.51565 15.3182L22.8032 4.37921C24.1143 3.57184 25.7384 3.54018 27.0678 4.29161L27.072 4.29396L45.6071 14.6133C45.6078 14.6138 45.6085 14.6142 45.6092 14.6146C46.9308 15.3626 47.7717 16.7791 47.8048 18.3448L47.9159 38.5289H47.9159L47.9161 38.5397C47.9473 40.1033 47.1699 41.5622 45.8803 42.3851L28.3288 53.5843C27.0094 54.4262 25.3565 54.4717 24.0061 53.7084L5.88239 43.4643C4.45702 42.6586 3.40714 41.1507 3.41706 39.6072H3.41708V39.6024L3.41715 19.0833C3.41715 19.0825 3.41716 19.0817 3.41716 19.081C3.42787 17.5381 4.22484 16.1148 5.50848 15.3227Z" fill="#18181B" stroke="url(#paint0_linear_1958_62945)" stroke-width="1.5"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.6273 20.7547C25.8619 20.6374 26.1381 20.6374 26.3727 20.7547L33.0393 24.088C33.3217 24.2292 33.5 24.5177 33.5 24.8334V33.1667C33.5 33.4823 33.3217 33.7709 33.0393 33.912L26.3727 37.2454C26.1381 37.3627 25.8619 37.3627 25.6273 37.2454L18.9607 33.912C18.6783 33.7709 18.5 33.4823 18.5 33.1667V24.8334C18.5 24.5177 18.6783 24.2292 18.9607 24.088L25.6273 20.7547ZM20.1667 26.1817V32.6517L25.1667 35.1517V28.6817L20.1667 26.1817ZM26.8333 28.6817V35.1517L31.8333 32.6517V26.1817L26.8333 28.6817ZM30.8033 24.8334L26 27.235L21.1967 24.8334L26 22.4317L30.8033 24.8334Z" fill="url(#paint1_linear_1958_62945)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_62945" x1="3.11802" y1="18.9481" x2="48.841" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_62945" x1="18.4582" y1="24.2284" x2="34.1743" y2="31.8373" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<clipPath id="clip0_1958_62945">
<rect width="51" height="58" fill="white" transform="translate(0.666992)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63177)">
<path d="M5.508 15.3227L5.50802 15.3227L5.51516 15.3182L22.8027 4.37921C24.1138 3.57184 25.7379 3.54018 27.0673 4.29161L27.0715 4.29396L45.6066 14.6133C45.6073 14.6138 45.608 14.6142 45.6087 14.6146C46.9303 15.3626 47.7712 16.7791 47.8043 18.3448L47.9155 38.5289H47.9154L47.9156 38.5397C47.9468 40.1033 47.1694 41.5622 45.8798 42.3851L28.3284 53.5843C27.0089 54.4262 25.356 54.4717 24.0056 53.7084L5.8819 43.4643C4.45653 42.6586 3.40665 41.1507 3.41657 39.6072H3.41659V39.6024L3.41666 19.0833C3.41666 19.0825 3.41667 19.0817 3.41667 19.081C3.42739 17.5381 4.22435 16.1148 5.508 15.3227Z" fill="white" stroke="url(#paint0_linear_1958_63177)" stroke-width="1.5"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.6278 20.7547C25.8624 20.6374 26.1386 20.6374 26.3732 20.7547L33.0398 24.088C33.3222 24.2292 33.5005 24.5177 33.5005 24.8334V33.1667C33.5005 33.4823 33.3222 33.7709 33.0398 33.912L26.3732 37.2454C26.1386 37.3627 25.8624 37.3627 25.6278 37.2454L18.9611 33.912C18.6788 33.7709 18.5005 33.4823 18.5005 33.1667V24.8334C18.5005 24.5177 18.6788 24.2292 18.9611 24.088L25.6278 20.7547ZM20.1672 26.1817V32.6517L25.1672 35.1517V28.6817L20.1672 26.1817ZM26.8338 28.6817V35.1517L31.8338 32.6517V26.1817L26.8338 28.6817ZM30.8038 24.8334L26.0005 27.235L21.1972 24.8334L26.0005 22.4317L30.8038 24.8334Z" fill="url(#paint1_linear_1958_63177)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63177" x1="3.11754" y1="18.9481" x2="48.8405" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63177" x1="18.4587" y1="24.2284" x2="34.1748" y2="31.8373" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<clipPath id="clip0_1958_63177">
<rect width="51" height="58" fill="white" transform="translate(0.666504)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,19 @@
<svg width="51" height="58" viewBox="0 0 51 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_62934)">
<path d="M4.84149 15.3227L4.84152 15.3227L4.84865 15.3182L22.1362 4.37921C23.4473 3.57184 25.0714 3.54018 26.4008 4.29161L26.405 4.29396L44.9401 14.6133C44.9408 14.6138 44.9415 14.6142 44.9422 14.6146C46.2638 15.3626 47.1047 16.7791 47.1378 18.3448L47.249 38.5289H47.2489L47.2491 38.5397C47.2803 40.1033 46.5029 41.5622 45.2133 42.3851L27.6619 53.5843C26.3424 54.4262 24.6895 54.4717 23.3391 53.7084L5.21539 43.4643C3.79003 42.6586 2.74014 41.1507 2.75007 39.6072H2.75009V39.6024L2.75015 19.0833C2.75016 19.0825 2.75016 19.0817 2.75017 19.081C2.76088 17.5381 3.55785 16.1148 4.84149 15.3227Z" fill="#18181B" stroke="url(#paint0_linear_1958_62934)" stroke-width="1.5"/>
<path d="M31.6949 33.1953L29.1949 35.6953C29.0755 35.8108 28.9158 35.8754 28.7496 35.8754C28.5834 35.8754 28.4238 35.8108 28.3043 35.6953C28.1869 35.5768 28.1211 35.4168 28.1211 35.25C28.1211 35.0832 28.1869 34.9232 28.3043 34.8047L29.7418 33.375H18.7496C18.5838 33.375 18.4249 33.3091 18.3077 33.1919C18.1905 33.0747 18.1246 32.9157 18.1246 32.75C18.1246 32.5842 18.1905 32.4252 18.3077 32.308C18.4249 32.1908 18.5838 32.125 18.7496 32.125H29.7418L28.3043 30.6953C28.2046 30.5739 28.1537 30.4197 28.1614 30.2628C28.1691 30.1059 28.2349 29.9574 28.346 29.8464C28.4571 29.7353 28.6055 29.6695 28.7624 29.6618C28.9193 29.6541 29.0735 29.705 29.1949 29.8047L31.6949 32.3047C31.8123 32.4232 31.8781 32.5832 31.8781 32.75C31.8781 32.9168 31.8123 33.0768 31.6949 33.1953ZM20.8043 28.1953C20.9238 28.3108 21.0834 28.3754 21.2496 28.3754C21.4158 28.3754 21.5755 28.3108 21.6949 28.1953C21.8123 28.0768 21.8781 27.9168 21.8781 27.75C21.8781 27.5832 21.8123 27.4232 21.6949 27.3047L20.2574 25.875H31.2496C31.4154 25.875 31.5743 25.8091 31.6916 25.6919C31.8088 25.5747 31.8746 25.4157 31.8746 25.25C31.8746 25.0842 31.8088 24.9252 31.6916 24.808C31.5743 24.6908 31.4154 24.625 31.2496 24.625H20.2574L21.6949 23.1953C21.7946 23.0739 21.8455 22.9197 21.8378 22.7628C21.8301 22.6059 21.7643 22.4574 21.6532 22.3464C21.5421 22.2353 21.3937 22.1695 21.2368 22.1618C21.0799 22.1541 20.9257 22.205 20.8043 22.3047L18.3043 24.8047C18.1869 24.9232 18.1211 25.0832 18.1211 25.25C18.1211 25.4168 18.1869 25.5768 18.3043 25.6953L20.8043 28.1953Z" fill="url(#paint1_linear_1958_62934)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_62934" x1="2.45103" y1="18.9481" x2="48.174" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_62934" x1="18.0827" y1="25.0918" x2="31.8627" y2="32.5277" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<clipPath id="clip0_1958_62934">
<rect width="51" height="58" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,19 @@
<svg width="51" height="58" viewBox="0 0 51 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63166)">
<path d="M4.84149 15.3227L4.84152 15.3227L4.84865 15.3182L22.1362 4.37921C23.4473 3.57184 25.0714 3.54018 26.4008 4.29161L26.405 4.29396L44.9401 14.6133C44.9408 14.6138 44.9415 14.6142 44.9422 14.6146C46.2638 15.3626 47.1047 16.7791 47.1378 18.3448L47.249 38.5289H47.2489L47.2491 38.5397C47.2803 40.1033 46.5029 41.5622 45.2133 42.3851L27.6619 53.5843C26.3424 54.4262 24.6895 54.4717 23.3391 53.7084L5.21539 43.4643C3.79003 42.6586 2.74014 41.1507 2.75007 39.6072H2.75009V39.6024L2.75015 19.0833C2.75016 19.0825 2.75016 19.0817 2.75017 19.081C2.76088 17.5381 3.55785 16.1148 4.84149 15.3227Z" fill="white" stroke="url(#paint0_linear_1958_63166)" stroke-width="1.5"/>
<path d="M31.6954 33.1953L29.1954 35.6953C29.0759 35.8108 28.9163 35.8754 28.7501 35.8754C28.5839 35.8754 28.4242 35.8108 28.3048 35.6953C28.1874 35.5768 28.1216 35.4168 28.1216 35.25C28.1216 35.0832 28.1874 34.9232 28.3048 34.8047L29.7423 33.375H18.7501C18.5843 33.375 18.4254 33.3091 18.3082 33.1919C18.1909 33.0747 18.1251 32.9157 18.1251 32.75C18.1251 32.5842 18.1909 32.4252 18.3082 32.308C18.4254 32.1908 18.5843 32.125 18.7501 32.125H29.7423L28.3048 30.6953C28.2051 30.5739 28.1542 30.4197 28.1619 30.2628C28.1696 30.1059 28.2354 29.9574 28.3465 29.8464C28.4576 29.7353 28.606 29.6695 28.7629 29.6618C28.9198 29.6541 29.074 29.705 29.1954 29.8047L31.6954 32.3047C31.8128 32.4232 31.8786 32.5832 31.8786 32.75C31.8786 32.9168 31.8128 33.0768 31.6954 33.1953ZM20.8048 28.1953C20.9242 28.3108 21.0839 28.3754 21.2501 28.3754C21.4163 28.3754 21.5759 28.3108 21.6954 28.1953C21.8128 28.0768 21.8786 27.9168 21.8786 27.75C21.8786 27.5832 21.8128 27.4232 21.6954 27.3047L20.2579 25.875H31.2501C31.4159 25.875 31.5748 25.8091 31.692 25.6919C31.8092 25.5747 31.8751 25.4157 31.8751 25.25C31.8751 25.0842 31.8092 24.9252 31.692 24.808C31.5748 24.6908 31.4159 24.625 31.2501 24.625H20.2579L21.6954 23.1953C21.7951 23.0739 21.846 22.9197 21.8383 22.7628C21.8306 22.6059 21.7648 22.4574 21.6537 22.3464C21.5426 22.2353 21.3942 22.1695 21.2373 22.1618C21.0804 22.1541 20.9262 22.205 20.8048 22.3047L18.3048 24.8047C18.1874 24.9232 18.1216 25.0832 18.1216 25.25C18.1216 25.4168 18.1874 25.5768 18.3048 25.6953L20.8048 28.1953Z" fill="url(#paint1_linear_1958_63166)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63166" x1="2.45103" y1="18.9481" x2="48.174" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63166" x1="18.0832" y1="25.0918" x2="31.8632" y2="32.5277" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<clipPath id="clip0_1958_63166">
<rect width="51" height="58" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_62990)">
<path d="M5.1745 15.3227L5.17453 15.3227L5.18166 15.3182L22.4692 4.37921C23.7803 3.57184 25.4044 3.54018 26.7338 4.29161L26.738 4.29396L45.2731 14.6133C45.2738 14.6138 45.2745 14.6142 45.2752 14.6146C46.5968 15.3626 47.4377 16.7791 47.4708 18.3448L47.582 38.5289H47.5819L47.5821 38.5397C47.6133 40.1033 46.8359 41.5622 45.5463 42.3851L27.9949 53.5843C26.6754 54.4262 25.0225 54.4717 23.6721 53.7084L5.5484 43.4643C4.12304 42.6586 3.07315 41.1507 3.08308 39.6072H3.08309V39.6024L3.08316 19.0833C3.08317 19.0825 3.08317 19.0817 3.08318 19.081C3.09389 17.5381 3.89086 16.1148 5.1745 15.3227Z" fill="#18181B" stroke="url(#paint0_linear_1958_62990)" stroke-width="1.5"/>
<path d="M34.0913 31.9833L30.3246 28.225C30.4035 27.8412 30.4426 27.4502 30.4413 27.0583C30.441 25.9839 30.1699 24.9268 29.6529 23.9849C29.136 23.043 28.3899 22.2466 27.4837 21.6693C26.5775 21.092 25.5404 20.7525 24.4683 20.6821C23.3961 20.6117 22.3235 20.8128 21.3496 21.2667C21.2262 21.323 21.1185 21.4087 21.0357 21.5161C20.9529 21.6236 20.8976 21.7497 20.8746 21.8833C20.8517 22.0153 20.861 22.1509 20.9016 22.2786C20.9422 22.4062 21.013 22.5222 21.108 22.6167L24.733 26.2333L23.233 27.7333L19.6163 24.1083C19.521 24.0148 19.4047 23.9456 19.2771 23.9064C19.1494 23.8673 19.0143 23.8594 18.883 23.8833C18.7501 23.9055 18.6246 23.9595 18.5172 24.0408C18.4098 24.1221 18.3237 24.2282 18.2663 24.35C17.8109 25.3271 17.61 26.4035 17.6824 27.4791C17.7547 28.5546 18.0979 29.5944 18.6801 30.5017C19.2622 31.409 20.0644 32.1544 21.0119 32.6684C21.9595 33.1824 23.0217 33.4484 24.0996 33.4417C24.4915 33.4429 24.8824 33.4038 25.2663 33.325L29.0246 37.0917C29.1021 37.1698 29.1943 37.2318 29.2958 37.2741C29.3974 37.3164 29.5063 37.3382 29.6163 37.3382C29.7263 37.3382 29.8352 37.3164 29.9368 37.2741C30.0383 37.2318 30.1305 37.1698 30.208 37.0917C30.2861 37.0142 30.3481 36.922 30.3904 36.8205C30.4327 36.7189 30.4545 36.61 30.4545 36.5C30.4545 36.39 30.4327 36.2811 30.3904 36.1795C30.3481 36.078 30.2861 35.9858 30.208 35.9083L26.1246 31.825C26.0226 31.7236 25.8961 31.6504 25.7573 31.6124C25.6186 31.5745 25.4724 31.5731 25.333 31.6083C24.9306 31.7161 24.5162 31.7721 24.0996 31.775C23.4763 31.7805 22.8581 31.6626 22.2806 31.4282C21.7031 31.1937 21.1776 30.8473 20.7345 30.4088C20.2915 29.9704 19.9395 29.4487 19.699 28.8736C19.4584 28.2986 19.334 27.6817 19.333 27.0583C19.3319 26.7792 19.3542 26.5004 19.3996 26.225L22.6663 29.5C22.7438 29.5781 22.8359 29.6401 22.9375 29.6824C23.039 29.7247 23.148 29.7465 23.258 29.7465C23.368 29.7465 23.4769 29.7247 23.5784 29.6824C23.68 29.6401 23.7722 29.5781 23.8496 29.5L26.4996 26.825C26.6498 26.6696 26.7338 26.462 26.7338 26.2458C26.7338 26.0297 26.6498 25.8221 26.4996 25.6667L23.258 22.4C23.5335 22.355 23.8122 22.3327 24.0913 22.3333C25.343 22.3355 26.5427 22.8343 27.427 23.7202C28.3113 24.6061 28.808 25.8066 28.808 27.0583C28.8051 27.4749 28.7491 27.8893 28.6413 28.2917C28.606 28.4311 28.6074 28.5773 28.6454 28.716C28.6834 28.8548 28.7566 28.9813 28.858 29.0833L32.9413 33.1667C33.0982 33.3236 33.3111 33.4117 33.533 33.4117C33.7549 33.4117 33.9677 33.3236 34.1246 33.1667C34.2816 33.0098 34.3697 32.7969 34.3697 32.575C34.3697 32.3531 34.2816 32.1403 34.1246 31.9833H34.0913Z" fill="url(#paint1_linear_1958_62990)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_62990" x1="2.78404" y1="18.9482" x2="48.5071" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_62990" x1="17.6214" y1="24.2308" x2="34.3599" y2="33.2524" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<clipPath id="clip0_1958_62990">
<rect width="51" height="58" fill="white" transform="translate(0.333008)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63222)">
<path d="M5.17499 15.3227L5.17501 15.3227L5.18215 15.3182L22.4697 4.37921C23.7808 3.57184 25.4049 3.54018 26.7343 4.29161L26.7385 4.29396L45.2736 14.6133C45.2743 14.6138 45.275 14.6142 45.2757 14.6146C46.5973 15.3626 47.4382 16.7791 47.4713 18.3448L47.5825 38.5289H47.5824L47.5826 38.5397C47.6138 40.1033 46.8364 41.5622 45.5468 42.3851L27.9954 53.5843C26.6759 54.4262 25.023 54.4717 23.6726 53.7084L5.54889 43.4643C4.12352 42.6586 3.07364 41.1507 3.08357 39.6072H3.08358V39.6024L3.08365 19.0833C3.08366 19.0825 3.08366 19.0817 3.08367 19.081C3.09438 17.5381 3.89135 16.1148 5.17499 15.3227Z" fill="white" stroke="url(#paint0_linear_1958_63222)" stroke-width="1.5"/>
<path d="M34.0918 31.9833L30.3251 28.225C30.404 27.8412 30.443 27.4502 30.4418 27.0583C30.4415 25.9839 30.1704 24.9268 29.6534 23.9849C29.1365 23.043 28.3904 22.2466 27.4842 21.6693C26.578 21.092 25.5409 20.7525 24.4687 20.6821C23.3966 20.6117 22.324 20.8128 21.3501 21.2667C21.2267 21.323 21.119 21.4087 21.0362 21.5161C20.9534 21.6236 20.8981 21.7497 20.8751 21.8833C20.8522 22.0153 20.8615 22.1509 20.9021 22.2786C20.9427 22.4062 21.0135 22.5222 21.1085 22.6167L24.7335 26.2333L23.2335 27.7333L19.6168 24.1083C19.5215 24.0148 19.4052 23.9456 19.2776 23.9064C19.1499 23.8673 19.0148 23.8594 18.8835 23.8833C18.7506 23.9055 18.6251 23.9595 18.5177 24.0408C18.4103 24.1221 18.3242 24.2282 18.2668 24.35C17.8114 25.3271 17.6105 26.4035 17.6829 27.4791C17.7552 28.5546 18.0984 29.5944 18.6806 30.5017C19.2627 31.409 20.0648 32.1544 21.0124 32.6684C21.96 33.1824 23.0221 33.4484 24.1001 33.4417C24.492 33.4429 24.8829 33.4038 25.2668 33.325L29.0251 37.0917C29.1026 37.1698 29.1948 37.2318 29.2963 37.2741C29.3979 37.3164 29.5068 37.3382 29.6168 37.3382C29.7268 37.3382 29.8357 37.3164 29.9373 37.2741C30.0388 37.2318 30.131 37.1698 30.2085 37.0917C30.2866 37.0142 30.3486 36.922 30.3909 36.8205C30.4332 36.7189 30.455 36.61 30.455 36.5C30.455 36.39 30.4332 36.2811 30.3909 36.1795C30.3486 36.078 30.2866 35.9858 30.2085 35.9083L26.1251 31.825C26.0231 31.7236 25.8965 31.6504 25.7578 31.6124C25.6191 31.5745 25.4729 31.5731 25.3335 31.6083C24.9311 31.7161 24.5166 31.7721 24.1001 31.775C23.4768 31.7805 22.8586 31.6626 22.2811 31.4282C21.7035 31.1937 21.1781 30.8473 20.735 30.4088C20.292 29.9704 19.94 29.4487 19.6995 28.8736C19.4589 28.2986 19.3345 27.6817 19.3335 27.0583C19.3324 26.7792 19.3547 26.5004 19.4001 26.225L22.6668 29.5C22.7443 29.5781 22.8364 29.6401 22.938 29.6824C23.0395 29.7247 23.1484 29.7465 23.2585 29.7465C23.3685 29.7465 23.4774 29.7247 23.5789 29.6824C23.6805 29.6401 23.7727 29.5781 23.8501 29.5L26.5001 26.825C26.6503 26.6696 26.7343 26.462 26.7343 26.2458C26.7343 26.0297 26.6503 25.8221 26.5001 25.6667L23.2585 22.4C23.5339 22.355 23.8127 22.3327 24.0918 22.3333C25.3435 22.3355 26.5432 22.8343 27.4275 23.7202C28.3118 24.6061 28.8085 25.8066 28.8085 27.0583C28.8055 27.4749 28.7495 27.8893 28.6418 28.2917C28.6065 28.4311 28.6079 28.5773 28.6459 28.716C28.6839 28.8548 28.7571 28.9813 28.8585 29.0833L32.9418 33.1667C33.0987 33.3236 33.3115 33.4117 33.5335 33.4117C33.7554 33.4117 33.9682 33.3236 34.1251 33.1667C34.282 33.0098 34.3702 32.7969 34.3702 32.575C34.3702 32.3531 34.282 32.1403 34.1251 31.9833H34.0918Z" fill="url(#paint1_linear_1958_63222)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63222" x1="2.78453" y1="18.9481" x2="48.5075" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63222" x1="17.6219" y1="24.2308" x2="34.3604" y2="33.2524" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<clipPath id="clip0_1958_63222">
<rect width="51" height="58" fill="white" transform="translate(0.333496)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_62909)">
<path d="M5.50848 15.3227L5.50851 15.3227L5.51565 15.3182L22.8032 4.37921C24.1143 3.57184 25.7384 3.54018 27.0678 4.29161L27.072 4.29396L45.6071 14.6133C45.6078 14.6138 45.6085 14.6142 45.6092 14.6146C46.9308 15.3626 47.7717 16.7791 47.8048 18.3448L47.9159 38.5289H47.9159L47.9161 38.5397C47.9473 40.1033 47.1699 41.5622 45.8803 42.3851L28.3288 53.5843C27.0094 54.4262 25.3565 54.4717 24.0061 53.7084L5.88239 43.4643C4.45702 42.6586 3.40714 41.1507 3.41706 39.6072H3.41708V39.6024L3.41715 19.0833C3.41715 19.0825 3.41716 19.0817 3.41716 19.081C3.42787 17.5381 4.22484 16.1148 5.50848 15.3227Z" fill="#18181B" stroke="url(#paint0_linear_1958_62909)" stroke-width="1.5"/>
<path d="M34.5655 27.6407C34.4483 27.4813 34.2953 27.3517 34.1189 27.2621C33.9426 27.1726 33.7477 27.1256 33.5499 27.125H32.542V25.875C32.542 25.5435 32.4103 25.2256 32.1759 24.9912C31.9415 24.7567 31.6236 24.625 31.292 24.625H25.878L23.7061 23C23.4908 22.8357 23.2269 22.7477 22.9561 22.75H18.792C18.4605 22.75 18.1426 22.8817 17.9082 23.1162C17.6737 23.3506 17.542 23.6685 17.542 24V35.25C17.541 35.3324 17.5564 35.4142 17.5875 35.4905C17.6185 35.5668 17.6645 35.6361 17.7228 35.6943C17.781 35.7526 17.8503 35.7986 17.9266 35.8296C18.0029 35.8606 18.0847 35.8761 18.167 35.875H31.917C32.0486 35.8751 32.1769 35.8335 32.2835 35.7564C32.3901 35.6792 32.4697 35.5704 32.5108 35.4454L34.7374 28.7735C34.7992 28.5844 34.8159 28.3834 34.786 28.1867C34.7562 27.9899 34.6806 27.8029 34.5655 27.6407ZM22.9561 24L25.128 25.625C25.3433 25.7894 25.6071 25.8774 25.878 25.875H31.292V27.125H21.1202C20.8579 27.1245 20.6021 27.2064 20.389 27.3592C20.1759 27.5121 20.0163 27.728 19.9327 27.9766L18.792 31.3985V24H22.9561ZM31.4639 34.625H19.0342L21.1202 28.375H33.5499L31.4639 34.625Z" fill="url(#paint1_linear_1958_62909)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_62909" x1="3.11802" y1="18.9481" x2="48.841" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_62909" x1="17.4939" y1="25.5549" x2="32.3711" y2="36.0783" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<clipPath id="clip0_1958_62909">
<rect width="51" height="58" fill="white" transform="translate(0.666992)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63141)">
<path d="M5.508 15.3227L5.50802 15.3227L5.51516 15.3182L22.8027 4.37921C24.1138 3.57184 25.7379 3.54018 27.0673 4.29161L27.0715 4.29396L45.6066 14.6133C45.6073 14.6138 45.608 14.6142 45.6087 14.6146C46.9303 15.3626 47.7712 16.7791 47.8043 18.3448L47.9155 38.5289H47.9154L47.9156 38.5397C47.9468 40.1033 47.1694 41.5622 45.8798 42.3851L28.3284 53.5843C27.0089 54.4262 25.356 54.4717 24.0056 53.7084L5.8819 43.4643C4.45653 42.6586 3.40665 41.1507 3.41657 39.6072H3.41659V39.6024L3.41666 19.0833C3.41666 19.0825 3.41667 19.0817 3.41667 19.081C3.42739 17.5381 4.22435 16.1148 5.508 15.3227Z" fill="white" stroke="url(#paint0_linear_1958_63141)" stroke-width="1.5"/>
<path d="M34.565 27.6407C34.4478 27.4813 34.2948 27.3517 34.1185 27.2621C33.9421 27.1726 33.7472 27.1256 33.5494 27.125H32.5416V25.875C32.5416 25.5435 32.4099 25.2256 32.1754 24.9912C31.941 24.7567 31.6231 24.625 31.2916 24.625H25.8775L23.7056 23C23.4903 22.8357 23.2265 22.7477 22.9556 22.75H18.7916C18.46 22.75 18.1421 22.8817 17.9077 23.1162C17.6733 23.3506 17.5416 23.6685 17.5416 24V35.25C17.5405 35.3324 17.556 35.4142 17.587 35.4905C17.618 35.5668 17.664 35.6361 17.7223 35.6943C17.7805 35.7526 17.8498 35.7986 17.9261 35.8296C18.0024 35.8606 18.0842 35.8761 18.1666 35.875H31.9166C32.0482 35.8751 32.1764 35.8335 32.283 35.7564C32.3896 35.6792 32.4692 35.5704 32.5103 35.4454L34.7369 28.7735C34.7987 28.5844 34.8154 28.3834 34.7855 28.1867C34.7557 27.9899 34.6801 27.8029 34.565 27.6407ZM22.9556 24L25.1275 25.625C25.3428 25.7894 25.6067 25.8774 25.8775 25.875H31.2916V27.125H21.1197C20.8574 27.1245 20.6017 27.2064 20.3885 27.3592C20.1754 27.5121 20.0158 27.728 19.9322 27.9766L18.7916 31.3985V24H22.9556ZM31.4634 34.625H19.0337L21.1197 28.375H33.5494L31.4634 34.625Z" fill="url(#paint1_linear_1958_63141)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63141" x1="3.11754" y1="18.9481" x2="48.8405" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63141" x1="17.4934" y1="25.5549" x2="32.3706" y2="36.0783" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<clipPath id="clip0_1958_63141">
<rect width="51" height="58" fill="white" transform="translate(0.666504)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,19 @@
<svg width="51" height="58" viewBox="0 0 51 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63004)">
<path d="M4.84149 15.3227L4.84152 15.3227L4.84865 15.3182L22.1362 4.37921C23.4473 3.57184 25.0714 3.54018 26.4008 4.29161L26.405 4.29396L44.9401 14.6133C44.9408 14.6138 44.9415 14.6142 44.9422 14.6146C46.2638 15.3626 47.1047 16.7791 47.1378 18.3448L47.249 38.5289H47.2489L47.2491 38.5397C47.2803 40.1033 46.5029 41.5622 45.2133 42.3851L27.6619 53.5843C26.3424 54.4262 24.6895 54.4717 23.3391 53.7084L5.21539 43.4643C3.79003 42.6586 2.74014 41.1507 2.75007 39.6072H2.75009V39.6024L2.75015 19.0833C2.75016 19.0825 2.75016 19.0817 2.75017 19.081C2.76088 17.5381 3.55785 16.1148 4.84149 15.3227Z" fill="#18181B" stroke="url(#paint0_linear_1958_63004)" stroke-width="1.5"/>
<path d="M33.25 20.75H16.75C16.3522 20.75 15.9706 20.908 15.6893 21.1893C15.408 21.4706 15.25 21.8522 15.25 22.25V35.75C15.25 36.1478 15.408 36.5294 15.6893 36.8107C15.9706 37.092 16.3522 37.25 16.75 37.25H33.25C33.6478 37.25 34.0294 37.092 34.3107 36.8107C34.592 36.5294 34.75 36.1478 34.75 35.75V22.25C34.75 21.8522 34.592 21.4706 34.3107 21.1893C34.0294 20.908 33.6478 20.75 33.25 20.75ZM16.75 22.25H33.25V26H16.75V22.25ZM16.75 27.5H22V35.75H16.75V27.5ZM33.25 35.75H23.5V27.5H33.25V35.75Z" fill="url(#paint1_linear_1958_63004)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63004" x1="2.45103" y1="18.9482" x2="48.174" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63004" x1="15.1956" y1="24.2761" x2="33.1564" y2="35.6946" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<clipPath id="clip0_1958_63004">
<rect width="51" height="58" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,24 @@
<svg width="51" height="58" viewBox="0 0 51 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63236)">
<path d="M4.84149 15.3227L4.84152 15.3227L4.84865 15.3182L22.1362 4.37921C23.4473 3.57184 25.0714 3.54018 26.4008 4.29161L26.405 4.29396L44.9401 14.6133C44.9408 14.6138 44.9415 14.6142 44.9422 14.6146C46.2638 15.3626 47.1047 16.7791 47.1378 18.3448L47.249 38.5289H47.2489L47.2491 38.5397C47.2803 40.1033 46.5029 41.5622 45.2133 42.3851L27.6619 53.5843C26.3424 54.4262 24.6895 54.4717 23.3391 53.7084L5.21539 43.4643C3.79003 42.6586 2.74014 41.1507 2.75007 39.6072H2.75009V39.6024L2.75015 19.0833C2.75016 19.0825 2.75016 19.0817 2.75017 19.081C2.76088 17.5381 3.55785 16.1148 4.84149 15.3227Z" fill="white" stroke="url(#paint0_linear_1958_63236)" stroke-width="1.5"/>
<path d="M33.25 20.75H16.75C16.3522 20.75 15.9706 20.908 15.6893 21.1893C15.408 21.4706 15.25 21.8522 15.25 22.25V35.75C15.25 36.1478 15.408 36.5294 15.6893 36.8107C15.9706 37.092 16.3522 37.25 16.75 37.25H33.25C33.6478 37.25 34.0294 37.092 34.3107 36.8107C34.592 36.5294 34.75 36.1478 34.75 35.75V22.25C34.75 21.8522 34.592 21.4706 34.3107 21.1893C34.0294 20.908 33.6478 20.75 33.25 20.75ZM16.75 22.25H33.25V26H16.75V22.25ZM16.75 27.5H22V35.75H16.75V27.5ZM33.25 35.75H23.5V27.5H33.25V35.75Z" fill="url(#paint1_linear_1958_63236)"/>
<path d="M33.25 20.75H16.75C16.3522 20.75 15.9706 20.908 15.6893 21.1893C15.408 21.4706 15.25 21.8522 15.25 22.25V35.75C15.25 36.1478 15.408 36.5294 15.6893 36.8107C15.9706 37.092 16.3522 37.25 16.75 37.25H33.25C33.6478 37.25 34.0294 37.092 34.3107 36.8107C34.592 36.5294 34.75 36.1478 34.75 35.75V22.25C34.75 21.8522 34.592 21.4706 34.3107 21.1893C34.0294 20.908 33.6478 20.75 33.25 20.75ZM16.75 22.25H33.25V26H16.75V22.25ZM16.75 27.5H22V35.75H16.75V27.5ZM33.25 35.75H23.5V27.5H33.25V35.75Z" fill="url(#paint2_linear_1958_63236)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63236" x1="2.45103" y1="18.9481" x2="48.174" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63236" x1="15.1956" y1="24.2761" x2="33.1564" y2="35.6946" gradientUnits="userSpaceOnUse">
<stop stop-color="#8DEAFF"/>
<stop offset="1" stop-color="#008AA9"/>
</linearGradient>
<linearGradient id="paint2_linear_1958_63236" x1="15.1956" y1="24.2761" x2="33.1564" y2="35.6946" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<clipPath id="clip0_1958_63236">
<rect width="51" height="58" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_62920)">
<path d="M5.1745 15.3227L5.17453 15.3227L5.18166 15.3182L22.4692 4.37921C23.7803 3.57184 25.4044 3.54018 26.7338 4.29161L26.738 4.29396L45.2731 14.6133C45.2738 14.6138 45.2745 14.6142 45.2752 14.6146C46.5968 15.3626 47.4377 16.7791 47.4708 18.3448L47.582 38.5289H47.5819L47.5821 38.5397C47.6133 40.1033 46.8359 41.5622 45.5463 42.3851L27.9949 53.5843C26.6754 54.4262 25.0225 54.4717 23.6721 53.7084L5.5484 43.4643C4.12304 42.6586 3.07315 41.1507 3.08308 39.6072H3.08309V39.6024L3.08316 19.0833C3.08317 19.0825 3.08317 19.0817 3.08318 19.081C3.09389 17.5381 3.89086 16.1148 5.1745 15.3227Z" fill="#18181B" stroke="url(#paint0_linear_1958_62920)" stroke-width="1.5"/>
<path d="M29.633 37.125C29.3917 37.1239 29.1557 37.0534 28.9533 36.9218L25.008 34.4297H24.9924L21.3283 36.75C21.0916 36.8993 20.8158 36.9746 20.536 36.9663C20.2563 36.9579 19.9854 36.8663 19.758 36.7031C19.5246 36.5315 19.3478 36.294 19.2504 36.0211C19.1529 35.7483 19.1393 35.4525 19.2111 35.1718L20.2658 31.0234C20.2692 31.0125 20.2694 31.001 20.2667 30.99C20.2639 30.979 20.2582 30.9689 20.2502 30.9609L16.719 28.0234C16.5177 27.8553 16.3715 27.6307 16.2991 27.3786C16.2267 27.1266 16.2314 26.8587 16.3127 26.6093C16.3909 26.3632 16.5417 26.1465 16.7452 25.9876C16.9488 25.8286 17.1956 25.7349 17.4533 25.7187L22.0627 25.4218C22.0695 25.421 22.076 25.4184 22.0815 25.4143C22.087 25.4102 22.0913 25.4047 22.094 25.3984L23.8127 21.0625C23.9055 20.8229 24.0685 20.617 24.2805 20.4718C24.4924 20.3266 24.7433 20.2489 25.0002 20.2489C25.2571 20.2489 25.508 20.3266 25.7199 20.4718C25.9319 20.617 26.0949 20.8229 26.1877 21.0625L27.9065 25.3984C27.9092 25.4047 27.9135 25.4102 27.9189 25.4143C27.9244 25.4184 27.9309 25.421 27.9377 25.4218L32.5471 25.7187C32.8048 25.7349 33.0516 25.8286 33.2552 25.9876C33.4587 26.1465 33.6095 26.3632 33.6877 26.6093C33.769 26.8587 33.7738 27.1266 33.7013 27.3786C33.6289 27.6307 33.4827 27.8553 33.2815 28.0234L29.7502 30.9609C29.7422 30.9689 29.7365 30.979 29.7337 30.99C29.731 31.001 29.7313 31.0125 29.7346 31.0234L30.8674 35.5C30.9346 35.7532 30.9236 36.0209 30.8358 36.2677C30.7479 36.5145 30.5873 36.729 30.3752 36.8828C30.1581 37.0369 29.8993 37.1214 29.633 37.125ZM25.0002 33.1797C25.2409 33.178 25.4769 33.2458 25.6799 33.375L29.6174 35.8672H29.633C29.6431 35.862 29.6513 35.8538 29.6565 35.8437C29.6643 35.8359 29.6643 35.8281 29.6565 35.7968L28.5236 31.3203C28.4622 31.0816 28.4692 30.8305 28.5438 30.5956C28.6184 30.3607 28.7576 30.1516 28.9455 29.9922L32.4846 27.0546C32.4924 27.0468 32.508 27.0312 32.4924 26.9922C32.4768 26.9531 32.4768 26.9609 32.469 26.9609L27.8518 26.664C27.6101 26.6466 27.3784 26.561 27.1834 26.4172C26.9884 26.2734 26.8382 26.0772 26.7502 25.8515L25.0236 21.5234C25.0158 21.5 25.008 21.5 25.0002 21.5C24.9924 21.5 24.9846 21.5 24.9768 21.5234L23.2502 25.8593C23.1622 26.0851 23.012 26.2812 22.817 26.425C22.622 26.5688 22.3903 26.6544 22.1486 26.6718L17.5315 26.9687C17.5236 26.9687 17.5158 26.9687 17.508 27C17.5002 27.0312 17.508 27.0546 17.5158 27.0625L21.0549 30C21.2428 30.1594 21.382 30.3685 21.4567 30.6034C21.5313 30.8383 21.5382 31.0894 21.4768 31.3281L20.4221 35.4843C20.4127 35.5214 20.4143 35.5603 20.4268 35.5964C20.4393 35.6325 20.4621 35.6642 20.4924 35.6875C20.5142 35.7084 20.5428 35.7207 20.573 35.7221C20.6031 35.7235 20.6328 35.714 20.6565 35.6953L24.3205 33.375C24.5236 33.2458 24.7596 33.178 25.0002 33.1797Z" fill="url(#paint1_linear_1958_62920)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_62920" x1="2.78404" y1="18.9482" x2="48.5071" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_62920" x1="16.1993" y1="23.8554" x2="33.4634" y2="33.4882" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<clipPath id="clip0_1958_62920">
<rect width="51" height="58" fill="white" transform="translate(0.333008)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63152)">
<path d="M5.17499 15.3227L5.17501 15.3227L5.18215 15.3182L22.4697 4.37921C23.7808 3.57184 25.4049 3.54018 26.7343 4.29161L26.7385 4.29396L45.2736 14.6133C45.2743 14.6138 45.275 14.6142 45.2757 14.6146C46.5973 15.3626 47.4382 16.7791 47.4713 18.3448L47.5825 38.5289H47.5824L47.5826 38.5397C47.6138 40.1033 46.8364 41.5622 45.5468 42.3851L27.9954 53.5843C26.6759 54.4262 25.023 54.4717 23.6726 53.7084L5.54889 43.4643C4.12352 42.6586 3.07364 41.1507 3.08357 39.6072H3.08358V39.6024L3.08365 19.0833C3.08366 19.0825 3.08366 19.0817 3.08367 19.081C3.09438 17.5381 3.89135 16.1148 5.17499 15.3227Z" fill="white" stroke="url(#paint0_linear_1958_63152)" stroke-width="1.5"/>
<path d="M29.633 37.125C29.3917 37.1239 29.1557 37.0534 28.9533 36.9218L25.008 34.4297H24.9924L21.3283 36.75C21.0916 36.8993 20.8158 36.9746 20.536 36.9663C20.2563 36.9579 19.9854 36.8663 19.758 36.7031C19.5246 36.5315 19.3478 36.294 19.2504 36.0211C19.1529 35.7483 19.1393 35.4525 19.2111 35.1718L20.2658 31.0234C20.2692 31.0125 20.2694 31.001 20.2667 30.99C20.2639 30.979 20.2582 30.9689 20.2502 30.9609L16.719 28.0234C16.5177 27.8553 16.3715 27.6307 16.2991 27.3786C16.2267 27.1266 16.2314 26.8587 16.3127 26.6093C16.3909 26.3632 16.5417 26.1465 16.7452 25.9876C16.9488 25.8286 17.1956 25.7349 17.4533 25.7187L22.0627 25.4218C22.0695 25.421 22.076 25.4184 22.0815 25.4143C22.087 25.4102 22.0913 25.4047 22.094 25.3984L23.8127 21.0625C23.9055 20.8229 24.0685 20.617 24.2805 20.4718C24.4924 20.3266 24.7433 20.2489 25.0002 20.2489C25.2571 20.2489 25.508 20.3266 25.7199 20.4718C25.9319 20.617 26.0949 20.8229 26.1877 21.0625L27.9065 25.3984C27.9092 25.4047 27.9135 25.4102 27.9189 25.4143C27.9244 25.4184 27.9309 25.421 27.9377 25.4218L32.5471 25.7187C32.8048 25.7349 33.0516 25.8286 33.2552 25.9876C33.4587 26.1465 33.6095 26.3632 33.6877 26.6093C33.769 26.8587 33.7738 27.1266 33.7013 27.3786C33.6289 27.6307 33.4827 27.8553 33.2815 28.0234L29.7502 30.9609C29.7422 30.9689 29.7365 30.979 29.7337 30.99C29.731 31.001 29.7313 31.0125 29.7346 31.0234L30.8674 35.5C30.9346 35.7532 30.9236 36.0209 30.8358 36.2677C30.7479 36.5145 30.5873 36.729 30.3752 36.8828C30.1581 37.0369 29.8993 37.1214 29.633 37.125ZM25.0002 33.1797C25.2409 33.178 25.4769 33.2458 25.6799 33.375L29.6174 35.8672H29.633C29.6431 35.862 29.6513 35.8538 29.6565 35.8437C29.6643 35.8359 29.6643 35.8281 29.6565 35.7968L28.5236 31.3203C28.4622 31.0816 28.4692 30.8305 28.5438 30.5956C28.6184 30.3607 28.7576 30.1516 28.9455 29.9922L32.4846 27.0546C32.4924 27.0468 32.508 27.0312 32.4924 26.9922C32.4768 26.9531 32.4768 26.9609 32.469 26.9609L27.8518 26.664C27.6101 26.6466 27.3784 26.561 27.1834 26.4172C26.9884 26.2734 26.8382 26.0772 26.7502 25.8515L25.0236 21.5234C25.0158 21.5 25.008 21.5 25.0002 21.5C24.9924 21.5 24.9846 21.5 24.9768 21.5234L23.2502 25.8593C23.1622 26.0851 23.012 26.2812 22.817 26.425C22.622 26.5688 22.3903 26.6544 22.1486 26.6718L17.5315 26.9687C17.5236 26.9687 17.5158 26.9687 17.508 27C17.5002 27.0312 17.508 27.0546 17.5158 27.0625L21.0549 30C21.2428 30.1594 21.382 30.3685 21.4567 30.6034C21.5313 30.8383 21.5382 31.0894 21.4768 31.3281L20.4221 35.4843C20.4127 35.5214 20.4143 35.5603 20.4268 35.5964C20.4393 35.6325 20.4621 35.6642 20.4924 35.6875C20.5142 35.7084 20.5428 35.7207 20.573 35.7221C20.6031 35.7235 20.6328 35.714 20.6565 35.6953L24.3205 33.375C24.5236 33.2458 24.7596 33.178 25.0002 33.1797Z" fill="url(#paint1_linear_1958_63152)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63152" x1="2.78453" y1="18.9481" x2="48.5075" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63152" x1="16.1993" y1="23.8554" x2="33.4634" y2="33.4882" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<clipPath id="clip0_1958_63152">
<rect width="51" height="58" fill="white" transform="translate(0.333496)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,24 @@
<svg width="51" height="58" viewBox="0 0 51 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_62899)">
<path d="M4.84149 15.3227L4.84152 15.3227L4.84865 15.3182L22.1362 4.37921C23.4473 3.57184 25.0714 3.54018 26.4008 4.29161L26.405 4.29396L44.9401 14.6133C44.9408 14.6138 44.9415 14.6142 44.9422 14.6146C46.2638 15.3626 47.1047 16.7791 47.1378 18.3448L47.249 38.5289H47.2489L47.2491 38.5397C47.2803 40.1033 46.5029 41.5622 45.2133 42.3851L27.6619 53.5843C26.3424 54.4262 24.6895 54.4717 23.3391 53.7084L5.21539 43.4643C3.79003 42.6586 2.74014 41.1507 2.75007 39.6072H2.75009V39.6024L2.75015 19.0833C2.75016 19.0825 2.75016 19.0817 2.75017 19.081C2.76088 17.5381 3.55785 16.1148 4.84149 15.3227Z" fill="#18181B" stroke="url(#paint0_linear_1958_62899)" stroke-width="1.5"/>
<path d="M24.9998 19.8334C23.8527 19.8348 22.7315 20.1744 21.7763 20.8098C20.8212 21.4452 20.0746 22.348 19.6299 23.4055C19.1853 24.4629 19.0622 25.628 19.2762 26.755C19.4903 27.882 20.0318 28.9209 20.8332 29.7417V37.3334C20.8336 37.4754 20.8703 37.615 20.9399 37.7389C21.0095 37.8627 21.1095 37.9668 21.2306 38.0411C21.3517 38.1154 21.4897 38.1575 21.6316 38.1635C21.7736 38.1694 21.9147 38.139 22.0415 38.075L24.9998 36.6L27.9582 38.075C28.0743 38.1345 28.2027 38.1659 28.3332 38.1667C28.4892 38.1672 28.6422 38.1239 28.7748 38.0417C28.8949 37.9666 28.9939 37.8622 29.0625 37.7383C29.131 37.6143 29.1668 37.475 29.1665 37.3334V29.7417C29.9679 28.9209 30.5094 27.882 30.7235 26.755C30.9375 25.628 30.8144 24.4629 30.3698 23.4055C29.9251 22.348 29.1785 21.4452 28.2234 20.8098C27.2682 20.1744 26.147 19.8348 24.9998 19.8334ZM27.4998 35.9834L25.3748 34.925C25.2585 34.8664 25.1301 34.8359 24.9998 34.8359C24.8696 34.8359 24.7412 34.8664 24.6248 34.925L22.4999 35.9834V30.9334C23.0273 31.1824 23.5891 31.351 24.1665 31.4334V32.3334C24.1665 32.5544 24.2543 32.7663 24.4106 32.9226C24.5669 33.0789 24.7788 33.1667 24.9998 33.1667C25.2209 33.1667 25.4328 33.0789 25.5891 32.9226C25.7454 32.7663 25.8332 32.5544 25.8332 32.3334V31.4334C26.4106 31.351 26.9724 31.1824 27.4998 30.9334V35.9834ZM24.9998 29.8334C24.1758 29.8334 23.3702 29.589 22.685 29.1312C21.9998 28.6733 21.4657 28.0226 21.1504 27.2612C20.835 26.4999 20.7525 25.6621 20.9132 24.8538C21.074 24.0456 21.4709 23.3031 22.0536 22.7204C22.6363 22.1377 23.3787 21.7409 24.187 21.5801C24.9952 21.4193 25.833 21.5018 26.5944 21.8172C27.3557 22.1326 28.0065 22.6666 28.4643 23.3518C28.9221 24.037 29.1665 24.8426 29.1665 25.6667C29.1665 26.7718 28.7275 27.8316 27.9461 28.613C27.1647 29.3944 26.1049 29.8334 24.9998 29.8334Z" fill="url(#paint1_linear_1958_62899)"/>
<path d="M24.9998 19.8334C23.8527 19.8348 22.7315 20.1744 21.7763 20.8098C20.8212 21.4452 20.0746 22.348 19.6299 23.4055C19.1853 24.4629 19.0622 25.628 19.2762 26.755C19.4903 27.882 20.0318 28.9209 20.8332 29.7417V37.3334C20.8336 37.4754 20.8703 37.615 20.9399 37.7389C21.0095 37.8627 21.1095 37.9668 21.2306 38.0411C21.3517 38.1154 21.4897 38.1575 21.6316 38.1635C21.7736 38.1694 21.9147 38.139 22.0415 38.075L24.9998 36.6L27.9582 38.075C28.0743 38.1345 28.2027 38.1659 28.3332 38.1667C28.4892 38.1672 28.6422 38.1239 28.7748 38.0417C28.8949 37.9666 28.9939 37.8622 29.0625 37.7383C29.131 37.6143 29.1668 37.475 29.1665 37.3334V29.7417C29.9679 28.9209 30.5094 27.882 30.7235 26.755C30.9375 25.628 30.8144 24.4629 30.3698 23.4055C29.9251 22.348 29.1785 21.4452 28.2234 20.8098C27.2682 20.1744 26.147 19.8348 24.9998 19.8334ZM27.4998 35.9834L25.3748 34.925C25.2585 34.8664 25.1301 34.8359 24.9998 34.8359C24.8696 34.8359 24.7412 34.8664 24.6248 34.925L22.4999 35.9834V30.9334C23.0273 31.1824 23.5891 31.351 24.1665 31.4334V32.3334C24.1665 32.5544 24.2543 32.7663 24.4106 32.9226C24.5669 33.0789 24.7788 33.1667 24.9998 33.1667C25.2209 33.1667 25.4328 33.0789 25.5891 32.9226C25.7454 32.7663 25.8332 32.5544 25.8332 32.3334V31.4334C26.4106 31.351 26.9724 31.1824 27.4998 30.9334V35.9834ZM24.9998 29.8334C24.1758 29.8334 23.3702 29.589 22.685 29.1312C21.9998 28.6733 21.4657 28.0226 21.1504 27.2612C20.835 26.4999 20.7525 25.6621 20.9132 24.8538C21.074 24.0456 21.4709 23.3031 22.0536 22.7204C22.6363 22.1377 23.3787 21.7409 24.187 21.5801C24.9952 21.4193 25.833 21.5018 26.5944 21.8172C27.3557 22.1326 28.0065 22.6666 28.4643 23.3518C28.9221 24.037 29.1665 24.8426 29.1665 25.6667C29.1665 26.7718 28.7275 27.8316 27.9461 28.613C27.1647 29.3944 26.1049 29.8334 24.9998 29.8334Z" fill="url(#paint2_linear_1958_62899)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_62899" x1="2.45103" y1="18.9481" x2="48.174" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_62899" x1="19.1413" y1="23.7513" x2="32.6341" y2="28.3644" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint2_linear_1958_62899" x1="19.1413" y1="23.7513" x2="32.6341" y2="28.3644" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<clipPath id="clip0_1958_62899">
<rect width="51" height="58" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -0,0 +1,19 @@
<svg width="51" height="58" viewBox="0 0 51 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63131)">
<path d="M4.84149 15.3227L4.84152 15.3227L4.84865 15.3182L22.1362 4.37921C23.4473 3.57184 25.0714 3.54018 26.4008 4.29161L26.405 4.29396L44.9401 14.6133C44.9408 14.6138 44.9415 14.6142 44.9422 14.6146C46.2638 15.3626 47.1047 16.7791 47.1378 18.3448L47.249 38.5289H47.2489L47.2491 38.5397C47.2803 40.1033 46.5029 41.5622 45.2133 42.3851L27.6619 53.5843C26.3424 54.4262 24.6895 54.4717 23.3391 53.7084L5.21539 43.4643C3.79003 42.6586 2.74014 41.1507 2.75007 39.6072H2.75009V39.6024L2.75015 19.0833C2.75016 19.0825 2.75016 19.0817 2.75017 19.081C2.76088 17.5381 3.55785 16.1148 4.84149 15.3227Z" fill="white" stroke="url(#paint0_linear_1958_63131)" stroke-width="1.5"/>
<path d="M24.9998 19.8334C23.8527 19.8348 22.7315 20.1744 21.7763 20.8098C20.8212 21.4452 20.0746 22.348 19.6299 23.4055C19.1853 24.4629 19.0622 25.628 19.2762 26.755C19.4903 27.882 20.0318 28.9209 20.8332 29.7417V37.3334C20.8336 37.4754 20.8703 37.615 20.9399 37.7389C21.0095 37.8627 21.1095 37.9668 21.2306 38.0411C21.3517 38.1154 21.4897 38.1575 21.6316 38.1635C21.7736 38.1694 21.9147 38.139 22.0415 38.075L24.9998 36.6L27.9582 38.075C28.0743 38.1345 28.2027 38.1659 28.3332 38.1667C28.4892 38.1672 28.6422 38.1239 28.7748 38.0417C28.8949 37.9666 28.9939 37.8622 29.0625 37.7383C29.131 37.6143 29.1668 37.475 29.1665 37.3334V29.7417C29.9679 28.9209 30.5094 27.882 30.7235 26.755C30.9375 25.628 30.8144 24.4629 30.3698 23.4055C29.9251 22.348 29.1785 21.4452 28.2234 20.8098C27.2682 20.1744 26.147 19.8348 24.9998 19.8334ZM27.4998 35.9834L25.3748 34.925C25.2585 34.8664 25.1301 34.8359 24.9998 34.8359C24.8696 34.8359 24.7412 34.8664 24.6248 34.925L22.4999 35.9834V30.9334C23.0273 31.1824 23.5891 31.351 24.1665 31.4334V32.3334C24.1665 32.5544 24.2543 32.7663 24.4106 32.9226C24.5669 33.0789 24.7788 33.1667 24.9998 33.1667C25.2209 33.1667 25.4328 33.0789 25.5891 32.9226C25.7454 32.7663 25.8332 32.5544 25.8332 32.3334V31.4334C26.4106 31.351 26.9724 31.1824 27.4998 30.9334V35.9834ZM24.9998 29.8334C24.1758 29.8334 23.3702 29.589 22.685 29.1312C21.9998 28.6733 21.4657 28.0226 21.1504 27.2612C20.835 26.4999 20.7525 25.6621 20.9132 24.8538C21.074 24.0456 21.4709 23.3031 22.0536 22.7204C22.6363 22.1377 23.3787 21.7409 24.187 21.5801C24.9952 21.4193 25.833 21.5018 26.5944 21.8172C27.3557 22.1326 28.0065 22.6666 28.4643 23.3518C28.9221 24.037 29.1665 24.8426 29.1665 25.6667C29.1665 26.7718 28.7275 27.8316 27.9461 28.613C27.1647 29.3944 26.1049 29.8334 24.9998 29.8334Z" fill="url(#paint1_linear_1958_63131)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63131" x1="2.45103" y1="18.9481" x2="48.174" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63131" x1="19.1413" y1="23.7513" x2="32.6341" y2="28.3644" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<clipPath id="clip0_1958_63131">
<rect width="51" height="58" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_62956)">
<path d="M5.1745 15.3227L5.17453 15.3227L5.18166 15.3182L22.4692 4.37921C23.7803 3.57184 25.4044 3.54018 26.7338 4.29161L26.738 4.29396L45.2731 14.6133C45.2738 14.6138 45.2745 14.6142 45.2752 14.6146C46.5968 15.3626 47.4377 16.7791 47.4708 18.3448L47.582 38.5289H47.5819L47.5821 38.5397C47.6133 40.1033 46.8359 41.5622 45.5463 42.3851L27.9949 53.5843C26.6754 54.4262 25.0225 54.4717 23.6721 53.7084L5.5484 43.4643C4.12304 42.6586 3.07315 41.1507 3.08308 39.6072H3.08309V39.6024L3.08316 19.0833C3.08317 19.0825 3.08317 19.0817 3.08318 19.081C3.09389 17.5381 3.89086 16.1148 5.1745 15.3227Z" fill="#18181B" stroke="url(#paint0_linear_1958_62956)" stroke-width="1.5"/>
<path d="M30.1667 24.8333C29.7814 23.8298 29.1514 22.9385 28.334 22.2404C27.5165 21.5423 26.5376 21.0596 25.4861 20.8362C24.4346 20.6127 23.344 20.6556 22.3133 20.9609C21.2826 21.2662 20.3446 21.8243 19.5845 22.5844C18.8244 23.3445 18.2663 24.2826 17.961 25.3132C17.6556 26.3439 17.6128 27.4346 17.8362 28.4861C18.0597 29.5375 18.5424 30.5165 19.2405 31.3339C19.9386 32.1514 20.8299 32.7814 21.8334 33.1667C22.2187 34.1702 22.8487 35.0615 23.6662 35.7596C24.4836 36.4577 25.4626 36.9404 26.514 37.1639C27.5655 37.3873 28.6562 37.3444 29.6868 37.0391C30.7175 36.7338 31.6556 36.1757 32.4157 35.4156C33.1758 34.6555 33.7339 33.7175 34.0392 32.6868C34.3445 31.6561 34.3874 30.5654 34.1639 29.514C33.9405 28.4625 33.4578 27.4835 32.7597 26.6661C32.0616 25.8487 31.1703 25.2186 30.1667 24.8333ZM28.8334 26.1667C28.8936 26.4798 28.9243 26.7978 28.9251 27.1167C28.9233 27.4928 28.8786 27.8674 28.7917 28.2333L26.7584 26.2167C27.1243 26.1298 27.499 26.0851 27.8751 26.0833C28.1939 26.0841 28.512 26.1148 28.8251 26.175L28.8334 26.1667ZM28.0501 29.8333C27.7179 30.3062 27.3062 30.7178 26.8334 31.05L23.9501 28.1667C24.2823 27.6939 24.6939 27.2822 25.1667 26.95L28.0501 29.8333ZM21.3834 31.05C20.8061 30.6506 20.3235 30.1293 19.9699 29.5229C19.6163 28.9164 19.4003 28.2397 19.3371 27.5405C19.2739 26.8414 19.3652 26.1369 19.6043 25.4769C19.8435 24.8169 20.2247 24.2175 20.7211 23.7211C21.2175 23.2247 21.8169 22.8434 22.4769 22.6043C23.1369 22.3651 23.8414 22.2739 24.5406 22.3371C25.2397 22.4002 25.9165 22.6163 26.5229 22.9699C27.1294 23.3235 27.6507 23.806 28.0501 24.3833H27.8417C26.1296 24.3944 24.4916 25.084 23.2872 26.3009C22.0827 27.5179 21.4101 29.1628 21.4167 30.875C21.4167 30.9417 21.4251 31.0167 21.4251 31.0833L21.3834 31.05ZM23.1334 31.7917C23.0732 31.4786 23.0425 31.1605 23.0417 30.8417C23.0435 30.4656 23.0882 30.0909 23.1751 29.725L25.2001 31.75C24.8342 31.8369 24.4595 31.8816 24.0834 31.8833C23.7795 31.891 23.4755 31.8715 23.1751 31.825L23.1334 31.7917ZM27.8751 35.6667C27.0951 35.6652 26.3272 35.474 25.6376 35.1096C24.948 34.7452 24.3574 34.2186 23.9167 33.575H24.1251C25.8358 33.5728 27.476 32.8928 28.6864 31.6839C29.8969 30.475 30.579 28.8357 30.5834 27.125V26.9167C31.4299 27.4942 32.069 28.3278 32.4069 29.2952C32.7447 30.2627 32.7635 31.3129 32.4605 32.2918C32.1575 33.2707 31.5487 34.1267 30.7234 34.7341C29.8981 35.3416 28.8998 35.6684 27.8751 35.6667Z" fill="url(#paint1_linear_1958_62956)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_62956" x1="2.78404" y1="18.9482" x2="48.5071" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_62956" x1="17.649" y1="24.2448" x2="34.3095" y2="33.2071" gradientUnits="userSpaceOnUse">
<stop stop-color="#30FFAA"/>
<stop offset="1" stop-color="#007E4A"/>
</linearGradient>
<clipPath id="clip0_1958_62956">
<rect width="51" height="58" fill="white" transform="translate(0.333008)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,19 @@
<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1958_63188)">
<path d="M5.17499 15.3227L5.17501 15.3227L5.18215 15.3182L22.4697 4.37921C23.7808 3.57184 25.4049 3.54018 26.7343 4.29161L26.7385 4.29396L45.2736 14.6133C45.2743 14.6138 45.275 14.6142 45.2757 14.6146C46.5973 15.3626 47.4382 16.7791 47.4713 18.3448L47.5825 38.5289H47.5824L47.5826 38.5397C47.6138 40.1033 46.8364 41.5622 45.5468 42.3851L27.9954 53.5843C26.6759 54.4262 25.023 54.4717 23.6726 53.7084L5.54889 43.4643C4.12352 42.6586 3.07364 41.1507 3.08357 39.6072H3.08358V39.6024L3.08365 19.0833C3.08366 19.0825 3.08366 19.0817 3.08367 19.081C3.09438 17.5381 3.89135 16.1148 5.17499 15.3227Z" fill="white" stroke="url(#paint0_linear_1958_63188)" stroke-width="1.5"/>
<path d="M30.1667 24.8333C29.7814 23.8298 29.1514 22.9385 28.334 22.2404C27.5165 21.5423 26.5376 21.0596 25.4861 20.8362C24.4346 20.6127 23.344 20.6556 22.3133 20.9609C21.2826 21.2662 20.3446 21.8243 19.5845 22.5844C18.8244 23.3445 18.2663 24.2826 17.961 25.3132C17.6556 26.3439 17.6128 27.4346 17.8362 28.4861C18.0597 29.5375 18.5424 30.5165 19.2405 31.3339C19.9386 32.1514 20.8299 32.7814 21.8334 33.1667C22.2187 34.1702 22.8487 35.0615 23.6662 35.7596C24.4836 36.4577 25.4626 36.9404 26.514 37.1639C27.5655 37.3873 28.6562 37.3444 29.6868 37.0391C30.7175 36.7338 31.6556 36.1757 32.4157 35.4156C33.1758 34.6555 33.7339 33.7175 34.0392 32.6868C34.3445 31.6561 34.3874 30.5654 34.1639 29.514C33.9405 28.4625 33.4578 27.4835 32.7597 26.6661C32.0616 25.8487 31.1703 25.2186 30.1667 24.8333ZM28.8334 26.1667C28.8936 26.4798 28.9243 26.7978 28.9251 27.1167C28.9233 27.4928 28.8786 27.8674 28.7917 28.2333L26.7584 26.2167C27.1243 26.1298 27.499 26.0851 27.8751 26.0833C28.1939 26.0841 28.512 26.1148 28.8251 26.175L28.8334 26.1667ZM28.0501 29.8333C27.7179 30.3062 27.3062 30.7178 26.8334 31.05L23.9501 28.1667C24.2823 27.6939 24.6939 27.2822 25.1667 26.95L28.0501 29.8333ZM21.3834 31.05C20.8061 30.6506 20.3235 30.1293 19.9699 29.5229C19.6163 28.9164 19.4003 28.2397 19.3371 27.5405C19.2739 26.8414 19.3652 26.1369 19.6043 25.4769C19.8435 24.8169 20.2247 24.2175 20.7211 23.7211C21.2175 23.2247 21.8169 22.8434 22.4769 22.6043C23.1369 22.3651 23.8414 22.2739 24.5406 22.3371C25.2397 22.4002 25.9165 22.6163 26.5229 22.9699C27.1294 23.3235 27.6507 23.806 28.0501 24.3833H27.8417C26.1296 24.3944 24.4916 25.084 23.2872 26.3009C22.0827 27.5179 21.4101 29.1628 21.4167 30.875C21.4167 30.9417 21.4251 31.0167 21.4251 31.0833L21.3834 31.05ZM23.1334 31.7917C23.0732 31.4786 23.0425 31.1605 23.0417 30.8417C23.0435 30.4656 23.0882 30.0909 23.1751 29.725L25.2001 31.75C24.8342 31.8369 24.4595 31.8816 24.0834 31.8833C23.7795 31.891 23.4755 31.8715 23.1751 31.825L23.1334 31.7917ZM27.8751 35.6667C27.0951 35.6652 26.3272 35.474 25.6376 35.1096C24.948 34.7452 24.3574 34.2186 23.9167 33.575H24.1251C25.8358 33.5728 27.476 32.8928 28.6864 31.6839C29.8969 30.475 30.579 28.8357 30.5834 27.125V26.9167C31.4299 27.4942 32.069 28.3278 32.4069 29.2952C32.7447 30.2627 32.7635 31.3129 32.4605 32.2918C32.1575 33.2707 31.5487 34.1267 30.7234 34.7341C29.8981 35.3416 28.8998 35.6684 27.8751 35.6667Z" fill="url(#paint1_linear_1958_63188)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1958_63188" x1="2.78453" y1="18.9481" x2="48.5075" y2="41.3679" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<linearGradient id="paint1_linear_1958_63188" x1="17.649" y1="24.2448" x2="34.3095" y2="33.2071" gradientUnits="userSpaceOnUse">
<stop stop-color="#00DC82"/>
<stop offset="1" stop-color="#003F25"/>
</linearGradient>
<clipPath id="clip0_1958_63188">
<rect width="51" height="58" fill="white" transform="translate(0.333496)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View File

@ -4145,7 +4145,7 @@ __metadata:
dependencies:
jiti: ^1.16.0
nuxt: ^3.0.0
nuxt-website-theme: ^0.2.0
nuxt-website-theme: ^0.2.1
pathe: ^1.0.0
scule: ^1.0.0
untyped: ^1.2.0
@ -8929,9 +8929,9 @@ __metadata:
languageName: node
linkType: hard
"nuxt-website-theme@npm:^0.2.0":
version: 0.2.0
resolution: "nuxt-website-theme@npm:0.2.0"
"nuxt-website-theme@npm:^0.2.1":
version: 0.2.1
resolution: "nuxt-website-theme@npm:0.2.1"
dependencies:
"@docsearch/css": ^3.3.0
"@docsearch/js": ^3.3.0
@ -8955,7 +8955,7 @@ __metadata:
tailwindcss-border-gradient-radius: ^3.0.1
three: ^0.147.0
vue-lite-youtube-embed: ^1.0.4
checksum: 22aa0013538c441953dac69036a0adcc877b8a02a90a97843132e86b4c677a66e41319a9c23a60c2fda139e335a4eb9ef8048d1a136b2cddce9fa7346a8c3a8a
checksum: fb99d00b7fe0c87815e7df0f9d6b62a1b757cbdcae714243a7e52dad3bbc4b14e99477cc96673d4271a6e35dc1afa951ee0203ad704d84428f1ba8ce1324a5a6
languageName: node
linkType: hard