Merge branch 'master' into Admitad

main
Elbert Alias 4 years ago committed by GitHub
commit b463708812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -237,6 +237,7 @@ class Site {
this.pages = [] this.pages = []
this.dnsChecked = false
this.dns = [] this.dns = []
} }
@ -441,9 +442,9 @@ class Site {
}) })
) )
) )
) ).catch(() => [])
).jsonValue() ).jsonValue()
) ).catch(() => [])
// CSS // CSS
const css = await this.promiseTimeout( const css = await this.promiseTimeout(
@ -472,9 +473,9 @@ class Site {
return css.join('\n') return css.join('\n')
}, this.options.htmlMaxRows) }, this.options.htmlMaxRows)
) ).catch(() => '')
).jsonValue() ).jsonValue()
) ).catch(() => '')
// Script tags // Script tags
const scripts = await this.promiseTimeout( const scripts = await this.promiseTimeout(
@ -485,9 +486,9 @@ class Site {
.map(({ src }) => src) .map(({ src }) => src)
.filter((src) => src) .filter((src) => src)
) )
) ).catch(() => [])
).jsonValue() ).jsonValue()
) ).catch(() => [])
// Meta tags // Meta tags
const meta = await this.promiseTimeout( const meta = await this.promiseTimeout(
@ -508,9 +509,9 @@ class Site {
{} {}
) )
) )
) ).catch(() => [])
).jsonValue() ).jsonValue()
) ).catch(() => [])
// JavaScript // JavaScript
const js = await this.promiseTimeout( const js = await this.promiseTimeout(
@ -546,7 +547,7 @@ class Site {
.filter(({ js }) => Object.keys(js).length) .filter(({ js }) => Object.keys(js).length)
.map(({ name, js }) => ({ name, chains: Object.keys(js) })) .map(({ name, js }) => ({ name, chains: Object.keys(js) }))
) )
) ).catch(() => [])
// DOM // DOM
const dom = await this.promiseTimeout( const dom = await this.promiseTimeout(
@ -623,7 +624,7 @@ class Site {
.filter(({ dom }) => dom) .filter(({ dom }) => dom)
.map(({ name, dom }) => ({ name, dom })) .map(({ name, dom }) => ({ name, dom }))
) )
) ).catch(() => [])
// Cookies // Cookies
const cookies = (await page.cookies()).reduce( const cookies = (await page.cookies()).reduce(
@ -659,7 +660,9 @@ class Site {
} }
// DNS // DNS
if (!Object.keys(this.dns).length) { if (!this.dnsChecked) {
this.dnsChecked = true
const records = {} const records = {}
const resolve = (func, hostname) => { const resolve = (func, hostname) => {
return this.promiseTimeout( return this.promiseTimeout(
@ -670,7 +673,7 @@ class Site {
return [] return []
}) })
) ).catch(() => [])
} }
const domain = url.hostname.replace(/^www\./, '') const domain = url.hostname.replace(/^www\./, '')

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.5.32", "version": "6.5.34",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

@ -3,9 +3,9 @@
"@types/node@*": "@types/node@*":
version "14.6.0" version "14.14.41"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.0.tgz#7d4411bf5157339337d7cff864d9ff45f177b499" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615"
integrity sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA== integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==
"@types/yauzl@^2.9.1": "@types/yauzl@^2.9.1":
version "2.9.1" version "2.9.1"
@ -20,19 +20,19 @@ agent-base@5:
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g== integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
balanced-match@^1.0.0: balanced-match@^1.0.0:
version "1.0.0" version "1.0.2"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
base64-js@^1.0.2: base64-js@^1.3.1:
version "1.3.1" version "1.5.1"
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1" resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
bl@^4.0.1: bl@^4.0.3:
version "4.0.3" version "4.1.0"
resolved "https://registry.yarnpkg.com/bl/-/bl-4.0.3.tgz#12d6287adc29080e22a705e5764b2a9522cdc489" resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
integrity sha512-fs4G6/Hu4/EE+F75J8DuN/0IpQqNjAdC7aEQv7Qt8MHGUH7Ckv2MwTEEeN9QehD0pfIDkMI1bkHYkKy7xHyKIg== integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
dependencies: dependencies:
buffer "^5.5.0" buffer "^5.5.0"
inherits "^2.0.4" inherits "^2.0.4"
@ -52,12 +52,12 @@ buffer-crc32@~0.2.3:
integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
buffer@^5.2.1, buffer@^5.5.0: buffer@^5.2.1, buffer@^5.5.0:
version "5.6.0" version "5.7.1"
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz#a31749dc7d81d84db08abf937b6b8c4033f62786" resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
integrity sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw== integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
dependencies: dependencies:
base64-js "^1.0.2" base64-js "^1.3.1"
ieee754 "^1.1.4" ieee754 "^1.1.13"
chownr@^1.1.1: chownr@^1.1.1:
version "1.1.4" version "1.1.4"
@ -70,16 +70,16 @@ concat-map@0.0.1:
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
debug@4, debug@^4.1.0, debug@^4.1.1: debug@4, debug@^4.1.0, debug@^4.1.1:
version "4.1.1" version "4.3.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
dependencies: dependencies:
ms "^2.1.1" ms "2.1.2"
devtools-protocol@0.0.799653: devtools-protocol@0.0.818844:
version "0.0.799653" version "0.0.818844"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.799653.tgz#86fc95ce5bf4fdf4b77a58047ba9d2301078f119" resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.818844.tgz#d1947278ec85b53e4c8ca598f607a28fa785ba9e"
integrity sha512-t1CcaZbvm8pOlikqrsIM9GOa7Ipp07+4h/q9u0JXBWjPCjHdBl9KkddX87Vv9vBHoBGtwV79sYQNGnQM6iS5gg== integrity sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==
end-of-stream@^1.1.0, end-of-stream@^1.4.1: end-of-stream@^1.1.0, end-of-stream@^1.4.1:
version "1.4.4" version "1.4.4"
@ -151,10 +151,10 @@ https-proxy-agent@^4.0.0:
agent-base "5" agent-base "5"
debug "4" debug "4"
ieee754@^1.1.4: ieee754@^1.1.13:
version "1.1.13" version "1.2.1"
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84" resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
inflight@^1.0.4: inflight@^1.0.4:
version "1.0.6" version "1.0.6"
@ -176,11 +176,6 @@ locate-path@^5.0.0:
dependencies: dependencies:
p-locate "^4.1.0" p-locate "^4.1.0"
mime@^2.0.3:
version "2.4.6"
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.6.tgz#e5b407c90db442f2beb5b162373d07b69affa4d1"
integrity sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==
minimatch@^3.0.4: minimatch@^3.0.4:
version "3.0.4" version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@ -193,11 +188,16 @@ mkdirp-classic@^0.5.2:
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113" resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
ms@^2.1.1: ms@2.1.2:
version "2.1.2" version "2.1.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
node-fetch@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
once@^1.3.0, once@^1.3.1, once@^1.4.0: once@^1.3.0, once@^1.3.1, once@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@ -265,15 +265,15 @@ pump@^3.0.0:
once "^1.3.1" once "^1.3.1"
puppeteer@^5.3.0: puppeteer@^5.3.0:
version "5.3.0" version "5.5.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.3.0.tgz#0abf83d0f2d1273baf2b56885a813f8052903e33" resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
integrity sha512-GjqMk5GRro3TO0sw3QMsF1H7n+/jaK2OW45qMvqjYUyJ7y4oA//9auy969HHhTG3HZXaMxY/NWXF/NXlAFIvtw== integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
dependencies: dependencies:
debug "^4.1.0" debug "^4.1.0"
devtools-protocol "0.0.799653" devtools-protocol "0.0.818844"
extract-zip "^2.0.0" extract-zip "^2.0.0"
https-proxy-agent "^4.0.0" https-proxy-agent "^4.0.0"
mime "^2.0.3" node-fetch "^2.6.1"
pkg-dir "^4.2.0" pkg-dir "^4.2.0"
progress "^2.0.1" progress "^2.0.1"
proxy-from-env "^1.0.0" proxy-from-env "^1.0.0"
@ -311,21 +311,21 @@ string_decoder@^1.1.1:
safe-buffer "~5.2.0" safe-buffer "~5.2.0"
tar-fs@^2.0.0: tar-fs@^2.0.0:
version "2.1.0" version "2.1.1"
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.0.tgz#d1cdd121ab465ee0eb9ccde2d35049d3f3daf0d5" resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
integrity sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg== integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
dependencies: dependencies:
chownr "^1.1.1" chownr "^1.1.1"
mkdirp-classic "^0.5.2" mkdirp-classic "^0.5.2"
pump "^3.0.0" pump "^3.0.0"
tar-stream "^2.0.0" tar-stream "^2.1.4"
tar-stream@^2.0.0: tar-stream@^2.1.4:
version "2.1.3" version "2.2.0"
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.3.tgz#1e2022559221b7866161660f118255e20fa79e41" resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
integrity sha512-Z9yri56Dih8IaK8gncVPx4Wqt86NDmQTSh49XLZgjWpGZL9GK9HKParS2scqHCC4w6X9Gh2jwaU45V47XTKwVA== integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
dependencies: dependencies:
bl "^4.0.1" bl "^4.0.3"
end-of-stream "^1.4.1" end-of-stream "^1.4.1"
fs-constants "^1.0.0" fs-constants "^1.0.0"
inherits "^2.0.3" inherits "^2.0.3"
@ -355,9 +355,9 @@ wrappy@1:
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
ws@^7.2.3: ws@^7.2.3:
version "7.3.1" version "7.4.5"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8" resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
yauzl@^2.10.0: yauzl@^2.10.0:
version "2.10.0" version "2.10.0"

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.3229 0L9.14282 19.7422H14.8452L9.37917 31.8939L21.4916 16.2812H16.261L16.3003 16.1632L22.8681 0" fill="#7C6BF7"/>
</svg>

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1,3 @@
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M44 21.967L22.033 0L0 22.033L21.967 44L44 21.967ZM22.0157 11.5L32.5 22.4671L11.5 22.5L22.0157 11.5Z" fill="#7C42FF"/>
</svg>

After

Width:  |  Height:  |  Size: 230 B

@ -0,0 +1 @@
<svg id="booxi_circle" data-name="booxi circle" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" viewBox="0 0 512 512"><defs><linearGradient id="linear-gradient" x1="256.46" y1="161.33" x2="256.46" y2="-28.62" gradientTransform="translate(0 240)" gradientUnits="userSpaceOnUse"><stop offset="0.83" stop-color="#fff"/><stop offset="0.95" stop-color="#a6a5a5"/><stop offset="0.99" stop-color="#354237"/></linearGradient></defs><circle cx="256" cy="256" r="256" fill="#44ce5e"/><path d="M226.38,171.34c-19.93,0-19.93,0-19.93-19.93v-30c0-19.93,0-19.93,19.93-19.93s19.93,0,19.93,19.93v30C246.31,171.34,246.31,171.34,226.38,171.34Zm60,0c-19.93,0-19.93,0-19.93-19.93v-30c0-19.93,0-19.93,19.93-19.93s19.94,0,19.94,19.93v30C306.29,171.34,306.29,171.34,286.35,171.34Zm80.1,60h-220c-9.88,0-10.06,0-10.06-10.05V201.33c0-19.94,0-19.94,19.93-19.94s20.12,0,20.12,19.94c0,10,0,10,10,10H326.4c9.87,0,10.06,0,10.06-10,0-19.94,0-19.94,19.93-19.94s19.93,0,19.93,19.94v19.93C376.32,231.31,376.32,231.31,366.45,231.31Z" fill="#354237"/><path d="M321.46,371.38A28.47,28.47,0,0,0,307.57,375c-8.6,4.94-20.3,11.7-29.26,16.82-21.76,12.62-21.76,12.62-43.52,0-9.88-5.67-20.66-11.88-29.62-17-2.2-1.1-5.12-3.66-13.72-3.66,0,0-4.94-9-4.94-28.89s1.1-25.05,19.94-13.9c1.82,1.1,29.25,16.82,40,23,6.77,4,13.17,4,19.93.18,10.61-6,28.71-16.27,40.23-23,19.57-11.7,19.93-6,19.93,13.9C326.4,362.42,321.46,371.38,321.46,371.38Zm34.93,0H156.53c-19.94,0-19.94,0-19.94-19.93v-90c0-30.18,12.8-36,19.94-40.05,7.68-4.21,19.93-10.06,19.93-10.06h160s11.15,5.49,19.93,10.06c10.42,5.3,19.93,10.24,19.93,40.05v90C376.32,371.38,376.32,371.38,356.39,371.38Z" fill="url(#linear-gradient)"/><path id="v" d="M367.54,228.94H321.28a28.22,28.22,0,0,0-14.08,3.65l-29.81,17.19c-21,12.07-21,12.07-42,0,0,0-30.54-17.55-30.91-17.73-2.19-1.28-5.48-3.11-13-3.11H146.1l-1.64,2.37h47c6.77,0,9.69,1.65,11.89,2.75.55.18,30.9,17.73,30.9,17.73,11,6.4,16.64,9.51,22.31,9.51s11.15-3.11,22.12-9.51l29.81-17.18a24.62,24.62,0,0,1,13-3.48h47.91Z" fill-rule="evenodd" opacity="0.1" style="isolation:isolate"/><path id="V-2" data-name="V" d="M277.76,354.19c-4.94,2.93-12.62,7.14-17.19,9.7a8.11,8.11,0,0,1-8.59,0c-4.57-2.56-16.28-9.15-17.19-9.7-8-4.75-8.6-3.29-8.6,5.12s0,10.24,4.21,12.62c4.39,2.38,10.61,6,16.46,9.33,9.32,5.3,9.32,5.3,18.65,0,5.48-3.11,13.71-7.68,16.46-9.33,4-2.19,4.2-4.2,4.2-12.62C286.35,350.9,286.17,349.26,277.76,354.19Zm3.29,15.55c-1.83,1.09-6.22,3.47-10.42,5.85-2.2,1.28-6.22,3.47-6.22,3.47-4.2,2.38-6.4,3.66-8,3.66s-4-1.28-8.05-3.66l-4.21-2.37c-4.57-2.56-9-5.12-12.25-6.95-2.92-1.65-2.92-2-2.92-10.06v-.37a24.54,24.54,0,0,1,.36-5.3,26,26,0,0,1,4.57,2.2c.19.18,1.83.91,3.84,2.19,4,2.19,10.24,5.67,13.35,7.5a10,10,0,0,0,11,0c1.47-.92,3.3-1.83,5.31-2.93,4-2.19,8.59-4.75,11.88-6.76a26.73,26.73,0,0,1,4.57-2.38,47.83,47.83,0,0,1,.19,5.48C284,367.91,283.79,368.27,281.05,369.74Z" fill="#e5e5e5" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

