File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
keychain/src/components/settings
ui-next/src/components/icons/utility Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
11
11
SheetFooter ,
12
12
SheetTrigger ,
13
13
StarknetIcon ,
14
- LaptopIcon ,
14
+ FingerprintIcon ,
15
15
} from "@cartridge/ui-next" ;
16
16
import { SignerType } from "@cartridge/utils/api/cartridge" ;
17
17
@@ -100,8 +100,8 @@ const DeviceIcon = React.memo(({ signerType }: { signerType: SignerType }) => {
100
100
return signerType === SignerType . StarknetAccount ? (
101
101
< StarknetIcon size = "default" className = "absolute" />
102
102
) : signerType === SignerType . Webauthn ? (
103
- < LaptopIcon variant = "solid" size = "default" className = "absolute" />
103
+ < FingerprintIcon size = "default" className = "absolute" />
104
104
) : (
105
- < LaptopIcon variant = "solid" size = "default" className = "absolute" />
105
+ < FingerprintIcon size = "default" className = "absolute" />
106
106
) ;
107
107
} ) ;
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ export const FingerprintIcon = memo(
12
12
{ ...props }
13
13
>
14
14
< path
15
- fill = "currentColor "
15
+ className = "fill-current "
16
16
d = "M17.971 17.667a.708.708 0 0 0 .709-.708v-4.25a6.375 6.375 0 0 0-12.75 0v4.25a.708.708 0 1 0 1.416 0v-4.25a4.959 4.959 0 1 1 9.917 0v4.25a.708.708 0 0 0 .708.708Z"
17
17
/>
18
18
< path
19
- fill = "currentColor "
19
+ className = "fill-current "
20
20
d = "M15.136 19.083a.708.708 0 0 0 .709-.708v-5.667a3.542 3.542 0 0 0-7.084 0v5.667a.708.708 0 1 0 1.417 0v-5.667a2.125 2.125 0 1 1 4.25 0v5.667a.708.708 0 0 0 .708.708Z"
21
21
/>
22
22
< path
23
- fill = "currentColor "
23
+ className = "fill-current "
24
24
d = "M11.596 12.708v7.084a.708.708 0 1 0 1.416 0v-7.084a.708.708 0 1 0-1.416 0ZM4.228 9.817a.71.71 0 0 0 .934-.367c1.218-2.796 3.954-4.533 7.142-4.533 3.187 0 5.923 1.737 7.141 4.533a.71.71 0 0 0 1.3-.567C19.298 5.563 16.062 3.5 12.305 3.5c-3.758 0-6.993 2.063-8.442 5.383a.71.71 0 0 0 .366.934Z"
25
25
/>
26
26
</ svg >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export * from "./dots";
16
16
export * from "./double-wedge" ;
17
17
export * from "./external" ;
18
18
// Not sure why but it breaks Profile app
19
- // export * from "./fingerprint";
19
+ export * from "./fingerprint" ;
20
20
export * from "./fullscreen" ;
21
21
export * from "./gear" ;
22
22
export * from "./gift" ;
You can’t perform that action at this time.
0 commit comments