@zohodesk/icon
Version:
Unified Component Library - Icons
10 lines (8 loc) • 3.04 kB
JavaScript
// Syntax ==> IconName : [iconsClassName, Number of Path, IsNeed Rtl Support Bool]
export const FontFactory = {
general: ['Assistance24_5', 'Accessiblity', 'Account', 'ActiveUser', 'AddFile', 'AdvanceSearch', 'Agent', 'AgentFill', 'AlarmClock', 'AlertTriangle', 'AlertTriangleFill', 'AlignLeft', 'AlignRight', 'AllignCenter', 'AllignJustify', 'Annoncement', 'ArrowDown', 'ArrowDownCircle', 'ArrowFillDown', 'ArrowFillLeft', 'ArrowFillRight', 'Ascending', 'AssociatedDept', 'Attachment', 'Avatar', 'BackArrow', 'BackSpaceDelete', 'Bad', 'BadFill', 'BadSadWorst', 'Bell', 'BgColor', 'Bold', 'BuildExtension', 'Building', 'Bullets', 'CallBack', 'CallStatus', 'CallTransfer', 'Camera', 'Change', 'Channel', 'ChatBubble', 'Checkbox', 'CircleMinus', 'CirclePlus', 'Clear', 'ClearFilter', 'ClearFormat', 'Clock', 'Close', 'Cloud', 'Configuaration', 'Contact', 'Conversation', 'Copy', 'Currency', 'Dashboard', 'DateTimePicker', 'DeactivateAgent', 'Decimal', 'DecreaceIndent', 'Delete', 'Demo', 'Department', 'Descending', 'Desk', 'Developer', 'Dialpad', 'Diamond', 'Dislike', 'DisSortingFill', 'Doller', 'Download', 'DragAndDrop', 'DragUpDown', 'DropdownCircle', 'DropDownStroke', 'Edit', 'EditPen', 'EnterpricePlan', 'Eraser', 'ExclamationFill', 'Features', 'Feedback', 'Follow', 'FollowUs', 'Font', 'FontColor', 'FormatPainter', 'Formula', 'FreePlan', 'Funnel', 'Gamescope', 'GenerateToken', 'Good', 'GoodFill', 'GoodHappySuper', 'HelpRound', 'HelpStroke', 'HideTab', 'Home', 'HorizontalRule', 'Hotspot', 'HtmlCode', 'IncreaceIndent', 'Info', 'InsertImage', 'Integer', 'Integration', 'Invisible', 'Invoice', 'Italic', 'Ivr', 'Keyboard', 'Language', 'Layout', 'LeftToRight', 'Like', 'LineSpace', 'List', 'Location', 'Lock', 'LookUp', 'Manage', 'Marketplace', 'Maximize', 'MediumFine', 'Menu', 'Menu1', 'Menu2', 'Microphone', 'Minimize', 'Minus', 'Mobile', 'Mobile1', 'Money', 'More', 'Move', 'MultiSelect', 'Mute', 'NewLink', 'Notification', 'Numbering', 'Ok', 'OkFill', 'OnHold', 'OnHoldPause', 'OverPhone', 'OverWeb', 'PageSense', 'Pause', 'PendingActivities', 'Percentage', 'Permission', 'Phone', 'PhoneFill', 'Pin', 'Plus', 'Power', 'Ppt', 'Printer', 'PriorityMode', 'ProfessionalPlan', 'Refresh', 'Reinvite', 'Reload', 'Removefield', 'Replace', 'Reply', 'ReplyAll', 'Resize', 'Returns', 'RightToLeft', 'RoundComment', 'Screen', 'Search', 'SelectLine', 'SelfService', 'Send', 'SetBracket', 'SetBracket1', 'Setup', 'Share', 'ShowOriginal', 'Shuffle', 'Signal', 'Skills', 'Sorting', 'SortingAZ', 'SortingFill', 'SpamDisable', 'Speaker', 'SpeakerOff', 'SpellCheck', 'StarFill', 'StarStroke', 'StatusFill', 'StatusStroke', 'StrikeThrough', 'Survey', 'SyncSchedule', 'Template', 'Text', 'TextArea', 'TextType', 'Theme', 'Tick', 'TickRoundFill', 'TimeLine', 'UnassociatedDept', 'Underline', 'UnFollow', 'Unlock', 'Upload', 'UploadExtension', 'UrlLink', 'UserCommunity', 'Visible', 'VoiceMail', 'Webinar', 'Whatsapp', 'ZoomIn', 'ZoomOut']
};
//var b='';
// a.map((index)=>{
// b=b+"export { default as "+index+" } from './general/"+index+"';"
// })