From b8a823a6a7487a3df8526b009e05e166a6ee0c74 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 31 Jul 2020 22:27:03 -0700 Subject: [PATCH] feat: shadow feather icon set to append external link icon --- .../gatsby-theme-newrelic/icons/feather.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/@newrelic/gatsby-theme-newrelic/icons/feather.js 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': ( + <> + + + + + ), +};