Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/components/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ import Transfer from '@nimiq/style/src/icons/transfer.svg';
import ViewOff from '@nimiq/style/src/icons/view-off.svg';
import View from '@nimiq/style/src/icons/view.svg';

/**
* Comment out any unused icons here
*/
// tslint:disable:variable-name
export const AlertTriangleIcon = IconBase(AlertTriangle);
export const ArrowLeftSmallIcon = IconBase(ArrowLeftSmall);
Expand Down
39 changes: 37 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,40 @@ export { default as Wallet } from './components/Wallet.vue';
export { default as WalletList } from './components/WalletList.vue';
export { default as WalletMenu } from './components/WalletMenu.vue';

// Comment out unused icons in the components/Icons.ts file
export * from './components/Icons';
export {
AlertTriangleIcon,
ArrowLeftSmallIcon,
ArrowLeftIcon,
ArrowRightSmallIcon,
ArrowRightIcon,
BrowserLoginIcon,
CaretRightSmallIcon,
CheckmarkIcon,
CloseIcon,
ContactsIcon,
CopyIcon,
DownloadIcon,
FaceNeutralIcon,
FaceSadIcon,
FireIcon,
GearIcon,
HexagonIcon,
InfoCircleIcon,
KeysIcon,
LedgerIcon,
LockLockedIcon,
LockUnlockedIcon,
LoginIcon,
MenuDotsIcon,
PaperEditIcon,
PlusCircleIcon,
QrCodeIcon,
QuestionmarkIcon,
ScanQrCodeIcon,
SettingsIcon,
ShredderIcon,
SkullIcon,
TransferIcon,
ViewOffIcon,
ViewIcon,
} from './components/Icons';