mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' into feat/logos
This commit is contained in:
@@ -3093,6 +3093,16 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
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'
|
||||
},
|
||||
{
|
||||
title: 'UXAnaRangel',
|
||||
category: ['Community'],
|
||||
|
||||
@@ -26,4 +26,6 @@ export type tCategory =
|
||||
| 'Google'
|
||||
| 'Payment'
|
||||
| 'void(0)'
|
||||
| 'Authentication';
|
||||
| 'Authentication'
|
||||
| 'IoT'
|
||||
| 'Home Automation';
|
||||
|
||||
Reference in New Issue
Block a user