-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d48ee48
commit 528984c
Showing
46 changed files
with
130 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import iota from './iota'; | ||
import socials from './socials'; | ||
|
||
export default { | ||
...iota, | ||
...socials, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
import { default as Chronicle } from '@site/static/icons/iota/chronicle.svg'; | ||
import { default as Chrysalis } from '@site/static/icons/iota/chrysalis.svg'; | ||
import { default as GettingStarted } from '@site/static/icons/iota/getting_started.svg'; | ||
import { default as GoShimmer } from '@site/static/icons/iota/go_shimmer.svg'; | ||
import { default as Hornet } from '@site/static/icons/iota/hornet.svg'; | ||
import { default as Identity } from '@site/static/icons/iota/identity.svg'; | ||
import { default as IntegrationServices } from '@site/static/icons/iota/integration_services.svg'; | ||
import { default as Iota20 } from '@site/static/icons/iota/iota_20.svg'; | ||
import { default as IotaCore } from '@site/static/icons/iota/iota_core.svg'; | ||
import { default as IotaToken } from '@site/static/icons/iota/iota_token.svg'; | ||
import { default as Next } from '@site/static/icons/iota/next.svg'; | ||
import { default as PickAWallet } from '@site/static/icons/iota/pick_a_wallet.svg'; | ||
import { default as Search } from '@site/static/icons/iota/search.svg'; | ||
import { default as Shimmer } from '@site/static/icons/iota/shimmer.svg'; | ||
import { default as SmartContracts } from '@site/static/icons/iota/smart_contracts.svg'; | ||
import { default as Streams } from '@site/static/icons/iota/streams.svg'; | ||
import { default as Stronghold } from '@site/static/icons/iota/stronghold.svg'; | ||
import { default as Tips } from '@site/static/icons/iota/tips.svg'; | ||
import { default as Tools } from '@site/static/icons/iota/tools.svg'; | ||
import { default as Tutorials } from '@site/static/icons/iota/tutorials.svg'; | ||
import { default as Wallet } from '@site/static/icons/iota/wallet.svg'; | ||
import { default as Wasp } from '@site/static/icons/iota/wasp.svg'; | ||
|
||
export default { | ||
Chronicle, | ||
Chrysalis, | ||
GettingStarted, | ||
GoShimmer, | ||
Hornet, | ||
Identity, | ||
IntegrationServices, | ||
Iota20, | ||
IotaCore, | ||
IotaToken, | ||
Next, | ||
PickAWallet, | ||
Search, | ||
Shimmer, | ||
SmartContracts, | ||
Streams, | ||
Stronghold, | ||
Tips, | ||
Tools, | ||
Tutorials, | ||
Wallet, | ||
Wasp, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { default as Discord } from '@site/static/icons/socials/discord.svg'; | ||
import { default as Facebook } from '@site/static/icons/socials/facebook.svg'; | ||
import { default as Github } from '@site/static/icons/socials/github.svg'; | ||
import { default as Instagram } from '@site/static/icons/socials/instagram.svg'; | ||
import { default as LinkedIn } from '@site/static/icons/socials/linkedin.svg'; | ||
import { default as Reddit } from '@site/static/icons/socials/reddit.svg'; | ||
import { default as Twitter } from '@site/static/icons/socials/twitter.svg'; | ||
import { default as Youtube } from '@site/static/icons/socials/youtube.svg'; | ||
|
||
export default { | ||
Discord, | ||
Facebook, | ||
Github, | ||
Instagram, | ||
LinkedIn, | ||
Reddit, | ||
Twitter, | ||
Youtube, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.