@ -0,0 +1,12 @@
<svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="400" height="400" fill="#131415"/>
<path d="M261.807 213.415C284.59 213.415 303.059 231.785 303.059 254.446C303.059 277.107 284.59 295.477 261.807 295.477L96.8 295.477L96.8001 213.415L261.807 213.415Z" fill="white"/>
<path d="M151.803 104C174.585 104 193.054 122.37 193.054 145.031C193.054 167.691 174.585 186.061 151.803 186.061H96.8002L96.8002 104L151.803 104Z" fill="white"/>
<path d="M303.059 145.031C303.059 167.691 284.59 186.061 261.807 186.061C239.024 186.061 220.555 167.691 220.555 145.031C220.555 122.37 239.024 104 261.807 104C284.59 104 303.059 122.37 303.059 145.031Z" fill="url(#paint0_linear)"/>
<defs>
<linearGradient id="paint0_linear" x1="220.8" y1="144" x2="304.8" y2="144" gradientUnits="userSpaceOnUse">
<stop stop-color="#19AEFF"/>
<stop offset="1" stop-color="#015CD5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 941 B

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.4364 24.5739C20.9871 24.5739 25.2773 20.3862 25.2773 15.2206C25.2773 10.381 21.2467 7.42619 18.5771 7.42619C14.8598 7.42619 11.8799 10.0312 11.4554 13.8985C11.3768 14.6147 10.8085 15.2153 10.0874 15.2102C8.88874 15.2016 7.14578 15.1914 6.04255 15.1952C5.56755 15.1968 5.175 14.812 5.19841 14.3379C5.36478 10.9838 6.48794 7.84762 8.62948 5.43859C11.0091 2.76171 14.4745 1.19043 18.5771 1.19043C25.4702 1.19043 31.9775 7.44502 31.9775 15.2206C31.9775 23.8301 24.8341 30.8096 15.583 30.8096C8.98564 30.8096 2.34088 26.5041 0.0208958 20.4846C0.0125509 20.4623 0.0105262 20.4381 0.0150451 20.4148C0.046127 20.2367 0.107377 20.074 0.167712 19.9138C0.255473 19.6809 0.341405 19.453 0.328972 19.1907L0.288748 18.3522C0.279507 18.1492 0.330983 17.9481 0.4366 17.7746C0.542216 17.601 0.697176 17.4629 0.881681 17.3779L1.217 17.2219C1.40486 17.1351 1.56915 17.0045 1.69609 16.841C1.82303 16.6775 1.9089 16.486 1.94651 16.2825C2.05895 15.6676 2.59941 15.2206 3.23037 15.2206C4.21585 15.2206 5.07262 15.875 5.3944 16.8052C6.94356 21.2829 9.40634 24.5739 15.4364 24.5739V24.5739Z" fill="#FB6970"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -0,0 +1,41 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="17" y="12" width="7" height="8">
<path d="M17.0645 12.04H23.7357V19.7536H17.0648L17.0645 12.04Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.9847 19.753C19.8821 19.753 18.9434 19.3835 18.1934 18.6551C17.4447 17.9271 17.0652 16.9987 17.0652 15.8962C17.0652 14.7879 17.4343 13.8906 18.1941 13.1521C18.9535 12.4139 19.8926 12.0391 20.985 12.0391C22.0515 12.0391 22.931 12.3831 23.6733 13.0909C23.7123 13.1285 23.7348 13.18 23.7359 13.2341C23.7369 13.2882 23.7165 13.3405 23.679 13.3796L22.9956 14.0978C22.9766 14.1178 22.9538 14.1337 22.9284 14.1445C22.9031 14.1554 22.8759 14.1611 22.8483 14.1612C22.8014 14.1614 22.756 14.1445 22.7206 14.1137C22.2359 13.6863 21.652 13.4696 20.9847 13.4696C20.3187 13.4696 19.7503 13.7024 19.296 14.1618C18.8508 14.6269 18.6256 15.2102 18.6256 15.8962C18.6256 16.5824 18.8505 17.1654 19.2947 17.6292C19.7503 18.0896 20.3187 18.3225 20.9847 18.3225C21.652 18.3225 22.2362 18.1061 22.7209 17.6787C22.7562 17.6479 22.8015 17.631 22.8483 17.6311C22.9034 17.6311 22.9573 17.654 22.9956 17.6945L23.679 18.4128C23.7165 18.4518 23.7369 18.5042 23.7359 18.5583C23.7348 18.6124 23.7123 18.6639 23.6733 18.7014C22.931 19.4092 22.0515 19.7533 20.9847 19.7533" fill="#1D1D1B"/>
</g>
<mask id="mask1" mask-type="alpha" maskUnits="userSpaceOnUse" x="24" y="12" width="9" height="8">
<path d="M24.2283 12.0547H32.0977V19.7686H24.2283V12.0547Z" fill="white"/>
</mask>
<g mask="url(#mask1)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.1633 13.4852C27.4723 13.4852 26.9147 13.7168 26.4581 14.1933C26.0143 14.6571 25.789 15.2357 25.789 15.9118C25.789 16.5917 26.0076 17.1585 26.4572 17.6439C26.9141 18.1052 27.4872 18.3381 28.163 18.3381C28.829 18.3381 29.3974 18.1052 29.852 17.6458C30.3133 17.1645 30.537 16.5977 30.537 15.9118C30.537 15.2297 30.3067 14.6511 29.852 14.1924C29.4031 13.7234 28.8344 13.4852 28.1633 13.4852V13.4852ZM28.1633 19.7686C27.0706 19.7686 26.1315 19.3941 25.372 18.6559C24.6129 17.9183 24.2283 16.995 24.2283 15.9118C24.2283 14.8282 24.6132 13.9053 25.372 13.1677C26.1312 12.4292 27.0703 12.0547 28.1633 12.0547C29.2554 12.0547 30.1942 12.4292 30.9543 13.1677C31.7131 13.9053 32.0981 14.8285 32.0981 15.9115C32.0981 16.995 31.7131 17.9183 30.9543 18.6559C30.1945 19.3941 29.2554 19.7686 28.163 19.7686" fill="#1D1D1B"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9743 19.6896C13.9473 19.6897 13.9206 19.6843 13.8958 19.6737C13.871 19.6631 13.8486 19.6475 13.8301 19.6279L11.2853 16.9592L8.74051 19.6279C8.72228 19.6472 8.70034 19.6627 8.676 19.6734C8.65166 19.684 8.62541 19.6897 8.59883 19.69C8.57225 19.6904 8.54588 19.6853 8.52128 19.6753C8.49669 19.6652 8.47438 19.6502 8.45568 19.6313L7.70415 18.8801C7.66656 18.8421 7.64521 18.791 7.64462 18.7376C7.64403 18.6841 7.66424 18.6325 7.70098 18.5937L10.2724 15.8969L7.70067 13.2003C7.66392 13.1615 7.64371 13.1099 7.6443 13.0564C7.64489 13.003 7.66624 12.9519 7.70384 12.9139L8.45599 12.1627C8.4747 12.1437 8.49703 12.1288 8.52166 12.1186C8.54628 12.1085 8.57269 12.1035 8.59931 12.1038C8.62593 12.1041 8.65221 12.1098 8.67658 12.1205C8.70095 12.1313 8.72291 12.1468 8.74114 12.1662L11.2856 14.8348L13.8301 12.1662C13.8483 12.1467 13.8702 12.1311 13.8946 12.1203C13.919 12.1096 13.9453 12.1039 13.9719 12.1035C13.9986 12.1032 14.025 12.1083 14.0496 12.1184C14.0743 12.1286 14.0966 12.1437 14.1152 12.1627L14.8668 12.9136C14.9045 12.9516 14.9259 13.0028 14.9265 13.0563C14.927 13.1098 14.9068 13.1615 14.8699 13.2003L12.2985 15.8969L14.8703 18.5937C14.907 18.6325 14.9272 18.6841 14.9266 18.7376C14.926 18.791 14.9047 18.8421 14.8671 18.8801L14.1152 19.631C14.0968 19.6496 14.0748 19.6644 14.0506 19.6745C14.0264 19.6845 14.0005 19.6897 13.9743 19.6896V19.6896ZM2.0354 13.5767V12.1712H6.34748C6.45837 12.1712 6.54835 12.2628 6.54835 12.375V13.373C6.54869 13.4266 6.52772 13.4782 6.49006 13.5164C6.4524 13.5546 6.40112 13.5763 6.34748 13.5767H2.0354Z" fill="#1D1D1B"/>
<mask id="mask2" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="12" width="2" height="2">
<path d="M0.316895 12.1709H1.7306V13.5764H0.316895V12.1709Z" fill="white"/>
</mask>
<g mask="url(#mask2)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.517453 13.5757C0.463868 13.5752 0.412668 13.5535 0.375075 13.5153C0.337481 13.4771 0.316561 13.4256 0.316899 13.372V12.374C0.316899 12.2612 0.406879 12.1699 0.517453 12.1699H1.73092V13.5754H0.517136L0.517453 13.5757Z" fill="#06DCF9"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.0354 19.6494V18.2443H6.34748C6.45837 18.2443 6.54835 18.3355 6.54835 18.4477V19.446C6.54852 19.4726 6.54345 19.4989 6.53345 19.5235C6.52344 19.5481 6.5087 19.5704 6.49004 19.5893C6.47139 19.6082 6.4492 19.6232 6.42474 19.6336C6.40028 19.6439 6.37402 19.6493 6.34748 19.6494H2.0354ZM2.0354 16.599V15.1941H6.34748C6.45837 15.1941 6.54835 15.2854 6.54835 15.3975V16.3956C6.54856 16.4221 6.54353 16.4485 6.53354 16.4731C6.52355 16.4977 6.50881 16.5202 6.49015 16.5391C6.4715 16.558 6.44929 16.5731 6.42481 16.5834C6.40033 16.5937 6.37405 16.5991 6.34748 16.5993H2.0354V16.599ZM14.8753 16.6421C14.8176 16.6416 14.7623 16.6183 14.7218 16.5772C14.6812 16.5361 14.6586 16.4806 14.6589 16.4228V15.3706C14.6589 15.2496 14.7559 15.1514 14.8753 15.1514H15.9427C16.0619 15.1514 16.1591 15.2496 16.1591 15.3706V16.4228C16.1595 16.4806 16.1369 16.5361 16.0963 16.5772C16.0557 16.6183 16.0005 16.6416 15.9427 16.6421H14.875H14.8753Z" fill="#1D1D1B"/>
<mask id="mask3" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="15" width="2" height="2">
<path d="M0.316895 15.2041H1.7306V16.6096H0.316895V15.2041Z" fill="white"/>
</mask>
<g mask="url(#mask3)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.517453 16.6096C0.463868 16.6091 0.412668 16.5873 0.375075 16.5492C0.337481 16.511 0.316561 16.4594 0.316899 16.4058V15.4078C0.316899 15.2953 0.406879 15.2041 0.517453 15.2041H1.73092V16.6096H0.517136H0.517453Z" fill="#28A0F9"/>
</g>
<mask id="mask4" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="18" width="2" height="2">
<path d="M0.316895 18.2441H1.7306V19.6493H0.316895V18.2441Z" fill="white"/>
</mask>
<g mask="url(#mask4)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.517451 19.6486C0.463922 19.6481 0.41277 19.6265 0.375185 19.5883C0.337601 19.5502 0.316643 19.4988 0.316897 19.4452V18.4469C0.316897 18.3347 0.406877 18.2432 0.517451 18.2432H1.73092V19.6486H0.517134H0.517451Z" fill="#A036F7"/>
</g>
</g>
<defs>
<clipPath id="clip0">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 B

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.872 14.7842V27.3282H1.98401V13.4402H14.528V12.0962H0.640015V28.6722H17.216V14.7842H15.872ZM26.112 3.2002V10.7522H24.768V4.5442H17.216V12.0962H23.424V13.4402H15.872V3.2002H26.112ZM31.424 12.0962V18.7522H27.456V17.4082H30.144V13.4402H26.112V16.1282H24.768V12.1602H31.424V12.0962ZM26.048 17.4722V22.4002H21.12V17.4722H26.048Z" fill="#1C00C9"/>
</svg>

