mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
added Cisco logo
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
import type { iSVG } from '../types/svg';
|
||||
|
||||
export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'Cisco',
|
||||
category: 'Software',
|
||||
route: {
|
||||
light: '/library/cisco_light.svg',
|
||||
dark: '/library/cisco_dark.svg'
|
||||
},
|
||||
url: 'https://www.cisco.com/'
|
||||
},
|
||||
{
|
||||
title: 'Animate',
|
||||
category: ['Software', 'Design'],
|
||||
|
||||
Reference in New Issue
Block a user