diff --git a/src/@newrelic/gatsby-theme-newrelic/icons/feather.js b/src/@newrelic/gatsby-theme-newrelic/icons/feather.js new file mode 100644 index 000000000..6da0aa2ba --- /dev/null +++ b/src/@newrelic/gatsby-theme-newrelic/icons/feather.js @@ -0,0 +1,13 @@ +import React from 'react'; +import featherIcons from '@newrelic/gatsby-theme-newrelic/src/icons/feather'; + +export default { + ...featherIcons, + 'external-link': ( + <> + + + + + ), +};