diff --git a/src/components/icons/IconApplePay.tsx b/src/components/icons/IconApplePay.tsx deleted file mode 100644 index 6fc15e35c..000000000 --- a/src/components/icons/IconApplePay.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import React from 'react' - -const IconApplePay = () => { - return ( - - - - - - - - - - - ) -} - -export default IconApplePay diff --git a/src/components/icons/IconGooglePay.tsx b/src/components/icons/IconGooglePay.tsx deleted file mode 100644 index e0932c155..000000000 --- a/src/components/icons/IconGooglePay.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import React from 'react' - -const IconGooglePay = () => { - return ( - - - - - - - - - - - ) -} - -export default IconGooglePay diff --git a/src/components/icons/IconMasterCard.tsx b/src/components/icons/IconMasterCard.tsx deleted file mode 100644 index 91bedc944..000000000 --- a/src/components/icons/IconMasterCard.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import React from 'react' - -const IconMasterCard = () => { - return ( - - - - - - - - - - - ) -} - -export default IconMasterCard