File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
packages/known-publishers/src Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
import alenoColor from "./icons/color/aleno.svg" ;
2
2
import finazonColor from "./icons/color/finazon.svg" ;
3
+ import lotechColor from "./icons/color/lotech.svg" ;
3
4
import orcaColor from "./icons/color/orca.svg" ;
4
5
import sentioColor from "./icons/color/sentio.svg" ;
5
6
import wooColor from "./icons/color/woo.svg" ;
@@ -11,6 +12,7 @@ import blocksize from "./icons/monochrome/blocksize.svg";
11
12
import elfomo from "./icons/monochrome/elfomo.svg" ;
12
13
import finazonMonochrome from "./icons/monochrome/finazon.svg" ;
13
14
import gluex from "./icons/monochrome/gluex.svg" ;
15
+ import lotechMonochrome from "./icons/monochrome/lotech.svg" ;
14
16
import ltpMonochrome from "./icons/monochrome/ltp.svg" ;
15
17
import orcaMonochrome from "./icons/monochrome/orca.svg" ;
16
18
import sentioMonochrome from "./icons/monochrome/sentio.svg" ;
@@ -84,6 +86,13 @@ export const knownPublishers = {
84
86
monochrome : alphanonce ,
85
87
} ,
86
88
} ,
89
+ "7YQg8Tz9KHKsg7yHiAFRBsDkLoKvZbMXt7VbW44F7QM" : {
90
+ name : "LO:TECH" ,
91
+ icon : {
92
+ monochrome : lotechMonochrome ,
93
+ color : lotechColor ,
94
+ } ,
95
+ } ,
87
96
} as const ;
88
97
89
98
export const lookup = ( value : string ) =>
You can’t perform that action at this time.
0 commit comments