export const ICON_ADD = 'add' export const ICON_CHECKMARK = 'checkmark' export const ICON_CLOSE = 'close' export const ICON_MENU = 'menu' export const ICON_SETTINGS = 'settings-sharp' export const ICON_LOCK = 'lock-closed' export const ICON_ALERT = 'alert-circle' export const ICON_BRUSH = 'brush' export const ICON_MEDICAL = 'medical' export const ICON_PRICE_TAG = 'pricetag' export const ICON_BOOKMARK = 'bookmark' export const ICON_ARCHIVE = 'archive' export const ICON_FINGER_PRINT = 'finger-print' export const ICON_SHARE = 'share' export const ICON_TRASH = 'trash' export const ICON_USER = 'person-circle' export const ICON_FORWARD = 'arrow-forward' export const ICON_HISTORY = 'time' export const ELIPSIS = 'ellipsis-vertical' export const ICON_ATTACH = 'attach'