File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ import ScanQrCode from '@nimiq/style/src/icons/scan-qr-code.svg';
4949import Settings from '@nimiq/style/src/icons/settings.svg' ;
5050import Shredder from '@nimiq/style/src/icons/shredder.svg' ;
5151import Skull from '@nimiq/style/src/icons/skull.svg' ;
52+ import Stopwatch from '@nimiq/style/src/icons/stopwatch.svg' ;
5253import Transfer from '@nimiq/style/src/icons/transfer.svg' ;
54+ import UnderPayment from '@nimiq/style/src/icons/under-payment.svg' ;
5355import ViewOff from '@nimiq/style/src/icons/view-off.svg' ;
5456import View from '@nimiq/style/src/icons/view.svg' ;
5557
@@ -93,7 +95,9 @@ export const ScanQrCodeIcon = IconBase(ScanQrCode);
9395export const SettingsIcon = IconBase ( Settings ) ;
9496export const ShredderIcon = IconBase ( Shredder ) ;
9597export const SkullIcon = IconBase ( Skull ) ;
98+ export const StopwatchIcon = IconBase ( Stopwatch ) ;
9699export const TransferIcon = IconBase ( Transfer ) ;
100+ export const UnderPaymentIcon = IconBase ( UnderPayment ) ;
97101export const ViewOffIcon = IconBase ( ViewOff ) ;
98102export const ViewIcon = IconBase ( View ) ;
99103// tslint:enable:variable-name
Original file line number Diff line number Diff line change @@ -147,7 +147,9 @@ storiesOf('Basic', module)
147147 <SettingsIcon/>
148148 <ShredderIcon/>
149149 <SkullIcon/>
150+ <StopwatchIcon/>
150151 <TransferIcon/>
152+ <UnderPaymentIcon/>
151153 <ViewOffIcon/>
152154 <ViewIcon/>
153155 </div>` ,
You can’t perform that action at this time.
0 commit comments