@d-matrix/icons-react 0.3.1 → 0.4.0
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/dist/icons/BuildingOutlined.js +1 -0
- package/dist/icons/BuildingOutlined.mjs +38 -0
- package/dist/icons/CategoryOutlined.js +1 -0
- package/dist/icons/CategoryOutlined.mjs +38 -0
- package/dist/icons/ChineseLanguageCodeOutlined.js +1 -0
- package/dist/icons/ChineseLanguageCodeOutlined.mjs +38 -0
- package/dist/icons/ClearOutlined.js +1 -0
- package/dist/icons/ClearOutlined.mjs +37 -0
- package/dist/icons/CopyOutlined.js +1 -0
- package/dist/icons/CopyOutlined.mjs +33 -0
- package/dist/icons/EarthOutlined.js +1 -0
- package/dist/icons/EarthOutlined.mjs +38 -0
- package/dist/icons/EnglishLanguageCodeOutlined.js +1 -0
- package/dist/icons/EnglishLanguageCodeOutlined.mjs +38 -0
- package/dist/icons/FileEyeFilled.js +1 -0
- package/dist/icons/FileEyeFilled.mjs +37 -0
- package/dist/icons/FileHashSymbolOutlined.js +1 -0
- package/dist/icons/FileHashSymbolOutlined.mjs +38 -0
- package/dist/icons/FilePencilOutlined.js +1 -0
- package/dist/icons/FilePencilOutlined.mjs +38 -0
- package/dist/icons/FrequencyOutlined.js +1 -0
- package/dist/icons/FrequencyOutlined.mjs +38 -0
- package/dist/icons/FundOutlined.js +1 -0
- package/dist/icons/FundOutlined.mjs +38 -0
- package/dist/icons/JoinConversationFilled.js +1 -0
- package/dist/icons/JoinConversationFilled.mjs +33 -0
- package/dist/icons/LineChartFilled.js +1 -0
- package/dist/icons/LineChartFilled.mjs +38 -0
- package/dist/icons/NewConversationOutlined.js +1 -0
- package/dist/icons/NewConversationOutlined.mjs +37 -0
- package/dist/icons/RatingReportOutlined.js +1 -0
- package/dist/icons/RatingReportOutlined.mjs +37 -0
- package/dist/icons/RelatedOutlined.js +1 -0
- package/dist/icons/RelatedOutlined.mjs +38 -0
- package/dist/icons/ReloadOutlined2.js +1 -0
- package/dist/icons/ReloadOutlined2.mjs +38 -0
- package/dist/icons/SendOutlined.js +1 -0
- package/dist/icons/SendOutlined.mjs +38 -0
- package/dist/icons/StatisticalReportOutlined.js +1 -0
- package/dist/icons/StatisticalReportOutlined.mjs +38 -0
- package/dist/icons/TagOutlined.js +1 -0
- package/dist/icons/TagOutlined.mjs +38 -0
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.mjs +412 -370
- package/dist/index.d.ts +42 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ export declare const BondOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.E
|
|
|
37
37
|
|
|
38
38
|
export declare const BranchesOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
39
39
|
|
|
40
|
+
export declare const BuildingOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
41
|
+
|
|
40
42
|
export declare const CalculatorOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
41
43
|
|
|
42
44
|
export declare const CalculatorOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -51,14 +53,20 @@ export declare const CaretRightOutlined: (props: Omit<DMIconProps, "icon">) => J
|
|
|
51
53
|
|
|
52
54
|
export declare const CaretUpOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
53
55
|
|
|
56
|
+
export declare const CategoryOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
57
|
+
|
|
54
58
|
export declare const CheckCircleFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
55
59
|
|
|
56
60
|
export declare const CheckOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
57
61
|
|
|
62
|
+
export declare const ChineseLanguageCodeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
63
|
+
|
|
58
64
|
export declare const ChineseOneOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
59
65
|
|
|
60
66
|
export declare const CircleFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
61
67
|
|
|
68
|
+
export declare const ClearOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
69
|
+
|
|
62
70
|
export declare const ClockCircleFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
63
71
|
|
|
64
72
|
export declare const ClockCircleOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -75,6 +83,8 @@ export declare const ControlFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.
|
|
|
75
83
|
|
|
76
84
|
export declare const CopyFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
77
85
|
|
|
86
|
+
export declare const CopyOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
87
|
+
|
|
78
88
|
export declare const CustomerServiceOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
79
89
|
|
|
80
90
|
export declare const DecreaseDecimalPlaceOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -99,12 +109,16 @@ export declare const DragHandleHorizontalDoubleLineOutlined: (props: Omit<DMIcon
|
|
|
99
109
|
|
|
100
110
|
export declare const DragHandleOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
101
111
|
|
|
112
|
+
export declare const EarthOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
113
|
+
|
|
102
114
|
export declare const EditOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
103
115
|
|
|
104
116
|
export declare const EditOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
105
117
|
|
|
106
118
|
export declare const EmailFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
107
119
|
|
|
120
|
+
export declare const EnglishLanguageCodeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
121
|
+
|
|
108
122
|
export declare const ExcelColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
109
123
|
|
|
110
124
|
export declare const ExpandCircleOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -121,6 +135,10 @@ export declare const FileDoneOutlined: (props: Omit<DMIconProps, "icon">) => JSX
|
|
|
121
135
|
|
|
122
136
|
export declare const FileDownloadOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
123
137
|
|
|
138
|
+
export declare const FileEyeFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
139
|
+
|
|
140
|
+
export declare const FileHashSymbolOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
141
|
+
|
|
124
142
|
export declare const FileLockOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
125
143
|
|
|
126
144
|
export declare const FileLockOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -131,6 +149,8 @@ export declare const FileOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.
|
|
|
131
149
|
|
|
132
150
|
export declare const FileOutlined3: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
133
151
|
|
|
152
|
+
export declare const FilePencilOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
153
|
+
|
|
134
154
|
export declare const FileSearchOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
135
155
|
|
|
136
156
|
export declare const FileUndoneOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -155,6 +175,10 @@ export declare const FontItalicOutlined: (props: Omit<DMIconProps, "icon">) => J
|
|
|
155
175
|
|
|
156
176
|
export declare const ForwardOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
157
177
|
|
|
178
|
+
export declare const FrequencyOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
179
|
+
|
|
180
|
+
export declare const FundOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
181
|
+
|
|
158
182
|
export declare const GlobalOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
159
183
|
|
|
160
184
|
export declare const HasCutOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -191,6 +215,8 @@ export declare const InsuranceFilled: (props: Omit<DMIconProps, "icon">) => JSX_
|
|
|
191
215
|
|
|
192
216
|
export declare const ItemColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
193
217
|
|
|
218
|
+
export declare const JoinConversationFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
219
|
+
|
|
194
220
|
export declare const LawsuitOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
195
221
|
|
|
196
222
|
export declare const LayoutFourColumnOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -253,6 +279,8 @@ export declare const LeftOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.E
|
|
|
253
279
|
|
|
254
280
|
export declare const LightningFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
255
281
|
|
|
282
|
+
export declare const LineChartFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
283
|
+
|
|
256
284
|
export declare const LineChartOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
257
285
|
|
|
258
286
|
export declare const LinkOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -283,6 +311,8 @@ export declare const MultiplicationOutlined: (props: Omit<DMIconProps, "icon">)
|
|
|
283
311
|
|
|
284
312
|
export declare const NewCircleOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
285
313
|
|
|
314
|
+
export declare const NewConversationOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
315
|
+
|
|
286
316
|
export declare const NoticeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
287
317
|
|
|
288
318
|
export declare const OcoOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -323,12 +353,18 @@ export declare const QuestionCircleFilled: (props: Omit<DMIconProps, "icon">) =>
|
|
|
323
353
|
|
|
324
354
|
export declare const RadarOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
325
355
|
|
|
356
|
+
export declare const RatingReportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
357
|
+
|
|
326
358
|
export declare const RecommendLabelColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
327
359
|
|
|
328
360
|
export declare const RegionalPanoramaOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
329
361
|
|
|
362
|
+
export declare const RelatedOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
363
|
+
|
|
330
364
|
export declare const ReloadOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
331
365
|
|
|
366
|
+
export declare const ReloadOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
367
|
+
|
|
332
368
|
export declare const ReportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
333
369
|
|
|
334
370
|
export declare const ResearchOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -341,6 +377,8 @@ export declare const SaveFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Ele
|
|
|
341
377
|
|
|
342
378
|
export declare const SearchOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
343
379
|
|
|
380
|
+
export declare const SendOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
381
|
+
|
|
344
382
|
export declare const ServerColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
345
383
|
|
|
346
384
|
export declare const SettingOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -359,10 +397,14 @@ export declare const StarOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.E
|
|
|
359
397
|
|
|
360
398
|
export declare const StarOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
361
399
|
|
|
400
|
+
export declare const StatisticalReportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
401
|
+
|
|
362
402
|
export declare const SwapOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
363
403
|
|
|
364
404
|
export declare const SyncOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
365
405
|
|
|
406
|
+
export declare const TagOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
407
|
+
|
|
366
408
|
export declare const TalkFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
367
409
|
|
|
368
410
|
export declare const TargetColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|