abrplus-ui-kit 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +159 -0
- package/dist/antOverrides.cjs.js +127 -0
- package/dist/antOverrides.es.js +127 -0
- package/dist/atoms.cjs.js +391 -0
- package/dist/atoms.es.js +392 -0
- package/dist/colors-CztsZ6e_.js +2213 -0
- package/dist/colors-TPZkyKI4.cjs +2212 -0
- package/dist/deepMerge-CG1he8ZD.js +20 -0
- package/dist/deepMerge-Cn27K7-s.cjs +19 -0
- package/dist/index-2Q5IExhU.cjs +89 -0
- package/dist/index-BOfdgXvN.cjs +265 -0
- package/dist/index-BnnlMHRY.cjs +27 -0
- package/dist/index-BzahloOb.js +28 -0
- package/dist/index-C24zbKLS.js +350 -0
- package/dist/index-CCvWoynu.cjs +12 -0
- package/dist/index-CQKRmQkW.js +543 -0
- package/dist/index-CW9vyiq6.cjs +349 -0
- package/dist/index-D8BknfUe.js +266 -0
- package/dist/index-DCP3xelB.cjs +1629 -0
- package/dist/index-DCojd1ld.js +90 -0
- package/dist/index-DLUd_0LP.js +13 -0
- package/dist/index-WgcaHHjH.js +1630 -0
- package/dist/index-keKfh9ZW.cjs +542 -0
- package/dist/index.cjs.js +109 -0
- package/dist/index.css +1519 -0
- package/dist/index.es.js +109 -0
- package/dist/index2.css +3 -0
- package/dist/molecules.cjs.js +7823 -0
- package/dist/molecules.es.js +7825 -0
- package/dist/organisms.cjs.js +940 -0
- package/dist/organisms.es.js +940 -0
- package/dist/provider.cjs.js +48 -0
- package/dist/provider.es.js +48 -0
- package/dist/sortable.esm-CwrpjqII.cjs +3872 -0
- package/dist/sortable.esm-DfJu5xWT.js +3873 -0
- package/dist/theme.css +102 -0
- package/dist/types/antOverrides.d.ts +2 -0
- package/dist/types/assets/fonts/icomoon/selection.json.d.ts +3 -0
- package/dist/types/atoms.d.ts +2 -0
- package/dist/types/components/antOverrides/alert/index.d.ts +2 -0
- package/dist/types/components/antOverrides/avatar/index.d.ts +15 -0
- package/dist/types/components/antOverrides/breadcrumb/index.d.ts +4 -0
- package/dist/types/components/antOverrides/dropdown/index.d.ts +4 -0
- package/dist/types/components/antOverrides/flex/index.d.ts +4 -0
- package/dist/types/components/antOverrides/image/index.d.ts +7 -0
- package/dist/types/components/antOverrides/index.d.ts +18 -0
- package/dist/types/components/antOverrides/infiniteLoader/index.d.ts +12 -0
- package/dist/types/components/antOverrides/loading/index.d.ts +14 -0
- package/dist/types/components/antOverrides/menu/index.d.ts +8 -0
- package/dist/types/components/antOverrides/pagination/index.d.ts +3 -0
- package/dist/types/components/antOverrides/progress/index.d.ts +3 -0
- package/dist/types/components/antOverrides/segmented/index.d.ts +4 -0
- package/dist/types/components/antOverrides/skeleton/index.d.ts +10 -0
- package/dist/types/components/antOverrides/slider/index.d.ts +5 -0
- package/dist/types/components/antOverrides/steps/index.d.ts +11 -0
- package/dist/types/components/antOverrides/switch/index.d.ts +3 -0
- package/dist/types/components/antOverrides/text/index.d.ts +31 -0
- package/dist/types/components/antOverrides/timeline/index.d.ts +4 -0
- package/dist/types/components/antOverrides/tooltip/index.d.ts +8 -0
- package/dist/types/components/antOverrides/upload/index.d.ts +7 -0
- package/dist/types/components/atoms/badge/index.d.ts +3 -0
- package/dist/types/components/atoms/behavioralAtoms/index.d.ts +2 -0
- package/dist/types/components/atoms/behavioralAtoms/portalContainer/index.d.ts +7 -0
- package/dist/types/components/atoms/behavioralAtoms/render/index.d.ts +14 -0
- package/dist/types/components/atoms/borderedTitle/index.d.ts +9 -0
- package/dist/types/components/atoms/box/index.d.ts +7 -0
- package/dist/types/components/atoms/breadcrumbs/index.d.ts +5 -0
- package/dist/types/components/atoms/card/index.d.ts +5 -0
- package/dist/types/components/atoms/checkbox/index.d.ts +7 -0
- package/dist/types/components/atoms/clickAwayListener/index.d.ts +11 -0
- package/dist/types/components/atoms/collapse/index.d.ts +6 -0
- package/dist/types/components/atoms/datePicker/index.d.ts +16 -0
- package/dist/types/components/atoms/empty/index.d.ts +5 -0
- package/dist/types/components/atoms/fallback/index.d.ts +4 -0
- package/dist/types/components/atoms/horizontalLine/index.d.ts +9 -0
- package/dist/types/components/atoms/icon/constants/iconNames.d.ts +1 -0
- package/dist/types/components/atoms/icon/constants/iconsContent.d.ts +808 -0
- package/dist/types/components/atoms/icon/iconPack/index.d.ts +2 -0
- package/dist/types/components/atoms/icon/index.d.ts +26 -0
- package/dist/types/components/atoms/index.d.ts +24 -0
- package/dist/types/components/atoms/navigationTabs/index.d.ts +35 -0
- package/dist/types/components/atoms/popover/index.d.ts +14 -0
- package/dist/types/components/atoms/popover/link.d.ts +6 -0
- package/dist/types/components/atoms/radio/index.d.ts +7 -0
- package/dist/types/components/atoms/rangePicker/index.d.ts +14 -0
- package/dist/types/components/atoms/separator/index.d.ts +5 -0
- package/dist/types/components/atoms/tab/index.d.ts +9 -0
- package/dist/types/components/atoms/tooltip/index.d.ts +7 -0
- package/dist/types/components/atoms/tooltip/titleTooltip.d.ts +5 -0
- package/dist/types/components/atoms/upload/index.d.ts +11 -0
- package/dist/types/components/atoms/verticalLine/index.d.ts +7 -0
- package/dist/types/components/atoms/view/helper.d.ts +20 -0
- package/dist/types/components/atoms/view/index.d.ts +26 -0
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/components/molecules/accordion/index.d.ts +20 -0
- package/dist/types/components/molecules/actionHeader/index.d.ts +11 -0
- package/dist/types/components/molecules/audioVisualizer/index.d.ts +15 -0
- package/dist/types/components/molecules/avatarUpload/index.d.ts +15 -0
- package/dist/types/components/molecules/button/action/index.d.ts +5 -0
- package/dist/types/components/molecules/button/icon/index.d.ts +11 -0
- package/dist/types/components/molecules/button/index.d.ts +18 -0
- package/dist/types/components/molecules/button/negative/index.d.ts +5 -0
- package/dist/types/components/molecules/button/primary/index.d.ts +3 -0
- package/dist/types/components/molecules/button/secondary/index.d.ts +3 -0
- package/dist/types/components/molecules/button/secondaryQuiet/index.d.ts +3 -0
- package/dist/types/components/molecules/button/shared.d.ts +23 -0
- package/dist/types/components/molecules/button/tertiary/index.d.ts +3 -0
- package/dist/types/components/molecules/button/text/index.d.ts +10 -0
- package/dist/types/components/molecules/catch/index.d.ts +9 -0
- package/dist/types/components/molecules/chevronIcon/index.d.ts +6 -0
- package/dist/types/components/molecules/copyButton/index.d.ts +8 -0
- package/dist/types/components/molecules/index.d.ts +24 -0
- package/dist/types/components/molecules/input/TextArea/index.d.ts +25 -0
- package/dist/types/components/molecules/input/default/index.d.ts +23 -0
- package/dist/types/components/molecules/input/emojiPicker/index.d.ts +21 -0
- package/dist/types/components/molecules/input/ghost/index.d.ts +25 -0
- package/dist/types/components/molecules/input/index.d.ts +19 -0
- package/dist/types/components/molecules/input/number/index.d.ts +28 -0
- package/dist/types/components/molecules/input/search/index.d.ts +7 -0
- package/dist/types/components/molecules/input/tag/index.d.ts +13 -0
- package/dist/types/components/molecules/inputDatePicker/index.d.ts +17 -0
- package/dist/types/components/molecules/inputErrorMessage/index.d.ts +9 -0
- package/dist/types/components/molecules/inputRangePicker/index.d.ts +16 -0
- package/dist/types/components/molecules/logo/index.d.ts +25 -0
- package/dist/types/components/molecules/noResult/index.d.ts +8 -0
- package/dist/types/components/molecules/notification/index.d.ts +13 -0
- package/dist/types/components/molecules/select/components/clearIcon.d.ts +2 -0
- package/dist/types/components/molecules/select/components/index.d.ts +5 -0
- package/dist/types/components/molecules/select/components/label.d.ts +6 -0
- package/dist/types/components/molecules/select/components/notFound.d.ts +5 -0
- package/dist/types/components/molecules/select/components/placeholder.d.ts +7 -0
- package/dist/types/components/molecules/select/components/suffix.d.ts +10 -0
- package/dist/types/components/molecules/select/index.d.ts +13 -0
- package/dist/types/components/molecules/select/multiple/index.d.ts +5 -0
- package/dist/types/components/molecules/select/single/index.d.ts +5 -0
- package/dist/types/components/molecules/select/style.d.ts +8 -0
- package/dist/types/components/molecules/select/treeSelect/index.d.ts +2 -0
- package/dist/types/components/molecules/select/types.d.ts +108 -0
- package/dist/types/components/molecules/sortableList/index.d.ts +19 -0
- package/dist/types/components/molecules/spliter/index.d.ts +8 -0
- package/dist/types/components/molecules/tag/index.d.ts +17 -0
- package/dist/types/components/molecules/tagCollectionView/index.d.ts +14 -0
- package/dist/types/components/molecules/tagInput/components/notFoundAddItem.d.ts +4 -0
- package/dist/types/components/molecules/tagInput/index.d.ts +6 -0
- package/dist/types/components/molecules/tagInput/style.d.ts +9 -0
- package/dist/types/components/molecules/tagInput/types.d.ts +66 -0
- package/dist/types/components/molecules/timePicker/index.d.ts +6 -0
- package/dist/types/components/molecules/titleBox/index.d.ts +8 -0
- package/dist/types/components/molecules/titleBox/status.d.ts +5 -0
- package/dist/types/components/molecules/titleBox/title.d.ts +7 -0
- package/dist/types/components/molecules/tree/index.d.ts +29 -0
- package/dist/types/components/molecules/tree/searchBar/index.d.ts +7 -0
- package/dist/types/components/molecules/verticalTabs/index.d.ts +19 -0
- package/dist/types/components/organisms/avatarGroup/index.d.ts +25 -0
- package/dist/types/components/organisms/drawer/components/footer.d.ts +3 -0
- package/dist/types/components/organisms/drawer/components/headerTitle.d.ts +8 -0
- package/dist/types/components/organisms/drawer/index.d.ts +24 -0
- package/dist/types/components/organisms/index.d.ts +4 -0
- package/dist/types/components/organisms/modal/base.d.ts +6 -0
- package/dist/types/components/organisms/modal/confirm.d.ts +6 -0
- package/dist/types/components/organisms/modal/delete.d.ts +4 -0
- package/dist/types/components/organisms/modal/error.d.ts +4 -0
- package/dist/types/components/organisms/modal/index.d.ts +14 -0
- package/dist/types/components/organisms/modal/info.d.ts +4 -0
- package/dist/types/components/organisms/modal/type.d.ts +11 -0
- package/dist/types/components/organisms/table/column.d.ts +20 -0
- package/dist/types/components/organisms/table/components/cell/currencyCell.d.ts +7 -0
- package/dist/types/components/organisms/table/components/cell/dateCell.d.ts +6 -0
- package/dist/types/components/organisms/table/components/cell/index.d.ts +10 -0
- package/dist/types/components/organisms/table/components/cell/status.d.ts +8 -0
- package/dist/types/components/organisms/table/components/expandIcon.d.ts +7 -0
- package/dist/types/components/organisms/table/components/headerTitle.d.ts +10 -0
- package/dist/types/components/organisms/table/config.d.ts +8 -0
- package/dist/types/components/organisms/table/dndSort/context.d.ts +6 -0
- package/dist/types/components/organisms/table/dndSort/dragHandle.d.ts +1 -0
- package/dist/types/components/organisms/table/dndSort/index.d.ts +3 -0
- package/dist/types/components/organisms/table/dndSort/provider.d.ts +10 -0
- package/dist/types/components/organisms/table/dndSort/row.d.ts +6 -0
- package/dist/types/components/organisms/table/index.d.ts +30 -0
- package/dist/types/components/organisms/table/pagination/components.d.ts +18 -0
- package/dist/types/components/organisms/table/pagination/usePagination.d.ts +22 -0
- package/dist/types/configs/constructors/AbrplusUIKit.d.ts +17 -0
- package/dist/types/configs/constructors/index.d.ts +1 -0
- package/dist/types/configs/index.d.ts +6 -0
- package/dist/types/configs/locales/en.d.ts +1030 -0
- package/dist/types/configs/locales/fa.d.ts +1031 -0
- package/dist/types/configs/locales/i18nextTFunction.d.ts +5 -0
- package/dist/types/configs/locales/index.d.ts +10 -0
- package/dist/types/configs/providers/AbrplusUIKitProvider.d.ts +11 -0
- package/dist/types/configs/providers/index.d.ts +1 -0
- package/dist/types/configs/tailwindcss/index.d.ts +103 -0
- package/dist/types/configs/theme/colors.d.ts +114 -0
- package/dist/types/configs/theme/index.d.ts +1 -0
- package/dist/types/configs/types/index.d.ts +98 -0
- package/dist/types/constants/chartColors.d.ts +1 -0
- package/dist/types/constants/datepickerColors.d.ts +2 -0
- package/dist/types/constants/dimantions.d.ts +12 -0
- package/dist/types/constants/enum.d.ts +5 -0
- package/dist/types/constants/index.d.ts +3 -0
- package/dist/types/constants/variables.d.ts +2 -0
- package/dist/types/hooks/index.d.ts +6 -0
- package/dist/types/hooks/useAntConfig.d.ts +24 -0
- package/dist/types/hooks/useDebounce.d.ts +1 -0
- package/dist/types/hooks/useInteractions.d.ts +15 -0
- package/dist/types/hooks/useLocalStorageState.d.ts +3 -0
- package/dist/types/hooks/useObserveWindow.d.ts +9 -0
- package/dist/types/hooks/useWindowDimensions.d.ts +16 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/main.d.ts +3 -0
- package/dist/types/molecules.d.ts +2 -0
- package/dist/types/organisms.d.ts +2 -0
- package/dist/types/provider.d.ts +2 -0
- package/dist/types/theme.d.ts +1 -0
- package/dist/types/utilities/batch.d.ts +9 -0
- package/dist/types/utilities/createIcomoonIconSet.d.ts +9 -0
- package/dist/types/utilities/deepMerge.d.ts +1 -0
- package/dist/types/utilities/getErrorMessage.d.ts +1 -0
- package/dist/types/utilities/index.d.ts +7 -0
- package/dist/types/utilities/isPersian.d.ts +1 -0
- package/dist/types/utilities/mmss.d.ts +1 -0
- package/dist/types/utilities/testUtils/index.d.ts +3 -0
- package/dist/types/utilities/testUtils/withReactQuery.d.ts +2 -0
- package/dist/types/utilities/testUtils/withReactRouter.d.ts +2 -0
- package/package.json +195 -0
|
@@ -0,0 +1,808 @@
|
|
|
1
|
+
export declare const iconsContent: {
|
|
2
|
+
Accidental: string;
|
|
3
|
+
account: string;
|
|
4
|
+
account_circle_fill: string;
|
|
5
|
+
'account-box-fill': string;
|
|
6
|
+
'account-box-line': string;
|
|
7
|
+
Actitvity: string;
|
|
8
|
+
add: string;
|
|
9
|
+
add_circle: string;
|
|
10
|
+
add_circle_line: string;
|
|
11
|
+
Add_header: string;
|
|
12
|
+
Add_photo: string;
|
|
13
|
+
add_square: string;
|
|
14
|
+
add_user_outline: string;
|
|
15
|
+
'add-line-outlined': string;
|
|
16
|
+
'Additional-info': string;
|
|
17
|
+
'address-duotone': string;
|
|
18
|
+
admin_line: string;
|
|
19
|
+
advance: string;
|
|
20
|
+
'advance-filter': string;
|
|
21
|
+
alarm_fill: string;
|
|
22
|
+
'alarm-outlined': string;
|
|
23
|
+
Alert: string;
|
|
24
|
+
alert_circle: string;
|
|
25
|
+
alert_circle_outline: string;
|
|
26
|
+
'alert-line': string;
|
|
27
|
+
'all-works-duotone': string;
|
|
28
|
+
'Anonymous-audience-duotone': string;
|
|
29
|
+
app_added: string;
|
|
30
|
+
apply_filter: string;
|
|
31
|
+
appointment: string;
|
|
32
|
+
Appointment: string;
|
|
33
|
+
appointment_repeat: string;
|
|
34
|
+
'appointments-duotone': string;
|
|
35
|
+
Apps: string;
|
|
36
|
+
apps_line: string;
|
|
37
|
+
apps_selected: string;
|
|
38
|
+
archive: string;
|
|
39
|
+
arrow_left_fill: string;
|
|
40
|
+
'arrow-autofit-height-collapse-outlined': string;
|
|
41
|
+
'arrow-autofit-height-expand-outlined': string;
|
|
42
|
+
'arrow-forward-up-outlined': string;
|
|
43
|
+
'arrow-right-fill': string;
|
|
44
|
+
Ascending: string;
|
|
45
|
+
Assign: string;
|
|
46
|
+
Asterisk: string;
|
|
47
|
+
at_fill: string;
|
|
48
|
+
at_line: string;
|
|
49
|
+
attachment: string;
|
|
50
|
+
attachment_fill: string;
|
|
51
|
+
attachment_line: string;
|
|
52
|
+
'authentication-code': string;
|
|
53
|
+
'Automatic-response': string;
|
|
54
|
+
award: string;
|
|
55
|
+
award_fill: string;
|
|
56
|
+
'award-credit-outlined': string;
|
|
57
|
+
'award-outlined': string;
|
|
58
|
+
Back: string;
|
|
59
|
+
bar_chart: string;
|
|
60
|
+
'basic-flow-settings-duotone': string;
|
|
61
|
+
Bell: string;
|
|
62
|
+
Billable_Object_State_Changed: string;
|
|
63
|
+
'bornze-star-filled': string;
|
|
64
|
+
Box: string;
|
|
65
|
+
Box_fill: string;
|
|
66
|
+
'box-seam-outlined': string;
|
|
67
|
+
branches: string;
|
|
68
|
+
'branches-and-departments-duotone': string;
|
|
69
|
+
bubble_chart: string;
|
|
70
|
+
building_fill: string;
|
|
71
|
+
'building-bank-outlined': string;
|
|
72
|
+
'building-outlined': string;
|
|
73
|
+
'building-warehouse-outlined': string;
|
|
74
|
+
'Bulk-Calls-outlined': string;
|
|
75
|
+
Buy: string;
|
|
76
|
+
'buy-2': string;
|
|
77
|
+
'buy-invoice-duotone': string;
|
|
78
|
+
calculator: string;
|
|
79
|
+
'caleander3-outlined': string;
|
|
80
|
+
calendar_check_fill: string;
|
|
81
|
+
calendar_event_fill: string;
|
|
82
|
+
calendar_event_line: string;
|
|
83
|
+
calendar_fill: string;
|
|
84
|
+
calendar_header: string;
|
|
85
|
+
calendar_todo_fill: string;
|
|
86
|
+
'calendar-duotone': string;
|
|
87
|
+
'calendar-time-outlined': string;
|
|
88
|
+
call: string;
|
|
89
|
+
call_dashboard: string;
|
|
90
|
+
'call-Cancel-outlined': string;
|
|
91
|
+
'call-Cancel-outlined-1': string;
|
|
92
|
+
'call-center-monitorting-outlined': string;
|
|
93
|
+
'call-center-outlined': string;
|
|
94
|
+
'call-graphic': string;
|
|
95
|
+
'call-graphic-design-outlined': string;
|
|
96
|
+
'call-monitor': string;
|
|
97
|
+
'call-overview': string;
|
|
98
|
+
'call-overview-outlined': string;
|
|
99
|
+
'call-receve-outlined': string;
|
|
100
|
+
'call-report-outlined': string;
|
|
101
|
+
'call-request': string;
|
|
102
|
+
'call-request-outlined': string;
|
|
103
|
+
'call-system': string;
|
|
104
|
+
callcenter: string;
|
|
105
|
+
calls: string;
|
|
106
|
+
camera_line: string;
|
|
107
|
+
card: string;
|
|
108
|
+
card_fill: string;
|
|
109
|
+
Card_issuance: string;
|
|
110
|
+
'category-outlined': string;
|
|
111
|
+
charkhe_check: string;
|
|
112
|
+
charkhe_close: string;
|
|
113
|
+
'chart-pie-outlined': string;
|
|
114
|
+
'chat-smile-2-outlined': string;
|
|
115
|
+
'check-double': string;
|
|
116
|
+
checkbox_indeterminate_line: string;
|
|
117
|
+
checkbox_line: string;
|
|
118
|
+
checkbox_multiple_blank_fill: string;
|
|
119
|
+
checkbox_multiple_blank_line: string;
|
|
120
|
+
checkbox_multiple_fill: string;
|
|
121
|
+
checkbox_multiple_line: string;
|
|
122
|
+
Checkmark: string;
|
|
123
|
+
Checkmark_Circle: string;
|
|
124
|
+
Checkmark_Circle_outline: string;
|
|
125
|
+
Chevron_Down: string;
|
|
126
|
+
chevron_duo_down: string;
|
|
127
|
+
chevron_duo_up: string;
|
|
128
|
+
Chevron_Left: string;
|
|
129
|
+
Chevron_Right: string;
|
|
130
|
+
Chevron_Up: string;
|
|
131
|
+
'circle-check-filled': string;
|
|
132
|
+
classification: string;
|
|
133
|
+
'clipboard-plus-outlined': string;
|
|
134
|
+
'clipboard-text-outlined': string;
|
|
135
|
+
'clock-hour-9-outlined': string;
|
|
136
|
+
'clock-outlined': string;
|
|
137
|
+
Close: string;
|
|
138
|
+
Close_Circle: string;
|
|
139
|
+
Close_Circle_fill: string;
|
|
140
|
+
cloud_download_fill: string;
|
|
141
|
+
cloud_download_outline: string;
|
|
142
|
+
'club-registration-duotone': string;
|
|
143
|
+
'club-settings-duotone': string;
|
|
144
|
+
collapse: string;
|
|
145
|
+
'Color-Management-duotone': string;
|
|
146
|
+
'communication-duotone': string;
|
|
147
|
+
company_personal: string;
|
|
148
|
+
'company_personal-outlined': string;
|
|
149
|
+
Competition: string;
|
|
150
|
+
'Complementary-Bank': string;
|
|
151
|
+
completed_task: string;
|
|
152
|
+
'connect-app': string;
|
|
153
|
+
'connection-outlined': string;
|
|
154
|
+
'contact-outlined': string;
|
|
155
|
+
'contact-settings-duotone': string;
|
|
156
|
+
contacts: string;
|
|
157
|
+
contacts_book_fill: string;
|
|
158
|
+
contacts_fill: string;
|
|
159
|
+
Contract: string;
|
|
160
|
+
Contract_fill: string;
|
|
161
|
+
'contract-list-duotone': string;
|
|
162
|
+
Contracts: string;
|
|
163
|
+
'contracts-duotone': string;
|
|
164
|
+
Conversation: string;
|
|
165
|
+
Conversation_fill: string;
|
|
166
|
+
convert: string;
|
|
167
|
+
'country-state-duotone': string;
|
|
168
|
+
'credit-card-outlined': string;
|
|
169
|
+
'Crm-history': string;
|
|
170
|
+
crop_fill: string;
|
|
171
|
+
crop_line: string;
|
|
172
|
+
'currency-duotone': string;
|
|
173
|
+
'current-location-outlined': string;
|
|
174
|
+
'customer-card-duotone': string;
|
|
175
|
+
'customer-classification-duotone': string;
|
|
176
|
+
'customer-club': string;
|
|
177
|
+
dashboard: string;
|
|
178
|
+
dashboard_fill: string;
|
|
179
|
+
'dashboard-outlined': string;
|
|
180
|
+
'dashboards-outlined': string;
|
|
181
|
+
database: string;
|
|
182
|
+
'Default-category-duotone': string;
|
|
183
|
+
'default-lines-duotone': string;
|
|
184
|
+
Delete: string;
|
|
185
|
+
Delete_fill: string;
|
|
186
|
+
'delete-back-outlined': string;
|
|
187
|
+
Department: string;
|
|
188
|
+
'department-management-duotone': string;
|
|
189
|
+
Descending: string;
|
|
190
|
+
'desktop-wallpaper-outlined': string;
|
|
191
|
+
details: string;
|
|
192
|
+
Details: string;
|
|
193
|
+
'dialpad-Filled': string;
|
|
194
|
+
'discord-Filled': string;
|
|
195
|
+
'discuss-fill': string;
|
|
196
|
+
'discuss-line': string;
|
|
197
|
+
Double_Left: string;
|
|
198
|
+
Double_Right: string;
|
|
199
|
+
'Double_Right-outlined': string;
|
|
200
|
+
download_fill: string;
|
|
201
|
+
'download2-outlined': string;
|
|
202
|
+
drag_and_drop: string;
|
|
203
|
+
duc_history: string;
|
|
204
|
+
duc_history_line: string;
|
|
205
|
+
Edit: string;
|
|
206
|
+
edit_box_fill: string;
|
|
207
|
+
Edit_fill: string;
|
|
208
|
+
edit_history: string;
|
|
209
|
+
'edit-charkhe': string;
|
|
210
|
+
'edit-phrase-duotone': string;
|
|
211
|
+
editor: string;
|
|
212
|
+
email: string;
|
|
213
|
+
email_dashboard: string;
|
|
214
|
+
email_fill: string;
|
|
215
|
+
'email-duotone': string;
|
|
216
|
+
'email2-outlined': string;
|
|
217
|
+
'Evaluation-Forms-duotone': string;
|
|
218
|
+
Event: string;
|
|
219
|
+
'event-list-duotone': string;
|
|
220
|
+
Excel: string;
|
|
221
|
+
'Executed-programs': string;
|
|
222
|
+
expand: string;
|
|
223
|
+
Export: string;
|
|
224
|
+
eye_fill: string;
|
|
225
|
+
eye_off_fill: string;
|
|
226
|
+
fax: string;
|
|
227
|
+
fax_fill: string;
|
|
228
|
+
'fax-duotone': string;
|
|
229
|
+
file: string;
|
|
230
|
+
file_copy_fill: string;
|
|
231
|
+
file_copy_line: string;
|
|
232
|
+
file_excel_ill: string;
|
|
233
|
+
file_excel_line: string;
|
|
234
|
+
file_fill: string;
|
|
235
|
+
file_list_fill: string;
|
|
236
|
+
file_word: string;
|
|
237
|
+
'file-certificate-outlined': string;
|
|
238
|
+
'File-download-Filled': string;
|
|
239
|
+
'file-Filled': string;
|
|
240
|
+
'file-phone-management-outlined': string;
|
|
241
|
+
'files-duotone': string;
|
|
242
|
+
Filter: string;
|
|
243
|
+
filter_line: string;
|
|
244
|
+
Filtered: string;
|
|
245
|
+
Financial: string;
|
|
246
|
+
Financial_fill: string;
|
|
247
|
+
'financial-accounts-duotone': string;
|
|
248
|
+
'floor-outlined': string;
|
|
249
|
+
Flow_up: string;
|
|
250
|
+
'flow-design-duotone': string;
|
|
251
|
+
folder_fill: string;
|
|
252
|
+
folder_line: string;
|
|
253
|
+
'folder-add-line': string;
|
|
254
|
+
'folder-folders-Filled': string;
|
|
255
|
+
'folder-reduce-line': string;
|
|
256
|
+
'folder-transfer-line': string;
|
|
257
|
+
'folder-user-line': string;
|
|
258
|
+
'folders-Filled': string;
|
|
259
|
+
'folders-outlined': string;
|
|
260
|
+
'forget-pass': string;
|
|
261
|
+
Form: string;
|
|
262
|
+
'form-category-settings-duotone': string;
|
|
263
|
+
forms_fill: string;
|
|
264
|
+
'forms-duotone': string;
|
|
265
|
+
forward: string;
|
|
266
|
+
Forward: string;
|
|
267
|
+
'funds-line': string;
|
|
268
|
+
'gauge-outlined': string;
|
|
269
|
+
general_notification: string;
|
|
270
|
+
general_notification_fill: string;
|
|
271
|
+
'general-notify-duotone': string;
|
|
272
|
+
Get_money: string;
|
|
273
|
+
'git-merge-outlined': string;
|
|
274
|
+
'gold-star-filled': string;
|
|
275
|
+
'grip-vertical-outlined': string;
|
|
276
|
+
group_fill: string;
|
|
277
|
+
'group_fill-1': string;
|
|
278
|
+
group_line: string;
|
|
279
|
+
'Group-138566': string;
|
|
280
|
+
'Group-138599': string;
|
|
281
|
+
'Group-251575': string;
|
|
282
|
+
'Group-251798': string;
|
|
283
|
+
'Group-253622': string;
|
|
284
|
+
'Group-254011': string;
|
|
285
|
+
'group-and-users-duotone': string;
|
|
286
|
+
'Group-send': string;
|
|
287
|
+
'headphones-outlined': string;
|
|
288
|
+
'health-outlined': string;
|
|
289
|
+
'heatmap-outlined': string;
|
|
290
|
+
Help_fill: string;
|
|
291
|
+
Help_header: string;
|
|
292
|
+
history: string;
|
|
293
|
+
'history-outlined': string;
|
|
294
|
+
'history-tree': string;
|
|
295
|
+
'holiday-and-occasion-duotone': string;
|
|
296
|
+
home: string;
|
|
297
|
+
home_fill: string;
|
|
298
|
+
icon_Link_page: string;
|
|
299
|
+
icon_Visibility: string;
|
|
300
|
+
'icon-apps-filled': string;
|
|
301
|
+
'icon-apps-plus-filled': string;
|
|
302
|
+
'identities-duotone': string;
|
|
303
|
+
'iframe-duotone': string;
|
|
304
|
+
Image: string;
|
|
305
|
+
image_add_line: string;
|
|
306
|
+
image_line: string;
|
|
307
|
+
Import: string;
|
|
308
|
+
important: string;
|
|
309
|
+
'Important-days': string;
|
|
310
|
+
'important-list-duotone': string;
|
|
311
|
+
inbox: string;
|
|
312
|
+
inbox_fill: string;
|
|
313
|
+
incoming: string;
|
|
314
|
+
indeterminate_circle_line: string;
|
|
315
|
+
Info_fill: string;
|
|
316
|
+
'info-octagon-outlined': string;
|
|
317
|
+
information: string;
|
|
318
|
+
instagram: string;
|
|
319
|
+
'Integrated-bank': string;
|
|
320
|
+
'internal-call': string;
|
|
321
|
+
'Internal-phone-report-outlined': string;
|
|
322
|
+
inventory: string;
|
|
323
|
+
inventory_fill: string;
|
|
324
|
+
inventory_management: string;
|
|
325
|
+
'inventory-settings-duotone': string;
|
|
326
|
+
invite: string;
|
|
327
|
+
'Invite-Trades': string;
|
|
328
|
+
invoice: string;
|
|
329
|
+
invoice_fill: string;
|
|
330
|
+
invoices: string;
|
|
331
|
+
invoices_fill: string;
|
|
332
|
+
'item-phone-call-duotone': string;
|
|
333
|
+
Jobs: string;
|
|
334
|
+
'journey-outlined': string;
|
|
335
|
+
Kanban_View: string;
|
|
336
|
+
keyboard_fill: string;
|
|
337
|
+
keyboard_outline: string;
|
|
338
|
+
'language-management-duotone': string;
|
|
339
|
+
'layout-board-outlined': string;
|
|
340
|
+
'layout-grid-outlined': string;
|
|
341
|
+
'layout-management-duotone': string;
|
|
342
|
+
lead: string;
|
|
343
|
+
License: string;
|
|
344
|
+
License_fill: string;
|
|
345
|
+
line_chart: string;
|
|
346
|
+
link: string;
|
|
347
|
+
linkedin: string;
|
|
348
|
+
List_View: string;
|
|
349
|
+
list_with_possible_workers_to_choose_svgrepo_com: string;
|
|
350
|
+
'list-check': string;
|
|
351
|
+
'loader-2-line': string;
|
|
352
|
+
localize: string;
|
|
353
|
+
localize_fill: string;
|
|
354
|
+
lock: string;
|
|
355
|
+
'lock-1': string;
|
|
356
|
+
login_box_fill: string;
|
|
357
|
+
'login-outlined': string;
|
|
358
|
+
logout_box_fill: string;
|
|
359
|
+
'logout-outlined': string;
|
|
360
|
+
M_account: string;
|
|
361
|
+
M_advertising: string;
|
|
362
|
+
'M_automation-marketing': string;
|
|
363
|
+
'M_buy-and-sell': string;
|
|
364
|
+
'M_call-event': string;
|
|
365
|
+
M_calls: string;
|
|
366
|
+
M_campaign: string;
|
|
367
|
+
'M_campaign-managment': string;
|
|
368
|
+
M_catalog_products: string;
|
|
369
|
+
M_chatplus: string;
|
|
370
|
+
M_connections: string;
|
|
371
|
+
M_contacts: string;
|
|
372
|
+
M_contracts: string;
|
|
373
|
+
'M_customer-journey': string;
|
|
374
|
+
M_dashboard: string;
|
|
375
|
+
'M_digital-marketing': string;
|
|
376
|
+
M_documents: string;
|
|
377
|
+
M_email: string;
|
|
378
|
+
'M_event-managment': string;
|
|
379
|
+
M_fax: string;
|
|
380
|
+
M_finance: string;
|
|
381
|
+
M_financial: string;
|
|
382
|
+
M_followup: string;
|
|
383
|
+
M_form: string;
|
|
384
|
+
M_inbox: string;
|
|
385
|
+
M_inventory: string;
|
|
386
|
+
M_invoice: string;
|
|
387
|
+
'M_invoice-buy': string;
|
|
388
|
+
'M_invoice-sell': string;
|
|
389
|
+
M_lead: string;
|
|
390
|
+
M_opportunity: string;
|
|
391
|
+
M_orders: string;
|
|
392
|
+
M_payment: string;
|
|
393
|
+
'M_payment-link': string;
|
|
394
|
+
M_person: string;
|
|
395
|
+
M_points: string;
|
|
396
|
+
'M_price-list': string;
|
|
397
|
+
M_print: string;
|
|
398
|
+
M_products: string;
|
|
399
|
+
'M_products-item': string;
|
|
400
|
+
M_qout: string;
|
|
401
|
+
'M_qout-buy': string;
|
|
402
|
+
'M_qout-sell': string;
|
|
403
|
+
M_receive: string;
|
|
404
|
+
M_remind: string;
|
|
405
|
+
'M_remind-all': string;
|
|
406
|
+
'M_remind-calls': string;
|
|
407
|
+
M_reports: string;
|
|
408
|
+
M_requests: string;
|
|
409
|
+
'M_return-invoice': string;
|
|
410
|
+
M_sell: string;
|
|
411
|
+
M_services: string;
|
|
412
|
+
M_sms: string;
|
|
413
|
+
'M_sms-managment': string;
|
|
414
|
+
'M_social-media': string;
|
|
415
|
+
'M_target-group': string;
|
|
416
|
+
M_visitor: string;
|
|
417
|
+
M_warehouses: string;
|
|
418
|
+
M_warranty: string;
|
|
419
|
+
mail_send_fill: string;
|
|
420
|
+
mail_send_line: string;
|
|
421
|
+
'mail-center-send': string;
|
|
422
|
+
'mail-close': string;
|
|
423
|
+
'mail-pending': string;
|
|
424
|
+
'mail-received': string;
|
|
425
|
+
'mail-refresh': string;
|
|
426
|
+
'mail-send': string;
|
|
427
|
+
'manage-user-accounts-duotone': string;
|
|
428
|
+
'Manual-insertion': string;
|
|
429
|
+
map: string;
|
|
430
|
+
'map-fill': string;
|
|
431
|
+
'map-pin-filled': string;
|
|
432
|
+
'map-pin-outlined': string;
|
|
433
|
+
'map-pin-plus-outlined': string;
|
|
434
|
+
'marketing-duotone': string;
|
|
435
|
+
'meet-Filled': string;
|
|
436
|
+
meeting_dashboard: string;
|
|
437
|
+
'meeting-room-outlined': string;
|
|
438
|
+
message_fill: string;
|
|
439
|
+
message_sms: string;
|
|
440
|
+
'message-2-outlined': string;
|
|
441
|
+
'message-2-plus-outlined': string;
|
|
442
|
+
'messages-outlined': string;
|
|
443
|
+
'microphone-off2-outlined': string;
|
|
444
|
+
'microphone-outlined': string;
|
|
445
|
+
missed: string;
|
|
446
|
+
mobile: string;
|
|
447
|
+
mobile_fill: string;
|
|
448
|
+
moon: string;
|
|
449
|
+
more_alt: string;
|
|
450
|
+
more_line: string;
|
|
451
|
+
'more_line-1': string;
|
|
452
|
+
more_pic: string;
|
|
453
|
+
more_vertical: string;
|
|
454
|
+
mouse_fill: string;
|
|
455
|
+
mouse_outline: string;
|
|
456
|
+
Move: string;
|
|
457
|
+
my_dashboard: string;
|
|
458
|
+
'my-activities-duotone': string;
|
|
459
|
+
'my-work-list-duotone': string;
|
|
460
|
+
'new-pass': string;
|
|
461
|
+
Newsletters: string;
|
|
462
|
+
'node-tree': string;
|
|
463
|
+
'Not-shipped': string;
|
|
464
|
+
note: string;
|
|
465
|
+
note_fill: string;
|
|
466
|
+
'notes-duotone': string;
|
|
467
|
+
Notification_header: string;
|
|
468
|
+
Number: string;
|
|
469
|
+
'numbering-patterns-duotone': string;
|
|
470
|
+
'operator-management-duotone': string;
|
|
471
|
+
Opportunities: string;
|
|
472
|
+
'opportunities-duotone': string;
|
|
473
|
+
Opportunity: string;
|
|
474
|
+
Opportunity_fill: string;
|
|
475
|
+
order: string;
|
|
476
|
+
order_fill: string;
|
|
477
|
+
'order_fill-1': string;
|
|
478
|
+
'order-1': string;
|
|
479
|
+
outcoming: string;
|
|
480
|
+
overview: string;
|
|
481
|
+
'Overview-outlined': string;
|
|
482
|
+
Owner: string;
|
|
483
|
+
'paperclip-outlined': string;
|
|
484
|
+
pause: string;
|
|
485
|
+
pause_fill: string;
|
|
486
|
+
pay_money: string;
|
|
487
|
+
'payam-gostar-paid-duotone': string;
|
|
488
|
+
payamgostar: string;
|
|
489
|
+
Payment: string;
|
|
490
|
+
payment_link: string;
|
|
491
|
+
'payment-card-duotone': string;
|
|
492
|
+
'Payment-Policies-duotone': string;
|
|
493
|
+
paymentreceipt: string;
|
|
494
|
+
paymentreceipt_fill: string;
|
|
495
|
+
'payments-duotone': string;
|
|
496
|
+
'performance-duotone': string;
|
|
497
|
+
permission: string;
|
|
498
|
+
personal: string;
|
|
499
|
+
'Personal-communication': string;
|
|
500
|
+
'personnel-orders-duotone': string;
|
|
501
|
+
phone_fill: string;
|
|
502
|
+
'phone-call-outlined': string;
|
|
503
|
+
'phone-hold-outlined': string;
|
|
504
|
+
'phone-icoming-outlined': string;
|
|
505
|
+
'phone-incoming-outlined': string;
|
|
506
|
+
'phone-off-outlined': string;
|
|
507
|
+
'phone-on-hold-outlined': string;
|
|
508
|
+
'phone-outgoing-outlined': string;
|
|
509
|
+
'phone-outgoing-outlined1': string;
|
|
510
|
+
'phone-outlined': string;
|
|
511
|
+
'phone-place-holder-Filled': string;
|
|
512
|
+
'phone-x-outlined': string;
|
|
513
|
+
pie_chart: string;
|
|
514
|
+
pin_fill: string;
|
|
515
|
+
pin_outline: string;
|
|
516
|
+
'pin-outlined': string;
|
|
517
|
+
planed: string;
|
|
518
|
+
planned: string;
|
|
519
|
+
'planning-list-duotone': string;
|
|
520
|
+
play: string;
|
|
521
|
+
play_fill: string;
|
|
522
|
+
'play-back-next': string;
|
|
523
|
+
'play-back-outlined': string;
|
|
524
|
+
'play-circle-filled': string;
|
|
525
|
+
'play-outlined': string;
|
|
526
|
+
'play2-outlined': string;
|
|
527
|
+
'player-pause-outlined': string;
|
|
528
|
+
'player-pause2-outlined1': string;
|
|
529
|
+
'poker-face-outlined': string;
|
|
530
|
+
'Postal-areas': string;
|
|
531
|
+
Posted: string;
|
|
532
|
+
posts: string;
|
|
533
|
+
'power-bi': string;
|
|
534
|
+
powerbi: string;
|
|
535
|
+
'pre-purchase-invoices-duotone': string;
|
|
536
|
+
'presentation-outlined': string;
|
|
537
|
+
preview: string;
|
|
538
|
+
price_list: string;
|
|
539
|
+
price_list_fill: string;
|
|
540
|
+
'price-list-duotone': string;
|
|
541
|
+
'Price-List-duotone': string;
|
|
542
|
+
'pricing-inventory': string;
|
|
543
|
+
'pricing-inventory-duotone': string;
|
|
544
|
+
'printer-duotone': string;
|
|
545
|
+
'process-list-duotone': string;
|
|
546
|
+
product_group: string;
|
|
547
|
+
'product-1': string;
|
|
548
|
+
'product-authenticity-duotone': string;
|
|
549
|
+
'product-box-duotone': string;
|
|
550
|
+
'Product-category-duotone': string;
|
|
551
|
+
'product-management-duotone': string;
|
|
552
|
+
profile_fill: string;
|
|
553
|
+
profile_history: string;
|
|
554
|
+
profile_line: string;
|
|
555
|
+
'profile-manegment-duotone': string;
|
|
556
|
+
'project-management-duotone': string;
|
|
557
|
+
'Purchase-Invoice': string;
|
|
558
|
+
'purchase-invoices-duotone': string;
|
|
559
|
+
'Purchase-return-invoice': string;
|
|
560
|
+
'purchase-return-invoice-duotone': string;
|
|
561
|
+
'purchase-return-invoices-duotone': string;
|
|
562
|
+
PurchaseQuote: string;
|
|
563
|
+
'puse-circle-filled': string;
|
|
564
|
+
qoute: string;
|
|
565
|
+
qoute_fill: string;
|
|
566
|
+
'Quality-Control-Dashboard-outlined': string;
|
|
567
|
+
'Quality-Control-Scenario-duotone': string;
|
|
568
|
+
'queue-overview': string;
|
|
569
|
+
'queue-overview-outlined': string;
|
|
570
|
+
quick_send: string;
|
|
571
|
+
Quote: string;
|
|
572
|
+
radio_button: string;
|
|
573
|
+
radio_button_fill: string;
|
|
574
|
+
'receipt-buy-outlined': string;
|
|
575
|
+
'receipt-sell-outlined': string;
|
|
576
|
+
Receive: string;
|
|
577
|
+
'receive-duotone': string;
|
|
578
|
+
'receive-duotone1': string;
|
|
579
|
+
'receiving-payment': string;
|
|
580
|
+
'record1-outlined': string;
|
|
581
|
+
Reference: string;
|
|
582
|
+
Remove_Circle: string;
|
|
583
|
+
remove_select: string;
|
|
584
|
+
'remove-line-outlined': string;
|
|
585
|
+
reply: string;
|
|
586
|
+
reply1: string;
|
|
587
|
+
report: string;
|
|
588
|
+
Report: string;
|
|
589
|
+
report_fill: string;
|
|
590
|
+
'report-analytics-outlined': string;
|
|
591
|
+
'report-duotone': string;
|
|
592
|
+
'report-voice-outlined': string;
|
|
593
|
+
reports: string;
|
|
594
|
+
reports_fill: string;
|
|
595
|
+
'request-outlined': string;
|
|
596
|
+
'reset-outlined': string;
|
|
597
|
+
'Resive-email': string;
|
|
598
|
+
Return_invoice: string;
|
|
599
|
+
Return_invoice_fill: string;
|
|
600
|
+
'return-invoices-from-sales-duotone': string;
|
|
601
|
+
'rhythm-line-outlined': string;
|
|
602
|
+
'room-duotone': string;
|
|
603
|
+
'rotate-clockwise-outlined': string;
|
|
604
|
+
S_address: string;
|
|
605
|
+
S_calender: string;
|
|
606
|
+
S_call: string;
|
|
607
|
+
S_celebrate: string;
|
|
608
|
+
S_classification: string;
|
|
609
|
+
S_club: string;
|
|
610
|
+
S_color: string;
|
|
611
|
+
S_country: string;
|
|
612
|
+
'S_crm-object': string;
|
|
613
|
+
S_event: string;
|
|
614
|
+
S_flow: string;
|
|
615
|
+
S_inventory: string;
|
|
616
|
+
S_language: string;
|
|
617
|
+
S_money: string;
|
|
618
|
+
'S_number-pattern': string;
|
|
619
|
+
S_product: string;
|
|
620
|
+
S_room: string;
|
|
621
|
+
S_sms: string;
|
|
622
|
+
S_sync: string;
|
|
623
|
+
S_system: string;
|
|
624
|
+
'S_system-item': string;
|
|
625
|
+
S_tag: string;
|
|
626
|
+
S_user: string;
|
|
627
|
+
'sale-2': string;
|
|
628
|
+
'Sales-Invoice': string;
|
|
629
|
+
'sales-invoice-duotone': string;
|
|
630
|
+
'sales-Invoices-duotone': string;
|
|
631
|
+
'sales-pre-invoice-duotone': string;
|
|
632
|
+
'Sales-Program-duotone': string;
|
|
633
|
+
'Sales-return-invoice': string;
|
|
634
|
+
'sales-returne-invoice-duotone': string;
|
|
635
|
+
'sales-settings-duotone': string;
|
|
636
|
+
save: string;
|
|
637
|
+
save_fill: string;
|
|
638
|
+
'score-outlined': string;
|
|
639
|
+
Scoring: string;
|
|
640
|
+
Scoring_fill: string;
|
|
641
|
+
'scoring-duotone': string;
|
|
642
|
+
'screen-share-outlined': string;
|
|
643
|
+
screenshot: string;
|
|
644
|
+
screenshot_fill: string;
|
|
645
|
+
Search_fail: string;
|
|
646
|
+
search_fill: string;
|
|
647
|
+
Search_header: string;
|
|
648
|
+
'security-duotone': string;
|
|
649
|
+
select: string;
|
|
650
|
+
select_all: string;
|
|
651
|
+
Select_Box: string;
|
|
652
|
+
Select_Color: string;
|
|
653
|
+
'Send-email': string;
|
|
654
|
+
'send-outlined': string;
|
|
655
|
+
'send-sms': string;
|
|
656
|
+
'Server-Settings-duotone': string;
|
|
657
|
+
settings_fill: string;
|
|
658
|
+
settings_header: string;
|
|
659
|
+
'settings-search-duotone': string;
|
|
660
|
+
share_box_fill: string;
|
|
661
|
+
share_dashboard: string;
|
|
662
|
+
share_fill: string;
|
|
663
|
+
share_line: string;
|
|
664
|
+
'share-box-line': string;
|
|
665
|
+
'shield-check-outlined': string;
|
|
666
|
+
'shield-checkered-filled': string;
|
|
667
|
+
'shield-pause-outlined': string;
|
|
668
|
+
sign_out: string;
|
|
669
|
+
sign_out_fill: string;
|
|
670
|
+
'sign_out_fill-1': string;
|
|
671
|
+
'sign_out-1': string;
|
|
672
|
+
'silver-star-filled': string;
|
|
673
|
+
sip_fill: string;
|
|
674
|
+
'skype-Filled': string;
|
|
675
|
+
'smile-outlined': string;
|
|
676
|
+
'smile-outlined1': string;
|
|
677
|
+
sms_dashboard: string;
|
|
678
|
+
'sms-duotone': string;
|
|
679
|
+
'sms-receive': string;
|
|
680
|
+
'sms-send': string;
|
|
681
|
+
snooze_header: string;
|
|
682
|
+
social_media: string;
|
|
683
|
+
'social-network-messages-duotone': string;
|
|
684
|
+
'sound-outlined': string;
|
|
685
|
+
speaker: string;
|
|
686
|
+
'sping-speed-outlined': string;
|
|
687
|
+
'star-filed': string;
|
|
688
|
+
'star-outlined': string;
|
|
689
|
+
stop: string;
|
|
690
|
+
stop_fill: string;
|
|
691
|
+
'stop-rexord-outlined': string;
|
|
692
|
+
subtask: string;
|
|
693
|
+
sunny: string;
|
|
694
|
+
Survey: string;
|
|
695
|
+
switch_person: string;
|
|
696
|
+
Sync: string;
|
|
697
|
+
'System-items-duotone': string;
|
|
698
|
+
'system-logs-duotone': string;
|
|
699
|
+
'System-Messages-duotone': string;
|
|
700
|
+
'system-settings-duotone': string;
|
|
701
|
+
table: string;
|
|
702
|
+
'table-line': string;
|
|
703
|
+
tag: string;
|
|
704
|
+
tag_fill: string;
|
|
705
|
+
'taget-blanl-outlined': string;
|
|
706
|
+
Tags: string;
|
|
707
|
+
Tags_fill: string;
|
|
708
|
+
'target-arrow-outlined': string;
|
|
709
|
+
'target-duotone': string;
|
|
710
|
+
'Target-group': string;
|
|
711
|
+
task: string;
|
|
712
|
+
task_assigned: string;
|
|
713
|
+
'task-board-duotone': string;
|
|
714
|
+
'task-list-duotone': string;
|
|
715
|
+
'task-list-outlined': string;
|
|
716
|
+
Team_dashboard: string;
|
|
717
|
+
team_fill: string;
|
|
718
|
+
team_line: string;
|
|
719
|
+
telefax: string;
|
|
720
|
+
'telefax-receive': string;
|
|
721
|
+
'telefax-send': string;
|
|
722
|
+
telefax1: string;
|
|
723
|
+
telegram: string;
|
|
724
|
+
'telegram-Filled': string;
|
|
725
|
+
'telephone-system-outlined': string;
|
|
726
|
+
'telephone-systems-management-duotone': string;
|
|
727
|
+
'template-messages-duotone': string;
|
|
728
|
+
'Text-list-check-outlined': string;
|
|
729
|
+
'Text-list-numbers-outlined': string;
|
|
730
|
+
ticket: string;
|
|
731
|
+
Ticket: string;
|
|
732
|
+
ticket_fill: string;
|
|
733
|
+
'tickets-duotone': string;
|
|
734
|
+
time: string;
|
|
735
|
+
time_fill: string;
|
|
736
|
+
time_line: string;
|
|
737
|
+
'timeline-event-minus-outlined': string;
|
|
738
|
+
timer_fill: string;
|
|
739
|
+
timer_line: string;
|
|
740
|
+
'timer-duotone': string;
|
|
741
|
+
Timing: string;
|
|
742
|
+
todo_line: string;
|
|
743
|
+
toggle_fill: string;
|
|
744
|
+
toggle_line: string;
|
|
745
|
+
'trash-x-outlined': string;
|
|
746
|
+
tree_view_arrow_down: string;
|
|
747
|
+
tree_view_arrow_left: string;
|
|
748
|
+
tree_view_arrow_right: string;
|
|
749
|
+
tree_view_arrow_up: string;
|
|
750
|
+
'trumpet-outlined': string;
|
|
751
|
+
'Unit-Measurement-Categories-duotone': string;
|
|
752
|
+
'update-information-duotone': string;
|
|
753
|
+
'update-place-holder-Filled': string;
|
|
754
|
+
'update-telephone-line-duotone': string;
|
|
755
|
+
upload: string;
|
|
756
|
+
upload_cloud_fill: string;
|
|
757
|
+
upload_cloud_line: string;
|
|
758
|
+
'upset-outlined': string;
|
|
759
|
+
User: string;
|
|
760
|
+
user_add_fill: string;
|
|
761
|
+
User_dashboard: string;
|
|
762
|
+
user_fill: string;
|
|
763
|
+
user_follow_fill: string;
|
|
764
|
+
User_Group: string;
|
|
765
|
+
user_received_fill: string;
|
|
766
|
+
user_received_line: string;
|
|
767
|
+
user_search: string;
|
|
768
|
+
user_search_fill: string;
|
|
769
|
+
user_shared_fill: string;
|
|
770
|
+
user_shared_line: string;
|
|
771
|
+
user_unfollow_fill: string;
|
|
772
|
+
user_unfollow_line: string;
|
|
773
|
+
'user-analitics-outlined': string;
|
|
774
|
+
'user-avatar-outlined': string;
|
|
775
|
+
'user-award-add-outlined': string;
|
|
776
|
+
'user-managment-outlined': string;
|
|
777
|
+
'user-star-outlined': string;
|
|
778
|
+
'user-view-outlined': string;
|
|
779
|
+
'users-group-outlined': string;
|
|
780
|
+
'users-outlined': string;
|
|
781
|
+
'users-plus-outlined': string;
|
|
782
|
+
video: string;
|
|
783
|
+
video_fill: string;
|
|
784
|
+
'video-incoming-filled': string;
|
|
785
|
+
'video-off2-outlined': string;
|
|
786
|
+
'video-outconming-filled': string;
|
|
787
|
+
'video-outlined': string;
|
|
788
|
+
Visibility_Off: string;
|
|
789
|
+
'volume-outlined': string;
|
|
790
|
+
'waiting-inventory': string;
|
|
791
|
+
'waiting-inventory-duotone': string;
|
|
792
|
+
'waiting-item': string;
|
|
793
|
+
'waiting-item-duotone': string;
|
|
794
|
+
'Warehouse-duotone': string;
|
|
795
|
+
'warehouse-transactions-duotone': string;
|
|
796
|
+
Web_frame: string;
|
|
797
|
+
Web_frame_fill: string;
|
|
798
|
+
website: string;
|
|
799
|
+
website_fill: string;
|
|
800
|
+
whatsapp: string;
|
|
801
|
+
'whatsapp-Filled': string;
|
|
802
|
+
'Work-flow': string;
|
|
803
|
+
'working-hours-duotone': string;
|
|
804
|
+
zoom_in: string;
|
|
805
|
+
zoom_in_fill: string;
|
|
806
|
+
zoom_out: string;
|
|
807
|
+
'zoom_out-fill': string;
|
|
808
|
+
};
|