📦 Add Shiki svg
Some checks are pending
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Waiting to run
🧑‍🚀 Check / 📦 SVGs Size (push) Waiting to run
🧑‍🚀 Check / 🛠️ Build app (push) Waiting to run
🚀 Deploy / API - Cloudflare Workers (push) Waiting to run

This commit is contained in:
Pablo Hdez 2025-01-26 16:46:45 +00:00
parent b5207c4bf0
commit 22f0f1b2aa
2 changed files with 7 additions and 0 deletions

View File

@ -3229,5 +3229,11 @@ export const svgs: iSVG[] = [
route: '/library/deepseek.svg', route: '/library/deepseek.svg',
wordmark: '/library/deepseek_wordmark.svg', wordmark: '/library/deepseek_wordmark.svg',
url: 'https://deepseek.com/' url: 'https://deepseek.com/'
},
{
title: 'Shiki',
category: 'Library',
route: '/library/shiki.svg',
url: 'https://shiki.style/'
} }
]; ];

1
static/library/shiki.svg Normal file
View File

@ -0,0 +1 @@
<svg width="266" height="266" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="219.5" cy="46.5" r="46.5" fill="#CB7676"/><path fill="#4B9978" d="M0 48h266v65H0z"/><path d="M109.463 144.426c-.451-5.634-2.564-10.029-6.339-13.184-3.719-3.156-9.381-4.733-16.988-4.733-4.846 0-8.818.591-11.917 1.775-3.042 1.127-5.296 2.676-6.761 4.648-1.465 1.972-2.226 4.226-2.282 6.761-.113 2.085.254 3.973 1.099 5.663.901 1.634 2.31 3.127 4.225 4.479 1.916 1.296 4.367 2.48 7.353 3.55 2.987 1.071 6.536 2.029 10.65 2.874l14.198 3.042c9.579 2.029 17.777 4.705 24.595 8.029 6.817 3.325 12.396 7.241 16.734 11.748 4.339 4.451 7.522 9.466 9.55 15.044 2.085 5.578 3.156 11.663 3.212 18.256-.056 11.381-2.902 21.016-8.536 28.905-5.635 7.888-13.692 13.888-24.172 18.002-10.424 4.113-22.96 6.169-37.61 6.169-15.044 0-28.172-2.225-39.385-6.676-11.156-4.452-19.833-11.298-26.03-20.538-6.142-9.297-9.241-21.186-9.298-35.666h44.625c.282 5.296 1.606 9.747 3.972 13.354 2.367 3.606 5.691 6.338 9.974 8.198 4.338 1.859 9.494 2.789 15.466 2.789 5.015 0 9.212-.62 12.593-1.86 3.381-1.239 5.944-2.958 7.691-5.155 1.747-2.198 2.648-4.705 2.705-7.522-.057-2.648-.93-4.959-2.62-6.931-1.634-2.028-4.339-3.831-8.114-5.409-3.775-1.634-8.874-3.155-15.298-4.564l-17.241-3.718c-15.326-3.325-27.412-8.875-36.258-16.65-8.79-7.832-13.156-18.509-13.1-32.032-.056-10.987 2.874-20.594 8.79-28.82 5.973-8.283 14.227-14.734 24.763-19.355 10.593-4.62 22.735-6.93 36.427-6.93 13.974 0 26.059 2.338 36.258 7.015 10.198 4.677 18.058 11.269 23.58 19.777 5.578 8.452 8.395 18.34 8.452 29.665h-44.963Z" fill="#83D0DA"/><path fill="#E6CC78" d="M217 0v266h-65V0z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB