Skip to content

Commit

Permalink
add external link icon from design system
Browse files Browse the repository at this point in the history
  • Loading branch information
flacoman91 committed Feb 5, 2024
1 parent 38e8363 commit edbcfdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/iconMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { ReactComponent as Copy } from '../icons/copy.svg';
import { ReactComponent as Down } from '../icons/down.svg';
import { ReactComponent as Error } from '../icons/error.svg';
import { ReactComponent as ErrorRound } from '../icons/error-round.svg';
import { ReactComponent as ExternalLink } from '../icons/external-link.svg';

Check failure on line 10 in src/components/iconMap.js

View workflow job for this annotation

GitHub Actions / frontend

Unable to resolve path to module '../icons/external-link.svg'
import { ReactComponent as HelpRound } from '../icons/help-round.svg';
import { ReactComponent as Left } from '../icons/left.svg';
import { ReactComponent as LineChart } from '../icons/line-chart-custom.svg';
Expand Down Expand Up @@ -40,6 +41,7 @@ const iconMap = {
down: <Down />,
// cf-icon-svg__error-round
'error-round': <ErrorRound />,
'external-link': <ExternalLink />,
// cf-icon-svg__help-round
'help-round': <HelpRound />,
// cf-icon-svg__left
Expand Down

0 comments on commit edbcfdd

Please sign in to comment.