HC-55 Add Stickers page (#6)

* Begin sticker page

* Add formatted countries

* Remove unused imports

* Use fetch again

* Small edits

* Fix typo

* Continue polishing

* Fix address autocomplete

* Add stickers to page

* Add hero image

* Add link to homepage

* fix person

* console log

* fix typo

* h

* fix detection

* fix again i think

* more fix

* fix again lol

* edge case

* fix equals

* fix and improve :) :) " :):):)

* add zip code

Co-authored-by: Matthew Stanciu <mattbstanciu@gmail.com>
This commit is contained in:
Lachlan Campbell 2020-11-09 13:05:16 -05:00 committed by GitHub
parent d4bcc95c17
commit 56dd418d0d
27 changed files with 1157 additions and 1386 deletions

View file

@ -0,0 +1,85 @@
import { Grid, Card, Label, Input, Select } from 'theme-ui'
import useForm from '../../lib/use-form'
import { countries } from '../../lib/countries'
import Submit from '../submit'
const RequestForm = () => {
const { status, formProps, useField } = useForm('/api/stickers')
return (
<Grid
as="form"
columns={2}
gap={3}
{...formProps}
sx={{
label: { gridColumn: ['span 2', 'auto'] },
button: { gridColumn: 'span 2', maxWidth: '75%', mx: 'auto' },
'input, select': { bg: 'dark' }
}}
>
<Label>
Full name
<Input {...useField('name')} placeholder="Fiona Hackworth" required />
</Label>
<Label>
Email address (for tracking)
<Input
{...useField('email')}
placeholder="fiona@hackclub.com"
required
/>
</Label>
<Label>
Address (first line)
<Input
{...useField('addressFirst')}
placeholder="8605 Santa Monica Blvd"
autoComplete="address-line1"
required
/>
</Label>
<Label>
Address (second line) (optional)
<Input
{...useField('addressSecond')}
autoComplete="address-line2"
placeholder="#86294"
/>
</Label>
<Label sx={{ gridColumn: 'span 1 !important' }}>
City
<Input {...useField('city')} placeholder="West Hollywood" required />
</Label>
<Label sx={{ gridColumn: 'span 1 !important' }}>
State/Province
<Input {...useField('state')} placeholder="CA" required />
</Label>
<Label sx={{ gridColumn: 'span 1 !important' }}>
Zip Code
<Input {...useField('zipCode')} placeholder="90069" />
</Label>
<Label sx={{ gridColumn: 'span 1 !important' }}>
Country
<Select {...useField('country')} defaultValue="Choose a country">
<option value="" selected disabled>
Choose a country
</option>
{Object.entries(countries).map(country => (
<option value={country.slice(1)}>{country.slice(1)}</option>
))}
</Select>
</Label>
<Submit
status={status}
labels={{
default: 'Request stickers',
error: 'Something went wrong',
success: 'Coming your way!'
}}
/>
</Grid>
)
}
export default RequestForm

252
lib/countries.json Normal file
View file

@ -0,0 +1,252 @@
{
"countries": [
"United States of America (US)",
"Canada (CA)",
"United Kingdom of Great Britain and Northern Ireland (GB)",
"Afghanistan (AF)",
"Åland Islands (AX)",
"Albania (AL)",
"Algeria (DZ)",
"American Samoa (AS)",
"Andorra (AD)",
"Angola (AO)",
"Anguilla (AI)",
"Antarctica (AQ)",
"Antigua and Barbuda (AG)",
"Argentina (AR)",
"Armenia (AM)",
"Aruba (AW)",
"Australia (AU)",
"Austria (AT)",
"Azerbaijan (AZ)",
"Bahamas (BS)",
"Bahrain (BH)",
"Bangladesh (BD)",
"Barbados (BB)",
"Belarus (BY)",
"Belgium (BE)",
"Belize (BZ)",
"Benin (BJ)",
"Bermuda (BM)",
"Bhutan (BT)",
"Bolivia (BO)",
"Bonaire (BQ)",
"Bosnia and Herzegovina (BA)",
"Botswana (BW)",
"Bouvet Island (BV)",
"Brazil (BR)",
"British Indian Ocean Territory (IO)",
"Brunei Darussalam (BN)",
"Bulgaria (BG)",
"Burkina Faso (BF)",
"Burundi (BI)",
"Cabo Verde (CV)",
"Cambodia (KH)",
"Cameroon (CM)",
"Cayman Islands (KY)",
"Central African Republic (CF)",
"Chad (TD)",
"Chile (CL)",
"China (CN)",
"Christmas Island (CX)",
"Cocos (Keeling) Islands (CC)",
"Colombia (CO)",
"Comoros (KM)",
"Congo (the Democratic Republic of the) (CD)",
"Congo (the) (CG)",
"Cook Islands (CK)",
"Costa Rica (CR)",
"Côte d'Ivoire (CI)",
"Croatia (HR)",
"Cuba (CU)",
"Curaçao (CW)",
"Cyprus (CY)",
"Czechia (CZ)",
"Denmark (DK)",
"Djibouti (DJ)",
"Dominica (DM)",
"Dominican Republic (DO)",
"Ecuador (EC)",
"Egypt (EG)",
"El Salvador (SV)",
"Equatorial Guinea (GQ)",
"Eritrea (ER)",
"Estonia (EE)",
"Eswatini (SZ)",
"Ethiopia (ET)",
"Falkland Islands (FK)",
"Faroe Islands (FO)",
"Fiji (FJ)",
"Finland (FI)",
"France (FR)",
"French Guiana (GF)",
"French Polynesia (PF)",
"French Southern Territories (TF)",
"Gabon (GA)",
"Gambia (GM)",
"Georgia (GE)",
"Germany (DE)",
"Ghana (GH)",
"Gibraltar (GI)",
"Greece (GR)",
"Greenland (GL)",
"Grenada (GD)",
"Guadeloupe (GP)",
"Guam (GU)",
"Guatemala (GT)",
"Guernsey (GG)",
"Guinea (GN)",
"Guinea-Bissau (GW)",
"Guyana (GY)",
"Haiti (HT)",
"Heard Island and McDonald Islands (HM)",
"Holy See (VA)",
"Honduras (HN)",
"Hong Kong (HK)",
"Hungary (HU)",
"Iceland (IS)",
"India (IN)",
"Indonesia (ID)",
"Iran (IR)",
"Iraq (IQ)",
"Ireland (IE)",
"Isle of Man (IM)",
"Israel (IL)",
"Italy (IT)",
"Jamaica (JM)",
"Japan (JP)",
"Jersey (JE)",
"Jordan (JO)",
"Kazakhstan (KZ)",
"Kenya (KE)",
"Kiribati (KI)",
"Korea (the Democratic People's Republic of) (KP)",
"Korea (the Republic of) (KR)",
"Kuwait (KW)",
"Lao People's Democratic Republic (LA)",
"Latvia (LV)",
"Lebanon (LB)",
"Lesotho (LS)",
"Liberia (LR)",
"Libya (LY)",
"Liechtenstein (LI)",
"Lithuania (LT)",
"Luxembourg (LU)",
"Macao (MO)",
"Macedonia (the former Yugoslav Republic of) (MK)",
"Madagascar (MG)",
"Malawi (MW)",
"Malaysia (MY)",
"Maldives (MV)",
"Mali (ML)",
"Malta (MT)",
"Marshall Islands (MH)",
"Martinique (MQ)",
"Mauritania (MR)",
"Mauritius (MU)",
"Mayotte (YT)",
"Mexico (MX)",
"Micronesia (FM)",
"Moldova (MD)",
"Monaco (MC)",
"Mongolia (MN)",
"Montenegro (ME)",
"Montserrat (MS)",
"Morocco (MA)",
"Mozambique (MZ)",
"Myanmar (MM)",
"Namibia (NA)",
"Nauru (NR)",
"Nepal (NP)",
"Netherlands (NL)",
"New Caledonia (NC)",
"New Zealand (NZ)",
"Nicaragua (NI)",
"Niger (NE)",
"Nigeria (NG)",
"Niue (NU)",
"Norfolk Island (NF)",
"Northern Mariana Islands (MP)",
"Norway (NO)",
"Oman (OM)",
"Pakistan (PK)",
"Palau (PW)",
"Palestine (PS)",
"Panama (PA)",
"Papua New Guinea (PG)",
"Paraguay (PY)",
"Peru (PE)",
"Philippines (PH)",
"Pitcairn (PN)",
"Poland (PL)",
"Portugal (PT)",
"Puerto Rico (PR)",
"Qatar (QA)",
"Réunion (RE)",
"Romania (RO)",
"Russian Federation (RU)",
"Rwanda (RW)",
"Saint Barthélemy (BL)",
"Saint Helena, Ascension and Tristan da Cunha (SH)",
"Saint Kitts and Nevis (KN)",
"Saint Lucia (LC)",
"Saint Martin (MF)",
"Saint Pierre and Miquelon (PM)",
"Saint Vincent and the Grenadines (VC)",
"Samoa (WS)",
"San Marino (SM)",
"Sao Tome and Principe (ST)",
"Saudi Arabia (SA)",
"Senegal (SN)",
"Serbia (RS)",
"Seychelles (SC)",
"Sierra Leone (SL)",
"Singapore (SG)",
"Sint Maarten (SX)",
"Slovakia (SK)",
"Slovenia (SI)",
"Solomon Islands (SB)",
"Somalia (SO)",
"South Africa (ZA)",
"South Georgia and the South Sandwich Islands (GS)",
"South Sudan (SS)",
"Spain (ES)",
"Sri Lanka (LK)",
"Sudan (the) (SD)",
"Suriname (SR)",
"Svalbard (SJ)",
"Sweden (SE)",
"Switzerland (CH)",
"Syrian Arab Republic (SY)",
"Taiwan (TW)",
"Tajikistan (TJ)",
"Tanzania, United Republic of (TZ)",
"Thailand (TH)",
"Timor-Leste (TL)",
"Togo (TG)",
"Tokelau (TK)",
"Tonga (TO)",
"Trinidad and Tobago (TT)",
"Tunisia (TN)",
"Turkey (TR)",
"Turkmenistan (TM)",
"Turks and Caicos Islands (TC)",
"Tuvalu (TV)",
"Uganda (UG)",
"Ukraine (UA)",
"United Arab Emirates (AE)",
"United States Minor Outlying Islands (UM)",
"Uruguay (UY)",
"Uzbekistan (UZ)",
"Vanuatu (VU)",
"Venezuela (VE)",
"Viet Nam (VN)",
"Virgin Islands (British) (VG)",
"Virgin Islands (U.S.) (VI)",
"Wallis and Futuna (WF)",
"Western Sahara (EH)",
"Yemen (YE)",
"Zambia (ZM)",
"Zimbabwe (ZW)"
]
}

View file

