woocommerce-paypal-payments/modules/ppcp-settings/resources/js/Components/ReusableComponents/Icons/index.js
2025-01-28 18:43:43 +01:00

6 lines
247 B
JavaScript

export { default as PPIcon } from './GenericIcon';
export { default as OpenSignup } from './OpenSignup';
export { default as LogoPayPal } from './LogoPayPal';
export const NOTIFICATION_SUCCESS = '✔️';
export const NOTIFICATION_ERROR = '❌';