@d-matrix/icons-react 0.1.0 → 0.2.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/BestSellerOutlined.js +1 -0
- package/dist/icons/BestSellerOutlined.mjs +31 -0
- package/dist/icons/BidOutlined.js +1 -0
- package/dist/icons/BidOutlined.mjs +31 -0
- package/dist/icons/ChineseOneOutlined.js +1 -0
- package/dist/icons/ChineseOneOutlined.mjs +33 -0
- package/dist/icons/ContainsRightsOutlined.js +1 -0
- package/dist/icons/ContainsRightsOutlined.mjs +31 -0
- package/dist/icons/DragHandleHorizontalDoubleLineOutlined.js +1 -0
- package/dist/icons/DragHandleHorizontalDoubleLineOutlined.mjs +31 -0
- package/dist/icons/DragHandleOutlined.js +1 -0
- package/dist/icons/DragHandleOutlined.mjs +33 -0
- package/dist/icons/FileLockOutlined.js +1 -0
- package/dist/icons/FileLockOutlined.mjs +43 -0
- package/dist/icons/FileLockOutlined2.js +1 -0
- package/dist/icons/FileLockOutlined2.mjs +71 -0
- package/dist/icons/FileOutlined2.js +1 -0
- package/dist/icons/FileOutlined2.mjs +64 -0
- package/dist/icons/FileOutlined3.js +1 -0
- package/dist/icons/FileOutlined3.mjs +33 -0
- package/dist/icons/FloatOutlined.js +1 -0
- package/dist/icons/FloatOutlined.mjs +33 -0
- package/dist/icons/MedalFilled.js +1 -0
- package/dist/icons/MedalFilled.mjs +31 -0
- package/dist/icons/NewCircleOutlined.js +1 -0
- package/dist/icons/NewCircleOutlined.mjs +31 -0
- package/dist/icons/OcoOutlined.js +1 -0
- package/dist/icons/OcoOutlined.mjs +31 -0
- package/dist/icons/OfrOutlined.js +1 -0
- package/dist/icons/OfrOutlined.mjs +31 -0
- package/dist/icons/PackOutlined.js +1 -0
- package/dist/icons/PackOutlined.mjs +31 -0
- package/dist/icons/SpecialOutlined.js +1 -0
- package/dist/icons/SpecialOutlined.mjs +33 -0
- package/dist/icons/TrdOutlined.js +1 -0
- package/dist/icons/TrdOutlined.mjs +31 -0
- package/dist/icons/TwoDashOutlined.js +1 -0
- package/dist/icons/TwoDashOutlined.mjs +31 -0
- package/dist/icons/ValuationSquareOutlined.js +1 -0
- package/dist/icons/ValuationSquareOutlined.mjs +33 -0
- package/dist/icons/WholeOutlined.js +1 -0
- package/dist/icons/WholeOutlined.mjs +31 -0
- package/dist/icons/YieldSpreadOutlined.js +1 -0
- package/dist/icons/YieldSpreadOutlined.mjs +31 -0
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.mjs +370 -326
- package/dist/index.d.ts +44 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -19,6 +19,10 @@ export declare const BellFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Ele
|
|
|
19
19
|
|
|
20
20
|
export declare const BellSettingFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
21
21
|
|
|
22
|
+
export declare const BestSellerOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
23
|
+
|
|
24
|
+
export declare const BidOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
25
|
+
|
|
22
26
|
export declare const BondExclamationOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
23
27
|
|
|
24
28
|
export declare const BondFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -51,6 +55,8 @@ export declare const CheckCircleFilled: (props: Omit<DMIconProps, "icon">) => JS
|
|
|
51
55
|
|
|
52
56
|
export declare const CheckOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
53
57
|
|
|
58
|
+
export declare const ChineseOneOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
59
|
+
|
|
54
60
|
export declare const CircleFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
55
61
|
|
|
56
62
|
export declare const ClockCircleFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -63,6 +69,8 @@ export declare const CloseOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.
|
|
|
63
69
|
|
|
64
70
|
export declare const CoinOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
65
71
|
|
|
72
|
+
export declare const ContainsRightsOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
73
|
+
|
|
66
74
|
export declare const ControlFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
67
75
|
|
|
68
76
|
export declare const CopyFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -87,6 +95,10 @@ export declare const DoubleRightOutlined: (props: Omit<DMIconProps, "icon">) =>
|
|
|
87
95
|
|
|
88
96
|
export declare const DownOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
89
97
|
|
|
98
|
+
export declare const DragHandleHorizontalDoubleLineOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
99
|
+
|
|
100
|
+
export declare const DragHandleOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
101
|
+
|
|
90
102
|
export declare const EditOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
91
103
|
|
|
92
104
|
export declare const EditOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -109,8 +121,16 @@ export declare const FileDoneOutlined: (props: Omit<DMIconProps, "icon">) => JSX
|
|
|
109
121
|
|
|
110
122
|
export declare const FileDownloadOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
111
123
|
|
|
124
|
+
export declare const FileLockOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
125
|
+
|
|
126
|
+
export declare const FileLockOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
127
|
+
|
|
112
128
|
export declare const FileOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
113
129
|
|
|
130
|
+
export declare const FileOutlined2: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
131
|
+
|
|
132
|
+
export declare const FileOutlined3: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
133
|
+
|
|
114
134
|
export declare const FileSearchOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
115
135
|
|
|
116
136
|
export declare const FileUndoneOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -125,6 +145,8 @@ export declare const FlagColored: (props: Omit<DMIconProps, "icon">) => JSX_2.El
|
|
|
125
145
|
|
|
126
146
|
export declare const FlagFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
127
147
|
|
|
148
|
+
export declare const FloatOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
149
|
+
|
|
128
150
|
export declare const FolderOpenOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
129
151
|
|
|
130
152
|
export declare const FolderOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -243,6 +265,8 @@ export declare const MailOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.E
|
|
|
243
265
|
|
|
244
266
|
export declare const MapOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
245
267
|
|
|
268
|
+
export declare const MedalFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
269
|
+
|
|
246
270
|
export declare const MinusOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
247
271
|
|
|
248
272
|
export declare const MinusSquareFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -251,8 +275,16 @@ export declare const MoreOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.E
|
|
|
251
275
|
|
|
252
276
|
export declare const MultiplicationOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
253
277
|
|
|
278
|
+
export declare const NewCircleOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
279
|
+
|
|
254
280
|
export declare const NoticeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
255
281
|
|
|
282
|
+
export declare const OcoOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
283
|
+
|
|
284
|
+
export declare const OfrOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
285
|
+
|
|
286
|
+
export declare const PackOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
287
|
+
|
|
256
288
|
export declare const PandaOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
257
289
|
|
|
258
290
|
export declare const PaperclipOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -311,6 +343,8 @@ export declare const SignalOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2
|
|
|
311
343
|
|
|
312
344
|
export declare const SignWavesOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
313
345
|
|
|
346
|
+
export declare const SpecialOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
347
|
+
|
|
314
348
|
export declare const StarFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
315
349
|
|
|
316
350
|
export declare const StarOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -329,10 +363,14 @@ export declare const ThumbsDownFilled: (props: Omit<DMIconProps, "icon">) => JSX
|
|
|
329
363
|
|
|
330
364
|
export declare const ThumbsUpFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
331
365
|
|
|
366
|
+
export declare const TrdOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
367
|
+
|
|
332
368
|
export declare const TriangleRightBottomOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
333
369
|
|
|
334
370
|
export declare const TriangleTopRightOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
335
371
|
|
|
372
|
+
export declare const TwoDashOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
373
|
+
|
|
336
374
|
export declare const UnlockOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
337
375
|
|
|
338
376
|
export declare const UnorderedListOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -341,10 +379,16 @@ export declare const UpOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Ele
|
|
|
341
379
|
|
|
342
380
|
export declare const UserCircleOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
343
381
|
|
|
382
|
+
export declare const ValuationSquareOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
383
|
+
|
|
344
384
|
export declare const VerticalAlignBottomOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
345
385
|
|
|
346
386
|
export declare const VerticalAlignTopOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
347
387
|
|
|
348
388
|
export declare const WarningFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
349
389
|
|
|
390
|
+
export declare const WholeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
391
|
+
|
|
392
|
+
export declare const YieldSpreadOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
393
|
+
|
|
350
394
|
export { }
|