(s, o)
| 32218 | const Yt = LockAuthIcon |
| 32219 | class UnlockAuthIcon extends Re.Component { |
| 32220 | mapStateToProps(s, o) { |
| 32221 | return { state: s, ownProps: Gt()(o, Object.keys(o.getSystem())) } |
| 32222 | } |
| 32223 | render() { |
| 32224 | const { getComponent: s, ownProps: o } = this.props, |
| 32225 | i = s('UnlockIcon') |