import React from 'react'; // Icon paths export const iconsSVG = { menuBar: ( <> ), faceHappy: ( <> ), faceNeutral: ( <> ), faceAngry: ( <> ), pieChart: ( <> ), sort: ( <> ), timerClock: ( <> ), tag: ( <> ), listCheck: ( <> ), starOutlined: ( <> ), edit: ( <> ), chartBar: ( <> ), settingEthernet: ( <> ), usd: ( <> ), user: ( <> ), notication: ( <> ), card: ( <> ), briefcase: ( <> ), checkCircle: ( <> ), hand: ( <> ), female: ( <> ), male: ( <> ), headphone: ( <> ), envelopeMail: ( <> ), comment: ( <> ), olosCloud: ( <> ), warning: ( <> ), olosAcademy: ( ), olosFinancial: ( ), olosSupport: ( ), olosSettings: ( ), olosConsumption: ( ), olosMarketing: ( ), olosDownload: ( <> ), olosPartners: ( ), olosAnalytics: ( ), olosJourneyX: ( ), olosAnywhere: ( ), olosVm5: ( ) } as const;