Skip to content

Commit

Permalink
Directly import icon from react-simple-icons package (#10599)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdiniz authored Aug 19, 2024
1 parent e3fc8eb commit 5071190
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/PaymentMethodLabel.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import React from 'react';
import { SiOpencollective, SiPaypal, SiStripe, SiWise } from '@icons-pack/react-simple-icons';
import SiOpencollective from '@icons-pack/react-simple-icons/icons/SiOpencollective';
import SiPaypal from '@icons-pack/react-simple-icons/icons/SiPaypal';
import SiStripe from '@icons-pack/react-simple-icons/icons/SiStripe';
import SiWise from '@icons-pack/react-simple-icons/icons/SiWise';
import clsx from 'clsx';
import { useIntl } from 'react-intl';

Expand Down

0 comments on commit 5071190

Please sign in to comment.