+ Added Vuetify

This commit is contained in:
Mehdi Dara 2023-12-23 21:09:16 +03:30
parent f90966808b
commit a11debc76b
2 changed files with 14 additions and 0 deletions

View File

@ -46,6 +46,12 @@ export const svgs: iSVG[] = [
route: '/library/vue.svg', route: '/library/vue.svg',
url: 'https://vuejs.org/' url: 'https://vuejs.org/'
}, },
{
title: "Vuetify",
category: "Library",
route: "/library/vuetify.svg",
url: "https://vuetifyjs.com/"
},
{ {
title: 'Nuxt', title: 'Nuxt',
category: 'Framework', category: 'Framework',

View File

@ -0,0 +1,8 @@
<svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="200.025" cy="199.975" r="186.895" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M200.025 390.404C305.196 390.404 390.453 305.146 390.453 199.975C390.453 94.8048 305.196 9.54706 200.025 9.54706C94.8539 9.54706 9.59619 94.8048 9.59619 199.975C9.59619 305.146 94.8539 390.404 200.025 390.404ZM200.025 394.197C307.29 394.197 394.246 307.24 394.246 199.975C394.246 92.7098 307.29 5.75366 200.025 5.75366C92.7589 5.75366 5.8028 92.7098 5.8028 199.975C5.8028 307.24 92.7589 394.197 200.025 394.197Z" fill="#AEDDFF"/>
<path d="M203.087 172.693L144.963 273.389L200 368.773L272.896 242.513L345.759 116.253H235.651L203.087 172.693Z" fill="#1697F6"/>
<path d="M127.137 242.513L130.955 249.153L185.328 154.931L207.668 116.253H200H54.2415L127.137 242.513Z" fill="#AEDDFF"/>
<path d="M235.651 116.253C263.203 206.922 200 368.773 200 368.773L144.963 273.389L235.651 116.253Z" fill="#1867C0"/>
<path d="M207.668 116.253C91.586 116.253 130.955 249.153 130.955 249.153L207.668 116.253Z" fill="#7BC6FF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB