add new external brand icons

This commit is contained in:
jeffvli
2026-03-17 21:05:45 -07:00
parent 0cb5c49924
commit f996b111b9
9 changed files with 262 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
declare module '*.png' {
const content: string;
export default content;
}
declare module '*.svg' {
const content: string;
export default content;
}