After

Width:  |  Height:  |  Size: 457 B

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30.782 0.0964406C30.5217 -0.0210744 30.2256 -0.031607 29.9576 0.0671128C29.6895 0.165833 29.471 0.365901 29.3491 0.624202C29.0865 1.17346 22.4238 17.2594 22.4238 17.2594C22.2088 17.7633 22.0656 17.7155 22.0656 17.1878C22.0656 17.1878 22.0894 11.5878 22.1133 6.96689C22.1372 4.45465 20.893 3.04092 19.145 2.75435C18.3434 2.63853 17.5271 2.81757 16.8477 3.25823C16.1454 3.75099 15.584 4.41858 15.219 5.19495C14.6936 6.2242 11.4387 15.7024 11.4387 15.7024C11.2691 16.2039 11.102 16.18 11.102 15.6546C11.102 15.6546 11.0065 11.5615 10.9109 10.6039C10.7677 9.11853 10.4333 6.70181 8.52288 6.58241C6.72705 6.46301 5.91273 8.68868 5.459 10.0523C5.14616 10.9621 3.66317 15.8696 3.66317 15.8696L3.44825 16.3711C3.37661 16.6361 3.2572 16.6361 3.18317 16.3711L3.06377 15.9173C2.93666 15.4324 2.78522 14.9542 2.61004 14.4845C2.53881 14.2245 2.4171 13.9811 2.25183 13.7681C2.13336 13.6393 1.97975 13.5481 1.80998 13.5056C1.64022 13.4632 1.46175 13.4714 1.29661 13.5293C1.14047 13.5856 1.00329 13.6846 0.900693 13.8151C0.798095 13.9455 0.734207 14.1022 0.716309 14.2672C0.716232 14.556 0.740195 14.8444 0.787951 15.1293C0.91213 15.9985 1.53541 19.3896 1.91034 20.1323C2.28526 20.8749 3.10437 21.257 3.87332 20.8487C4.58974 20.4642 4.92646 19.5806 5.21302 18.8857C5.5784 17.9997 7.4172 12.9155 7.4172 12.9155C7.60825 12.4141 7.75153 12.4379 7.72765 12.9633C7.72765 12.9633 7.63213 17.9424 7.63213 20.192C7.63213 21.0302 7.70377 22.5609 7.94258 23.3752C8.07844 23.9278 8.39227 24.4204 8.83571 24.777C9.27512 25.1049 9.82058 25.2581 10.3665 25.2069C10.6368 25.1709 10.8974 25.0816 11.133 24.9442C11.4631 24.7412 11.7549 24.4817 11.9951 24.1776C12.5222 23.4573 12.9788 22.688 13.3587 21.8803C14.2447 20.1323 16.5444 14.7161 16.5444 14.7161C16.7593 14.2123 16.9026 14.26 16.9026 14.7878C16.9026 14.7878 16.616 23.8839 16.616 27.3538C16.6185 28.222 16.7804 29.0824 17.0936 29.8923C17.2286 30.2733 17.4378 30.6238 17.7092 30.9235C17.9806 31.2231 18.3087 31.466 18.6745 31.6379C19.0714 31.8112 19.5035 31.8886 19.9358 31.8637C20.3682 31.8388 20.7885 31.7124 21.1629 31.4947C21.7396 31.1427 22.2171 30.6495 22.5503 30.0618C23.0143 29.2593 23.4074 28.4179 23.7253 27.5472C24.4178 25.7538 24.9933 23.9341 25.5665 22.0905C26.1396 20.2469 30.9969 2.89763 31.3074 1.41465C31.3471 1.2498 31.3632 1.08014 31.3551 0.910769C31.3318 0.739052 31.2676 0.575451 31.1678 0.433738C31.0681 0.292025 30.9358 0.176346 30.782 0.0964406V0.0964406Z" fill="#EC0041"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.3335 20.962L24.2392 28.2803H31.9946L23.2058 15.295L19.3335 20.962ZM3.69934 24.886L7.29134 21.5022L13.0341 28.2803L9.34759 14.6836L6.23509 19.8038L3.69934 24.886" fill="#429F87"/>
<path d="M3.69932 24.8858L9.34757 14.6833L5.75657 18.0688L0.0128174 11.2903L3.69932 24.8858ZM31.2551 3.71191H23.4997L18.7498 10.7299V3.71191H11.6359V10.9905L15.4289 24.9698L16.3128 28.2802H18.7498V22.1379L31.2551 3.71191Z" fill="#56C5A8"/>
</svg>

After

Width:  |  Height:  |  Size: 535 B

@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.9914 5.01344C15.9914 10.3584 18.6109 15.0915 22.6355 17.9971C16.495 20.599 11.6624 25.6874 9.39841 32H7.4624C3.34112 32 0 28.657 0 24.5334V7.46656C0 3.34304 3.34112 0 7.46272 0H16.792C16.2723 1.57696 15.9914 3.2624 15.9914 5.01344Z" fill="#FFCA70"/>
<path d="M22.0998 0H24.5321C28.6566 0 32 3.34304 32 7.46656V16.1066C25.8723 16.1066 20.9049 11.1398 20.9049 5.01312C20.9049 3.20928 21.3356 1.5056 22.0998 0Z" fill="#FFA119"/>
<path d="M32.0001 21.0134V24.5334C32.0001 28.6573 28.6567 32 24.5322 32H14.7053C17.7546 25.5081 24.3524 21.0134 32.0001 21.0134Z" fill="#FFA119"/>
</svg>

After

Width:  |  Height:  |  Size: 689 B

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.99993 24.2822L0.705811 31.9528H10.1411L7.99993 24.2822Z" fill="#7F9FB4"/>
<path d="M9.4353 24.0469L11.6471 31.9528H31.0824V29.2469L9.4353 24.0469Z" fill="#3A7D3D"/>
<path d="M10.3059 22.7763L31.0588 27.7645V15.5527L10.3059 22.7763Z" fill="#73BF69"/>
<path d="M11.1057 20.9647L31.0587 14.0235V0L11.1057 20.9647Z" fill="#A2D296"/>
</svg>

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M31.7565 16.8733C31.7565 16.404 31.8312 15.9346 31.8312 15.4546C31.8413 12.5263 30.9903 9.65963 29.3839 7.2112C27.7775 4.76277 25.4867 2.84066 22.7965 1.68398V1.68398L22.2845 1.47064C21.6043 1.15661 20.855 1.02211 20.1081 1.08C19.3612 1.13789 18.6415 1.38623 18.0178 1.80131C17.7667 1.95131 17.5524 2.15585 17.3909 2.39982C17.2294 2.64378 17.1249 2.92092 17.0849 3.21074C17.045 3.50057 17.0707 3.79566 17.1602 4.07421C17.2497 4.35276 17.4006 4.60763 17.6018 4.81998C18.1371 5.33224 18.7677 5.7345 19.4578 6.00398C22.4018 7.32664 31.1912 11.0706 31.7139 16.8306L31.7565 16.8733Z" fill="#00AAC6"/>
<path d="M26.7085 25.8138C25.6428 27.3066 24.2049 28.4944 22.5378 29.2592C20.6032 30.2012 18.4879 30.714 16.3367 30.7626C14.1854 30.8111 12.0491 30.3941 10.074 29.5402C8.09892 28.6863 6.33168 27.4157 4.89331 25.8153C3.45494 24.2149 2.37941 22.3226 1.74038 20.2679C1.10135 18.2132 0.913906 16.0447 1.19088 13.9108C1.46786 11.7769 2.20272 9.72811 3.34513 7.90464C4.48755 6.08118 6.01055 4.52614 7.80983 3.346C9.60911 2.16586 11.6422 1.38851 13.7698 1.06716C13.8032 1.06517 13.8363 1.07446 13.8638 1.09353C13.8913 1.11259 13.9116 1.14034 13.9214 1.17231C13.9313 1.20428 13.9301 1.23863 13.9181 1.26985C13.906 1.30108 13.8839 1.32736 13.8552 1.34449C11.4552 2.58182 6.1965 6.96582 18.3245 12.5338C29.6738 17.8672 28.7778 22.8485 26.7085 25.8138Z" fill="#00AAC6"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -0,0 +1,5 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M417.771 52.262C417.771 72.082 397.111 88.144 371.632 88.144C346.148 88.144 325.491 72.081 325.491 52.262C325.491 32.444 346.147 16.374 371.632 16.374C397.111 16.374 417.771 32.443 417.771 52.262Z" fill="#6EB800"/>
<path d="M460.633 159.958H66.399C66.399 159.958 55.127 162.349 43.88 185.939C-12.459 303.738 10.088 494.865 212.838 494.865C415.565 494.865 494.422 234.145 494.422 198.831C494.422 163.45 460.633 159.958 460.633 159.958ZM212.838 447.103C170.101 447.103 112.989 436.674 83.458 386.641C51.489 332.393 61.244 255.654 85.099 207.802H446.641C435.193 255.653 366.564 447.103 212.838 447.103Z" fill="#6EB800"/>
<path d="M210.188 52.262C210.188 72.082 189.542 88.144 164.079 88.144C138.616 88.144 117.968 72.081 117.968 52.262C117.968 32.444 138.616 16.374 164.079 16.374C189.541 16.374 210.188 32.443 210.188 52.262Z" fill="#6EB800"/>
</svg>

