@d-matrix/icons-react 0.19.0 → 0.21.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 (48) hide show
  1. package/dist/icons/ContainsRightsSquareOutlined.js +1 -0
  2. package/dist/icons/ContainsRightsSquareOutlined.mjs +42 -0
  3. package/dist/icons/CrossBoardFilled.js +1 -0
  4. package/dist/icons/CrossBoardFilled.mjs +41 -0
  5. package/dist/icons/DefaultSquareOutlined.js +1 -0
  6. package/dist/icons/DefaultSquareOutlined.mjs +40 -0
  7. package/dist/icons/DeviationFilled.js +1 -0
  8. package/dist/icons/DeviationFilled.mjs +43 -0
  9. package/dist/icons/EtfFilled.js +1 -0
  10. package/dist/icons/EtfFilled.mjs +36 -0
  11. package/dist/icons/ExtensionSquareOutlined.js +1 -0
  12. package/dist/icons/ExtensionSquareOutlined.mjs +39 -0
  13. package/dist/icons/FloatRateSquareOutlined.js +1 -0
  14. package/dist/icons/FloatRateSquareOutlined.mjs +37 -0
  15. package/dist/icons/GeneralSquareOutlined.js +1 -0
  16. package/dist/icons/GeneralSquareOutlined.mjs +37 -0
  17. package/dist/icons/IssueFilled.js +1 -0
  18. package/dist/icons/IssueFilled.mjs +42 -0
  19. package/dist/icons/PerpetualSquareOutlined.js +1 -0
  20. package/dist/icons/PerpetualSquareOutlined.mjs +40 -0
  21. package/dist/icons/PledgeSquareOutlined.js +1 -0
  22. package/dist/icons/PledgeSquareOutlined.mjs +40 -0
  23. package/dist/icons/PrepaymentFilled.js +1 -0
  24. package/dist/icons/PrepaymentFilled.mjs +41 -0
  25. package/dist/icons/PrivateSquareOutlined.js +1 -0
  26. package/dist/icons/PrivateSquareOutlined.mjs +37 -0
  27. package/dist/icons/PutOptionFilled.js +1 -0
  28. package/dist/icons/PutOptionFilled.mjs +43 -0
  29. package/dist/icons/RailwaySquareOutlined.js +1 -0
  30. package/dist/icons/RailwaySquareOutlined.mjs +40 -0
  31. package/dist/icons/RedemptionFilled.js +1 -0
  32. package/dist/icons/RedemptionFilled.mjs +52 -0
  33. package/dist/icons/SecondarySquareOutlined.js +1 -0
  34. package/dist/icons/SecondarySquareOutlined.mjs +40 -0
  35. package/dist/icons/SecurityFilled.js +1 -0
  36. package/dist/icons/SecurityFilled.mjs +49 -0
  37. package/dist/icons/SpecialSquareOutlined.js +1 -0
  38. package/dist/icons/SpecialSquareOutlined.mjs +37 -0
  39. package/dist/icons/StockSquareOutlined.js +1 -0
  40. package/dist/icons/StockSquareOutlined.mjs +53 -0
  41. package/dist/icons/TechnologyInnovationSquareOutlined.js +1 -0
  42. package/dist/icons/TechnologyInnovationSquareOutlined.mjs +40 -0
  43. package/dist/icons/TlacSquareOutlined.js +1 -0
  44. package/dist/icons/TlacSquareOutlined.mjs +42 -0
  45. package/dist/icons/index.js +1 -1
  46. package/dist/icons/index.mjs +466 -422
  47. package/dist/index.d.ts +44 -0
  48. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -85,20 +85,28 @@ export declare const CoinOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.E
85
85
 
86
86
  export declare const ContainsRightsOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
87
87
 
88
+ export declare const ContainsRightsSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
89
+
88
90
  export declare const ControlFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
89
91
 
90
92
  export declare const CopyFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
91
93
 
92
94
  export declare const CopyOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
93
95
 
96
+ export declare const CrossBoardFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
97
+
94
98
  export declare const CustomerServiceOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
95
99
 
96
100
  export declare const DecreaseDecimalPlaceOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
97
101
 
98
102
  export declare const DeepLabelColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
99
103
 
104
+ export declare const DefaultSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
105
+
100
106
  export declare const DeleteFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
101
107
 
108
+ export declare const DeviationFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
109
+
102
110
  declare type DMIconProps = default_2.HTMLProps<HTMLSpanElement> & {
103
111
  icon: default_2.ComponentType;
104
112
  };
@@ -131,6 +139,8 @@ export declare const EmailFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.El
131
139
 
132
140
  export declare const EnglishLanguageCodeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
133
141
 
142
+ export declare const EtfFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
143
+
134
144
  export declare const ExcelColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
135
145
 
136
146
  export declare const ExpandCircleOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -141,6 +151,8 @@ export declare const ExportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2
141
151
 
142
152
  export declare const ExportOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
143
153
 
154
+ export declare const ExtensionSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
155
+
144
156
  export declare const EyeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
145
157
 
146
158
  export declare const FileDoneOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -181,6 +193,8 @@ export declare const FlagFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Ele
181
193
 
182
194
  export declare const FloatOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
183
195
 
196
+ export declare const FloatRateSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
197
+
184
198
  export declare const FolderOpenOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
185
199
 
186
200
  export declare const FolderOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -193,6 +207,8 @@ export declare const FrequencyOutlined: (props: Omit<DMIconProps, "icon">) => JS
193
207
 
194
208
  export declare const FundOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
195
209
 
210
+ export declare const GeneralSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
211
+
196
212
  export declare const GlobalOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
197
213
 
198
214
  export declare const HasCutOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -229,6 +245,8 @@ export declare const InfoTriangleFilled: (props: Omit<DMIconProps, "icon">) => J
229
245
 
230
246
  export declare const InsuranceFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
231
247
 
248
+ export declare const IssueFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
249
+
232
250
  export declare const ItemColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
233
251
 
234
252
  export declare const ItemSettingOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -353,6 +371,8 @@ export declare const PdfColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Ele
353
371
 
354
372
  export declare const PdfSquareFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
355
373
 
374
+ export declare const PerpetualSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
375
+
356
376
  export declare const PhoneOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
357
377
 
358
378
  export declare const PieChartFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -361,18 +381,26 @@ export declare const PixelsColored: (props: Omit<DMIconProps, "icon">) => JSX_2.
361
381
 
362
382
  export declare const PledgeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
363
383
 
384
+ export declare const PledgeSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
385
+
364
386
  export declare const PlusCircleFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
365
387
 
366
388
  export declare const PlusOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
367
389
 
368
390
  export declare const PlusSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
369
391
 
392
+ export declare const PrepaymentFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
393
+
370
394
  export declare const PrepaymentOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
371
395
 
396
+ export declare const PrivateSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
397
+
372
398
  export declare const ProvideOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
373
399
 
374
400
  export declare const PushPinFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
375
401
 
402
+ export declare const PutOptionFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
403
+
376
404
  export declare const QqOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
377
405
 
378
406
  export declare const QuestionCircleFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -381,10 +409,14 @@ export declare const QuickFillOutlined: (props: Omit<DMIconProps, "icon">) => JS
381
409
 
382
410
  export declare const RadarOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
383
411
 
412
+ export declare const RailwaySquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
413
+
384
414
  export declare const RatingReportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
385
415
 
386
416
  export declare const RecommendLabelColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
387
417
 
418
+ export declare const RedemptionFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
419
+
388
420
  export declare const RegionalPanoramaOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
389
421
 
390
422
  export declare const RelatedOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -407,6 +439,10 @@ export declare const SciTechInnovationOutlined: (props: Omit<DMIconProps, "icon"
407
439
 
408
440
  export declare const SearchOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
409
441
 
442
+ export declare const SecondarySquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
443
+
444
+ export declare const SecurityFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
445
+
410
446
  export declare const SendOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
411
447
 
412
448
  export declare const ServerColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -421,6 +457,8 @@ export declare const SignWavesOutlined: (props: Omit<DMIconProps, "icon">) => JS
421
457
 
422
458
  export declare const SpecialOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
423
459
 
460
+ export declare const SpecialSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
461
+
424
462
  export declare const StarFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
425
463
 
426
464
  export declare const StarOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -429,6 +467,8 @@ export declare const StarOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.
429
467
 
430
468
  export declare const StatisticalReportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
431
469
 
470
+ export declare const StockSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
471
+
432
472
  export declare const StopRecordColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
433
473
 
434
474
  export declare const SwapOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
@@ -445,10 +485,14 @@ export declare const TaxExemptOutlined: (props: Omit<DMIconProps, "icon">) => JS
445
485
 
446
486
  export declare const TaxExemptSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
447
487
 
488
+ export declare const TechnologyInnovationSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
489
+
448
490
  export declare const ThumbsDownFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
449
491
 
450
492
  export declare const ThumbsUpFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
451
493
 
494
+ export declare const TlacSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
495
+
452
496
  export declare const TrdOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
453
497
 
454
498
  export declare const TriangleRightBottomOutlined: (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.19.0",
3
+ "version": "0.21.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",