Skip to content

Commit 3a04189

Browse files
authored
Merge pull request #644 from topcoder-platform/accounts-app
Tool settings -> dev
2 parents 8b58eb5 + cc7b2ab commit 3a04189

39 files changed

+1526
-14
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './security'
22
export * from './preferences'
33
export * from './payments'
4+
export * from './tools'
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
import { ReactComponent as SoftwareIcon } from './software.svg'
2+
import { ReactComponent as DesktopIncon } from './desktop.svg'
3+
import { ReactComponent as SmartphoneIcon } from './smartphone.svg'
4+
import { ReactComponent as OtherDeviceIcon } from './other_device.svg'
5+
import { ReactComponent as LaptopIcon } from './laptop.svg'
6+
import { ReactComponent as ConsoleIcon } from './console.svg'
7+
import { ReactComponent as TabletIcon } from './tablet.svg'
8+
import { ReactComponent as WearableIcon } from './wearable.svg'
9+
import { ReactComponent as FinancialInstitutionIcon } from './Financial Institution.svg'
10+
import { ReactComponent as OtherServiceProviderIcon } from './other_service_provider.svg'
11+
import { ReactComponent as TelevisionServiceProviderIcon } from './Television.svg'
12+
import { ReactComponent as MobileCarierServiceProviderIcon } from './Mobile Carrier.svg'
13+
import { ReactComponent as InternetServiceProviderIcon } from './Internet Service Provider.svg'
14+
import { ReactComponent as SubscriptionsIcon } from './subscription.svg'
15+
16+
export {
17+
ConsoleIcon,
18+
DesktopIncon,
19+
FinancialInstitutionIcon,
20+
InternetServiceProviderIcon,
21+
MobileCarierServiceProviderIcon,
22+
LaptopIcon,
23+
OtherDeviceIcon,
24+
OtherServiceProviderIcon,
25+
SmartphoneIcon,
26+
SoftwareIcon,
27+
SubscriptionsIcon,
28+
TabletIcon,
29+
TelevisionServiceProviderIcon,
30+
WearableIcon,
31+
}
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)