After

Width:  |  Height:  |  Size: 958 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 33.92 29.9"><defs><style>.cls-1{fill:url(#linear-gradient);}.cls-2{fill:url(#linear-gradient-2);}.cls-3{fill:url(#linear-gradient-3);}.cls-4{fill:url(#linear-gradient-4);}.cls-5{fill:url(#linear-gradient-5);}.cls-6{fill:url(#linear-gradient-6);}</style><linearGradient id="linear-gradient" x1="16.29" y1="1.58" x2="27.67" y2="22.22" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fadc22"/><stop offset="0.25" stop-color="#f6aa22"/><stop offset="0.54" stop-color="#f37522"/><stop offset="0.68" stop-color="#f16022"/><stop offset="1" stop-color="#d92427"/></linearGradient><linearGradient id="linear-gradient-2" x1="8.14" y1="25.95" x2="9.05" y2="15.06" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fadc22"/><stop offset="0.36" stop-color="#f6aa22"/><stop offset="0.79" stop-color="#f37522"/><stop offset="1" stop-color="#f16022"/></linearGradient><linearGradient id="linear-gradient-3" x1="32.08" y1="8.28" x2="4.99" y2="29.63" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fadc22"/><stop offset="0.21" stop-color="#f6aa22"/><stop offset="0.45" stop-color="#f37522"/><stop offset="0.57" stop-color="#f16022"/><stop offset="1" stop-color="#d92427"/></linearGradient><linearGradient id="linear-gradient-4" x1="28.64" y1="26.88" x2="3.08" y2="11.88" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-5" x1="1.44" y1="15.27" x2="17.35" y2="6.45" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-6" x1="9.84" y1="16.14" x2="17.69" y2="0.82" xlink:href="#linear-gradient"/></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M15.5,3.82c3,.88,8.71,12.72,9.77,20.66.73,5.37,1.17,4.7,2.71,4,1.92-.9,3.05-3.09,2.17-7C28.81,15.53,25,6.8,21.11,2.94,19.15,1,16.18,1.7,15.5,3.82Z"/><path class="cls-2" d="M9.26,21.5c-1.24-.88-2.42-1.77-3.5-2.64a36.77,36.77,0,0,0-1,5.2c-.32,3.08.3,3.93,1.65,4.35.85.26,4.2-1,5.29-3.34C9.52,25.61,8.93,24.25,9.26,21.5Z"/><path class="cls-3" d="M33.5,8.53c4.08,4.83-22.42,22.81-27.33,21.28-1.42-.44-1.76-2.41-1.38-5.75,0,2.65,1.57,2.66,5.9,1.14S26,16.34,27.24,9.81A2.6,2.6,0,0,0,26.16,7.3c-.28-.28-.17-.79.23-.78C29.39,6.6,32.38,7.21,33.5,8.53Z"/><path class="cls-4" d="M30.15,21.47c.74,5.46-12,1.35-17-1.56C7.94,16.85,2.35,12.85,2.75,10.77A5.49,5.49,0,0,0,4.69,18c7.15,6.15,20,13.45,24.24,11.49C30.82,28.56,31,25,30.15,21.47Z"/><path class="cls-5" d="M4.69,18C.88,15.49-.63,12.38.24,10.41,2.14,6.07,12.72,8.26,17,10.1c.82.35,1.72,1,1.8,1.58s-.49.24-1.6-.15c-2-.7-8.12-2.49-11.88-.38C2.3,12.86,2.65,16.09,4.69,18Z"/><path class="cls-6" d="M10,17.94c.3-1.19.67-2.5,1.08-3.92C13.21,6.56,17.14.58,21.11,2.94,19.15,1,17.77-.39,15.46.1c-3,.64-6.58,8.66-8.77,15.54C7.68,16.4,8.8,17.18,10,17.94Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

