Icon Set
A global set of icons for use with the Icon component.
Each of these icons can be individually imported as a path for use in the Icon component from lib/icons/[path-name]
. For example:
import mobileOrderPay
from '@cxeweb/pattern-library/lib/icons/mobile-order-pay';
<Icon path={ mobileOrderPay } />