mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
feat(svgs.ts, categories.ts): add new categories (IoT & Home Automation) and Home Assistant SVG data
This commit is contained in:
parent
4d7f0347bc
commit
02c9136551
@ -3092,5 +3092,15 @@ export const svgs: iSVG[] = [
|
||||
dark: '/library/mermaid-logo-dark.svg'
|
||||
},
|
||||
url: 'https://mermaid.js.org/'
|
||||
},
|
||||
{
|
||||
title: 'Home Assistant',
|
||||
category: ['IoT', 'Home Automation', 'Software'],
|
||||
route: '/library/home-assistant.svg',
|
||||
wordmark: {
|
||||
light: '/library/home-assistant-wordmark.svg',
|
||||
dark: '/library/home-assistant-wordmark-dark.svg'
|
||||
},
|
||||
url: 'https://github.com/home-assistant/assets/tree/master/logo'
|
||||
}
|
||||
];
|
||||
|
@ -26,4 +26,6 @@ export type tCategory =
|
||||
| 'Google'
|
||||
| 'Payment'
|
||||
| 'void(0)'
|
||||
| 'Authentication';
|
||||
| 'Authentication'
|
||||
| 'IoT'
|
||||
| 'Home Automation';
|
||||
|
Loading…
x
Reference in New Issue
Block a user