Skip to content
Merged
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
1 change: 1 addition & 0 deletions src/apps/accounts/src/lib/assets/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './security'
export * from './preferences'
export * from './payments'
export * from './tools'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/apps/accounts/src/lib/assets/tools/Mobile Carrier.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/apps/accounts/src/lib/assets/tools/Television.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/apps/accounts/src/lib/assets/tools/console.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/apps/accounts/src/lib/assets/tools/desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/apps/accounts/src/lib/assets/tools/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
import { ReactComponent as SoftwareIcon } from './software.svg'
import { ReactComponent as DesktopIncon } from './desktop.svg'
import { ReactComponent as SmartphoneIcon } from './smartphone.svg'
import { ReactComponent as OtherDeviceIcon } from './other_device.svg'
import { ReactComponent as LaptopIcon } from './laptop.svg'
import { ReactComponent as ConsoleIcon } from './console.svg'
import { ReactComponent as TabletIcon } from './tablet.svg'
import { ReactComponent as WearableIcon } from './wearable.svg'
import { ReactComponent as FinancialInstitutionIcon } from './Financial Institution.svg'
import { ReactComponent as OtherServiceProviderIcon } from './other_service_provider.svg'
import { ReactComponent as TelevisionServiceProviderIcon } from './Television.svg'
import { ReactComponent as MobileCarierServiceProviderIcon } from './Mobile Carrier.svg'
import { ReactComponent as InternetServiceProviderIcon } from './Internet Service Provider.svg'
import { ReactComponent as SubscriptionsIcon } from './subscription.svg'

export {
ConsoleIcon,
DesktopIncon,
FinancialInstitutionIcon,
InternetServiceProviderIcon,
MobileCarierServiceProviderIcon,
LaptopIcon,
OtherDeviceIcon,
OtherServiceProviderIcon,
SmartphoneIcon,
SoftwareIcon,
SubscriptionsIcon,
TabletIcon,
TelevisionServiceProviderIcon,
WearableIcon,
}
1 change: 1 addition & 0 deletions src/apps/accounts/src/lib/assets/tools/laptop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/apps/accounts/src/lib/assets/tools/other_device.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/apps/accounts/src/lib/assets/tools/smartphone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/apps/accounts/src/lib/assets/tools/software.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/apps/accounts/src/lib/assets/tools/subscription.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/apps/accounts/src/lib/assets/tools/tablet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading