File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
/* Internal dependencies */
2
2
import { styled , absoluteCenter , SemanticNames } from 'Foundation'
3
- import { Icon } from 'Components/Icon'
3
+ import { LockIcon as BaseLockIcon } from 'Components/Icon/generated '
4
4
import { StatusSize } from './Status.types'
5
5
6
6
function getStatusCircleBorderSize ( size : StatusSize ) {
@@ -39,7 +39,7 @@ export const StatusCircle = styled.div<StatusCircleProps>`
39
39
}
40
40
`
41
41
42
- export const LockIcon = styled ( Icon ) `
42
+ export const LockIcon = styled ( BaseLockIcon ) `
43
43
${ absoluteCenter ( '' ) }
44
44
z-index: 1;
45
45
`
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ function Status({
21
21
size = { size }
22
22
>
23
23
< LockIcon
24
- name = "lock"
25
24
size = { IconSize . XXS }
26
25
color = "txt-black-darker"
27
26
/>
You can’t perform that action at this time.
0 commit comments