@ -37,7 +37,6 @@ const useForm = (
const action = submitURL
const onSubmit = e => {
e.persist() // Remove in React 17
e.preventDefault()
setStatus('submitting')
fetch(action, {
@ -53,7 +52,7 @@ const useForm = (
console.log('Form success!')
setStatus('success')
if (callback) callback(r)
setTimeout(() => setStatus('default'), 2000)
setTimeout(() => setStatus('default'), 3500)
if (options.clearOnSubmit) {
setTimeout(() => setData({}), options.clearOnSubmit)
}

View file

@ -19,7 +19,7 @@
"fathom-client": "^3.0.0",
"globby": "^11.0.1",
"lodash": "^4.17.20",
"next": "^10.0.1",
"next": "^10.0.2-canary.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-reveal": "^1.2.2",

View file

@ -168,7 +168,7 @@ const Blinking = styled(Heading)`
}
`
export default () => (
const NotFoundPage = () => (
<>
<Meta as={Head} title="404" />
<ForceTheme theme="dark" />
@ -190,3 +190,5 @@ export default () => (
<Footer dark />
</>
)
export default NotFoundPage

View file

@ -1,69 +1,83 @@
const AirtablePlus = require('airtable-plus')
import AirtablePlus from 'airtable-plus'
const mailScenariosTable = new AirtablePlus({
apiKey: process.env.AIRTABLE_API_KEY,
baseID: 'apptEEFG5HTfGQE7h',
tableName: 'Mail Scenarios'
})
const peopleTable = new AirtablePlus({
apiKey: process.env.AIRTABLE_API_KEY,
basedID: 'apptEEFG5HTfGQE7h',
baseID: 'apptEEFG5HTfGQE7h',
tableName: 'People'
})
const addressesTable = new AirtablePlus({
apiKey: process.env.AIRTABLE_API_KEY,
basedID: 'apptEEFG5HTfGQE7h',
baseID: 'apptEEFG5HTfGQE7h',
tableName: 'Addresses'
})
export default async (req, res) => {
if (req.method === 'POST') {
const data = JSON.parse(body)
let address
// fetch person record
const personRecord = await peopleTable.read({
filterByFormula: `{Email} = '${data.email}'`,
maxRecords: 1
})
if (typeof personRecord === 'undefined') {
let personRecord = await peopleTable.create({
const data = req.body
let personRecord = (await peopleTable.read({
filterByFormula: `{Email} = '${data.email}'`
}))[0]
if (!personRecord) {
personRecord = await peopleTable.create({
'Full Name': data.name,
'Email': data.email
})
let addressRecord = await addressesTable.create({
}
let address = (await addressesTable.read({
filterByFormula: `AND({Email} = '${data.email}', {Is Valid?} = '1', {Club} = '')`
}))[0]
console.log('address', address)
if (!address) {
address = await addressesTable.create({
'Street (First Line)': data.addressFirst,
'Street (Second Line)': data.addressSecond,
'City': data.city,
'State/Province': data.state,
'Postal Code': data.zipCode,
'Country': data.country,
'Person': [personRecord[0]]
})
address = await addressesTable.create({
'Address (first line)': data.addressFirst,
'Address (second line)': data.addressSecond,
'Address (city)': data.city,
'Address (state)': data.state,
'Address (zip code)': data.zipCode,
'Person': personRecord[0].id
'Person': [personRecord.id]
})
console.log('created address:', address)
}
else {
address = (await addressesTable.read({
filterByFormula: `AND({Email} = '${data.email}', {Status} = '👍')`
}))[0]
if (!(address.fields['Street (First Line)'].toLowerCase() === data.addressFirst.toLowerCase())) {
address = await addressesTable.create({
'Street (First Line)': data.addressFirst,
'Street (Second Line)': data.addressSecond,
'City': data.city,
'State/Province': data.state,
'Postal Code': data.zipCode,
'Country': data.country,
'Person': [personRecord.id]
})
}
fetch(`${process.env.MAIL_MISSION_WEBHOOK}`, {
const url = process.env.MAIL_MISSION_WEBHOOK
const body = JSON.stringify({
test: false,
scenarioRecordID: 'recNDwjb7Zr04Szix',
receiverAddressRecordID: address.id,
missionNotes: 'Requested via hackclub.com'
})
fetch(url, {
body,
method: 'POST',
body: {
'test': false,
'scenarioRecordID': 'recNDwjb7Zr04Szix',
'receiverAddressRecordID': address.id,
'missionNotes': 'Requested via hackclub.com'
headers: {
'Content-Type': 'application/json'
}
})
.then(r => r.json())
.then(r => res.json({ status: r.status }))
.then(r => {
res.json({ status: 'success' })
console.log(r.statusText)
})
.catch(error => {
console.log(error)
res.json({ status: 'error', error })
})
} else {
res.status(405).json({ status: 'error', error: 'Must send POST request' })
}
}

View file

@ -388,13 +388,22 @@ const Page = () => (
/>
<Feature
name="Stickers"
desc="Get great stickers for marketing your club shipped to you or directly to your members."
desc={
<>
Get{' '}
<Link href="/stickers">
<a>amazing stickers </a>
</Link>{' '}
for marketing your club shipped to you or directly to your
members.
</>
}
sx={{
img: { mr: 4, filter: 'drop-shadow(0 2px 4px rgba(0,0,0,0.25))' }
}}
>
<Image
src="https://hackclub.com/stickers/mac.svg"
src="https://hackclub.com/stickers/macintosh.svg"
alt="Macintosh sticker"
sx={{
transform: 'rotate(-12deg)',
@ -403,7 +412,7 @@ const Page = () => (
}}
/>
<Image
src="https://hackclub.com/stickers/progress.svg"
src="https://hackclub.com/stickers/2020_progress.png"
alt="Pride sticker"
sx={{
transform: 'rotate(3deg)',

197
pages/stickers.js Normal file
View file

@ -0,0 +1,197 @@
import {
Card,
Box,
Button,
Container,
Flex,
Grid,
Heading,
Image,
Text
} from 'theme-ui'
import Meta from '@hackclub/meta'
import Head from 'next/head'
import Nav from '../components/nav'
import BGImg from '../components/background-image'
import Footer from '../components/footer'
import ForceTheme from '../components/force-theme'
import StickerForm from '../components/stickers/request-form'
import fs from 'fs'
import path from 'path'
import { startCase } from 'lodash'
const color = '#EC37AD'
const StickersPage = ({ stickers = [] }) => [
<Box
as="main"
key="main"
sx={{ textAlign: 'center', bg: 'dark', color: 'white' }}
>
<ForceTheme theme="dark" />
<Nav dark />
<Meta
as={Head}
title="Stickers"
description="Check out Hack Clubs stickers & order some for yourself."
image="https://cdn.glitch.com/a7605379-7582-4aac-8f44-45bbdfca0cfa%2Fstickers.png?v=1588012712143"
/>
<Box
as="article"
sx={{ position: 'relative', overflow: 'hidden', py: [6, 7], px: 4 }}
>
<BGImg
width={2732}
height={1821}
alt="Students exchanging stickers"
src="/stickers-hero.jpg"
gradient
/>
<Card
sx={{
variant: 'cards.translucentDark',
bg: 'rgba(0, 0, 0, 0.5) !important',
position: 'relative',
overflow: 'visible',
maxWidth: 'copy',
mx: 'auto',
my: [4, 5],
py: 3
}}
>
<Box
as="aside"
sx={{
display: ['none', 'flex'],
justifyContent: 'center',
alignItems: 'center',
position: 'absolute',
top: 0,
left: '50%',
transform: 'translateX(-50%) translateY(-50%)',
width: '100%',
img: {
mx: 3,
flexShrink: 0,
filter: 'drop-shadow(0 2px 4px rgba(0,0,0,0.25))'
}
}}
>
<Image
src="/stickers/macintosh.svg"
alt="Macintosh sticker"
sx={{
transform: 'rotate(-12deg)',
width: '4.5rem',
height: '6rem'
}}
/>
<Image
src="/stickers/2020_progress.png"
alt="Pride sticker"
sx={{
transform: 'rotate(3deg)',
width: ['4rem', '6rem'],
height: ['4rem', '6rem']
}}
/>
<Image
src="/stickers/enjoy.svg"
alt="Enjoy Hack Club Coca-Cola sticker"
sx={{
transform: 'rotate(-12deg)',
width: ['6rem', '7.5rem'],
height: ['4rem', '5rem']
}}
/>
</Box>
<Heading
as="h1"
variant="ultratitle"
sx={theme => ({
color: 'primary',
...theme.util.gxText(color, 'red'),
mt: [3, 4]
})}
>
Unparalleled stickers.
</Heading>
<Text as="p" variant="lead" color="muted">
Every Hack Club gets free, high-quality stickers.
</Text>
</Card>
</Box>
<Card
as="section"
sx={{
bg: 'darkless',
maxWidth: 'copyUltra',
mx: 'auto',
my: [4, 5],
py: [3, 4],
overflow: 'visible'
}}
>
<Heading as="h2" variant="title" color="white">
Gotta collect em all.
</Heading>
<Grid columns={[2, 3]} gap={[3, 4]} mt={[3, 4]}>
{stickers.map(st => (
<Flex
key={st}
sx={{
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'center',
img: {
objectFit: 'contain',
width: [128, 160],
height: [128, 160],
transition: '.25s transform ease-in-out',
':hover': {
transform: 'scale(1.5)',
filter: 'drop-shadow(0 4px 8px rgba(0,0,0,0.25))'
}
}
}}
>
<Image
src={`/stickers/${st}`}
width={128}
height={128}
alt={st.split('.')[0]}
/>
<Text as="span" variant="caption" sx={{ fontSize: 2, mt: [2, 3] }}>
{startCase(st.replace(/\.(svg|png)/, ''))}
</Text>
</Flex>
))}
</Grid>
</Card>
<Card
as="section"
sx={{
bg: 'darkless',
maxWidth: 'copy',
mx: 'auto',
my: [4, 5],
py: [3, 4]
}}
>
<Heading as="h2" variant="title" color="white" mb={4}>
Request a free envelope
</Heading>
<StickerForm />
</Card>
</Box>,
<Footer dark key="footer" />
]
export default StickersPage
export const getStaticProps = () => {
const stickersDir = path.join(process.cwd(), 'public', 'stickers')
const stickers = fs.readdirSync(stickersDir)
return { props: { stickers } }
}

BIN
public/stickers-hero.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 266 KiB

BIN
public/stickers/bank.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View file

@ -0,0 +1,23 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="2019-poc-alt" clip-path="url(#clip0)">
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="256" height="256">
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M128 256C230.4 256 256 230.4 256 128C256 25.6 230.4 0 128 0C25.6 0 1.52588e-05 25.6 1.52588e-05 128C1.52588e-05 230.4 25.6 256 128 256Z" fill="black"/>
</mask>
<g mask="url(#mask0)">
<g id="stripes">
<rect id="red" x="294.122" y="-45.106" width="48" height="382.927" transform="rotate(81 294.122 -45.106)" fill="#F3EACF"/>
<rect id="orange" x="302.619" y="2.14658" width="48" height="384" transform="rotate(81 302.619 2.14658)" fill="#D7B191"/>
<rect id="yellow" x="310.127" y="49.5556" width="48" height="384" transform="rotate(81 310.127 49.5556)" fill="#AF835A"/>
<rect id="green" x="317.636" y="96.9647" width="48" height="384" transform="rotate(81 317.636 96.9647)" fill="#8D603C"/>
<rect id="blue" x="325.145" y="144.374" width="48" height="384" transform="rotate(81 325.145 144.374)" fill="#603C1D"/>
<rect id="purple" x="332.654" y="191.783" width="48" height="384" transform="rotate(81 332.654 191.783)" fill="#36291D"/>
</g>
<path id="path3866" d="M112.84 32L71 39.1043V224H112.84V154.049C112.84 133.465 123.755 120.714 132.851 120.714C141.037 120.714 143.402 128.911 143.402 141.298V224H185.424V135.287C185.424 107.233 174.873 89.1992 147.404 89.1992C134.488 89.1992 121.936 92.8425 112.84 101.04V32Z" fill="white"/>
</g>
</g>
<defs>
<clipPath id="clip0">
<rect width="256" height="256" fill="white" transform="translate(256) rotate(90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

1
public/stickers/enjoy.svg Executable file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/stickers/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

@ -0,0 +1,130 @@
<svg width="1697" height="294" viewBox="0 0 1697 294" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M306.923 4.74581e-05C306.461 0.00262833 306.001 0.0852356 305.539 0.0881777L212.558 0.680517C210.753 0.692017 209.179 1.91128 208.717 3.65639L197.546 45.8356C196.687 49.0812 192.453 49.8877 190.46 47.1852L157.388 2.32633C156.634 1.30365 155.439 0.7 154.168 0.7H74.3549C72.618 0.7 71.0796 1.82087 70.5473 3.47417L0.785881 220.159C0.306947 221.647 0.738239 223.277 1.89013 224.333L75.1962 291.548C75.934 292.225 76.8985 292.6 77.8995 292.6H156.417C158.321 292.6 159.961 291.258 160.338 289.391L167.613 253.345C168.283 250.025 172.518 248.989 174.646 251.624L206.533 291.113C207.293 292.053 208.437 292.6 209.645 292.6H292.723C294.576 292.6 296.186 291.328 296.614 289.526L298.934 279.779C298.978 279.593 299.009 279.404 299.026 279.214C299.045 279.003 299.32 278.933 299.437 279.11L303.736 285.6L307.064 291.144C307.607 292.047 308.583 292.6 309.637 292.6H392.892C394.383 292.6 395.647 291.506 395.861 290.031L400.386 258.881C400.811 255.955 404.766 255.343 406.055 258.005L421.984 290.907C422.485 291.942 423.534 292.6 424.684 292.6H509.009C510.563 292.6 511.86 291.414 511.998 289.866L512.326 286.177C512.501 284.216 515.18 283.79 515.954 285.6L516.772 288.325C517.534 290.862 519.87 292.6 522.519 292.6H699.72C700.747 292.6 701.59 291.788 701.629 290.762C701.714 288.534 704.897 288.232 705.4 290.404L705.633 291.413C705.848 292.342 706.675 293 707.629 293H881.335C884.712 293 887.424 290.213 887.332 286.837L886.777 266.436L889.453 288.038C889.826 291.043 892.379 293.3 895.408 293.3H1068.85C1071.95 293.3 1074.53 290.948 1074.83 287.869L1076.3 272.373L1076.81 287.501C1076.92 290.734 1079.57 293.3 1082.81 293.3H1258.87C1259.43 293.3 1259.93 292.945 1260.12 292.414L1260.41 291.595C1260.81 290.444 1262.5 290.653 1262.61 291.868C1262.66 292.452 1263.15 292.9 1263.74 292.9H1442.56C1443.52 292.9 1444.4 292.398 1444.9 291.578C1445.94 289.836 1448.46 289.81 1449.54 291.53L1449.58 291.601C1450.09 292.41 1450.98 292.9 1451.93 292.9H1626.93C1628.57 292.9 1630.14 292.226 1631.27 291.036L1694.16 224.958C1695.61 223.433 1696.16 221.258 1695.6 219.228L1637.41 8L1636.59 5.27501C1635.83 2.73756 1633.49 1 1630.84 1H1458.54C1457.27 1 1456.08 1.63705 1455.37 2.69764L1451.16 9.00985C1450.76 9.61212 1449.83 9.41365 1449.71 8.7L1449.2 5.92613C1448.68 3.07344 1446.2 1 1443.3 1H1377.84C1376.04 1 1374.34 1.80472 1373.2 3.19304L1356.25 23.8427C1352.92 27.8955 1346.36 26.0313 1345.66 20.8346L1343.7 6.2012C1343.3 3.22297 1340.76 1 1337.75 1H1268.51C1266.23 1 1264.16 2.28129 1263.14 4.31066L1247.27 35.9702C1246.77 36.9701 1246.55 38.0903 1246.66 39.2043L1257.03 152.955C1257.35 156.469 1254.58 159.5 1251.05 159.5H1190.6C1187.45 159.5 1184.83 157.059 1184.61 153.913L1174.39 5.58719C1174.17 2.44117 1171.55 0 1168.4 0H1083.18C1080.08 0 1077.49 2.36357 1077.2 5.45198L1075.62 22.6883L1075.17 5.83781C1075.08 2.58846 1072.42 0 1069.17 0H892.856H889H711.187C709.334 0 707.79 1.41759 707.63 3.26371C707.26 7.56552 700.979 7.49966 700.509 3.20748C700.311 1.38919 698.774 0 696.944 0H521.384C518.302 0 515.721 2.33558 515.414 5.40266L515.254 7C514.904 9.873 510.729 9.84731 510.415 6.97022L509.945 2.67406C509.779 1.15241 508.493 0 506.963 0H306.94C306.934 0 306.929 1.58322e-05 306.923 4.74581e-05ZM1071.86 139.499C1071.75 136.266 1069.1 133.7 1065.86 133.7H989.81C986.555 133.7 983.893 136.296 983.812 139.55L983.412 155.55C983.327 158.921 986.037 161.7 989.41 161.7H1066.4C1069.79 161.7 1072.51 158.89 1072.39 155.499L1071.86 139.499ZM690.075 133C693.505 133 696.2 135.937 695.905 139.354L693.499 167.286C693.313 169.445 690.218 169.616 689.796 167.49C689.623 166.621 688.867 165.992 687.981 165.982L612.611 165.079C609.068 165.037 606.334 161.95 606.719 158.427L608.915 138.348C609.248 135.305 611.818 133 614.88 133H690.075Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M969.95 49.7002H1063.1L1062.4 13.3002L901.312 14.0002L895.008 217.7H1068.01L1066.61 175.7H967.849L969.95 49.7002Z" fill="url(#paint0_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M905.514 217.7C899.911 217.7 895.708 222.6 896.409 228.2L900.611 270.2C901.311 275.8 906.214 280.7 912.518 280.7H1050.5C1056.1 280.7 1061.7 275.8 1062.4 270.2L1067.31 228.2C1068.01 222.6 1063.8 217.7 1058.2 217.7H905.514Z" fill="#29282A"/>
<path opacity="0.44" fill-rule="evenodd" clip-rule="evenodd" d="M897.109 256.9C897.109 258.3 902.012 259 907.615 259H908.315C913.918 259 918.821 258.3 918.821 256.9C918.821 255.5 913.918 254.8 908.315 254.8H907.615C902.012 254.1 897.109 255.5 897.109 256.9ZM913.919 79.1002C916.02 80.5002 923.024 82.6002 928.627 83.3002L963.647 88.9002C969.25 91.0002 973.452 92.4002 974.153 91.0002C974.853 89.6002 970.651 87.5002 965.047 85.4002L920.222 77.7002C914.619 77.7002 911.817 77.7002 913.919 79.1002ZM913.218 120.4C915.319 119 912.518 118.3 906.915 118.3C901.311 118.3 896.409 119.7 896.409 121.1C896.409 122.5 899.21 123.2 902.712 123.2C906.214 123.2 911.117 121.8 913.218 120.4Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M895.007 259.7C895.007 256.9 899.209 254.8 904.112 255.5C909.715 256.2 909.715 258.3 904.812 261.1C899.91 263.9 895.707 262.5 895.007 259.7ZM972.751 93.1001C972.751 95.2001 968.549 94.5001 964.346 91.0001L962.945 90.3001C958.043 86.8001 958.743 85.4001 963.646 86.8001C968.549 87.5001 972.751 90.3001 972.751 93.1001Z" fill="#030303"/>
<path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M959.445 222.6C960.145 219.8 960.145 215.6 959.445 212.8C958.744 210 953.141 207.9 946.838 207.9H943.336C937.732 207.9 931.429 210.7 929.328 213.5C927.226 216.3 930.728 220.5 936.332 221.9L947.538 224.7C953.141 226.1 958.744 225.4 959.445 222.6Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M951.039 214.9C947.537 211.4 947.537 207.9 951.74 207.9C955.242 207.9 960.145 210 961.545 212.1C963.647 214.2 962.246 220.5 959.444 224.7C956.643 229.6 954.541 231 955.942 227.5C955.942 224.7 953.841 219.1 951.039 214.9Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M934.23 212.8C933.53 210 930.728 210 929.327 214.2C927.226 217.7 930.028 222.6 934.931 225.4C939.833 228.2 941.934 227.5 939.833 224C937.732 221.2 934.931 216.3 934.23 212.8Z" fill="#5A5558"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M906.915 214.2C901.312 214.2 897.109 215.6 897.109 216.3C897.81 217 902.712 218.4 908.316 218.4H913.218C918.822 218.4 924.425 217.7 924.425 216.3C925.125 214.9 920.222 214.2 914.619 214.2H906.915ZM984.659 44.8C979.056 44.8 975.554 45.5 976.254 46.9C977.655 47.6 983.258 49 988.861 49H1042.79C1048.39 49 1054.7 48.3 1055.4 46.9C1056.1 45.5 1053.3 44.8 1046.99 44.8H984.659ZM944.736 203.7C939.133 203.7 934.23 205.1 934.931 205.8C935.631 206.5 939.833 207.9 945.437 207.9C951.04 207.9 955.242 207.2 955.943 205.8C955.943 204.4 951.04 203.7 944.736 203.7Z" fill="#E0DBD6"/>
<path d="M922.216 77.9889C922.248 77.2896 927.715 76.8424 934.927 77.8777L950.291 79.2911C957.504 80.3264 962.873 81.977 961.902 83.3335C960.932 84.6899 953.687 84.3539 946.474 83.3186L936.544 82.1572C929.331 81.1219 923.057 79.4294 922.216 77.9889Z" fill="#E0DBD6"/>
<path d="M970.442 217C968.163 215.667 974.998 215 984.112 215H1050.19C1059.3 215 1064.99 215.667 1063.86 217C1062.72 218.333 1053.6 219 1044.49 219H989.808C980.694 219 971.581 217.667 970.442 217Z" fill="#E0DBD6"/>
<path d="M1298.42 218L1472.12 218.7L1437.1 14.3002H1384.13L1399 122.8L1405.63 175.5H1354.5L1347.45 122.1L1333.5 14.3002H1276.01L1298.42 218Z" fill="url(#paint1_linear)"/>
<path d="M1294.92 227.8C1297.02 222.2 1303.32 218 1308.93 218L1460.91 217.3C1466.52 217.3 1468.62 221.5 1465.82 226.4L1440.6 270.5C1437.8 275.4 1430.8 279.6 1425.19 279.6L1287.21 280.3C1281.61 280.3 1278.11 276.1 1280.21 270.5L1294.92 227.8Z" fill="#29282A"/>
<path opacity="0.44" fill-rule="evenodd" clip-rule="evenodd" d="M1395.5 130C1389.9 130 1384.99 131.4 1384.99 132.1C1384.99 133.5 1389.9 134.2 1395.5 134.2L1457.84 141.2C1463.44 141.9 1468.34 141.2 1469.04 139.8C1469.74 138.4 1464.84 137 1459.24 137L1395.5 130Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1357.25 253.7C1357.95 251.6 1353.75 250.2 1348.15 250.2L1332.04 251.6C1326.44 252.3 1326.44 253 1332.04 253.7L1345.35 255.8C1350.95 257.2 1356.55 255.8 1357.25 253.7ZM1338.34 213.8C1337.64 211.7 1336.24 211 1335.54 213.1C1334.84 215.2 1334.84 220.1 1336.24 224.3C1336.94 228.5 1338.34 228.5 1339.04 225C1339.74 221.5 1339.74 216.6 1338.34 213.8Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1462.48 144.382L1449.87 139.482C1444.27 137.382 1444.97 135.982 1450.57 136.682L1463.88 138.082" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1343.95 222.2C1343.25 220.1 1341.85 222.2 1340.44 225.7C1339.04 229.9 1339.04 231.3 1341.15 229.2C1343.25 227.1 1344.65 223.6 1343.95 222.2ZM1325.74 256.5C1320.13 255.8 1320.83 254.4 1326.44 253.7H1328.54C1334.14 253 1341.15 253.7 1343.95 255.8C1346.75 257.2 1346.05 258.6 1341.85 258.6C1338.34 258.6 1331.34 257.2 1325.74 256.5Z" fill="#5A5558"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1311.03 215.2C1305.43 215.2 1301.22 216.6 1301.22 217.3C1301.22 218 1306.83 219.4 1312.43 219.4H1318.73C1324.34 219.4 1329.94 218.7 1329.94 217.3C1330.64 215.9 1326.44 215.2 1320.13 215.2H1311.03ZM1353.05 215.2C1347.45 215.2 1343.25 216.6 1343.25 217.3C1343.95 218 1348.85 219.4 1354.45 219.4H1454.29C1459.9 219.4 1464.8 218.7 1465.5 217.3C1466.2 215.9 1461.3 215.2 1455.69 215.2H1353.05ZM1424.81 131.3C1419.2 130.6 1415 131.3 1415 132C1415.7 133.4 1420.6 134.8 1426.21 135.5L1433.91 136.2C1439.51 136.9 1445.12 136.9 1445.82 135.5C1446.52 134.1 1442.32 132.7 1436.71 132L1424.81 131.3Z" fill="#E0DBD6"/>
<path d="M1390 134.1C1390 133.4 1394.2 132 1399.81 132H1405.41C1411.01 132 1415.91 132.7 1415.21 134.1C1414.51 135.5 1409.61 136.2 1404.01 136.2H1401.21C1395.6 136.2 1390.7 134.8 1390 134.1Z" fill="#030303"/>
<path d="M1393.76 138.958C1395.46 135.105 1398.29 132.903 1398.86 134.555C1399.42 136.206 1398.29 140.61 1395.46 143.912L1387.53 154.371C1384.7 158.224 1384.13 157.673 1386.4 153.82L1393.76 138.958Z" fill="#29282A"/>
<path d="M1097.32 217.7H1170.16H1271.01L1266.5 176H1167.47L1158 13.9999H1089.61L1097.32 217.7Z" fill="url(#paint2_linear)"/>
<path d="M1096.62 228.2C1097.32 222.6 1102.92 217.7 1108.52 217.7L1261.21 219.1C1266.81 219.1 1270.31 223.3 1268.21 228.9L1253.5 270.2C1251.4 275.8 1245.1 280 1239.5 280H1100.82C1095.21 280 1091.01 275.1 1091.71 269.5L1096.62 228.2Z" fill="#29282A"/>
<path opacity="0.44" fill-rule="evenodd" clip-rule="evenodd" d="M1121.83 81.2002C1121.83 84.0002 1127.43 86.1002 1133.04 86.1002H1135.14C1140.74 86.1002 1146.34 86.1002 1147.04 86.8002C1147.74 86.8002 1150.55 88.9002 1151.95 88.2002C1153.35 87.5002 1151.95 86.1002 1150.55 84.0002C1148.44 82.6002 1142.14 81.2002 1136.54 81.2002C1130.93 81.2002 1126.03 76.3002 1125.33 70.7002L1119.73 20.3002C1119.03 14.7002 1117.63 9.80017 1116.23 9.80017C1114.83 9.80017 1114.83 14.7002 1115.53 20.3002L1119.73 60.2002C1120.43 65.8002 1116.23 70.7002 1110.62 70.7002H1097.32C1091.71 70.7002 1086.81 71.4002 1086.81 72.8002C1086.81 74.2002 1091.71 74.9002 1097.32 74.9002H1110.62C1116.93 76.3002 1121.83 78.4002 1121.83 81.2002ZM1115.53 184.8C1116.23 190.4 1114.13 198.8 1111.32 203.7C1108.52 208.6 1106.42 217 1107.82 217.7C1109.22 218.4 1111.32 214.2 1112.72 208.6C1114.13 203.7 1119.03 198.8 1119.73 198.8C1120.43 198.8 1120.43 193.9 1120.43 188.3L1119.03 166.6C1118.33 161 1123.23 156.1 1128.83 156.1H1162.45C1168.06 156.1 1172.96 155.4 1172.96 154C1172.96 152.6 1168.06 151.9 1162.45 151.9H1123.93C1118.33 151.9 1113.42 156.8 1114.13 162.4L1115.53 184.8ZM1088.91 260.4C1088.91 261.8 1093.11 263.2 1099.42 263.2L1150.55 266.7C1156.15 267.4 1161.05 266.7 1161.05 265.3C1161.05 263.9 1156.85 262.5 1150.55 262.5L1099.42 259C1093.81 258.3 1089.61 259 1088.91 260.4Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1263.31 242.9C1264.01 240.8 1259.81 239.4 1254.2 239.4H1249.3C1243.7 239.4 1243.7 240.8 1248.6 242.2L1252.1 242.9C1257.71 245.7 1262.61 245 1263.31 242.9ZM1226.19 212.1C1224.79 209.3 1224.09 210.7 1224.09 216.3C1224.09 221.9 1225.49 224 1226.89 221.9C1228.29 219.1 1227.59 214.9 1226.19 212.1Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1112.02 266C1107.12 264.6 1108.52 263.9 1114.13 263.9C1119.73 263.9 1128.13 265.3 1133.04 266.7C1137.94 268.1 1136.54 269.5 1130.93 268.8C1124.63 268.8 1116.23 267.4 1112.02 266ZM1230.39 225.4C1229.69 223.3 1228.29 225.4 1226.89 228.9C1225.49 232.4 1225.49 234.5 1227.59 232.4C1229.69 230.3 1231.09 226.8 1230.39 225.4Z" fill="#5A5558"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1087.51 75.6C1087.51 72.8 1091.71 70.7 1097.32 71.4H1098.72C1104.32 71.4 1105.02 73.5 1099.42 75.6L1097.32 76.3C1092.41 79.1 1087.51 78.4 1087.51 75.6Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1122.53 214.2C1116.93 214.2 1112.72 214.9 1113.43 216.3C1114.13 217 1119.73 218.4 1125.33 218.4H1154.05C1159.65 218.4 1165.25 217.7 1165.96 216.3C1166.66 214.9 1163.15 214.2 1156.85 214.2H1122.53ZM1210.08 214.2C1204.48 214.2 1199.57 215.6 1200.27 216.3C1200.97 217 1205.88 218.4 1211.48 218.4C1217.08 218.4 1221.99 217.7 1222.69 216.3C1223.39 214.9 1218.48 214.2 1212.88 214.2H1210.08ZM1241.6 214.2C1235.99 214.2 1231.79 214.9 1232.49 216.3C1233.19 217.7 1238.1 218.4 1243.7 218.4H1254.91C1260.51 218.4 1266.11 217.7 1266.11 216.3C1266.81 214.9 1262.61 214.2 1257.01 214.2H1241.6ZM1110.62 67.2C1105.02 67.2 1101.52 68.6 1101.52 69.3C1101.52 70 1105.72 71.4 1110.62 71.4C1115.53 71.4 1119.73 70.7 1119.73 69.3C1119.73 67.9 1116.23 67.2 1110.62 67.2ZM1130.23 147C1124.63 147 1120.43 147.7 1121.13 149.1C1121.83 149.8 1126.73 151.2 1132.34 151.2H1143.54C1149.15 151.2 1154.75 150.5 1154.75 149.1C1155.45 147.7 1151.25 147 1145.64 147H1130.23Z" fill="#E0DBD6"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1512.45 218C1506.85 218 1499.14 221.5 1494.94 225.7L1460.91 271.9C1457.41 276.1 1458.81 279.6 1464.41 279.6H1607.2C1612.8 279.6 1621.21 276.1 1625.41 272.6L1673.74 225.7C1677.94 221.5 1676.54 218.7 1670.94 218.7L1512.45 218Z" fill="#29282A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1500.83 218H1677L1653.17 125H1620.5L1614.5 99.5H1646.63L1624.8 14.3003H1463.71L1500.83 218ZM1616.76 173.5H1556L1551 147H1611L1616.76 173.5ZM1537 79H1596.41L1591 54H1532.5L1537 79Z" fill="url(#paint3_linear)"/>
<path d="M1536 53C1536 52.3333 1541.27 51 1548.3 51H1560.6C1568.51 51 1573.78 51.6667 1572.9 53C1572.9 54.3333 1565.88 55 1558.85 55H1550.06C1543.03 55 1536.88 53.6667 1536 53Z" fill="#E0DBD6"/>
<path d="M1498 52C1498 51.6667 1501.42 51 1505.98 51H1513.96C1519.09 51 1522.51 51.3333 1521.94 52C1521.94 52.6667 1517.38 53 1512.82 53H1507.12C1502.56 53 1498.57 52.3333 1498 52Z" fill="#E0DBD6"/>
<path d="M1581.02 54C1580.83 53.3333 1582 53 1583.57 53H1590.43C1592 53 1593.17 53.3333 1592.98 54C1592.78 54.6667 1591.21 55 1589.65 55H1584.35C1582.79 55 1581.22 54.6667 1581.02 54Z" fill="#E0DBD6"/>
<path d="M1552.1 145.5C1551.16 144.5 1556.84 144 1564.42 144H1597.58C1605.16 144 1610.84 144.5 1609.9 145.5C1608.95 146.5 1601.37 147 1593.79 147H1568.21C1560.63 147 1553.05 146.5 1552.1 145.5Z" fill="#E0DBD6"/>
<path d="M1615.05 99C1614.56 98.3333 1617.5 98 1621.42 98H1638.58C1642.5 98 1645.44 98.3333 1644.95 99C1644.46 99.6667 1640.54 100 1636.62 100H1623.38C1619.46 100 1615.54 99.6667 1615.05 99Z" fill="#E0DBD6"/>
<path opacity="0.44" d="M1524.8 52.2498C1530.39 53.0226 1534.94 54.9673 1535.26 56.5016C1534.89 57.8546 1530.66 57.4443 1525.25 55.9949L1493.19 53.9307C1489 50.6329 1485.67 46.8399 1486.71 45.668C1487.74 44.4961 1491.62 46.2597 1495.63 50.234C1499.64 54.2083 1524.8 52.2498 1524.8 52.2498Z" fill="#030303"/>
<path opacity="0.44" fill-rule="evenodd" clip-rule="evenodd" d="M1564.57 29.0002C1559.66 29.0002 1554.76 24.8002 1553.36 19.9002C1551.96 15.0002 1549.86 11.5002 1548.46 12.2002C1547.06 12.9002 1547.76 17.1002 1549.16 22.7002V23.4002C1550.56 29.0002 1556.16 33.2002 1561.06 33.2002C1565.97 33.2002 1570.87 37.4002 1572.97 43.0002L1574.37 47.9002C1576.47 53.5002 1578.57 57.7002 1579.97 57.0002C1581.38 56.3002 1580.68 52.1002 1578.57 46.5002L1575.77 38.8002C1575.07 33.9002 1569.47 29.0002 1564.57 29.0002Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1475.68 248.6C1477.78 246.5 1483.38 245.1 1489.69 245.8L1513.5 250C1519.1 250.7 1519.1 251.4 1513.5 252.1L1483.38 252.8C1477.08 252.8 1474.28 251.4 1475.68 248.6Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1477.5 250.316C1479.6 248.916 1479.6 243.316 1478.2 237.716L1476.8 232.116C1475.4 226.516 1474 226.516 1474 232.816V242.616C1474 248.216 1475.4 251.716 1477.5 250.316Z" fill="#29282A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1575.07 57.7001L1575.77 46.5001C1575.77 40.9001 1577.17 40.9001 1578.57 46.5001L1582.08 59.1001" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1489.68 253.775C1484.77 254.475 1484.77 253.075 1489.68 251.675C1494.58 250.275 1502.98 249.575 1508.59 250.275L1513.49 250.975C1519.09 251.675 1519.09 252.375 1513.49 252.375H1508.59C1502.98 253.075 1493.88 253.775 1489.68 253.775Z" fill="#5A5558"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1535.07 54.8193C1533.28 53.5183 1526.85 52.9535 1521.64 54.0973C1516.43 55.2411 1517.25 56.3801 1522.7 56.7828L1528.72 56.778C1534.58 57.7503 1537.84 56.2824 1535.07 54.8193Z" fill="#29282A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1512.04 215.2C1506.43 215.2 1502.23 215.9 1503.63 217.3C1505.03 218 1510.64 219.4 1516.24 219.4H1663.89C1669.5 219.4 1675.1 218.7 1676.5 217.3C1677.9 215.9 1673.7 215.2 1668.1 215.2H1512.04Z" fill="#E0DBD6"/>
<path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M1613.69 99.8C1612.29 98.4 1610.89 92.8 1610.19 87.2C1609.49 81.6 1610.89 81.6 1612.29 87.2L1613.69 92.1C1615.79 97.7 1615.79 101.2 1613.69 99.8Z" fill="#030303"/>
<path opacity="0.44" d="M1478 171.1C1478 169.7 1482.9 169 1488.51 169H1547.34C1552.94 169 1557.85 169.7 1557.85 171.1C1557.85 172.5 1552.94 173.2 1547.34 173.2H1488.51C1482.9 173.2 1478 172.5 1478 171.1Z" fill="#030303"/>
<path d="M1494.49 166.134C1488.89 165.434 1485.39 167.534 1486.09 171.034C1486.79 173.834 1492.39 175.934 1498 175.234L1513.4 172.434C1519.01 171.034 1519.01 169.634 1513.4 168.934L1494.49 166.134Z" fill="#030303"/>
<path d="M1484.83 175.305C1486.94 170.405 1490.44 167.605 1491.14 169.705C1491.84 171.805 1490.44 177.405 1486.94 181.605L1477.13 194.905C1473.63 199.805 1472.93 199.105 1475.73 194.205L1484.83 175.305Z" fill="#29282A"/>
<path d="M1516.08 167.1C1515.38 165.7 1519.58 165 1525.18 165H1540.59C1546.19 165 1550.4 165.7 1549.7 167.1C1549.7 168.5 1544.09 169.2 1538.49 169.2H1527.28C1521.68 169.2 1516.78 167.8 1516.08 167.1Z" fill="#E0DBD6"/>
<path d="M679.146 217L681.248 175L582.492 174.3L592.297 48.9999H686.15L688.252 13.2999H527.861L506.148 217H679.146Z" fill="url(#paint4_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M516.655 217C511.052 217 507.55 221.2 509.651 226.8L524.359 268.1C526.461 273.7 532.764 277.9 538.367 277.9H677.046C682.649 277.9 686.852 273 686.151 267.4L680.548 226.8C679.848 221.2 674.244 216.3 668.641 216.3L516.655 217Z" fill="#29282A"/>
<path opacity="0.44" fill-rule="evenodd" clip-rule="evenodd" d="M543.27 181.3C543.27 175.7 539.068 170.8 533.465 170.8H516.655C511.052 170.8 506.149 171.5 506.149 172.9C506.149 174.3 511.052 175 516.655 175H528.562C534.165 175 539.068 179.9 538.367 185.5L537.667 205.8C537.667 211.4 538.367 220.5 539.768 226.1L542.57 238C543.971 243.6 546.772 250.6 548.173 253.4C549.574 256.2 550.274 254.1 548.873 248.5L543.97 225.4C542.57 219.8 541.869 210.7 541.869 204.4L543.27 181.3ZM516.655 72.8002C516.655 74.2002 521.558 74.9002 527.161 74.9002H543.27C548.873 74.9002 555.877 73.5002 558.679 72.1002C561.48 70.7002 558.679 69.3002 553.076 70.0002L527.161 70.7002C521.558 70.0002 516.655 71.4002 516.655 72.8002ZM639.224 96.6002C639.224 91.0002 637.824 86.1002 636.423 86.1002C635.022 86.1002 634.322 91.0002 634.322 96.6002V116.2C634.322 121.8 635.723 123.9 637.123 121.1C638.524 118.3 639.925 110.6 639.224 105V96.6002ZM660.937 175.7C660.937 181.3 656.034 185.5 650.431 185.5H637.824C632.221 185.5 627.318 190.4 627.318 196V208.6C627.318 214.2 628.018 219.1 629.419 219.1C630.82 219.1 631.52 214.2 631.52 208.6V200.9C631.52 195.3 636.423 190.4 642.026 190.4H654.633C660.236 190.4 665.139 185.5 665.139 179.9V177.1C665.139 171.5 664.439 166.6 663.038 166.6C662.338 166.6 660.937 170.8 660.937 175.7Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M685.45 247.8C684.749 245 679.847 242.9 674.244 243.6L658.835 245.7C653.232 246.4 653.232 247.8 658.835 248.5L675.644 251.3C681.948 252.7 686.15 251.3 685.45 247.8ZM542.569 207.9C541.869 203.7 540.468 203 539.767 207.2C539.067 211.4 539.767 219.1 541.168 224.7L541.868 226.8C543.269 232.4 544.67 232.4 543.97 226.8C543.97 220.5 543.269 212.1 542.569 207.9ZM628.718 211.4C628.017 209.3 627.317 212.8 627.317 218.4V219.1C627.317 224.7 628.017 226.1 629.418 221.9C630.118 217.7 630.118 212.8 628.718 211.4Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M536.266 224.7C534.165 221.9 533.465 224 534.865 228.2C535.566 233.1 538.367 240.1 540.469 244.3C542.57 248.5 543.27 247.1 541.869 241.5L541.169 239.4C541.169 233.8 538.367 226.8 536.266 224.7Z" fill="#5A5558"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M637.824 84.7001C635.723 84.0001 635.022 87.5001 635.723 93.1001V95.2001C636.423 100.8 637.824 101.5 639.225 95.9001C639.925 91.0001 639.225 85.4001 637.824 84.7001Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M518.756 213.5C513.153 213.5 508.951 214.9 508.951 215.6C508.951 216.3 514.554 217.7 520.157 217.7H525.06C530.663 217.7 536.266 217 536.266 215.6C536.967 214.2 532.064 213.5 526.461 213.5H518.756ZM523.659 167.3C518.056 167.3 513.854 168.7 513.854 169.4C513.854 170.1 519.457 171.5 525.06 171.5H527.862C533.465 171.5 538.368 170.8 539.068 169.4C539.768 168 534.866 167.3 529.262 167.3H523.659ZM606.306 44.8C600.703 44.8 597.201 45.5 598.602 46.9C600.003 47.6 605.606 49 611.909 49H668.641C674.245 49 680.548 48.3 681.949 46.9C683.35 45.5 679.848 44.8 674.245 44.8H606.306ZM642.727 213.5C637.124 213.5 632.921 214.2 633.622 215.6C634.322 216.3 639.925 217.7 645.528 217.7H663.739C669.342 217.7 674.945 217 675.645 215.6C676.346 214.2 672.143 213.5 666.54 213.5H642.727Z" fill="#E0DBD6"/>
<path d="M547.476 215.6C546.776 214.2 550.978 213.5 556.581 213.5H614.711C620.314 213.5 624.516 214.2 623.816 215.6C623.116 217 617.512 217.7 611.909 217.7H559.383C553.78 217.7 548.177 216.3 547.476 215.6Z" fill="#E0DBD6"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M139.721 141C134.117 141 132.016 144.5 136.219 148.7L179.643 197.7C183.145 201.9 190.149 205.4 194.352 205.4C198.554 205.4 199.254 201.2 195.752 196.3L193.651 193.5C190.149 188.6 188.748 180.2 190.149 174.6V173.2C191.55 167.6 190.149 159.2 186.647 155L182.445 148.7C178.943 144.5 171.238 140.3 165.635 140.3L139.721 141Z" fill="#29282A"/>
<path d="M216.338 13.3L207.532 51.8L196.026 91.35L124.36 91.7L136.578 50.4L147.084 14H81.2463L16.1094 217H86.8495L112.764 130.9H185.52L163.808 217H236.649L283.576 13.3H216.338Z" fill="url(#paint5_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.6145 217C21.0113 217 19.6105 220.5 23.8129 224L74.2415 272.3C78.4438 276.5 86.8486 279.3 92.4518 279.3H135.876C141.48 279.3 142.88 275.8 139.378 271.6L95.2534 224.7C91.051 220.5 83.3466 217 77.7435 217H26.6145ZM168.313 217C162.71 217 160.609 220.5 164.811 224.7L204.033 270.9C207.535 275.1 215.239 278.6 221.543 278.6H267.069C272.672 278.6 274.773 275.1 271.271 270.2L236.952 224.7C233.45 219.8 225.745 216.3 220.142 216.3L168.313 217Z" fill="#29282A"/>
<path opacity="0.44" fill-rule="evenodd" clip-rule="evenodd" d="M69.3396 47.6002C68.6392 49.0002 72.8415 49.7002 79.1451 49.7002H126.772C132.375 49.7002 137.278 48.3002 137.278 46.9002C137.278 45.5002 132.375 44.1002 126.772 44.1002H80.5459C74.9427 44.8002 70.04 46.2002 69.3396 47.6002ZM65.1372 151.9C67.2384 146.3 63.7364 142.1 58.1332 142.1H47.6273C42.0241 142.1 37.1213 142.8 37.1213 144.2C37.1213 145.6 42.0241 146.3 47.6273 146.3H51.8296C57.4328 146.3 60.9348 150.5 58.8336 156.1L48.3277 187.6C46.2265 193.2 49.7285 197.4 55.3316 197.4H90.3515C95.9546 197.4 100.857 196.7 100.857 195.3C100.857 193.9 95.9546 193.2 90.3515 193.2H60.9348C55.3316 193.2 51.8296 189 53.9308 183.4V182.7C56.032 177.1 61.6352 172.9 67.9388 172.9H94.5538C100.157 172.9 105.06 172.2 105.06 170.8C105.06 169.4 100.157 168.7 94.5538 168.7H69.3396C63.7364 168.7 60.2344 164.5 62.3356 158.9L65.1372 151.9ZM241.05 57.4002C241.75 51.8002 238.248 46.9002 231.945 46.9002H219.338C213.734 46.9002 208.131 47.6002 208.131 49.0002C207.431 50.4002 212.334 51.1002 217.937 51.1002H227.042C232.645 51.1002 236.848 56.0002 236.147 61.6002L234.746 74.9002C234.046 80.5002 228.443 85.4002 222.84 85.4002H178.715C173.111 85.4002 168.209 86.1002 168.209 87.5002C168.209 88.9002 173.111 89.6002 178.715 89.6002H266.965C272.568 89.6002 277.47 88.9002 277.47 87.5002C277.47 86.1002 272.568 85.4002 266.965 85.4002H248.054C242.451 85.4002 238.248 80.5002 238.949 74.9002L241.05 57.4002Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M204.73 50.4001H223.64C229.244 50.4001 229.244 49.7001 223.64 48.3001L218.738 47.6001C213.134 46.2001 208.932 47.6001 208.932 49.7001L204.73 50.4001ZM118.367 247.1C116.265 245 109.962 243.6 104.359 244.3L94.553 245.7C88.9499 246.4 88.9499 247.8 94.553 248.5L111.363 250.6C116.966 250.6 120.468 249.9 118.367 247.1ZM274.773 271.6C273.372 269.5 267.769 268.1 261.466 268.1L239.053 270.2C233.45 270.9 233.45 271.6 239.053 272.3L267.069 275.1C272.672 275.1 276.174 273.7 274.773 271.6ZM146.382 162C144.982 159.9 148.484 159.2 154.087 159.9L167.394 161.3C172.997 162 172.997 162.7 167.394 163.4L159.69 164.1C154.087 164.8 147.783 164.1 146.382 162Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M268.369 88.2C267.669 90.3 262.066 90.3 256.463 88.9H255.062C249.459 87.5 249.459 86.1 255.062 86.1H259.264C265.568 85.4 269.07 86.8 268.369 88.2ZM105.76 170.1C106.461 168 102.959 166.6 96.655 168L90.3515 169.4C84.7483 170.8 84.7483 172.2 90.3515 172.9L93.153 173.6C99.4566 173.6 105.06 172.2 105.76 170.1Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M120.469 247.8C119.068 245.7 119.068 240.1 120.469 234.5L121.869 229.6C123.27 224 124.671 224 124.671 230.3L123.97 240.8C123.27 246.4 121.869 249.9 120.469 247.8ZM273.373 272.3C271.972 271.6 271.972 266.7 273.373 262.5C274.774 258.3 276.175 259 276.175 264.6C276.175 270.2 274.774 273.7 273.373 272.3Z" fill="#29282A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.4489 253.4C80.5461 252 81.2465 251.3 86.1493 251.3C91.052 252 98.7564 252.7 102.959 253.4C107.161 254.1 106.461 254.8 102.258 255.5C97.3556 255.5 89.6512 254.8 85.4489 253.4Z" fill="#5A5558"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M101.558 197.4C101.558 196 97.3557 194.6 91.7525 194.6H88.9509C83.3478 194.6 83.3478 196 88.9509 197.4L91.0521 198.1C95.9549 198.8 100.858 198.8 101.558 197.4Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.7168 214.2C23.1136 214.2 18.9112 214.9 20.312 216.3C21.0124 217 26.6156 218.4 32.9192 218.4H69.3398C74.943 218.4 80.5461 217.7 81.9469 216.3C83.3477 214.9 79.1453 214.2 73.5422 214.2H28.7168ZM176.816 214.2C171.213 214.2 167.01 214.9 168.411 216.3C169.112 217 174.715 218.4 181.018 218.4H217.439C223.042 218.4 228.645 217.7 230.046 216.3C230.747 214.9 227.245 214.2 221.641 214.2H176.816ZM53.9311 139.3C48.3279 139.3 44.1255 140.7 44.8259 141.4C44.8259 142.1 49.0283 143.5 53.9311 143.5C58.8338 143.5 63.0362 142.8 63.0362 141.4C63.0362 140 58.8338 139.3 53.9311 139.3ZM128.105 129.3C122.502 129.3 118.3 130 119 131.4C119.7 132.1 124.603 133.5 130.907 133.5H169.093C174.696 133.5 180.3 132.8 181 131.4C181.7 130 177.498 129.3 171.895 129.3H128.105ZM101.558 42.7C95.9549 42.7 91.7525 43.4 92.4529 44.8C93.1533 46.2 98.0561 46.9 104.36 46.9H119.768C125.372 46.9 130.975 46.2 131.675 44.8C132.376 43.4 128.173 42.7 122.57 42.7H101.558ZM208.929 81.5C203.326 81.5 199.124 82.2 199.824 83.6C200.524 85 205.427 85.7 211.03 85.7H220.937C226.54 85.7 232.143 85 232.143 83.6C232.844 82.2 228.641 81.5 223.038 81.5H208.929Z" fill="#E0DBD6"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M349.962 217H277.121L315.642 13.2998H382.881H431.208H498.446L474.632 217H402.492L411.597 151.9H360.536L349.962 217ZM355.202 45L350.999 70.9L381.117 71.6L379.716 81.4H365.708L357.766 121.3H375.276L377.786 107.3H403L401.191 120.6H418L424.541 80.7H410.533L411.934 70.9H439.95L443.452 45H412.634L409.132 68.8H383.918L386.72 45H355.202Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M287.627 217C282.024 217 279.923 221.2 282.725 226.1L309.34 270.2C312.141 275.1 319.846 279.3 325.449 279.3H369.574C375.177 279.3 377.979 275.1 375.177 270.2L354.165 226.8C351.363 221.9 345.06 217.7 338.756 217.7L287.627 217ZM411.804 217C406.2 217 403.399 221.2 405.5 226.8L425.812 270.2C427.913 275.1 434.917 280 440.52 280H486.046C491.649 280 495.151 275.8 493.05 270.2L476.94 226.8C474.839 221.2 468.536 217 462.933 217H411.804Z" fill="#29282A"/>
<path opacity="0.44" fill-rule="evenodd" clip-rule="evenodd" d="M312.842 203.7C314.242 198.1 313.542 196 312.141 198.8C310.04 201.6 307.939 206.5 307.238 210.7C306.538 214.2 307.238 221.2 308.639 225.4C310.04 229.6 313.542 235.2 314.943 238C317.044 240.1 317.044 238 314.943 232.4L313.542 226.8C311.441 221.2 311.441 212.1 312.842 206.5V203.7ZM296.032 151.2C290.429 151.2 285.526 151.9 285.526 152.6C285.526 153.3 290.429 154.7 296.032 155.4L347.161 158.2C352.764 158.2 359.068 161 360.469 163.1C361.869 165.9 364.671 167.3 365.371 166.6C366.072 165.9 365.371 163.1 363.27 159.6C361.169 156.8 354.865 154 349.262 153.3L296.032 151.2ZM415.8 152.6C410.197 152.6 405.294 154 405.294 155.4C405.294 156.8 410.197 157.5 415.8 157.5L444.516 156.1C450.119 156.1 454.322 160.3 453.621 165.9L447.318 206.5C446.617 212.1 447.318 221.2 448.719 226.8L449.419 229.6C450.82 235.2 454.322 242.2 456.423 245C458.524 247.8 459.224 246.4 457.123 240.8L452.921 226.8C451.52 221.2 450.82 212.1 451.52 206.5L458.524 161.7C459.224 156.1 455.722 151.2 449.419 151.9L415.8 152.6Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M421.402 262.5C420.702 260.4 424.904 259 430.507 259H434.71C440.313 259 440.313 260.4 435.41 262.5L432.609 263.2C427.005 264.6 422.103 264.6 421.402 262.5ZM450.119 209.3C450.119 205.1 449.418 205.1 448.017 209.3C447.317 213.5 448.017 221.9 450.119 227.5L450.819 229.6C452.92 235.2 453.621 235.2 452.22 228.9V227.5C451.519 221.9 450.119 213.5 450.119 209.3ZM309.339 212.8C308.638 210.7 307.238 211.4 306.537 213.5C305.837 215.6 306.537 219.8 308.638 222.6C310.74 225.4 312.14 225.4 311.44 221.9C310.74 218.4 310.039 214.2 309.339 212.8Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M424.905 48.3C425.605 45.5 430.508 44.1 436.111 45.5H436.812C442.415 46.9 442.415 49 436.812 50.4L434.711 51.1C428.407 52.5 424.205 51.1 424.905 48.3Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M359.068 161C359.068 157.5 360.469 159.6 362.57 164.5L363.27 165.9C365.371 171.5 365.371 173.6 363.27 171.5C361.169 169.4 359.068 164.5 359.068 161Z" fill="#29282A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M301.635 217C300.235 217 300.935 220.5 303.036 224.7C305.137 228.9 305.838 228.9 305.137 224.7C304.437 220.5 303.036 217 301.635 217ZM438.213 263.9C434.01 263.2 435.411 262.5 441.014 261.1L444.516 260.4C450.119 259.7 452.921 259.7 450.119 261.8C447.318 263.2 441.715 264.6 438.213 263.9Z" fill="#5A5558"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M401.092 156.8C400.391 154.7 404.594 153.3 410.197 153.3H428.407C434.011 153.3 434.011 154 428.407 155.4L412.298 158.9C407.395 159.6 401.792 158.9 401.092 156.8Z" fill="#030303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M290.429 213.5C284.826 213.5 279.923 214.9 280.624 215.6C281.324 216.3 285.526 217.7 291.13 217.7C296.733 217.7 300.935 217 301.635 215.6C301.635 214.2 297.433 213.5 291.83 213.5H290.429ZM462.727 213.5C457.124 213.5 452.921 214.9 453.622 215.6C453.622 216.3 457.824 217.7 462.727 217.7C467.63 217.7 471.832 217 471.832 215.6C472.532 214.2 468.33 213.5 462.727 213.5ZM322.647 213.5C317.044 213.5 312.842 214.2 312.842 215.6C313.542 216.3 318.445 217.7 324.048 217.7H335.254C340.858 217.7 346.461 217 346.461 215.6C347.161 214.2 342.959 213.5 336.655 213.5H322.647ZM414.399 213.5C408.796 213.5 404.594 214.2 405.294 215.6C405.995 216.3 410.897 217.7 417.201 217.7H431.909C437.512 217.7 443.116 217 443.816 215.6C444.516 214.2 440.314 213.5 434.711 213.5H414.399ZM431.909 149.8C426.306 149.8 422.104 151.2 422.104 151.9C422.804 152.6 427.707 154 433.31 154H436.112C441.715 154 446.618 153.3 447.318 151.9C448.018 150.5 443.816 149.8 437.512 149.8H431.909ZM305.137 148.4C299.534 148.4 295.332 149.8 295.332 150.5C296.032 151.2 300.935 152.6 306.538 152.6H309.34C314.943 152.6 319.846 151.9 320.546 150.5C321.247 149.1 316.344 148.4 310.741 148.4H305.137ZM423.5 41C419.7 41.5267 413.5 42 414 43.5C414.545 45.1366 419.744 45.0004 423.5 45C426.5 44.9998 427 45 431 44.9998C435 44.9996 442.206 45.6998 442.206 44.2998C442.907 42.8998 436.855 41.45 433.101 40.7998C429.406 40.1597 427.215 40.4851 423.5 41Z" fill="#E0DBD6"/>
<path d="M357 43.2998C356.5 41.7997 362.7 41.3265 366.5 40.7997C370.215 40.2848 372.406 39.9594 376.101 40.5995C379.855 41.2498 385.907 42.6995 385.206 44.0995C385.206 45.4995 378 44.7993 374 44.7995C370 44.7998 369.5 44.7995 366.5 44.7998C362.744 44.8001 357.545 44.9363 357 43.2998Z" fill="#E0DBD6"/>
<path d="M425.335 79C426.036 78.3 422.534 76.9 418.331 76.9C414.129 76.2 411.327 76.9 411.327 79C411.327 80.4 414.829 81.1 418.331 81.1C421.833 81.1 425.335 79.7 425.335 79Z" fill="#E0DBD6"/>
<path d="M407.125 67.1C407.125 66.4 403.623 65 398.02 65C393.117 65 388.915 65.7 388.915 67.1C388.915 68.5 393.117 69.2 398.02 69.2C402.922 69.2 407.125 67.8 407.125 67.1Z" fill="#E0DBD6"/>
<path d="M377.008 79C377.008 78.3 374.206 76.9 370.004 76.9C366.502 76.2 363 76.9 363 79C363.7 80.4 366.502 81.1 370.004 81.1C373.506 81.1 377.008 79.7 377.008 79Z" fill="#E0DBD6"/>
<path d="M788.215 14H715.5L700 218.972H768.812L773.732 167H786.721L785 188.465H804.99L801.997 218.936L872.974 218.972L875.301 140.5H847L847.951 125.116H826L827.794 100.304H848.405L850.5 75H878.724L882 14H822.128L819.917 36.5H801.265L798.864 53.5H784.476L788.215 14Z" fill="url(#paint7_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M711.653 220.692C706.05 220.692 701.925 224.846 703.196 230.384L711.778 271.227C713.049 276.765 718.729 280.919 724.333 280.919H756.337C761.941 280.919 766.87 276.073 767 270.535L767.419 230.384C767.549 224.846 762.673 220 757.07 220L711.653 220.692Z" fill="#29282A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M813.653 220.692C808.05 220.692 803.925 224.846 805.196 230.384L813.778 271.227C815.049 276.765 820.729 280.919 826.333 280.919H858.337C863.941 280.919 868.87 276.073 869 270.535L869.419 230.384C869.549 224.846 864.673 220 859.07 220L813.653 220.692Z" fill="#29282A"/>
<path d="M844 219C844 218.333 848.958 217 855.568 217H861.353C867.963 217 873.747 217.667 872.921 219C872.095 220.333 866.31 221 859.7 221H857.221C850.611 221 844.826 219.667 844 219Z" fill="#E0DBD6"/>
<path opacity="0.44" d="M836.485 200.669C835.553 195.074 835.993 188.78 836.607 186.681C837.22 184.583 838.737 187.381 840.427 194.375L842.407 208.363C843.339 213.958 843.744 223.75 843.275 229.345L839.438 272.008C838.969 277.604 837.07 282.499 835.669 282.499C834.269 282.499 833.366 277.604 833.834 272.008L838.343 228.646C838.812 223.05 838.407 213.259 837.475 207.664L836.485 200.669Z" fill="#030303"/>
<path d="M842.903 207.2C842.202 201.6 840.101 201.6 839.401 207.2C838.7 212.8 838 221.9 838 228.2V232.4C838 238 839.401 238 840.802 232.4L842.202 227.5C843.603 221.9 844.304 212.8 842.903 207.2Z" fill="#030303"/>
<path d="M840.101 233.351C841.502 229.151 842.903 229.151 843.603 231.951C844.304 235.451 843.603 242.451 841.502 247.351C839.401 252.951 838 253.651 838 248.751C838 243.851 838.7 237.551 840.101 233.351Z" fill="#5A5558"/>
<path d="M803 219C803 218.333 808.984 217 816.962 217H823.943C831.921 217 838.902 217.667 837.905 219C836.907 220.333 829.926 221 821.948 221H818.956C810.978 221 803.997 219.667 803 219Z" fill="#E0DBD6"/>
<path d="M701 219C701 218.333 711.941 217 726.53 217H739.296C753.884 217 766.649 217.667 764.826 219C763.002 220.333 750.237 221 735.648 221H730.177C715.589 221 702.824 219.667 701 219Z" fill="#E0DBD6"/>
<path opacity="0.44" d="M813.632 100C822.361 100 830 100.667 830 102C830 103.333 822.361 104 813.632 104H802.719C793.99 104 783.077 102.667 778.712 102C774.347 100.667 778.712 100 787.442 100H813.632Z" fill="#030303"/>
<path d="M779 99.1C779 98.4 783.202 97 788.806 97H794.409C800.012 97 804.915 97.7 804.214 99.1C803.514 100.5 798.611 101.2 793.008 101.2H790.206C784.603 101.2 779.7 99.8 779 99.1Z" fill="#E0DBD6"/>
<path d="M853 73.1C853 72.4 857.202 71 862.806 71H868.409C874.012 71 878.915 71.7 878.214 73.1C877.514 74.5 872.611 75.2 867.008 75.2H864.206C858.603 75.2 853.7 73.8 853 73.1Z" fill="#E0DBD6"/>
<path d="M830 99.5C830 99 832.826 98 836.594 98H840.361C844.129 98 847.426 98.5 846.955 99.5C846.484 100.5 843.187 101 839.419 101H837.536C833.768 101 830.471 100 830 99.5Z" fill="#E0DBD6"/>
<path d="M788 187.5C788 187 790.826 186 794.594 186H798.361C802.129 186 805.426 186.5 804.955 187.5C804.484 188.5 801.187 189 797.419 189H795.536C791.768 189 788.471 188 788 187.5Z" fill="#E0DBD6"/>
<path d="M775 166.5C775 166 776.829 165 779.266 165H781.704C784.142 165 786.276 165.5 785.971 166.5C785.666 167.5 783.533 168 781.095 168H779.876C777.438 168 775.305 167 775 166.5Z" fill="#E0DBD6"/>
<path d="M828.059 102C830.694 102 833 102.667 833 104C833 105.333 830.694 106 828.059 106H824.764C822.129 106 818.835 104.667 817.517 104C816.199 102.667 817.517 102 820.152 102H828.059Z" fill="#030303"/>
<defs>
<linearGradient id="paint0_linear" x1="981.507" y1="217.7" x2="981.507" y2="13.3002" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9CDCA"/>
<stop offset="1" stop-color="#A89F9C"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="1374.06" y1="218.7" x2="1374.06" y2="14.3002" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9CDCA"/>
<stop offset="1" stop-color="#A89F9C"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="1180.31" y1="217.7" x2="1180.31" y2="13.9999" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9CDCA"/>
<stop offset="1" stop-color="#A89F9C"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="1570.35" y1="218" x2="1570.35" y2="14.3003" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9CDCA"/>
<stop offset="1" stop-color="#A89F9C"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="597.2" y1="217" x2="597.2" y2="13.2999" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9CDCA"/>
<stop offset="1" stop-color="#A89F9C"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="149.843" y1="217" x2="149.843" y2="13.3" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9CDCA"/>
<stop offset="1" stop-color="#A89F9C"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="387.783" y1="217" x2="387.783" y2="13.2998" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9CDCA"/>
<stop offset="1" stop-color="#A89F9C"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="792.699" y1="218.972" x2="792.699" y2="14" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9CDCA"/>
<stop offset="1" stop-color="#A89F9C"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 39 KiB

61
public/stickers/nasa.svg Normal file
View file

@ -0,0 +1,61 @@
<svg width="538" height="450" viewBox="0 0 538 450" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<path d="M244.321 416.674C352.746 416.674 440.642 328.771 440.642 220.337C440.642 111.903 352.746 24 244.321 24C135.896 24 48 111.903 48 220.337C48 328.771 135.896 416.674 244.321 416.674Z" fill="#0B3D91"/>
<path d="M233.194 63.6847C234.409 63.6847 235.395 62.6993 235.395 61.4836C235.395 60.268 234.409 59.2826 233.194 59.2826C231.978 59.2826 230.993 60.268 230.993 61.4836C230.993 62.6993 231.978 63.6847 233.194 63.6847Z" fill="white"/>
<path d="M255.79 66.6194C257.005 66.6194 257.991 65.634 257.991 64.4183C257.991 63.2027 257.005 62.2173 255.79 62.2173C254.574 62.2173 253.589 63.2027 253.589 64.4183C253.589 65.634 254.574 66.6194 255.79 66.6194Z" fill="white"/>
<path d="M285.428 106.533C286.644 106.533 287.629 105.547 287.629 104.332C287.629 103.116 286.644 102.13 285.428 102.13C284.213 102.13 283.228 103.116 283.228 104.332C283.228 105.547 284.213 106.533 285.428 106.533Z" fill="white"/>
<path d="M122.855 311.967C124.07 311.967 125.056 310.982 125.056 309.766C125.056 308.551 124.07 307.565 122.855 307.565C121.639 307.565 120.654 308.551 120.654 309.766C120.654 310.982 121.639 311.967 122.855 311.967Z" fill="white"/>
<path d="M128.577 329.576C129.793 329.576 130.778 328.591 130.778 327.375C130.778 326.159 129.793 325.174 128.577 325.174C127.362 325.174 126.376 326.159 126.376 327.375C126.376 328.591 127.362 329.576 128.577 329.576Z" fill="white"/>
<path d="M101.286 314.056C102.196 314.056 102.934 313.318 102.934 312.408C102.934 311.497 102.196 310.759 101.286 310.759C100.376 310.759 99.6377 311.497 99.6377 312.408C99.6377 313.318 100.376 314.056 101.286 314.056Z" fill="white"/>
<path d="M190.79 348.652C191.703 348.652 192.443 347.912 192.443 346.999C192.443 346.086 191.703 345.346 190.79 345.346C189.877 345.346 189.136 346.086 189.136 346.999C189.136 347.912 189.877 348.652 190.79 348.652Z" fill="white"/>
<path d="M331.168 319.485C332.079 319.485 332.817 318.747 332.817 317.837C332.817 316.927 332.079 316.189 331.168 316.189C330.258 316.189 329.52 316.927 329.52 317.837C329.52 318.747 330.258 319.485 331.168 319.485Z" fill="white"/>
<path d="M371.963 275.175C372.876 275.175 373.617 274.435 373.617 273.522C373.617 272.609 372.876 271.869 371.963 271.869C371.05 271.869 370.31 272.609 370.31 273.522C370.31 274.435 371.05 275.175 371.963 275.175Z" fill="white"/>
<path d="M172.008 118.854C172.919 118.854 173.656 118.116 173.656 117.205C173.656 116.295 172.919 115.557 172.008 115.557C171.098 115.557 170.36 116.295 170.36 117.205C170.36 118.116 171.098 118.854 172.008 118.854Z" fill="white"/>
<path d="M216.907 85.8766C217.817 85.8766 218.555 85.1386 218.555 84.2282C218.555 83.3179 217.817 82.5799 216.907 82.5799C215.997 82.5799 215.259 83.3179 215.259 84.2282C215.259 85.1386 215.997 85.8766 216.907 85.8766Z" fill="white"/>
<path d="M212.031 82.6484C212.941 82.6484 213.679 81.9104 213.679 81.0001C213.679 80.0897 212.941 79.3517 212.031 79.3517C211.121 79.3517 210.383 80.0897 210.383 81.0001C210.383 81.9104 211.121 82.6484 212.031 82.6484Z" fill="white"/>
<path d="M207.629 79.42C208.539 79.42 209.277 78.682 209.277 77.7717C209.277 76.8613 208.539 76.1233 207.629 76.1233C206.719 76.1233 205.981 76.8613 205.981 77.7717C205.981 78.682 206.719 79.42 207.629 79.42Z" fill="white"/>
<path d="M179.051 127.369C179.961 127.369 180.699 126.631 180.699 125.721C180.699 124.811 179.961 124.073 179.051 124.073C178.141 124.073 177.403 124.811 177.403 125.721C177.403 126.631 178.141 127.369 179.051 127.369Z" fill="white"/>
<path d="M245.186 41.5614C246.096 41.5614 246.834 40.8234 246.834 39.913C246.834 39.0026 246.096 38.2646 245.186 38.2646C244.276 38.2646 243.538 39.0026 243.538 39.913C243.538 40.8234 244.276 41.5614 245.186 41.5614Z" fill="white"/>
<path d="M256.049 89.1048C256.959 89.1048 257.697 88.3668 257.697 87.4564C257.697 86.546 256.959 85.808 256.049 85.808C255.139 85.808 254.401 86.546 254.401 87.4564C254.401 88.3668 255.139 89.1048 256.049 89.1048Z" fill="white"/>
<path d="M238.916 79.8213C239.826 79.8213 240.564 79.0833 240.564 78.1729C240.564 77.2625 239.826 76.5245 238.916 76.5245C238.006 76.5245 237.268 77.2625 237.268 78.1729C237.268 79.0833 238.006 79.8213 238.916 79.8213Z" fill="white"/>
<path d="M209.571 92.4457C210.481 92.4457 211.219 91.7077 211.219 90.7973C211.219 89.887 210.481 89.149 209.571 89.149C208.66 89.149 207.922 89.887 207.922 90.7973C207.922 91.7077 208.66 92.4457 209.571 92.4457Z" fill="white"/>
<path d="M338.984 363.033C339.894 363.033 340.632 362.295 340.632 361.384C340.632 360.474 339.894 359.736 338.984 359.736C338.074 359.736 337.336 360.474 337.336 361.384C337.336 362.295 338.074 363.033 338.984 363.033Z" fill="white"/>
<path d="M120.067 322.572C120.98 322.572 121.72 321.831 121.72 320.918C121.72 320.005 120.98 319.265 120.067 319.265C119.154 319.265 118.414 320.005 118.414 320.918C118.414 321.831 119.154 322.572 120.067 322.572Z" fill="white"/>
<path d="M234.808 343.849C235.721 343.849 236.461 343.109 236.461 342.196C236.461 341.283 235.721 340.542 234.808 340.542C233.895 340.542 233.155 341.283 233.155 342.196C233.155 343.109 233.895 343.849 234.808 343.849Z" fill="white"/>
<path d="M154.215 321.251C155.128 321.251 155.868 320.511 155.868 319.598C155.868 318.685 155.128 317.945 154.215 317.945C153.302 317.945 152.562 318.685 152.562 319.598C152.562 320.511 153.302 321.251 154.215 321.251Z" fill="white"/>
<path d="M168.487 344.548C169.4 344.548 170.14 343.808 170.14 342.895C170.14 341.982 169.4 341.242 168.487 341.242C167.574 341.242 166.834 341.982 166.834 342.895C166.834 343.808 167.574 344.548 168.487 344.548Z" fill="white"/>
<path d="M273.543 329.87C274.454 329.87 275.192 329.131 275.192 328.221C275.192 327.311 274.454 326.573 273.543 326.573C272.633 326.573 271.895 327.311 271.895 328.221C271.895 329.131 272.633 329.87 273.543 329.87Z" fill="white"/>
<path d="M331.462 297.181C332.372 297.181 333.11 296.443 333.11 295.533C333.11 294.622 332.372 293.884 331.462 293.884C330.552 293.884 329.814 294.622 329.814 295.533C329.814 296.443 330.552 297.181 331.462 297.181Z" fill="white"/>
<path d="M375.372 317.245C376.283 317.245 377.021 316.507 377.021 315.597C377.021 314.686 376.283 313.948 375.372 313.948C374.462 313.948 373.724 314.686 373.724 315.597C373.724 316.507 374.462 317.245 375.372 317.245Z" fill="white"/>
<path d="M390.339 326.822C391.249 326.822 391.987 326.084 391.987 325.174C391.987 324.264 391.249 323.526 390.339 323.526C389.428 323.526 388.69 324.264 388.69 325.174C388.69 326.084 389.428 326.822 390.339 326.822Z" fill="white"/>
<path d="M392.799 300.703C393.709 300.703 394.447 299.965 394.447 299.054C394.447 298.144 393.709 297.406 392.799 297.406C391.888 297.406 391.15 298.144 391.15 299.054C391.15 299.965 391.888 300.703 392.799 300.703Z" fill="white"/>
<path d="M174.464 263.724C175.374 263.724 176.112 262.986 176.112 262.076C176.112 261.166 175.374 260.428 174.464 260.428C173.553 260.428 172.815 261.166 172.815 262.076C172.815 262.986 173.553 263.724 174.464 263.724Z" fill="white"/>
<path d="M175.09 302.136C176.305 302.136 177.291 301.15 177.291 299.935C177.291 298.719 176.305 297.734 175.09 297.734C173.874 297.734 172.889 298.719 172.889 299.935C172.889 301.15 173.874 302.136 175.09 302.136Z" fill="white"/>
<path d="M188.295 330.016C189.511 330.016 190.496 329.031 190.496 327.815C190.496 326.6 189.511 325.614 188.295 325.614C187.08 325.614 186.094 326.6 186.094 327.815C186.094 329.031 187.08 330.016 188.295 330.016Z" fill="white"/>
<path d="M346.467 300.962C347.683 300.962 348.668 299.977 348.668 298.761C348.668 297.545 347.683 296.56 346.467 296.56C345.251 296.56 344.266 297.545 344.266 298.761C344.266 299.977 345.251 300.962 346.467 300.962Z" fill="white"/>
<path d="M403.397 297.734C404.613 297.734 405.598 296.748 405.598 295.532C405.598 294.317 404.613 293.331 403.397 293.331C402.182 293.331 401.196 294.317 401.196 295.532C401.196 296.748 402.182 297.734 403.397 297.734Z" fill="white"/>
<path d="M375.226 285.701C376.441 285.701 377.426 284.716 377.426 283.5C377.426 282.284 376.441 281.299 375.226 281.299C374.01 281.299 373.025 282.284 373.025 283.5C373.025 284.716 374.01 285.701 375.226 285.701Z" fill="white"/>
<path d="M346.467 286.875C347.683 286.875 348.668 285.89 348.668 284.674C348.668 283.458 347.683 282.473 346.467 282.473C345.251 282.473 344.266 283.458 344.266 284.674C344.266 285.89 345.251 286.875 346.467 286.875Z" fill="white"/>
<path d="M287.145 60.1044L292.618 59.581L287.155 59.2728C286.984 58.2163 286.138 57.3897 285.071 57.2527L284.548 51.8038L284.235 57.2967C283.247 57.5168 282.489 58.3435 282.367 59.3707L276.771 59.8794L282.406 60.1826C282.611 61.1266 283.374 61.8652 284.333 62.0413L284.841 67.6565L285.14 62.0511C286.152 61.8799 286.954 61.1022 287.145 60.1044Z" fill="white"/>
<path d="M194.776 121.04L200.249 120.517L194.785 120.209C194.619 119.152 193.768 118.326 192.702 118.189L192.179 112.74L191.87 118.233C190.878 118.453 190.119 119.279 189.997 120.307L184.402 120.815L190.036 121.118C190.242 122.063 191.005 122.801 191.963 122.977L192.472 128.592L192.775 122.987C193.788 122.821 194.59 122.038 194.776 121.04Z" fill="white"/>
<path d="M399.387 282.15L404.86 281.627L399.397 281.318C399.23 280.262 398.379 279.435 397.313 279.298L396.79 273.849L396.482 279.342C395.494 279.562 394.736 280.389 394.613 281.416L389.018 281.925L394.652 282.228C394.858 283.172 395.621 283.911 396.579 284.087L397.088 289.702L397.391 284.097C398.394 283.93 399.196 283.153 399.387 282.15Z" fill="white"/>
<path d="M176.288 366.388L181.761 365.865L176.298 365.557C176.126 364.5 175.28 363.673 174.214 363.536L173.691 358.092L173.383 363.581C172.39 363.801 171.632 364.627 171.509 365.654L165.914 366.163L171.549 366.466C171.754 367.41 172.517 368.154 173.476 368.325L173.984 373.94L174.287 368.335C175.295 368.169 176.102 367.386 176.288 366.388Z" fill="white"/>
<path d="M382 325.301L387.473 324.778L382.009 324.47C381.843 323.413 380.992 322.586 379.926 322.45L379.402 317.001L379.094 322.489C378.106 322.709 377.348 323.535 377.226 324.563L371.631 325.071L377.265 325.375C377.471 326.319 378.234 327.057 379.192 327.233L379.701 332.848L380.004 327.243C381.007 327.082 381.814 326.299 382 325.301Z" fill="white"/>
<path d="M291.342 173.079C268.516 181.952 246.252 189.871 227.466 195.75C189.293 207.704 84.8475 240.065 21.7548 280.859L27.0369 282.913C65.4795 261.196 90.4671 254.372 114.486 246.815C140.604 238.598 225.036 218.837 263.268 208.076C276.185 204.442 291.312 199.683 307.335 193.891C303.608 188.692 299.676 183.478 295.538 178.273C294.154 176.517 292.75 174.786 291.342 173.079ZM319.23 211.52C313.703 215.252 309.071 218.23 305.829 220.109C287.047 230.967 195.485 293.478 174.654 307.859C153.824 322.239 96.0085 376.826 78.9882 392.674L78.4013 399.125C133.277 349.821 150.493 337.661 172.307 321.065C199.305 300.522 255.154 262.516 274.135 250.337C292.281 238.696 308.646 227.989 323.333 218.191C323.093 217.79 322.854 217.389 322.614 216.983C321.509 215.168 320.379 213.349 319.23 211.52ZM405.011 120.913C378.278 136.585 336.142 155.499 295.264 171.548C296.242 172.746 297.216 173.954 298.184 175.172C302.752 180.924 307.061 186.716 311.116 192.512C343.249 180.675 378.507 164.788 406.483 145.56C393.156 158.19 349.094 191.123 322.228 209.48C323.612 211.735 324.952 213.99 326.248 216.235C366.95 188.995 394.339 168.946 410.298 155.539C432.307 137.049 482.488 95.669 501.563 40.2016C468.104 82.7608 428.546 107.115 405.011 120.913Z" fill="#FC3D21"/>
<path d="M224.043 92L167 101.62V352H224.043V257.275C224.043 229.4 238.924 212.133 251.324 212.133C262.485 212.133 265.709 223.233 265.709 240.008V352H323V231.867C323 193.879 308.615 169.457 271.165 169.457C253.556 169.457 236.444 174.391 224.043 185.491V92Z" fill="white"/>
<path d="M319.23 211.52C313.703 215.252 309.071 218.23 305.829 220.109C287.047 230.967 195.485 293.478 174.654 307.859C153.824 322.239 96.0085 376.826 78.9881 392.674L78.4012 399.125C133.277 349.821 150.493 337.661 172.307 321.065C199.305 300.522 255.154 262.516 274.135 250.337C292.281 238.696 308.646 227.989 323.333 218.191C323.093 217.79 322.854 217.389 322.614 216.983C321.509 215.168 320.379 213.349 319.23 211.52Z" fill="#FC3D21"/>
<path d="M322.228 209.48C349.094 191.123 393.156 158.19 406.483 145.56L410.298 155.539C394.339 168.946 366.95 188.995 326.248 216.235C324.952 213.99 323.612 211.735 322.228 209.48Z" fill="#FC3D21"/>
<path d="M219.523 268.723C215.195 263.274 209.208 255.977 204.714 250.317C198.703 242.751 193.142 235.105 188.046 227.47C186.383 227.886 184.725 228.302 183.067 228.717C189.219 238.319 196.052 247.906 203.496 257.278C208.935 264.126 213.879 269.638 216.413 273.067C216.926 273.761 217.944 275.297 219.318 277.342C220.903 276.266 222.502 275.18 224.116 274.084C222.556 272.387 221.015 270.602 219.523 268.723ZM251.119 297.406C247.563 294.041 238.94 288.421 229.965 279.988C227.985 281.348 225.984 282.727 223.979 284.116C229.775 292.285 237.669 302.317 243.851 305.242C253.163 309.654 255.672 301.72 251.119 297.406ZM298.184 175.172C246.868 110.578 184.182 75.0914 157.155 96.5691C136.163 113.248 144.781 161.995 173.715 213.202C175.212 212.689 176.694 212.185 178.161 211.686C148.957 161.795 140.966 115.43 160.764 99.6946C185.644 79.924 245.719 115.547 295.548 178.269C305.863 191.25 314.93 204.28 322.609 216.983C352.013 265.652 361.037 309.664 340.72 327.629C334.504 333.127 315.507 335.284 290.623 324.083C290.275 324.519 290.833 325.697 291.268 325.986C312.749 334.624 333.325 337.916 343.713 329.664C368.677 309.825 349.499 239.767 298.184 175.172Z" fill="white"/>
</g>
<defs>
<filter id="filter0_d" x="-4" y="0" width="546" height="458" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="2"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.3 KiB

23
public/stickers/pride.svg Normal file
View file

@ -0,0 +1,23 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="7" clip-path="url(#clip0)">
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="256" height="256">
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M128 256C230.4 256 256 230.4 256 128C256 25.6 230.4 0 128 0C25.6 0 0 25.6 0 128C0 230.4 25.6 256 128 256Z" fill="black"/>
</mask>
<g mask="url(#mask0)">
<g id="stripes">
<rect id="red" x="294.122" y="-45.106" width="48" height="382.927" transform="rotate(81 294.122 -45.106)" fill="#ED7482"/>
<rect id="orange" x="302.618" y="2.14661" width="48" height="384" transform="rotate(81 302.618 2.14661)" fill="#EA9763"/>
<rect id="yellow" x="310.127" y="49.5557" width="48" height="384" transform="rotate(81 310.127 49.5557)" fill="#E9D858"/>
<rect id="green" x="317.636" y="96.9646" width="48" height="384" transform="rotate(81 317.636 96.9646)" fill="#63EB97"/>
<rect id="blue" x="325.145" y="144.374" width="48" height="384" transform="rotate(81 325.145 144.374)" fill="#61B6EA"/>
<rect id="purple" x="332.654" y="191.783" width="48" height="384" transform="rotate(81 332.654 191.783)" fill="#A172EC"/>
</g>
<path id="path3866" d="M112.84 32L71 39.1043V224H112.84V154.049C112.84 133.465 123.755 120.714 132.851 120.714C141.037 120.714 143.402 128.911 143.402 141.298V224H185.424V135.287C185.424 107.233 174.873 89.1992 147.404 89.1992C134.488 89.1992 121.936 92.8425 112.84 101.04V32Z" fill="white"/>
</g>
</g>
<defs>
<clipPath id="clip0">
<rect width="256" height="256" fill="white" transform="translate(256) rotate(90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

View file

@ -0,0 +1,26 @@
<svg width="83" height="83" viewBox="0 0 83 83" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.8481 9.79525H46.1551C46.9351 9.79525 47.2551 9.24225 46.8631 8.56725L42.2111 0.50625C41.8201 -0.16875 41.1841 -0.16875 40.7941 0.50625L36.1401 8.56725C35.7491 9.24225 36.0661 9.79525 36.8481 9.79525ZM41.5016 13.5021C26.065 13.5021 13.5041 26.062 13.5041 41.4996C13.5041 56.9363 26.065 69.4972 41.5016 69.4972C56.9383 69.4972 69.4992 56.9363 69.4992 41.4996C69.4992 26.062 56.9373 13.5021 41.5016 13.5021ZM29.6785 11.7148L21.6175 16.3688C20.9415 16.7588 20.3895 16.4398 20.3885 15.6608V6.35177C20.3885 5.57277 20.9415 5.25377 21.6175 5.64377L29.6785 10.2978C30.3535 10.6868 30.3535 11.3258 29.6785 11.7148ZM10.2978 29.6775C10.6888 30.3515 11.3258 30.3515 11.7148 29.6775L16.3698 21.6155C16.7588 20.9405 16.4408 20.3885 15.6608 20.3885H6.35377C5.57477 20.3885 5.25577 20.9405 5.64577 21.6155L10.2978 29.6775ZM9.79525 36.8461V46.1531C9.79525 46.9331 9.24125 47.2521 8.56725 46.8611L0.50625 42.2071C-0.16875 41.8181 -0.16875 41.1811 0.50625 40.7911L8.56725 36.1371C9.24125 35.7481 9.79525 36.0661 9.79525 36.8461ZM11.7148 53.3216C11.3258 52.6466 10.6888 52.6466 10.2978 53.3216L5.64477 61.3836C5.25477 62.0576 5.57377 62.6106 6.35277 62.6106H15.6618C16.4408 62.6106 16.7608 62.0576 16.3708 61.3836L11.7148 53.3216ZM21.6165 66.6304L29.6775 71.2845C30.3535 71.6735 30.3535 72.3115 29.6775 72.7035L21.6165 77.3565C20.9415 77.7465 20.3885 77.4275 20.3885 76.6475V67.3395C20.3885 66.5604 20.9415 66.2414 21.6165 66.6304ZM46.1531 73.2059H36.8461C36.0651 73.2059 35.7471 73.7579 36.1371 74.4329L40.7911 82.4939C41.1811 83.1699 41.8171 83.1699 42.2081 82.4939L46.8601 74.4329C47.2531 73.7579 46.9341 73.2059 46.1531 73.2059ZM53.3216 71.2854L61.3836 66.6314C62.0596 66.2414 62.6106 66.5604 62.6116 67.3384V76.6474C62.6116 77.4264 62.0596 77.7464 61.3836 77.3564L53.3216 72.7024C52.6476 72.3114 52.6476 71.6744 53.3216 71.2854ZM72.7025 53.3226C72.3124 52.6476 71.6745 52.6476 71.2855 53.3226L66.6305 61.3836C66.2415 62.0596 66.5615 62.6116 67.3395 62.6116H76.6484C77.4274 62.6116 77.7474 62.0596 77.3574 61.3836L72.7025 53.3226ZM74.4329 36.1391L82.4949 40.7921C83.1698 41.1821 83.1698 41.8191 82.4949 42.2091L74.4329 46.8631C73.7579 47.2521 73.2059 46.9331 73.2059 46.1541V36.8461C73.2059 36.0671 73.7579 35.7481 74.4329 36.1391ZM71.2864 29.6775C71.6754 30.3535 72.3134 30.3535 72.7034 29.6775L77.3565 21.6165C77.7475 20.9415 77.4265 20.3885 76.6485 20.3885H67.3394C66.5604 20.3885 66.2414 20.9415 66.6304 21.6165L71.2864 29.6775ZM61.3836 16.3698L53.3236 11.7158C52.6486 11.3258 52.6486 10.6878 53.3236 10.2978L61.3836 5.64477C62.0606 5.25477 62.6126 5.57377 62.6126 6.35277V15.6608C62.6126 16.4398 62.0606 16.7588 61.3836 16.3698Z" fill="url(#paint0_radial)"/>
<g filter="url(#filter0_d)">
<path d="M39.2273 23.2979C39.2273 23.1425 39.087 23.0247 38.9339 23.0517L31.2066 24.4143C31.0871 24.4354 31 24.5392 31 24.6605L31 58.75C31 58.8881 31.1119 59 31.25 59H38.9773C39.1154 59 39.2273 58.8881 39.2273 58.75V46.3851C39.2273 42.3246 41.3736 39.8092 43.1622 39.8092C44.7719 39.8092 45.2369 41.4262 45.2369 43.8697V58.75C45.2369 58.8881 45.3488 59 45.4869 59H53.25C53.3881 59 53.5 58.8881 53.5 58.75V42.6839C53.5 37.1502 51.4253 33.5927 46.0238 33.5927C43.6823 33.5927 41.4016 34.2036 39.6583 35.5661C39.4875 35.6996 39.2273 35.5821 39.2273 35.3654V23.2979Z" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d" x="29" y="21.0479" width="26.5" height="39.9521" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset/>
<feGaussianBlur stdDeviation="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<radialGradient id="paint0_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(41.9968 13.499) rotate(90) scale(59.9954 53.1474)">
<stop offset="0.354167" stop-color="#F1C40F"/>
<stop offset="1" stop-color="#FF8C37"/>
</radialGradient>
<clipPath id="clip0">
<rect width="83.0003" height="83" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,20 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="tiktok" clip-path="url(#clip0)">
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="256" height="256">
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M128 256C230.4 256 256 230.4 256 128C256 25.6 230.4 0 128 0C25.6 0 0 25.6 0 128C0 230.4 25.6 256 128 256Z" fill="black"/>
</mask>
<g mask="url(#mask0)">
<path id="Vector_2" fill-rule="evenodd" clip-rule="evenodd" d="M128 256C230.4 256 256 230.4 256 128C256 25.6 230.4 0 128 0C25.6 0 0 25.6 0 128C0 230.4 25.6 256 128 256Z" fill="#010101"/>
<g id="Group">
<path id="path3866" d="M120.738 53L86 58.9203V213H120.738V154.708C120.738 137.554 129.8 126.928 137.351 126.928C144.148 126.928 146.111 133.759 146.111 144.082V213H181V139.072C181 115.695 172.24 100.666 149.434 100.666C138.711 100.666 128.289 103.702 120.738 110.533V53Z" fill="#EC3750"/>
<path id="path3866_2" d="M110.738 43L76 48.9203V203H110.738V144.708C110.738 127.554 119.8 116.928 127.351 116.928C134.148 116.928 136.111 123.759 136.111 134.082V203H171V129.072C171 105.695 162.24 90.666 139.434 90.666C128.711 90.666 118.289 93.702 110.738 100.533V43Z" fill="#70F4FD"/>
</g>
<path id="path3866_3" d="M115.738 48L81 53.9203V208H115.738V149.708C115.738 132.554 124.8 121.928 132.351 121.928C139.148 121.928 141.111 128.759 141.111 139.082V208H176V134.072C176 110.695 167.24 95.666 144.434 95.666C133.711 95.666 123.289 98.702 115.738 105.533V48Z" fill="white" fill-opacity="0.97"/>
</g>
</g>
<defs>
<clipPath id="clip0">
<rect width="256" height="256" fill="white" transform="translate(256) rotate(90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB

1417
yarn.lock

File diff suppressed because it is too large Load diff