This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
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
3b74de8
commit 58285b3
Showing
19 changed files
with
187 additions
and
213 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,9 @@ | ||
import defaultIcons from '@newrelic/gatsby-theme-newrelic/src/icons/newrelic'; | ||
import automation from './newrelic/automation'; | ||
import allEntities from './newrelic/all-entities'; | ||
import dashboard from './newrelic/dashboard'; | ||
import document from './newrelic/document'; | ||
import alert from './newrelic/alert'; | ||
import book from './newrelic/book'; | ||
import buildApps from './newrelic/build-apps'; | ||
import builders from './newrelic/builders'; | ||
import nerdBytes from './newrelic/nerd-bytes'; | ||
import developerChampions from './newrelic/developer-champions'; | ||
import event from './newrelic/event'; | ||
import podcasts from './newrelic/podcasts'; | ||
import relicans from './newrelic/relicans'; | ||
import share from './newrelic/share'; | ||
import nerdlog from './newrelic/nerdlog'; | ||
import checkShield from './newrelic/check-shield'; | ||
|
||
export default { | ||
const newrelicIcons = { | ||
...defaultIcons, | ||
automation, | ||
alert, | ||
'all-entities': allEntities, | ||
dashboard, | ||
document, | ||
book, | ||
'build-apps': buildApps, | ||
builders, | ||
'nerd-bytes': nerdBytes, | ||
'developer-champions': developerChampions, | ||
event, | ||
relicans, | ||
podcasts, | ||
share, | ||
nerdlog, | ||
'check-shield': checkShield, | ||
}; | ||
|
||
export default newrelicIcons; |
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 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 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.