@d-matrix/icons-react 0.18.0 → 0.20.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/ContainsRightsSquareOutlined.js +1 -0
- package/dist/icons/ContainsRightsSquareOutlined.mjs +42 -0
- package/dist/icons/CrossBoardFilled.js +1 -0
- package/dist/icons/CrossBoardFilled.mjs +41 -0
- package/dist/icons/DefaultSquareOutlined.js +1 -0
- package/dist/icons/DefaultSquareOutlined.mjs +40 -0
- package/dist/icons/DeviationFilled.js +1 -0
- package/dist/icons/DeviationFilled.mjs +43 -0
- package/dist/icons/EtfFilled.js +1 -0
- package/dist/icons/EtfFilled.mjs +36 -0
- package/dist/icons/ExtensionSquareOutlined.js +1 -0
- package/dist/icons/ExtensionSquareOutlined.mjs +39 -0
- package/dist/icons/FloatRateSquareOutlined.js +1 -0
- package/dist/icons/FloatRateSquareOutlined.mjs +37 -0
- package/dist/icons/GeneralSquareOutlined.js +1 -0
- package/dist/icons/GeneralSquareOutlined.mjs +37 -0
- package/dist/icons/IssueFilled.js +1 -0
- package/dist/icons/IssueFilled.mjs +42 -0
- package/dist/icons/PerpetualSquareOutlined.js +1 -0
- package/dist/icons/PerpetualSquareOutlined.mjs +40 -0
- package/dist/icons/PledgeSquareOutlined.js +1 -0
- package/dist/icons/PledgeSquareOutlined.mjs +40 -0
- package/dist/icons/PrepaymentFilled.js +1 -0
- package/dist/icons/PrepaymentFilled.mjs +41 -0
- package/dist/icons/PrivateSquareOutlined.js +1 -0
- package/dist/icons/PrivateSquareOutlined.mjs +37 -0
- package/dist/icons/PutOptionFilled.js +1 -0
- package/dist/icons/PutOptionFilled.mjs +43 -0
- package/dist/icons/RailwaySquareOutlined.js +1 -0
- package/dist/icons/RailwaySquareOutlined.mjs +40 -0
- package/dist/icons/RedemptionFilled.js +1 -0
- package/dist/icons/RedemptionFilled.mjs +52 -0
- package/dist/icons/SecondarySquareOutlined.js +1 -0
- package/dist/icons/SecondarySquareOutlined.mjs +40 -0
- package/dist/icons/SpecialSquareOutlined.js +1 -0
- package/dist/icons/SpecialSquareOutlined.mjs +37 -0
- package/dist/icons/StockSquareOutlined.js +1 -0
- package/dist/icons/StockSquareOutlined.mjs +53 -0
- package/dist/icons/TechnologyInnovationSquareOutlined.js +1 -0
- package/dist/icons/TechnologyInnovationSquareOutlined.mjs +40 -0
- package/dist/icons/TlacSquareOutlined.js +1 -0
- package/dist/icons/TlacSquareOutlined.mjs +42 -0
- package/dist/icons/WorkdaySquareOutlined.js +1 -0
- package/dist/icons/WorkdaySquareOutlined.mjs +35 -0
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.mjs +464 -420
- package/dist/index.d.ts +44 -0
- package/package.json +2 -2
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,8 @@ 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
|
+
|
|
410
444
|
export declare const SendOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
411
445
|
|
|
412
446
|
export declare const ServerColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -421,6 +455,8 @@ export declare const SignWavesOutlined: (props: Omit<DMIconProps, "icon">) => JS
|
|
|
421
455
|
|
|
422
456
|
export declare const SpecialOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
423
457
|
|
|
458
|
+
export declare const SpecialSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
459
|
+
|
|
424
460
|
export declare const StarFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
425
461
|
|
|
426
462
|
export declare const StarOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -429,6 +465,8 @@ export declare const StarOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.
|
|
|
429
465
|
|
|
430
466
|
export declare const StatisticalReportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
431
467
|
|
|
468
|
+
export declare const StockSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
469
|
+
|
|
432
470
|
export declare const StopRecordColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
433
471
|
|
|
434
472
|
export declare const SwapOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -445,10 +483,14 @@ export declare const TaxExemptOutlined: (props: Omit<DMIconProps, "icon">) => JS
|
|
|
445
483
|
|
|
446
484
|
export declare const TaxExemptSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
447
485
|
|
|
486
|
+
export declare const TechnologyInnovationSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
487
|
+
|
|
448
488
|
export declare const ThumbsDownFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
449
489
|
|
|
450
490
|
export declare const ThumbsUpFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
451
491
|
|
|
492
|
+
export declare const TlacSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
493
|
+
|
|
452
494
|
export declare const TrdOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
453
495
|
|
|
454
496
|
export declare const TriangleRightBottomOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -479,6 +521,8 @@ export declare const WarningFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.
|
|
|
479
521
|
|
|
480
522
|
export declare const WholeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
481
523
|
|
|
524
|
+
export declare const WorkdaySquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
525
|
+
|
|
482
526
|
export declare const YieldSpreadOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
483
527
|
|
|
484
528
|
export { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d-matrix/icons-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"url": "https://github.com/mrdulin/dm-icons.git"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
|
-
"clean": "rimraf ./src/components",
|
|
32
|
+
"clean": "rimraf ./src/components ./dist",
|
|
33
33
|
"build": "tsc -b && vite build",
|
|
34
34
|
"lint": "eslint .",
|
|
35
35
|
"pregenerate": "npm run clean",
|