mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
💚 Added Kick
This commit is contained in:
parent
894480d64b
commit
595c3441af
@ -1177,6 +1177,15 @@ export const svgs: iSVG[] = [
|
|||||||
route: '/library/elementor.svg',
|
route: '/library/elementor.svg',
|
||||||
url: 'https://elementor.com/'
|
url: 'https://elementor.com/'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Kick',
|
||||||
|
category: 'Entertainment',
|
||||||
|
route: {
|
||||||
|
light: '/library/kick-light.svg',
|
||||||
|
dark: '/library/kick-dark.svg',
|
||||||
|
},
|
||||||
|
url: 'https://kick.com/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Prime video',
|
title: 'Prime video',
|
||||||
category: 'Entertainment',
|
category: 'Entertainment',
|
||||||
|
15
static/library/kick-dark.svg
Normal file
15
static/library/kick-dark.svg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<svg width="933" height="300" viewBox="0 0 933 300" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_9790_492437)">
|
||||||
|
<g clip-path="url(#clip1_9790_492437)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H100V66.6667H133.333V33.3333H166.667V0H266.667V100H233.333V133.333H200V166.667H233.333V200H266.667V300H166.667V266.667H133.333V233.333H100V300H0V0ZM666.667 0H766.667V66.6667H800V33.3333H833.333V0H933.333V100H900V133.333H866.667V166.667H900V200H933.333V300H833.333V266.667H800V233.333H766.667V300H666.667V0ZM300 0H400V300H300V0ZM533.333 0H466.667V33.3333H433.333V266.667H466.667V300H533.333H633.333V200H533.333V100H633.333V0H533.333Z" fill="#FFF"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_9790_492437">
|
||||||
|
<rect width="933" height="300" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clip1_9790_492437">
|
||||||
|
<rect width="933.333" height="300" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 901 B |
15
static/library/kick-light.svg
Normal file
15
static/library/kick-light.svg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<svg width="933" height="300" viewBox="0 0 933 300" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_9790_492437)">
|
||||||
|
<g clip-path="url(#clip1_9790_492437)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H100V66.6667H133.333V33.3333H166.667V0H266.667V100H233.333V133.333H200V166.667H233.333V200H266.667V300H166.667V266.667H133.333V233.333H100V300H0V0ZM666.667 0H766.667V66.6667H800V33.3333H833.333V0H933.333V100H900V133.333H866.667V166.667H900V200H933.333V300H833.333V266.667H800V233.333H766.667V300H666.667V0ZM300 0H400V300H300V0ZM533.333 0H466.667V33.3333H433.333V266.667H466.667V300H533.333H633.333V200H533.333V100H633.333V0H533.333Z" fill="#53FC18"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_9790_492437">
|
||||||
|
<rect width="933" height="300" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clip1_9790_492437">
|
||||||
|
<rect width="933.333" height="300" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 904 B |
Loading…
Reference in New Issue
Block a user