mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
added reflex svg
This commit is contained in:
parent
b1520bffa1
commit
ff38d0ac9c
@ -2061,5 +2061,15 @@ export const svgs: iSVG[] = [
|
|||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/pinterest.svg',
|
route: '/library/pinterest.svg',
|
||||||
url: 'https://pinterest.com/'
|
url: 'https://pinterest.com/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 250,
|
||||||
|
title: 'Reflex',
|
||||||
|
category: 'Software',
|
||||||
|
route: {
|
||||||
|
light: '/library/reflex-dark.svg',
|
||||||
|
dark: '/library/reflex-light.svg'
|
||||||
|
},
|
||||||
|
url: 'https://reflex.dev/'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
8
static/library/reflex-dark.svg
Normal file
8
static/library/reflex-dark.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="12" viewBox="0 0 56 12" fill="none">
|
||||||
|
<path d="M0 11.6V0.400024H8.96V4.88002H6.72V2.64002H2.24V4.88002H6.72V7.12002H2.24V11.6H0ZM6.72 11.6V7.12002H8.96V11.6H6.72Z" fill="#110F1F"/>
|
||||||
|
<path d="M11.2 11.6V0.400024H17.92V2.64002H13.44V4.88002H17.92V7.12002H13.44V9.36002H17.92V11.6H11.2Z" fill="#110F1F"/>
|
||||||
|
<path d="M20.16 11.6V0.400024H26.88V2.64002H22.4V4.88002H26.88V7.12002H22.4V11.6H20.16Z" fill="#110F1F"/>
|
||||||
|
<path d="M29.12 11.6V0.400024H31.36V9.36002H35.84V11.6H29.12Z" fill="#110F1F"/>
|
||||||
|
<path d="M38.08 11.6V0.400024H44.8V2.64002H40.32V4.88002H44.8V7.12002H40.32V9.36002H44.8V11.6H38.08Z" fill="#110F1F"/>
|
||||||
|
<path d="M47.04 4.88002V0.400024H49.28V4.88002H47.04ZM53.76 4.88002V0.400024H56V4.88002H53.76ZM49.28 7.12002V4.88002H53.76V7.12002H49.28ZM47.04 11.6V7.12002H49.28V11.6H47.04ZM53.76 11.6V7.12002H56V11.6H53.76Z" fill="#110F1F"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 897 B |
8
static/library/reflex-light.svg
Normal file
8
static/library/reflex-light.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="12" viewBox="0 0 56 12" fill="none">
|
||||||
|
<path d="M0 11.6V0.400024H8.96V4.88002H6.72V2.64002H2.24V4.88002H6.72V7.12002H2.24V11.6H0ZM6.72 11.6V7.12002H8.96V11.6H6.72Z" fill="white"/>
|
||||||
|
<path d="M11.2 11.6V0.400024H17.92V2.64002H13.44V4.88002H17.92V7.12002H13.44V9.36002H17.92V11.6H11.2Z" fill="white"/>
|
||||||
|
<path d="M20.16 11.6V0.400024H26.88V2.64002H22.4V4.88002H26.88V7.12002H22.4V11.6H20.16Z" fill="white"/>
|
||||||
|
<path d="M29.12 11.6V0.400024H31.36V9.36002H35.84V11.6H29.12Z" fill="white"/>
|
||||||
|
<path d="M38.08 11.6V0.400024H44.8V2.64002H40.32V4.88002H44.8V7.12002H40.32V9.36002H44.8V11.6H38.08Z" fill="white"/>
|
||||||
|
<path d="M47.04 4.88002V0.400024H49.28V4.88002H47.04ZM53.76 4.88002V0.400024H56V4.88002H53.76ZM49.28 7.12002V4.88002H53.76V7.12002H49.28ZM47.04 11.6V7.12002H49.28V11.6H47.04ZM53.76 11.6V7.12002H56V11.6H53.76Z" fill="white"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 885 B |
Loading…
Reference in New Issue
Block a user