This component is used to place icons to the left/right or both sides of the text.

This component is customizable and can be dynamic using these props:
leftIconComponent - Icon displayed on the left side of the title
rightIconComponent - Icon displayed on the right side of the title
title - title text
Example:
<IconText
title={itemData.email}
leftIconComponent={<PayPal />}
/>
src/redux/reducer.jsDisplayed on Add New PayPal Screen
src/screens/PaymentMethodModule/AddNewPaypal/AddNewPaypal.js