@ -0,0 +1,11 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path d="M14.4552 9.21366C14.3449 9.13642 14.1628 9.25669 14.16 9.25835C14.0651 9.31352 13.5625 9.58938 12.4784 9.81007C11.3959 9.99766 10.165 10.124 10.165 10.124C9.58237 10.1696 9.02033 10.2248 8.47892 10.2895C8.55947 9.93421 8.58927 9.53642 8.41547 9.30911C8.22789 9.06359 8.04913 8.93945 7.88361 8.93945C7.77327 8.93945 7.61713 8.99738 7.51396 9.2738C7.37547 9.64676 7.14761 10.0462 6.79672 10.5235C2.57547 11.2076 0.0231962 12.4197 2.38143e-05 13.5215C-0.0286658 14.8926 2.25603 15.8062 2.25603 15.8062C2.35203 15.8382 2.38292 15.8244 2.39561 15.7985C2.42816 15.7334 2.34044 15.6633 2.34044 15.6633C1.05658 14.6636 1.14209 13.9497 1.14209 13.9497C1.21051 13.1072 3.22872 12.5792 5.51009 12.2625C5.01503 12.9961 4.55707 13.754 4.13796 14.5334C2.90706 16.8396 2.31727 18.8363 2.38237 20.4688C2.38237 20.5499 2.44471 22.471 3.22209 22.9808C3.30529 23.0379 3.40227 23.0716 3.50292 23.0785C3.53913 23.0793 3.57508 23.0724 3.60845 23.0583C3.64182 23.0442 3.67185 23.0233 3.69658 22.9968C3.78209 22.9047 3.8163 22.743 3.8003 22.5003C3.79534 22.4308 3.78871 22.3541 3.78154 22.2697C3.70485 21.3836 3.56085 19.7345 4.86513 17.1988C5.60444 15.7643 6.38899 14.385 7.01961 13.2815C7.29106 12.807 7.53547 12.3783 7.73685 12.0126C9.50678 11.8614 11.1068 11.8161 11.7413 11.8266C13.4516 11.8559 14.5628 10.0059 14.5341 9.4349C14.5269 9.33504 14.5071 9.25118 14.4552 9.21366Z" fill="#1D1D1B"/>
<path d="M31.9951 20.2484C31.987 19.9448 31.8985 19.6487 31.7385 19.3904C31.5691 19.1317 31.1978 18.6467 30.5308 18.1546C29.5548 17.434 29.4649 16.6986 29.5995 16.3532C29.7341 16.0078 30.1253 15.5124 29.6298 15.242C29.1344 14.9717 28.2676 15.8754 28.2356 16.7355C28.2012 17.2219 28.0699 17.6965 27.8494 18.1314C27.4963 18.788 26.0872 21.2812 25.2012 21.007C25.2012 21.007 24.7692 20.8122 25.0516 19.9411C25.3231 19.1008 27.904 13.2453 25.8174 12.2721C25.8174 12.2721 24.5562 11.7915 24.2561 12.4972C24.2561 12.4972 25.2767 12.3769 24.5711 15.3662C24.5711 15.3662 21.1333 15.0351 19.5719 18.7444C19.5719 18.7444 18.3708 21.0108 17.3954 21.0406C17.3954 21.0406 17.0047 20.9656 17.215 19.8268C17.215 19.8268 17.6801 17.5598 18.506 16.0437C18.506 16.0437 15.9388 13.7915 12.741 17.2442C12.741 17.2442 11.9758 17.9653 11.6001 19.6166C11.6001 19.6166 10.1739 21.2828 8.62793 20.9524C8.62793 20.9524 7.27676 20.8177 7.96586 18.3703C7.96586 18.3703 11.8693 18.6257 11.7943 16.4635C11.7943 16.4635 11.7341 15.0528 9.6922 15.3678C9.6922 15.3678 7.43565 15.5846 6.1369 18.3543C6.04531 18.5706 5.49028 19.9411 5.73304 20.7422C5.88476 21.2624 6.39179 22.3973 7.93662 22.3488C9.93772 22.2886 11.2387 20.9077 11.4991 20.5281C11.4991 20.5281 11.5195 22.2892 12.9402 22.3686C12.9402 22.3686 14.1308 22.4067 15.1239 20.4613C15.1239 20.4613 15.1631 20.3797 15.1967 20.3874C15.2087 20.3903 15.219 20.3976 15.2258 20.4079C15.2326 20.4181 15.2352 20.4305 15.2332 20.4426C15.1929 20.7736 15.061 22.4591 16.522 22.3868C16.522 22.3868 17.8031 22.5877 19.2442 20.1457C19.2442 20.1457 19.1841 22.447 20.6456 22.3664C20.6456 22.3664 21.9736 22.4051 22.9325 20.3979C22.9325 20.3979 22.9645 20.3383 23.0003 20.3593C23.0114 20.3691 23.0195 20.3819 23.0236 20.3962C23.0277 20.4105 23.0276 20.4256 23.0235 20.4398C22.9584 20.7675 22.7283 22.3433 24.2373 22.3708C24.2373 22.3708 24.6169 22.3918 24.8392 22.3113C25.466 22.1286 26.8034 21.3463 28.2891 18.0768C28.298 18.0542 28.3796 17.8511 28.4127 17.8511C28.432 17.8511 28.4436 17.8704 28.458 17.9063C28.458 17.9063 28.8442 18.7891 29.392 19.4561C29.392 19.4561 29.4742 19.5493 29.5129 19.5913C30.016 20.1948 30.2301 20.6467 29.5432 20.932C29.418 20.9733 28.1551 21.3733 28.0442 20.7433C28.0442 20.7433 27.3623 20.9673 27.2227 21.4219C27.1587 21.631 27.1603 22.0172 27.4897 22.1943C27.5072 22.2067 27.5257 22.2177 27.5449 22.2274L27.557 22.2329C27.6664 22.284 27.7822 22.32 27.9013 22.34C28.304 22.4244 29.0599 22.4707 30.1992 22.1148C30.2991 22.0862 30.3929 22.0547 30.4834 22.0222L30.5148 22.0111C31.2464 21.7353 31.6541 21.3491 31.8389 20.9474C31.962 20.7063 31.9857 20.4051 31.9907 20.2953C31.9907 20.2864 31.9907 20.2776 31.9907 20.2682V20.2484H31.9951ZM9.61827 16.0354C10.5043 15.6602 10.3841 16.2754 10.3841 16.2754C10.2941 17.5813 8.23731 17.7766 8.23731 17.7766C8.23731 17.7766 8.73276 16.4106 9.61827 16.0354ZM15.2784 19.0379C14.6163 20.9744 13.9123 20.6588 13.9123 20.6588C12.9192 20.2086 13.9874 18.047 13.9874 18.047C15.338 15.5096 16.6621 15.93 16.6621 15.93C16.3443 16.3504 15.9388 17.1035 15.2784 19.0379ZM21.7639 20.6743C20.5761 20.5154 21.6287 18.2417 21.6287 18.2417C22.9347 15.6001 24.3907 15.9151 24.3907 15.9151C23.0395 20.4641 21.7639 20.6743 21.7639 20.6743Z" fill="#1D1D1B"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

