Skip to content

Commit bc442eb

Browse files
committed
Icons: add StopwatchIcon and UnderPaymentIcon
1 parent 616940a commit bc442eb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/components/Icons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ import ScanQrCode from '@nimiq/style/src/icons/scan-qr-code.svg';
4949
import Settings from '@nimiq/style/src/icons/settings.svg';
5050
import Shredder from '@nimiq/style/src/icons/shredder.svg';
5151
import Skull from '@nimiq/style/src/icons/skull.svg';
52+
import Stopwatch from '@nimiq/style/src/icons/stopwatch.svg';
5253
import Transfer from '@nimiq/style/src/icons/transfer.svg';
54+
import UnderPayment from '@nimiq/style/src/icons/under-payment.svg';
5355
import ViewOff from '@nimiq/style/src/icons/view-off.svg';
5456
import View from '@nimiq/style/src/icons/view.svg';
5557

@@ -93,7 +95,9 @@ export const ScanQrCodeIcon = IconBase(ScanQrCode);
9395
export const SettingsIcon = IconBase(Settings);
9496
export const ShredderIcon = IconBase(Shredder);
9597
export const SkullIcon = IconBase(Skull);
98+
export const StopwatchIcon = IconBase(Stopwatch);
9699
export const TransferIcon = IconBase(Transfer);
100+
export const UnderPaymentIcon = IconBase(UnderPayment);
97101
export const ViewOffIcon = IconBase(ViewOff);
98102
export const ViewIcon = IconBase(View);
99103
// tslint:enable:variable-name

src/stories/index.stories.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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>`,

0 commit comments

Comments
 (0)