Skip to content

Commit

Permalink
feat: shadow feather icon set to append external link icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 1, 2020
1 parent c9f1ee7 commit b8a823a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/@newrelic/gatsby-theme-newrelic/icons/feather.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import React from 'react';
import featherIcons from '@newrelic/gatsby-theme-newrelic/src/icons/feather';

export default {
...featherIcons,
'external-link': (
<>
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
<polyline points="15 3 21 3 21 9" />
<line x1="10" y1="14" x2="21" y2="3" />
</>
),
};

0 comments on commit b8a823a

Please sign in to comment.