@d-matrix/icons-react 0.3.1 → 0.5.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.
Files changed (50) hide show
  1. package/dist/icons/BuildingOutlined.js +1 -0
  2. package/dist/icons/BuildingOutlined.mjs +38 -0
  3. package/dist/icons/CategoryOutlined.js +1 -0
  4. package/dist/icons/CategoryOutlined.mjs +38 -0
  5. package/dist/icons/ChineseLanguageCodeOutlined.js +1 -0
  6. package/dist/icons/ChineseLanguageCodeOutlined.mjs +38 -0
  7. package/dist/icons/ClearOutlined.js +1 -0
  8. package/dist/icons/ClearOutlined.mjs +37 -0
  9. package/dist/icons/CopyOutlined.js +1 -0
  10. package/dist/icons/CopyOutlined.mjs +33 -0
  11. package/dist/icons/EarthOutlined.js +1 -0
  12. package/dist/icons/EarthOutlined.mjs +38 -0
  13. package/dist/icons/EnglishLanguageCodeOutlined.js +1 -0
  14. package/dist/icons/EnglishLanguageCodeOutlined.mjs +38 -0
  15. package/dist/icons/FileEyeFilled.js +1 -0
  16. package/dist/icons/FileEyeFilled.mjs +37 -0
  17. package/dist/icons/FileHashSymbolOutlined.js +1 -0
  18. package/dist/icons/FileHashSymbolOutlined.mjs +38 -0
  19. package/dist/icons/FilePencilOutlined.js +1 -0
  20. package/dist/icons/FilePencilOutlined.mjs +38 -0
  21. package/dist/icons/FrequencyOutlined.js +1 -0
  22. package/dist/icons/FrequencyOutlined.mjs +38 -0
  23. package/dist/icons/FundOutlined.js +1 -0
  24. package/dist/icons/FundOutlined.mjs +38 -0
  25. package/dist/icons/IdeaFilled.js +1 -0
  26. package/dist/icons/IdeaFilled.mjs +37 -0
  27. package/dist/icons/JoinConversationFilled.js +1 -0
  28. package/dist/icons/JoinConversationFilled.mjs +33 -0
  29. package/dist/icons/LineChartFilled.js +1 -0
  30. package/dist/icons/LineChartFilled.mjs +38 -0
  31. package/dist/icons/NewConversationOutlined.js +1 -0
  32. package/dist/icons/NewConversationOutlined.mjs +37 -0
  33. package/dist/icons/PdfSquareColored.js +1 -0
  34. package/dist/icons/PdfSquareColored.mjs +38 -0
  35. package/dist/icons/RatingReportOutlined.js +1 -0
  36. package/dist/icons/RatingReportOutlined.mjs +37 -0
  37. package/dist/icons/RelatedOutlined.js +1 -0
  38. package/dist/icons/RelatedOutlined.mjs +38 -0
  39. package/dist/icons/ReloadOutlined2.js +1 -0
  40. package/dist/icons/ReloadOutlined2.mjs +38 -0
  41. package/dist/icons/SendOutlined.js +1 -0
  42. package/dist/icons/SendOutlined.mjs +38 -0
  43. package/dist/icons/StatisticalReportOutlined.js +1 -0
  44. package/dist/icons/StatisticalReportOutlined.mjs +38 -0
  45. package/dist/icons/TagOutlined.js +1 -0
  46. package/dist/icons/TagOutlined.mjs +38 -0
  47. package/dist/icons/index.js +1 -1
  48. package/dist/icons/index.mjs +416 -370
  49. package/dist/index.d.ts +46 -0
  50. 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;
@@ -173,6 +197,8 @@ export declare const HolidayOutlined: (props: Omit<DMIconProps, "icon">) => JSX_
173
197
 
174
198
  export declare const IdCardFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
175
199
 
200
+ export declare const IdeaFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
201
+
176
202
  export declare const ImportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
177
203
 
178
204
  export declare const ImportOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -191,6 +217,8 @@ export declare const InsuranceFilled: (props: Omit<DMIconProps, "icon">) => JSX_
191
217
 
192
218
  export declare const ItemColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
193
219
 
220
+ export declare const JoinConversationFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
221
+
194
222
  export declare const LawsuitOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
195
223
 
196
224
  export declare const LayoutFourColumnOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -253,6 +281,8 @@ export declare const LeftOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.E
253
281
 
254
282
  export declare const LightningFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
255
283
 
284
+ export declare const LineChartFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
285
+
256
286
  export declare const LineChartOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
257
287
 
258
288
  export declare const LinkOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -283,6 +313,8 @@ export declare const MultiplicationOutlined: (props: Omit<DMIconProps, "icon">)
283
313
 
284
314
  export declare const NewCircleOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
285
315
 
316
+ export declare const NewConversationOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
317
+
286
318
  export declare const NoticeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
287
319
 
288
320
  export declare const OcoOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -299,6 +331,8 @@ export declare const PauseOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.
299
331
 
300
332
  export declare const PdfColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
301
333
 
334
+ export declare const PdfSquareColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
335
+
302
336
  export declare const PhoneOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
303
337
 
304
338
  export declare const PieChartFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -323,12 +357,18 @@ export declare const QuestionCircleFilled: (props: Omit<DMIconProps, "icon">) =>
323
357
 
324
358
  export declare const RadarOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
325
359
 
360
+ export declare const RatingReportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
361
+
326
362
  export declare const RecommendLabelColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
327
363
 
328
364
  export declare const RegionalPanoramaOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
329
365
 
366
+ export declare const RelatedOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
367
+
330
368
  export declare const ReloadOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
331
369
 
370
+ export declare const ReloadOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
371
+
332
372
  export declare const ReportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
333
373
 
334
374
  export declare const ResearchOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -341,6 +381,8 @@ export declare const SaveFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Ele
341
381
 
342
382
  export declare const SearchOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
343
383
 
384
+ export declare const SendOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
385
+
344
386
  export declare const ServerColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
345
387
 
346
388
  export declare const SettingOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -359,10 +401,14 @@ export declare const StarOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.E
359
401
 
360
402
  export declare const StarOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
361
403
 
404
+ export declare const StatisticalReportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
405
+
362
406
  export declare const SwapOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
363
407
 
364
408
  export declare const SyncOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
365
409
 
410
+ export declare const TagOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
411
+
366
412
  export declare const TalkFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
367
413
 
368
414
  export declare const TargetColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-matrix/icons-react",
3
- "version": "0.3.1",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",