@bigbinary/neeto-icons-rn 1.20.39 → 1.20.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/misc/index.js
CHANGED
|
@@ -21,7 +21,9 @@ export { default as MailChimp } from "./MailChimp";
|
|
|
21
21
|
export { default as Mastercard } from "./Mastercard";
|
|
22
22
|
export { default as Microsoft } from "./Microsoft";
|
|
23
23
|
export { default as Outlook } from "./Outlook";
|
|
24
|
+
export { default as PaypalTypeface } from "./PaypalTypeface";
|
|
24
25
|
export { default as Razorpay } from "./Razorpay";
|
|
26
|
+
export { default as RazorpayTypeface } from "./RazorpayTypeface";
|
|
25
27
|
export { default as Safari } from "./Safari";
|
|
26
28
|
export { default as Shopify } from "./Shopify";
|
|
27
29
|
export { default as Slack } from "./Slack";
|
|
@@ -33,6 +35,7 @@ export { default as Twilio } from "./Twilio";
|
|
|
33
35
|
export { default as Ubuntu } from "./Ubuntu";
|
|
34
36
|
export { default as UnionPay } from "./UnionPay";
|
|
35
37
|
export { default as Upi } from "./Upi";
|
|
38
|
+
export { default as UpiTypeface } from "./UpiTypeface";
|
|
36
39
|
export { default as Visa } from "./Visa";
|
|
37
40
|
export { default as Webhook } from "./Webhook";
|
|
38
41
|
export { default as Whatsapp } from "./Whatsapp";
|