Merge pull request #7279 from ysm-dev/solidjs

Add SolidJS Detection
main
Elbert Alias 2 years ago committed by GitHub
commit 8c9f76cd21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,30 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32 7.42068C32 7.42068 21.3334 -0.428373 13.0818 1.38295L12.478 1.58421C11.2705 1.98672 10.2642 2.59049 9.6604 3.39553L9.25788 3.9993L6.23901 9.232L11.4717 10.2383C13.6856 11.6471 16.5032 12.2509 19.1195 11.6471L28.3774 13.4584L32 7.42068Z" fill="#76B3E1"/>
<path opacity="0.3" d="M32 7.42068C32 7.42068 21.3334 -0.428373 13.0818 1.38295L12.478 1.58421C11.2705 1.98672 10.2642 2.59049 9.6604 3.39553L9.25788 3.9993L6.23901 9.232L11.4717 10.2383C13.6856 11.6471 16.5032 12.2509 19.1195 11.6471L28.3774 13.4584L32 7.42068Z" fill="url(#paint0_linear_3889_187)"/>
<path d="M9.66036 7.42067L8.85532 7.62192C5.43394 8.62821 4.42765 11.8483 6.23897 14.666C8.25155 17.2823 12.478 18.6911 15.8993 17.6848L28.3773 13.4584C28.3773 13.4584 17.7107 5.60935 9.66036 7.42067Z" fill="#518AC8"/>
<path opacity="0.3" d="M9.66036 7.42067L8.85532 7.62192C5.43394 8.62821 4.42765 11.8483 6.23897 14.666C8.25155 17.2823 12.478 18.6911 15.8993 17.6848L28.3773 13.4584C28.3773 13.4584 17.7107 5.60935 9.66036 7.42067Z" fill="url(#paint1_linear_3889_187)"/>
<path d="M26.1635 16.4773C25.0367 15.0696 23.5154 14.0303 21.7944 13.4925C20.0734 12.9546 18.231 12.9428 16.5031 13.4584L4.02516 17.4836L0 24.5276L22.5409 28.3515L26.566 21.1062C27.3711 19.6974 27.1698 18.0873 26.1635 16.4773Z" fill="url(#paint2_linear_3889_187)"/>
<path d="M22.1384 23.5213C21.0116 22.1137 19.4903 21.0743 17.7692 20.5365C16.0482 19.9987 14.2058 19.9868 12.478 20.5025L0 24.5276C0 24.5276 10.6667 32.5779 18.9182 30.5654L19.522 30.3641C22.9434 29.3578 24.1509 26.1377 22.1384 23.5213Z" fill="url(#paint3_linear_3889_187)"/>
<defs>
<linearGradient id="paint0_linear_3889_187" x1="4.72958" y1="0.980431" x2="29.7862" y2="13.1565" gradientUnits="userSpaceOnUse">
<stop offset="0.1" stop-color="#76B3E1"/>
<stop offset="0.3" stop-color="#DCF2FD"/>
<stop offset="1" stop-color="#76B3E1"/>
</linearGradient>
<linearGradient id="paint1_linear_3889_187" x1="18.4755" y1="6.93765" x2="14.088" y2="21.549" gradientUnits="userSpaceOnUse">
<stop stop-color="#76B3E1"/>
<stop offset="0.5" stop-color="#4377BB"/>
<stop offset="1" stop-color="#1F3B77"/>
</linearGradient>
<linearGradient id="paint2_linear_3889_187" x1="2.89811" y1="13.2974" x2="28.2365" y2="30.5251" gradientUnits="userSpaceOnUse">
<stop stop-color="#315AA9"/>
<stop offset="0.5" stop-color="#518AC8"/>
<stop offset="1" stop-color="#315AA9"/>
</linearGradient>
<linearGradient id="paint3_linear_3889_187" x1="14.3296" y1="15.3704" x2="4.10567" y2="52.8647" gradientUnits="userSpaceOnUse">
<stop stop-color="#4377BB"/>
<stop offset="0.5" stop-color="#1A336B"/>
<stop offset="1" stop-color="#1A336B"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

@ -4441,6 +4441,18 @@
"scriptSrc": "cdn\\.soisy\\.it/",
"website": "https://www.soisy.it"
},
"SolidJS": {
"cats": [
12
],
"description": "SolidJS is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.",
"icon": "SolidJS.svg",
"js": {
"Solid$$": ""
},
"oss": true,
"website": "https://www.solidjs.com/"
},
"SolidPixels": {
"cats": [
1,

Loading…
Cancel
Save