Updated Video component pip icon to copy icon

• Updated:
- Video component pip icon to copy icon
This commit is contained in:
mgabdev 2020-10-24 18:49:11 -05:00
parent 763aa63dc2
commit 2937ecc549

@ -728,7 +728,7 @@ class Video extends ImmutablePureComponent {
backgroundColor='none'
aria-label={intl.formatMessage(fullscreen ? messages.exit_fullscreen : messages.fullscreen)}
onClick={this.togglePip}
icon='pip'
icon='copy'
iconSize='20px'
iconClassName={_s.cWhite}
className={[_s.px10, _s.pr0].join(' ')}