@ -0,0 +1,7 @@
<svg width="627" height="627" viewBox="0 0 627 627" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M253.947 246.658V222.26C245.478 220.919 236.924 220.184 228.35 220.061C145.343 219.884 71.8543 273.675 46.9272 352.851C22 432.026 51.4236 518.215 119.557 565.622C94.5725 538.882 77.861 505.483 71.4401 469.455C65.0192 433.427 69.1632 396.311 83.372 362.586C97.5809 328.862 121.247 299.97 151.514 279.4C181.781 258.829 217.355 247.459 253.942 246.661L253.947 246.658Z" fill="#25F4EE"/>
<path d="M258.549 523.027C304.959 522.964 343.107 486.402 345.139 440.036V26.2841H420.726C419.184 17.6384 418.448 8.86802 418.528 0.0861206L315.14 0.0861206V413.44C313.42 460.041 275.181 496.954 228.549 497.029C214.614 496.91 200.906 493.484 188.555 487.031C196.56 498.121 207.073 507.163 219.237 513.419C231.401 519.675 244.871 522.967 258.549 523.027V523.027ZM561.911 166.666V143.668C534.092 143.679 506.89 135.471 483.721 120.073C504.031 143.685 531.478 160.04 561.911 166.666V166.666Z" fill="#25F4EE"/>
<path d="M483.721 120.073C460.896 94.083 448.314 60.672 448.325 26.082H420.726C424.291 45.2064 431.715 63.4038 442.546 79.5638C453.377 95.7237 467.387 109.507 483.721 120.073V120.073ZM228.35 323.45C208.994 323.548 190.226 330.114 175.03 342.105C159.834 354.095 149.083 370.821 144.486 389.624C139.888 408.427 141.708 428.227 149.657 445.876C157.605 463.526 171.226 478.011 188.353 487.031C178.988 474.101 173.381 458.835 172.149 442.918C170.918 427.002 174.11 411.055 181.373 396.839C188.637 382.623 199.689 370.691 213.309 362.363C226.928 354.034 242.585 349.633 258.549 349.645C267.228 349.758 275.846 351.109 284.143 353.657V248.458C275.67 247.187 267.117 246.519 258.549 246.459H253.947V326.448C245.606 324.211 236.983 323.201 228.35 323.45V323.45Z" fill="#FE2C55"/>
<path d="M561.911 166.666V246.658C510.411 246.558 460.248 230.256 418.528 200.063V410.239C418.306 515.114 333.225 600.018 228.35 600.018C189.4 600.088 151.388 588.07 119.557 565.622C145.513 593.54 179.275 612.994 216.445 621.451C253.614 629.907 292.47 626.974 327.949 613.034C363.428 599.093 393.887 574.791 415.358 543.294C436.829 511.796 448.317 474.562 448.325 436.443V226.861C490.186 256.856 540.41 272.945 591.907 272.856V169.858C581.825 169.828 571.773 168.758 561.911 166.666V166.666Z" fill="#FE2C55"/>
<path d="M418.528 410.239V200.063C460.375 230.084 510.608 246.176 562.11 246.057V166.068C531.684 159.642 504.172 143.499 483.721 120.073C467.387 109.507 453.377 95.7237 442.546 79.5638C431.715 63.4038 424.291 45.2064 420.726 26.082H345.139V440.042C344.403 458.061 338.072 475.403 327.027 489.658C315.981 503.914 300.769 514.374 283.504 519.586C266.24 524.798 247.781 524.502 230.692 518.74C213.604 512.979 198.734 502.036 188.15 487.435C171.021 478.417 157.397 463.931 149.447 446.281C141.496 428.63 139.675 408.828 144.273 390.024C148.871 371.219 159.623 354.491 174.821 342.501C190.019 330.51 208.79 323.944 228.148 323.848C236.83 323.926 245.454 325.274 253.745 327.849V247.857C216.962 248.481 181.154 259.793 150.689 280.416C120.223 301.038 96.4163 330.079 82.1705 363.998C67.9246 397.917 63.8554 435.248 70.459 471.439C77.0627 507.63 94.0538 541.118 119.361 567.82C151.504 589.529 189.57 600.774 228.35 600.018C333.225 600.018 418.306 515.114 418.528 410.239V410.239Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

@ -14,7 +14,7 @@ const { agent, promisify, getOption, setOption, open, globEscape } = Utils
const expiry = 1000 * 60 * 60 * 24 const expiry = 1000 * 60 * 60 * 24
const hostnameIgnoreList = /((local|dev(elop(ment)?)?|stag(e|ing)?|preprod|preview|test(ing)?|demo(shop)?|admin|cache)[.-]|localhost|wappalyzer|google|facebook|twitter|reddit|yahoo|wikipedia|amazon|youtube|\/admin|\.local|\.test|\.dev|^[0-9.]$)/ const hostnameIgnoreList = /((local|dev(elop(ment)?)?|stag(e|ing)?|preprod|preview|test(ing)?|demo(shop)?|admin|cache)[.-]|localhost|wappalyzer|google|facebook|twitter|reddit|yahoo|wikipedia|amazon|youtube|\/admin|\.local|\.test|\.dev|\.netlify\.app|\.shopifypreview\.com|^[0-9.]+$)/
const xhrDebounce = [] const xhrDebounce = []

@ -4,7 +4,7 @@
"author": "Wappalyzer", "author": "Wappalyzer",
"homepage_url": "https://www.wappalyzer.com/", "homepage_url": "https://www.wappalyzer.com/",
"description": "Identify web technologies", "description": "Identify web technologies",
"version": "6.5.32", "version": "6.5.34",
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.5.32", "version": "6.5.34",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff