mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: make icon theme aware.
This commit is contained in:
+4
-1
@@ -1720,7 +1720,10 @@ export const svgs: iSVG[] = [
|
||||
id: 775133760594,
|
||||
title: 'Axiom',
|
||||
category: 'Software',
|
||||
route: '/library/axiom.svg',
|
||||
route: {
|
||||
dark: '/library/axiom-dark.svg',
|
||||
light: '/library/axiom-light.svg'
|
||||
},
|
||||
url: 'https://axiom.co/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user